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

32 lines
956 B
JSON

{
"config": {
"error": {
"already_configured": "Enheten er allerede konfigurert",
"cannot_connect": "Tilkobling mislyktes",
"id_exists": "Gateway ID finnes allerede"
},
"step": {
"init": {
"data": {
"device": "Bane eller URL-adresse",
"id": "",
"name": "Navn"
},
"title": ""
}
}
},
"options": {
"step": {
"init": {
"data": {
"floor_temperature": "Etasje Temperatur",
"read_precision": "Les presisjon",
"set_precision": "Angi presisjon",
"temporary_override_mode": "Midlertidig overstyringsmodus for settpunkt"
},
"description": "Alternativer for OpenTherm Gateway"
}
}
}
}