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

15 lines
336 B
JSON
Raw Normal View History

2020-01-19 00:32:00 +00:00
{
"device_automation": {
"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
}