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

20 lines
520 B
JSON
Raw Normal View History

2020-02-14 00:31:49 +00:00
{
"config": {
2020-02-17 00:31:56 +00:00
"abort": {
2021-07-22 00:10:31 +00:00
"already_configured": "Ger\u00e4t ist bereits konfiguriert"
2020-02-17 00:31:56 +00:00
},
"error": {
2021-02-03 10:46:49 +00:00
"cannot_connect": "Verbindung fehlgeschlagen",
2021-07-22 00:10:31 +00:00
"invalid_auth": "Ung\u00fcltige Authentifizierung",
2021-02-03 10:46:49 +00:00
"unknown": "Unerwarteter Fehler"
2020-02-17 00:31:56 +00:00
},
2020-02-14 00:31:49 +00:00
"step": {
"user": {
"data": {
2021-07-22 00:10:31 +00:00
"access_token": "Zugangstoken",
2020-06-07 00:03:28 +00:00
"host": "Host"
2022-05-19 00:26:11 +00:00
}
2020-02-14 00:31:49 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2020-02-14 00:31:49 +00:00
}