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

19 lines
520 B
JSON
Raw Normal View History

2019-10-27 00:32:10 +00:00
{
"device_automation": {
2019-12-17 00:32:23 +00:00
"condition_type": {
2020-01-31 00:31:57 +00:00
"is_home": "{entity_name}\u5728\u5bb6",
"is_not_home": "{entity_name}\u4e0d\u5728\u5bb6"
2020-11-11 11:10:09 +00:00
},
"trigger_type": {
"enters": "{entity_name} \u9032\u5165\u5340\u57df",
"leaves": "{entity_name} \u96e2\u958b\u5340\u57df"
2019-10-27 00:32:10 +00:00
}
2020-04-16 20:00:10 +00:00
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
"home": "\u5728\u5bb6",
"not_home": "\u96e2\u5bb6"
}
},
2020-12-04 00:05:42 +00:00
"title": "\u88dd\u7f6e\u8ffd\u8e64\u5668"
2019-10-27 00:32:10 +00:00
}