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

29 lines
759 B
JSON
Raw Normal View History

2020-02-07 00:31:50 +00:00
{
"config": {
"error": {
"already_configured": "Gateway redan konfigurerad",
2020-11-11 11:10:09 +00:00
"id_exists": "Gateway-id finns redan"
2020-02-07 00:31:50 +00:00
},
"step": {
"init": {
"data": {
"device": "S\u00f6kv\u00e4g eller URL",
"id": "ID",
2020-04-08 00:08:19 +00:00
"name": "Namn"
2020-02-07 00:31:50 +00:00
},
"title": "OpenTherm Gateway"
}
2020-04-15 16:51:07 +00:00
}
2020-02-07 00:31:50 +00:00
},
"options": {
"step": {
"init": {
"data": {
"floor_temperature": "Golvetemperatur",
"precision": "Precision"
},
"description": "Alternativ f\u00f6r OpenTherm Gateway"
}
}
2020-04-16 20:00:10 +00:00
}
2020-02-07 00:31:50 +00:00
}