core/homeassistant/components/select/translations/zh-Hant.json

14 lines
413 B
JSON
Raw Normal View History

2021-06-19 00:10:05 +00:00
{
"device_automation": {
2021-06-20 00:10:44 +00:00
"action_type": {
"select_option": "\u8b8a\u66f4{entity_name}\u9078\u9805"
},
"condition_type": {
"selected_option": "\u76ee\u524d{entity_name}\u5df2\u9078\u9078\u9805"
},
2021-06-19 00:10:05 +00:00
"trigger_type": {
"current_option_changed": "{entity_name} \u9078\u9805\u5df2\u8b8a\u66f4"
}
},
"title": "\u9078\u64c7"
}