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

16 lines
477 B
JSON

{
"device_automation": {
"action_type": {
"turn_off": "\u95dc\u9589 {entity_name}",
"turn_on": "\u958b\u555f {entity_name}"
},
"condition_type": {
"is_off": "{entity_name} \u95dc\u9589",
"is_on": "{entity_name} \u958b\u555f"
},
"trigger_type": {
"turned_off": "{entity_name} \u5df2\u95dc\u9589",
"turned_on": "{entity_name} \u5df2\u958b\u555f"
}
}
}