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.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. /**
  2. * Portuguese
  3. *
  4. * LCD Menu Messages
  5. * See also documentation/LCDLanguageFont.md
  6. *
  7. */
  8. #ifndef LANGUAGE_PT_H
  9. #define LANGUAGE_PT_H
  10. #define MAPPER_NON
  11. // Define SIMULATE_ROMFONT to see what is seen on the character based display defined in Configuration.h
  12. //#define SIMULATE_ROMFONT
  13. #define DISPLAY_CHARSET_ISO10646_1
  14. #define WELCOME_MSG MACHINE_NAME " pronto."
  15. #define MSG_SD_INSERTED "Cartao inserido"
  16. #define MSG_SD_REMOVED "Cartao removido"
  17. #define MSG_MAIN " Menu principal"
  18. #define MSG_AUTOSTART "Autostart"
  19. #define MSG_DISABLE_STEPPERS " Desactivar motores"
  20. #define MSG_AUTO_HOME "Ir para origem"
  21. #define MSG_SET_HOME_OFFSETS "Def. desvio origem"
  22. #define MSG_SET_ORIGIN "Definir origem"
  23. #define MSG_PREHEAT_PLA "Pre-aquecer PLA"
  24. #define MSG_PREHEAT_PLA_N "Pre-aquecer PLA "
  25. #define MSG_PREHEAT_PLA_ALL "Pre-aq. PLA Tudo"
  26. #define MSG_PREHEAT_PLA_BEDONLY "Pre-aq. PLA " LCD_STR_THERMOMETER "Base"
  27. #define MSG_PREHEAT_PLA_SETTINGS "Definicoes PLA"
  28. #define MSG_PREHEAT_ABS "Pre-aquecer ABS"
  29. #define MSG_PREHEAT_ABS_N "Pre-aquecer ABS "
  30. #define MSG_PREHEAT_ABS_ALL "Pre-aq. ABS Tudo"
  31. #define MSG_PREHEAT_ABS_BEDONLY "Pre-aq. ABS " LCD_STR_THERMOMETER "Base"
  32. #define MSG_PREHEAT_ABS_SETTINGS "Definicoes ABS"
  33. #define MSG_COOLDOWN "Arrefecer"
  34. #define MSG_SWITCH_PS_ON "Ligar"
  35. #define MSG_SWITCH_PS_OFF "Desligar"
  36. #define MSG_EXTRUDE "Extrudir"
  37. #define MSG_RETRACT "Retrair"
  38. #define MSG_MOVE_AXIS "Mover eixo"
  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_01MM "Mover 0.1mm"
  44. #define MSG_MOVE_1MM "Mover 1mm"
  45. #define MSG_MOVE_10MM "Mover 10mm"
  46. #define MSG_SPEED "Velocidade"
  47. #define MSG_NOZZLE LCD_STR_THERMOMETER "Bico"
  48. #define MSG_BED LCD_STR_THERMOMETER "Base"
  49. #define MSG_FAN_SPEED "Velocidade do ar."
  50. #define MSG_FLOW "Fluxo"
  51. #define MSG_CONTROL "Controlo"
  52. #define MSG_MIN LCD_STR_THERMOMETER " Min"
  53. #define MSG_MAX LCD_STR_THERMOMETER " Max"
  54. #define MSG_FACTOR LCD_STR_THERMOMETER " Fact"
  55. #define MSG_AUTOTEMP "Autotemp:"
  56. #define MSG_ON "On "
  57. #define MSG_OFF "Off"
  58. #define MSG_PID_P "PID-P"
  59. #define MSG_PID_I "PID-I"
  60. #define MSG_PID_D "PID-D"
  61. #define MSG_PID_C "PID-C"
  62. #define MSG_ACC "Acc"
  63. #define MSG_VXY_JERK "Vxy-jerk"
  64. #define MSG_VZ_JERK "Vz-jerk"
  65. #define MSG_VE_JERK "Ve-jerk"
  66. #define MSG_VMAX " Vmax "
  67. #define MSG_X "x"
  68. #define MSG_Y "y"
  69. #define MSG_Z "z"
  70. #define MSG_E "e"
  71. #define MSG_VMIN "Vmin"
  72. #define MSG_VTRAV_MIN "VTrav min"
  73. #define MSG_AMAX "Amax "
  74. #define MSG_A_RETRACT "A-retract"
  75. #define MSG_XSTEPS "Xpasso/mm"
  76. #define MSG_YSTEPS "Ypasso/mm"
  77. #define MSG_ZSTEPS "Zpasso/mm"
  78. #define MSG_ESTEPS "Epasso/mm"
  79. #define MSG_TEMPERATURE "Temperatura"
  80. #define MSG_MOTION "Movimento"
  81. #define MSG_VOLUMETRIC "Filamento"
  82. #define MSG_VOLUMETRIC_ENABLED "E in mm3"
  83. #define MSG_FILAMENT_DIAM "Fil. Diam."
  84. #define MSG_CONTRAST "Contraste"
  85. #define MSG_STORE_EPROM "Guardar na memoria"
  86. #define MSG_LOAD_EPROM "Carregar da memoria"
  87. #define MSG_RESTORE_FAILSAFE "Rest. de emergen."
  88. #define MSG_REFRESH LCD_STR_REFRESH " Recarregar"
  89. #define MSG_WATCH "Monitorar"
  90. #define MSG_PREPARE "Preparar"
  91. #define MSG_TUNE "Afinar"
  92. #define MSG_PAUSE_PRINT "Pausa impressao"
  93. #define MSG_RESUME_PRINT "Retomar impressao"
  94. #define MSG_STOP_PRINT "Parar impressao"
  95. #define MSG_CARD_MENU "Menu cartao SD"
  96. #define MSG_NO_CARD "Sem cartao SD"
  97. #define MSG_DWELL "Repouso..."
  98. #define MSG_USERWAIT "A espera de ordem"
  99. #define MSG_RESUMING "Retomando impressao"
  100. #define MSG_PRINT_ABORTED "Impressao cancelada"
  101. #define MSG_NO_MOVE "Sem movimento"
  102. #define MSG_KILLED "INTRRP. DE EMERG."
  103. #define MSG_STOPPED "PARADO. "
  104. #define MSG_CONTROL_RETRACT " Retrair mm"
  105. #define MSG_CONTROL_RETRACT_SWAP "Troca Retrair mm"
  106. #define MSG_CONTROL_RETRACTF " Retrair V"
  107. #define MSG_CONTROL_RETRACT_ZLIFT " Levantar mm"
  108. #define MSG_CONTROL_RETRACT_RECOVER " DesRet +mm"
  109. #define MSG_CONTROL_RETRACT_RECOVER_SWAP "Troca DesRet +mm"
  110. #define MSG_CONTROL_RETRACT_RECOVERF " DesRet V"
  111. #define MSG_AUTORETRACT " AutoRetr."
  112. #define MSG_FILAMENTCHANGE "Trocar filamento"
  113. #define MSG_INIT_SDCARD "Cartao SD inic."
  114. #define MSG_CNG_SDCARD "Cartao SD trocado
  115. #define MSG_ZPROBE_OUT "Sensor fora d base"
  116. #define MSG_POSITION_UNKNOWN "XY antes de Z"
  117. #define MSG_ZPROBE_ZOFFSET "Desvio Z"
  118. #define MSG_BABYSTEP_X "Babystep X"
  119. #define MSG_BABYSTEP_Y "Babystep Y"
  120. #define MSG_BABYSTEP_Z "Babystep Z"
  121. #define MSG_ENDSTOP_ABORT "Endstop abort."
  122. #define MSG_END_HOUR "horas"
  123. #define MSG_END_MINUTE "minutos"
  124. #if ENABLED(DELTA_CALIBRATION_MENU)
  125. #define MSG_DELTA_CALIBRATE "Calibracao Delta"
  126. #define MSG_DELTA_CALIBRATE_X "Calibrar X"
  127. #define MSG_DELTA_CALIBRATE_Y "Calibrar Y"
  128. #define MSG_DELTA_CALIBRATE_Z "Calibrar Z"
  129. #define MSG_DELTA_CALIBRATE_CENTER "Calibrar Centro"
  130. #endif // DELTA_CALIBRATION_MENU
  131. #endif // LANGUAGE_PT_H