zh-Hans.json 40 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105
  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. "5m": "5分钟",
  638. "10m": "10分钟",
  639. "15m": "15分钟",
  640. "20m": "20分钟",
  641. "25m": "25分钟",
  642. "30m": "30分钟",
  643. "35m": "35分钟",
  644. "40m": "40分钟",
  645. "45m": "45分钟",
  646. "50m": "50分钟",
  647. "55m": "55分钟",
  648. "1h": "1小时",
  649. "1h5m": "1小时5分钟",
  650. "1h10m": "1小时10分钟",
  651. "1h15m": "1小时15分钟",
  652. "1h20m": "1小时20分钟",
  653. "1h25m": "1小时25分钟",
  654. "1h30m": "1小时30分钟",
  655. "1h35m": "1小时35分钟",
  656. "1h40m": "1小时40分钟",
  657. "1h45m": "1小时45分钟",
  658. "1h50m": "1小时50分钟",
  659. "1h55m": "1小时55分钟",
  660. "2h": "2小时",
  661. "2h30m": "2小时30分钟",
  662. "3h": "3小时",
  663. "3h30m": "3小时30分钟",
  664. "4h": "4小时",
  665. "4h30m": "4小时30分钟",
  666. "5h": "5小时",
  667. "5h30m": "5小时30分钟",
  668. "6h": "6小时",
  669. "6h30m": "6小时30分钟",
  670. "7h": "7小时",
  671. "7h30m": "7小时30分钟",
  672. "8h": "8小时",
  673. "8h30m": "8小时30分钟",
  674. "9h": "9小时",
  675. "9h30m": "9小时30分钟",
  676. "10h": "10小时",
  677. "11h": "11小时",
  678. "12h": "12小时",
  679. "13h": "13小时",
  680. "14h": "14小时",
  681. "15h": "15小时",
  682. "16h": "16小时",
  683. "17h": "17小时",
  684. "18h": "18小时",
  685. "19h": "19小时",
  686. "20h": "20小时",
  687. "21h": "21小时",
  688. "22h": "22小时",
  689. "23h": "23小时",
  690. "24h": "24小时",
  691. "36h": "36小时",
  692. "48h": "48小时",
  693. "72h": "72小时",
  694. "1d": "1天",
  695. "2d": "2天",
  696. "3d": "3天",
  697. "4d": "4天",
  698. "5d": "5天",
  699. "6d": "6天",
  700. "7d": "7天"
  701. }
  702. },
  703. "temperature_unit": {
  704. "name": "温度单位",
  705. "state": {
  706. "celsius": "摄氏度",
  707. "fahrenheit": "华氏度"
  708. }
  709. },
  710. "breaker_trigger_action": {
  711. "name": "{trigger}动作",
  712. "state": {
  713. "ignore": "忽略",
  714. "alarm": "报警",
  715. "trip_breaker": "跳闸"
  716. }
  717. },
  718. "mode": {
  719. "name": "模式",
  720. "state": {
  721. "auto": "自动",
  722. "manual": "手动",
  723. "off": "关闭",
  724. "low": "低",
  725. "medium": "中",
  726. "high": "高",
  727. "rapid_clean": "快速清洁",
  728. "schedule": "定时"
  729. }
  730. },
  731. "activation_mode": {
  732. "name": "激活模式",
  733. "state": {
  734. "normal": "正常",
  735. "smart": "智能",
  736. "night": "夜间",
  737. "motion": "运动",
  738. "off": "关闭"
  739. }
  740. },
  741. "bidet_mode": {
  742. "name": "智能马桶盖模式",
  743. "state": {
  744. "normal": "正常",
  745. "dry": "烘干",
  746. "child": "儿童"
  747. }
  748. },
  749. "curtain_mode": {
  750. "name": "窗帘模式",
  751. "state": {
  752. "morning": "早晨",
  753. "night": "夜晚"
  754. }
  755. },
  756. "chlorination_mode": {
  757. "name": "氯化模式",
  758. "state": {
  759. "inverter": "变频",
  760. "auto_ph": "自动PH",
  761. "smart": "智能",
  762. "manual": "手动"
  763. }
  764. },
  765. "alarm_mode": {
  766. "name": "报警模式",
  767. "state": {
  768. "sound": "声音",
  769. "light": "灯光",
  770. "sound_and_light": "声音和灯光"
  771. }
  772. },
  773. "air_mode": {
  774. "name": "空气模式",
  775. "state": {
  776. "dehumidify": "除湿",
  777. "purify": "净化",
  778. "dehumidify_and_purify": "除湿和净化"
  779. }
  780. },
  781. "cleaning_mode": {
  782. "name": "清洁模式",
  783. "state": {
  784. "sweep": "扫地",
  785. "mop": "拖地",
  786. "sweep_and_mop": "扫拖一体",
  787. "intensive": "强力清洁",
  788. "quiet": "安静清洁",
  789. "sweep_before_mopping": "先扫后拖"
  790. }
  791. },
  792. "washing_mode": {
  793. "name": "洗涤模式",
  794. "state": {
  795. "fruit": "果蔬",
  796. "intensive": "强力",
  797. "rapid": "快速",
  798. "eco": "节能",
  799. "standard": "标准",
  800. "neutral": "中性",
  801. "90_minute": "90分钟",
  802. "glass": "玻璃杯",
  803. "auto": "自动",
  804. "soak": "浸泡",
  805. "self_clean": "自清洁",
  806. "hygiene": "卫生",
  807. "party": "派对",
  808. "baby_care": "婴儿护理"
  809. }
  810. },
  811. "menu": {
  812. "name": "菜单",
  813. "state": {
  814. "home": "首页",
  815. "mode": "模式",
  816. "recode": "记录",
  817. "settings": "设置"
  818. }
  819. },
  820. "charging_mode": {
  821. "name": "充电模式",
  822. "state": {
  823. "immediate": "立即",
  824. "charge_to_percent": "充电至百分比",
  825. "fixed_charge": "定时充电",
  826. "scheduled_charge": "预约充电",
  827. "delayed_charge": "延时充电"
  828. }
  829. },
  830. "oven_built_in_recipe": {
  831. "name": "内置菜谱",
  832. "state": {
  833. "none": "无",
  834. "steamed_egg_with_okra": "秋葵蒸蛋",
  835. "steamed_sea_bass": "清蒸鲈鱼",
  836. "steamed_prawns": "清蒸大虾",
  837. "handmade_steamed_bread": "手工馒头",
  838. "fan_steamed_baby_vegetables": "粉丝蒸娃娃菜",
  839. "braised_pork": "红烧肉",
  840. "snow_fungus_and_bird_s_nest": "雪耳燕窝",
  841. "crab_pot": "蟹肉煲",
  842. "potato_ribs": "土豆排骨",
  843. "coconut_chicken_soup": "椰子鸡汤",
  844. "snack_platter": "小食拼盘",
  845. "chicken_skewers": "鸡肉串",
  846. "roasted_pork_knuckle": "烤猪肘",
  847. "dried_lemon": "柠檬干",
  848. "pork_jerky": "猪肉脯",
  849. "crispy_hairtail": "香酥带鱼",
  850. "spicy_grilled_fish": "麻辣烤鱼",
  851. "roasted_sweet_potatoes": "烤红薯",
  852. "roasted_chicken_wings": "香烤鸡翅",
  853. "cumin_lamb_chops": "孜然羊排",
  854. "honey_grilled_chicken": "蜜汁烤鸡",
  855. "garlic_eggplant": "蒜蓉茄子",
  856. "portuguese_egg_tart": "葡式蛋挞",
  857. "creme_brulee": "焦糖布丁",
  858. "cocoa_chips": "可可脆片",
  859. "butter_cookies": "黄油曲奇",
  860. "chiffon_cake": "戚风蛋糕",
  861. "puff_pastry": "酥皮泡芙",
  862. "red_bean_bread": "红豆面包",
  863. "milk_toast": "牛奶吐司"
  864. }
  865. }
  866. },
  867. "sensor": {
  868. "air_quality": {
  869. "name": "空气质量",
  870. "state": {
  871. "excellent": "优",
  872. "good": "良",
  873. "moderate": "中",
  874. "poor": "差",
  875. "severe": "极差",
  876. "danger": "危险"
  877. }
  878. },
  879. "status": {
  880. "name": "状态",
  881. "state": {
  882. "available": "可用",
  883. "plugged_in": "已插入",
  884. "fault_unplugged": "故障未插入",
  885. "charging": "充电中",
  886. "discharging": "放电中",
  887. "waiting": "等待中",
  888. "charged": "已充满",
  889. "fault": "故障",
  890. "paused": "暂停",
  891. "waiting_for_authorization": "等待授权",
  892. "standby": "待机",
  893. "heating": "加热中",
  894. "cooling": "制冷中",
  895. "keeping_warm": "保持温暖",
  896. "no_water": "无水",
  897. "boiling": "煮沸中",
  898. "reserve_only": "仅预约",
  899. "unknown": "未知",
  900. "idle": "空闲",
  901. "auto": "自动",
  902. "manual": "手动",
  903. "rain_delay": "雨延迟",
  904. "off": "关闭",
  905. "on": "打开",
  906. "cooking": "烹饪中",
  907. "done": "完成",
  908. "door_open": "门打开",
  909. "setting": "设置中",
  910. "pre_heating": "预热中",
  911. "scheduled": "已预约",
  912. "at_temperature": "已达到温度",
  913. "done_stage_1": "阶段1完成",
  914. "done_stage_2": "阶段2完成",
  915. "done_stage_3": "阶段3完成",
  916. "done_stage_4": "阶段4完成",
  917. "done_stage_5": "阶段5完成",
  918. "done_stage_6": "阶段6完成",
  919. "done_stage_7": "阶段7完成",
  920. "done_stage_8": "阶段8完成",
  921. "done_stage_9": "阶段9完成",
  922. "done_stage_10": "阶段10完成",
  923. "no_food": "无食物",
  924. "jammed": "卡住",
  925. "blocked": "堵塞",
  926. "feeding": "喂食中",
  927. "feeding_complete": "喂食完成",
  928. "caking": "结块中",
  929. "cleaning": "清洁中",
  930. "sleep": "睡眠",
  931. "sterilizing": "消毒中",
  932. "deodorizing": "除臭中",
  933. "occupied": "占用",
  934. "normal": "正常",
  935. "low": "低",
  936. "high": "高",
  937. "unwashed": "未清洗",
  938. "pre_washing": "预洗中",
  939. "washing": "洗涤中",
  940. "rinsing": "漂洗中",
  941. "drying": "烘干中",
  942. "air_purging": "空气净化中",
  943. "anti_freeze": "防冻中",
  944. "close": "关闭",
  945. "monitor": "监控中",
  946. "working": "工作中",
  947. "warning": "警告",
  948. "starting": "启动中",
  949. "emptying": "排空中",
  950. "resetting": "重置中",
  951. "reverse": "反转中",
  952. "full": "已满",
  953. "empty": "已空",
  954. "missing": "缺失",
  955. "formatting": "格式化中",
  956. "unformatted": "未格式化",
  957. "failed": "失败",
  958. "replying": "回复中",
  959. "playback": "回放中",
  960. "maintenance_required": "需要维护",
  961. "dry": "干燥",
  962. "comfortable": "舒适",
  963. "damp": "潮湿",
  964. "smoothing": "平滑处理",
  965. "cleaned": "已清洁",
  966. "cold_water_unavailable": "冷水不可用",
  967. "drain": "排水中",
  968. "drain_cold_water": "排冷水",
  969. "drain_hot_water": "排热水",
  970. "drain_normal_water": "排正常水",
  971. "high_temperature_emptying": "高温排空中",
  972. "high_temperature_emptied": "高温已排空"
  973. }
  974. },
  975. "time_remaining": {
  976. "name": "剩余时间"
  977. },
  978. "time_remaining_x": {
  979. "name": "剩余时间{x}"
  980. },
  981. "cooking_status": {
  982. "name": "烹饪状态",
  983. "state": {
  984. "wait": "烹饪等待",
  985. "reservation": "预约中",
  986. "cooking": "烹饪中",
  987. "cancel": "烹饪取消",
  988. "done": "烹饪完成",
  989. "pause": "烹饪暂停"
  990. }
  991. },
  992. "water_level": {
  993. "name": "水量",
  994. "state": {
  995. "empty": "空",
  996. "low": "低",
  997. "medium": "中",
  998. "high": "高",
  999. "full": "满"
  1000. }
  1001. },
  1002. "energy_produced": {
  1003. "name": "产生的能量"
  1004. },
  1005. "energy_consumed": {
  1006. "name": "消耗的能量"
  1007. },
  1008. "energy_produced_x": {
  1009. "name": "产生的能量{x}"
  1010. },
  1011. "energy_consumed_x": {
  1012. "name": "消耗的能量{x}"
  1013. },
  1014. "current_x": {
  1015. "name": "电流{x}"
  1016. },
  1017. "voltage_x": {
  1018. "name": "电压{x}"
  1019. },
  1020. "power_x": {
  1021. "name": "功率{x}"
  1022. },
  1023. "filter_life": {
  1024. "name": "滤芯寿命"
  1025. }
  1026. },
  1027. "switch": {
  1028. "anti_frost": {
  1029. "name": "防冻"
  1030. },
  1031. "auto_clean": {
  1032. "name": "自动清洗"
  1033. },
  1034. "auto_light": {
  1035. "name": "自动灯光"
  1036. },
  1037. "breaker": {
  1038. "name": "断路器",
  1039. "state": {
  1040. "off": "已断开",
  1041. "on": "已闭合"
  1042. }
  1043. },
  1044. "do_not_disturb": {
  1045. "name": "请勿打扰"
  1046. },
  1047. "evaporator_cleaning": {
  1048. "name": "蒸发器清洁"
  1049. },
  1050. "flip_image": {
  1051. "name": "翻转图像"
  1052. },
  1053. "ionizer": {
  1054. "name": "离子发生器"
  1055. },
  1056. "keytone": {
  1057. "name": "按键音"
  1058. },
  1059. "outlet_x": {
  1060. "name": "插座{x}"
  1061. },
  1062. "sleep": {
  1063. "name": "睡眠"
  1064. },
  1065. "switch_x": {
  1066. "name": "开关{x}"
  1067. },
  1068. "uv_sterilization": {
  1069. "name": "紫外线消毒"
  1070. },
  1071. "electrolytic_sterilization": {
  1072. "name": "电解消毒"
  1073. }
  1074. },
  1075. "text": {
  1076. "scene": {
  1077. "name": "场景"
  1078. }
  1079. },
  1080. "time": {
  1081. "timer": {
  1082. "name": "计时器"
  1083. },
  1084. "timer_x": {
  1085. "name": "计时器{x}"
  1086. }
  1087. },
  1088. "valve": {
  1089. "valve_x": {
  1090. "name": "阀门{x}"
  1091. }
  1092. },
  1093. "water_heater": {
  1094. "water_air": {
  1095. "name": "热水器"
  1096. },
  1097. "kettle": {
  1098. "name": "电热水壶"
  1099. },
  1100. "hot_water": {
  1101. "name": "热水器"
  1102. }
  1103. }
  1104. }
  1105. }