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

30 lines
829 B
JSON
Raw Normal View History

2019-10-07 00:32:19 +00:00
{
"config": {
"error": {
2021-02-03 10:46:49 +00:00
"already_configured": "Ger\u00e4t ist bereits konfiguriert",
2020-10-27 00:06:28 +00:00
"cannot_connect": "Verbindung fehlgeschlagen",
2020-11-11 11:10:09 +00:00
"id_exists": "Gateway-ID ist bereits vorhanden"
2019-10-07 00:32:19 +00:00
},
"step": {
"init": {
"data": {
"device": "Pfad oder URL",
"id": "ID",
2020-04-08 00:08:19 +00:00
"name": "Name"
2019-10-16 00:32:17 +00:00
},
"title": "OpenTherm Gateway"
2019-10-07 00:32:19 +00:00
}
2020-04-15 16:51:07 +00:00
}
2019-10-23 00:32:15 +00:00
},
"options": {
"step": {
"init": {
"data": {
"floor_temperature": "Boden-Temperatur",
"precision": "Genauigkeit"
2020-01-06 00:32:11 +00:00
},
"description": "Optionen f\u00fcr das OpenTherm Gateway"
2019-10-23 00:32:15 +00:00
}
}
2020-04-16 20:00:10 +00:00
}
2019-10-07 00:32:19 +00:00
}