Subversion Repositories Tronxy-X3A-Marlin

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 ron 1
/**
2
 * Marlin 3D Printer Firmware
3
 * Copyright (C) 2016 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 <http://www.gnu.org/licenses/>.
20
 *
21
 */
22
 
23
/**
24
 * Portuguese
25
 *
26
 * LCD Menu Messages
27
 * See also http://marlinfw.org/docs/development/lcd_language.html
28
 *
29
 */
30
#ifndef LANGUAGE_PT_H
31
#define LANGUAGE_PT_H
32
 
33
#define DISPLAY_CHARSET_ISO10646_1
34
#define NOT_EXTENDED_ISO10646_1_5X7
35
 
36
#define WELCOME_MSG                         MACHINE_NAME " pronta."
37
#define MSG_SD_INSERTED                     "Cartao inserido"
38
#define MSG_SD_REMOVED                      "Cartao removido"
39
#define MSG_MAIN                            "Menu principal"
40
#define MSG_AUTOSTART                       "Autostart"
41
#define MSG_DISABLE_STEPPERS                "Desactivar motores"
42
#define MSG_AUTO_HOME                       "Ir para origem"
43
#define MSG_AUTO_HOME_X                     "Ir para origem X"
44
#define MSG_AUTO_HOME_Y                     "Ir para origem Y"
45
#define MSG_AUTO_HOME_Z                     "Ir para origem Z"
46
#define MSG_TMC_Z_CALIBRATION               "Calibrar Z"
47
#define MSG_LEVEL_BED_HOMING                "Indo para origem"
48
#define MSG_LEVEL_BED_WAITING               "Click para iniciar"
49
#define MSG_LEVEL_BED_NEXT_POINT            "Proximo ponto"
50
#define MSG_LEVEL_BED_DONE                  "Pronto !"
51
#define MSG_SET_HOME_OFFSETS                "Definir desvio"
52
#define MSG_HOME_OFFSETS_APPLIED            "Offsets applied"
53
#define MSG_SET_ORIGIN                      "Definir origem"
54
#define MSG_PREHEAT_1                       "Pre-aquecer PLA"
55
#define MSG_PREHEAT_1_N                     "Pre-aquecer PLA"
56
#define MSG_PREHEAT_1_ALL                   "Pre-aq. PLA Tudo"
57
#define MSG_PREHEAT_1_BEDONLY               "Pre-aq. PLA " LCD_STR_THERMOMETER "Base"
58
#define MSG_PREHEAT_1_SETTINGS              "Definicoes PLA"
59
#define MSG_PREHEAT_2                       "Pre-aquecer ABS"
60
#define MSG_PREHEAT_2_N                     "Pre-aquecer ABS "
61
#define MSG_PREHEAT_2_ALL                   "Pre-aq. ABS Tudo"
62
#define MSG_PREHEAT_2_BEDONLY               "Pre-aq. ABS " LCD_STR_THERMOMETER "Base"
63
#define MSG_PREHEAT_2_SETTINGS              "Definicoes ABS"
64
#define MSG_COOLDOWN                        "Arrefecer"
65
#define MSG_SWITCH_PS_ON                    "Ligar"
66
#define MSG_SWITCH_PS_OFF                   "Desligar"
67
#define MSG_EXTRUDE                         "Extrudir"
68
#define MSG_RETRACT                         "Retrair"
69
#define MSG_MOVE_AXIS                       "Mover eixo"
70
#define MSG_MOVE_X                          "Mover X"
71
#define MSG_MOVE_Y                          "Mover Y"
72
#define MSG_MOVE_Z                          "Mover Z"
73
#define MSG_MOVE_E                          "Mover Extrusor"
74
#define MSG_MOVE_01MM                       "Mover 0.1mm"
75
#define MSG_MOVE_1MM                        "Mover 1mm"
76
#define MSG_MOVE_10MM                       "Mover 10mm"
77
#define MSG_SPEED                           "Velocidade"
78
#define MSG_BED_Z                           "Base Z"
79
#define MSG_NOZZLE                          LCD_STR_THERMOMETER " Bico"
80
#define MSG_BED                             LCD_STR_THERMOMETER " Base"
81
#define MSG_FAN_SPEED                       "Vel. ventoinha"
82
#define MSG_FLOW                            "Fluxo"
83
#define MSG_CONTROL                         "Controlo"
84
#define MSG_MIN                             LCD_STR_THERMOMETER " Min"
85
#define MSG_MAX                             LCD_STR_THERMOMETER " Max"
86
#define MSG_FACTOR                          LCD_STR_THERMOMETER " Fact"
87
#define MSG_AUTOTEMP                        "Temp. Automatica"
88
#define MSG_ON                              "On "
89
#define MSG_OFF                             "Off"
90
#define MSG_PID_P                           "PID-P"
91
#define MSG_PID_I                           "PID-I"
92
#define MSG_PID_D                           "PID-D"
93
#define MSG_PID_C                           "PID-C"
94
#define MSG_ACC                             "Acc"
95
#define MSG_JERK                            "Jerk"
96
#if IS_KINEMATIC
97
  #define MSG_VA_JERK                       "Va-jerk"
98
  #define MSG_VB_JERK                       "Vb-jerk"
99
  #define MSG_VC_JERK                       "Vc-jerk"
100
#else
101
  #define MSG_VA_JERK                       "Vx-jerk"
102
  #define MSG_VB_JERK                       "Vy-jerk"
103
  #define MSG_VC_JERK                       "Vz-jerk"
104
#endif
105
#define MSG_VE_JERK                         "Ve-jerk"
106
#define MSG_VMAX                            " Vmax "
107
#define MSG_VMIN                            "Vmin"
108
#define MSG_VTRAV_MIN                       "VTrav min"
109
#define MSG_AMAX                            "Amax "
110
#define MSG_A_RETRACT                       "A-retraccao"
111
#define MSG_A_TRAVEL                        "A-movimento"
112
#define MSG_STEPS_PER_MM                    "Passo/mm"
113
#if IS_KINEMATIC
114
  #define MSG_ASTEPS                        "A passo/mm"
115
  #define MSG_BSTEPS                        "B passo/mm"
116
  #define MSG_CSTEPS                        "C passo/mm"
117
#else
118
  #define MSG_ASTEPS                        "X passo/mm"
119
  #define MSG_BSTEPS                        "Y passo/mm"
120
  #define MSG_CSTEPS                        "Z passo/mm"
121
#endif
122
#define MSG_ESTEPS                          "E passo/mm"
123
#define MSG_E1STEPS                         "E1 passo/mm"
124
#define MSG_E2STEPS                         "E2 passo/mm"
125
#define MSG_E3STEPS                         "E3 passo/mm"
126
#define MSG_E4STEPS                         "E4 passo/mm"
127
#define MSG_E5STEPS                         "E5 passo/mm"
128
#define MSG_TEMPERATURE                     "Temperatura"
129
#define MSG_MOTION                          "Movimento"
130
#define MSG_FILAMENT                        "Filamento"
131
#define MSG_VOLUMETRIC_ENABLED              "E em mm3"
132
#define MSG_FILAMENT_DIAM                   "Fil. Diam."
133
#define MSG_CONTRAST                        "Contraste"
134
#define MSG_STORE_EEPROM                    "Guardar na memoria"
135
#define MSG_LOAD_EEPROM                     "Carregar da memoria"
136
#define MSG_RESTORE_FAILSAFE                "Rest. de emergen."
137
#define MSG_REFRESH                         LCD_STR_REFRESH " Recarregar"
138
#define MSG_WATCH                           "Monitorizar"
139
#define MSG_PREPARE                         "Preparar"
140
#define MSG_TUNE                            "Afinar"
141
#define MSG_PAUSE_PRINT                     "Pausar impressao"
142
#define MSG_RESUME_PRINT                    "Retomar impressao"
143
#define MSG_STOP_PRINT                      "Parar impressao"
144
#define MSG_CARD_MENU                       "Imprimir do SD"
145
#define MSG_NO_CARD                         "Sem cartao SD"
146
#define MSG_DWELL                           "Em espera..."
147
#define MSG_USERWAIT                        "A espera de ordem"
148
#define MSG_PRINT_ABORTED                   "Impressao cancelada"
149
#define MSG_NO_MOVE                         "Sem movimento"
150
#define MSG_KILLED                          "EMERGENCIA. "
151
#define MSG_STOPPED                         "PARADO. "
152
#define MSG_CONTROL_RETRACT                 " Retrair mm"
153
#define MSG_CONTROL_RETRACT_SWAP            "Troca Retrair mm"
154
#define MSG_CONTROL_RETRACTF                " Retrair  V"
155
#define MSG_CONTROL_RETRACT_ZLIFT           " Levantar mm"
156
#define MSG_CONTROL_RETRACT_RECOVER         " DesRet mm"
157
#define MSG_CONTROL_RETRACT_RECOVER_SWAP    "Troca DesRet mm"
158
#define MSG_CONTROL_RETRACT_RECOVERF        " DesRet  V"
159
#define MSG_AUTORETRACT                     " AutoRetr."
160
#define MSG_FILAMENTCHANGE                  "Trocar filamento"
161
#define MSG_INIT_SDCARD                     "Inici. cartao SD"
162
#define MSG_CNG_SDCARD                      "Trocar cartao SD"
163
#define MSG_ZPROBE_OUT                      "Sensor fora/base"
164
#define MSG_HOME                            "Home"  // Used as MSG_HOME " " MSG_X MSG_Y MSG_Z " " MSG_FIRST
165
#define MSG_FIRST                           "first"
166
#define MSG_ZPROBE_ZOFFSET                  "Desvio Z"
167
#define MSG_BABYSTEP_X                      "Babystep X"
168
#define MSG_BABYSTEP_Y                      "Babystep Y"
169
#define MSG_BABYSTEP_Z                      "Babystep Z"
170
#define MSG_ENDSTOP_ABORT                   "Fim de curso"
171
#define MSG_HEATING_FAILED_LCD              "Aquecimento falhou"
172
#define MSG_ERR_REDUNDANT_TEMP              "Err: REDUNDANT TEMP"
173
#define MSG_THERMAL_RUNAWAY                 "THERMAL RUNAWAY"
174
#define MSG_ERR_MAXTEMP                     "Err: T Maxima"
175
#define MSG_ERR_MINTEMP                     "Err: T Minima"
176
#define MSG_ERR_MAXTEMP_BED                 "Err: T Base Maxima"
177
#define MSG_ERR_MINTEMP_BED                 "Err: T Base Minima"
178
#define MSG_HEATING                         "Aquecendo..."
179
#define MSG_BED_HEATING                     "Aquecendo base.."
180
#define MSG_DELTA_CALIBRATE                 "Calibracao Delta"
181
#define MSG_DELTA_CALIBRATE_X               "Calibrar X"
182
#define MSG_DELTA_CALIBRATE_Y               "Calibrar Y"
183
#define MSG_DELTA_CALIBRATE_Z               "Calibrar Z"
184
#define MSG_DELTA_CALIBRATE_CENTER          "Calibrar Centro"
185
 
186
#define MSG_LCD_ENDSTOPS                    "Fim de curso"
187
 
188
#endif // LANGUAGE_PT_H