Skip to content

Commit f882e56

Browse files
committed
Merge pull request #3787 from rafacouto/RC
Update Galician language to 1.1.0-RC6.
2 parents dee6322 + be2153e commit f882e56

File tree

1 file changed

+27
-3
lines changed

1 file changed

+27
-3
lines changed

Marlin/language_gl.h

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,18 @@
3838
#define WELCOME_MSG MACHINE_NAME " lista."
3939
#define MSG_SD_INSERTED "Tarxeta inserida"
4040
#define MSG_SD_REMOVED "Tarxeta retirada"
41+
#define MSG_LCD_ENDSTOPS "Endstops" // Max length 8 characters
4142
#define MSG_MAIN "Menu principal"
4243
#define MSG_AUTOSTART "Autoarranque"
4344
#define MSG_DISABLE_STEPPERS "Apagar motores"
4445
#define MSG_AUTO_HOME "Ir a orixe"
46+
#define MSG_LEVEL_BED_HOMING "Ir orixes XYZ"
47+
#define MSG_LEVEL_BED_WAITING "Prema pulsador"
48+
#define MSG_LEVEL_BED_NEXT_POINT "Seguinte punto"
49+
#define MSG_LEVEL_BED_DONE "Nivelado feito!"
50+
#define MSG_LEVEL_BED_CANCEL "Cancelar"
51+
#define MSG_SET_HOME_OFFSETS "Offsets a orixe"
52+
#define MSG_HOME_OFFSETS_APPLIED "Offsets fixados"
4553
#define MSG_SET_ORIGIN "Fixar orixe"
4654
#define MSG_PREHEAT_PLA "Prequentar PLA"
4755
#define MSG_PREHEAT_PLA_N "Prequentar PLA "
@@ -53,6 +61,10 @@
5361
#define MSG_PREHEAT_ABS_ALL "Preque. ABS Todo"
5462
#define MSG_PREHEAT_ABS_BEDONLY "Preque. ABS Cama"
5563
#define MSG_PREHEAT_ABS_SETTINGS "Preque. ABS conf"
64+
#define MSG_H1 "1"
65+
#define MSG_H2 "2"
66+
#define MSG_H3 "3"
67+
#define MSG_H4 "4"
5668
#define MSG_COOLDOWN "Arrefriar"
5769
#define MSG_SWITCH_PS_ON "Acender"
5870
#define MSG_SWITCH_PS_OFF "Apagar"
@@ -63,12 +75,21 @@
6375
#define MSG_MOVE_X "Mover X"
6476
#define MSG_MOVE_Y "Mover Y"
6577
#define MSG_MOVE_Z "Mover Z"
66-
#define MSG_MOVE_E "Extruir"
78+
#define MSG_MOVE_E "Extrusor"
79+
#define MSG_MOVE_E1 "1"
80+
#define MSG_MOVE_E2 "2"
81+
#define MSG_MOVE_E3 "3"
82+
#define MSG_MOVE_E4 "4"
6783
#define MSG_MOVE_01MM "Mover 0.1mm"
6884
#define MSG_MOVE_1MM "Mover 1mm"
6985
#define MSG_MOVE_10MM "Mover 10mm"
7086
#define MSG_SPEED "Velocidade"
87+
#define MSG_BED_Z "Cama Z"
7188
#define MSG_NOZZLE "Bico"
89+
#define MSG_N1 " 1"
90+
#define MSG_N2 " 2"
91+
#define MSG_N3 " 3"
92+
#define MSG_N4 " 4"
7293
#define MSG_BED "Cama"
7394
#define MSG_FAN_SPEED "Velocidade vent."
7495
#define MSG_FLOW "Fluxo"
@@ -109,7 +130,11 @@
109130
#define MSG_MOTION "Movemento"
110131
#define MSG_VOLUMETRIC "Filamento"
111132
#define MSG_VOLUMETRIC_ENABLED "E en mm3"
112-
#define MSG_FILAMENT_DIAM "Diametro filam."
133+
#define MSG_FILAMENT_DIAM "Diam. fil."
134+
#define MSG_DIAM_E1 " 1"
135+
#define MSG_DIAM_E2 " 2"
136+
#define MSG_DIAM_E3 " 3"
137+
#define MSG_DIAM_E4 " 4"
113138
#define MSG_CONTRAST "Constraste LCD"
114139
#define MSG_STORE_EPROM "Gardar en memo."
115140
#define MSG_LOAD_EPROM "Cargar de memo."
@@ -161,7 +186,6 @@
161186
#define MSG_HEATING_COMPLETE "Xa esta quente"
162187
#define MSG_BED_HEATING "Quentando cama"
163188
#define MSG_BED_DONE "Cama esta quente"
164-
165189
#define MSG_DELTA_CALIBRATE "Calibracion Delta"
166190
#define MSG_DELTA_CALIBRATE_X "Calibrar X"
167191
#define MSG_DELTA_CALIBRATE_Y "Calibrar Y"

0 commit comments

Comments
 (0)