Cleanup for language files
・Remove abolished strings (MSG_NOZZLE1, MSG_NOZZLE2) ・Remove duplicated strings ・Arrange the strings in unified order ・Adjust spacing ・Remove some comments in Japanese files(follow-up the PR #3560) The most part of these changes were salvaged from closed my PR#3550.
This commit is contained in:
@ -101,10 +101,10 @@
|
||||
#define MSG_VZ_JERK "Zジク ヤクド mm/s" // "Vz-jerk"
|
||||
#define MSG_VE_JERK "エクストルーダー ヤクド" // "Ve-jerk"
|
||||
#define MSG_VMAX "サイダイフィードレート " // "Vmax "
|
||||
#define MSG_X "X" // "x"
|
||||
#define MSG_Y "Y" // "y"
|
||||
#define MSG_Z "Z" // "z"
|
||||
#define MSG_E "E" // "e"
|
||||
#define MSG_X "X"
|
||||
#define MSG_Y "Y"
|
||||
#define MSG_Z "Z"
|
||||
#define MSG_E "E"
|
||||
#define MSG_VMIN "サイショウフィードレート" // "Vmin"
|
||||
#define MSG_VTRAV_MIN "サイショウトラベルレート" // "VTrav min"
|
||||
#define MSG_AMAX "サイダイカソクド " // "Amax "
|
||||
|
Reference in New Issue
Block a user