[ci skip] Translation update

This commit is contained in:
HomeAssistant Azure 2020-12-17 00:02:51 +00:00
parent 638374c36a
commit d3255e63e3
5 changed files with 31 additions and 18 deletions

View File

@ -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": {

View File

@ -21,7 +21,7 @@
},
"system_health": {
"info": {
"can_reach_server": "Server GIO\u015a raggiungibile"
"can_reach_server": "Raggiungi il server GIO\u015a"
}
}
}

View File

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

View File

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

View File

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