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

27 lines
767 B
JSON
Raw Normal View History

2020-09-27 00:06:49 +00:00
{
"config": {
2021-02-03 10:46:49 +00:00
"abort": {
"already_configured": "Ger\u00e4t ist bereits konfiguriert"
},
"error": {
"cannot_connect": "Verbindung fehlgeschlagen",
"invalid_auth": "Ung\u00fcltige Authentifizierung",
"unknown": "Unerwarteter Fehler"
},
2020-09-27 00:06:49 +00:00
"step": {
"device": {
"data": {
"device_name": "Ger\u00e4t"
2021-04-14 00:03:17 +00:00
},
"title": "WOLF-Ger\u00e4t ausw\u00e4hlen"
2020-09-27 00:06:49 +00:00
},
"user": {
"data": {
"password": "Passwort",
"username": "Benutzername"
2021-04-14 00:03:17 +00:00
},
"title": "WOLF SmartSet-Verbindung"
2020-09-27 00:06:49 +00:00
}
}
}
}