From 979be0acc109c8cf3fe1dc758cb58d7ead3aa489 Mon Sep 17 00:00:00 2001 From: gitlasl <153529894+gitlasl@users.noreply.github.com> Date: Thu, 12 Sep 2024 23:04:53 +0200 Subject: [PATCH 1/2] =?UTF-8?q?chore:=20update=20translations=20with=20Fin?= =?UTF-8?q?k=20=F0=9F=90=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom_components/thermal_comfort/translations/fr.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/custom_components/thermal_comfort/translations/fr.json b/custom_components/thermal_comfort/translations/fr.json index 01f8e08..c3ca30d 100644 --- a/custom_components/thermal_comfort/translations/fr.json +++ b/custom_components/thermal_comfort/translations/fr.json @@ -51,6 +51,7 @@ "name": "Point de rosée" }, "dew_point_perception": { + "name": "Sensation point de rosée", "state": { "dry": "Un peu sec pour certains", "very_comfortable": "Très confortable", @@ -106,7 +107,7 @@ } }, "summer_scharlau_perception": { - "name": "Indice d'été de Scharlau", + "name": "Sensation indice d'été de Scharlau", "state": { "outside_calculable_range": "En dehors de la plage calculable", "comfortable": "Confortable", @@ -116,7 +117,7 @@ } }, "winter_scharlau_perception": { - "name": "Index d'hiver de Scharlau", + "name": "Sensation indice d'hiver de Scharlau", "state": { "outside_calculable_range": "En dehors de la plage calculable", "comfortable": "Confortable", @@ -125,8 +126,11 @@ "highly_uncomfortable": "Très inconfortable" } }, + "summer_simmer_index": { + "name": "Indice d'été Simmer" + }, "summer_simmer_perception": { - "name": "Indice d'été Simmer", + "name": "Sensation Indice d'été Simmer", "state": { "cool": "Froid", "slightly_cool": "Légèrement froid", From 85202b2cc96caea0c3981af7eb7a49fa753da5a7 Mon Sep 17 00:00:00 2001 From: gitlasl <153529894+gitlasl@users.noreply.github.com> Date: Thu, 12 Sep 2024 23:28:07 +0200 Subject: [PATCH 2/2] =?UTF-8?q?chore:=20update=20translations=20with=20Fin?= =?UTF-8?q?k=20=F0=9F=90=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom_components/thermal_comfort/translations/es.json | 9 ++++++--- custom_components/thermal_comfort/translations/fr.json | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/custom_components/thermal_comfort/translations/es.json b/custom_components/thermal_comfort/translations/es.json index 7b5a223..2e14b34 100644 --- a/custom_components/thermal_comfort/translations/es.json +++ b/custom_components/thermal_comfort/translations/es.json @@ -67,7 +67,7 @@ "name": "Punto de escarcha" }, "frost_risk": { - "name": "Riesgo de heladas", + "name": "Riesgo de escarcha", "state": { "no_risk": "Sin riesgo", "unlikely": "Poco probable", @@ -96,7 +96,7 @@ "name": "Entalpía del aire húmedo" }, "relative_strain_perception": { - "name": "Índice de tensión relativa", + "name": "Índice de confort térmico relativo", "state": { "outside_calculable_range": "Fuera del rango calculable", "comfortable": "Cómodo", @@ -126,8 +126,11 @@ "highly_uncomfortable": "Muy incómodo" } }, + "summer_simmer_index": { + "name": "Índice de calor Simmer (verano)" + }, "summer_simmer_perception": { - "name": "Índice de calor Simmer", + "name": "Sensación índice de calor Simmer (verano)", "state": { "cool": "Fresco", "slightly_cool": "Ligeramente fresco", diff --git a/custom_components/thermal_comfort/translations/fr.json b/custom_components/thermal_comfort/translations/fr.json index c3ca30d..5f3e659 100644 --- a/custom_components/thermal_comfort/translations/fr.json +++ b/custom_components/thermal_comfort/translations/fr.json @@ -130,7 +130,7 @@ "name": "Indice d'été Simmer" }, "summer_simmer_perception": { - "name": "Sensation Indice d'été Simmer", + "name": "Sensation indice d'été Simmer", "state": { "cool": "Froid", "slightly_cool": "Légèrement froid",