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

25 lines
656 B
JSON
Raw Normal View History

2020-07-15 00:02:40 +00:00
{
"config": {
2021-02-03 10:46:49 +00:00
"abort": {
"already_configured": "Ger\u00e4t ist bereits konfiguriert"
},
2020-07-15 00:02:40 +00:00
"error": {
2021-02-03 10:46:49 +00:00
"cannot_connect": "Verbindung fehlgeschlagen",
"invalid_auth": "Ung\u00fcltige Authentifizierung",
2020-07-15 00:02:40 +00:00
"unknown": "Unerwarteter Fehler"
},
"step": {
2021-03-17 00:03:55 +00:00
"confirm": {
"data": {
"access_token": "Zugangstoken"
}
},
2020-07-15 00:02:40 +00:00
"user": {
"data": {
2020-09-27 00:06:49 +00:00
"access_token": "Zugriffstoken",
"host": "Host"
2020-07-15 00:02:40 +00:00
}
}
}
}
}