Przeglądaj źródła

Merge pull request #5682 from thinkyhead/rc_spanish_jan

Updates to Spanish language
Scott Lahteine 7 lat temu
rodzic
commit
93a9aa6b76
1 zmienionych plików z 19 dodań i 0 usunięć
  1. 19
    0
      Marlin/language_es.h

+ 19
- 0
Marlin/language_es.h Wyświetl plik

@@ -39,12 +39,15 @@
39 39
 #define MSG_MAIN                            _UxGT("Menu principal")
40 40
 #define MSG_AUTOSTART                       _UxGT("Inicio automatico")
41 41
 #define MSG_DISABLE_STEPPERS                _UxGT("Apagar motores")
42
+#define MSG_DEBUG_MENU                      _UxGT("Menu depurar”)
43
+#define MSG_PROGRESS_BAR_TEST               _UxGT("Prueba barra avance")
42 44
 #define MSG_AUTO_HOME                       _UxGT("Llevar al origen")
43 45
 #define MSG_AUTO_HOME_X                     _UxGT("Origen X")
44 46
 #define MSG_AUTO_HOME_Y                     _UxGT("Origen Y")
45 47
 #define MSG_AUTO_HOME_Z                     _UxGT("Origen Z")
46 48
 #define MSG_LEVEL_BED_HOMING                _UxGT("Origen XYZ")
47 49
 #define MSG_LEVEL_BED_WAITING               _UxGT("Iniciar (Presione)")
50
+#define MSG_LEVEL_BED_NEXT_POINT            _UxGT("Siguiente punto”)
48 51
 #define MSG_LEVEL_BED_DONE                  _UxGT("Nivelacion lista!")
49 52
 #define MSG_LEVEL_BED_CANCEL                _UxGT("Cancelar")
50 53
 #define MSG_SET_HOME_OFFSETS                _UxGT("Ajustar desfases")
@@ -67,6 +70,8 @@
67 70
 #define MSG_RETRACT                         _UxGT("Retraer")
68 71
 #define MSG_MOVE_AXIS                       _UxGT("Mover ejes")
69 72
 #define MSG_LEVEL_BED                       _UxGT("Nivelar plataforma")
73
+#define MSG_MOVING                          _UxGT("Moviendo...”)
74
+#define MSG_FREE_XY                         _UxGT("Libre XY")
70 75
 #define MSG_MOVE_X                          _UxGT("Mover X")
71 76
 #define MSG_MOVE_Y                          _UxGT("Mover Y")
72 77
 #define MSG_MOVE_Z                          _UxGT("Mover Z")
@@ -91,6 +96,7 @@
91 96
 #define MSG_PID_I                           _UxGT("PID-I")
92 97
 #define MSG_PID_D                           _UxGT("PID-D")
93 98
 #define MSG_PID_C                           _UxGT("PID-C")
99
+#define MSG_SELECT                          _UxGT("Seleccionar”)
94 100
 #define MSG_ACC                             _UxGT("Aceleracion")
95 101
 #define MSG_VX_JERK                         _UxGT("Vx-jerk")
96 102
 #define MSG_VY_JERK                         _UxGT("Vy-jerk")
@@ -147,6 +153,8 @@
147 153
 #define MSG_INIT_SDCARD                     _UxGT("Iniciando tarjeta")
148 154
 #define MSG_CNG_SDCARD                      _UxGT("Cambiar tarjeta")
149 155
 #define MSG_ZPROBE_OUT                      _UxGT("Sonda Z fuera")
156
+#define MSG_BLTOUCH_SELFTEST                _UxGT("BLTouch Auto-Prueba”)
157
+#define MSG_BLTOUCH_RESET                   _UxGT("Reiniciar BLTouch")
150 158
 #define MSG_HOME                            _UxGT("Home")  // Used as MSG_HOME " " MSG_X MSG_Y MSG_Z " " MSG_FIRST
151 159
 #define MSG_FIRST                           _UxGT("first")
152 160
 #define MSG_ZPROBE_ZOFFSET                  _UxGT("Desfase Z")
@@ -161,6 +169,12 @@
161 169
 #define MSG_ERR_MINTEMP                     _UxGT("Error: Temp Minima")
162 170
 #define MSG_ERR_MAXTEMP_BED                 _UxGT("Error: Temp Max Plat")
163 171
 #define MSG_ERR_MINTEMP_BED                 _UxGT("Error: Temp Min Plat")
172
+#define MSG_ERR_Z_HOMING                    _UxGT("G28 Z Prohibido”)
173
+#define MSG_HALTED                          _UxGT("IMPRESORA PARADA”)
174
+#define MSG_PLEASE_RESET                    _UxGT("Por favor, reinicie")
175
+#define MSG_SHORT_DAY                       _UxGT("d") // One character only
176
+#define MSG_SHORT_HOUR                      _UxGT("h") // One character only
177
+#define MSG_SHORT_MINUTE                    _UxGT("m") // One character only
164 178
 #define MSG_HEATING                         _UxGT("Calentando...")
165 179
 #define MSG_HEATING_COMPLETE                _UxGT("Calentamiento listo")
166 180
 #define MSG_BED_HEATING                     _UxGT("Calentando Plat...")
@@ -178,6 +192,8 @@
178 192
 #define MSG_INFO_EXTRUDERS                  _UxGT("Extrusores")
179 193
 #define MSG_INFO_BAUDRATE                   _UxGT("Baudios")
180 194
 #define MSG_INFO_PROTOCOL                   _UxGT("Protocolo")
195
+#define MSG_LIGHTS_ON                       _UxGT("Luz cabina ON")
196
+#define MSG_LIGHTS_OFF                      _UxGT("Luz cabina OFF”)
181 197
 #if LCD_WIDTH > 19
182 198
   #define MSG_INFO_PRINT_COUNT              _UxGT("Conteo de impresion")
183 199
   #define MSG_INFO_COMPLETED_PRINTS         _UxGT("Completadas")
@@ -194,6 +210,9 @@
194 210
 #define MSG_INFO_MIN_TEMP                   _UxGT("Temperatura minima")
195 211
 #define MSG_INFO_MAX_TEMP                   _UxGT("Temperatura maxima")
196 212
 #define MSG_INFO_PSU                        _UxGT("Fuente de poder")
213
+#define MSG_DRIVE_STRENGTH                  _UxGT("Potencia driver")
214
+#define MSG_DAC_PERCENT                     _UxGT("Driver %")
215
+#define MSG_DAC_EEPROM_WRITE                _UxGT("Escribe DAC EEPROM")
197 216
 
198 217
 #define MSG_FILAMENT_CHANGE_HEADER          _UxGT("Cambiar Filamento")
199 218
 #define MSG_FILAMENT_CHANGE_OPTION_HEADER   _UxGT("Opciones de cambio:")

Ładowanie…
Anuluj
Zapisz