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

29 lines
762 B
JSON
Raw Normal View History

2019-10-07 00:32:19 +00:00
{
"config": {
"error": {
"already_configured": "Gateway allerede konfigureret",
2020-11-11 11:10:09 +00:00
"id_exists": "Gateway-id findes allerede"
2019-10-07 00:32:19 +00:00
},
"step": {
"init": {
"data": {
2019-12-30 00:32:19 +00:00
"device": "Sti eller webadresse",
"id": "Id",
2020-04-08 00:08:19 +00:00
"name": "Navn"
2019-10-07 00:32:19 +00:00
},
"title": "OpenTherm Gateway"
}
2020-04-15 16:51:07 +00:00
}
2019-10-19 00:32:15 +00:00
},
"options": {
"step": {
"init": {
"data": {
"floor_temperature": "Gulvtemperatur",
"precision": "Pr\u00e6cision"
},
"description": "Indstillinger for OpenTherm Gateway"
}
}
2020-04-16 20:00:10 +00:00
}
2019-10-07 00:32:19 +00:00
}