diff --git a/translations/en.json b/translations/en.json index 0c00b41084..dedfb57a49 100644 --- a/translations/en.json +++ b/translations/en.json @@ -528,7 +528,9 @@ "duration": { "day": "{count} {count, plural,\n one {day}\n other {days}\n}", "week": "{count} {count, plural,\n one {week}\n other {weeks}\n}", - "second": "{count} {count, plural,\n one {second}\n other {seconds}\n}" + "second": "{count} {count, plural,\n one {second}\n other {seconds}\n}", + "minute": "{count} {count, plural,\n one {minute}\n other {minutes}\n}", + "hour": "{count} {count, plural,\n one {hour}\n other {hours}\n}" }, "login-form": { "password": "Password", @@ -586,6 +588,24 @@ "automation": { "last_triggered": "Last triggered", "trigger": "Trigger" + }, + "cover": { + "position": "Position", + "tilt_position": "Tilt position" + }, + "fan": { + "speed": "Speed", + "oscillate": "Oscillate", + "direction": "Direction" + }, + "light": { + "brightness": "Brightness", + "color_temperature": "Color temperature", + "white_value": "White value", + "effect": "Effect" + }, + "media_player": { + "text_to_speak": "Text to speak" } }, "components": { @@ -596,7 +616,23 @@ }, "service-picker": { "service": "Service" + }, + "relative_time": { + "past": "{time} ago", + "future": "In {time}", + "never": "Never" + }, + "history_charts": { + "loading_history": "Loading state history...", + "no_history_found": "No state history found." } + }, + "notification_toast": { + "entity_turned_on": "Turned on {entity}.", + "entity_turned_off": "Turned off {entity}.", + "service_called": "Service {service} called.", + "service_call_failed": "Failed to call service {service}.", + "connection_lost": "Connection lost. Reconnecting…" } }, "domain": { diff --git a/translations/fr.json b/translations/fr.json index 3a39d2016c..7a36ab79c9 100644 --- a/translations/fr.json +++ b/translations/fr.json @@ -238,20 +238,20 @@ } }, "weather": { - "clear_night": "Clair, nuit", + "clear_night": "Nuit dégagée", "cloudy": "Nuageux", "fog": "Brouillard", "hail": "Grêle", - "lightning": "Foudre", - "lightning_rainy": "Foudre, pluvieux", + "lightning": "Orage", + "lightning_rainy": "Orage \/ Pluie", "partlycloudy": "Partiellement nuageux", "pouring": "Averses", - "rainy": "Pluvieux", - "snowy": "Neigeux", - "snowy_rainy": "Neigeux, pluvieux", - "sunny": "Ensoleillé", - "windy": "Venteux", - "windy_variant": "Venteux" + "rainy": "Pluie", + "snowy": "Neige", + "snowy_rainy": "Neige \/ Pluie", + "sunny": "Soleil", + "windy": "Vent", + "windy_variant": "Vent" } }, "state_badge": { @@ -499,8 +499,8 @@ "label": "Condition" }, "event": { - "label": "Déclencher l'événement", - "event": "Événement :", + "label": "Déclencher l'évènement", + "event": "Évènement :", "service_data": "Données du service" } } @@ -550,7 +550,7 @@ }, "weather": { "attributes": { - "air_pressure": "Pression de l'air", + "air_pressure": "Pression atmosphérique", "humidity": "Humidité", "temperature": "Température", "visibility": "Visibilité", @@ -558,23 +558,34 @@ }, "cardinal_direction": { "e": "E", - "ene": "ENE", - "ese": "ESE", + "ene": "E-NE", + "ese": "E-SE", "n": "N", "ne": "NE", - "nne": "NNE", + "nne": "N-NE", "nw": "NW", - "nnw": "NNW", + "nnw": "N-NW", "s": "S", "se": "SE", - "sse": "SSE", - "ssw": "SSO", + "sse": "S-SE", + "ssw": "S-SO", "sw": "SO", "w": "O", - "wnw": "ONO", - "wsw": "OSO" + "wnw": "O-NO", + "wsw": "O-SO" }, "forecast": "Prévisions" + }, + "alarm_control_panel": { + "code": "Code", + "clear_code": "Effacer", + "disarm": "Désarmer", + "arm_home": "Armer (domicile)", + "arm_away": "Armer (absent)" + }, + "automation": { + "last_triggered": "Dernier déclenchement", + "trigger": "Déclencheur" } }, "components": { diff --git a/translations/pl.json b/translations/pl.json index caa1441272..743adf85c2 100644 --- a/translations/pl.json +++ b/translations/pl.json @@ -575,6 +575,17 @@ "wsw": "zach. płd.-zach." }, "forecast": "Prognoza" + }, + "alarm_control_panel": { + "code": "Kod", + "clear_code": "Wyczyść", + "disarm": "Rozbrojony", + "arm_home": "Uzbrojony (w domu)", + "arm_away": "Uzbrojony (nieobecny)" + }, + "automation": { + "last_triggered": "Ostatnio uruchomione", + "trigger": "Wyzwalacz" } }, "components": { diff --git a/translations/pt.json b/translations/pt.json index 8bc8749246..14de333b06 100644 --- a/translations/pt.json +++ b/translations/pt.json @@ -550,11 +550,11 @@ }, "weather": { "attributes": { - "air_pressure": "Pressão atmosférica", + "air_pressure": "Press. Atmosférica", "humidity": "Humidade", "temperature": "Temperatura", "visibility": "Visibilidade", - "wind_speed": "Velocidade do vento" + "wind_speed": "Vel. do vento" }, "cardinal_direction": { "e": "", @@ -575,6 +575,17 @@ "wsw": "" }, "forecast": "Previsão" + }, + "alarm_control_panel": { + "code": "Código", + "clear_code": "Limpo", + "disarm": "Desarmar", + "arm_home": "Armado casa", + "arm_away": "Armado ausente" + }, + "automation": { + "last_triggered": "Último disparo", + "trigger": "Acionamento" } }, "components": { @@ -629,7 +640,7 @@ "weather": { "humidity": "Humidade", "visibility": "Visibilidade", - "wind_speed": "Velocidade do vento" + "wind_speed": "Vel. do vento" } } } \ No newline at end of file diff --git a/translations/ru.json b/translations/ru.json index 270e5475ce..4f21fb8b34 100644 --- a/translations/ru.json +++ b/translations/ru.json @@ -25,7 +25,7 @@ "armed": "Под охраной", "disarmed": "Снято с охраны", "armed_home": "Охрана (дома)", - "armed_away": "Охрана (вне дома)", + "armed_away": "Охрана (не дома)", "armed_night": "Охрана (ночь)", "pending": "Переход на охрану", "arming": "Постановка на охрану",