mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 08:47:10 +00:00
[ci skip] Translation update
This commit is contained in:
parent
638374c36a
commit
d3255e63e3
@ -30,7 +30,7 @@
|
|||||||
"data": {
|
"data": {
|
||||||
"pin": "Codice PIN"
|
"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"
|
"title": "Abbinamento"
|
||||||
},
|
},
|
||||||
"reconfigure": {
|
"reconfigure": {
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
},
|
},
|
||||||
"system_health": {
|
"system_health": {
|
||||||
"info": {
|
"info": {
|
||||||
"can_reach_server": "Server GIO\u015a raggiungibile"
|
"can_reach_server": "Raggiungi il server GIO\u015a"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -7,7 +7,8 @@
|
|||||||
"auth_new_token_not_work_error": "Failed to authenticate using newly created token",
|
"auth_new_token_not_work_error": "Failed to authenticate using newly created token",
|
||||||
"auth_required_error": "Failed to determine if authorization is required",
|
"auth_required_error": "Failed to determine if authorization is required",
|
||||||
"cannot_connect": "Failed to connect",
|
"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": {
|
"error": {
|
||||||
"cannot_connect": "Failed to connect",
|
"cannot_connect": "Failed to connect",
|
||||||
|
@ -1,23 +1,21 @@
|
|||||||
{
|
{
|
||||||
"config": {
|
"config": {
|
||||||
"abort": {
|
"abort": {
|
||||||
"already_configured": "Konto ist bereits konfiguriert.",
|
"already_configured": "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"
|
|
||||||
},
|
},
|
||||||
"create_entry": {
|
"create_entry": {
|
||||||
"default": "Erfolgreich authentifiziert"
|
"default": "Siehe [Neato-Dokumentation]({docs_url})."
|
||||||
},
|
},
|
||||||
"step": {
|
"step": {
|
||||||
"pick_implementation": {
|
"user": {
|
||||||
"title": "Authentifizierungsmethode auswählen"
|
"data": {
|
||||||
|
"password": "Passwort",
|
||||||
|
"username": "Benutzername",
|
||||||
|
"vendor": "Hersteller"
|
||||||
},
|
},
|
||||||
"reauth_confirm": {
|
"description": "Siehe [Neato-Dokumentation]({docs_url}).",
|
||||||
"title": "Einrichtung bestätigen?"
|
"title": "Neato-Kontoinformationen"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"title": "Neato Botvac"
|
|
||||||
}
|
}
|
@ -1,8 +1,9 @@
|
|||||||
{
|
{
|
||||||
"config": {
|
"config": {
|
||||||
"abort": {
|
"abort": {
|
||||||
"already_configured": "Account is already configured.",
|
"already_configured": "Device is already configured",
|
||||||
"authorize_url_timeout": "Timeout generating authorize URL.",
|
"authorize_url_timeout": "Timeout generating authorize URL.",
|
||||||
|
"invalid_auth": "Invalid authentication",
|
||||||
"missing_configuration": "The component is not configured. Please follow the documentation.",
|
"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})",
|
"no_url_available": "No URL available. For information about this error, [check the help section]({docs_url})",
|
||||||
"reauth_successful": "Re-authentication was successful"
|
"reauth_successful": "Re-authentication was successful"
|
||||||
@ -10,12 +11,25 @@
|
|||||||
"create_entry": {
|
"create_entry": {
|
||||||
"default": "Successfully authenticated"
|
"default": "Successfully authenticated"
|
||||||
},
|
},
|
||||||
|
"error": {
|
||||||
|
"invalid_auth": "Invalid authentication",
|
||||||
|
"unknown": "Unexpected error"
|
||||||
|
},
|
||||||
"step": {
|
"step": {
|
||||||
"pick_implementation": {
|
"pick_implementation": {
|
||||||
"title": "Pick Authentication Method"
|
"title": "Pick Authentication Method"
|
||||||
},
|
},
|
||||||
"reauth_confirm": {
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user