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',
|
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>
|
||||||
)
|
)
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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é"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue