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

37 lines
1.3 KiB
JSON
Raw Normal View History

2022-06-23 00:20:13 +00:00
{
"config": {
"abort": {
"already_configured": "Enheten \u00e4r redan konfigurerad"
},
"error": {
"cannot_connect": "Det gick inte att ansluta.",
"unknown": "Ov\u00e4ntat fel"
},
2022-07-31 00:25:44 +00:00
"flow_title": "{name} {model} ({host})",
2022-06-23 00:20:13 +00:00
"step": {
2022-07-30 00:22:48 +00:00
"confirm": {
"description": "Vill du konfigurera {name} {model} ( {host} )?"
},
2022-06-23 00:20:13 +00:00
"user": {
"data": {
"host": "V\u00e4rd"
}
}
}
2022-07-30 00:22:48 +00:00
},
"issues": {
"deprecated_yaml": {
"description": "Konfigurering av radiotermostatens klimatplattform med YAML tas bort i Home Assistant 2022.9. \n\n Din befintliga konfiguration har automatiskt importerats till anv\u00e4ndargr\u00e4nssnittet. Ta bort YAML-konfigurationen fr\u00e5n filen configuration.yaml och starta om Home Assistant f\u00f6r att \u00e5tg\u00e4rda problemet.",
"title": "Radiotermostatens YAML-konfiguration tas bort"
}
},
"options": {
"step": {
"init": {
"data": {
"hold_temp": "St\u00e4ll in en permanent h\u00e5llning n\u00e4r du justerar temperaturen."
}
}
}
2022-06-23 00:20:13 +00:00
}
}