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

24 lines
685 B
JSON
Raw Normal View History

2020-01-19 00:32:00 +00:00
{
"device_automation": {
2020-10-29 00:09:16 +00:00
"action_type": {
2021-03-16 00:04:36 +00:00
"lock": "\u9501\u5b9a {entity_name}",
"open": "\u5f00\u542f {entity_name}",
"unlock": "\u89e3\u9501 {entity_name}"
2020-10-29 00:09:16 +00:00
},
"condition_type": {
2021-03-16 00:04:36 +00:00
"is_locked": "{entity_name} \u5df2\u9501\u5b9a",
"is_unlocked": "{entity_name} \u5df2\u89e3\u9501"
2020-10-29 00:09:16 +00:00
},
2020-01-19 00:32:00 +00:00
"trigger_type": {
"locked": "{entity_name} \u88ab\u9501\u5b9a",
"unlocked": "{entity_name} \u88ab\u89e3\u9501"
}
2020-04-16 20:00:10 +00:00
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
"locked": "\u9501\u5b9a",
"unlocked": "\u89e3\u9501"
}
},
2020-04-16 20:00:10 +00:00
"title": "\u9501"
2020-01-19 00:32:00 +00:00
}