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

25 lines
738 B
JSON
Raw Normal View History

2021-02-03 10:46:49 +00:00
{
"config": {
"abort": {
"already_configured": "Ger\u00e4t ist bereits konfiguriert"
},
"error": {
"cannot_connect": "Verbindung fehlgeschlagen",
"invalid_auth": "Ung\u00fcltige Authentifizierung",
2021-03-17 00:03:55 +00:00
"invalid_response": "Ung\u00fcltige Antwort vom Ger\u00e4t",
2021-02-03 10:46:49 +00:00
"unknown": "Unerwarteter Fehler"
},
"step": {
"user": {
"data": {
"host": "Host",
"password": "Passwort",
"port": "Port",
2021-03-22 00:08:34 +00:00
"rtsp_port": "RTSP-Port",
2021-02-03 10:46:49 +00:00
"username": "Benutzername"
}
}
}
},
"title": "Foscam"
}