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

50 lines
1.6 KiB
JSON
Raw Normal View History

2021-04-11 00:04:41 +00:00
{
"config": {
2021-04-14 00:03:17 +00:00
"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"
},
2021-05-12 00:04:03 +00:00
"flow_title": "{serial}",
2021-04-11 00:04:41 +00:00
"step": {
2021-04-14 00:03:17 +00:00
"confirm": {
"data": {
"password": "Passwort",
"username": "Benutzername"
2021-05-12 00:04:03 +00:00
},
"description": "RTSP-Anmeldeinformationen f\u00fcr Ezviz-Kamera {serial} mit IP {ip_address} eingeben",
"title": "Entdeckte Ezviz-Kamera"
2021-04-14 00:03:17 +00:00
},
2021-04-11 00:04:41 +00:00
"user": {
"data": {
"password": "Passwort",
2021-04-14 00:03:17 +00:00
"url": "URL",
2021-04-11 00:04:41 +00:00
"username": "Benutzername"
},
"title": "Verbinden mit Ezviz Cloud"
},
"user_custom_url": {
"data": {
"password": "Passwort",
2021-04-14 00:03:17 +00:00
"url": "URL",
2021-04-11 00:04:41 +00:00
"username": "Benutzername"
2021-05-12 00:04:03 +00:00
},
"description": "URL Region manuell festlegen",
"title": "Verbinden mit benutzerdefinierter Ezviz-URL"
2021-04-11 00:04:41 +00:00
}
}
},
"options": {
"step": {
"init": {
"data": {
"timeout": "Anfrage-Timeout (Sekunden)"
}
}
}
}
}