From d3255e63e3ed5e9209ce3f6a1dc15937e55cefe5 Mon Sep 17 00:00:00 2001 From: HomeAssistant Azure Date: Thu, 17 Dec 2020 00:02:51 +0000 Subject: [PATCH] [ci skip] Translation update --- .../components/apple_tv/translations/it.json | 2 +- .../components/gios/translations/it.json | 2 +- .../components/hyperion/translations/en.json | 3 ++- .../components/neato/translations/de.json | 24 +++++++++---------- .../components/neato/translations/en.json | 18 ++++++++++++-- 5 files changed, 31 insertions(+), 18 deletions(-) diff --git a/homeassistant/components/apple_tv/translations/it.json b/homeassistant/components/apple_tv/translations/it.json index 3a4ae887aae..7ed3306721c 100644 --- a/homeassistant/components/apple_tv/translations/it.json +++ b/homeassistant/components/apple_tv/translations/it.json @@ -30,7 +30,7 @@ "data": { "pin": "Codice PIN" }, - "description": "L'abbinamento \u00e8 richiesto per il {protocol} \"{protocol}\". Immettere il codice PIN visualizzato sullo schermo. Gli zeri iniziali devono essere omessi, ovvero immettere 123 se il codice visualizzato \u00e8 0123.", + "description": "L'abbinamento \u00e8 richiesto per il protocollo \"{protocol}\". Immettere il codice PIN visualizzato sullo schermo. Gli zeri iniziali devono essere omessi, ovvero immettere 123 se il codice visualizzato \u00e8 0123.", "title": "Abbinamento" }, "reconfigure": { diff --git a/homeassistant/components/gios/translations/it.json b/homeassistant/components/gios/translations/it.json index 5d1e99d17f4..26bf8386d66 100644 --- a/homeassistant/components/gios/translations/it.json +++ b/homeassistant/components/gios/translations/it.json @@ -21,7 +21,7 @@ }, "system_health": { "info": { - "can_reach_server": "Server GIO\u015a raggiungibile" + "can_reach_server": "Raggiungi il server GIO\u015a" } } } \ No newline at end of file diff --git a/homeassistant/components/hyperion/translations/en.json b/homeassistant/components/hyperion/translations/en.json index c4c4f512d6f..d1277b411e0 100644 --- a/homeassistant/components/hyperion/translations/en.json +++ b/homeassistant/components/hyperion/translations/en.json @@ -7,7 +7,8 @@ "auth_new_token_not_work_error": "Failed to authenticate using newly created token", "auth_required_error": "Failed to determine if authorization is required", "cannot_connect": "Failed to connect", - "no_id": "The Hyperion Ambilight instance did not report its id" + "no_id": "The Hyperion Ambilight instance did not report its id", + "reauth_successful": "Re-authentication was successful" }, "error": { "cannot_connect": "Failed to connect", diff --git a/homeassistant/components/neato/translations/de.json b/homeassistant/components/neato/translations/de.json index c8dcc93500b..c41d4e6d93a 100644 --- a/homeassistant/components/neato/translations/de.json +++ b/homeassistant/components/neato/translations/de.json @@ -1,23 +1,21 @@ { "config": { "abort": { - "already_configured": "Konto ist bereits konfiguriert.", - "authorize_url_timeout": "Timeout beim Erzeugen der Autorisierungs-URL.", - "missing_configuration": "Die Komponente ist nicht konfiguriert. Bitte beachten Sie die Dokumentation.", - "no_url_available": "Keine URL verfügbar. Informationen zu diesem Fehler finden Sie [im Hilfebereich]({docs_url})", - "reauth_successful": "Re-Authentifizierung war erfolgreich" + "already_configured": "Bereits konfiguriert" }, "create_entry": { - "default": "Erfolgreich authentifiziert" + "default": "Siehe [Neato-Dokumentation]({docs_url})." }, "step": { - "pick_implementation": { - "title": "Authentifizierungsmethode auswählen" - }, - "reauth_confirm": { - "title": "Einrichtung bestätigen?" + "user": { + "data": { + "password": "Passwort", + "username": "Benutzername", + "vendor": "Hersteller" + }, + "description": "Siehe [Neato-Dokumentation]({docs_url}).", + "title": "Neato-Kontoinformationen" } } - }, - "title": "Neato Botvac" + } } \ No newline at end of file diff --git a/homeassistant/components/neato/translations/en.json b/homeassistant/components/neato/translations/en.json index 333c8a980f0..cc633979645 100644 --- a/homeassistant/components/neato/translations/en.json +++ b/homeassistant/components/neato/translations/en.json @@ -1,8 +1,9 @@ { "config": { "abort": { - "already_configured": "Account is already configured.", + "already_configured": "Device is already configured", "authorize_url_timeout": "Timeout generating authorize URL.", + "invalid_auth": "Invalid authentication", "missing_configuration": "The component is not configured. Please follow the documentation.", "no_url_available": "No URL available. For information about this error, [check the help section]({docs_url})", "reauth_successful": "Re-authentication was successful" @@ -10,12 +11,25 @@ "create_entry": { "default": "Successfully authenticated" }, + "error": { + "invalid_auth": "Invalid authentication", + "unknown": "Unexpected error" + }, "step": { "pick_implementation": { "title": "Pick Authentication Method" }, "reauth_confirm": { - "title": "Confirm setup?" + "title": "Do you want to start set up?" + }, + "user": { + "data": { + "password": "Password", + "username": "Username", + "vendor": "Vendor" + }, + "description": "See [Neato documentation]({docs_url}).", + "title": "Neato Account Info" } } },