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:
@ -65,6 +65,7 @@
|
||||
#define MSG_EXTRUDE "Екструзия"
|
||||
#define MSG_RETRACT "Откат"
|
||||
#define MSG_MOVE_AXIS "Движение по ос"
|
||||
#define MSG_LEVEL_BED "Нивелиране"
|
||||
#define MSG_MOVE_X "Движение по X"
|
||||
#define MSG_MOVE_Y "Движение по Y"
|
||||
#define MSG_MOVE_Z "Движение по Z"
|
||||
@ -72,7 +73,6 @@
|
||||
#define MSG_MOVE_01MM "Премести с 0.1mm"
|
||||
#define MSG_MOVE_1MM "Премести с 1mm"
|
||||
#define MSG_MOVE_10MM "Премести с 10mm"
|
||||
#define MSG_LEVEL_BED "Нивелиране"
|
||||
#define MSG_SPEED "Скорост"
|
||||
#define MSG_NOZZLE LCD_STR_THERMOMETER " Дюза"
|
||||
#define MSG_BED LCD_STR_THERMOMETER " Легло"
|
||||
|
Reference in New Issue
Block a user