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

67 lines
1.7 KiB
JSON
Raw Normal View History

2020-09-27 00:06:49 +00:00
{
"config": {
2020-11-08 00:04:05 +00:00
"abort": {
"cannot_connect": "Verbindung fehlgeschlagen"
},
"error": {
"cannot_connect": "Verbindung fehlgeschlagen"
},
2020-09-27 00:06:49 +00:00
"step": {
"hubv1": {
"data": {
"host": "IP-Adresse",
"port": "Port"
}
},
"hubv2": {
"data": {
"host": "IP-Adresse",
"password": "Passwort",
"port": "Port",
"username": "Benutzername"
}
},
"plm": {
"title": "Insteon PLM"
},
"user": {
"title": "Insteon"
}
}
},
"options": {
2020-10-22 00:09:52 +00:00
"error": {
2020-11-08 00:04:05 +00:00
"cannot_connect": "Verbindung fehlgeschlagen",
2020-10-22 00:09:52 +00:00
"select_single": "W\u00e4hle eine Option aus."
},
2020-09-27 00:06:49 +00:00
"step": {
"add_override": {
"title": "Insteon"
},
"add_x10": {
"data": {
"platform": "Plattform"
},
"title": "Insteon"
},
"change_hub_config": {
"data": {
"host": "IP-Adresse",
"password": "Passwort",
"port": "Port",
"username": "Benutzername"
},
"title": "Insteon"
},
"init": {
"title": "Insteon"
},
"remove_override": {
"title": "Insteon"
},
"remove_x10": {
"title": "Insteon"
}
}
}
}