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

23 lines
690 B
JSON
Raw Normal View History

2020-05-13 18:27:21 +00:00
{
"config": {
"abort": {
2021-07-22 00:10:31 +00:00
"already_configured": "Konto wurde bereits konfiguriert"
2020-05-13 18:27:21 +00:00
},
"error": {
2021-02-03 10:46:49 +00:00
"cannot_connect": "Verbindung fehlgeschlagen",
2020-05-13 18:27:21 +00:00
"invalid_auth": "Ung\u00fcltige Authentifizierung",
"unknown": "Unerwarteter Fehler"
},
"step": {
"user": {
"data": {
2020-12-18 00:03:48 +00:00
"client_id": "Client-ID (optional)",
2021-03-16 00:04:36 +00:00
"client_secret": "Client Secret (optional)",
2020-05-13 18:27:21 +00:00
"password": "Passwort",
"username": "Benutzername"
2021-04-01 00:03:55 +00:00
},
"title": "Flick Anmeldedaten"
2020-05-13 18:27:21 +00:00
}
}
2020-11-11 12:25:22 +00:00
}
2020-05-13 18:27:21 +00:00
}