M701 / M702 language changes
This commit is contained in:
@@ -201,9 +201,6 @@
|
||||
#define MSG_INFO_MAX_TEMP _UxGT("最高温度") //"Max Temp"
|
||||
#define MSG_INFO_PSU _UxGT("电源供应") //"Power Supply"
|
||||
|
||||
#define MSG_FILAMENT_CHANGE_HEADER _UxGT("PRINT PAUSED")
|
||||
#define MSG_FILAMENT_CHANGE_OPTION_HEADER _UxGT("RESUME OPTIONS:")
|
||||
#define MSG_FILAMENT_CHANGE_OPTION_EXTRUDE _UxGT("挤出更多") //"Extrude more"
|
||||
#define MSG_FILAMENT_CHANGE_OPTION_RESUME _UxGT("恢复打印") //"Resume print"
|
||||
|
||||
#if LCD_HEIGHT >= 4
|
||||
@@ -219,9 +216,6 @@
|
||||
#define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("等待") //"Wait for"
|
||||
#define MSG_FILAMENT_CHANGE_LOAD_2 _UxGT("进料") //"filament load"
|
||||
#define MSG_FILAMENT_CHANGE_LOAD_3 _UxGT("") //""
|
||||
#define MSG_FILAMENT_CHANGE_EXTRUDE_1 _UxGT("等待") //"Wait for"
|
||||
#define MSG_FILAMENT_CHANGE_EXTRUDE_2 _UxGT("丝料挤出") //"filament extrude"
|
||||
#define MSG_FILAMENT_CHANGE_EXTRUDE_3 _UxGT("") //""
|
||||
#define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("等待打印") //"Wait for print"
|
||||
#define MSG_FILAMENT_CHANGE_RESUME_2 _UxGT("恢复") //"to resume"
|
||||
#define MSG_FILAMENT_CHANGE_RESUME_3 _UxGT("") //""
|
||||
@@ -231,7 +225,6 @@
|
||||
#define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("退出中 ...") //"Ejecting..."
|
||||
#define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("插入并单击") //"Insert and Click"
|
||||
#define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("装载中 ...") //"Loading..."
|
||||
#define MSG_FILAMENT_CHANGE_EXTRUDE_1 _UxGT("挤出中 ...") //"Extruding..."
|
||||
#define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("恢复中 ...") //"Resuming..."
|
||||
#endif // LCD_HEIGHT < 4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user