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

28 lines
982 B
JSON
Raw Normal View History

2020-04-16 20:00:10 +00:00
{
2020-10-22 00:09:52 +00:00
"device_automation": {
2020-12-02 00:03:14 +00:00
"action_type": {
"stop": "\u505c\u6b62 {entity_name}"
},
2020-10-22 00:09:52 +00:00
"condition_type": {
2020-10-29 00:09:16 +00:00
"is_closed": "{entity_name} \u5df2\u5173\u95ed",
2020-12-02 00:03:14 +00:00
"is_closing": "{entity_name} \u6b63\u5728\u5173\u95ed",
"is_open": "{entity_name} \u5df2\u6253\u5f00",
"is_opening": "{entity_name} \u6b63\u5728\u6253\u5f00",
"is_position": "{entity_name} \u5f53\u524d\u4f4d\u7f6e\u4e3a",
"is_tilt_position": "{entity_name} \u5f53\u524d\u503e\u659c\u4f4d\u7f6e\u4e3a"
2020-10-22 00:09:52 +00:00
},
"trigger_type": {
"closed": "{entity_name}\u5df2\u5173\u95ed"
}
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
"closed": "\u5df2\u5173\u95ed",
"closing": "\u6b63\u5728\u5173\u95ed",
"open": "\u5df2\u6253\u5f00",
"opening": "\u6b63\u5728\u6253\u5f00",
"stopped": "\u5df2\u505c\u6b62"
}
},
2020-04-16 20:00:10 +00:00
"title": "\u5377\u5e18"
}