zh-Hans.json 40 KB

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