From 1844d026392817acef4f261bb737593cf54618cb Mon Sep 17 00:00:00 2001 From: Jules Dejaeghere Date: Sat, 22 Feb 2025 15:52:20 +0100 Subject: [PATCH] Add translation strings --- custom_components/irm_kmi/translations/en.json | 18 ++++++++++++++++++ custom_components/irm_kmi/translations/fr.json | 18 ++++++++++++++++++ custom_components/irm_kmi/translations/nl.json | 18 ++++++++++++++++++ custom_components/irm_kmi/translations/pt.json | 18 ++++++++++++++++++ 4 files changed, 72 insertions(+) diff --git a/custom_components/irm_kmi/translations/en.json b/custom_components/irm_kmi/translations/en.json index 0a5a529..3f9d250 100644 --- a/custom_components/irm_kmi/translations/en.json +++ b/custom_components/irm_kmi/translations/en.json @@ -182,6 +182,24 @@ "purple": "Purple", "none": "None" } + }, + "current_temperature": { + "name": "Temperature" + }, + "current_wind_speed": { + "name": "Wind speed" + }, + "current_wind_gust_speed": { + "name": "Wind gust speed" + }, + "current_wind_bearing": { + "name": "Wind bearing" + }, + "current_uv_index": { + "name": "UV index" + }, + "current_pressure": { + "name": "Atmospheric pressure" } } }, diff --git a/custom_components/irm_kmi/translations/fr.json b/custom_components/irm_kmi/translations/fr.json index 00f5280..49ca729 100644 --- a/custom_components/irm_kmi/translations/fr.json +++ b/custom_components/irm_kmi/translations/fr.json @@ -182,6 +182,24 @@ "purple": "Violet", "none": "Aucun" } + }, + "current_temperature": { + "name": "Température" + }, + "current_wind_speed": { + "name": "Vitesse du vent" + }, + "current_wind_gust_speed": { + "name": "Vitesse des rafales de vent" + }, + "current_wind_bearing": { + "name": "Direction du vent" + }, + "current_uv_index": { + "name": "Index UV" + }, + "current_pressure": { + "name": "Pression atmosphérique" } } }, diff --git a/custom_components/irm_kmi/translations/nl.json b/custom_components/irm_kmi/translations/nl.json index 1545359..8100a5c 100644 --- a/custom_components/irm_kmi/translations/nl.json +++ b/custom_components/irm_kmi/translations/nl.json @@ -182,6 +182,24 @@ "purple": "Paars", "none": "Geen" } + }, + "current_temperature": { + "name": "Temperatuur" + }, + "current_wind_speed": { + "name": "Windsnelheid" + }, + "current_wind_gust_speed": { + "name": "Snelheid windvlaag" + }, + "current_wind_bearing": { + "name": "Windrichting" + }, + "current_uv_index": { + "name": "UV-index" + }, + "current_pressure": { + "name": "Luchtdruk" } } }, diff --git a/custom_components/irm_kmi/translations/pt.json b/custom_components/irm_kmi/translations/pt.json index 99771d7..0c75258 100644 --- a/custom_components/irm_kmi/translations/pt.json +++ b/custom_components/irm_kmi/translations/pt.json @@ -182,6 +182,24 @@ "purple": "Roxo", "none": "Nenhum" } + }, + "current_temperature": { + "name": "Temperatura" + }, + "current_wind_speed": { + "name": "Velocidade do vento" + }, + "current_wind_gust_speed": { + "name": "Velocidade da rajada de vento" + }, + "current_wind_bearing": { + "name": "Direção do vento" + }, + "current_uv_index": { + "name": "Índice UV" + }, + "current_pressure": { + "name": "Pressão atmosférica" } } },