forked from vergnet/application-amicale
Updated translations
This commit is contained in:
parent
f7e66b1251
commit
ac9709d666
3 changed files with 6 additions and 4 deletions
|
@ -217,7 +217,7 @@ class ServicesScreen extends React.Component<Props, State> {
|
|||
marginLeft: 'auto',
|
||||
marginRight: 'auto',
|
||||
}}>
|
||||
NOT LOGGED IN
|
||||
{i18n.t("servicesScreen.notLoggedIn")}
|
||||
</Title>
|
||||
<Button
|
||||
icon="login"
|
||||
|
@ -227,7 +227,7 @@ class ServicesScreen extends React.Component<Props, State> {
|
|||
marginLeft: 'auto',
|
||||
marginRight: 'auto',
|
||||
}}>
|
||||
LOGIN
|
||||
{i18n.t("screens.login")}
|
||||
</Button>
|
||||
</View>
|
||||
)
|
||||
|
|
|
@ -386,6 +386,7 @@
|
|||
"servicesScreen": {
|
||||
"amicale": "The Amicale",
|
||||
"students": "Student services",
|
||||
"insa": "INSA services"
|
||||
"insa": "INSA services",
|
||||
"notLoggedIn": "Not logged in"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -386,6 +386,7 @@
|
|||
"servicesScreen": {
|
||||
"amicale": "L'Amicale",
|
||||
"students": "Services étudiants",
|
||||
"insa": "Services de l'INSA"
|
||||
"insa": "Services de l'INSA",
|
||||
"notLoggedIn": "Non connecté"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue