From c53869ced91516cc6bce933e478f5bad5a48f1fb Mon Sep 17 00:00:00 2001 From: Christian Blank Date: Wed, 5 Jun 2024 00:36:26 +0200 Subject: [PATCH 1/2] fixed typos and spellings in translations, added some missing ones --- .../stiebel_eltron_isg/translations/de.json | 4 +-- .../stiebel_eltron_isg/translations/en.json | 26 +++++++++---------- .../stiebel_eltron_isg/translations/fr.json | 18 +++++++++++++ 3 files changed, 33 insertions(+), 15 deletions(-) diff --git a/custom_components/stiebel_eltron_isg/translations/de.json b/custom_components/stiebel_eltron_isg/translations/de.json index 761ea50..0655ec5 100644 --- a/custom_components/stiebel_eltron_isg/translations/de.json +++ b/custom_components/stiebel_eltron_isg/translations/de.json @@ -2,7 +2,7 @@ "config": { "step": { "user": { - "description": "Wenn Sie Hilfe bei der Konfiguration benötigen, schauen Sie hier nach: https://github.com/pail23/stiebel_eltron_isg_component", + "description": "Wenn Sie Hilfe bei der Konfiguration benötigen, schauen Sie bitte hier nach: https://github.com/pail23/stiebel_eltron_isg_component", "data": { "host": "Die IP-Adresse des Stiebel Eltron ISG", "port": "Der TCP Port des Stiebel Eltron ISG (z.B. 502)", @@ -28,7 +28,7 @@ "emergency": "Notbetrieb", "program": "Programmbetrieb", "ready": "Bereitschaftsbetrieb", - "auto": "Autobetrieb", + "auto": "Automatikbetrieb", "manual": "Handbetrieb" } } diff --git a/custom_components/stiebel_eltron_isg/translations/en.json b/custom_components/stiebel_eltron_isg/translations/en.json index 17d467b..40e49e5 100644 --- a/custom_components/stiebel_eltron_isg/translations/en.json +++ b/custom_components/stiebel_eltron_isg/translations/en.json @@ -2,20 +2,20 @@ "config": { "step": { "user": { - "description": "If you need help with the configuration have a look here: https://github.com/pail23/stiebel_eltron_isg", + "description": "If you need help with the configuration, please check here: https://github.com/pail23/stiebel_eltron_isg", "data": { - "host": "The ip-address of your ISG", - "port": "The TCP port on which to connect to the ISG", - "scan_interval": "The polling frequentie of the modbus registers in seconds" + "host": "The IP address of the Stiebel Eltron ISG", + "port": "The TCP port of the Stiebel Eltron ISG (e.g. 502)", + "scan_interval": "The polling interval of the modbus registers in seconds" } } }, "error": { - "already_configured": "Device is already configured", - "invalid_host_IP": "Invalid host IP" + "already_configured": "The device is already configured.", + "invalid_host_IP": "Invalid host address" }, "abort": { - "already_configured": "Device is already configured" + "already_configured": "The device is already configured." } }, "entity": { @@ -24,12 +24,12 @@ "state_attributes": { "preset_mode": { "state": { - "water_heating": "Water heating", - "emergency": "Emergency", - "program": "Program", - "ready": "Ready", - "auto": "Auto", - "manual": "Manual" + "water_heating": "Water heating operation", + "emergency": "Emergency operation", + "program": "Program operation", + "ready": "Standby operation", + "auto": "Automatic operation", + "manual": "Manual operation" } } } diff --git a/custom_components/stiebel_eltron_isg/translations/fr.json b/custom_components/stiebel_eltron_isg/translations/fr.json index 2a87bf4..cbd9bc3 100644 --- a/custom_components/stiebel_eltron_isg/translations/fr.json +++ b/custom_components/stiebel_eltron_isg/translations/fr.json @@ -17,5 +17,23 @@ "abort": { "already_configured": "Périphérique déjà configuré" } + }, + "entity": { + "climate": { + "climate": { + "state_attributes": { + "preset_mode": { + "state": { + "water_heating": "Chauffage de l'eau", + "emergency": "Urgence", + "program": "Programme", + "ready": "Prêt", + "auto": "Automatique", + "manual": "Manuel" + } + } + } + } + } } } From b11e8da59ae04672e0a9e3d6f5e61e26f774b3c0 Mon Sep 17 00:00:00 2001 From: Christian Blank Date: Fri, 7 Jun 2024 19:15:26 +0200 Subject: [PATCH 2/2] Update en.json --- .../stiebel_eltron_isg/translations/en.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/custom_components/stiebel_eltron_isg/translations/en.json b/custom_components/stiebel_eltron_isg/translations/en.json index 40e49e5..e53842e 100644 --- a/custom_components/stiebel_eltron_isg/translations/en.json +++ b/custom_components/stiebel_eltron_isg/translations/en.json @@ -24,16 +24,16 @@ "state_attributes": { "preset_mode": { "state": { - "water_heating": "Water heating operation", - "emergency": "Emergency operation", - "program": "Program operation", - "ready": "Standby operation", - "auto": "Automatic operation", - "manual": "Manual operation" + "water_heating": "Water heating", + "emergency": "Emergency", + "program": "Program", + "ready": "Standby", + "auto": "Automatic", + "manual": "Manual" } } } } } } -} \ No newline at end of file +}