Browse Source

Updated translations

Arnaud Vergnet 4 years ago
parent
commit
ac9709d666
3 changed files with 6 additions and 4 deletions
  1. 2
    2
      src/screens/Services/ServicesScreen.js
  2. 2
    1
      translations/en.json
  3. 2
    1
      translations/fr.json

+ 2
- 2
src/screens/Services/ServicesScreen.js View File

217
                     marginLeft: 'auto',
217
                     marginLeft: 'auto',
218
                     marginRight: 'auto',
218
                     marginRight: 'auto',
219
                 }}>
219
                 }}>
220
-                    NOT LOGGED IN
220
+                    {i18n.t("servicesScreen.notLoggedIn")}
221
                 </Title>
221
                 </Title>
222
                 <Button
222
                 <Button
223
                     icon="login"
223
                     icon="login"
227
                         marginLeft: 'auto',
227
                         marginLeft: 'auto',
228
                         marginRight: 'auto',
228
                         marginRight: 'auto',
229
                     }}>
229
                     }}>
230
-                    LOGIN
230
+                    {i18n.t("screens.login")}
231
                 </Button>
231
                 </Button>
232
             </View>
232
             </View>
233
         )
233
         )

+ 2
- 1
translations/en.json View File

386
   "servicesScreen": {
386
   "servicesScreen": {
387
     "amicale": "The Amicale",
387
     "amicale": "The Amicale",
388
     "students": "Student services",
388
     "students": "Student services",
389
-    "insa": "INSA services"
389
+    "insa": "INSA services",
390
+    "notLoggedIn": "Not logged in"
390
   }
391
   }
391
 }
392
 }

+ 2
- 1
translations/fr.json View File

386
   "servicesScreen": {
386
   "servicesScreen": {
387
     "amicale": "L'Amicale",
387
     "amicale": "L'Amicale",
388
     "students": "Services étudiants",
388
     "students": "Services étudiants",
389
-    "insa": "Services de l'INSA"
389
+    "insa": "Services de l'INSA",
390
+    "notLoggedIn": "Non connecté"
390
   }
391
   }
391
 }
392
 }

Loading…
Cancel
Save