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

16 lines
359 B
JSON
Raw Normal View History

2020-07-15 00:02:40 +00:00
{
"config": {
"error": {
"cannot_connect": "Verbindung nicht m\u00f6glich",
"unknown": "Unerwarteter Fehler"
},
"step": {
"user": {
"data": {
2020-09-27 00:06:49 +00:00
"access_token": "Zugriffstoken",
"host": "Host"
2020-07-15 00:02:40 +00:00
}
}
}
}
}