123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228 |
- /**
- * Marlin 3D Printer Firmware
- * Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
- *
- * Based on Sprinter and grbl.
- * Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
- */
-
- /**
- * Spanish
- *
- * LCD Menu Messages
- * See also https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
- *
- */
- #ifndef LANGUAGE_ES_H
- #define LANGUAGE_ES_H
-
- #define DISPLAY_CHARSET_ISO10646_1
-
- #define WELCOME_MSG MACHINE_NAME _UxGT(" lista.")
- #define MSG_SD_INSERTED _UxGT("Tarjeta colocada")
- #define MSG_SD_REMOVED _UxGT("Tarjeta retirada")
- #define MSG_LCD_ENDSTOPS _UxGT("Endstops") // Max length 8 characters
- #define MSG_MAIN _UxGT("Menu principal")
- #define MSG_AUTOSTART _UxGT("Inicio automatico")
- #define MSG_DISABLE_STEPPERS _UxGT("Apagar motores")
- #define MSG_AUTO_HOME _UxGT("Llevar al origen")
- #define MSG_AUTO_HOME_X _UxGT("Origen X")
- #define MSG_AUTO_HOME_Y _UxGT("Origen Y")
- #define MSG_AUTO_HOME_Z _UxGT("Origen Z")
- #define MSG_LEVEL_BED_HOMING _UxGT("Origen XYZ")
- #define MSG_LEVEL_BED_WAITING _UxGT("Iniciar (Presione)")
- #define MSG_LEVEL_BED_DONE _UxGT("Nivelacion lista!")
- #define MSG_LEVEL_BED_CANCEL _UxGT("Cancelar")
- #define MSG_SET_HOME_OFFSETS _UxGT("Ajustar desfases")
- #define MSG_HOME_OFFSETS_APPLIED _UxGT("Desfase aplicado")
- #define MSG_SET_ORIGIN _UxGT("Establecer origen")
- #define MSG_PREHEAT_1 _UxGT("Precalentar PLA")
- #define MSG_PREHEAT_1_N MSG_PREHEAT_1 _UxGT(" ")
- #define MSG_PREHEAT_1_ALL MSG_PREHEAT_1 _UxGT("Todo")
- #define MSG_PREHEAT_1_BEDONLY MSG_PREHEAT_1 _UxGT("Plataforma")
- #define MSG_PREHEAT_1_SETTINGS MSG_PREHEAT_1 _UxGT("Config")
- #define MSG_PREHEAT_2 _UxGT("Precalentar ABS")
- #define MSG_PREHEAT_2_N MSG_PREHEAT_2 _UxGT(" ")
- #define MSG_PREHEAT_2_ALL MSG_PREHEAT_2 _UxGT("Todo")
- #define MSG_PREHEAT_2_BEDONLY MSG_PREHEAT_2 _UxGT("Plataforma")
- #define MSG_PREHEAT_2_SETTINGS MSG_PREHEAT_2 _UxGT("Config")
- #define MSG_COOLDOWN _UxGT("Enfriar")
- #define MSG_SWITCH_PS_ON _UxGT("Encender")
- #define MSG_SWITCH_PS_OFF _UxGT("Apagar")
- #define MSG_EXTRUDE _UxGT("Extruir")
- #define MSG_RETRACT _UxGT("Retraer")
- #define MSG_MOVE_AXIS _UxGT("Mover ejes")
- #define MSG_LEVEL_BED _UxGT("Nivelar plataforma")
- #define MSG_MOVE_X _UxGT("Mover X")
- #define MSG_MOVE_Y _UxGT("Mover Y")
- #define MSG_MOVE_Z _UxGT("Mover Z")
- #define MSG_MOVE_E _UxGT("Extrusor")
- #define MSG_MOVE_01MM _UxGT("Mover 0.1mm")
- #define MSG_MOVE_1MM _UxGT("Mover 1mm")
- #define MSG_MOVE_10MM _UxGT("Mover 10mm")
- #define MSG_SPEED _UxGT("Velocidad")
- #define MSG_BED_Z _UxGT("Plataforma Z")
- #define MSG_NOZZLE _UxGT("Boquilla")
- #define MSG_BED _UxGT("Plataforma")
- #define MSG_FAN_SPEED _UxGT("Ventilador")
- #define MSG_FLOW _UxGT("Flujo")
- #define MSG_CONTROL _UxGT("Control")
- #define MSG_MIN _UxGT(" ") LCD_STR_THERMOMETER _UxGT(" Min")
- #define MSG_MAX _UxGT(" ") LCD_STR_THERMOMETER _UxGT(" Max")
- #define MSG_FACTOR _UxGT(" ") LCD_STR_THERMOMETER _UxGT(" Fact")
- #define MSG_AUTOTEMP _UxGT("Temperatura Auto.")
- #define MSG_ON _UxGT("Encender")
- #define MSG_OFF _UxGT("Apagar")
- #define MSG_PID_P _UxGT("PID-P")
- #define MSG_PID_I _UxGT("PID-I")
- #define MSG_PID_D _UxGT("PID-D")
- #define MSG_PID_C _UxGT("PID-C")
- #define MSG_ACC _UxGT("Aceleracion")
- #define MSG_VX_JERK _UxGT("Vx-jerk")
- #define MSG_VY_JERK _UxGT("Vy-jerk")
- #define MSG_VZ_JERK _UxGT("Vz-jerk")
- #define MSG_VE_JERK _UxGT("Ve-jerk")
- #define MSG_VMAX _UxGT("Vmax")
- #define MSG_VMIN _UxGT("Vmin")
- #define MSG_VTRAV_MIN _UxGT("Vel. viaje min")
- #define MSG_AMAX _UxGT("Acel. max")
- #define MSG_A_RETRACT _UxGT("Acel. retrac.")
- #define MSG_A_TRAVEL _UxGT("Acel. Viaje")
- #define MSG_XSTEPS _UxGT("X pasos/mm")
- #define MSG_YSTEPS _UxGT("Y pasos/mm")
- #define MSG_ZSTEPS _UxGT("Z pasos/mm")
- #define MSG_ESTEPS _UxGT("E pasos/mm")
- #define MSG_E1STEPS _UxGT("E1 pasos/mm")
- #define MSG_E2STEPS _UxGT("E2 pasos/mm")
- #define MSG_E3STEPS _UxGT("E3 pasos/mm")
- #define MSG_E4STEPS _UxGT("E4 pasos/mm")
- #define MSG_TEMPERATURE _UxGT("Temperatura")
- #define MSG_MOTION _UxGT("Movimiento")
- #define MSG_VOLUMETRIC _UxGT("Filamento")
- #define MSG_VOLUMETRIC_ENABLED _UxGT("E in mm3")
- #define MSG_FILAMENT_DIAM _UxGT("Fil. Dia.")
- #define MSG_CONTRAST _UxGT("Contraste")
- #define MSG_STORE_EPROM _UxGT("Guardar memoria")
- #define MSG_LOAD_EPROM _UxGT("Cargar memoria")
- #define MSG_RESTORE_FAILSAFE _UxGT("Restaurar memoria")
- #define MSG_REFRESH _UxGT("Volver a cargar")
- #define MSG_WATCH _UxGT("Informacion")
- #define MSG_PREPARE _UxGT("Preparar")
- #define MSG_TUNE _UxGT("Ajustar")
- #define MSG_PAUSE_PRINT _UxGT("Pausar impresion")
- #define MSG_RESUME_PRINT _UxGT("Reanudar impresion")
- #define MSG_STOP_PRINT _UxGT("Detener impresion")
- #define MSG_CARD_MENU _UxGT("Menu de SD")
- #define MSG_NO_CARD _UxGT("No hay tarjeta SD")
- #define MSG_DWELL _UxGT("Reposo...")
- #define MSG_USERWAIT _UxGT("Esperando ordenes")
- #define MSG_RESUMING _UxGT("Resumiendo impre.")
- #define MSG_PRINT_ABORTED _UxGT("Impresion cancelada")
- #define MSG_NO_MOVE _UxGT("Sin movimiento")
- #define MSG_KILLED _UxGT("Parada de emergencia")
- #define MSG_STOPPED _UxGT("Detenida")
- #define MSG_CONTROL_RETRACT _UxGT("Retraer mm")
- #define MSG_CONTROL_RETRACT_SWAP _UxGT("Interc. Retraer mm")
- #define MSG_CONTROL_RETRACTF _UxGT("Retraer V")
- #define MSG_CONTROL_RETRACT_ZLIFT _UxGT("Levantar mm")
- #define MSG_CONTROL_RETRACT_RECOVER _UxGT("DesRet +mm")
- #define MSG_CONTROL_RETRACT_RECOVER_SWAP _UxGT("Interc. DesRet +mm")
- #define MSG_CONTROL_RETRACT_RECOVERF _UxGT("DesRet V")
- #define MSG_AUTORETRACT _UxGT("Retraccion Auto.")
- #define MSG_FILAMENTCHANGE _UxGT("Cambiar filamento")
- #define MSG_INIT_SDCARD _UxGT("Iniciando tarjeta")
- #define MSG_CNG_SDCARD _UxGT("Cambiar tarjeta")
- #define MSG_ZPROBE_OUT _UxGT("Sonda Z fuera")
- #define MSG_HOME _UxGT("Home") // Used as MSG_HOME " " MSG_X MSG_Y MSG_Z " " MSG_FIRST
- #define MSG_FIRST _UxGT("first")
- #define MSG_ZPROBE_ZOFFSET _UxGT("Desfase Z")
- #define MSG_BABYSTEP_X _UxGT("Micropaso X")
- #define MSG_BABYSTEP_Y _UxGT("Micropaso Y")
- #define MSG_BABYSTEP_Z _UxGT("Micropaso Z")
- #define MSG_ENDSTOP_ABORT _UxGT("Cancelado - Endstop")
- #define MSG_HEATING_FAILED_LCD _UxGT("Error: al calentar")
- #define MSG_ERR_REDUNDANT_TEMP _UxGT("Error: temperatura")
- #define MSG_THERMAL_RUNAWAY _UxGT("Error de temperatura")
- #define MSG_ERR_MAXTEMP _UxGT("Error: Temp Maxima")
- #define MSG_ERR_MINTEMP _UxGT("Error: Temp Minima")
- #define MSG_ERR_MAXTEMP_BED _UxGT("Error: Temp Max Plat")
- #define MSG_ERR_MINTEMP_BED _UxGT("Error: Temp Min Plat")
- #define MSG_HEATING _UxGT("Calentando...")
- #define MSG_HEATING_COMPLETE _UxGT("Calentamiento listo")
- #define MSG_BED_HEATING _UxGT("Calentando Plat...")
- #define MSG_BED_DONE _UxGT("Plataforma Caliente")
- #define MSG_DELTA_CALIBRATE _UxGT("Calibracion Delta")
- #define MSG_DELTA_CALIBRATE_X _UxGT("Calibrar X")
- #define MSG_DELTA_CALIBRATE_Y _UxGT("Calibrar Y")
- #define MSG_DELTA_CALIBRATE_Z _UxGT("Calibrar Z")
- #define MSG_DELTA_CALIBRATE_CENTER _UxGT("Calibrar Centro")
- #define MSG_INFO_MENU _UxGT("Inf. Impresora")
- #define MSG_INFO_PRINTER_MENU _UxGT("Inf. Impresora")
- #define MSG_INFO_STATS_MENU _UxGT("Estadisticas Imp.")
- #define MSG_INFO_BOARD_MENU _UxGT("Inf. Controlador")
- #define MSG_INFO_THERMISTOR_MENU _UxGT("Termistores")
- #define MSG_INFO_EXTRUDERS _UxGT("Extrusores")
- #define MSG_INFO_BAUDRATE _UxGT("Baudios")
- #define MSG_INFO_PROTOCOL _UxGT("Protocolo")
- #if LCD_WIDTH > 19
- #define MSG_INFO_PRINT_COUNT _UxGT("Conteo de impresion")
- #define MSG_INFO_COMPLETED_PRINTS _UxGT("Completadas")
- #define MSG_INFO_PRINT_TIME _UxGT("Tiempo total de imp.")
- #define MSG_INFO_PRINT_LONGEST _UxGT("Impresion mas larga")
- #define MSG_INFO_PRINT_FILAMENT _UxGT("Total de Extrusion")
- #else
- #define MSG_INFO_PRINT_COUNT _UxGT("Impresiones")
- #define MSG_INFO_COMPLETED_PRINTS _UxGT("Completadas")
- #define MSG_INFO_PRINT_TIME _UxGT("Total")
- #define MSG_INFO_PRINT_LONGEST _UxGT("Mas larga")
- #define MSG_INFO_PRINT_FILAMENT _UxGT("Extrusion")
- #endif
- #define MSG_INFO_MIN_TEMP _UxGT("Temperatura minima")
- #define MSG_INFO_MAX_TEMP _UxGT("Temperatura maxima")
- #define MSG_INFO_PSU _UxGT("Fuente de poder")
-
- #define MSG_FILAMENT_CHANGE_HEADER _UxGT("Cambiar Filamento")
- #define MSG_FILAMENT_CHANGE_OPTION_HEADER _UxGT("Opciones de cambio:")
- #define MSG_FILAMENT_CHANGE_OPTION_EXTRUDE _UxGT("Extruir mas")
- #define MSG_FILAMENT_CHANGE_OPTION_RESUME _UxGT("Resumir imp.")
-
- #define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("Esperando iniciar")
-
- #define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Inserte filamento")
- #define MSG_FILAMENT_CHANGE_INSERT_2 _UxGT("y presione el boton")
-
- #if LCD_HEIGHT >= 4
- // Up to 3 lines allowed
- #define MSG_FILAMENT_CHANGE_INIT_2 _UxGT("del filamento")
- #define MSG_FILAMENT_CHANGE_INIT_3 _UxGT("cambiar")
- #define MSG_FILAMENT_CHANGE_INSERT_3 _UxGT("para continuar...")
- #else // LCD_HEIGHT < 4
- // Up to 2 lines allowed
- #define MSG_FILAMENT_CHANGE_INIT_2 _UxGT("del fil. cambiar")
- #define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Inserte filamento")
- #endif // LCD_HEIGHT < 4
-
- #define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("Esperado por")
- #define MSG_FILAMENT_CHANGE_UNLOAD_2 _UxGT("filamento expulsado")
- #define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("Esperado por")
- #define MSG_FILAMENT_CHANGE_LOAD_2 _UxGT("Cargar filamento")
- #define MSG_FILAMENT_CHANGE_EXTRUDE_1 _UxGT("Esperado por")
- #define MSG_FILAMENT_CHANGE_EXTRUDE_2 _UxGT("Extruir filamento")
- #define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Esperando imp.")
- #define MSG_FILAMENT_CHANGE_RESUME_2 _UxGT("para resumir")
-
- #endif // LANGUAGE_ES_H
|