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

20 lines
521 B
JSON
Raw Normal View History

2022-01-03 00:14:23 +00:00
{
"config": {
"abort": {
2022-01-04 00:14:15 +00:00
"already_configured": "Konto wurde bereits konfiguriert"
2022-01-03 00:14:23 +00:00
},
"error": {
"cannot_connect": "Verbindung fehlgeschlagen",
"invalid_auth": "Ung\u00fcltige Authentifizierung",
"unknown": "Unerwarteter Fehler"
},
"step": {
"user": {
"data": {
"password": "Passwort",
"username": "Benutzername"
}
}
}
}
}