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

19 lines
520 B
JSON

{
"device_automation": {
"condition_type": {
"is_home": "{entity_name}\u5728\u5bb6",
"is_not_home": "{entity_name}\u4e0d\u5728\u5bb6"
},
"trigger_type": {
"enters": "{entity_name} \u9032\u5165\u5340\u57df",
"leaves": "{entity_name} \u96e2\u958b\u5340\u57df"
}
},
"state": {
"_": {
"home": "\u5728\u5bb6",
"not_home": "\u96e2\u5bb6"
}
},
"title": "\u88dd\u7f6e\u8ffd\u8e64\u5668"
}