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

24 lines
678 B
JSON
Raw Normal View History

2020-04-16 20:00:10 +00:00
{
2020-09-10 00:04:20 +00:00
"device_automation": {
"action_type": {
"toggle": "\u5207\u63db{entity_name}",
"turn_off": "\u95dc\u9589{entity_name}",
"turn_on": "\u958b\u555f{entity_name}"
},
"condition_type": {
"is_off": "{entity_name}\u70ba\u95dc\u9589",
"is_on": "{entity_name}\u70ba\u958b\u555f"
},
"trigger_type": {
"turned_off": "{entity_name}\u5df2\u95dc\u9589",
"turned_on": "{entity_name}\u5df2\u958b\u555f"
}
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
"off": "\u95dc\u9589",
"on": "\u958b\u5553"
}
},
2020-04-16 20:00:10 +00:00
"title": "\u9059\u63a7"
}