Browse Source

Added proxiwash description

keplyx 4 years ago
parent
commit
9f24b22c83
4 changed files with 5 additions and 5 deletions
  1. 2
    2
      app.json
  2. 1
    1
      screens/ProxiwashAboutScreen.js
  3. 1
    1
      translations/en.json
  4. 1
    1
      translations/fr.json

+ 2
- 2
app.json View File

@@ -10,7 +10,7 @@
10 10
       "android",
11 11
       "web"
12 12
     ],
13
-    "version": "0.0.15",
13
+    "version": "0.0.16",
14 14
     "orientation": "portrait",
15 15
     "primaryColor": "#be1522",
16 16
     "icon": "./assets/android.icon.png",
@@ -36,7 +36,7 @@
36 36
     },
37 37
     "android": {
38 38
       "package": "fr.amicaleinsat.application",
39
-      "versionCode": 3,
39
+      "versionCode": 4,
40 40
       "icon": "./assets/android.icon.png",
41 41
       "adaptiveIcon": {
42 42
         "foregroundImage": "./assets/android.adaptive-icon.png",

+ 1
- 1
screens/ProxiwashAboutScreen.js View File

@@ -58,7 +58,7 @@ export default class ProxiwashAboutScreen extends React.Component<Props> {
58 58
                                     style={{flex: 1, resizeMode: "contain"}}
59 59
                                     resizeMode="contain"/>
60 60
                             </View>
61
-                            <Text>Ta laverie directement sur le campus, au pied du R3.</Text>
61
+                            <Text>{i18n.t('proxiwashScreen.description')}</Text>
62 62
                             <Card>
63 63
                                 <CardItem>
64 64
                                     <Left>

+ 1
- 1
translations/en.json View File

@@ -100,7 +100,7 @@
100 100
     "listUpdateFail": "Error while updating machines state",
101 101
     "error": "Could not update machines state. Pull down to retry.",
102 102
     "loading": "Loading...",
103
-
103
+    "description": "This is the washing service operated by Promologis for INSA's residences (We don't mind if you do not live on the campus and you do your laundry here). The room is right next to the R2, with 3 dryers and 9 washers, is open 7d/7 24h/24 ! Here you can check their availability ! You can bring your own detergent, use the one given on site or buy it at the Proximo (cheaper than the one given by the machines ). You can pay b credit card or cash.",
104 104
     "informationTab": "Information",
105 105
     "paymentTab" : "Payment",
106 106
     "tariffs": "Tariffs",

+ 1
- 1
translations/fr.json View File

@@ -100,7 +100,7 @@
100 100
     "listUpdateFail": "Erreur lors de la mise à jour del'état des machines",
101 101
     "error": "Impossible de mettre a jour l'état des machines. Tirez vers le bas pour reessayer.",
102 102
     "loading": "Chargement...",
103
-
103
+    "description": "C'est le service de laverie proposé par promologis pour les résidences INSA (On t'en voudra pas si tu loges pas sur le campus et que tu fais ta machine ici). Le local situé au pied du R2 avec ses 3 sèche-linges et 9 machines est ouvert 7J/7 24h/24 ! Ici tu peux vérifier leur disponibilité ! Tu peux amener ta lessive, la prendre sur place ou encore mieux l'acheter au Proximo (moins chère qu'à la laverie directement). Tu peux payer par CB ou espèces.",
104 104
     "informationTab": "Informations",
105 105
     "paymentTab" : "Paiement",
106 106
     "tariffs": "Tarifs",

Loading…
Cancel
Save