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

31 lines
888 B
JSON
Raw Normal View History

2019-10-07 00:32:19 +00:00
{
"config": {
"error": {
"already_configured": "Gateway allerede konfigureret",
"id_exists": "Gateway-id findes allerede",
2019-12-30 00:32:19 +00:00
"serial_error": "Fejl ved tilslutning til enheden",
"timeout": "Forbindelsesfors\u00f8g fik timeout"
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
}