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

41 lines
1.3 KiB
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"
},
2020-12-20 00:04:36 +00:00
"error": {
2021-02-03 10:46:49 +00:00
"cannot_connect": "Verbindung fehlgeschlagen",
2020-12-20 00:04:36 +00:00
"unknown": "Unerwarteter Fehler"
},
2020-09-27 00:06:49 +00:00
"step": {
"relay_modes": {
"data": {
"relay_1": "Relais 1",
"relay_10": "Relais 10",
"relay_11": "Relais 11",
"relay_12": "Relais 12",
"relay_13": "Relais 13",
"relay_14": "Relais 14",
"relay_15": "Relais 15",
"relay_16": "Relais 16",
"relay_2": "Relais 2",
"relay_3": "Relais 3",
"relay_4": "Relais 4",
"relay_5": "Relais 5",
"relay_6": "Relais 6",
"relay_7": "Relais 7",
"relay_8": "Relais 8",
"relay_9": "Relais 9"
2021-05-03 00:05:16 +00:00
},
"title": "Relais einrichten"
2020-09-27 00:06:49 +00:00
},
"user": {
"data": {
"host": "Host",
"port": "Port"
2021-05-03 00:05:16 +00:00
},
"title": "Board einrichten"
2020-09-27 00:06:49 +00:00
}
}
}
}