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

14 lines
399 B
JSON
Raw Normal View History

2022-06-14 00:26:59 +00:00
{
"device_automation": {
2022-08-05 00:28:51 +00:00
"action_type": {
"select_option": "\u00c4ndra alternativet {entity_name}"
},
2022-06-14 00:26:59 +00:00
"condition_type": {
"selected_option": "Nuvarande {entity_name} markerad option"
2022-08-05 00:28:51 +00:00
},
"trigger_type": {
"current_option_changed": "Alternativet {entity_name} har \u00e4ndrats"
2022-06-14 00:26:59 +00:00
}
2022-08-05 00:28:51 +00:00
},
"title": "V\u00e4lj"
2022-06-14 00:26:59 +00:00
}