Browse Source

Update Spanish language (#15132)

Gustavo Alvarez 6 years ago
parent
commit
54069823a0
1 changed files with 6 additions and 6 deletions
  1. 6
    6
      Marlin/src/lcd/language/language_es.h

+ 6
- 6
Marlin/src/lcd/language/language_es.h View File

@@ -34,8 +34,8 @@
34 34
 
35 35
 #define WELCOME_MSG                         MACHINE_NAME _UxGT(" lista.")
36 36
 #define MSG_BACK                            _UxGT("Atrás")
37
-#define MSG_MEDIA_INSERTED                  _UxGT("Tarjeta colocada")
38
-#define MSG_MEDIA_REMOVED                   _UxGT("Tarjeta retirada")
37
+#define MSG_MEDIA_INSERTED                  _UxGT("Media insertada")
38
+#define MSG_MEDIA_REMOVED                   _UxGT("Media retirada")
39 39
 #define MSG_LCD_ENDSTOPS                    _UxGT("Endstops") // Max length 8 characters
40 40
 #define MSG_MAIN                            _UxGT("Menú principal")
41 41
 #define MSG_AUTOSTART                       _UxGT("Inicio automático")
@@ -143,8 +143,8 @@
143 143
 #define MSG_PAUSE_PRINT                     _UxGT("Pausar impresión")
144 144
 #define MSG_RESUME_PRINT                    _UxGT("Reanudar impresión")
145 145
 #define MSG_STOP_PRINT                      _UxGT("Detener impresión")
146
-#define MSG_MEDIA_MENU                      _UxGT("Menú de SD")
147
-#define MSG_NO_MEDIA                        _UxGT("No hay tarjeta SD")
146
+#define MSG_MEDIA_MENU                      _UxGT("Menú Media")
147
+#define MSG_NO_MEDIA                        _UxGT("Media no presente")
148 148
 #define MSG_DWELL                           _UxGT("Reposo...")
149 149
 #define MSG_USERWAIT                        _UxGT("Esperando órdenes")
150 150
 #define MSG_PRINT_ABORTED                   _UxGT("Impresión cancelada")
@@ -160,8 +160,8 @@
160 160
 #define MSG_CONTROL_RETRACT_RECOVERF        _UxGT("DesRet V")
161 161
 #define MSG_AUTORETRACT                     _UxGT("Retracción Auto.")
162 162
 #define MSG_FILAMENTCHANGE                  _UxGT("Cambiar filamento")
163
-#define MSG_INIT_MEDIA                      _UxGT("Iniciando tarjeta")
164
-#define MSG_CHANGE_MEDIA                    _UxGT("Cambiar tarjeta")
163
+#define MSG_INIT_MEDIA                      _UxGT("Iniciando Media")
164
+#define MSG_CHANGE_MEDIA                    _UxGT("Cambiar Media")
165 165
 #define MSG_ZPROBE_OUT                      _UxGT("Sonda Z fuera")
166 166
 #define MSG_BLTOUCH_SELFTEST                _UxGT("BLTouch Auto-Prueba")
167 167
 #define MSG_BLTOUCH_RESET                   _UxGT("Reiniciar BLTouch")

Loading…
Cancel
Save