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

17 lines
538 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": {
"lock": "\u4e0a\u9396 {entity_name}",
"open": "\u958b\u555f {entity_name}",
"unlock": "\u89e3\u9396 {entity_name}"
},
2019-10-14 00:32:27 +00:00
"condition_type": {
"is_locked": "{entity_name} \u5df2\u4e0a\u9396",
"is_unlocked": "{entity_name} \u5df2\u89e3\u9396"
2019-11-08 00:32:12 +00:00
},
"trigger_type": {
"locked": "{entity_name} \u5df2\u4e0a\u9396",
"unlocked": "{entity_name} \u5df2\u89e3\u9396"
2019-10-14 00:32:27 +00:00
}
}
}