core/homeassistant/components/ezviz/translations/de.json

45 lines
1.2 KiB
JSON

{
"config": {
"abort": {
"already_configured_account": "Konto wurde bereits konfiguriert",
"unknown": "Unerwarteter Fehler"
},
"error": {
"cannot_connect": "Verbindung fehlgeschlagen",
"invalid_auth": "Ung\u00fcltige Authentifizierung",
"invalid_host": "Ung\u00fcltiger Hostname oder IP-Adresse"
},
"step": {
"confirm": {
"data": {
"password": "Passwort",
"username": "Benutzername"
}
},
"user": {
"data": {
"password": "Passwort",
"url": "URL",
"username": "Benutzername"
},
"title": "Verbinden mit Ezviz Cloud"
},
"user_custom_url": {
"data": {
"password": "Passwort",
"url": "URL",
"username": "Benutzername"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"timeout": "Anfrage-Timeout (Sekunden)"
}
}
}
}
}