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:
@ -74,8 +74,6 @@
|
||||
#define MSG_MOVE_10MM "Flyt 10mm"
|
||||
#define MSG_SPEED "Hastighed"
|
||||
#define MSG_NOZZLE "Dyse"
|
||||
#define MSG_NOZZLE1 "Dyse2"
|
||||
#define MSG_NOZZLE2 "Dyse3"
|
||||
#define MSG_BED "Plade"
|
||||
#define MSG_FAN_SPEED "Blæser hastighed"
|
||||
#define MSG_FLOW "Flow"
|
||||
@ -141,22 +139,22 @@
|
||||
#define MSG_CONTROL_RETRACT_RECOVER_SWAP "S UnRet+mm"
|
||||
#define MSG_CONTROL_RETRACT_RECOVERF "UnRet V"
|
||||
#define MSG_AUTORETRACT "AutoRetr."
|
||||
#define MSG_ZPROBE_OUT "Probe udenfor plade"
|
||||
#define MSG_FILAMENTCHANGE "Skift filament"
|
||||
#define MSG_INIT_SDCARD "Init. SD card"
|
||||
#define MSG_CNG_SDCARD "Skift SD kort"
|
||||
#define MSG_ZPROBE_OUT "Probe udenfor plade"
|
||||
#define MSG_YX_UNHOMED "Home X/Y før Z"
|
||||
#define MSG_ZPROBE_ZOFFSET "Z Offset"
|
||||
#define MSG_BABYSTEP_X "Babystep X"
|
||||
#define MSG_BABYSTEP_Y "Babystep Y"
|
||||
#define MSG_BABYSTEP_Z "Babystep Z"
|
||||
#define MSG_ENDSTOP_ABORT "Endstop abort"
|
||||
#define MSG_END_HOUR "Timer"
|
||||
#define MSG_END_MINUTE "Minutter"
|
||||
#define MSG_HEATING "Opvarmer..."
|
||||
#define MSG_HEATING_COMPLETE "Opvarmet"
|
||||
#define MSG_BED_HEATING "Opvarmer plade"
|
||||
#define MSG_BED_DONE "Plade opvarmet"
|
||||
#define MSG_ENDSTOP_ABORT "Endstop abort"
|
||||
|
||||
#define MSG_BED_Z "Plade Z"
|
||||
#define MSG_HEATING_FAILED_LCD "Opvarmning mislykkedes"
|
||||
|
Reference in New Issue
Block a user