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

31 lines
891 B
JSON
Raw Normal View History

2020-02-07 00:31:50 +00:00
{
"config": {
"error": {
"already_configured": "Gateway redan konfigurerad",
"id_exists": "Gateway-id finns redan",
"serial_error": "Fel vid anslutning till enheten",
"timeout": "Anslutningsf\u00f6rs\u00f6ket avbr\u00f6ts"
},
"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
}