My Marlin configs for Fabrikator Mini and CTC i3 Pro B
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

language_pt.h 7.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. /**
  2. * Portuguese
  3. *
  4. * LCD Menu Messages
  5. * Please note these are limited to 17 characters!
  6. *
  7. */
  8. #ifndef LANGUAGE_PT_H
  9. #define LANGUAGE_PT_H
  10. #define WELCOME_MSG MACHINE_NAME " pronto."
  11. #define MSG_SD_INSERTED "Cartao inserido"
  12. #define MSG_SD_REMOVED "Cartao removido"
  13. #define MSG_MAIN " Menu principal \003"
  14. #define MSG_AUTOSTART "Autostart"
  15. #define MSG_DISABLE_STEPPERS " Apagar motores"
  16. #define MSG_AUTO_HOME "Ir para origen"
  17. #define MSG_SET_HOME_OFFSETS "Set home offsets"
  18. #define MSG_SET_ORIGIN "Estabelecer orig."
  19. #define MSG_PREHEAT_PLA "Pre-aquecer PLA"
  20. #define MSG_PREHEAT_PLA0 " pre-aquecer PLA 1"
  21. #define MSG_PREHEAT_PLA1 " pre-aquecer PLA 2"
  22. #define MSG_PREHEAT_PLA2 " pre-aquecer PLA 3"
  23. #define MSG_PREHEAT_PLA012 " pre-aq. PLA Tudo"
  24. #define MSG_PREHEAT_PLA_BEDONLY " pre-aq. PLA \002Base"
  25. #define MSG_PREHEAT_PLA_SETTINGS "PLA setting"
  26. #define MSG_PREHEAT_ABS "Pre-aquecer ABS"
  27. #define MSG_PREHEAT_ABS0 " pre-aquecer ABS 1"
  28. #define MSG_PREHEAT_ABS1 " pre-aquecer ABS 2"
  29. #define MSG_PREHEAT_ABS2 " pre-aquecer ABS 3"
  30. #define MSG_PREHEAT_ABS012 " pre-aq. ABS Tudo"
  31. #define MSG_PREHEAT_ABS_BEDONLY " pre-aq. ABS \002Base"
  32. #define MSG_PREHEAT_ABS_SETTINGS "ABS setting"
  33. #define MSG_COOLDOWN "Esfriar"
  34. #define MSG_SWITCH_PS_ON "Switch Power On"
  35. #define MSG_SWITCH_PS_OFF "Switch Power Off"
  36. #define MSG_EXTRUDE "Extrudar"
  37. #define MSG_RETRACT "Retrair"
  38. #define MSG_MOVE_AXIS "Mover eixo \x7E"
  39. #define MSG_MOVE_X "Move X"
  40. #define MSG_MOVE_Y "Move Y"
  41. #define MSG_MOVE_Z "Move Z"
  42. #define MSG_MOVE_E "Extruder"
  43. #define MSG_MOVE_E1 "Extruder2"
  44. #define MSG_MOVE_E2 "Extruder3"
  45. #define MSG_MOVE_01MM "Move 0.1mm"
  46. #define MSG_MOVE_1MM "Move 1mm"
  47. #define MSG_MOVE_10MM "Move 10mm"
  48. #define MSG_SPEED "Velocidade:"
  49. #define MSG_NOZZLE "\002Nozzle:"
  50. #define MSG_NOZZLE1 "\002Nozzle2:"
  51. #define MSG_NOZZLE2 "\002Nozzle3:"
  52. #define MSG_BED "\002Base:"
  53. #define MSG_FAN_SPEED "Velocidade vento."
  54. #define MSG_FLOW "Fluxo:"
  55. #define MSG_FLOW0 "Fluxo0:"
  56. #define MSG_FLOW1 "Fluxo1:"
  57. #define MSG_FLOW2 "Fluxo2:"
  58. #define MSG_CONTROL "Controle \003"
  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_ACC "Acc:"
  70. #define MSG_VXY_JERK "Vxy-jerk: "
  71. #define MSG_VZ_JERK "Vz-jerk"
  72. #define MSG_VE_JERK "Ve-jerk"
  73. #define MSG_VMAX " Vmax "
  74. #define MSG_X "x:"
  75. #define MSG_Y "y:"
  76. #define MSG_Z "z:"
  77. #define MSG_E "e:"
  78. #define MSG_VMIN "Vmin:"
  79. #define MSG_VTRAV_MIN "VTrav min:"
  80. #define MSG_AMAX "Amax "
  81. #define MSG_A_RETRACT "A-retract:"
  82. #define MSG_XSTEPS "Xpasso/mm:"
  83. #define MSG_YSTEPS "Ypasso/mm:"
  84. #define MSG_ZSTEPS "Zpasso/mm:"
  85. #define MSG_ESTEPS "Epasso/mm:"
  86. #define MSG_TEMPERATURE "Temperatura"
  87. #define MSG_MOTION "Movimento"
  88. #define MSG_VOLUMETRIC "Filament"
  89. #define MSG_VOLUMETRIC_ENABLED "E in mm3"
  90. #define MSG_FILAMENT_SIZE_EXTRUDER_0 "Fil. Dia. 1"
  91. #define MSG_FILAMENT_SIZE_EXTRUDER_1 "Fil. Dia. 2"
  92. #define MSG_FILAMENT_SIZE_EXTRUDER_2 "Fil. Dia. 3"
  93. #define MSG_CONTRAST "Contrast"
  94. #define MSG_STORE_EPROM "Guardar memoria"
  95. #define MSG_LOAD_EPROM "Carregar memoria"
  96. #define MSG_RESTORE_FAILSAFE "Rest. de emergen."
  97. #define MSG_REFRESH "\004Recarregar"
  98. #define MSG_WATCH "Monitorar \003"
  99. #define MSG_PREPARE "Preparar \x7E"
  100. #define MSG_TUNE "Tune \x7E"
  101. #define MSG_PAUSE_PRINT "Pausar impressao"
  102. #define MSG_RESUME_PRINT "Resumir impressao"
  103. #define MSG_STOP_PRINT "Parar impressao"
  104. #define MSG_CARD_MENU "Menu cartao SD"
  105. #define MSG_NO_CARD "Sem cartao SD"
  106. #define MSG_DWELL "Repouso..."
  107. #define MSG_USERWAIT "Esperando ordem"
  108. #define MSG_RESUMING "Resuming print"
  109. #define MSG_PRINT_ABORTED "Print aborted"
  110. #define MSG_NO_MOVE "Sem movimento"
  111. #define MSG_KILLED "PARADA DE EMERG."
  112. #define MSG_STOPPED "PARADA. "
  113. #define MSG_CONTROL_RETRACT " Retrair mm:"
  114. #define MSG_CONTROL_RETRACT_SWAP "Troca Retrair mm:"
  115. #define MSG_CONTROL_RETRACTF " Retrair V:"
  116. #define MSG_CONTROL_RETRACT_ZLIFT " Levantar mm:"
  117. #define MSG_CONTROL_RETRACT_RECOVER " DesRet +mm:"
  118. #define MSG_CONTROL_RETRACT_RECOVER_SWAP "Troca DesRet +mm:"
  119. #define MSG_CONTROL_RETRACT_RECOVERF " DesRet V:"
  120. #define MSG_AUTORETRACT " AutoRetr.:"
  121. #define MSG_FILAMENTCHANGE "Change filament"
  122. #define MSG_INIT_SDCARD "Init. SD-Card"
  123. #define MSG_CNG_SDCARD "Change SD-Card"
  124. #define MSG_ZPROBE_OUT "Son. fora da mesa"
  125. #define MSG_POSITION_UNKNOWN "XY antes de Z"
  126. #define MSG_ZPROBE_ZOFFSET "Z Offset"
  127. #define MSG_BABYSTEP_X "Babystep X"
  128. #define MSG_BABYSTEP_Y "Babystep Y"
  129. #define MSG_BABYSTEP_Z "Babystep Z"
  130. #define MSG_ENDSTOP_ABORT "Endstop abort"
  131. #define MSG_RECTRACT "Retrair"
  132. #define MSG_MAIN_WIDE "Menu Principal \003"
  133. #define MSG_PREPARE_ALT "Preparar \003"
  134. #define MSG_CONTROL_ARROW "Controle \x7E"
  135. #define MSG_RETRACT_ARROW "Retrair \x7E"
  136. #define MSG_STEPPER_RELEASED "Lancado."
  137. #ifdef DELTA_CALIBRATION_MENU
  138. #define MSG_DELTA_CALIBRATE "Delta Calibration"
  139. #define MSG_DELTA_CALIBRATE_X "Calibrate X"
  140. #define MSG_DELTA_CALIBRATE_Y "Calibrate Y"
  141. #define MSG_DELTA_CALIBRATE_Z "Calibrate Z"
  142. #define MSG_DELTA_CALIBRATE_CENTER "Calibrate Center"
  143. #endif // DELTA_CALIBRATION_MENU
  144. #endif // LANGUAGE_PT_H