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-br_utf8.h 7.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. /**
  2. * Portuguese (Brazil)
  3. *
  4. * LCD Menu Messages
  5. * See also documentation/LCDLanguageFont.md
  6. *
  7. */
  8. #ifndef LANGUAGE_PT_BR_UTF_H
  9. #define LANGUAGE_PT_BR_UTF_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 "Cartão inserido"
  16. #define MSG_SD_REMOVED "Cartão removido"
  17. #define MSG_MAIN "Menu principal"
  18. #define MSG_AUTOSTART "Autostart"
  19. #define MSG_DISABLE_STEPPERS "Desabi. motores"
  20. #define MSG_AUTO_HOME "Ir para origen"
  21. #define MSG_LEVEL_BED_HOMING "Indo para origem"
  22. #define MSG_SET_HOME_OFFSETS "Ajustar Jogo"
  23. #define MSG_SET_ORIGIN "Ajustar orig."
  24. #define MSG_PREHEAT_PLA "Pre-aquecer PLA"
  25. #define MSG_PREHEAT_PLA_N "Pre-aquecer PLA"
  26. #define MSG_PREHEAT_PLA_ALL "Pre-aq.Todo PLA"
  27. #define MSG_PREHEAT_PLA_BEDONLY "Pre-aq. PLA " LCD_STR_THERMOMETER "Base"
  28. #define MSG_PREHEAT_PLA_SETTINGS "Ajustar PLA"
  29. #define MSG_PREHEAT_ABS "Pre-aquecer ABS"
  30. #define MSG_PREHEAT_ABS_N "Pre-aquecer ABS"
  31. #define MSG_PREHEAT_ABS_ALL "Pre-aq.Todo ABS"
  32. #define MSG_PREHEAT_ABS_BEDONLY "Pre-aq. ABS " LCD_STR_THERMOMETER "Base"
  33. #define MSG_PREHEAT_ABS_SETTINGS "Ajustar ABS"
  34. #define MSG_COOLDOWN "Esfriar"
  35. #define MSG_SWITCH_PS_ON "Ligar"
  36. #define MSG_SWITCH_PS_OFF "Desligar"
  37. #define MSG_EXTRUDE "Extrudar"
  38. #define MSG_RETRACT "Retrair"
  39. #define MSG_MOVE_AXIS "Mover eixo"
  40. #define MSG_MOVE_X "Mover X"
  41. #define MSG_MOVE_Y "Mover Y"
  42. #define MSG_MOVE_Z "Mover Z"
  43. #define MSG_MOVE_E "Mover Extrusor"
  44. #define MSG_MOVE_01MM "Mover 0.1mm"
  45. #define MSG_MOVE_1MM "Mover 1mm"
  46. #define MSG_MOVE_10MM "Mover 10mm"
  47. #define MSG_SPEED "Velocidade"
  48. #define MSG_NOZZLE LCD_STR_THERMOMETER " Bocal"
  49. #define MSG_BED LCD_STR_THERMOMETER " Base"
  50. #define MSG_FAN_SPEED "Vel. Ventoinha"
  51. #define MSG_FLOW "Fluxo"
  52. #define MSG_CONTROL "Controle"
  53. #define MSG_MIN LCD_STR_THERMOMETER " Min"
  54. #define MSG_MAX LCD_STR_THERMOMETER " Max"
  55. #define MSG_FACTOR LCD_STR_THERMOMETER " Fact"
  56. #define MSG_AUTOTEMP "Temp. Automática"
  57. #define MSG_ON "Ligado "
  58. #define MSG_OFF "Desligado"
  59. #define MSG_PID_P "PID-P"
  60. #define MSG_PID_I "PID-I"
  61. #define MSG_PID_D "PID-D"
  62. #define MSG_PID_C "PID-C"
  63. #define MSG_ACC "Acc"
  64. #define MSG_VXY_JERK "jogo VXY"
  65. #define MSG_VZ_JERK "jogo VZ"
  66. #define MSG_VE_JERK "jogo VE"
  67. #define MSG_VMAX " Vmax "
  68. #define MSG_X "x"
  69. #define MSG_Y "y"
  70. #define MSG_Z "z"
  71. #define MSG_E "e"
  72. #define MSG_VMIN "Vmin"
  73. #define MSG_VTRAV_MIN "VTrav min"
  74. #define MSG_AMAX "Amax "
  75. #define MSG_A_RETRACT "Retrair A"
  76. #define MSG_XSTEPS "Passo X/mm"
  77. #define MSG_YSTEPS "Passo Y/mm"
  78. #define MSG_ZSTEPS "Passo Z/mm"
  79. #define MSG_ESTEPS "E/mm"
  80. #define MSG_TEMPERATURE "Temperatura"
  81. #define MSG_MOTION "Movimento"
  82. #define MSG_VOLUMETRIC "Filamento"
  83. #define MSG_VOLUMETRIC_ENABLED "Extr. em mm3"
  84. #define MSG_FILAMENT_DIAM "Diametro Fil."
  85. #define MSG_CONTRAST "Contraste"
  86. #define MSG_STORE_EPROM "Salvar"
  87. #define MSG_LOAD_EPROM "Ler"
  88. #define MSG_RESTORE_FAILSAFE "Rest. de emerg."
  89. #define MSG_REFRESH LCD_STR_REFRESH " Restaurar"
  90. #define MSG_WATCH "Monitorar"
  91. #define MSG_PREPARE "Preparar"
  92. #define MSG_TUNE "Afinar"
  93. #define MSG_PAUSE_PRINT "Pausar impressão"
  94. #define MSG_RESUME_PRINT "Resumir impressão"
  95. #define MSG_STOP_PRINT "Parar impressão"
  96. #define MSG_CARD_MENU "Imprimir do SD"
  97. #define MSG_NO_CARD "Sem cartão SD"
  98. #define MSG_DWELL "Repouso..."
  99. #define MSG_USERWAIT "Esperando ordem"
  100. #define MSG_RESUMING "Resumindo Impres."
  101. #define MSG_PRINT_ABORTED "Impres. Abortada."
  102. #define MSG_NO_MOVE "Sem movimento"
  103. #define MSG_KILLED "PARADA DE EMERG."
  104. #define MSG_STOPPED "PARADA. "
  105. #define MSG_CONTROL_RETRACT "Retrair mm"
  106. #define MSG_CONTROL_RETRACT_SWAP "Retrair Troca mm"
  107. #define MSG_CONTROL_RETRACTF "Retrair V"
  108. #define MSG_CONTROL_RETRACT_ZLIFT "Levantar mm"
  109. #define MSG_CONTROL_RETRACT_RECOVER "Des Retrair +mm"
  110. #define MSG_CONTROL_RETRACT_RECOVER_SWAP "Des RetTroca +mm"
  111. #define MSG_CONTROL_RETRACT_RECOVERF "Des Retrair V"
  112. #define MSG_AUTORETRACT "Retração Autom."
  113. #define MSG_FILAMENTCHANGE "Trocar Filamento"
  114. #define MSG_INIT_SDCARD "Iniciar SD"
  115. #define MSG_CNG_SDCARD "Trocar SD"
  116. #define MSG_ZPROBE_OUT "Son. fora da mesa"
  117. #define MSG_POSITION_UNKNOWN "Pos. Desconhecida"
  118. #define MSG_ZPROBE_ZOFFSET "Deslocamento no Z"
  119. #define MSG_BABYSTEP_X "Passinho X"
  120. #define MSG_BABYSTEP_Y "Passinho Y"
  121. #define MSG_BABYSTEP_Z "Passinho Z"
  122. #define MSG_ENDSTOP_ABORT "Fim de Curso"
  123. #define MSG_END_HOUR "Horas"
  124. #define MSG_END_MINUTE "Minutos"
  125. #if ENABLED(DELTA_CALIBRATION_MENU)
  126. #define MSG_DELTA_CALIBRATE "Calibrar Delta"
  127. #define MSG_DELTA_CALIBRATE_X "Calibrar X"
  128. #define MSG_DELTA_CALIBRATE_Y "Calibrar Y"
  129. #define MSG_DELTA_CALIBRATE_Z "Calibrar Z"
  130. #define MSG_DELTA_CALIBRATE_CENTER "Calibrar Centro"
  131. #endif // DELTA_CALIBRATION_MENU
  132. #endif // LANGUAGE_PT_BR_UTF_H