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

29 lines
690 B
JSON
Raw Normal View History

2020-05-13 18:27:21 +00:00
{
"config": {
2020-06-07 00:03:28 +00:00
"abort": {
"already_configured": "Ger\u00e4t ist bereits konfiguriert"
},
"error": {
"cannot_connect": "Verbindung fehlgeschlagen",
"unknown": "Unerwarteter Fehler"
},
2020-05-13 18:27:21 +00:00
"step": {
"user": {
"data": {
2020-09-15 00:09:18 +00:00
"host": "URL",
"password": "Passwort",
2020-05-13 18:27:21 +00:00
"username": "Benutzername"
}
}
}
2020-09-15 00:09:18 +00:00
},
"options": {
"step": {
"init": {
"data": {
"ignore_string": "Zeichenfolge ignorieren"
}
}
}
2020-05-13 18:27:21 +00:00
}
}