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

29 lines
977 B
JSON
Raw Normal View History

2020-01-19 00:32:00 +00:00
{
"device_automation": {
"action_type": {
2021-03-16 00:04:36 +00:00
"clean": "\u4f7f {entity_name} \u5f00\u59cb\u6e05\u626b",
"dock": "\u4f7f {entity_name} \u8fd4\u56de\u5e95\u5ea7"
2020-01-19 00:32:00 +00:00
},
"condition_type": {
"is_cleaning": "{entity_name} \u6b63\u5728\u6e05\u626b",
"is_docked": "{entity_name} \u6b63\u505c\u9760\u5728\u5e95\u5ea7\u4e0a"
},
"trigger_type": {
"cleaning": "{entity_name} \u5f00\u59cb\u6e05\u626b",
"docked": "{entity_name} \u8fd4\u56de\u5e95\u5ea7"
}
2020-04-16 20:00:10 +00:00
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
"cleaning": "\u6b63\u5728\u6e05\u626b",
"docked": "\u505c\u9760",
"error": "\u9519\u8bef",
"idle": "\u7a7a\u95f2",
"off": "\u5173\u95ed",
"on": "\u5f00\u542f",
"paused": "\u5df2\u6682\u505c",
"returning": "\u6b63\u5728\u8fd4\u56de"
}
},
2020-04-16 20:00:10 +00:00
"title": "\u626b\u5730\u673a"
2020-01-19 00:32:00 +00:00
}