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

21 lines
601 B
JSON
Raw Normal View History

2021-12-24 00:13:45 +00:00
{
"config": {
"abort": {
"already_configured": "Konto wurde bereits konfiguriert"
},
"error": {
2022-03-01 00:23:47 +00:00
"cannot_connect": "Verbindung fehlgeschlagen",
"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": {
"user": {
"data": {
"api_key": "API-Schl\u00fcssel",
"name": "Name"
}
}
}
}
}