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

29 lines
811 B
JSON
Raw Normal View History

2019-10-06 00:32:15 +00:00
{
"config": {
2019-10-07 00:32:19 +00:00
"error": {
"already_configured": "Gateway er allerede konfigurert",
"id_exists": "Gateway-ID finnes allerede",
"serial_error": "Feil ved tilkobling til enhet",
"timeout": "Tilkoblingsfors\u00f8k ble tidsavbrutt"
},
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-04-08 00:08:19 +00:00
"name": "Navn"
2020-08-27 00:04:55 +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",
"precision": "Presisjon"
},
"description": "Alternativer for OpenTherm Gateway"
}
}
2020-04-16 20:00:10 +00:00
}
2019-10-06 00:32:15 +00:00
}