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

23 lines
692 B
JSON
Raw Normal View History

2020-09-27 00:06:49 +00:00
{
"config": {
2021-02-03 10:46:49 +00:00
"abort": {
"cannot_connect": "Verbindung fehlgeschlagen",
"invalid_auth": "Ung\u00fcltige Authentifizierung"
},
"error": {
"cannot_connect": "Verbindung fehlgeschlagen",
"invalid_auth": "Ung\u00fcltige Authentifizierung"
},
2020-09-27 00:06:49 +00:00
"flow_title": "ZoneMinder",
"step": {
"user": {
"data": {
"password": "Passwort",
2021-02-03 10:46:49 +00:00
"ssl": "Nutzt ein SSL-Zertifikat",
2020-09-27 00:06:49 +00:00
"username": "Benutzername",
"verify_ssl": "SSL-Zertifikat \u00fcberpr\u00fcfen"
}
}
}
}
}