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

14 lines
400 B
JSON
Raw Normal View History

2021-06-20 00:10:44 +00:00
{
"device_automation": {
"action_type": {
"select_option": "Canvia l'opci\u00f3 de {entity_name}"
},
"condition_type": {
"selected_option": "Opci\u00f3 actual seleccionada de {entity_name}"
},
"trigger_type": {
"current_option_changed": "{entity_name} canvi\u00ef d'opci\u00f3"
}
},
"title": "Selector"
}