Updated translations

這個提交存在於:
Arnaud Vergnet 2020-06-22 20:06:34 +02:00
父節點 936f2a8e9e
當前提交 f644964473
共有 4 個檔案被更改,包括 6 行新增4 行删除

查看文件

@ -111,7 +111,7 @@ function MainStackComponent(props: { createTabNavigator: () => React.Node }) {
name="map"
component={MapScreen}
options={{
title: "MAP", // TODO translate
title: i18n.t('screens.map'),
}}
/>

查看文件

@ -122,7 +122,7 @@ class ServicesScreen extends React.Component<Props, State> {
];
this.insaDataset = [
{
title: "MAP", // TODO translate
title: i18n.t('screens.map'),
subtitle: "MAP",
image: RU_IMAGE,
onPress: () => nav.navigate("map"),

查看文件

@ -25,7 +25,8 @@
"profile": "Profile",
"vote": "Elections",
"scanner": "Scanotron 3000",
"feedback": "Feedback"
"feedback": "Feedback",
"map": "Campus Map"
},
"intro": {
"slideMain": {

查看文件

@ -25,7 +25,8 @@
"profile": "Profil",
"vote": "Élections",
"scanner": "Scanotron 3000",
"feedback": "Votre avis"
"feedback": "Votre avis",
"map": "Carte du campus"
},
"intro": {
"slideMain": {