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

20 lines
521 B
JSON
Raw Normal View History

2021-03-01 00:09:01 +00:00
{
"config": {
"abort": {
2021-07-22 00:10:31 +00:00
"already_configured": "Konto wurde bereits konfiguriert"
2021-03-01 00:09:01 +00:00
},
"error": {
"cannot_connect": "Verbindung fehlgeschlagen",
"invalid_auth": "Ung\u00fcltige Authentifizierung",
"unknown": "Unerwarteter Fehler"
},
"step": {
"user": {
"data": {
"password": "Passwort",
"username": "Benutzername"
}
}
}
}
}