zh-Hant.json 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853
  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(或device_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: 空腔低溫保護 (低於35°C)",
  146. "e4": "E4: 蒸發盤低溫保護 (低於35°C)",
  147. "e5": "E5: 传感器连接错误(开路)",
  148. "e6": "E6: 传感器故障(短路)",
  149. "e7": "E7: 顯示板通信錯誤",
  150. "e8": "E8: 水箱打開 (CN7) 或蒸發盤乾燥 (CN3)"
  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. }
  187. }
  188. }
  189. },
  190. "thermostat": {
  191. "name": "恆溫器",
  192. "state_attributes": {
  193. "fan_mode": {
  194. "state": {
  195. "cycle": "循環"
  196. }
  197. },
  198. "preset_mode": {
  199. "state": {
  200. "manual": "手動",
  201. "program": "程式",
  202. "temp_override": "臨時覆蓋",
  203. "perm_override": "永久覆蓋"
  204. }
  205. }
  206. }
  207. },
  208. "combo_floor": {
  209. "state_attributes": {
  210. "preset_mode": {
  211. "state": {
  212. "cool": "冷風",
  213. "fan_only": "風扇",
  214. "heat": "熱風",
  215. "floor_cool": "冷地板",
  216. "floor_heat": "熱地板"
  217. }
  218. }
  219. }
  220. },
  221. "swing_as_powerlevel": {
  222. "name": "加热器",
  223. "state_attributes": {
  224. "swing_mode": {
  225. "name": "加熱水平",
  226. "state": {
  227. "stop": "停止",
  228. "auto": "自動"
  229. }
  230. }
  231. }
  232. },
  233. "pool_heatpump": {
  234. "state_attributes": {
  235. "preset_mode": {
  236. "state": {
  237. "smart_heat": "智能加熱",
  238. "quick_heat": "快速加熱",
  239. "quiet_heat": "安靜加熱",
  240. "smart_cool": "智能冷卻",
  241. "quick_cool": "快速冷卻",
  242. "quiet_cool": "安靜冷卻",
  243. "auto": "自動",
  244. "smart": "智能",
  245. "quick": "快速",
  246. "quiet": "安靜"
  247. }
  248. }
  249. }
  250. },
  251. "heater": {
  252. "name": "加热器"
  253. },
  254. "thermo_switch": {
  255. "state_attributes": {
  256. "hvac_mode": {
  257. "state": {
  258. "fan_only": "暫停"
  259. }
  260. }
  261. }
  262. },
  263. "oven": {
  264. "state_attributes": {
  265. "preset_mode": {
  266. "state": {
  267. "off": "關",
  268. "healthy_steam": "健康蒸汽",
  269. "fresh_steam": "新鮮蒸汽",
  270. "high_temp_steam": "高溫蒸汽",
  271. "stew": "燉",
  272. "bake_up_and_down": "上下烘焙",
  273. "bbq": "燒烤",
  274. "bottom_hot_air": "底部熱風",
  275. "on_strong_roast": "強烤",
  276. "3d_hot_air": "3D熱風",
  277. "air_fry": "空氣炸",
  278. "steam_frying": "蒸炸",
  279. "one_click_bread": "一鍵麵包",
  280. "quick_heat": "快速加熱",
  281. "keep_warm": "保溫",
  282. "unfreeze": "解凍",
  283. "fermentation": "發酵",
  284. "descale": "除垢",
  285. "local_recipes": "本地食譜",
  286. "drying": "烘乾",
  287. "custom": "自訂",
  288. "low_steaming": "低蒸",
  289. "medium_steaming": "中蒸",
  290. "high_steaming": "高蒸"
  291. }
  292. }
  293. }
  294. }
  295. },
  296. "humidifier": {
  297. "dehumidifier": {
  298. "state_attributes": {
  299. "mode": {
  300. "state": {
  301. "laundry": "烘乾衣物",
  302. "purify": "淨化"
  303. }
  304. }
  305. }
  306. }
  307. },
  308. "fan": {
  309. "aroma_diffuser": {
  310. "name": "香薰機",
  311. "state_attributes": {
  312. "preset_mode": {
  313. "state": {
  314. "low": "低",
  315. "medium": "中",
  316. "high": "高",
  317. "continuous": "連續",
  318. "intermittent": "間歇",
  319. "timer": "計時"
  320. }
  321. }
  322. }
  323. },
  324. "dehumidifier": {
  325. "name": "除濕機",
  326. "state_attributes": {
  327. "preset_mode": {
  328. "state": {
  329. "purify": "淨化",
  330. "dehumidify": "除濕"
  331. }
  332. }
  333. }
  334. },
  335. "fan_with_presets": {
  336. "name": "風扇",
  337. "state_attributes": {
  338. "preset_mode": {
  339. "state": {
  340. "baby": "嬰兒",
  341. "fresh": "清新",
  342. "nature": "自然",
  343. "normal": "正常",
  344. "sleep": "睡眠",
  345. "smart": "智能",
  346. "strong": "強勁",
  347. "custom": "自訂",
  348. "high": "高",
  349. "medium": "中",
  350. "low": "低",
  351. "displayoff": "關閉顯示",
  352. "off": "關閉"
  353. }
  354. }
  355. }
  356. },
  357. "ventilation": {
  358. "name": "通風系統",
  359. "state_attributes": {
  360. "preset_mode": {
  361. "state": {
  362. "fresh": "新風",
  363. "circulate": "循環",
  364. "sleep": "睡眠",
  365. "auto": "自動",
  366. "eco": "節能",
  367. "anti-condensation": "防凝結",
  368. "extractor": "抽氣",
  369. "heat_recovery": "熱回收",
  370. "timer": "計時",
  371. "on": "開啟",
  372. "off": "關閉"
  373. }
  374. }
  375. }
  376. }
  377. },
  378. "light": {
  379. "backlight": {
  380. "name": "背光"
  381. },
  382. "display": {
  383. "name": "顯示"
  384. },
  385. "embers": {
  386. "name": "餘燼"
  387. },
  388. "flame": {
  389. "name": "火焰"
  390. },
  391. "indicator": {
  392. "name": "指示燈"
  393. },
  394. "laser": {
  395. "name": "雷射"
  396. },
  397. "logs": {
  398. "name": "紀錄"
  399. },
  400. "nightlight": {
  401. "name": "夜燈"
  402. }
  403. },
  404. "lock": {
  405. "child_lock": {
  406. "name": "兒童鎖"
  407. }
  408. },
  409. "number": {
  410. "timer": {
  411. "name": "計時器"
  412. },
  413. "timer_x": {
  414. "name": "計時器{x}"
  415. }
  416. },
  417. "select": {
  418. "currency": {
  419. "name": "貨幣",
  420. "state": {
  421. "usd": "美元",
  422. "eur": "歐元",
  423. "cny": "人民幣",
  424. "cad": "加拿大元",
  425. "gbp": "英鎊"
  426. }
  427. },
  428. "heat_pump_mode": {
  429. "name": "熱泵模式",
  430. "state": {
  431. "heat": "加熱",
  432. "cool": "冷卻",
  433. "auto": "自動",
  434. "floor_heat": "地板加熱",
  435. "off": "關",
  436. "hotwater": "熱水",
  437. "hotwater_cool": "熱水冷卻",
  438. "hotwater_heat": "熱水加熱",
  439. "hotwater_auto": "熱水自動",
  440. "hotwater_floor_heat": "熱水地板加熱"
  441. }
  442. },
  443. "initial_state": {
  444. "name": "初始狀態",
  445. "state": {
  446. "off": "關",
  447. "on": "開",
  448. "memory": "記憶"
  449. }
  450. },
  451. "kettle_mode": {
  452. "name": "水壺模式",
  453. "state": {
  454. "off": "關",
  455. "heat": "加熱",
  456. "boil": "煮沸",
  457. "quick_heat": "快速加熱",
  458. "quick_boil": "快速煮沸",
  459. "keep_warm": "保溫",
  460. "custom": "自訂",
  461. "dechlorinate": "除氯",
  462. "black_tea": "紅茶",
  463. "green_tea": "綠茶",
  464. "coffee": "咖啡",
  465. "honey_water": "蜂蜜水",
  466. "infant_formula": "嬰兒配方奶",
  467. "white_tea": "白茶",
  468. "oolong_tea": "烏龍茶"
  469. }
  470. },
  471. "language": {
  472. "name": "語言",
  473. "state": {
  474. "chinese": "中文",
  475. "chinese_traditional": "中文(繁體)",
  476. "english": "English",
  477. "french": "Français",
  478. "german": "Deutsch",
  479. "italian": "Italiano",
  480. "japanese": "日本語",
  481. "korean": "한국어",
  482. "latin": "Lingua Latina",
  483. "portuguese": "Português",
  484. "russian": "Русский",
  485. "spanish": "Español",
  486. "turkish": "Türkçe"
  487. }
  488. },
  489. "light_mode": {
  490. "name": "燈光模式",
  491. "state": {
  492. "off": "關",
  493. "on": "開",
  494. "state": "狀態",
  495. "locator": "定位"
  496. }
  497. },
  498. "mopping": {
  499. "name": "拖地",
  500. "state": {
  501. "off": "關",
  502. "auto": "自動",
  503. "low": "低",
  504. "medium": "中",
  505. "high": "高",
  506. "very_high": "非常高"
  507. }
  508. },
  509. "recipe": {
  510. "name": "食譜",
  511. "state": {
  512. "pizza": "比薩",
  513. "fries": "薯條",
  514. "chicken": "雞肉",
  515. "shrimp": "蝦",
  516. "fish": "魚",
  517. "chicken_drumsticks": "雞腿",
  518. "vegetables": "蔬菜",
  519. "desserts": "甜點",
  520. "none": "無",
  521. "chicken_wings": "雞翅",
  522. "steak": "牛排",
  523. "onion_rings": "洋蔥圈",
  524. "bacon": "培根",
  525. "cake": "蛋糕",
  526. "bread": "麵包",
  527. "toast": "吐司",
  528. "sausage": "香腸",
  529. "dry_fruit": "乾果",
  530. "custom": "自訂",
  531. "cloud_recipe": "雲端食譜",
  532. "default": "預設",
  533. "keep_warm": "保溫",
  534. "preheat": "預熱"
  535. }
  536. },
  537. "scene": {
  538. "name": "場景",
  539. "state": {
  540. "relax": "放鬆",
  541. "movie": "電影",
  542. "party": "派對",
  543. "romantic": "浪漫",
  544. "night": "夜晚",
  545. "morning": "早晨",
  546. "working": "工作",
  547. "leisure": "休閒",
  548. "vacation": "度假",
  549. "reading": "閱讀",
  550. "twinkle": "閃爍",
  551. "gaming": "遊戲",
  552. "none": "無"
  553. }
  554. },
  555. "timer": {
  556. "name": "計時器",
  557. "state": {
  558. "cancel": "取消",
  559. "continuous": "連續",
  560. "30s": "30秒",
  561. "1m": "1分鐘",
  562. "2m": "2分鐘",
  563. "5m": "5分鐘",
  564. "10m": "10分鐘",
  565. "20m": "20分鐘",
  566. "30m": "30分鐘",
  567. "40m": "40分鐘",
  568. "1h": "1小時",
  569. "1h30m": "1小時30分鐘",
  570. "2h": "2小時",
  571. "2h30m": "2小時30分鐘",
  572. "3h": "3小時",
  573. "3h30m": "3小時30分鐘",
  574. "4h": "4小時",
  575. "4h30m": "4小時30分鐘",
  576. "5h": "5小時",
  577. "5h30m": "5小時30分鐘",
  578. "6h": "6小時",
  579. "6h30m": "6小時30分鐘",
  580. "7h": "7小時",
  581. "7h30m": "7小時30分鐘",
  582. "8h": "8小時",
  583. "8h30m": "8小時30分鐘",
  584. "9h": "9小時",
  585. "9h30m": "9小時30分鐘",
  586. "10h": "10小時",
  587. "11h": "11小時",
  588. "12h": "12小時",
  589. "13h": "13小時",
  590. "14h": "14小時",
  591. "15h": "15小時",
  592. "16h": "16小時",
  593. "17h": "17小時",
  594. "18h": "18小時",
  595. "19h": "19小時",
  596. "20h": "20小時",
  597. "21h": "21小時",
  598. "22h": "22小時",
  599. "23h": "23小時",
  600. "24h": "24小時",
  601. "36h": "36小時",
  602. "48h": "48小時",
  603. "72h": "72小時",
  604. "1d": "1天",
  605. "2d": "2天",
  606. "3d": "3天",
  607. "4d": "4天",
  608. "5d": "5天",
  609. "6d": "6天",
  610. "7d": "7天"
  611. }
  612. },
  613. "temperature_unit": {
  614. "name": "溫度單位",
  615. "state": {
  616. "celsius": "攝氏度",
  617. "fahrenheit": "華氏度"
  618. }
  619. },
  620. "oven_built_in_recipe": {
  621. "name": "內置食譜",
  622. "state": {
  623. "none": "無",
  624. "steamed_egg_with_okra": "蛋羹秋葵",
  625. "steamed_sea_bass": "清蒸鱸魚",
  626. "steamed_prawns": "蒸蝦",
  627. "handmade_steamed_bread": "手工蒸麵包",
  628. "fan_steamed_baby_vegetables": "風焙嬰兒蔬菜",
  629. "braised_pork": "紅燒肉",
  630. "snow_fungus_and_bird_s_nest": "雪耳燕窩",
  631. "crab_pot": "蟹鍋",
  632. "potato_ribs": "土豆排骨",
  633. "coconut_chicken_soup": "椰子雞湯",
  634. "snack_platter": "點心拼盤",
  635. "chicken_skewers": "雞肉串",
  636. "roasted_pork_knuckle": "烤豬腳",
  637. "dried_lemon": "乾檸檬",
  638. "pork_jerky": "豬肉乾",
  639. "crispy_hairtail": "脆皮帶魚",
  640. "spicy_grilled_fish": "辣烤魚",
  641. "roasted_sweet_potatoes": "烤甜薯",
  642. "roasted_chicken_wings": "烤雞翅",
  643. "cumin_lamb_chops": "孜然羊排",
  644. "honey_grilled_chicken": "蜜糖烤雞",
  645. "garlic_eggplant": "蒜蓉茄子",
  646. "portuguese_egg_tart": "葡式蛋撻",
  647. "creme_brulee": "焦糖布丁",
  648. "cocoa_chips": "可可脆片",
  649. "butter_cookies": "奶油餅乾",
  650. "chiffon_cake": "戚風蛋糕",
  651. "puff_pastry": "酥皮",
  652. "red_bean_bread": "紅豆麵包",
  653. "milk_toast": "牛奶吐司"
  654. }
  655. }
  656. },
  657. "sensor": {
  658. "air_quality": {
  659. "name": "空氣質量",
  660. "state": {
  661. "excellent": "優",
  662. "good": "良",
  663. "moderate": "中",
  664. "poor": "差",
  665. "severe": "極差"
  666. }
  667. },
  668. "status": {
  669. "name": "狀態",
  670. "state": {
  671. "available": "可用",
  672. "plugged_in": "已插入",
  673. "fault_unplugged": "故障(未插入)",
  674. "charging": "充電中",
  675. "discharging": "放電中",
  676. "waiting": "等待中",
  677. "charged": "已充滿",
  678. "fault": "故障",
  679. "paused": "已暫停",
  680. "waiting_for_authorization": "等待授權",
  681. "standby": "待機",
  682. "heating": "加熱",
  683. "cooling": "冷卻",
  684. "keeping_warm": "保溫中",
  685. "no_water": "無水",
  686. "boiling": "煮沸",
  687. "reserve_only": "僅預約",
  688. "unknown": "未知",
  689. "idle": "閒置",
  690. "auto": "自動",
  691. "manual": "手動",
  692. "rain_delay": "雨天延遲",
  693. "off": "關",
  694. "on": "開",
  695. "cooking": "烹飪中",
  696. "done": "完成",
  697. "door_open": "門打開",
  698. "setting": "設定中",
  699. "pre_heating": "預熱中",
  700. "scheduled": "已排程",
  701. "at_temperature": "已達溫度",
  702. "done_stage_1": "完成階段1",
  703. "done_stage_2": "完成階段2",
  704. "done_stage_3": "完成階段3",
  705. "done_stage_4": "完成階段4",
  706. "done_stage_5": "完成階段5",
  707. "done_stage_6": "完成階段6",
  708. "done_stage_7": "完成階段7",
  709. "done_stage_8": "完成階段8",
  710. "done_stage_9": "完成階段9",
  711. "done_stage_10": "完成階段10",
  712. "no_food": "無食物",
  713. "jammed": "卡住",
  714. "blocked": "阻塞",
  715. "feeding": "餵食中",
  716. "feeding_complete": "餵食完成",
  717. "caking": "結塊",
  718. "cleaning": "清潔中",
  719. "sleep": "睡眠",
  720. "sterilizing": "消毒中",
  721. "deodorizing": "除臭中",
  722. "occupied": "佔用",
  723. "normal": "正常",
  724. "low": "低",
  725. "high": "高",
  726. "unwashed": "未清洗",
  727. "pre_washing": "預洗中",
  728. "washing": "洗滌中",
  729. "rinsing": "漂洗中",
  730. "drying": "烘乾中",
  731. "air_purging": "空氣淨化中",
  732. "anti_freeze": "防凍中",
  733. "close": "關閉",
  734. "monitor": "監控",
  735. "working": "運行中",
  736. "warning": "警告",
  737. "starting": "啟動中",
  738. "emptying": "排空中",
  739. "resetting": "重置中",
  740. "reverse": "反轉中",
  741. "full": "滿",
  742. "empty": "空",
  743. "missing": "缺失",
  744. "formatting": "格式化中",
  745. "unformatted": "未格式化"
  746. }
  747. },
  748. "time_remaining": {
  749. "name": "剩餘時間"
  750. },
  751. "time_remaining_x": {
  752. "name": "剩餘時間{x}"
  753. },
  754. "cooking_status": {
  755. "name": "狀態",
  756. "state": {
  757. "wait": "等待烹飪",
  758. "reservation": "預約中",
  759. "cooking": "烹飪中",
  760. "cancel": "取消烹飪",
  761. "done": "烹飪完成",
  762. "pause": "烹飪暫停"
  763. }
  764. },
  765. "water_level": {
  766. "name": "水量",
  767. "state": {
  768. "empty": "空",
  769. "low": "低",
  770. "medium": "中",
  771. "high": "高",
  772. "full": "滿"
  773. }
  774. },
  775. "energy_produced": {
  776. "name": "能量產生"
  777. },
  778. "energy_consumed": {
  779. "name": "能量消耗"
  780. },
  781. "energy_produced_x": {
  782. "name": "能量產生{x}"
  783. },
  784. "energy_consumed_x": {
  785. "name": "能量消耗{x}"
  786. },
  787. "current_x": {
  788. "name": "電流{x}"
  789. },
  790. "voltage_x": {
  791. "name": "電壓{x}"
  792. },
  793. "power_x": {
  794. "name": "功率{x}"
  795. }
  796. },
  797. "switch": {
  798. "anti_frost": {
  799. "name": "防凍"
  800. },
  801. "evaporator_cleaning": {
  802. "name": "蒸發器清潔"
  803. },
  804. "ionizer": {
  805. "name": "離子產生器"
  806. },
  807. "keytone": {
  808. "name": "按鍵音"
  809. },
  810. "outlet_x": {
  811. "name": "插座{x}"
  812. },
  813. "sleep": {
  814. "name": "睡眠模式"
  815. },
  816. "switch_x": {
  817. "name": "開關{x}"
  818. },
  819. "uv_sterilization": {
  820. "name": "紫外線消毒"
  821. },
  822. "electrolytic_sterilization": {
  823. "name": "電解消毒"
  824. }
  825. },
  826. "text": {
  827. "scene": {
  828. "name": "場景"
  829. }
  830. },
  831. "time": {
  832. "timer": {
  833. "name": "計時器"
  834. },
  835. "timer_x": {
  836. "name": "計時器{x}"
  837. }
  838. },
  839. "valve": {
  840. "valve_x": {
  841. "name": "閥門{x}"
  842. }
  843. },
  844. "water_heater": {
  845. "water_air": {
  846. "name": "熱水器"
  847. },
  848. "kettle": {
  849. "name": "水壺"
  850. }
  851. }
  852. }
  853. }