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,6 +74,7 @@
|
||||
#define MSG_MOVE_1MM "Muovi di 1mm"
|
||||
#define MSG_MOVE_10MM "Muovi di 10mm"
|
||||
#define MSG_SPEED "Velocità"
|
||||
#define MSG_BED_Z "piatto Z"
|
||||
#define MSG_NOZZLE "Ugello"
|
||||
#define MSG_BED "Piatto"
|
||||
#define MSG_FAN_SPEED "Velocità ventola"
|
||||
@ -102,6 +103,7 @@
|
||||
#define MSG_VTRAV_MIN "VTrav min"
|
||||
#define MSG_AMAX "Amax "
|
||||
#define MSG_A_RETRACT "A-retract"
|
||||
#define MSG_A_TRAVEL "A-Spostamento"
|
||||
#define MSG_XSTEPS "Xpassi/mm"
|
||||
#define MSG_YSTEPS "Ypassi/mm"
|
||||
#define MSG_ZSTEPS "Zpassi/mm"
|
||||
@ -149,10 +151,6 @@
|
||||
#define MSG_BABYSTEP_Y "Babystep Y"
|
||||
#define MSG_BABYSTEP_Z "Babystep Z"
|
||||
#define MSG_ENDSTOP_ABORT "Finecorsa abort"
|
||||
#define MSG_END_HOUR "ore"
|
||||
#define MSG_END_MINUTE "minuti"
|
||||
#define MSG_BED_Z "piatto Z"
|
||||
#define MSG_A_TRAVEL "A-Spostamento"
|
||||
#define MSG_HEATING_FAILED_LCD "Riscald. Fallito"
|
||||
#define MSG_ERR_REDUNDANT_TEMP "Err: TEMP RIDONDANTI"
|
||||
#define MSG_THERMAL_RUNAWAY "TEMP FUORI CONTROLLO"
|
||||
@ -160,6 +158,8 @@
|
||||
#define MSG_ERR_MINTEMP "Err: TEMP MINIMA"
|
||||
#define MSG_ERR_MAXTEMP_BED "Err: TEMP MASSIMA PIATTO"
|
||||
#define MSG_ERR_MINTEMP_BED "Err: TEMP MINIMA PIATTO"
|
||||
#define MSG_END_HOUR "ore"
|
||||
#define MSG_END_MINUTE "minuti"
|
||||
#define MSG_HEATING "Riscaldamento.."
|
||||
#define MSG_HEATING_COMPLETE "Risc. completato"
|
||||
#define MSG_BED_HEATING "Risc. Piatto.."
|
||||
|
Reference in New Issue
Block a user