zh-Hans.json 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914
  1. {
  2. "title": "Tuya Local",
  3. "config": {
  4. "step": {
  5. "user": {
  6. "title": "配置您的Tuya Local设备",
  7. "description": "您可以手动添加设备,或通过SmartLife应用的云服务辅助添加。",
  8. "data": {
  9. "setup_mode": "设置选项:"
  10. }
  11. },
  12. "cloud": {
  13. "title": "登录Tuya",
  14. "description": "输入您的SmartLife或Tuya用户代码。\n\n您可以在SmartLife或Tuya应用的**设置** > **账户和安全**页面找到此代码,并在**用户代码**字段中输入。用户代码区分大小写,请确保准确输入。",
  15. "data": {
  16. "user_code": "用户代码:"
  17. }
  18. },
  19. "scan": {
  20. "title": "完成登录",
  21. "description": "使用SmartLife或Tuya应用扫描以下二维码以完成登录。\n\n完成此步骤后,继续进行下一步。"
  22. },
  23. "choose_device": {
  24. "title": "选择要添加的设备",
  25. "description": "请从下拉列表中选择要添加的设备。已添加的设备不会显示。\n\n如果设备通过网关连接,请从网关列表中选择,否则选择无。",
  26. "data": {
  27. "device_id": "选择设备:",
  28. "hub_id": "选择网关:"
  29. }
  30. },
  31. "search": {
  32. "title": "定位设备IP地址",
  33. "description": "Tuya云不提供本地IP地址,因此我们现在必须搜索您的本地网络以找到设备。这需要最多20秒。\n\n如果搜索不成功,您需要通过其他方式提供IP地址,例如从路由器的DHCP分配中获取。\n\n为了使这一步骤和后续的设备添加成功,您必须关闭移动应用,否则其连接会阻止Tuya Local与设备的通信。"
  34. },
  35. "local": {
  36. "title": "配置您的Tuya Local设备",
  37. "description": "[按照这些说明找到您的设备ID和 Local key](https://github.com/make-all/tuya-local#finding-your-device-id-and-local-key)",
  38. "data": {
  39. "host": "IP地址或主机名",
  40. "device_id": "设备ID (或者通过网关连接的设备的设备ID)",
  41. "local_key": "Local key",
  42. "protocol_version": "协议版本(如果不清楚,请选择自动)",
  43. "poll_only": "仅轮询(如果设备无法正常工作,请选择此项)",
  44. "device_cid": "子设备node_id或uuid(对于通过网关连接的设备)"
  45. }
  46. },
  47. "select_type": {
  48. "title": "选择设备类型",
  49. "description": "选择与您的设备匹配的类型",
  50. "data": {
  51. "type": "设备类型"
  52. }
  53. },
  54. "choose_entities": {
  55. "title": "设备详情",
  56. "description": "为此设备选择一个名称",
  57. "data": {
  58. "name": "名称"
  59. }
  60. }
  61. },
  62. "abort": {
  63. "already_configured": "该ID的设备已添加。",
  64. "not_supported": "抱歉,不支持此设备。",
  65. "no_devices": "无法找到该账户的任何未注册设备。"
  66. },
  67. "error": {
  68. "connection": "无法使用这些详细信息连接到您的设备。这可能是间歇性问题,或信息不正确。",
  69. "does_not_need_hub": "设备不需要网关,但选择了一个。请检查您的选择。",
  70. "needs_hub": "设备需要网关,但未选择。"
  71. }
  72. },
  73. "selector": {
  74. "setup_mode": {
  75. "options": {
  76. "cloud": "SmartLife云辅助设备设置。",
  77. "manual": "手动提供设备连接信息。",
  78. "cloud_fresh_login": "SmartLife云辅助设备设置(新登录)。"
  79. }
  80. }
  81. },
  82. "options": {
  83. "step": {
  84. "user": {
  85. "title": "配置您的Tuya Local设备",
  86. "description": "[按照这些说明找到您的 Local key](https://github.com/make-all/tuya-local#finding-your-device-id-and-local-key)",
  87. "data": {
  88. "host": "IP地址或主机名",
  89. "local_key": "Local key",
  90. "protocol_version": "协议版本(如果不清楚,请选择自动)",
  91. "poll_only": "仅轮询(如果设备无法正常工作,请选择此项)"
  92. }
  93. }
  94. },
  95. "error": {
  96. "connection": "无法使用这些详细信息连接到您的设备。这可能是间歇性问题,或信息不正确。"
  97. },
  98. "abort": {
  99. "not_supported": "抱歉,不支持此设备。"
  100. }
  101. },
  102. "entity": {
  103. "binary_sensor": {
  104. "direction": {
  105. "name": "方向",
  106. "state": {
  107. "off": "进入",
  108. "on": "离开"
  109. }
  110. },
  111. "defrost": {
  112. "name": "除霜",
  113. "state": {
  114. "off": "正常",
  115. "on": "除霜中"
  116. }
  117. },
  118. "tank_empty": {
  119. "name": "水箱",
  120. "state": {
  121. "off": "正常",
  122. "on": "缺水"
  123. }
  124. },
  125. "tank_full": {
  126. "name": "水箱",
  127. "state": {
  128. "off": "正常",
  129. "on": "满水"
  130. }
  131. },
  132. "wake": {
  133. "name": "唤醒",
  134. "state": {
  135. "off": "休眠",
  136. "on": "唤醒"
  137. }
  138. },
  139. "casdon_oven_fault": {
  140. "state_attributes": {
  141. "description": {
  142. "state": {
  143. "e1": "E1:腔体高温保护(腔体传感器温度高于290°C)",
  144. "e2": "E2:蒸发盘高温保护(蒸发盘传感器温度高于200°C)",
  145. "e3": "E3:腔体低温保护(连续工作5分钟温度低于35°C)",
  146. "e4": "E4:蒸发盘低温保护(连续工作5分钟温度低于35°C)",
  147. "e5": "E5:传感器连接出故障(腔体或蒸发盘传感器开路)",
  148. "e6": "E6:传感器感应出故障(腔体或蒸发盘传感器短路)",
  149. "e7": "E7:显示板通信故障",
  150. "e8": "E8:水箱开关(CN7)未闭合或者蒸发盘NTC(CN3)温度高于125℃并持续时间达25s后,缺水提示,并停止工作。"
  151. }
  152. }
  153. }
  154. }
  155. },
  156. "button": {
  157. "factory_reset": {
  158. "name": "恢复出厂设置"
  159. },
  160. "filter_reset": {
  161. "name": "滤芯复位"
  162. }
  163. },
  164. "climate": {
  165. "aircon_extra": {
  166. "name": "空调",
  167. "state_attributes": {
  168. "fan_mode": {
  169. "state": {
  170. "health": "健康",
  171. "medhigh": "中高",
  172. "medlow": "中低",
  173. "natural": "自然",
  174. "quiet": "安静",
  175. "sleep": "睡眠",
  176. "strong": "强力"
  177. }
  178. },
  179. "swing_mode": {
  180. "state": {
  181. "topmost": "最高",
  182. "top": "高",
  183. "middle": "中",
  184. "down": "低",
  185. "downmost": "最低",
  186. "upper_half": "上半",
  187. "lower_half": "下半",
  188. "surround": "环绕"
  189. }
  190. },
  191. "swing_horizontal_mode": {
  192. "state": {
  193. "leftmost": "最左",
  194. "left": "左",
  195. "center": "中",
  196. "right": "右",
  197. "rightmost": "最右",
  198. "left_swing": "左摆",
  199. "right_swing": "右摆",
  200. "center_swing": "中摆",
  201. "surround": "环绕",
  202. "direct": "定向"
  203. }
  204. }
  205. }
  206. },
  207. "thermostat": {
  208. "name": "恒温器",
  209. "state_attributes": {
  210. "fan_mode": {
  211. "state": {
  212. "cycle": "循环"
  213. }
  214. },
  215. "preset_mode": {
  216. "state": {
  217. "manual": "手动",
  218. "program": "程序",
  219. "temp_override": "临时覆盖",
  220. "perm_override": "永久覆盖"
  221. }
  222. }
  223. }
  224. },
  225. "combo_floor": {
  226. "state_attributes": {
  227. "preset_mode": {
  228. "state": {
  229. "cool": "冷风",
  230. "fan_only": "风扇",
  231. "heat": "热风",
  232. "floor_cool": "冷地板",
  233. "floor_heat": "热地板"
  234. }
  235. }
  236. }
  237. },
  238. "swing_as_powerlevel": {
  239. "name": "加热器",
  240. "state_attributes": {
  241. "swing_mode": {
  242. "name": "加热水平",
  243. "state": {
  244. "stop": "停止",
  245. "auto": "自动"
  246. }
  247. }
  248. }
  249. },
  250. "pool_heatpump": {
  251. "state_attributes": {
  252. "preset_mode": {
  253. "state": {
  254. "smart_heat": "智能加热",
  255. "quick_heat": "快速加热",
  256. "quiet_heat": "安静加热",
  257. "smart_cool": "智能冷却",
  258. "quick_cool": "快速冷却",
  259. "quiet_cool": "安静冷却",
  260. "auto": "自动",
  261. "smart": "智能",
  262. "quiet": "安静",
  263. "quick": "快速"
  264. }
  265. }
  266. }
  267. },
  268. "heater": {
  269. "name": "加热器"
  270. },
  271. "thermo_switch": {
  272. "state_attributes": {
  273. "hvac_mode": {
  274. "state": {
  275. "fan_only": "暂停"
  276. }
  277. }
  278. }
  279. },
  280. "oven": {
  281. "state_attributes": {
  282. "preset_mode": {
  283. "state": {
  284. "healthy_steam": "健康蒸",
  285. "fresh_steam": "鲜嫩蒸",
  286. "high_temp_steam": "高温蒸",
  287. "stew": "养生炖",
  288. "bake_up_and_down": "上下烤",
  289. "bbq": "立体烧烤",
  290. "bottom_hot_air": "底部热风",
  291. "on_strong_roast": "上强烤",
  292. "3d_hot_air": "3D热风",
  293. "air_fry": "空气炸",
  294. "steam_frying": "蒸汽炸",
  295. "one_click_bread": "一键面包",
  296. "quick_heat": "速热",
  297. "keep_warm": "保温",
  298. "unfreeze": "解冻",
  299. "fermentation": "发酵",
  300. "descale": "除垢",
  301. "local_recipes": "菜谱模式",
  302. "drying": "内腔烘干",
  303. "custom": "自定义模式",
  304. "low_steaming": "低湿蒸烤",
  305. "medium_steaming": "中湿蒸烤",
  306. "high_steaming": "高湿蒸烤"
  307. }
  308. }
  309. }
  310. }
  311. },
  312. "humidifier": {
  313. "dehumidifier": {
  314. "state_attributes": {
  315. "mode": {
  316. "state": {
  317. "laundry": "烘干衣物",
  318. "purify": "净化"
  319. }
  320. }
  321. }
  322. }
  323. },
  324. "fan": {
  325. "aroma_diffuser": {
  326. "name": "香薰机",
  327. "state_attributes": {
  328. "preset_mode": {
  329. "state": {
  330. "low": "低",
  331. "medium": "中",
  332. "high": "高",
  333. "continuous": "连续",
  334. "intermittent": "间歇",
  335. "timer": "定时"
  336. }
  337. }
  338. }
  339. },
  340. "dehumidifier": {
  341. "name": "除湿机",
  342. "state_attributes": {
  343. "preset_mode": {
  344. "state": {
  345. "purify": "净化",
  346. "dehumidify": "除湿"
  347. }
  348. }
  349. }
  350. },
  351. "fan_with_presets": {
  352. "name": "风扇",
  353. "state_attributes": {
  354. "preset_mode": {
  355. "state": {
  356. "baby": "婴儿",
  357. "fresh": "清新",
  358. "nature": "自然",
  359. "normal": "正常",
  360. "sleep": "睡眠",
  361. "smart": "智能",
  362. "strong": "强劲",
  363. "custom": "自定义",
  364. "high": "高",
  365. "medium": "中",
  366. "low": "低",
  367. "displayoff": "关闭显示",
  368. "off": "关闭"
  369. }
  370. }
  371. }
  372. },
  373. "ventilation": {
  374. "name": "通风",
  375. "state_attributes": {
  376. "preset_mode": {
  377. "state": {
  378. "fresh": "新风",
  379. "circulate": "循环",
  380. "sleep": "睡眠",
  381. "auto": "自动",
  382. "eco": "节能",
  383. "anti-condensation": "防凝结",
  384. "extractor": "排气",
  385. "heat_recovery": "热回收",
  386. "timer": "定时",
  387. "on": "打开",
  388. "off": "关闭"
  389. }
  390. }
  391. }
  392. }
  393. },
  394. "light": {
  395. "backlight": {
  396. "name": "背光"
  397. },
  398. "display": {
  399. "name": "显示"
  400. },
  401. "embers": {
  402. "name": "余烬"
  403. },
  404. "flame": {
  405. "name": "火焰"
  406. },
  407. "indicator": {
  408. "name": "指示灯"
  409. },
  410. "laser": {
  411. "name": "激光"
  412. },
  413. "logs": {
  414. "name": "日志"
  415. },
  416. "nightlight": {
  417. "name": "夜灯"
  418. }
  419. },
  420. "lock": {
  421. "child_lock": {
  422. "name": "儿童锁"
  423. }
  424. },
  425. "number": {
  426. "sensor_threshold": {
  427. "name": "{sensor}阈值"
  428. },
  429. "temperature_calibration": {
  430. "name": "温度校准"
  431. },
  432. "timer": {
  433. "name": "计时器"
  434. },
  435. "timer_x": {
  436. "name": "计时器{x}"
  437. }
  438. },
  439. "select": {
  440. "currency": {
  441. "name": "货币",
  442. "state": {
  443. "usd": "美元",
  444. "eur": "欧元",
  445. "cny": "人民币",
  446. "cad": "加元",
  447. "gbp": "英镑"
  448. }
  449. },
  450. "heat_pump_mode": {
  451. "name": "热泵模式",
  452. "state": {
  453. "heat": "加热",
  454. "cool": "制冷",
  455. "auto": "自动",
  456. "floor_heat": "地板加热",
  457. "off": "关闭",
  458. "hotwater": "热水",
  459. "hotwater_cool": "热水制冷",
  460. "hotwater_heat": "热水加热",
  461. "hotwater_auto": "热水自动",
  462. "hotwater_floor_heat": "热水地板加热"
  463. }
  464. },
  465. "initial_state": {
  466. "name": "初始状态",
  467. "state": {
  468. "off": "关闭",
  469. "on": "打开",
  470. "memory": "记忆"
  471. }
  472. },
  473. "kettle_mode": {
  474. "name": "电热水壶模式",
  475. "state": {
  476. "off": "关闭",
  477. "heat": "加热",
  478. "boil": "煮沸",
  479. "quick_heat": "快速加热",
  480. "quick_boil": "快速煮沸",
  481. "keep_warm": "保温",
  482. "custom": "自定义",
  483. "dechlorinate": "除氯",
  484. "black_tea": "红茶",
  485. "green_tea": "绿茶",
  486. "coffee": "咖啡",
  487. "honey_water": "蜂蜜水",
  488. "infant_formula": "婴儿配方",
  489. "white_tea": "白茶",
  490. "oolong_tea": "乌龙茶"
  491. }
  492. },
  493. "language": {
  494. "name": "语言",
  495. "state": {
  496. "chinese": "中文",
  497. "chinese_traditional": "中文(繁體)",
  498. "english": "English",
  499. "french": "Français",
  500. "german": "Deutsch",
  501. "italian": "Italiano",
  502. "japanese": "日本語",
  503. "korean": "한국어",
  504. "latin": "Lingua Latina",
  505. "portuguese": "Português",
  506. "russian": "Русский",
  507. "spanish": "Español",
  508. "turkish": "Türkçe"
  509. }
  510. },
  511. "light_mode": {
  512. "name": "灯光模式",
  513. "state": {
  514. "off": "关闭",
  515. "on": "打开",
  516. "state": "状态",
  517. "locator": "定位"
  518. }
  519. },
  520. "mopping": {
  521. "name": "拖地",
  522. "state": {
  523. "off": "关闭",
  524. "auto": "自动",
  525. "low": "低",
  526. "medium": "中",
  527. "high": "高",
  528. "very_high": "非常高"
  529. }
  530. },
  531. "recipe": {
  532. "name": "菜谱",
  533. "state": {
  534. "pizza": "披萨",
  535. "fries": "薯条",
  536. "chicken": "鸡肉",
  537. "shrimp": "虾",
  538. "fish": "鱼",
  539. "chicken_drumsticks": "鸡腿",
  540. "vegetables": "蔬菜",
  541. "desserts": "甜点",
  542. "none": "无",
  543. "chicken_wings": "鸡翅",
  544. "steak": "牛排",
  545. "onion_rings": "洋葱圈",
  546. "bacon": "培根",
  547. "cake": "蛋糕",
  548. "bread": "面包",
  549. "toast": "吐司",
  550. "sausage": "香肠",
  551. "dry_fruit": "干果",
  552. "custom": "自定义",
  553. "cloud_recipe": "云菜谱",
  554. "default": "默认",
  555. "keep_warm": "保温",
  556. "preheat": "预热"
  557. }
  558. },
  559. "scene": {
  560. "name": "场景",
  561. "state": {
  562. "relax": "放松",
  563. "movie": "电影",
  564. "party": "派对",
  565. "romantic": "浪漫",
  566. "night": "夜晚",
  567. "morning": "早晨",
  568. "working": "工作",
  569. "leisure": "休闲",
  570. "vacation": "度假",
  571. "reading": "阅读",
  572. "twinkle": "闪烁",
  573. "gaming": "游戏",
  574. "none": "无"
  575. }
  576. },
  577. "timer": {
  578. "name": "计时器",
  579. "state": {
  580. "cancel": "取消",
  581. "continuous": "连续",
  582. "30s": "30秒",
  583. "1m": "1分钟",
  584. "2m": "2分钟",
  585. "5m": "5分钟",
  586. "10m": "10分钟",
  587. "15m": "15分钟",
  588. "20m": "20分钟",
  589. "25m": "25分钟",
  590. "30m": "30分钟",
  591. "35m": "35分钟",
  592. "40m": "40分钟",
  593. "45m": "45分钟",
  594. "50m": "50分钟",
  595. "55m": "55分钟",
  596. "1h": "1小时",
  597. "1h5m": "1小时5分钟",
  598. "1h10m": "1小时10分钟",
  599. "1h15m": "1小时15分钟",
  600. "1h20m": "1小时20分钟",
  601. "1h25m": "1小时25分钟",
  602. "1h30m": "1小时30分钟",
  603. "1h35m": "1小时35分钟",
  604. "1h40m": "1小时40分钟",
  605. "1h45m": "1小时45分钟",
  606. "1h50m": "1小时50分钟",
  607. "1h55m": "1小时55分钟",
  608. "2h": "2小时",
  609. "2h30m": "2小时30分钟",
  610. "3h": "3小时",
  611. "3h30m": "3小时30分钟",
  612. "4h": "4小时",
  613. "4h30m": "4小时30分钟",
  614. "5h": "5小时",
  615. "5h30m": "5小时30分钟",
  616. "6h": "6小时",
  617. "6h30m": "6小时30分钟",
  618. "7h": "7小时",
  619. "7h30m": "7小时30分钟",
  620. "8h": "8小时",
  621. "8h30m": "8小时30分钟",
  622. "9h": "9小时",
  623. "9h30m": "9小时30分钟",
  624. "10h": "10小时",
  625. "11h": "11小时",
  626. "12h": "12小时",
  627. "13h": "13小时",
  628. "14h": "14小时",
  629. "15h": "15小时",
  630. "16h": "16小时",
  631. "17h": "17小时",
  632. "18h": "18小时",
  633. "19h": "19小时",
  634. "20h": "20小时",
  635. "21h": "21小时",
  636. "22h": "22小时",
  637. "23h": "23小时",
  638. "24h": "24小时",
  639. "36h": "36小时",
  640. "48h": "48小时",
  641. "72h": "72小时",
  642. "1d": "1天",
  643. "2d": "2天",
  644. "3d": "3天",
  645. "4d": "4天",
  646. "5d": "5天",
  647. "6d": "6天",
  648. "7d": "7天"
  649. }
  650. },
  651. "temperature_unit": {
  652. "name": "温度单位",
  653. "state": {
  654. "celsius": "摄氏度",
  655. "fahrenheit": "华氏度"
  656. }
  657. },
  658. "breaker_trigger_action": {
  659. "name": "{trigger}动作",
  660. "state": {
  661. "ignore": "忽略",
  662. "alarm": "报警",
  663. "trip_breaker": "跳闸"
  664. }
  665. },
  666. "oven_built_in_recipe": {
  667. "name": "内置菜谱",
  668. "state": {
  669. "none": "无",
  670. "steamed_egg_with_okra": "秋葵蒸蛋",
  671. "steamed_sea_bass": "清蒸鲈鱼",
  672. "steamed_prawns": "清蒸大虾",
  673. "handmade_steamed_bread": "手工馒头",
  674. "fan_steamed_baby_vegetables": "粉丝蒸娃娃菜",
  675. "braised_pork": "红烧肉",
  676. "snow_fungus_and_bird_s_nest": "雪耳燕窝",
  677. "crab_pot": "蟹肉煲",
  678. "potato_ribs": "土豆排骨",
  679. "coconut_chicken_soup": "椰子鸡汤",
  680. "snack_platter": "小食拼盘",
  681. "chicken_skewers": "鸡肉串",
  682. "roasted_pork_knuckle": "烤猪肘",
  683. "dried_lemon": "柠檬干",
  684. "pork_jerky": "猪肉脯",
  685. "crispy_hairtail": "香酥带鱼",
  686. "spicy_grilled_fish": "麻辣烤鱼",
  687. "roasted_sweet_potatoes": "烤红薯",
  688. "roasted_chicken_wings": "香烤鸡翅",
  689. "cumin_lamb_chops": "孜然羊排",
  690. "honey_grilled_chicken": "蜜汁烤鸡",
  691. "garlic_eggplant": "蒜蓉茄子",
  692. "portuguese_egg_tart": "葡式蛋挞",
  693. "creme_brulee": "焦糖布丁",
  694. "cocoa_chips": "可可脆片",
  695. "butter_cookies": "黄油曲奇",
  696. "chiffon_cake": "戚风蛋糕",
  697. "puff_pastry": "酥皮泡芙",
  698. "red_bean_bread": "红豆面包",
  699. "milk_toast": "牛奶吐司"
  700. }
  701. }
  702. },
  703. "sensor": {
  704. "air_quality": {
  705. "name": "空气质量",
  706. "state": {
  707. "excellent": "优",
  708. "good": "良",
  709. "moderate": "中",
  710. "poor": "差",
  711. "severe": "极差",
  712. "danger": "危险"
  713. }
  714. },
  715. "status": {
  716. "name": "状态",
  717. "state": {
  718. "available": "可用",
  719. "plugged_in": "已插入",
  720. "fault_unplugged": "故障未插入",
  721. "charging": "充电中",
  722. "discharging": "放电中",
  723. "waiting": "等待中",
  724. "charged": "已充满",
  725. "fault": "故障",
  726. "paused": "暂停",
  727. "waiting_for_authorization": "等待授权",
  728. "standby": "待机",
  729. "heating": "加热中",
  730. "cooling": "制冷中",
  731. "keeping_warm": "保持温暖",
  732. "no_water": "无水",
  733. "boiling": "煮沸中",
  734. "reserve_only": "仅预约",
  735. "unknown": "未知",
  736. "idle": "空闲",
  737. "auto": "自动",
  738. "manual": "手动",
  739. "rain_delay": "雨延迟",
  740. "off": "关闭",
  741. "on": "打开",
  742. "cooking": "烹饪中",
  743. "done": "完成",
  744. "door_open": "门打开",
  745. "setting": "设置中",
  746. "pre_heating": "预热中",
  747. "scheduled": "已预约",
  748. "at_temperature": "已达到温度",
  749. "done_stage_1": "阶段1完成",
  750. "done_stage_2": "阶段2完成",
  751. "done_stage_3": "阶段3完成",
  752. "done_stage_4": "阶段4完成",
  753. "done_stage_5": "阶段5完成",
  754. "done_stage_6": "阶段6完成",
  755. "done_stage_7": "阶段7完成",
  756. "done_stage_8": "阶段8完成",
  757. "done_stage_9": "阶段9完成",
  758. "done_stage_10": "阶段10完成",
  759. "no_food": "无食物",
  760. "jammed": "卡住",
  761. "blocked": "堵塞",
  762. "feeding": "喂食中",
  763. "feeding_complete": "喂食完成",
  764. "caking": "结块中",
  765. "cleaning": "清洁中",
  766. "sleep": "睡眠",
  767. "sterilizing": "消毒中",
  768. "deodorizing": "除臭中",
  769. "occupied": "占用",
  770. "normal": "正常",
  771. "low": "低",
  772. "high": "高",
  773. "unwashed": "未清洗",
  774. "pre_washing": "预洗中",
  775. "washing": "洗涤中",
  776. "rinsing": "漂洗中",
  777. "drying": "烘干中",
  778. "air_purging": "空气净化中",
  779. "anti_freeze": "防冻中",
  780. "close": "关闭",
  781. "monitor": "监控中",
  782. "working": "工作中",
  783. "warning": "警告",
  784. "starting": "启动中",
  785. "emptying": "排空中",
  786. "resetting": "重置中",
  787. "reverse": "反转中",
  788. "full": "已满",
  789. "empty": "已空",
  790. "missing": "缺失",
  791. "formatting": "格式化中",
  792. "unformatted": "未格式化",
  793. "maintenance_required": "需要维护",
  794. "dry": "干燥",
  795. "comfortable": "舒适",
  796. "damp": "潮湿"
  797. }
  798. },
  799. "time_remaining": {
  800. "name": "剩余时间"
  801. },
  802. "time_remaining_x": {
  803. "name": "剩余时间{x}"
  804. },
  805. "cooking_status": {
  806. "name": "烹饪状态",
  807. "state": {
  808. "wait": "烹饪等待",
  809. "reservation": "预约中",
  810. "cooking": "烹饪中",
  811. "cancel": "烹饪取消",
  812. "done": "烹饪完成",
  813. "pause": "烹饪暂停"
  814. }
  815. },
  816. "water_level": {
  817. "name": "水量",
  818. "state": {
  819. "empty": "空",
  820. "low": "低",
  821. "medium": "中",
  822. "high": "高",
  823. "full": "满"
  824. }
  825. },
  826. "energy_produced": {
  827. "name": "产生的能量"
  828. },
  829. "energy_consumed": {
  830. "name": "消耗的能量"
  831. },
  832. "energy_produced_x": {
  833. "name": "产生的能量{x}"
  834. },
  835. "energy_consumed_x": {
  836. "name": "消耗的能量{x}"
  837. },
  838. "current_x": {
  839. "name": "电流{x}"
  840. },
  841. "voltage_x": {
  842. "name": "电压{x}"
  843. },
  844. "power_x": {
  845. "name": "功率{x}"
  846. }
  847. },
  848. "switch": {
  849. "anti_frost": {
  850. "name": "防冻"
  851. },
  852. "breaker": {
  853. "name": "断路器",
  854. "state": {
  855. "off": "已断开",
  856. "on": "已闭合"
  857. }
  858. },
  859. "do_not_disturb": {
  860. "name": "请勿打扰"
  861. },
  862. "evaporator_cleaning": {
  863. "name": "蒸发器清洁"
  864. },
  865. "ionizer": {
  866. "name": "离子发生器"
  867. },
  868. "keytone": {
  869. "name": "按键音"
  870. },
  871. "outlet_x": {
  872. "name": "插座{x}"
  873. },
  874. "sleep": {
  875. "name": "睡眠"
  876. },
  877. "switch_x": {
  878. "name": "开关{x}"
  879. },
  880. "uv_sterilization": {
  881. "name": "紫外线消毒"
  882. },
  883. "electrolytic_sterilization": {
  884. "name": "电解消毒"
  885. }
  886. },
  887. "text": {
  888. "scene": {
  889. "name": "场景"
  890. }
  891. },
  892. "time": {
  893. "timer": {
  894. "name": "计时器"
  895. },
  896. "timer_x": {
  897. "name": "计时器{x}"
  898. }
  899. },
  900. "valve": {
  901. "valve_x": {
  902. "name": "阀门{x}"
  903. }
  904. },
  905. "water_heater": {
  906. "water_air": {
  907. "name": "热水器"
  908. },
  909. "kettle": {
  910. "name": "电热水壶"
  911. }
  912. }
  913. }
  914. }