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

20 lines
524 B
JSON
Raw Normal View History

2021-03-01 00:09:01 +00:00
{
"config": {
"abort": {
"already_configured": "Ger\u00e4t ist bereits konfiguriert"
},
"error": {
2021-04-01 00:03:55 +00:00
"cannot_connect": "Verbindung fehlgeschlagen",
2021-03-01 00:09:01 +00:00
"invalid_auth": "Ung\u00fcltige Authentifizierung",
"unknown": "Unerwarteter Fehler"
},
"step": {
"user": {
"data": {
"password": "Passwort",
"username": "Benutzername"
}
}
}
}
}