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

25 lines
738 B
JSON

{
"config": {
"abort": {
"already_configured": "Ger\u00e4t ist bereits konfiguriert"
},
"error": {
"cannot_connect": "Verbindung fehlgeschlagen",
"invalid_auth": "Ung\u00fcltige Authentifizierung",
"invalid_response": "Ung\u00fcltige Antwort vom Ger\u00e4t",
"unknown": "Unerwarteter Fehler"
},
"step": {
"user": {
"data": {
"host": "Host",
"password": "Passwort",
"port": "Port",
"rtsp_port": "RTSP-Port",
"username": "Benutzername"
}
}
}
},
"title": "Foscam"
}