From 1ac937c7d51847011cfdea322ca4747391b6dfa7 Mon Sep 17 00:00:00 2001 From: HomeAssistant Azure Date: Sat, 19 Dec 2020 00:03:56 +0000 Subject: [PATCH] [ci skip] Translation update --- .../components/accuweather/translations/de.json | 9 +++++++++ .../accuweather/translations/sensor.de.json | 9 +++++++++ .../components/hyperion/translations/ca.json | 3 ++- .../components/neato/translations/ca.json | 17 ++++++++++++++--- .../components/neato/translations/it.json | 2 +- 5 files changed, 35 insertions(+), 5 deletions(-) create mode 100644 homeassistant/components/accuweather/translations/sensor.de.json diff --git a/homeassistant/components/accuweather/translations/de.json b/homeassistant/components/accuweather/translations/de.json index 1dd547b6fcf..9c924e7d978 100644 --- a/homeassistant/components/accuweather/translations/de.json +++ b/homeassistant/components/accuweather/translations/de.json @@ -11,6 +11,15 @@ } } }, + "options": { + "step": { + "user": { + "data": { + "forecast": "Wettervorhersage" + } + } + } + }, "system_health": { "info": { "remaining_requests": "Verbleibende erlaubte Anfragen" diff --git a/homeassistant/components/accuweather/translations/sensor.de.json b/homeassistant/components/accuweather/translations/sensor.de.json new file mode 100644 index 00000000000..7ccc7c7360a --- /dev/null +++ b/homeassistant/components/accuweather/translations/sensor.de.json @@ -0,0 +1,9 @@ +{ + "state": { + "accuweather__pressure_tendency": { + "falling": "Fallend", + "rising": "Steigend", + "steady": "Gleichbleibend" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/hyperion/translations/ca.json b/homeassistant/components/hyperion/translations/ca.json index 20222bd0bce..50ac384d8ca 100644 --- a/homeassistant/components/hyperion/translations/ca.json +++ b/homeassistant/components/hyperion/translations/ca.json @@ -7,7 +7,8 @@ "auth_new_token_not_work_error": "No s'ha pogut autenticar amb el nou token creat", "auth_required_error": "No s'ha pogut determinar si cal autoritzaci\u00f3", "cannot_connect": "Ha fallat la connexi\u00f3", - "no_id": "La inst\u00e0ncia d'Hyperion Ambilight no ha retornat el seu ID" + "no_id": "La inst\u00e0ncia d'Hyperion Ambilight no ha retornat el seu ID", + "reauth_successful": "Re-autenticaci\u00f3 realitzada correctament" }, "error": { "cannot_connect": "Ha fallat la connexi\u00f3", diff --git a/homeassistant/components/neato/translations/ca.json b/homeassistant/components/neato/translations/ca.json index 601af3a68e9..f818135c51f 100644 --- a/homeassistant/components/neato/translations/ca.json +++ b/homeassistant/components/neato/translations/ca.json @@ -2,16 +2,26 @@ "config": { "abort": { "already_configured": "El dispositiu ja est\u00e0 configurat", - "invalid_auth": "Autenticaci\u00f3 inv\u00e0lida" + "authorize_url_timeout": "Temps d'espera esgotat durant la generaci\u00f3 de l'URL d'autoritzaci\u00f3.", + "invalid_auth": "Autenticaci\u00f3 inv\u00e0lida", + "missing_configuration": "El component no est\u00e0 configurat. Mira'n la documentaci\u00f3.", + "no_url_available": "No hi ha cap URL disponible. Per a m\u00e9s informaci\u00f3 sobre aquest error, [consulta la secci\u00f3 d'ajuda]({docs_url})", + "reauth_successful": "Re-autenticaci\u00f3 realitzada correctament" }, "create_entry": { - "default": "Consulta la [documentaci\u00f3 de Neato]({docs_url})." + "default": "Autenticaci\u00f3 exitosa" }, "error": { "invalid_auth": "Autenticaci\u00f3 inv\u00e0lida", "unknown": "Error inesperat" }, "step": { + "pick_implementation": { + "title": "Selecciona el m\u00e8tode d'autenticaci\u00f3" + }, + "reauth_confirm": { + "title": "Vols comen\u00e7ar la configuraci\u00f3?" + }, "user": { "data": { "password": "Contrasenya", @@ -22,5 +32,6 @@ "title": "Informaci\u00f3 del compte Neato" } } - } + }, + "title": "Neato Botvac" } \ No newline at end of file diff --git a/homeassistant/components/neato/translations/it.json b/homeassistant/components/neato/translations/it.json index 614465472e6..100237c33e6 100644 --- a/homeassistant/components/neato/translations/it.json +++ b/homeassistant/components/neato/translations/it.json @@ -9,7 +9,7 @@ "reauth_successful": "Ri-autenticazione completata con successo" }, "create_entry": { - "default": "Vedere la [Documentazione di Neato]({docs_url})." + "default": "Autenticato con successo" }, "error": { "invalid_auth": "Autenticazione non valida",