From e46c11c7e3354cad3dcc2d45aa7c608f5ed2dfd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Jo=C5=84ski?= Date: Mon, 30 May 2022 13:42:40 +0200 Subject: [PATCH] [BH-1511] Fix wakeup texts for Ger, Spa and Fra Wakeup texts for those langs will show up correctly now --- image/assets/lang/Deutsch.json | 4 +++- image/assets/lang/Espanol.json | 4 +++- image/assets/lang/Francais.json | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/image/assets/lang/Deutsch.json b/image/assets/lang/Deutsch.json index 5cbc6f9e0ee8c3b81461aeefcbddae55adac16a2..f552f9bc7f72e0820e01412c44379c943c56390b 100644 --- a/image/assets/lang/Deutsch.json +++ b/image/assets/lang/Deutsch.json @@ -689,7 +689,9 @@ "app_bell_settings_frontlight_mode_auto": "automatisch", "app_bell_settings_frontlight_mode_on_demand": "manuell", "app_bell_settings_frontlight_top_message": "Lichtstärke des Frontlichts", - "app_bell_greeting_msg": "Guten Morgen! Stehen Sie auf", + "app_bell_greeting_msg": [ + "Guten Morgen! Stehen Sie auf" + ], "app_bell_settings_factory_reset": "Zurücksetzen", "app_bell_settings_display_factory_reset_confirmation": "Zurücksetzen?", "app_bell_meditation_timer": "Meditation", diff --git a/image/assets/lang/Espanol.json b/image/assets/lang/Espanol.json index 050c6e16b740febf3ccb745f4e30dbd529d98595..6e04503a4f838f58ad55cd31dad8ebcbb2e2e8a4 100644 --- a/image/assets/lang/Espanol.json +++ b/image/assets/lang/Espanol.json @@ -689,7 +689,9 @@ "app_bell_settings_frontlight_mode_auto": "automático", "app_bell_settings_frontlight_mode_on_demand": "manual", "app_bell_settings_frontlight_top_message": "Intensidad de luz frontal", - "app_bell_greeting_msg": "¡Hola! Levántate y brilla", + "app_bell_greeting_msg": [ + "¡Hola! Levántate y brilla" + ], "app_bell_settings_factory_reset": "Restablecer", "app_bell_settings_display_factory_reset_confirmation": "¿Restablecer la configuración?", "app_bell_meditation_timer": "Meditación", diff --git a/image/assets/lang/Francais.json b/image/assets/lang/Francais.json index 09d1da719ba78725be2855db48ed08db170ddcd8..2363103e61244bd16af2eb35d30c8d822bc9df07 100644 --- a/image/assets/lang/Francais.json +++ b/image/assets/lang/Francais.json @@ -659,7 +659,9 @@ "app_bell_settings_frontlight_mode_auto": "automatique", "app_bell_settings_frontlight_mode_on_demand": "manuel", "app_bell_settings_frontlight_top_message": "Intensité", - "app_bell_greeting_msg": "Re-bonjour!", + "app_bell_greeting_msg": [ + "Re-bonjour!" + ], "app_bell_settings_factory_reset": "Réinitialisation", "app_bell_settings_display_factory_reset_confirmation": "Rétablir

la configuration ?
", "app_bell_meditation_timer": "Méditation",