Bläddra i källkod

Updates Traditional Chinese, rebase for bugfix-1.1.x

Scott Lahteine 6 år sedan
förälder
incheckning
80682ec61e
1 ändrade filer med 29 tillägg och 29 borttagningar
  1. 29
    29
      Marlin/language_zh_TW.h

+ 29
- 29
Marlin/language_zh_TW.h Visa fil

36
 #define MSG_LCD_ENDSTOPS                    _UxGT("擋塊")  //"Endstops" // Max length 8 characters
36
 #define MSG_LCD_ENDSTOPS                    _UxGT("擋塊")  //"Endstops" // Max length 8 characters
37
 #define MSG_MAIN                            _UxGT("主選單")  //"Main"
37
 #define MSG_MAIN                            _UxGT("主選單")  //"Main"
38
 #define MSG_AUTOSTART                       _UxGT("自動開始")  //"Autostart"
38
 #define MSG_AUTOSTART                       _UxGT("自動開始")  //"Autostart"
39
-#define MSG_DISABLE_STEPPERS                _UxGT("關閉步進驅動")  //"Disable steppers"
39
+#define MSG_DISABLE_STEPPERS                _UxGT("關閉步進馬達")  //"Disable steppers"
40
 #define MSG_AUTO_HOME                       _UxGT("自動回原點")  //"Auto home"
40
 #define MSG_AUTO_HOME                       _UxGT("自動回原點")  //"Auto home"
41
-#define MSG_AUTO_HOME_X                     _UxGT("回X原")  //"Home X"
42
-#define MSG_AUTO_HOME_Y                     _UxGT("回Y原")  //"Home Y"
43
-#define MSG_AUTO_HOME_Z                     _UxGT("回Z原")  //"Home Z"
44
-#define MSG_LEVEL_BED_HOMING                _UxGT("平台調平XYZ歸原")  //"Homing XYZ"
41
+#define MSG_AUTO_HOME_X                     _UxGT("回X原")  //"Home X"
42
+#define MSG_AUTO_HOME_Y                     _UxGT("回Y原")  //"Home Y"
43
+#define MSG_AUTO_HOME_Z                     _UxGT("回Z原")  //"Home Z"
44
+#define MSG_LEVEL_BED_HOMING                _UxGT("平台調平XYZ歸原")  //"Homing XYZ"
45
 #define MSG_LEVEL_BED_WAITING               _UxGT("單擊開始熱床調平")  //"Click to Begin"
45
 #define MSG_LEVEL_BED_WAITING               _UxGT("單擊開始熱床調平")  //"Click to Begin"
46
 #define MSG_LEVEL_BED_NEXT_POINT            _UxGT("下個熱床調平點")  //"Next Point"
46
 #define MSG_LEVEL_BED_NEXT_POINT            _UxGT("下個熱床調平點")  //"Next Point"
47
 #define MSG_LEVEL_BED_DONE                  _UxGT("完成熱床調平")  //"Leveling Done!"
47
 #define MSG_LEVEL_BED_DONE                  _UxGT("完成熱床調平")  //"Leveling Done!"
62
 #define MSG_SWITCH_PS_ON                    _UxGT("電源打開")  //"Switch power on"
62
 #define MSG_SWITCH_PS_ON                    _UxGT("電源打開")  //"Switch power on"
63
 #define MSG_SWITCH_PS_OFF                   _UxGT("電源關閉")  //"Switch power off"
63
 #define MSG_SWITCH_PS_OFF                   _UxGT("電源關閉")  //"Switch power off"
64
 #define MSG_EXTRUDE                         _UxGT("擠出")  //"Extrude"
64
 #define MSG_EXTRUDE                         _UxGT("擠出")  //"Extrude"
65
-#define MSG_RETRACT                         _UxGT("回")  //"Retract"
65
+#define MSG_RETRACT                         _UxGT("回")  //"Retract"
66
 #define MSG_MOVE_AXIS                       _UxGT("移動軸")  //"Move axis"
66
 #define MSG_MOVE_AXIS                       _UxGT("移動軸")  //"Move axis"
67
 #define MSG_BED_LEVELING                    _UxGT("調平熱床")  //"Bed leveling"
67
 #define MSG_BED_LEVELING                    _UxGT("調平熱床")  //"Bed leveling"
68
 #define MSG_LEVEL_BED                       _UxGT("調平熱床")  //"Level bed"
68
 #define MSG_LEVEL_BED                       _UxGT("調平熱床")  //"Level bed"
101
 #define MSG_VMIN                            _UxGT("最小進料速率")  //"Vmin"  min_feedrate_mm_s
101
 #define MSG_VMIN                            _UxGT("最小進料速率")  //"Vmin"  min_feedrate_mm_s
102
 #define MSG_VTRAV_MIN                       _UxGT("最小移動速率")  //"VTrav min" min_travel_feedrate_mm_s, (target) speed of the move
102
 #define MSG_VTRAV_MIN                       _UxGT("最小移動速率")  //"VTrav min" min_travel_feedrate_mm_s, (target) speed of the move
103
 #define MSG_AMAX                            _UxGT("最大列印加速度")  //"Amax " max_acceleration_mm_per_s2, acceleration in units/s^2 for print moves
103
 #define MSG_AMAX                            _UxGT("最大列印加速度")  //"Amax " max_acceleration_mm_per_s2, acceleration in units/s^2 for print moves
104
-#define MSG_A_RETRACT                       _UxGT("收進加速度")  //"A-retract" retract_acceleration, E acceleration in mm/s^2 for retracts
104
+#define MSG_A_RETRACT                       _UxGT("回縮加速度")  //"A-retract" retract_acceleration, E acceleration in mm/s^2 for retracts
105
 #define MSG_A_TRAVEL                        _UxGT("非列印移動加速度")  //"A-travel" travel_acceleration, X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
105
 #define MSG_A_TRAVEL                        _UxGT("非列印移動加速度")  //"A-travel" travel_acceleration, X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
106
 #define MSG_STEPS_PER_MM                    _UxGT("軸步數/mm")  //"Steps/mm" axis_steps_per_mm, axis steps-per-unit G92
106
 #define MSG_STEPS_PER_MM                    _UxGT("軸步數/mm")  //"Steps/mm" axis_steps_per_mm, axis steps-per-unit G92
107
 #define MSG_XSTEPS                          _UxGT("X軸步數/mm")  //"Xsteps/mm" axis_steps_per_mm, axis steps-per-unit G92
107
 #define MSG_XSTEPS                          _UxGT("X軸步數/mm")  //"Xsteps/mm" axis_steps_per_mm, axis steps-per-unit G92
109
 #define MSG_ZSTEPS                          _UxGT("Z軸步數/mm")  //"Zsteps/mm"
109
 #define MSG_ZSTEPS                          _UxGT("Z軸步數/mm")  //"Zsteps/mm"
110
 #define MSG_ESTEPS                          _UxGT("擠出機步數/mm")  //"Esteps/mm"
110
 #define MSG_ESTEPS                          _UxGT("擠出機步數/mm")  //"Esteps/mm"
111
 #define MSG_TEMPERATURE                     _UxGT("溫度")  //"Temperature"
111
 #define MSG_TEMPERATURE                     _UxGT("溫度")  //"Temperature"
112
-#define MSG_MOTION                          _UxGT("運")  //"Motion"
112
+#define MSG_MOTION                          _UxGT("運")  //"Motion"
113
 #define MSG_FILAMENT                        _UxGT("絲料測容")  //"Filament" lcd_control_volumetric_menu
113
 #define MSG_FILAMENT                        _UxGT("絲料測容")  //"Filament" lcd_control_volumetric_menu
114
 #define MSG_VOLUMETRIC_ENABLED              _UxGT("測容積mm³")  //"E in mm3" volumetric_enabled
114
 #define MSG_VOLUMETRIC_ENABLED              _UxGT("測容積mm³")  //"E in mm3" volumetric_enabled
115
 #define MSG_FILAMENT_DIAM                   _UxGT("絲料直徑")  //"Fil. Dia."
115
 #define MSG_FILAMENT_DIAM                   _UxGT("絲料直徑")  //"Fil. Dia."
116
 #define MSG_CONTRAST                        _UxGT("LCD對比度")  //"LCD contrast"
116
 #define MSG_CONTRAST                        _UxGT("LCD對比度")  //"LCD contrast"
117
 #define MSG_STORE_EEPROM                    _UxGT("保存設置")  //"Store memory"
117
 #define MSG_STORE_EEPROM                    _UxGT("保存設置")  //"Store memory"
118
-#define MSG_LOAD_EEPROM                     _UxGT("載設置")  //"Load memory"
119
-#define MSG_RESTORE_FAILSAFE                _UxGT("恢安全值")  //"Restore failsafe"
118
+#define MSG_LOAD_EEPROM                     _UxGT("載設置")  //"Load memory"
119
+#define MSG_RESTORE_FAILSAFE                _UxGT("恢安全值")  //"Restore failsafe"
120
 #define MSG_REFRESH                         _UxGT("刷新")  //"Refresh"
120
 #define MSG_REFRESH                         _UxGT("刷新")  //"Refresh"
121
 #define MSG_WATCH                           _UxGT("資訊界面")  //"Info screen"
121
 #define MSG_WATCH                           _UxGT("資訊界面")  //"Info screen"
122
 #define MSG_PREPARE                         _UxGT("準備")  //"Prepare"
122
 #define MSG_PREPARE                         _UxGT("準備")  //"Prepare"
123
 #define MSG_TUNE                            _UxGT("調整")  //"Tune"
123
 #define MSG_TUNE                            _UxGT("調整")  //"Tune"
124
 #define MSG_PAUSE_PRINT                     _UxGT("暫停列印")  //"Pause print"
124
 #define MSG_PAUSE_PRINT                     _UxGT("暫停列印")  //"Pause print"
125
-#define MSG_RESUME_PRINT                    _UxGT("恢列印")  //"Resume print"
125
+#define MSG_RESUME_PRINT                    _UxGT("恢列印")  //"Resume print"
126
 #define MSG_STOP_PRINT                      _UxGT("停止列印")  //"Stop print"
126
 #define MSG_STOP_PRINT                      _UxGT("停止列印")  //"Stop print"
127
 #define MSG_CARD_MENU                       _UxGT("從記憶卡上列印")  //"Print from SD"
127
 #define MSG_CARD_MENU                       _UxGT("從記憶卡上列印")  //"Print from SD"
128
 #define MSG_NO_CARD                         _UxGT("無記憶卡")  //"No SD card"
128
 #define MSG_NO_CARD                         _UxGT("無記憶卡")  //"No SD card"
129
 #define MSG_DWELL                           _UxGT("休眠 ...")  //"Sleep..."
129
 #define MSG_DWELL                           _UxGT("休眠 ...")  //"Sleep..."
130
 #define MSG_USERWAIT                        _UxGT("等待用戶 ...")  //"Wait for user..."
130
 #define MSG_USERWAIT                        _UxGT("等待用戶 ...")  //"Wait for user..."
131
-#define MSG_RESUMING                        _UxGT("恢列印中")  //"Resuming print"
131
+#define MSG_RESUMING                        _UxGT("恢列印中")  //"Resuming print"
132
 #define MSG_PRINT_ABORTED                   _UxGT("列印已取消")  //"Print aborted"
132
 #define MSG_PRINT_ABORTED                   _UxGT("列印已取消")  //"Print aborted"
133
 #define MSG_NO_MOVE                         _UxGT("無移動")  //"No move."
133
 #define MSG_NO_MOVE                         _UxGT("無移動")  //"No move."
134
-#define MSG_KILLED                          _UxGT("已掉")  //"KILLED. "
134
+#define MSG_KILLED                          _UxGT("已掉")  //"KILLED. "
135
 #define MSG_STOPPED                         _UxGT("已停止")  //"STOPPED. "
135
 #define MSG_STOPPED                         _UxGT("已停止")  //"STOPPED. "
136
-#define MSG_CONTROL_RETRACT                 _UxGT("回長度mm")  //"Retract mm" retract_length, retract length (positive mm)
136
+#define MSG_CONTROL_RETRACT                 _UxGT("回長度mm")  //"Retract mm" retract_length, retract length (positive mm)
137
 #define MSG_CONTROL_RETRACT_SWAP            _UxGT("換手回抽長度mm")  //"Swap Re.mm" swap_retract_length, swap retract length (positive mm), for extruder change
137
 #define MSG_CONTROL_RETRACT_SWAP            _UxGT("換手回抽長度mm")  //"Swap Re.mm" swap_retract_length, swap retract length (positive mm), for extruder change
138
-#define MSG_CONTROL_RETRACTF                _UxGT("回速率mm/s")  //"Retract  V" retract_feedrate_mm_s, feedrate for retracting (mm/s)
138
+#define MSG_CONTROL_RETRACTF                _UxGT("回速率mm/s")  //"Retract  V" retract_feedrate_mm_s, feedrate for retracting (mm/s)
139
 #define MSG_CONTROL_RETRACT_ZLIFT           _UxGT("Hop mm")  //"Hop mm" retract_zlift, retract Z-lift
139
 #define MSG_CONTROL_RETRACT_ZLIFT           _UxGT("Hop mm")  //"Hop mm" retract_zlift, retract Z-lift
140
-#define MSG_CONTROL_RETRACT_RECOVER         _UxGT("回抽恢複長度mm")  //"UnRet +mm" retract_recover_length, additional recover length (mm, added to retract length when recovering)
141
-#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)
142
-#define MSG_CONTROL_RETRACT_RECOVERF        _UxGT("回抽恢複後進料速率mm/s")  //"UnRet  V" retract_recover_feedrate_mm_s, feedrate for recovering from retraction (mm/s)
143
-#define MSG_AUTORETRACT                     _UxGT("自動回")  //"AutoRetr." autoretract_enabled,
140
+#define MSG_CONTROL_RETRACT_RECOVER         _UxGT("回縮恢復長度mm")  //"UnRet +mm" retract_recover_length, additional recover length (mm, added to retract length when recovering)
141
+#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)
142
+#define MSG_CONTROL_RETRACT_RECOVERF        _UxGT("回縮恢復後進料速率mm/s")  //"UnRet  V" retract_recover_feedrate_mm_s, feedrate for recovering from retraction (mm/s)
143
+#define MSG_AUTORETRACT                     _UxGT("自動回")  //"AutoRetr." autoretract_enabled,
144
 #define MSG_FILAMENTCHANGE                  _UxGT("更換絲料")  //"Change filament"
144
 #define MSG_FILAMENTCHANGE                  _UxGT("更換絲料")  //"Change filament"
145
 #define MSG_INIT_SDCARD                     _UxGT("初始化記憶卡")  //"Init. SD card"
145
 #define MSG_INIT_SDCARD                     _UxGT("初始化記憶卡")  //"Init. SD card"
146
 #define MSG_CNG_SDCARD                      _UxGT("更換記憶卡")  //"Change SD card"
146
 #define MSG_CNG_SDCARD                      _UxGT("更換記憶卡")  //"Change SD card"
175
 #define MSG_DELTA_CALIBRATE_CENTER          _UxGT("校準中心")  //"Calibrate Center"
175
 #define MSG_DELTA_CALIBRATE_CENTER          _UxGT("校準中心")  //"Calibrate Center"
176
 
176
 
177
 #define MSG_INFO_MENU                       _UxGT("關於印表機")  //"About Printer"
177
 #define MSG_INFO_MENU                       _UxGT("關於印表機")  //"About Printer"
178
-#define MSG_INFO_PRINTER_MENU               _UxGT("印表機息")  //"Printer Info"
178
+#define MSG_INFO_PRINTER_MENU               _UxGT("印表機息")  //"Printer Info"
179
 #define MSG_INFO_STATS_MENU                 _UxGT("印表機統計")  //"Printer Stats"
179
 #define MSG_INFO_STATS_MENU                 _UxGT("印表機統計")  //"Printer Stats"
180
-#define MSG_INFO_BOARD_MENU                 _UxGT("主板息")  //"Board Info"
180
+#define MSG_INFO_BOARD_MENU                 _UxGT("主板息")  //"Board Info"
181
 #define MSG_INFO_THERMISTOR_MENU            _UxGT("溫度計")  //"Thermistors"
181
 #define MSG_INFO_THERMISTOR_MENU            _UxGT("溫度計")  //"Thermistors"
182
 #define MSG_INFO_EXTRUDERS                  _UxGT("擠出機")  //"Extruders"
182
 #define MSG_INFO_EXTRUDERS                  _UxGT("擠出機")  //"Extruders"
183
-#define MSG_INFO_BAUDRATE                   _UxGT("波特率")  //"Baud"
183
+#define MSG_INFO_BAUDRATE                   _UxGT("傳輸率")  //"Baud"
184
 #define MSG_INFO_PROTOCOL                   _UxGT("協議")  //"Protocol"
184
 #define MSG_INFO_PROTOCOL                   _UxGT("協議")  //"Protocol"
185
 
185
 
186
 #if LCD_WIDTH > 19
186
 #if LCD_WIDTH > 19
187
 #define MSG_INFO_PRINT_COUNT              _UxGT("列印計數")  //"Print Count"
187
 #define MSG_INFO_PRINT_COUNT              _UxGT("列印計數")  //"Print Count"
188
-#define MSG_INFO_COMPLETED_PRINTS         _UxGT("完成")  //"Completed"
188
+#define MSG_INFO_COMPLETED_PRINTS         _UxGT("完成")  //"Completed"
189
 #define MSG_INFO_PRINT_TIME               _UxGT("總列印時間")  //"Total print time"
189
 #define MSG_INFO_PRINT_TIME               _UxGT("總列印時間")  //"Total print time"
190
 #define MSG_INFO_PRINT_LONGEST            _UxGT("最長工作時間")  //"Longest job time"
190
 #define MSG_INFO_PRINT_LONGEST            _UxGT("最長工作時間")  //"Longest job time"
191
 #define MSG_INFO_PRINT_FILAMENT           _UxGT("總計擠出")  //"Extruded total"
191
 #define MSG_INFO_PRINT_FILAMENT           _UxGT("總計擠出")  //"Extruded total"
204
 #define MSG_FILAMENT_CHANGE_HEADER          _UxGT("PRINT PAUSED")
204
 #define MSG_FILAMENT_CHANGE_HEADER          _UxGT("PRINT PAUSED")
205
 #define MSG_FILAMENT_CHANGE_OPTION_HEADER   _UxGT("RESUME OPTIONS:")
205
 #define MSG_FILAMENT_CHANGE_OPTION_HEADER   _UxGT("RESUME OPTIONS:")
206
 #define MSG_FILAMENT_CHANGE_OPTION_EXTRUDE  _UxGT("擠出更多")  //"Extrude more"
206
 #define MSG_FILAMENT_CHANGE_OPTION_EXTRUDE  _UxGT("擠出更多")  //"Extrude more"
207
-#define MSG_FILAMENT_CHANGE_OPTION_RESUME   _UxGT("恢列印")  //"Resume print"
207
+#define MSG_FILAMENT_CHANGE_OPTION_RESUME   _UxGT("恢列印")  //"Resume print"
208
 
208
 
209
 #if LCD_HEIGHT >= 4
209
 #if LCD_HEIGHT >= 4
210
 #define MSG_FILAMENT_CHANGE_INIT_1          _UxGT("等待開始")  //"Wait for start"
210
 #define MSG_FILAMENT_CHANGE_INIT_1          _UxGT("等待開始")  //"Wait for start"
215
 #define MSG_FILAMENT_CHANGE_UNLOAD_3        _UxGT("")  //""
215
 #define MSG_FILAMENT_CHANGE_UNLOAD_3        _UxGT("")  //""
216
 #define MSG_FILAMENT_CHANGE_INSERT_1        _UxGT("插入絲料")  //"Insert filament"
216
 #define MSG_FILAMENT_CHANGE_INSERT_1        _UxGT("插入絲料")  //"Insert filament"
217
 #define MSG_FILAMENT_CHANGE_INSERT_2        _UxGT("並按鍵")  //"and press button"
217
 #define MSG_FILAMENT_CHANGE_INSERT_2        _UxGT("並按鍵")  //"and press button"
218
-#define MSG_FILAMENT_CHANGE_INSERT_3        _UxGT("繼續 ...")  //"to continue..."
218
+#define MSG_FILAMENT_CHANGE_INSERT_3        _UxGT("繼續 ...")  //"to continue..."
219
 #define MSG_FILAMENT_CHANGE_LOAD_1          _UxGT("等待")  //"Wait for"
219
 #define MSG_FILAMENT_CHANGE_LOAD_1          _UxGT("等待")  //"Wait for"
220
 #define MSG_FILAMENT_CHANGE_LOAD_2          _UxGT("進料")  //"filament load"
220
 #define MSG_FILAMENT_CHANGE_LOAD_2          _UxGT("進料")  //"filament load"
221
 #define MSG_FILAMENT_CHANGE_LOAD_3          _UxGT("")  //""
221
 #define MSG_FILAMENT_CHANGE_LOAD_3          _UxGT("")  //""
223
 #define MSG_FILAMENT_CHANGE_EXTRUDE_2       _UxGT("絲料擠出")  //"filament extrude"
223
 #define MSG_FILAMENT_CHANGE_EXTRUDE_2       _UxGT("絲料擠出")  //"filament extrude"
224
 #define MSG_FILAMENT_CHANGE_EXTRUDE_3       _UxGT("")  //""
224
 #define MSG_FILAMENT_CHANGE_EXTRUDE_3       _UxGT("")  //""
225
 #define MSG_FILAMENT_CHANGE_RESUME_1        _UxGT("等待列印")  //"Wait for print"
225
 #define MSG_FILAMENT_CHANGE_RESUME_1        _UxGT("等待列印")  //"Wait for print"
226
-#define MSG_FILAMENT_CHANGE_RESUME_2        _UxGT("恢")  //"to resume"
226
+#define MSG_FILAMENT_CHANGE_RESUME_2        _UxGT("恢")  //"to resume"
227
 #define MSG_FILAMENT_CHANGE_RESUME_3        _UxGT("")  //""
227
 #define MSG_FILAMENT_CHANGE_RESUME_3        _UxGT("")  //""
228
 
228
 
229
 #else // LCD_HEIGHT < 4
229
 #else // LCD_HEIGHT < 4
230
 #define MSG_FILAMENT_CHANGE_INIT_1          _UxGT("請等待 ...")  //"Please wait..."
230
 #define MSG_FILAMENT_CHANGE_INIT_1          _UxGT("請等待 ...")  //"Please wait..."
231
 #define MSG_FILAMENT_CHANGE_UNLOAD_1        _UxGT("退出中 ...")  //"Ejecting..."
231
 #define MSG_FILAMENT_CHANGE_UNLOAD_1        _UxGT("退出中 ...")  //"Ejecting..."
232
-#define MSG_FILAMENT_CHANGE_INSERT_1        _UxGT("插入並擊")  //"Insert and Click"
233
-#define MSG_FILAMENT_CHANGE_LOAD_1          _UxGT("載中 ...")  //"Loading..."
232
+#define MSG_FILAMENT_CHANGE_INSERT_1        _UxGT("插入並擊")  //"Insert and Click"
233
+#define MSG_FILAMENT_CHANGE_LOAD_1          _UxGT("載中 ...")  //"Loading..."
234
 #define MSG_FILAMENT_CHANGE_EXTRUDE_1       _UxGT("擠出中 ...")  //"Extruding..."
234
 #define MSG_FILAMENT_CHANGE_EXTRUDE_1       _UxGT("擠出中 ...")  //"Extruding..."
235
-#define MSG_FILAMENT_CHANGE_RESUME_1        _UxGT("恢中 ...")  //"Resuming..."
235
+#define MSG_FILAMENT_CHANGE_RESUME_1        _UxGT("恢中 ...")  //"Resuming..."
236
 #endif // LCD_HEIGHT < 4
236
 #endif // LCD_HEIGHT < 4
237
 
237
 
238
 #endif // LANGUAGE_ZH_TW_H
238
 #endif // LANGUAGE_ZH_TW_H

Laddar…
Avbryt
Spara