My Marlin configs for Fabrikator Mini and CTC i3 Pro B
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

language_pt.h 9.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. /**
  2. * Marlin 3D Printer Firmware
  3. * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
  4. *
  5. * Based on Sprinter and grbl.
  6. * Copyright (c) 2011 Camiel Gubbels / Erik van der Zalm
  7. *
  8. * This program is free software: you can redistribute it and/or modify
  9. * it under the terms of the GNU General Public License as published by
  10. * the Free Software Foundation, either version 3 of the License, or
  11. * (at your option) any later version.
  12. *
  13. * This program is distributed in the hope that it will be useful,
  14. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  16. * GNU General Public License for more details.
  17. *
  18. * You should have received a copy of the GNU General Public License
  19. * along with this program. If not, see <https://www.gnu.org/licenses/>.
  20. *
  21. */
  22. #pragma once
  23. /**
  24. * Portuguese
  25. * UTF-8 for Graphical Display
  26. *
  27. * LCD Menu Messages
  28. * See also https://marlinfw.org/docs/development/lcd_language.html
  29. */
  30. #define DISPLAY_CHARSET_ISO10646_1
  31. namespace Language_pt {
  32. using namespace Language_en; // Inherit undefined strings from English
  33. constexpr uint8_t CHARSIZE = 2;
  34. LSTR LANGUAGE = _UxGT("Portuguese");
  35. LSTR WELCOME_MSG = MACHINE_NAME _UxGT(" pronta.");
  36. LSTR MSG_MEDIA_INSERTED = _UxGT("Cartão inserido");
  37. LSTR MSG_MEDIA_REMOVED = _UxGT("Cartão removido");
  38. LSTR MSG_MAIN = _UxGT("Menu principal");
  39. LSTR MSG_DISABLE_STEPPERS = _UxGT("Desactivar motores");
  40. LSTR MSG_AUTO_HOME = _UxGT("Ir para origem");
  41. LSTR MSG_AUTO_HOME_X = _UxGT("Ir para origem X");
  42. LSTR MSG_AUTO_HOME_Y = _UxGT("Ir para origem Y");
  43. LSTR MSG_AUTO_HOME_Z = _UxGT("Ir para origem Z");
  44. LSTR MSG_LEVEL_BED_HOMING = _UxGT("Indo para origem");
  45. LSTR MSG_LEVEL_BED_WAITING = _UxGT("Click para iniciar");
  46. LSTR MSG_LEVEL_BED_NEXT_POINT = _UxGT("Próximo ponto");
  47. LSTR MSG_LEVEL_BED_DONE = _UxGT("Pronto !");
  48. LSTR MSG_SET_HOME_OFFSETS = _UxGT("Definir desvio");
  49. LSTR MSG_HOME_OFFSETS_APPLIED = _UxGT("Offsets aplicados");
  50. #if HAS_PREHEAT
  51. LSTR MSG_PREHEAT_1 = _UxGT("Pre-aquecer ") PREHEAT_1_LABEL;
  52. LSTR MSG_PREHEAT_1_H = _UxGT("Pre-aquecer ") PREHEAT_1_LABEL " ~";
  53. LSTR MSG_PREHEAT_1_END = _UxGT("Pre-aquecer ") PREHEAT_1_LABEL _UxGT(" Bico");
  54. LSTR MSG_PREHEAT_1_END_E = _UxGT("Pre-aquecer ") PREHEAT_1_LABEL _UxGT(" Bico ~");
  55. LSTR MSG_PREHEAT_1_ALL = _UxGT("Pre-aq. ") PREHEAT_1_LABEL _UxGT(" Tudo");
  56. LSTR MSG_PREHEAT_1_BEDONLY = _UxGT("Pre-aq. ") PREHEAT_1_LABEL _UxGT(" ") LCD_STR_THERMOMETER _UxGT("Base");
  57. LSTR MSG_PREHEAT_1_SETTINGS = _UxGT("Definições ") PREHEAT_1_LABEL;
  58. LSTR MSG_PREHEAT_M = _UxGT("Pre-aquecer $");
  59. LSTR MSG_PREHEAT_M_H = _UxGT("Pre-aquecer $ ~");
  60. LSTR MSG_PREHEAT_M_END = _UxGT("Pre-aquecer $ Bico");
  61. LSTR MSG_PREHEAT_M_END_E = _UxGT("Pre-aquecer $ Bico ~");
  62. LSTR MSG_PREHEAT_M_ALL = _UxGT("Pre-aq. $ Tudo");
  63. LSTR MSG_PREHEAT_M_BEDONLY = _UxGT("Pre-aq. $ ") LCD_STR_THERMOMETER _UxGT("Base");
  64. LSTR MSG_PREHEAT_M_SETTINGS = _UxGT("Definições $");
  65. #endif
  66. LSTR MSG_COOLDOWN = _UxGT("Arrefecer");
  67. LSTR MSG_SWITCH_PS_ON = _UxGT("Ligar");
  68. LSTR MSG_SWITCH_PS_OFF = _UxGT("Desligar");
  69. LSTR MSG_EXTRUDE = _UxGT("Extrudir");
  70. LSTR MSG_RETRACT = _UxGT("Retrair");
  71. LSTR MSG_MOVE_AXIS = _UxGT("Mover eixo");
  72. LSTR MSG_MOVE_X = _UxGT("Mover X");
  73. LSTR MSG_MOVE_Y = _UxGT("Mover Y");
  74. LSTR MSG_MOVE_Z = _UxGT("Mover Z");
  75. LSTR MSG_MOVE_E = _UxGT("Mover Extrusor");
  76. LSTR MSG_MOVE_EN = _UxGT("Mover Extrusor *");
  77. LSTR MSG_MOVE_N_MM = _UxGT("Mover $mm");
  78. LSTR MSG_MOVE_01MM = _UxGT("Mover 0.1mm");
  79. LSTR MSG_MOVE_1MM = _UxGT("Mover 1mm");
  80. LSTR MSG_MOVE_10MM = _UxGT("Mover 10mm");
  81. LSTR MSG_MOVE_100MM = _UxGT("Mover 100mm");
  82. LSTR MSG_SPEED = _UxGT("Velocidade");
  83. LSTR MSG_BED_Z = _UxGT("Base Z");
  84. LSTR MSG_NOZZLE = " " LCD_STR_THERMOMETER _UxGT(" Bico");
  85. LSTR MSG_NOZZLE_N = " " LCD_STR_THERMOMETER _UxGT(" Bico ~");
  86. LSTR MSG_BED = " " LCD_STR_THERMOMETER _UxGT(" Base");
  87. LSTR MSG_FAN_SPEED = _UxGT("Vel. ventoinha");
  88. LSTR MSG_FAN_SPEED_N = _UxGT("Vel. ventoinha ~");
  89. LSTR MSG_FLOW = _UxGT("Fluxo");
  90. LSTR MSG_FLOW_N = _UxGT("Fluxo ~");
  91. LSTR MSG_CONTROL = _UxGT("Controlo");
  92. LSTR MSG_MIN = " " LCD_STR_THERMOMETER _UxGT(" Min");
  93. LSTR MSG_MAX = " " LCD_STR_THERMOMETER _UxGT(" Max");
  94. LSTR MSG_FACTOR = " " LCD_STR_THERMOMETER _UxGT(" Fact");
  95. LSTR MSG_A_RETRACT = _UxGT("A-retracção");
  96. LSTR MSG_A_TRAVEL = _UxGT("A-movimento");
  97. LSTR MSG_STEPS_PER_MM = _UxGT("Passo/mm");
  98. LSTR MSG_A_STEPS = STR_A _UxGT(" passo/mm");
  99. LSTR MSG_B_STEPS = STR_B _UxGT(" passo/mm");
  100. LSTR MSG_C_STEPS = STR_C _UxGT(" passo/mm");
  101. LSTR MSG_N_STEPS = _UxGT("@ passo/mm");
  102. LSTR MSG_E_STEPS = _UxGT("E passo/mm");
  103. LSTR MSG_EN_STEPS = _UxGT("* passo/mm");
  104. LSTR MSG_TEMPERATURE = _UxGT("Temperatura");
  105. LSTR MSG_MOTION = _UxGT("Movimento");
  106. LSTR MSG_FILAMENT = _UxGT("Filamento");
  107. LSTR MSG_VOLUMETRIC_ENABLED = _UxGT("E em mm") SUPERSCRIPT_THREE;
  108. LSTR MSG_FILAMENT_DIAM = _UxGT("Fil. Diam.");
  109. LSTR MSG_FILAMENT_DIAM_E = _UxGT("Fil. Diam. *");
  110. LSTR MSG_CONTRAST = _UxGT("Contraste");
  111. LSTR MSG_STORE_EEPROM = _UxGT("Guardar na memoria");
  112. LSTR MSG_LOAD_EEPROM = _UxGT("Carregar da memoria");
  113. LSTR MSG_RESTORE_DEFAULTS = _UxGT("Rest. de emergen.");
  114. LSTR MSG_REFRESH = LCD_STR_REFRESH _UxGT(" Recarregar");
  115. LSTR MSG_INFO_SCREEN = _UxGT("Monitorizar");
  116. LSTR MSG_PREPARE = _UxGT("Preparar");
  117. LSTR MSG_TUNE = _UxGT("Afinar");
  118. LSTR MSG_PAUSE_PRINT = _UxGT("Pausar impressão");
  119. LSTR MSG_RESUME_PRINT = _UxGT("Retomar impressão");
  120. LSTR MSG_STOP_PRINT = _UxGT("Parar impressão");
  121. LSTR MSG_MEDIA_MENU = _UxGT("Imprimir do SD");
  122. LSTR MSG_NO_MEDIA = _UxGT("Sem cartão SD");
  123. LSTR MSG_DWELL = _UxGT("Em espera...");
  124. LSTR MSG_USERWAIT = _UxGT("Á espera de ordem");
  125. LSTR MSG_PRINT_ABORTED = _UxGT("Impressão cancelada");
  126. LSTR MSG_NO_MOVE = _UxGT("Sem movimento");
  127. LSTR MSG_KILLED = _UxGT("EMERGÊNCIA. ");
  128. LSTR MSG_STOPPED = _UxGT("PARADO. ");
  129. LSTR MSG_CONTROL_RETRACT = _UxGT(" Retrair mm");
  130. LSTR MSG_CONTROL_RETRACT_SWAP = _UxGT("Troca Retrair mm");
  131. LSTR MSG_CONTROL_RETRACTF = _UxGT(" Retrair V");
  132. LSTR MSG_CONTROL_RETRACT_ZHOP = _UxGT(" Levantar mm");
  133. LSTR MSG_CONTROL_RETRACT_RECOVER = _UxGT(" DesRet mm");
  134. LSTR MSG_CONTROL_RETRACT_RECOVER_SWAP = _UxGT("Troca DesRet mm");
  135. LSTR MSG_CONTROL_RETRACT_RECOVERF = _UxGT(" DesRet V");
  136. LSTR MSG_AUTORETRACT = _UxGT(" Auto-Retract");
  137. LSTR MSG_FILAMENTCHANGE = _UxGT("Trocar filamento");
  138. LSTR MSG_FILAMENTCHANGE_E = _UxGT("Trocar filamento *");
  139. LSTR MSG_ATTACH_MEDIA = _UxGT("Inici. cartão SD");
  140. LSTR MSG_CHANGE_MEDIA = _UxGT("Trocar cartão SD");
  141. LSTR MSG_ZPROBE_OUT = _UxGT("Sensor fora/base");
  142. LSTR MSG_ZPROBE_ZOFFSET = _UxGT("Desvio Z");
  143. LSTR MSG_ENDSTOP_ABORT = _UxGT("Fim de curso");
  144. LSTR MSG_HEATING_FAILED_LCD = _UxGT("Aquecimento falhou");
  145. LSTR MSG_ERR_MAXTEMP = _UxGT("Err: T Máxima");
  146. LSTR MSG_ERR_MINTEMP = _UxGT("Err: T Mínima");
  147. LSTR MSG_HEATING = _UxGT("Aquecendo...");
  148. LSTR MSG_BED_HEATING = _UxGT("Aquecendo base...");
  149. LSTR MSG_DELTA_CALIBRATE = _UxGT("Calibração Delta");
  150. LSTR MSG_DELTA_CALIBRATE_X = _UxGT("Calibrar X");
  151. LSTR MSG_DELTA_CALIBRATE_Y = _UxGT("Calibrar Y");
  152. LSTR MSG_DELTA_CALIBRATE_Z = _UxGT("Calibrar Z");
  153. LSTR MSG_DELTA_CALIBRATE_CENTER = _UxGT("Calibrar Centro");
  154. LSTR MSG_LCD_ENDSTOPS = _UxGT("Fim de curso");
  155. LSTR MSG_KILL_EXPECTED_PRINTER = _UxGT("Impressora Incorreta");
  156. LSTR MSG_TOP_LEFT = _UxGT("Superior Esquerdo");
  157. LSTR MSG_BOTTOM_LEFT = _UxGT("Inferior Esquerdo");
  158. LSTR MSG_TOP_RIGHT = _UxGT("Superior Direto");
  159. LSTR MSG_BOTTOM_RIGHT = _UxGT("Inferior Direto");
  160. LSTR MSG_CALIBRATION_COMPLETED = _UxGT("Calibração Completa");
  161. LSTR MSG_CALIBRATION_FAILED = _UxGT("Calibração Falhou");
  162. }