Browse Source

Changes for Portuguese too

Scott Lahteine 10 years ago
parent
commit
d7211a5324
1 changed files with 39 additions and 65 deletions
  1. 39
    65
      Marlin/language_pt.h

+ 39
- 65
Marlin/language_pt.h View File

18
 #define MSG_SET_HOME_OFFSETS                "Def. home offsets"
18
 #define MSG_SET_HOME_OFFSETS                "Def. home offsets"
19
 #define MSG_SET_ORIGIN                      "Estabelecer orig."
19
 #define MSG_SET_ORIGIN                      "Estabelecer orig."
20
 #define MSG_PREHEAT_PLA                     "Pre-aquecer PLA"
20
 #define MSG_PREHEAT_PLA                     "Pre-aquecer PLA"
21
-#define MSG_PREHEAT_PLA0                    " pre-aquecer PLA 1"
22
-#define MSG_PREHEAT_PLA1                    " pre-aquecer PLA 2"
23
-#define MSG_PREHEAT_PLA2                    " pre-aquecer PLA 3"
24
-#define MSG_PREHEAT_PLA012                  " pre-aq. PLA Tudo"
25
-#define MSG_PREHEAT_PLA_BEDONLY             " pre-aq. PLA \002Base"
21
+#define MSG_PREHEAT_PLA_N                   "Pre-aquecer PLA "
22
+#define MSG_PREHEAT_PLA_ALL                 "Pre-aq. PLA Tudo"
23
+#define MSG_PREHEAT_PLA_BEDONLY             "Pre-aq. PLA \002Base"
26
 #define MSG_PREHEAT_PLA_SETTINGS            "PLA definicoes"
24
 #define MSG_PREHEAT_PLA_SETTINGS            "PLA definicoes"
27
 #define MSG_PREHEAT_ABS                     "Pre-aquecer ABS"
25
 #define MSG_PREHEAT_ABS                     "Pre-aquecer ABS"
28
-#define MSG_PREHEAT_ABS0                    " pre-aquecer ABS 1"
29
-#define MSG_PREHEAT_ABS1                    " pre-aquecer ABS 2"
30
-#define MSG_PREHEAT_ABS2                    " pre-aquecer ABS 3"
31
-#define MSG_PREHEAT_ABS012                  " pre-aq. ABS Tudo"
32
-#define MSG_PREHEAT_ABS_BEDONLY             " pre-aq. ABS \002Base"
26
+#define MSG_PREHEAT_ABS_N                   "Pre-aquecer ABS "
27
+#define MSG_PREHEAT_ABS_ALL                 "Pre-aq. ABS Tudo"
28
+#define MSG_PREHEAT_ABS_BEDONLY             "Pre-aq. ABS \002Base"
33
 #define MSG_PREHEAT_ABS_SETTINGS            "ABS definicoes"
29
 #define MSG_PREHEAT_ABS_SETTINGS            "ABS definicoes"
34
 #define MSG_COOLDOWN                        "Arrefecer"
30
 #define MSG_COOLDOWN                        "Arrefecer"
35
 #define MSG_SWITCH_PS_ON                    "Ligar"
31
 #define MSG_SWITCH_PS_ON                    "Ligar"
41
 #define MSG_MOVE_Y                          "Mover Y"
37
 #define MSG_MOVE_Y                          "Mover Y"
42
 #define MSG_MOVE_Z                          "Mover Z"
38
 #define MSG_MOVE_Z                          "Mover Z"
43
 #define MSG_MOVE_E                          "Extrusor"
39
 #define MSG_MOVE_E                          "Extrusor"
44
-#define MSG_MOVE_E1                         "Extrusor2"
45
-#define MSG_MOVE_E2                         "Extrusor3"
46
 #define MSG_MOVE_01MM                       "Mover 0.1mm"
40
 #define MSG_MOVE_01MM                       "Mover 0.1mm"
47
 #define MSG_MOVE_1MM                        "Mover 1mm"
41
 #define MSG_MOVE_1MM                        "Mover 1mm"
48
 #define MSG_MOVE_10MM                       "Mover 10mm"
42
 #define MSG_MOVE_10MM                       "Mover 10mm"
49
-#define MSG_SPEED                           "Velocidade:"
50
-#define MSG_NOZZLE                          "\002Bico:"
51
-#define MSG_NOZZLE1                         "\002Bico2:"
52
-#define MSG_NOZZLE2                         "\002Bico3:"
53
-#define MSG_BED                             "\002Base:"
43
+#define MSG_SPEED                           "Velocidade"
44
+#define MSG_NOZZLE                          "\002Bico"
45
+#define MSG_BED                             "\002Base"
54
 #define MSG_FAN_SPEED                       "Velocidade do ar."
46
 #define MSG_FAN_SPEED                       "Velocidade do ar."
55
-#define MSG_FLOW                            "Fluxo:"
56
-#define MSG_FLOW0                           "Fluxo0:"
57
-#define MSG_FLOW1                           "Fluxo1:"
58
-#define MSG_FLOW2                           "Fluxo2:"
47
+#define MSG_FLOW                            "Fluxo"
59
 #define MSG_CONTROL                         "Controlo \003"
48
 #define MSG_CONTROL                         "Controlo \003"
60
-#define MSG_MIN                             "\002 Min:"
61
-#define MSG_MAX                             "\002 Max:"
62
-#define MSG_FACTOR                          "\002 Fact:"
63
-#define MSG_AUTOTEMP                        "Autotemp:"
49
+#define MSG_MIN                             "\002 Min"
50
+#define MSG_MAX                             "\002 Max"
51
+#define MSG_FACTOR                          "\002 Fact"
52
+#define MSG_AUTOTEMP                        "Autotemp"
64
 #define MSG_ON                              "On "
53
 #define MSG_ON                              "On "
65
 #define MSG_OFF                             "Off"
54
 #define MSG_OFF                             "Off"
66
-#define MSG_PID_P                           "PID-P: "
67
-#define MSG_PID_I                           "PID-I: "
68
-#define MSG_PID_D                           "PID-D: "
69
-#define MSG_PID_C                           "PID-C: "
70
-#define MSG_PID_P1                          "PID-P E2: "
71
-#define MSG_PID_I1                          "PID-I E2: "
72
-#define MSG_PID_D1                          "PID-D E2: "
73
-#define MSG_PID_C1                          "PID-C E2: "
74
-#define MSG_PID_P2                          "PID-P E3: "
75
-#define MSG_PID_I2                          "PID-I E3: "
76
-#define MSG_PID_D2                          "PID-D E3: "
77
-#define MSG_PID_C2                          "PID-C E3: "
78
-#define MSG_ACC                             "Acc:"
79
-#define MSG_VXY_JERK                        "Vxy-jerk: "
55
+#define MSG_PID_P                           "PID-P"
56
+#define MSG_PID_I                           "PID-I"
57
+#define MSG_PID_D                           "PID-D"
58
+#define MSG_PID_C                           "PID-C"
59
+#define MSG_ACC                             "Acc"
60
+#define MSG_VXY_JERK                        "Vxy-jerk"
80
 #define MSG_VZ_JERK                         "Vz-jerk"
61
 #define MSG_VZ_JERK                         "Vz-jerk"
81
 #define MSG_VE_JERK                         "Ve-jerk"
62
 #define MSG_VE_JERK                         "Ve-jerk"
82
 #define MSG_VMAX                            " Vmax "
63
 #define MSG_VMAX                            " Vmax "
83
-#define MSG_X                               "x:"
84
-#define MSG_Y                               "y:"
85
-#define MSG_Z                               "z:"
86
-#define MSG_E                               "e:"
87
-#define MSG_VMIN                            "Vmin:"
88
-#define MSG_VTRAV_MIN                       "VTrav min:"
64
+#define MSG_X                               "x"
65
+#define MSG_Y                               "y"
66
+#define MSG_Z                               "z"
67
+#define MSG_E                               "e"
68
+#define MSG_VMIN                            "Vmin"
69
+#define MSG_VTRAV_MIN                       "VTrav min"
89
 #define MSG_AMAX                            "Amax "
70
 #define MSG_AMAX                            "Amax "
90
-#define MSG_A_RETRACT                       "A-retract:"
91
-#define MSG_XSTEPS                          "Xpasso/mm:"
92
-#define MSG_YSTEPS                          "Ypasso/mm:"
93
-#define MSG_ZSTEPS                          "Zpasso/mm:"
94
-#define MSG_ESTEPS                          "Epasso/mm:"
71
+#define MSG_A_RETRACT                       "A-retract"
72
+#define MSG_XSTEPS                          "Xpasso/mm"
73
+#define MSG_YSTEPS                          "Ypasso/mm"
74
+#define MSG_ZSTEPS                          "Zpasso/mm"
75
+#define MSG_ESTEPS                          "Epasso/mm"
95
 #define MSG_TEMPERATURE                     "Temperatura"
76
 #define MSG_TEMPERATURE                     "Temperatura"
96
 #define MSG_MOTION                          "Movimento"
77
 #define MSG_MOTION                          "Movimento"
97
 #define MSG_VOLUMETRIC                      "Filamento"
78
 #define MSG_VOLUMETRIC                      "Filamento"
119
 #define MSG_NO_MOVE                         "Sem movimento"
100
 #define MSG_NO_MOVE                         "Sem movimento"
120
 #define MSG_KILLED                          "INTRRP. DE EMERG."
101
 #define MSG_KILLED                          "INTRRP. DE EMERG."
121
 #define MSG_STOPPED                         "PARADO. "
102
 #define MSG_STOPPED                         "PARADO. "
122
-#define MSG_CONTROL_RETRACT                 " Retrair mm:"
123
-#define MSG_CONTROL_RETRACT_SWAP            "Troca Retrair mm:"
124
-#define MSG_CONTROL_RETRACTF                " Retrair  V:"
125
-#define MSG_CONTROL_RETRACT_ZLIFT           " Levantar mm:"
126
-#define MSG_CONTROL_RETRACT_RECOVER         " DesRet +mm:"
127
-#define MSG_CONTROL_RETRACT_RECOVER_SWAP    "Troca DesRet +mm:"
128
-#define MSG_CONTROL_RETRACT_RECOVERF        " DesRet  V:"
129
-#define MSG_AUTORETRACT                     " AutoRetr.:"
103
+#define MSG_CONTROL_RETRACT                 " Retrair mm"
104
+#define MSG_CONTROL_RETRACT_SWAP            "Troca Retrair mm"
105
+#define MSG_CONTROL_RETRACTF                " Retrair  V"
106
+#define MSG_CONTROL_RETRACT_ZLIFT           " Levantar mm"
107
+#define MSG_CONTROL_RETRACT_RECOVER         " DesRet +mm"
108
+#define MSG_CONTROL_RETRACT_RECOVER_SWAP    "Troca DesRet +mm"
109
+#define MSG_CONTROL_RETRACT_RECOVERF        " DesRet  V"
110
+#define MSG_AUTORETRACT                     " AutoRetr."
130
 #define MSG_FILAMENTCHANGE                  "Trocar filamento"
111
 #define MSG_FILAMENTCHANGE                  "Trocar filamento"
131
 #define MSG_INIT_SDCARD                     "Inic. SD-Card"
112
 #define MSG_INIT_SDCARD                     "Inic. SD-Card"
132
 #define MSG_CNG_SDCARD                      "Trocar SD-Card"
113
 #define MSG_CNG_SDCARD                      "Trocar SD-Card"
138
 #define MSG_BABYSTEP_Z                      "Babystep Z"
119
 #define MSG_BABYSTEP_Z                      "Babystep Z"
139
 #define MSG_ENDSTOP_ABORT                   "Endstop abort."
120
 #define MSG_ENDSTOP_ABORT                   "Endstop abort."
140
 
121
 
141
-#define MSG_RECTRACT                        "Retrair"
142
-#define MSG_MAIN_WIDE                       "Menu Principal  \003"
143
-#define MSG_PREPARE_ALT                     "Preparar \003"
144
-#define MSG_CONTROL_ARROW                   "Controlo \x7E"
145
-#define MSG_RETRACT_ARROW                   "Retrair \x7E"
146
-#define MSG_STEPPER_RELEASED                "Desengatado."
147
-
148
 #ifdef DELTA_CALIBRATION_MENU
122
 #ifdef DELTA_CALIBRATION_MENU
149
     #define MSG_DELTA_CALIBRATE             "Delta Calibracao"
123
     #define MSG_DELTA_CALIBRATE             "Delta Calibracao"
150
     #define MSG_DELTA_CALIBRATE_X           "Calibrar X"
124
     #define MSG_DELTA_CALIBRATE_X           "Calibrar X"

Loading…
Cancel
Save