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

24 lines
905 B
JSON
Raw Normal View History

2020-04-12 00:05:58 +00:00
{
"config": {
"abort": {
2021-02-03 10:46:49 +00:00
"already_configured": "Konto wurde bereits konfiguriert"
2020-04-12 00:05:58 +00:00
},
"error": {
2021-02-03 10:46:49 +00:00
"cannot_connect": "Verbindung fehlgeschlagen",
2020-04-12 00:05:58 +00:00
"invalid_auth": "Ung\u00fcltige Authentifizierung",
"unknown": "Unerwarteter Fehler"
},
"step": {
"user": {
"data": {
2020-05-13 18:27:21 +00:00
"client_id": "Client-ID",
"client_secret": "Client Secret",
2020-04-12 00:05:58 +00:00
"password": "Passwort",
"username": "Benutzername"
},
2020-04-20 00:04:37 +00:00
"description": "Um auf die Flume Personal API zugreifen zu k\u00f6nnen, m\u00fcssen Sie unter https://portal.flumetech.com/settings#token eine 'Client ID' und 'Client Secret' anfordern",
2020-04-12 00:05:58 +00:00
"title": "Stellen Sie eine Verbindung zu Ihrem Flume-Konto her"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2020-04-12 00:05:58 +00:00
}