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

21 lines
608 B
JSON
Raw Normal View History

2020-05-13 18:27:21 +00:00
{
"config": {
"abort": {
"already_configured": "Dieses Konto ist bereits konfiguriert"
},
"error": {
"cannot_connect": "Verbindung fehlgeschlagen, versuchen Sie es erneut",
"invalid_auth": "Ung\u00fcltige Authentifizierung",
"unknown": "Unerwarteter Fehler"
},
"step": {
"user": {
"data": {
2020-12-18 00:03:48 +00:00
"client_id": "Client-ID (optional)",
2020-05-13 18:27:21 +00:00
"password": "Passwort",
"username": "Benutzername"
}
}
}
2020-11-11 12:25:22 +00:00
}
2020-05-13 18:27:21 +00:00
}