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

41 lines
1.3 KiB
JSON
Raw Normal View History

2020-09-19 00:07:12 +00:00
{
"config": {
2022-08-05 00:28:51 +00:00
"abort": {
2022-08-06 00:24:46 +00:00
"already_configured": "Enheten \u00e4r redan konfigurerad",
"no_devices_found": "Inga enheter hittades i n\u00e4tverket"
2022-08-05 00:28:51 +00:00
},
2022-08-02 00:27:42 +00:00
"error": {
"cannot_connect": "Det gick inte att ansluta."
},
"flow_title": "{model} {id} ({host})",
2020-09-19 00:07:12 +00:00
"step": {
2022-08-02 00:27:42 +00:00
"discovery_confirm": {
"description": "Vill du st\u00e4lla in {model} ( {host} )?"
},
2020-09-19 00:07:12 +00:00
"pick_device": {
"data": {
"device": "Enhet"
}
2022-08-02 00:27:42 +00:00
},
"user": {
"data": {
"host": "V\u00e4rd"
},
"description": "Om du l\u00e4mnar v\u00e4rden tomt anv\u00e4nds discovery f\u00f6r att hitta enheter."
}
}
},
"options": {
"step": {
"init": {
"data": {
"model": "Modell",
"nightlight_switch": "Anv\u00e4nd nattljusbrytare",
"save_on_change": "Spara status vid \u00e4ndring",
"transition": "\u00d6verg\u00e5ngstid (ms)",
"use_music_mode": "Aktivera musikl\u00e4ge"
}
2020-09-19 00:07:12 +00:00
}
}
}
}