Updated translations

This commit is contained in:
Arnaud Vergnet 2020-04-22 18:54:34 +02:00
parent f7e66b1251
commit ac9709d666
3 changed files with 6 additions and 4 deletions

View file

@ -217,7 +217,7 @@ class ServicesScreen extends React.Component<Props, State> {
marginLeft: 'auto', marginLeft: 'auto',
marginRight: 'auto', marginRight: 'auto',
}}> }}>
NOT LOGGED IN {i18n.t("servicesScreen.notLoggedIn")}
</Title> </Title>
<Button <Button
icon="login" icon="login"
@ -227,7 +227,7 @@ class ServicesScreen extends React.Component<Props, State> {
marginLeft: 'auto', marginLeft: 'auto',
marginRight: 'auto', marginRight: 'auto',
}}> }}>
LOGIN {i18n.t("screens.login")}
</Button> </Button>
</View> </View>
) )

View file

@ -386,6 +386,7 @@
"servicesScreen": { "servicesScreen": {
"amicale": "The Amicale", "amicale": "The Amicale",
"students": "Student services", "students": "Student services",
"insa": "INSA services" "insa": "INSA services",
"notLoggedIn": "Not logged in"
} }
} }

View file

@ -386,6 +386,7 @@
"servicesScreen": { "servicesScreen": {
"amicale": "L'Amicale", "amicale": "L'Amicale",
"students": "Services étudiants", "students": "Services étudiants",
"insa": "Services de l'INSA" "insa": "Services de l'INSA",
"notLoggedIn": "Non connecté"
} }
} }