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

24 lines
696 B
JSON
Raw Normal View History

2019-10-14 00:32:27 +00:00
{
"device_automation": {
2019-10-19 00:32:15 +00:00
"action_type": {
2020-01-31 00:31:57 +00:00
"lock": "\u4e0a\u9396{entity_name}",
"open": "\u958b\u555f{entity_name}",
"unlock": "\u89e3\u9396{entity_name}"
2019-10-19 00:32:15 +00:00
},
2019-10-14 00:32:27 +00:00
"condition_type": {
2020-01-31 00:31:57 +00:00
"is_locked": "{entity_name}\u5df2\u4e0a\u9396",
"is_unlocked": "{entity_name}\u5df2\u89e3\u9396"
2019-11-08 00:32:12 +00:00
},
"trigger_type": {
2020-01-31 00:31:57 +00:00
"locked": "{entity_name}\u5df2\u4e0a\u9396",
"unlocked": "{entity_name}\u5df2\u89e3\u9396"
2019-10-14 00:32:27 +00:00
}
2020-04-16 20:00:10 +00:00
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
"locked": "\u5df2\u4e0a\u9396",
"unlocked": "\u5df2\u89e3\u9396"
}
},
2020-04-18 00:04:07 +00:00
"title": "\u9580\u9396"
2019-10-14 00:32:27 +00:00
}