Updated translations

このコミットが含まれているのは:
Arnaud Vergnet 2020-04-22 18:54:34 +02:00
コミット ac9709d666
3個のファイルの変更6行の追加4行の削除

ファイルの表示

@ -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é"
} }
} }