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 "Mover 1mm"
|
||||
#define MSG_MOVE_10MM "Mover 10mm"
|
||||
#define MSG_SPEED "Velocidad"
|
||||
#define MSG_BED_Z "Plataforma Z"
|
||||
#define MSG_NOZZLE "Boquilla"
|
||||
#define MSG_BED "Plataforma"
|
||||
#define MSG_FAN_SPEED "Ventilador"
|
||||
@ -102,6 +103,7 @@
|
||||
#define MSG_VTRAV_MIN "Vel. viaje min"
|
||||
#define MSG_AMAX "Acel. max"
|
||||
#define MSG_A_RETRACT "Acel. retrac."
|
||||
#define MSG_A_TRAVEL "Acel. Viaje"
|
||||
#define MSG_XSTEPS "X pasos/mm"
|
||||
#define MSG_YSTEPS "Y pasos/mm"
|
||||
#define MSG_ZSTEPS "Z pasos/mm"
|
||||
@ -149,10 +151,6 @@
|
||||
#define MSG_BABYSTEP_Y "Micropaso Y"
|
||||
#define MSG_BABYSTEP_Z "Micropaso Z"
|
||||
#define MSG_ENDSTOP_ABORT "Endstop abort"
|
||||
#define MSG_END_HOUR "horas"
|
||||
#define MSG_END_MINUTE "minutos"
|
||||
#define MSG_BED_Z "Plataforma Z"
|
||||
#define MSG_A_TRAVEL "Acel. Viaje"
|
||||
#define MSG_HEATING_FAILED_LCD "Error: al calentar"
|
||||
#define MSG_ERR_REDUNDANT_TEMP "Error: temperatura redundante"
|
||||
#define MSG_THERMAL_RUNAWAY "Error de temperatura"
|
||||
@ -160,6 +158,8 @@
|
||||
#define MSG_ERR_MINTEMP "Error: Temp Minima"
|
||||
#define MSG_ERR_MAXTEMP_BED "Error: Temp Max Plataforma"
|
||||
#define MSG_ERR_MINTEMP_BED "Error: Temp Min Plataforma"
|
||||
#define MSG_END_HOUR "horas"
|
||||
#define MSG_END_MINUTE "minutos"
|
||||
#define MSG_HEATING "Calentando..."
|
||||
#define MSG_HEATING_COMPLETE "Calentamiento Completo"
|
||||
#define MSG_BED_HEATING "Calentando plataforma ..."
|
||||
|
Reference in New Issue
Block a user