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

16 lines
477 B
JSON
Raw Normal View History

2019-11-08 00:32:12 +00:00
{
"device_automation": {
"action_type": {
"turn_off": "\u95dc\u9589 {entity_name}",
"turn_on": "\u958b\u555f {entity_name}"
},
2019-12-17 00:32:23 +00:00
"condition_type": {
2019-11-09 00:32:20 +00:00
"is_off": "{entity_name} \u95dc\u9589",
"is_on": "{entity_name} \u958b\u555f"
},
2019-11-08 00:32:12 +00:00
"trigger_type": {
"turned_off": "{entity_name} \u5df2\u95dc\u9589",
"turned_on": "{entity_name} \u5df2\u958b\u555f"
}
}
}