Updated translations

这个提交包含在:
Arnaud Vergnet 2020-04-22 18:54:34 +02:00
父节点 f7e66b1251
当前提交 ac9709d666
共有 3 个文件被更改,包括 6 次插入4 次删除

查看文件

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