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

31 lines
926 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",
2022-08-03 00:28:23 +00:00
"id_exists": "Gateway ID finnes allerede",
"timeout_connect": "Tidsavbrudd oppretter forbindelse"
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"
2022-05-19 00:26:11 +00:00
}
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",
2021-03-20 00:04:10 +00:00
"read_precision": "Les presisjon",
2021-04-01 00:03:55 +00:00
"set_precision": "Angi presisjon",
"temporary_override_mode": "Midlertidig overstyringsmodus for settpunkt"
2022-05-19 00:26:11 +00:00
}
2019-10-19 00:32:15 +00:00
}
}
2020-04-16 20:00:10 +00:00
}
2019-10-06 00:32:15 +00:00
}