zh-Hans.json 39 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070
  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. "cold_water": {
  208. "name": "冷水机"
  209. },
  210. "thermostat": {
  211. "name": "恒温器",
  212. "state_attributes": {
  213. "fan_mode": {
  214. "state": {
  215. "cycle": "循环"
  216. }
  217. },
  218. "preset_mode": {
  219. "state": {
  220. "manual": "手动",
  221. "program": "程序",
  222. "temp_override": "临时覆盖",
  223. "perm_override": "永久覆盖"
  224. }
  225. }
  226. }
  227. },
  228. "combo_floor": {
  229. "state_attributes": {
  230. "preset_mode": {
  231. "state": {
  232. "cool": "冷风",
  233. "fan_only": "风扇",
  234. "heat": "热风",
  235. "floor_cool": "冷地板",
  236. "floor_heat": "热地板"
  237. }
  238. }
  239. }
  240. },
  241. "swing_as_powerlevel": {
  242. "name": "加热器",
  243. "state_attributes": {
  244. "swing_mode": {
  245. "name": "加热水平",
  246. "state": {
  247. "stop": "停止",
  248. "auto": "自动"
  249. }
  250. }
  251. }
  252. },
  253. "pool_heatpump": {
  254. "state_attributes": {
  255. "preset_mode": {
  256. "state": {
  257. "smart_heat": "智能加热",
  258. "quick_heat": "快速加热",
  259. "quiet_heat": "安静加热",
  260. "smart_cool": "智能冷却",
  261. "quick_cool": "快速冷却",
  262. "quiet_cool": "安静冷却",
  263. "auto": "自动",
  264. "smart": "智能",
  265. "quiet": "安静",
  266. "quick": "快速"
  267. }
  268. }
  269. }
  270. },
  271. "heater": {
  272. "name": "加热器",
  273. "state_attributes": {
  274. "preset_mode": {
  275. "state": {
  276. "low": "低",
  277. "medium": "中",
  278. "high": "高",
  279. "program_1": "程序1",
  280. "program_2": "程序2",
  281. "program_3": "程序3",
  282. "standby": "待机"
  283. }
  284. }
  285. }
  286. },
  287. "thermo_switch": {
  288. "state_attributes": {
  289. "hvac_mode": {
  290. "state": {
  291. "fan_only": "暂停"
  292. }
  293. }
  294. }
  295. },
  296. "oven": {
  297. "state_attributes": {
  298. "preset_mode": {
  299. "state": {
  300. "healthy_steam": "健康蒸",
  301. "fresh_steam": "鲜嫩蒸",
  302. "high_temp_steam": "高温蒸",
  303. "stew": "养生炖",
  304. "bake_up_and_down": "上下烤",
  305. "bbq": "立体烧烤",
  306. "bottom_hot_air": "底部热风",
  307. "on_strong_roast": "上强烤",
  308. "3d_hot_air": "3D热风",
  309. "air_fry": "空气炸",
  310. "steam_frying": "蒸汽炸",
  311. "one_click_bread": "一键面包",
  312. "quick_heat": "速热",
  313. "keep_warm": "保温",
  314. "unfreeze": "解冻",
  315. "fermentation": "发酵",
  316. "descale": "除垢",
  317. "local_recipes": "菜谱模式",
  318. "drying": "内腔烘干",
  319. "custom": "自定义模式",
  320. "low_steaming": "低湿蒸烤",
  321. "medium_steaming": "中湿蒸烤",
  322. "high_steaming": "高湿蒸烤"
  323. }
  324. }
  325. }
  326. }
  327. },
  328. "humidifier": {
  329. "dehumidifier": {
  330. "state_attributes": {
  331. "mode": {
  332. "state": {
  333. "laundry": "烘干衣物",
  334. "purify": "净化"
  335. }
  336. }
  337. }
  338. }
  339. },
  340. "fan": {
  341. "aroma_diffuser": {
  342. "name": "香薰机",
  343. "state_attributes": {
  344. "preset_mode": {
  345. "state": {
  346. "low": "低",
  347. "medium": "中",
  348. "high": "高",
  349. "continuous": "连续",
  350. "intermittent": "间歇",
  351. "timer": "定时"
  352. }
  353. }
  354. }
  355. },
  356. "dehumidifier": {
  357. "name": "除湿机",
  358. "state_attributes": {
  359. "preset_mode": {
  360. "state": {
  361. "purify": "净化",
  362. "dehumidify": "除湿"
  363. }
  364. }
  365. }
  366. },
  367. "fan_with_presets": {
  368. "name": "风扇",
  369. "state_attributes": {
  370. "preset_mode": {
  371. "state": {
  372. "baby": "婴儿",
  373. "fresh": "清新",
  374. "nature": "自然",
  375. "normal": "正常",
  376. "sleep": "睡眠",
  377. "smart": "智能",
  378. "strong": "强劲",
  379. "custom": "自定义",
  380. "high": "高",
  381. "medium": "中",
  382. "low": "低",
  383. "displayoff": "关闭显示",
  384. "off": "关闭"
  385. }
  386. }
  387. }
  388. },
  389. "ventilation": {
  390. "name": "通风",
  391. "state_attributes": {
  392. "preset_mode": {
  393. "state": {
  394. "fresh": "新风",
  395. "circulate": "循环",
  396. "sleep": "睡眠",
  397. "auto": "自动",
  398. "eco": "节能",
  399. "anti-condensation": "防凝结",
  400. "extractor": "排气",
  401. "heat_recovery": "热回收",
  402. "timer": "定时",
  403. "on": "打开",
  404. "off": "关闭"
  405. }
  406. }
  407. }
  408. }
  409. },
  410. "light": {
  411. "backlight": {
  412. "name": "背光"
  413. },
  414. "display": {
  415. "name": "显示"
  416. },
  417. "embers": {
  418. "name": "余烬"
  419. },
  420. "flame": {
  421. "name": "火焰"
  422. },
  423. "indicator": {
  424. "name": "指示灯"
  425. },
  426. "laser": {
  427. "name": "激光"
  428. },
  429. "logs": {
  430. "name": "日志"
  431. },
  432. "nightlight": {
  433. "name": "夜灯"
  434. }
  435. },
  436. "lock": {
  437. "child_lock": {
  438. "name": "儿童锁"
  439. }
  440. },
  441. "number": {
  442. "maximum_temperature": {
  443. "name": "最高温度"
  444. },
  445. "minimum_temperature": {
  446. "name": "最低温度"
  447. },
  448. "sensor_threshold": {
  449. "name": "{sensor}阈值"
  450. },
  451. "temperature_calibration": {
  452. "name": "温度校准"
  453. },
  454. "timer": {
  455. "name": "计时器"
  456. },
  457. "timer_x": {
  458. "name": "计时器{x}"
  459. },
  460. "volume": {
  461. "name": "音量"
  462. }
  463. },
  464. "select": {
  465. "currency": {
  466. "name": "货币",
  467. "state": {
  468. "usd": "美元",
  469. "eur": "欧元",
  470. "cny": "人民币",
  471. "cad": "加元",
  472. "gbp": "英镑"
  473. }
  474. },
  475. "heat_pump_mode": {
  476. "name": "热泵模式",
  477. "state": {
  478. "heat": "加热",
  479. "cool": "制冷",
  480. "auto": "自动",
  481. "floor_heat": "地板加热",
  482. "off": "关闭",
  483. "hotwater": "热水",
  484. "hotwater_cool": "热水制冷",
  485. "hotwater_heat": "热水加热",
  486. "hotwater_auto": "热水自动",
  487. "hotwater_floor_heat": "热水地板加热"
  488. }
  489. },
  490. "initial_state": {
  491. "name": "初始状态",
  492. "state": {
  493. "off": "关闭",
  494. "on": "打开",
  495. "memory": "记忆"
  496. }
  497. },
  498. "kettle_mode": {
  499. "name": "电热水壶模式",
  500. "state": {
  501. "off": "关闭",
  502. "heat": "加热",
  503. "boil": "煮沸",
  504. "quick_heat": "快速加热",
  505. "quick_boil": "快速煮沸",
  506. "keep_warm": "保温",
  507. "custom": "自定义",
  508. "dechlorinate": "除氯",
  509. "black_tea": "红茶",
  510. "green_tea": "绿茶",
  511. "coffee": "咖啡",
  512. "honey_water": "蜂蜜水",
  513. "infant_formula": "婴儿配方",
  514. "white_tea": "白茶",
  515. "oolong_tea": "乌龙茶",
  516. "water": "水"
  517. }
  518. },
  519. "language": {
  520. "name": "语言",
  521. "state": {
  522. "chinese": "中文",
  523. "chinese_traditional": "中文(繁體)",
  524. "english": "English",
  525. "french": "Français",
  526. "german": "Deutsch",
  527. "italian": "Italiano",
  528. "japanese": "日本語",
  529. "korean": "한국어",
  530. "latin": "Lingua Latina",
  531. "portuguese": "Português",
  532. "russian": "Русский",
  533. "spanish": "Español",
  534. "turkish": "Türkçe",
  535. "polish": "Polski",
  536. "vietnamese": "Tiếng Việt"
  537. }
  538. },
  539. "light_mode": {
  540. "name": "灯光模式",
  541. "state": {
  542. "off": "关闭",
  543. "on": "打开",
  544. "state": "状态",
  545. "locator": "定位",
  546. "auto": "自动",
  547. "flash": "闪烁"
  548. }
  549. },
  550. "mopping": {
  551. "name": "拖地",
  552. "state": {
  553. "off": "关闭",
  554. "auto": "自动",
  555. "low": "低",
  556. "medium": "中",
  557. "high": "高",
  558. "very_high": "非常高"
  559. }
  560. },
  561. "recipe": {
  562. "name": "菜谱",
  563. "state": {
  564. "pizza": "披萨",
  565. "fries": "薯条",
  566. "chicken": "鸡肉",
  567. "shrimp": "虾",
  568. "fish": "鱼",
  569. "chicken_drumsticks": "鸡腿",
  570. "vegetables": "蔬菜",
  571. "desserts": "甜点",
  572. "none": "无",
  573. "chicken_wings": "鸡翅",
  574. "steak": "牛排",
  575. "onion_rings": "洋葱圈",
  576. "bacon": "培根",
  577. "cake": "蛋糕",
  578. "bread": "面包",
  579. "toast": "吐司",
  580. "sausage": "香肠",
  581. "dry_fruit": "干果",
  582. "custom": "自定义",
  583. "cloud_recipe": "云菜谱",
  584. "default": "默认",
  585. "keep_warm": "保温",
  586. "preheat": "预热"
  587. }
  588. },
  589. "scene": {
  590. "name": "场景",
  591. "state": {
  592. "relax": "放松",
  593. "movie": "电影",
  594. "party": "派对",
  595. "romantic": "浪漫",
  596. "night": "夜晚",
  597. "morning": "早晨",
  598. "working": "工作",
  599. "leisure": "休闲",
  600. "vacation": "度假",
  601. "reading": "阅读",
  602. "twinkle": "闪烁",
  603. "gaming": "游戏",
  604. "none": "无"
  605. }
  606. },
  607. "timer": {
  608. "name": "计时器",
  609. "state": {
  610. "cancel": "取消",
  611. "continuous": "连续",
  612. "30s": "30秒",
  613. "1m": "1分钟",
  614. "2m": "2分钟",
  615. "5m": "5分钟",
  616. "10m": "10分钟",
  617. "15m": "15分钟",
  618. "20m": "20分钟",
  619. "25m": "25分钟",
  620. "30m": "30分钟",
  621. "35m": "35分钟",
  622. "40m": "40分钟",
  623. "45m": "45分钟",
  624. "50m": "50分钟",
  625. "55m": "55分钟",
  626. "1h": "1小时",
  627. "1h5m": "1小时5分钟",
  628. "1h10m": "1小时10分钟",
  629. "1h15m": "1小时15分钟",
  630. "1h20m": "1小时20分钟",
  631. "1h25m": "1小时25分钟",
  632. "1h30m": "1小时30分钟",
  633. "1h35m": "1小时35分钟",
  634. "1h40m": "1小时40分钟",
  635. "1h45m": "1小时45分钟",
  636. "1h50m": "1小时50分钟",
  637. "1h55m": "1小时55分钟",
  638. "2h": "2小时",
  639. "2h30m": "2小时30分钟",
  640. "3h": "3小时",
  641. "3h30m": "3小时30分钟",
  642. "4h": "4小时",
  643. "4h30m": "4小时30分钟",
  644. "5h": "5小时",
  645. "5h30m": "5小时30分钟",
  646. "6h": "6小时",
  647. "6h30m": "6小时30分钟",
  648. "7h": "7小时",
  649. "7h30m": "7小时30分钟",
  650. "8h": "8小时",
  651. "8h30m": "8小时30分钟",
  652. "9h": "9小时",
  653. "9h30m": "9小时30分钟",
  654. "10h": "10小时",
  655. "11h": "11小时",
  656. "12h": "12小时",
  657. "13h": "13小时",
  658. "14h": "14小时",
  659. "15h": "15小时",
  660. "16h": "16小时",
  661. "17h": "17小时",
  662. "18h": "18小时",
  663. "19h": "19小时",
  664. "20h": "20小时",
  665. "21h": "21小时",
  666. "22h": "22小时",
  667. "23h": "23小时",
  668. "24h": "24小时",
  669. "36h": "36小时",
  670. "48h": "48小时",
  671. "72h": "72小时",
  672. "1d": "1天",
  673. "2d": "2天",
  674. "3d": "3天",
  675. "4d": "4天",
  676. "5d": "5天",
  677. "6d": "6天",
  678. "7d": "7天"
  679. }
  680. },
  681. "temperature_unit": {
  682. "name": "温度单位",
  683. "state": {
  684. "celsius": "摄氏度",
  685. "fahrenheit": "华氏度"
  686. }
  687. },
  688. "breaker_trigger_action": {
  689. "name": "{trigger}动作",
  690. "state": {
  691. "ignore": "忽略",
  692. "alarm": "报警",
  693. "trip_breaker": "跳闸"
  694. }
  695. },
  696. "mode": {
  697. "name": "模式",
  698. "state": {
  699. "auto": "自动",
  700. "manual": "手动",
  701. "off": "关闭",
  702. "low": "低",
  703. "medium": "中",
  704. "high": "高",
  705. "rapid_clean": "快速清洁",
  706. "schedule": "定时"
  707. }
  708. },
  709. "activation_mode": {
  710. "name": "激活模式",
  711. "state": {
  712. "normal": "正常",
  713. "smart": "智能",
  714. "night": "夜间",
  715. "motion": "运动"
  716. }
  717. },
  718. "bidet_mode": {
  719. "name": "智能马桶盖模式",
  720. "state": {
  721. "normal": "正常",
  722. "dry": "烘干",
  723. "child": "儿童"
  724. }
  725. },
  726. "curtain_mode": {
  727. "name": "窗帘模式",
  728. "state": {
  729. "morning": "早晨",
  730. "night": "夜晚"
  731. }
  732. },
  733. "chlorination_mode": {
  734. "name": "氯化模式",
  735. "state": {
  736. "inverter": "变频",
  737. "auto_ph": "自动PH",
  738. "smart": "智能",
  739. "manual": "手动"
  740. }
  741. },
  742. "alarm_mode": {
  743. "name": "报警模式",
  744. "state": {
  745. "sound": "声音",
  746. "light": "灯光",
  747. "sound_and_light": "声音和灯光"
  748. }
  749. },
  750. "air_mode": {
  751. "name": "空气模式",
  752. "state": {
  753. "dehumidify": "除湿",
  754. "purify": "净化",
  755. "dehumidify_and_purify": "除湿和净化"
  756. }
  757. },
  758. "cleaning_mode": {
  759. "name": "清洁模式",
  760. "state": {
  761. "sweep": "扫地",
  762. "mop": "拖地",
  763. "sweep_and_mop": "扫拖一体",
  764. "intensive": "强力清洁",
  765. "quiet": "安静清洁",
  766. "sweep_before_mopping": "先扫后拖"
  767. }
  768. },
  769. "washing_mode": {
  770. "name": "洗涤模式",
  771. "state": {
  772. "fruit": "果蔬",
  773. "intensive": "强力",
  774. "rapid": "快速",
  775. "eco": "节能",
  776. "standard": "标准",
  777. "neutral": "中性",
  778. "90_minute": "90分钟",
  779. "glass": "玻璃杯",
  780. "auto": "自动",
  781. "soak": "浸泡",
  782. "self_clean": "自清洁",
  783. "hygiene": "卫生",
  784. "party": "派对",
  785. "baby_care": "婴儿护理"
  786. }
  787. },
  788. "menu": {
  789. "name": "菜单",
  790. "state": {
  791. "home": "首页",
  792. "mode": "模式",
  793. "recode": "记录",
  794. "settings": "设置"
  795. }
  796. },
  797. "charging_mode": {
  798. "name": "充电模式",
  799. "state": {
  800. "immediate": "立即",
  801. "charge_to_percent": "充电至百分比",
  802. "fixed_charge": "定时充电",
  803. "scheduled_charge": "预约充电",
  804. "delayed_charge": "延时充电"
  805. }
  806. },
  807. "oven_built_in_recipe": {
  808. "name": "内置菜谱",
  809. "state": {
  810. "none": "无",
  811. "steamed_egg_with_okra": "秋葵蒸蛋",
  812. "steamed_sea_bass": "清蒸鲈鱼",
  813. "steamed_prawns": "清蒸大虾",
  814. "handmade_steamed_bread": "手工馒头",
  815. "fan_steamed_baby_vegetables": "粉丝蒸娃娃菜",
  816. "braised_pork": "红烧肉",
  817. "snow_fungus_and_bird_s_nest": "雪耳燕窝",
  818. "crab_pot": "蟹肉煲",
  819. "potato_ribs": "土豆排骨",
  820. "coconut_chicken_soup": "椰子鸡汤",
  821. "snack_platter": "小食拼盘",
  822. "chicken_skewers": "鸡肉串",
  823. "roasted_pork_knuckle": "烤猪肘",
  824. "dried_lemon": "柠檬干",
  825. "pork_jerky": "猪肉脯",
  826. "crispy_hairtail": "香酥带鱼",
  827. "spicy_grilled_fish": "麻辣烤鱼",
  828. "roasted_sweet_potatoes": "烤红薯",
  829. "roasted_chicken_wings": "香烤鸡翅",
  830. "cumin_lamb_chops": "孜然羊排",
  831. "honey_grilled_chicken": "蜜汁烤鸡",
  832. "garlic_eggplant": "蒜蓉茄子",
  833. "portuguese_egg_tart": "葡式蛋挞",
  834. "creme_brulee": "焦糖布丁",
  835. "cocoa_chips": "可可脆片",
  836. "butter_cookies": "黄油曲奇",
  837. "chiffon_cake": "戚风蛋糕",
  838. "puff_pastry": "酥皮泡芙",
  839. "red_bean_bread": "红豆面包",
  840. "milk_toast": "牛奶吐司"
  841. }
  842. }
  843. },
  844. "sensor": {
  845. "air_quality": {
  846. "name": "空气质量",
  847. "state": {
  848. "excellent": "优",
  849. "good": "良",
  850. "moderate": "中",
  851. "poor": "差",
  852. "severe": "极差",
  853. "danger": "危险"
  854. }
  855. },
  856. "status": {
  857. "name": "状态",
  858. "state": {
  859. "available": "可用",
  860. "plugged_in": "已插入",
  861. "fault_unplugged": "故障未插入",
  862. "charging": "充电中",
  863. "discharging": "放电中",
  864. "waiting": "等待中",
  865. "charged": "已充满",
  866. "fault": "故障",
  867. "paused": "暂停",
  868. "waiting_for_authorization": "等待授权",
  869. "standby": "待机",
  870. "heating": "加热中",
  871. "cooling": "制冷中",
  872. "keeping_warm": "保持温暖",
  873. "no_water": "无水",
  874. "boiling": "煮沸中",
  875. "reserve_only": "仅预约",
  876. "unknown": "未知",
  877. "idle": "空闲",
  878. "auto": "自动",
  879. "manual": "手动",
  880. "rain_delay": "雨延迟",
  881. "off": "关闭",
  882. "on": "打开",
  883. "cooking": "烹饪中",
  884. "done": "完成",
  885. "door_open": "门打开",
  886. "setting": "设置中",
  887. "pre_heating": "预热中",
  888. "scheduled": "已预约",
  889. "at_temperature": "已达到温度",
  890. "done_stage_1": "阶段1完成",
  891. "done_stage_2": "阶段2完成",
  892. "done_stage_3": "阶段3完成",
  893. "done_stage_4": "阶段4完成",
  894. "done_stage_5": "阶段5完成",
  895. "done_stage_6": "阶段6完成",
  896. "done_stage_7": "阶段7完成",
  897. "done_stage_8": "阶段8完成",
  898. "done_stage_9": "阶段9完成",
  899. "done_stage_10": "阶段10完成",
  900. "no_food": "无食物",
  901. "jammed": "卡住",
  902. "blocked": "堵塞",
  903. "feeding": "喂食中",
  904. "feeding_complete": "喂食完成",
  905. "caking": "结块中",
  906. "cleaning": "清洁中",
  907. "sleep": "睡眠",
  908. "sterilizing": "消毒中",
  909. "deodorizing": "除臭中",
  910. "occupied": "占用",
  911. "normal": "正常",
  912. "low": "低",
  913. "high": "高",
  914. "unwashed": "未清洗",
  915. "pre_washing": "预洗中",
  916. "washing": "洗涤中",
  917. "rinsing": "漂洗中",
  918. "drying": "烘干中",
  919. "air_purging": "空气净化中",
  920. "anti_freeze": "防冻中",
  921. "close": "关闭",
  922. "monitor": "监控中",
  923. "working": "工作中",
  924. "warning": "警告",
  925. "starting": "启动中",
  926. "emptying": "排空中",
  927. "resetting": "重置中",
  928. "reverse": "反转中",
  929. "full": "已满",
  930. "empty": "已空",
  931. "missing": "缺失",
  932. "formatting": "格式化中",
  933. "unformatted": "未格式化",
  934. "maintenance_required": "需要维护",
  935. "dry": "干燥",
  936. "comfortable": "舒适",
  937. "damp": "潮湿",
  938. "smoothing": "平滑处理",
  939. "cleaned": "已清洁",
  940. "cold_water_unavailable": "冷水不可用",
  941. "drain": "排水中",
  942. "drain_cold_water": "排冷水",
  943. "drain_hot_water": "排热水",
  944. "drain_normal_water": "排正常水",
  945. "high_temperature_emptying": "高温排空中",
  946. "high_temperature_emptied": "高温已排空"
  947. }
  948. },
  949. "time_remaining": {
  950. "name": "剩余时间"
  951. },
  952. "time_remaining_x": {
  953. "name": "剩余时间{x}"
  954. },
  955. "cooking_status": {
  956. "name": "烹饪状态",
  957. "state": {
  958. "wait": "烹饪等待",
  959. "reservation": "预约中",
  960. "cooking": "烹饪中",
  961. "cancel": "烹饪取消",
  962. "done": "烹饪完成",
  963. "pause": "烹饪暂停"
  964. }
  965. },
  966. "water_level": {
  967. "name": "水量",
  968. "state": {
  969. "empty": "空",
  970. "low": "低",
  971. "medium": "中",
  972. "high": "高",
  973. "full": "满"
  974. }
  975. },
  976. "energy_produced": {
  977. "name": "产生的能量"
  978. },
  979. "energy_consumed": {
  980. "name": "消耗的能量"
  981. },
  982. "energy_produced_x": {
  983. "name": "产生的能量{x}"
  984. },
  985. "energy_consumed_x": {
  986. "name": "消耗的能量{x}"
  987. },
  988. "current_x": {
  989. "name": "电流{x}"
  990. },
  991. "voltage_x": {
  992. "name": "电压{x}"
  993. },
  994. "power_x": {
  995. "name": "功率{x}"
  996. }
  997. },
  998. "switch": {
  999. "anti_frost": {
  1000. "name": "防冻"
  1001. },
  1002. "auto_clean": {
  1003. "name": "自动清洗"
  1004. },
  1005. "auto_light": {
  1006. "name": "自动灯光"
  1007. },
  1008. "breaker": {
  1009. "name": "断路器",
  1010. "state": {
  1011. "off": "已断开",
  1012. "on": "已闭合"
  1013. }
  1014. },
  1015. "do_not_disturb": {
  1016. "name": "请勿打扰"
  1017. },
  1018. "evaporator_cleaning": {
  1019. "name": "蒸发器清洁"
  1020. },
  1021. "ionizer": {
  1022. "name": "离子发生器"
  1023. },
  1024. "keytone": {
  1025. "name": "按键音"
  1026. },
  1027. "outlet_x": {
  1028. "name": "插座{x}"
  1029. },
  1030. "sleep": {
  1031. "name": "睡眠"
  1032. },
  1033. "switch_x": {
  1034. "name": "开关{x}"
  1035. },
  1036. "uv_sterilization": {
  1037. "name": "紫外线消毒"
  1038. },
  1039. "electrolytic_sterilization": {
  1040. "name": "电解消毒"
  1041. }
  1042. },
  1043. "text": {
  1044. "scene": {
  1045. "name": "场景"
  1046. }
  1047. },
  1048. "time": {
  1049. "timer": {
  1050. "name": "计时器"
  1051. },
  1052. "timer_x": {
  1053. "name": "计时器{x}"
  1054. }
  1055. },
  1056. "valve": {
  1057. "valve_x": {
  1058. "name": "阀门{x}"
  1059. }
  1060. },
  1061. "water_heater": {
  1062. "water_air": {
  1063. "name": "热水器"
  1064. },
  1065. "kettle": {
  1066. "name": "电热水壶"
  1067. }
  1068. }
  1069. }
  1070. }