My Marlin configs for Fabrikator Mini and CTC i3 Pro B
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

language_es.h 8.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. /**
  2. * Spanish
  3. *
  4. * LCD Menu Messages
  5. * Please note these are limited to 17 characters!
  6. *
  7. */
  8. #ifndef LANGUAGE_ES_H
  9. #define LANGUAGE_ES_H
  10. #define WELCOME_MSG MACHINE_NAME " lista."
  11. #define MSG_SD_INSERTED "Tarjeta colocada"
  12. #define MSG_SD_REMOVED "Tarjeta retirada"
  13. #define MSG_MAIN "Menu principal"
  14. #define MSG_AUTOSTART " Autostart"
  15. #define MSG_DISABLE_STEPPERS "Apagar motores"
  16. #define MSG_AUTO_HOME "Llevar al origen"
  17. #define MSG_SET_HOME_OFFSETS "Ajustar offsets"
  18. #define MSG_SET_ORIGIN "Establecer cero"
  19. #define MSG_PREHEAT_PLA "Precalentar PLA"
  20. #define MSG_PREHEAT_PLA0 "Precalentar PLA 1"
  21. #define MSG_PREHEAT_PLA1 "Precalentar PLA 2"
  22. #define MSG_PREHEAT_PLA2 "Precalentar PLA 3"
  23. #define MSG_PREHEAT_PLA012 "Precal. PLA Todo"
  24. #define MSG_PREHEAT_PLA_BEDONLY "Precal. PLA Base"
  25. #define MSG_PREHEAT_PLA_SETTINGS "Ajustar temp. PLA"
  26. #define MSG_PREHEAT_ABS "Precalentar ABS"
  27. #define MSG_PREHEAT_ABS0 "Precalentar ABS 1"
  28. #define MSG_PREHEAT_ABS1 "Precalentar ABS 2"
  29. #define MSG_PREHEAT_ABS2 "Precalentar ABS 3"
  30. #define MSG_PREHEAT_ABS012 "Precal. ABS Todo"
  31. #define MSG_PREHEAT_ABS_BEDONLY "Precal. ABS Base"
  32. #define MSG_PREHEAT_ABS_SETTINGS "Ajustar temp. ABS"
  33. #define MSG_COOLDOWN "Enfriar"
  34. #define MSG_SWITCH_PS_ON "Encender"
  35. #define MSG_SWITCH_PS_OFF "Apagar"
  36. #define MSG_EXTRUDE "Extruir"
  37. #define MSG_RETRACT "Retraer"
  38. #define MSG_MOVE_AXIS "Mover ejes"
  39. #define MSG_MOVE_X "Mover X"
  40. #define MSG_MOVE_Y "Mover Y"
  41. #define MSG_MOVE_Z "Mover Z"
  42. #define MSG_MOVE_E "Extrusor"
  43. #define MSG_MOVE_E1 "Extrusor2"
  44. #define MSG_MOVE_E2 "Extrusor3"
  45. #define MSG_MOVE_01MM "Mover 0.1mm"
  46. #define MSG_MOVE_1MM "Mover 1mm"
  47. #define MSG_MOVE_10MM "Mover 10mm"
  48. #define MSG_SPEED "Velocidad"
  49. #define MSG_NOZZLE "Nozzle"
  50. #define MSG_NOZZLE1 "Nozzle2"
  51. #define MSG_NOZZLE2 "Nozzle3"
  52. #define MSG_BED "Base"
  53. #define MSG_FAN_SPEED "Ventilador"
  54. #define MSG_FLOW "Flujo"
  55. #define MSG_FLOW0 "Flujo 0"
  56. #define MSG_FLOW1 "Flujo 1"
  57. #define MSG_FLOW2 "Flujo 2"
  58. #define MSG_CONTROL "Control"
  59. #define MSG_MIN "\002 Min"
  60. #define MSG_MAX "\002 Max"
  61. #define MSG_FACTOR "\002 Fact"
  62. #define MSG_AUTOTEMP "Autotemp"
  63. #define MSG_ON "On"
  64. #define MSG_OFF "Off"
  65. #define MSG_PID_P "PID-P"
  66. #define MSG_PID_I "PID-I"
  67. #define MSG_PID_D "PID-D"
  68. #define MSG_PID_C "PID-C"
  69. #define MSG_PID_P1 "PID-P E2"
  70. #define MSG_PID_I1 "PID-I E2"
  71. #define MSG_PID_D1 "PID-D E2"
  72. #define MSG_PID_C1 "PID-C E2"
  73. #define MSG_PID_P2 "PID-P E3"
  74. #define MSG_PID_I2 "PID-I E3"
  75. #define MSG_PID_D2 "PID-D E3"
  76. #define MSG_PID_C2 "PID-C E3"
  77. #define MSG_ACC "Acel"
  78. #define MSG_VXY_JERK "Vxy-jerk"
  79. #define MSG_VZ_JERK "Vz-jerk"
  80. #define MSG_VE_JERK "Ve-jerk"
  81. #define MSG_VMAX "Vmax"
  82. #define MSG_X "x"
  83. #define MSG_Y "y"
  84. #define MSG_Z "z"
  85. #define MSG_E "e"
  86. #define MSG_VMIN "Vmin"
  87. #define MSG_VTRAV_MIN "Vvacio min"
  88. #define MSG_AMAX "Amax"
  89. #define MSG_A_RETRACT "A-retrac."
  90. #define MSG_XSTEPS "X pasos/mm"
  91. #define MSG_YSTEPS "Y pasos/mm"
  92. #define MSG_ZSTEPS "Z pasos/mm"
  93. #define MSG_ESTEPS "E pasos/mm"
  94. #define MSG_TEMPERATURE "Temperatura"
  95. #define MSG_MOTION "Movimiento"
  96. #define MSG_VOLUMETRIC "Filament"
  97. #define MSG_VOLUMETRIC_ENABLED "E in mm3"
  98. #define MSG_FILAMENT_SIZE_EXTRUDER_0 "Fil. Dia. 1"
  99. #define MSG_FILAMENT_SIZE_EXTRUDER_1 "Fil. Dia. 2"
  100. #define MSG_FILAMENT_SIZE_EXTRUDER_2 "Fil. Dia. 3"
  101. #define MSG_CONTRAST "Contraste"
  102. #define MSG_STORE_EPROM "Guardar memoria"
  103. #define MSG_LOAD_EPROM "Cargar memoria"
  104. #define MSG_RESTORE_FAILSAFE "Rest. de emergen."
  105. #define MSG_REFRESH "Volver a cargar"
  106. #define MSG_WATCH "Monitorizar"
  107. #define MSG_PREPARE "Preparar"
  108. #define MSG_TUNE "Ajustar"
  109. #define MSG_PAUSE_PRINT "Pausar impresion"
  110. #define MSG_RESUME_PRINT "Reanudar impres."
  111. #define MSG_STOP_PRINT "Detener impresion"
  112. #define MSG_CARD_MENU "Menu de SD"
  113. #define MSG_NO_CARD "No hay tarjeta SD"
  114. #define MSG_DWELL "Reposo..."
  115. #define MSG_USERWAIT "Esperando ordenes"
  116. #define MSG_RESUMING "Resumiendo impre."
  117. #define MSG_PRINT_ABORTED "Print aborted"
  118. #define MSG_NO_MOVE "Sin movimiento"
  119. #define MSG_KILLED "PARADA DE EMERG."
  120. #define MSG_STOPPED "PARADA"
  121. #define MSG_CONTROL_RETRACT "Retraer mm"
  122. #define MSG_CONTROL_RETRACT_SWAP "Interc. Retraer mm"
  123. #define MSG_CONTROL_RETRACTF "Retraer V"
  124. #define MSG_CONTROL_RETRACT_ZLIFT "Levantar mm"
  125. #define MSG_CONTROL_RETRACT_RECOVER "DesRet +mm"
  126. #define MSG_CONTROL_RETRACT_RECOVER_SWAP "Interc. DesRet +mm"
  127. #define MSG_CONTROL_RETRACT_RECOVERF "DesRet V"
  128. #define MSG_AUTORETRACT "AutoRetr."
  129. #define MSG_FILAMENTCHANGE "Cambiar filamento"
  130. #define MSG_INIT_SDCARD "Iniciando tarjeta"
  131. #define MSG_CNG_SDCARD "Cambiar tarjeta"
  132. #define MSG_ZPROBE_OUT "sonda Z fuera"
  133. #define MSG_POSITION_UNKNOWN "Reiniciar X/Y y Z"
  134. #define MSG_ZPROBE_ZOFFSET "Offset Z"
  135. #define MSG_BABYSTEP_X "Babystep X"
  136. #define MSG_BABYSTEP_Y "Babystep Y"
  137. #define MSG_BABYSTEP_Z "Babystep Z"
  138. #define MSG_ENDSTOP_ABORT "Endstop abort"
  139. #define MSG_RECTRACT "Retraer"
  140. #define MSG_RECTRACT_WIDE "Retraer"
  141. #define MSG_TEMPERATURE_WIDE "Temperatura"
  142. #define MSG_TEMPERATURE_RTN "Temperatura"
  143. #define MSG_MAIN_WIDE "Menu principal"
  144. #define MSG_MOTION_WIDE "Movimiento"
  145. #define MSG_PREPARE_ALT "Preparar"
  146. #define MSG_CONTROL_ARROW "Control \x7E"
  147. #define MSG_RETRACT_ARROW "Retraer \x7E"
  148. #define MSG_STEPPER_RELEASED "Desacoplada."
  149. #ifdef DELTA_CALIBRATION_MENU
  150. #define MSG_DELTA_CALIBRATE "Delta Calibration"
  151. #define MSG_DELTA_CALIBRATE_X "Calibrate X"
  152. #define MSG_DELTA_CALIBRATE_Y "Calibrate Y"
  153. #define MSG_DELTA_CALIBRATE_Z "Calibrate Z"
  154. #define MSG_DELTA_CALIBRATE_CENTER "Calibrate Center"
  155. #endif // DELTA_CALIBRATION_MENU
  156. #endif // LANGUAGE_ES_H