Browse Source

Update Spanish language (#13236)

FernandoVelcic 5 years ago
parent
commit
edf025ed8d
1 changed files with 9 additions and 12 deletions
  1. 9
    12
      Marlin/src/lcd/language/language_es.h

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

232
 #define MSG_FILAMENT_CHANGE_MINTEMP         _UxGT("Temp Mínima es ")
232
 #define MSG_FILAMENT_CHANGE_MINTEMP         _UxGT("Temp Mínima es ")
233
 #define MSG_FILAMENT_CHANGE_NOZZLE          _UxGT("  Boquilla: ")
233
 #define MSG_FILAMENT_CHANGE_NOZZLE          _UxGT("  Boquilla: ")
234
 
234
 
235
-#define MSG_FILAMENT_CHANGE_INIT_1          _UxGT("Esperando iniciar")
235
+#define MSG_FILAMENT_CHANGE_INIT_1          _UxGT("Esperando para")
236
 
236
 
237
-#define MSG_FILAMENT_CHANGE_INSERT_1        _UxGT("Inserte filamento")
237
+#define MSG_FILAMENT_CHANGE_INSERT_1        _UxGT("Inserte el filamento")
238
 #define MSG_FILAMENT_CHANGE_INSERT_2        _UxGT("y presione el botón")
238
 #define MSG_FILAMENT_CHANGE_INSERT_2        _UxGT("y presione el botón")
239
 
239
 
240
 #if LCD_HEIGHT >= 4
240
 #if LCD_HEIGHT >= 4
241
   // Up to 3 lines allowed
241
   // Up to 3 lines allowed
242
-  #define MSG_FILAMENT_CHANGE_INIT_2        _UxGT("del filamento")
243
-  #define MSG_FILAMENT_CHANGE_INIT_3        _UxGT("cambiar")
242
+  #define MSG_FILAMENT_CHANGE_INIT_2        _UxGT("iniciar cambio")
243
+  #define MSG_FILAMENT_CHANGE_INIT_3        _UxGT("de filamento")
244
   #define MSG_FILAMENT_CHANGE_INSERT_3      _UxGT("para continuar...")
244
   #define MSG_FILAMENT_CHANGE_INSERT_3      _UxGT("para continuar...")
245
 #else // LCD_HEIGHT < 4
245
 #else // LCD_HEIGHT < 4
246
   // Up to 2 lines allowed
246
   // Up to 2 lines allowed
247
-  #define MSG_FILAMENT_CHANGE_INIT_2        _UxGT("del fil. cambiar")
248
-  #define MSG_FILAMENT_CHANGE_INSERT_1      _UxGT("Inserte filamento")
247
+  #define MSG_FILAMENT_CHANGE_INIT_2        _UxGT("iniciar cambio fil.")
249
 #endif // LCD_HEIGHT < 4
248
 #endif // LCD_HEIGHT < 4
250
 
249
 
251
-#define MSG_FILAMENT_CHANGE_UNLOAD_1        _UxGT("Esperado por")
252
-#define MSG_FILAMENT_CHANGE_UNLOAD_2        _UxGT("filamento expulsado")
253
-#define MSG_FILAMENT_CHANGE_LOAD_1          _UxGT("Esperado por")
254
-#define MSG_FILAMENT_CHANGE_LOAD_2          _UxGT("Cargar filamento")
255
-#define MSG_FILAMENT_CHANGE_EXTRUDE_1       _UxGT("Esperado por")
256
-#define MSG_FILAMENT_CHANGE_EXTRUDE_2       _UxGT("Extruir filamento")
250
+#define MSG_FILAMENT_CHANGE_UNLOAD_1        _UxGT("Esperando para")
251
+#define MSG_FILAMENT_CHANGE_UNLOAD_2        _UxGT("expulsar filamento")
252
+#define MSG_FILAMENT_CHANGE_LOAD_1          _UxGT("Esperado para")
253
+#define MSG_FILAMENT_CHANGE_LOAD_2          _UxGT("cargar el filamento")
257
 #define MSG_FILAMENT_CHANGE_RESUME_1        _UxGT("Esperando imp.")
254
 #define MSG_FILAMENT_CHANGE_RESUME_1        _UxGT("Esperando imp.")
258
 #define MSG_FILAMENT_CHANGE_RESUME_2        _UxGT("para resumir")
255
 #define MSG_FILAMENT_CHANGE_RESUME_2        _UxGT("para resumir")
259
 #define MSG_FILAMENT_CHANGE_HEAT_1          _UxGT("Oprima botón para")
256
 #define MSG_FILAMENT_CHANGE_HEAT_1          _UxGT("Oprima botón para")

Loading…
Cancel
Save