diff --git a/app.json b/app.json index 5c11660..169007d 100644 --- a/app.json +++ b/app.json @@ -10,7 +10,7 @@ "android", "web" ], - "version": "0.0.15", + "version": "0.0.16", "orientation": "portrait", "primaryColor": "#be1522", "icon": "./assets/android.icon.png", @@ -36,7 +36,7 @@ }, "android": { "package": "fr.amicaleinsat.application", - "versionCode": 3, + "versionCode": 4, "icon": "./assets/android.icon.png", "adaptiveIcon": { "foregroundImage": "./assets/android.adaptive-icon.png", diff --git a/screens/ProxiwashAboutScreen.js b/screens/ProxiwashAboutScreen.js index 5c4188e..3ab2ead 100644 --- a/screens/ProxiwashAboutScreen.js +++ b/screens/ProxiwashAboutScreen.js @@ -58,7 +58,7 @@ export default class ProxiwashAboutScreen extends React.Component { style={{flex: 1, resizeMode: "contain"}} resizeMode="contain"/> - Ta laverie directement sur le campus, au pied du R3. + {i18n.t('proxiwashScreen.description')} diff --git a/translations/en.json b/translations/en.json index 096d4b2..c8c2310 100644 --- a/translations/en.json +++ b/translations/en.json @@ -100,7 +100,7 @@ "listUpdateFail": "Error while updating machines state", "error": "Could not update machines state. Pull down to retry.", "loading": "Loading...", - + "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.", "informationTab": "Information", "paymentTab" : "Payment", "tariffs": "Tariffs", diff --git a/translations/fr.json b/translations/fr.json index 532f12d..d9d78fa 100644 --- a/translations/fr.json +++ b/translations/fr.json @@ -100,7 +100,7 @@ "listUpdateFail": "Erreur lors de la mise à jour del'état des machines", "error": "Impossible de mettre a jour l'état des machines. Tirez vers le bas pour reessayer.", "loading": "Chargement...", - + "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.", "informationTab": "Informations", "paymentTab" : "Paiement", "tariffs": "Tarifs",