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

52 lines
1.8 KiB
JSON

{
"config": {
"abort": {
"already_configured_account": "Konto wurde bereits konfiguriert",
"ezviz_cloud_account_missing": "EZVIZ-Cloud-Konto fehlt. Bitte konfiguriere das EZVIZ-Cloud-Konto neu",
"unknown": "Unerwarteter Fehler"
},
"error": {
"cannot_connect": "Verbindung fehlgeschlagen",
"invalid_auth": "Ung\u00fcltige Authentifizierung",
"invalid_host": "Ung\u00fcltiger Hostname oder IP-Adresse"
},
"flow_title": "{serial}",
"step": {
"confirm": {
"data": {
"password": "Passwort",
"username": "Benutzername"
},
"description": "RTSP-Anmeldeinformationen f\u00fcr EZVIZ-Kamera {serial} mit IP {ip_address} eingeben",
"title": "Entdeckte EZVIZ-Kamera"
},
"user": {
"data": {
"password": "Passwort",
"url": "URL",
"username": "Benutzername"
},
"title": "Verbindung zur EZVIZ Cloud"
},
"user_custom_url": {
"data": {
"password": "Passwort",
"url": "URL",
"username": "Benutzername"
},
"description": "URL Region manuell festlegen",
"title": "Verbinden mit benutzerdefinierter EZVIZ-URL"
}
}
},
"options": {
"step": {
"init": {
"data": {
"ffmpeg_arguments": "An ffmpeg \u00fcbergebene Argumente f\u00fcr Kameras",
"timeout": "Anfrage-Timeout (Sekunden)"
}
}
}
}
}