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

30 lines
798 B
JSON
Raw Normal View History

2019-10-06 00:32:15 +00:00
{
"config": {
2019-10-07 00:32:19 +00:00
"error": {
2020-10-27 00:06:28 +00:00
"already_configured": "Enheten er allerede konfigurert",
"cannot_connect": "Tilkobling mislyktes",
2020-11-16 00:03:40 +00:00
"id_exists": "Gateway ID finnes allerede"
2019-10-07 00:32:19 +00:00
},
2019-10-06 00:32:15 +00:00
"step": {
"init": {
"data": {
2019-10-07 00:32:19 +00:00
"device": "Bane eller URL-adresse",
2020-09-08 00:04:13 +00:00
"id": "",
2020-04-08 00:08:19 +00:00
"name": "Navn"
2020-09-08 00:04:13 +00:00
},
"title": ""
2019-10-06 00:32:15 +00:00
}
2020-04-15 16:51:07 +00:00
}
2019-10-19 00:32:15 +00:00
},
"options": {
"step": {
"init": {
"data": {
"floor_temperature": "Etasje Temperatur",
"precision": "Presisjon"
},
"description": "Alternativer for OpenTherm Gateway"
}
}
2020-04-16 20:00:10 +00:00
}
2019-10-06 00:32:15 +00:00
}