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

28 lines
862 B
JSON
Raw Normal View History

2021-03-01 00:09:01 +00:00
{
"config": {
2021-04-08 00:03:23 +00:00
"abort": {
"reauth_successful": "Die erneute Authentifizierung war erfolgreich"
},
2021-03-01 00:09:01 +00:00
"error": {
"cannot_connect": "Verbindung fehlgeschlagen",
"invalid_auth": "Ung\u00fcltige Authentifizierung",
"unknown": "Unerwarteter Fehler"
},
"step": {
2021-04-08 00:03:23 +00:00
"reauth_confirm": {
"data": {
"token": "Zugangstoken"
},
2021-06-06 00:19:43 +00:00
"description": "Die Nuki-Integration muss sich bei deiner Bridge neu authentifizieren.",
2021-04-08 00:03:23 +00:00
"title": "Integration erneut authentifizieren"
},
2021-03-01 00:09:01 +00:00
"user": {
"data": {
"host": "Host",
"port": "Port",
"token": "Zugangstoken"
}
}
}
}
}