Add proxiwashChangeWash lang key for the setting

Este commit está contenido en:
docjyJ 2020-09-13 16:03:49 +02:00
padre 82f7af58bd
commit bc14d4cd8d
Se han modificado 3 ficheros con 6 adiciones y 2 borrados

Ver fichero

@ -339,6 +339,8 @@
"dashboardSub": "Edit what services to display on the dashboard",
"proxiwashNotifReminder": "Machine running reminder",
"proxiwashNotifReminderSub": "How many minutes before",
"proxiwashChangeWash": "Laundromat selection",
"proxiwashChangeWashSub": "Which laundromat to display",
"information": "Information",
"dashboardEdit": {
"title": "Edit dashboard",

Ver fichero

@ -339,6 +339,8 @@
"dashboardSub": "Choisis les services à afficher sur la dashboard",
"proxiwashNotifReminder": "Rappel de machine en cours",
"proxiwashNotifReminderSub": "Combien de minutes avant",
"proxiwashChangeWash": "Sélection de la laverie",
"proxiwashChangeWashSub": "Quel laverie à afficher",
"information": "Informations",
"dashboardEdit": {
"title": "Modifier la dashboard",

Ver fichero

@ -338,8 +338,8 @@ class SettingsScreen extends React.Component<PropsType, StateType> {
{this.getProxiwashNotifPicker()}
</View>
<List.Item
title="Test"
description="Test"
title={i18n.t('screens.settings.proxiwashChangeWash')}
description={i18n.t('screens.settings.proxiwashChangeWashSub')}
left={(props: ListIconPropsType): React.Node => (
<List.Icon
color={props.color}