forked from vergnet/application-amicale
Add proxiwashChangeWash lang key for the setting
This commit is contained in:
parent
82f7af58bd
commit
bc14d4cd8d
3 changed files with 6 additions and 2 deletions
|
@ -339,6 +339,8 @@
|
||||||
"dashboardSub": "Edit what services to display on the dashboard",
|
"dashboardSub": "Edit what services to display on the dashboard",
|
||||||
"proxiwashNotifReminder": "Machine running reminder",
|
"proxiwashNotifReminder": "Machine running reminder",
|
||||||
"proxiwashNotifReminderSub": "How many minutes before",
|
"proxiwashNotifReminderSub": "How many minutes before",
|
||||||
|
"proxiwashChangeWash": "Laundromat selection",
|
||||||
|
"proxiwashChangeWashSub": "Which laundromat to display",
|
||||||
"information": "Information",
|
"information": "Information",
|
||||||
"dashboardEdit": {
|
"dashboardEdit": {
|
||||||
"title": "Edit dashboard",
|
"title": "Edit dashboard",
|
||||||
|
|
|
@ -339,6 +339,8 @@
|
||||||
"dashboardSub": "Choisis les services à afficher sur la dashboard",
|
"dashboardSub": "Choisis les services à afficher sur la dashboard",
|
||||||
"proxiwashNotifReminder": "Rappel de machine en cours",
|
"proxiwashNotifReminder": "Rappel de machine en cours",
|
||||||
"proxiwashNotifReminderSub": "Combien de minutes avant",
|
"proxiwashNotifReminderSub": "Combien de minutes avant",
|
||||||
|
"proxiwashChangeWash": "Sélection de la laverie",
|
||||||
|
"proxiwashChangeWashSub": "Quel laverie à afficher",
|
||||||
"information": "Informations",
|
"information": "Informations",
|
||||||
"dashboardEdit": {
|
"dashboardEdit": {
|
||||||
"title": "Modifier la dashboard",
|
"title": "Modifier la dashboard",
|
||||||
|
|
|
@ -338,8 +338,8 @@ class SettingsScreen extends React.Component<PropsType, StateType> {
|
||||||
{this.getProxiwashNotifPicker()}
|
{this.getProxiwashNotifPicker()}
|
||||||
</View>
|
</View>
|
||||||
<List.Item
|
<List.Item
|
||||||
title="Test"
|
title={i18n.t('screens.settings.proxiwashChangeWash')}
|
||||||
description="Test"
|
description={i18n.t('screens.settings.proxiwashChangeWashSub')}
|
||||||
left={(props: ListIconPropsType): React.Node => (
|
left={(props: ListIconPropsType): React.Node => (
|
||||||
<List.Icon
|
<List.Icon
|
||||||
color={props.color}
|
color={props.color}
|
||||||
|
|
Loading…
Reference in a new issue