Commit c53af0d 1 parent cec7836 commit c53af0d Copy full SHA for c53af0d
File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ namespace Language_zh_CN {
55
55
LSTR MSG_DISABLE_STEPPERS = _UxGT(" 关闭步进电机" ); // "Disable steppers"
56
56
LSTR MSG_DEBUG_MENU = _UxGT(" 调试菜单" ); // "Debug Menu"
57
57
LSTR MSG_PROGRESS_BAR_TEST = _UxGT(" 进度条测试" ); // "Progress Bar Test"
58
+ LSTR MSG_HOMING = _UxGT(" 回原点" );
58
59
LSTR MSG_AUTO_HOME = _UxGT(" 自动回原点" ); // "Auto home"
59
60
LSTR MSG_AUTO_HOME_X = _UxGT(" 回X原位" ); // "Home X"
60
61
LSTR MSG_AUTO_HOME_Y = _UxGT(" 回Y原位" ); // "Home Y"
@@ -93,8 +94,8 @@ namespace Language_zh_CN {
93
94
LSTR MSG_SPINDLE_MENU = _UxGT(" 主轴控制" );
94
95
LSTR MSG_SPINDLE_POWER = _UxGT(" 主轴电源" );
95
96
LSTR MSG_SPINDLE_REVERSE = _UxGT(" 主轴反转" );
96
- LSTR MSG_SWITCH_PS_ON = _UxGT(" 电源打开 " ); // "Switch power on"
97
- LSTR MSG_SWITCH_PS_OFF = _UxGT(" 电源关闭 " ); // "Switch power off"
97
+ LSTR MSG_SWITCH_PS_ON = _UxGT(" 开启电源 " ); // "Switch power on"
98
+ LSTR MSG_SWITCH_PS_OFF = _UxGT(" 关闭电源 " ); // "Switch power off"
98
99
LSTR MSG_EXTRUDE = _UxGT(" 挤出" ); // "Extrude"
99
100
LSTR MSG_RETRACT = _UxGT(" 回抽" ); // "Retract"
100
101
LSTR MSG_MOVE_AXIS = _UxGT(" 移动轴" ); // "Move axis"
You can’t perform that action at this time.
0 commit comments