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:
parent
2bb56ef6de
commit
8d0b2f358a
10 changed files with 40 additions and 48 deletions
|
|
@ -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 " Легло"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue