language_zh_CN.h 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388
  1. /**
  2. * Marlin 3D Printer Firmware
  3. * Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
  4. *
  5. * Based on Sprinter and grbl.
  6. * Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
  7. *
  8. * This program is free software: you can redistribute it and/or modify
  9. * it under the terms of the GNU General Public License as published by
  10. * the Free Software Foundation, either version 3 of the License, or
  11. * (at your option) any later version.
  12. *
  13. * This program is distributed in the hope that it will be useful,
  14. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  16. * GNU General Public License for more details.
  17. *
  18. * You should have received a copy of the GNU General Public License
  19. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  20. *
  21. */
  22. /**
  23. * Simplified Chinese
  24. *
  25. * LCD Menu Messages
  26. * See also http://marlinfw.org/docs/development/lcd_language.html
  27. *
  28. */
  29. #ifndef LANGUAGE_ZH_CN_H
  30. #define LANGUAGE_ZH_CN_H
  31. #define CHARSIZE 3
  32. #define WELCOME_MSG MACHINE_NAME _UxGT("已就绪.") //" ready."
  33. #define MSG_BACK _UxGT("返回") // ”Back“
  34. #define MSG_SD_INSERTED _UxGT("存储卡已插入") //"Card inserted"
  35. #define MSG_SD_REMOVED _UxGT("存储卡被拔出") //"Card removed"
  36. #define MSG_LCD_ENDSTOPS _UxGT("挡块") //"Endstops" // Max length 8 characters
  37. #define MSG_MAIN _UxGT("主菜单") //"Main"
  38. #define MSG_AUTOSTART _UxGT("自动开始") //"Autostart"
  39. #define MSG_DISABLE_STEPPERS _UxGT("关闭步进电机") //"Disable steppers"
  40. #define MSG_DEBUG_MENU _UxGT("调试菜单") // "Debug Menu"
  41. #define MSG_PROGRESS_BAR_TEST _UxGT("进度条测试") // "Progress Bar Test"
  42. #define MSG_AUTO_HOME _UxGT("回原点") //"Auto home"
  43. #define MSG_AUTO_HOME_X _UxGT("回X原位") //"Home X"
  44. #define MSG_AUTO_HOME_Y _UxGT("回Y原位") //"Home Y"
  45. #define MSG_AUTO_HOME_Z _UxGT("回Z原位") //"Home Z"
  46. #define MSG_TMC_Z_CALIBRATION _UxGT("⊿校准Z") //"Calibrate Z"
  47. #define MSG_LEVEL_BED_HOMING _UxGT("平台调平XYZ归原位") //"Homing XYZ"
  48. #define MSG_LEVEL_BED_WAITING _UxGT("单击开始热床调平") //"Click to Begin"
  49. #define MSG_LEVEL_BED_NEXT_POINT _UxGT("下个热床调平点") //"Next Point"
  50. #define MSG_LEVEL_BED_DONE _UxGT("完成热床调平") //"Leveling Done!"
  51. #define MSG_Z_FADE_HEIGHT _UxGT("淡出高度") // "Fade Height"
  52. #define MSG_SET_HOME_OFFSETS _UxGT("设置原点偏移") //"Set home offsets"
  53. #define MSG_HOME_OFFSETS_APPLIED _UxGT("偏移已启用") //"Offsets applied"
  54. #define MSG_SET_ORIGIN _UxGT("设置原点") //"Set origin"
  55. #define MSG_PREHEAT_1 _UxGT("预热PLA") //"Preheat PLA"
  56. #define MSG_PREHEAT_1_N MSG_PREHEAT_1 _UxGT(" ") //MSG_PREHEAT_1 " "
  57. #define MSG_PREHEAT_1_ALL MSG_PREHEAT_1 _UxGT(" 全部") //MSG_PREHEAT_1 " All"
  58. #define MSG_PREHEAT_1_BEDONLY MSG_PREHEAT_1 _UxGT(" 热床") //MSG_PREHEAT_1 " Bed"
  59. #define MSG_PREHEAT_1_SETTINGS MSG_PREHEAT_1 _UxGT(" 设置") //MSG_PREHEAT_1 " conf"
  60. #define MSG_PREHEAT_2 _UxGT("预热ABS") //"Preheat ABS"
  61. #define MSG_PREHEAT_2_N MSG_PREHEAT_2 _UxGT(" ") //MSG_PREHEAT_2 " "
  62. #define MSG_PREHEAT_2_ALL MSG_PREHEAT_2 _UxGT(" 全部") //MSG_PREHEAT_2 " All"
  63. #define MSG_PREHEAT_2_BEDONLY MSG_PREHEAT_2 _UxGT(" 热床") //MSG_PREHEAT_2 " Bed"
  64. #define MSG_PREHEAT_2_SETTINGS MSG_PREHEAT_2 _UxGT(" 设置") //MSG_PREHEAT_2 " conf"
  65. #define MSG_COOLDOWN _UxGT("降温") //"Cooldown"
  66. #define MSG_SWITCH_PS_ON _UxGT("电源打开") //"Switch power on"
  67. #define MSG_SWITCH_PS_OFF _UxGT("电源关闭") //"Switch power off"
  68. #define MSG_EXTRUDE _UxGT("挤出") //"Extrude"
  69. #define MSG_RETRACT _UxGT("回抽") //"Retract"
  70. #define MSG_MOVE_AXIS _UxGT("移动轴") //"Move axis"
  71. #define MSG_BED_LEVELING _UxGT("调平热床") //"Bed leveling"
  72. #define MSG_LEVEL_BED _UxGT("调平热床") //"Level bed"
  73. #define MSG_LEVEL_CORNERS _UxGT("调平边角") // "Level corners"
  74. #define MSG_NEXT_CORNER _UxGT("下个边角") // "Next corner"
  75. #define MSG_EDITING_STOPPED _UxGT("网格编辑已停止") // "Mesh Editing Stopped"
  76. #define MSG_USER_MENU _UxGT("定制命令") // "Custom Commands"
  77. #define MSG_UBL_DOING_G29 _UxGT("执行G29") // "Doing G29"
  78. #define MSG_UBL_UNHOMED _UxGT("先回XYZ原点") // "Home XYZ first"
  79. #define MSG_UBL_TOOLS _UxGT("UBL工具") // "UBL Tools"
  80. #define MSG_UBL_LEVEL_BED _UxGT("统一热床调平(UBL)") // "Unified Bed Leveling"
  81. #define MSG_UBL_MANUAL_MESH _UxGT("手工创设网格") // "Manually Build Mesh"
  82. #define MSG_UBL_BC_INSERT _UxGT("放置垫片并测量") // "Place shim & measure"
  83. #define MSG_UBL_BC_INSERT2 _UxGT("测量") // "Measure"
  84. #define MSG_UBL_BC_REMOVE _UxGT("移除并测量热床") // "Remove & measure bed"
  85. #define MSG_UBL_MOVING_TO_NEXT _UxGT("移动到下一个") // "Moving to next"
  86. #define MSG_UBL_ACTIVATE_MESH _UxGT("激活UBL") // "Activate UBL"
  87. #define MSG_UBL_DEACTIVATE_MESH _UxGT("关闭UBL") // "Deactivate UBL"
  88. #define MSG_UBL_SET_BED_TEMP _UxGT("设置热床温度") // "Bed Temp"
  89. #define MSG_UBL_SET_HOTEND_TEMP _UxGT("热端温度") // "Hotend Temp"
  90. #define MSG_UBL_MESH_EDIT _UxGT("网格编辑") // "Mesh Edit"
  91. #define MSG_UBL_EDIT_CUSTOM_MESH _UxGT("编辑客户网格") // "Edit Custom Mesh"
  92. #define MSG_UBL_FINE_TUNE_MESH _UxGT("细调网格") // "Fine Tuning Mesh"
  93. #define MSG_UBL_DONE_EDITING_MESH _UxGT("完成编辑网格") // "Done Editing Mesh"
  94. #define MSG_UBL_BUILD_CUSTOM_MESH _UxGT("创设客户网格") // "Build Custom Mesh"
  95. #define MSG_UBL_BUILD_MESH_MENU _UxGT("创设网格") // "Build Mesh"
  96. #define MSG_UBL_BUILD_PLA_MESH _UxGT("创设PLA网格") // "Build PLA Mesh"
  97. #define MSG_UBL_BUILD_ABS_MESH _UxGT("创设ABS网格") // "Build ABS Mesh"
  98. #define MSG_UBL_BUILD_COLD_MESH _UxGT("创设冷网格") // "Build Cold Mesh"
  99. #define MSG_UBL_MESH_HEIGHT_ADJUST _UxGT("调整网格高度") // "Adjust Mesh Height"
  100. #define MSG_UBL_MESH_HEIGHT_AMOUNT _UxGT("高度合计") // "Height Amount"
  101. #define MSG_UBL_VALIDATE_MESH_MENU _UxGT("批准网格") // "Validate Mesh"
  102. #define MSG_UBL_VALIDATE_PLA_MESH _UxGT("批准PLA网格") // "Validate PLA Mesh"
  103. #define MSG_UBL_VALIDATE_ABS_MESH _UxGT("批准ABS网格") // "Validate ABS Mesh"
  104. #define MSG_UBL_VALIDATE_CUSTOM_MESH _UxGT("批准客户网格") // "Validate Custom Mesh"
  105. #define MSG_UBL_CONTINUE_MESH _UxGT("继续热床网格") // "Continue Bed Mesh"
  106. #define MSG_UBL_MESH_LEVELING _UxGT("网格调平") // "Mesh Leveling"
  107. #define MSG_UBL_3POINT_MESH_LEVELING _UxGT("三点调平") // "3-Point Leveling"
  108. #define MSG_UBL_GRID_MESH_LEVELING _UxGT("格子网格调平") // "Grid Mesh Leveling"
  109. #define MSG_UBL_MESH_LEVEL _UxGT("调平网格") // "Level Mesh"
  110. #define MSG_UBL_SIDE_POINTS _UxGT("边点") // "Side Points"
  111. #define MSG_UBL_MAP_TYPE _UxGT("图类型") // "Map Type"
  112. #define MSG_UBL_OUTPUT_MAP _UxGT("输出网格图") // "Output Mesh Map"
  113. #define MSG_UBL_OUTPUT_MAP_HOST _UxGT("输出到主机") // "Output for Host"
  114. #define MSG_UBL_OUTPUT_MAP_CSV _UxGT("输出到CSV") // "Output for CSV"
  115. #define MSG_UBL_OUTPUT_MAP_BACKUP _UxGT("输出到备份") // "Off Printer Backup"
  116. #define MSG_UBL_INFO_UBL _UxGT("输出UBL信息") // "Output UBL Info"
  117. #define MSG_UBL_EDIT_MESH_MENU _UxGT("编辑网格") // "Edit Mesh"
  118. #define MSG_UBL_FILLIN_AMOUNT _UxGT("填充合计") // "Fill-in Amount"
  119. #define MSG_UBL_MANUAL_FILLIN _UxGT("手工填充") // "Manual Fill-in"
  120. #define MSG_UBL_SMART_FILLIN _UxGT("聪明填充") // "Smart Fill-in"
  121. #define MSG_UBL_FILLIN_MESH _UxGT("填充网格") // "Fill-in Mesh"
  122. #define MSG_UBL_INVALIDATE_ALL _UxGT("作废所有的") // "Invalidate All"
  123. #define MSG_UBL_INVALIDATE_CLOSEST _UxGT("作废最近的") // "Invalidate Closest"
  124. #define MSG_UBL_FINE_TUNE_ALL _UxGT("细调所有的") // "Fine Tune All"
  125. #define MSG_UBL_FINE_TUNE_CLOSEST _UxGT("细调最近的") // "Fine Tune Closest"
  126. #define MSG_UBL_STORAGE_MESH_MENU _UxGT("网格存储") // "Mesh Storage"
  127. #define MSG_UBL_STORAGE_SLOT _UxGT("存储槽") // "Memory Slot"
  128. #define MSG_UBL_LOAD_MESH _UxGT("装载热床网格") // "Load Bed Mesh"
  129. #define MSG_UBL_SAVE_MESH _UxGT("保存热床网格") // "Save Bed Mesh"
  130. #define MSG_MESH_LOADED _UxGT("网格 %i 已装载") // "Mesh %i loaded"
  131. #define MSG_MESH_SAVED _UxGT("网格 %i 已保存") // "Mesh %i saved"
  132. #define MSG_NO_STORAGE _UxGT("没有存储") // "No storage"
  133. #define MSG_UBL_SAVE_ERROR _UxGT("错误: UBL保存") // "Err: UBL Save"
  134. #define MSG_UBL_RESTORE_ERROR _UxGT("错误: UBL还原") // "Err: UBL Restore"
  135. #define MSG_UBL_Z_OFFSET_STOPPED _UxGT("Z偏移已停止") // "Z-Offset Stopped"
  136. #define MSG_UBL_STEP_BY_STEP_MENU _UxGT("一步步UBL") // "Step-By-Step UBL"
  137. #define MSG_LED_CONTROL _UxGT("灯管控制") // "LED Control")
  138. #define MSG_LEDS _UxGT("灯") // "Lights")
  139. #define MSG_LED_PRESETS _UxGT("灯预置") // "Light Presets")
  140. #define MSG_SET_LEDS_RED _UxGT("红") // "Red")
  141. #define MSG_SET_LEDS_ORANGE _UxGT("橙") // "Orange")
  142. #define MSG_SET_LEDS_YELLOW _UxGT("黄") // "Yellow")
  143. #define MSG_SET_LEDS_GREEN _UxGT("绿") // "Green")
  144. #define MSG_SET_LEDS_BLUE _UxGT("蓝") // "Blue")
  145. #define MSG_SET_LEDS_INDIGO _UxGT("青") // "Indigo")
  146. #define MSG_SET_LEDS_VIOLET _UxGT("紫") // "Violet")
  147. #define MSG_SET_LEDS_WHITE _UxGT("白") // "White")
  148. #define MSG_SET_LEDS_DEFAULT _UxGT("缺省") // "Default")
  149. #define MSG_CUSTOM_LEDS _UxGT("定制灯") // "Custom Lights")
  150. #define MSG_INTENSITY_R _UxGT("红饱和度") // "Red Intensity")
  151. #define MSG_INTENSITY_G _UxGT("绿饱和度") // "Green Intensity")
  152. #define MSG_INTENSITY_B _UxGT("蓝饱和度") // "Blue Intensity")
  153. #define MSG_INTENSITY_W _UxGT("白饱和度") // "White Intensity")
  154. #define MSG_LED_BRIGHTNESS _UxGT("亮度") // "Brightness")
  155. #define MSG_MOVING _UxGT("移动 ...") // "Moving...")
  156. #define MSG_FREE_XY _UxGT("释放 XY") // "Free XY")
  157. #define MSG_MOVE_X _UxGT("移动X") //"Move X"
  158. #define MSG_MOVE_Y _UxGT("移动Y") //"Move Y"
  159. #define MSG_MOVE_Z _UxGT("移动Z") //"Move Z"
  160. #define MSG_MOVE_E _UxGT("挤出机") //"Extruder"
  161. #define MSG_MOVE_01MM _UxGT("移动 0.1 mm") //"Move 0.1mm"
  162. #define MSG_MOVE_1MM _UxGT("移动 1 mm") //"Move 1mm"
  163. #define MSG_MOVE_10MM _UxGT("移动 10 mm") //"Move 10mm"
  164. #define MSG_SPEED _UxGT("速率") //"Speed"
  165. #define MSG_BED_Z _UxGT("热床Z") //"Bed Z"
  166. #define MSG_NOZZLE _UxGT(" ") LCD_STR_THERMOMETER _UxGT(" 喷嘴") //"Nozzle" 噴嘴
  167. #define MSG_BED _UxGT(" ") LCD_STR_THERMOMETER _UxGT(" 热床") //"Bed"
  168. #define MSG_FAN_SPEED _UxGT("风扇速率") //"Fan speed"
  169. #define MSG_EXTRA_FAN_SPEED _UxGT("额外风扇速率") // "Extra fan speed"
  170. #define MSG_FLOW _UxGT("挤出速率") //"Flow"
  171. #define MSG_CONTROL _UxGT("控制") //"Control"
  172. #define MSG_MIN _UxGT(" ") LCD_STR_THERMOMETER _UxGT(" 最小") //" " LCD_STR_THERMOMETER " Min"
  173. #define MSG_MAX _UxGT(" ") LCD_STR_THERMOMETER _UxGT(" 最大") //" " LCD_STR_THERMOMETER " Max"
  174. #define MSG_FACTOR _UxGT(" ") LCD_STR_THERMOMETER _UxGT(" 因数") //" " LCD_STR_THERMOMETER " Fact"
  175. #define MSG_AUTOTEMP _UxGT("自动控温") //"Autotemp"
  176. #define MSG_ON _UxGT("开 ") //"On "
  177. #define MSG_OFF _UxGT("关 ") //"Off"
  178. #define MSG_PID_P _UxGT("PID-P") //"PID-P"
  179. #define MSG_PID_I _UxGT("PID-I") //"PID-I"
  180. #define MSG_PID_D _UxGT("PID-D") //"PID-D"
  181. #define MSG_PID_C _UxGT("PID-C") //"PID-C"
  182. #define MSG_SELECT _UxGT("选择") //"Select"
  183. #define MSG_ACC _UxGT("加速度") //"Accel" acceleration
  184. #define MSG_JERK _UxGT("抖动速率") // "Jerk"
  185. #if IS_KINEMATIC
  186. #define MSG_VA_JERK _UxGT("A轴抖动速率") //"Va-jerk"
  187. #define MSG_VB_JERK _UxGT("B轴抖动速率") //"Vb-jerk"
  188. #define MSG_VC_JERK _UxGT("C轴抖动速率") //"Vc-jerk"
  189. #else
  190. #define MSG_VA_JERK _UxGT("X轴抖动速率") //"Vx-jerk"
  191. #define MSG_VB_JERK _UxGT("Y轴抖动速率") //"Vy-jerk"
  192. #define MSG_VC_JERK _UxGT("Z轴抖动速率") //"Vz-jerk"
  193. #endif
  194. #define MSG_VE_JERK _UxGT("挤出机抖动速率") //"Ve-jerk"
  195. #define MSG_VELOCITY _UxGT("速度") // "Velocity"
  196. #define MSG_VMAX _UxGT("最大进料速率") //"Vmax " max_feedrate_mm_s
  197. #define MSG_VMIN _UxGT("最小进料速率") //"Vmin" min_feedrate_mm_s
  198. #define MSG_VTRAV_MIN _UxGT("最小移动速率") //"VTrav min" min_travel_feedrate_mm_s, (target) speed of the move
  199. #define MSG_ACCELERATION _UxGT("加速度") // "Acceleration"
  200. #define MSG_AMAX _UxGT("最大打印加速度") //"Amax " max_acceleration_mm_per_s2, acceleration in units/s^2 for print moves
  201. #define MSG_A_RETRACT _UxGT("收进加速度") //"A-retract" retract_acceleration, E acceleration in mm/s^2 for retracts
  202. #define MSG_A_TRAVEL _UxGT("非打印移动加速度") //"A-travel" travel_acceleration, X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
  203. #define MSG_STEPS_PER_MM _UxGT("轴步数/mm") //"Steps/mm" axis_steps_per_mm, axis steps-per-unit G92
  204. #if IS_KINEMATIC
  205. #define MSG_ASTEPS _UxGT("A轴步数/mm") //"Asteps/mm"
  206. #define MSG_BSTEPS _UxGT("B轴步数/mm") //"Bsteps/mm"
  207. #define MSG_CSTEPS _UxGT("C轴步数/mm") //"Csteps/mm"
  208. #else
  209. #define MSG_ASTEPS _UxGT("X轴步数/mm") //"Xsteps/mm"
  210. #define MSG_BSTEPS _UxGT("Y轴步数/mm") //"Ysteps/mm"
  211. #define MSG_CSTEPS _UxGT("Z轴步数/mm") //"Zsteps/mm"
  212. #endif
  213. #define MSG_ESTEPS _UxGT("挤出机步数/mm") //"Esteps/mm"
  214. #define MSG_E1STEPS _UxGT("挤出机1步数/mm") //"E1steps/mm"
  215. #define MSG_E2STEPS _UxGT("挤出机2步数/mm") //"E2steps/mm"
  216. #define MSG_E3STEPS _UxGT("挤出机3步数/mm") //"E3steps/mm"
  217. #define MSG_E4STEPS _UxGT("挤出机4步数/mm") //"E4steps/mm"
  218. #define MSG_E5STEPS _UxGT("挤出机5步数/mm") //"E5steps/mm"
  219. #define MSG_TEMPERATURE _UxGT("温度") //"Temperature"
  220. #define MSG_MOTION _UxGT("运动") //"Motion"
  221. #define MSG_FILAMENT _UxGT("丝料测容") //"Filament" lcd_control_volumetric_menu
  222. #define MSG_VOLUMETRIC_ENABLED _UxGT("测容积mm³") //"E in mm3" volumetric_enabled
  223. #define MSG_FILAMENT_DIAM _UxGT("丝料直径") //"Fil. Dia."
  224. #define MSG_FILAMENT_UNLOAD _UxGT("卸载 mm") // "Unload mm"
  225. #define MSG_FILAMENT_LOAD _UxGT("装载 mm") // "Load mm"
  226. #define MSG_ADVANCE_K _UxGT("Advance K") // "Advance K"
  227. #define MSG_CONTRAST _UxGT("LCD对比度") //"LCD contrast"
  228. #define MSG_STORE_EEPROM _UxGT("保存设置") //"Store memory"
  229. #define MSG_LOAD_EEPROM _UxGT("装载设置") //"Load memory"
  230. #define MSG_RESTORE_FAILSAFE _UxGT("恢复安全值") //"Restore failsafe"
  231. #define MSG_INIT_EEPROM _UxGT("初始化设置") // "Initialize EEPROM"
  232. #define MSG_REFRESH _UxGT("刷新") //"Refresh"
  233. #define MSG_WATCH _UxGT("信息屏") //"Info screen"
  234. #define MSG_PREPARE _UxGT("准备") //"Prepare"
  235. #define MSG_TUNE _UxGT("调整") //"Tune"
  236. #define MSG_PAUSE_PRINT _UxGT("暂停打印") //"Pause print"
  237. #define MSG_RESUME_PRINT _UxGT("恢复打印") //"Resume print"
  238. #define MSG_STOP_PRINT _UxGT("停止打印") //"Stop print"
  239. #define MSG_CARD_MENU _UxGT("从存储卡上打印") //"Print from SD"
  240. #define MSG_NO_CARD _UxGT("无存储卡") //"No SD card"
  241. #define MSG_DWELL _UxGT("休眠中 ...") //"Sleep..."
  242. #define MSG_USERWAIT _UxGT("点击继续 ...") //"Click to resume..."
  243. #define MSG_PRINT_PAUSED _UxGT("暫停打印") // "Print paused"
  244. #define MSG_PRINT_ABORTED _UxGT("已取消打印") //"Print aborted"
  245. #define MSG_NO_MOVE _UxGT("无移动") //"No move."
  246. #define MSG_KILLED _UxGT("已杀掉") //"KILLED. "
  247. #define MSG_STOPPED _UxGT("已停止") //"STOPPED. "
  248. #define MSG_CONTROL_RETRACT _UxGT("回抽长度mm") //"Retract mm" retract_length, retract length (positive mm)
  249. #define MSG_CONTROL_RETRACT_SWAP _UxGT("换手回抽长度mm") //"Swap Re.mm" swap_retract_length, swap retract length (positive mm), for extruder change
  250. #define MSG_CONTROL_RETRACTF _UxGT("回抽速率mm/s") //"Retract V" retract_feedrate_mm_s, feedrate for retracting (mm/s)
  251. #define MSG_CONTROL_RETRACT_ZLIFT _UxGT("Hop mm") //"Hop mm" retract_zlift, retract Z-lift
  252. #define MSG_CONTROL_RETRACT_RECOVER _UxGT("回抽恢复长度mm") //"UnRet +mm" retract_recover_length, additional recover length (mm, added to retract length when recovering)
  253. #define MSG_CONTROL_RETRACT_RECOVER_SWAP _UxGT("换手回抽恢复长度mm") //"S UnRet+mm" swap_retract_recover_length, additional swap recover length (mm, added to retract length when recovering from extruder change)
  254. #define MSG_CONTROL_RETRACT_RECOVERF _UxGT("回抽恢复后进料速率mm/s") //"UnRet V" retract_recover_feedrate_mm_s, feedrate for recovering from retraction (mm/s)
  255. #define MSG_CONTROL_RETRACT_RECOVER_SWAPF _UxGT("S UnRet V") // "S UnRet V"
  256. #define MSG_AUTORETRACT _UxGT("自动抽回") //"AutoRetr." autoretract_enabled,
  257. #define MSG_FILAMENTCHANGE _UxGT("更换丝料") //"Change filament"
  258. #define MSG_FILAMENTLOAD _UxGT("装载丝料") // "Load filament"
  259. #define MSG_FILAMENTUNLOAD _UxGT("卸载丝料") // "Unload filament"
  260. #define MSG_FILAMENTUNLOAD_ALL _UxGT("卸载全部") // "Unload All"
  261. #define MSG_INIT_SDCARD _UxGT("初始化存储卡") //"Init. SD card"
  262. #define MSG_CNG_SDCARD _UxGT("更换存储卡") //"Change SD card"
  263. #define MSG_ZPROBE_OUT _UxGT("Z探针在热床之外") //"Z probe out. bed" Z probe is not within the physical limits
  264. #define MSG_SKEW_FACTOR _UxGT("偏斜因数") // "Skew Factor"
  265. #define MSG_BLTOUCH _UxGT("BLTouch") // "BLTouch"
  266. #define MSG_BLTOUCH_SELFTEST _UxGT("BLTouch 自检") // "BLTouch Self-Test"
  267. #define MSG_BLTOUCH_RESET _UxGT("重置BLTouch") // "Reset BLTouch"
  268. #define MSG_BLTOUCH_DEPLOY _UxGT("部署BLTouch") // "Deploy BLTouch"
  269. #define MSG_BLTOUCH_STOW _UxGT("装载BLTouch") // "Stow BLTouch"
  270. #define MSG_HOME _UxGT("归位") //"Home" // Used as MSG_HOME " " MSG_X MSG_Y MSG_Z " " MSG_FIRST
  271. #define MSG_FIRST _UxGT("先") //"first"
  272. #define MSG_ZPROBE_ZOFFSET _UxGT("Z偏移") //"Z Offset"
  273. #define MSG_BABYSTEP_X _UxGT("微量调整X轴") //"Babystep X" lcd_babystep_x, Babystepping enables the user to control the axis in tiny amounts
  274. #define MSG_BABYSTEP_Y _UxGT("微量调整Y轴") //"Babystep Y"
  275. #define MSG_BABYSTEP_Z _UxGT("微量调整Z轴") //"Babystep Z"
  276. #define MSG_ENDSTOP_ABORT _UxGT("挡块终止") //"Endstop abort"
  277. #define MSG_HEATING_FAILED_LCD _UxGT("加热失败") //"Heating failed"
  278. #define MSG_ERR_REDUNDANT_TEMP _UxGT("错误:REDUNDANT TEMP") //"Err: REDUNDANT TEMP"
  279. #define MSG_THERMAL_RUNAWAY _UxGT("温控失控") //"THERMAL RUNAWAY"
  280. #define MSG_ERR_MAXTEMP _UxGT("错误:最高温度") //"Err: MAXTEMP"
  281. #define MSG_ERR_MINTEMP _UxGT("错误:最低温度") //"Err: MINTEMP"
  282. #define MSG_ERR_MAXTEMP_BED _UxGT("错误:最高热床温度") //"Err: MAXTEMP BED"
  283. #define MSG_ERR_MINTEMP_BED _UxGT("错误:最低热床温度") //"Err: MINTEMP BED"
  284. #define MSG_ERR_Z_HOMING MSG_HOME _UxGT(" ") MSG_X MSG_Y _UxGT(" ") MSG_FIRST
  285. #define MSG_HALTED _UxGT("打印停机") //"PRINTER HALTED"
  286. #define MSG_PLEASE_RESET _UxGT("请重置") //"Please reset"
  287. #define MSG_SHORT_DAY _UxGT("天") //"d" // One character only
  288. #define MSG_SHORT_HOUR _UxGT("时") //"h" // One character only
  289. #define MSG_SHORT_MINUTE _UxGT("分") //"m" // One character only
  290. #define MSG_HEATING _UxGT("加热中 ...") //"Heating..."
  291. #define MSG_BED_HEATING _UxGT("加热热床中...") //"Bed Heating..."
  292. #define MSG_DELTA_CALIBRATE _UxGT("⊿校准") //"Delta Calibration"
  293. #define MSG_DELTA_CALIBRATE_X _UxGT("⊿校准X") //"Calibrate X"
  294. #define MSG_DELTA_CALIBRATE_Y _UxGT("⊿校准Y") //"Calibrate Y"
  295. #define MSG_DELTA_CALIBRATE_Z _UxGT("⊿校准Z") //"Calibrate Z"
  296. #define MSG_DELTA_CALIBRATE_CENTER _UxGT("⊿校准中心") //"Calibrate Center"
  297. #define MSG_DELTA_SETTINGS _UxGT("⊿设置") // "Delta Settings"
  298. #define MSG_DELTA_AUTO_CALIBRATE _UxGT("⊿自动校准") // "Auto Calibration"
  299. #define MSG_DELTA_HEIGHT_CALIBRATE _UxGT("设置⊿高度") // "Set Delta Height"
  300. #define MSG_DELTA_DIAG_ROD _UxGT("⊿斜柱") // "Diag Rod"
  301. #define MSG_DELTA_HEIGHT _UxGT("⊿高度") // "Height"
  302. #define MSG_DELTA_RADIUS _UxGT("⊿半径") // "Radius"
  303. #define MSG_INFO_MENU _UxGT("关于打印机") //"About Printer"
  304. #define MSG_INFO_PRINTER_MENU _UxGT("打印机信息") //"Printer Info"
  305. #define MSG_3POINT_LEVELING _UxGT("三点调平") // "3-Point Leveling"
  306. #define MSG_LINEAR_LEVELING _UxGT("线性调平") // "Linear Leveling"
  307. #define MSG_BILINEAR_LEVELING _UxGT("双线性调平") // "Bilinear Leveling"
  308. #define MSG_UBL_LEVELING _UxGT("统一热床调平(UBL)") // "Unified Bed Leveling"
  309. #define MSG_MESH_LEVELING _UxGT("网格调平") // "Mesh Leveling"
  310. #define MSG_INFO_STATS_MENU _UxGT("打印机统计") //"Printer Stats"
  311. #define MSG_INFO_BOARD_MENU _UxGT("主板信息") //"Board Info"
  312. #define MSG_INFO_THERMISTOR_MENU _UxGT("温度计") //"Thermistors"
  313. #define MSG_INFO_EXTRUDERS _UxGT("挤出机") //"Extruders"
  314. #define MSG_INFO_BAUDRATE _UxGT("波特率") //"Baud"
  315. #define MSG_INFO_PROTOCOL _UxGT("协议") //"Protocol"
  316. #define MSG_CASE_LIGHT _UxGT("外壳灯") // "Case light"
  317. #define MSG_CASE_LIGHT_BRIGHTNESS _UxGT("灯亮度") // "Light BRIGHTNESS"
  318. #if LCD_WIDTH > 19
  319. #define MSG_INFO_PRINT_COUNT _UxGT("打印计数") //"Print Count"
  320. #define MSG_INFO_COMPLETED_PRINTS _UxGT("完成了") //"Completed"
  321. #define MSG_INFO_PRINT_TIME _UxGT("总打印时间") //"Total print time"
  322. #define MSG_INFO_PRINT_LONGEST _UxGT("最长工作时间") //"Longest job time"
  323. #define MSG_INFO_PRINT_FILAMENT _UxGT("总计挤出") //"Extruded total"
  324. #else
  325. #define MSG_INFO_PRINT_COUNT _UxGT("打印数") //"Prints"
  326. #define MSG_INFO_COMPLETED_PRINTS _UxGT("完成") //"Completed"
  327. #define MSG_INFO_PRINT_TIME _UxGT("总共") //"Total"
  328. #define MSG_INFO_PRINT_LONGEST _UxGT("最长") //"Longest"
  329. #define MSG_INFO_PRINT_FILAMENT _UxGT("已挤出") //"Extruded"
  330. #endif
  331. #define MSG_INFO_MIN_TEMP _UxGT("最低温度") //"Min Temp"
  332. #define MSG_INFO_MAX_TEMP _UxGT("最高温度") //"Max Temp"
  333. #define MSG_INFO_PSU _UxGT("电源供应") //"Power Supply"
  334. #define MSG_DRIVE_STRENGTH _UxGT("驱动力度") // "Drive Strength"
  335. #define MSG_DAC_PERCENT _UxGT("驱动 %") // "Driver %"
  336. #define MSG_DAC_EEPROM_WRITE _UxGT("保存驱动设置") // "DAC EEPROM Write"
  337. #define MSG_FILAMENT_CHANGE_HEADER_PAUSE _UxGT("打印已暂停") // "PRINT PAUSED"
  338. #define MSG_FILAMENT_CHANGE_HEADER_LOAD _UxGT("装载丝料") // "LOAD FILAMENT"
  339. #define MSG_FILAMENT_CHANGE_HEADER_UNLOAD _UxGT("卸载丝料") // "UNLOAD FILAMENT"
  340. #define MSG_FILAMENT_CHANGE_OPTION_HEADER _UxGT("恢复选项:") // "RESUME OPTIONS:"
  341. #define MSG_FILAMENT_CHANGE_OPTION_PURGE _UxGT("清除更多") // "Purge more"
  342. #define MSG_FILAMENT_CHANGE_OPTION_RESUME _UxGT("恢复打印") //"Resume print"
  343. #define MSG_FILAMENT_CHANGE_NOZZLE _UxGT(" 喷嘴: ") // " Nozzle: "
  344. #define MSG_ERR_HOMING_FAILED _UxGT("归原位失败") // "Homing failed"
  345. #define MSG_ERR_PROBING_FAILED _UxGT("探针探测失败") // "Probing failed"
  346. #define MSG_M600_TOO_COLD _UxGT("M600: 太凉") // "M600: Too cold"
  347. #if LCD_HEIGHT >= 4
  348. #define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("等待开始") //"Wait for start"
  349. #define MSG_FILAMENT_CHANGE_INIT_2 _UxGT("丝料") //"of the filament"
  350. #define MSG_FILAMENT_CHANGE_INIT_3 _UxGT("变更") //"change"
  351. #define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("等待") //"Wait for"
  352. #define MSG_FILAMENT_CHANGE_UNLOAD_2 _UxGT("卸下丝料") //"filament unload"
  353. #define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("插入丝料") //"Insert filament"
  354. #define MSG_FILAMENT_CHANGE_INSERT_2 _UxGT("并按键") //"and press button"
  355. #define MSG_FILAMENT_CHANGE_INSERT_3 _UxGT("来继续 ...") //"to continue..."
  356. #define MSG_FILAMENT_CHANGE_HEAT_1 _UxGT("按下按钮来") // "Press button to"
  357. #define MSG_FILAMENT_CHANGE_HEAT_2 _UxGT("加热喷嘴.") // "heat nozzle."
  358. #define MSG_FILAMENT_CHANGE_HEATING_1 _UxGT("加热喷嘴") // "Heating nozzle"
  359. #define MSG_FILAMENT_CHANGE_HEATING_2 _UxGT("请等待 ...") // "Please wait..."
  360. #define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("等待") //"Wait for"
  361. #define MSG_FILAMENT_CHANGE_LOAD_2 _UxGT("进料") //"filament load"
  362. #define MSG_FILAMENT_CHANGE_PURGE_1 _UxGT("等待") // "Wait for"
  363. #define MSG_FILAMENT_CHANGE_PURGE_2 _UxGT("丝料清除") // "filament purge"
  364. #define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("等待打印") //"Wait for print"
  365. #define MSG_FILAMENT_CHANGE_RESUME_2 _UxGT("恢复") //"to resume"
  366. #else // LCD_HEIGHT < 4
  367. #define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("请等待 ...") //"Please wait..."
  368. #define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("退出中 ...") //"Ejecting..."
  369. #define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("插入并单击") //"Insert and Click"
  370. #define MSG_FILAMENT_CHANGE_HEATING_1 _UxGT("加热中 ...") // "Heating..."
  371. #define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("装载中 ...") //"Loading..."
  372. #define MSG_FILAMENT_CHANGE_PURGE_1 _UxGT("清除中 ...") // "Purging..."
  373. #define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("恢复中 ...") //"Resuming..."
  374. #endif // LCD_HEIGHT < 4
  375. #endif // LANGUAGE_ZH_CN_H