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

27 lines
894 B
JSON
Raw Normal View History

2021-12-24 00:13:45 +00:00
{
"config": {
"abort": {
2022-03-04 00:21:35 +00:00
"already_configured": "Konto wurde bereits konfiguriert",
"reauth_successful": "Die erneute Authentifizierung war erfolgreich"
2021-12-24 00:13:45 +00:00
},
"error": {
2022-03-01 00:23:47 +00:00
"cannot_connect": "Verbindung fehlgeschlagen",
2022-03-04 00:21:35 +00:00
"incorrect_api_key": "Ung\u00fcltiger API-Schl\u00fcssel f\u00fcr ausgew\u00e4hltes Konto",
2022-03-01 00:23:47 +00:00
"invalid_auth": "Ung\u00fcltige Authentifizierung",
"no_devices": "Keine Ger\u00e4te gefunden",
"no_username": "Benutzername konnte nicht ermittelt werden"
2021-12-24 00:13:45 +00:00
},
"step": {
2022-03-04 00:21:35 +00:00
"reauth_confirm": {
"data": {
"api_key": "API-Schl\u00fcssel"
}
},
2021-12-24 00:13:45 +00:00
"user": {
"data": {
2022-05-19 00:26:11 +00:00
"api_key": "API-Schl\u00fcssel"
2021-12-24 00:13:45 +00:00
}
}
}
}
}