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" } } },