Browse Source

Fixes #3361: Added missing translations for pt_PT

João Brázio 8 years ago
parent
commit
dff6adfbca
2 changed files with 28 additions and 2 deletions
  1. 14
    1
      Marlin/language_pt.h
  2. 14
    1
      Marlin/language_pt_utf8.h

+ 14
- 1
Marlin/language_pt.h View File

@@ -69,6 +69,7 @@
69 69
 #define MSG_MOVE_1MM                        "Mover 1mm"
70 70
 #define MSG_MOVE_10MM                       "Mover 10mm"
71 71
 #define MSG_SPEED                           "Velocidade"
72
+#define MSG_BED_Z                           "Base Z"
72 73
 #define MSG_NOZZLE                          LCD_STR_THERMOMETER " Bico"
73 74
 #define MSG_BED                             LCD_STR_THERMOMETER " Base"
74 75
 #define MSG_FAN_SPEED                       "Vel. ventoinha"
@@ -100,7 +101,8 @@
100 101
 #define MSG_VMIN                            "Vmin"
101 102
 #define MSG_VTRAV_MIN                       "VTrav min"
102 103
 #define MSG_AMAX                            "Amax "
103
-#define MSG_A_RETRACT                       "A-retract"
104
+#define MSG_A_RETRACT                       "A-retrair"
105
+#define MSG_A_TRAVEL                        "A-distancia"
104 106
 #define MSG_XSTEPS                          "X passo/mm"
105 107
 #define MSG_YSTEPS                          "Y passo/mm"
106 108
 #define MSG_ZSTEPS                          "Z passo/mm"
@@ -148,8 +150,19 @@
148 150
 #define MSG_BABYSTEP_Y                      "Babystep Y"
149 151
 #define MSG_BABYSTEP_Z                      "Babystep Z"
150 152
 #define MSG_ENDSTOP_ABORT                   "Fim de curso"
153
+#define MSG_HEATING_FAILED_LCD              "Falhou aquecimento"
154
+#define MSG_ERR_REDUNDANT_TEMP              "Err: REDUNDANT TEMP ERROR"
155
+#define MSG_THERMAL_RUNAWAY                 "THERMAL RUNAWAY"
156
+#define MSG_ERR_MAXTEMP                     "Err: Temp. Maxima"
157
+#define MSG_ERR_MINTEMP                     "Err: Temp. Minima"
158
+#define MSG_ERR_MAXTEMP_BED                 "Err: Temp. Base Maxima"
159
+#define MSG_ERR_MINTEMP_BED                 "Err: Temp. Base Minima"
151 160
 #define MSG_END_HOUR                        "horas"
152 161
 #define MSG_END_MINUTE                      "minutos"
162
+#define MSG_HEATING                         "Aquecendo..."
163
+#define MSG_HEATING_COMPLETE                "Aquecida."
164
+#define MSG_BED_HEATING                     "Aquecendo base.."
165
+#define MSG_BED_DONE                        "Base aquecida."
153 166
 
154 167
 #if ENABLED(DELTA_CALIBRATION_MENU)
155 168
   #define MSG_DELTA_CALIBRATE             "Calibracao Delta"

+ 14
- 1
Marlin/language_pt_utf8.h View File

@@ -69,6 +69,7 @@
69 69
 #define MSG_MOVE_1MM                        "Mover 1mm"
70 70
 #define MSG_MOVE_10MM                       "Mover 10mm"
71 71
 #define MSG_SPEED                           "Velocidade"
72
+#define MSG_BED_Z                           "Base Z"
72 73
 #define MSG_NOZZLE                          LCD_STR_THERMOMETER " Bico"
73 74
 #define MSG_BED                             LCD_STR_THERMOMETER " Base"
74 75
 #define MSG_FAN_SPEED                       "Vel. ventoinha"
@@ -100,7 +101,8 @@
100 101
 #define MSG_VMIN                            "Vmin"
101 102
 #define MSG_VTRAV_MIN                       "VTrav min"
102 103
 #define MSG_AMAX                            "Amax "
103
-#define MSG_A_RETRACT                       "A-retract"
104
+#define MSG_A_RETRACT                       "A-retrair"
105
+#define MSG_A_TRAVEL                        "A-distância"
104 106
 #define MSG_XSTEPS                          "X passo/mm"
105 107
 #define MSG_YSTEPS                          "Y passo/mm"
106 108
 #define MSG_ZSTEPS                          "Z passo/mm"
@@ -148,8 +150,19 @@
148 150
 #define MSG_BABYSTEP_Y                      "Babystep Y"
149 151
 #define MSG_BABYSTEP_Z                      "Babystep Z"
150 152
 #define MSG_ENDSTOP_ABORT                   "Fim de curso"
153
+#define MSG_HEATING_FAILED_LCD              "Falhou aquecimento"
154
+#define MSG_ERR_REDUNDANT_TEMP              "Err: REDUNDANT TEMP ERROR"
155
+#define MSG_THERMAL_RUNAWAY                 "THERMAL RUNAWAY"
156
+#define MSG_ERR_MAXTEMP                     "Err: Temp. Máxima"
157
+#define MSG_ERR_MINTEMP                     "Err: Temp. Mínima"
158
+#define MSG_ERR_MAXTEMP_BED                 "Err: Temp. Base Máxima"
159
+#define MSG_ERR_MINTEMP_BED                 "Err: Temp. Base Mínima"
151 160
 #define MSG_END_HOUR                        "horas"
152 161
 #define MSG_END_MINUTE                      "minutos"
162
+#define MSG_HEATING                         "Aquecendo..."
163
+#define MSG_HEATING_COMPLETE                "Aquecida."
164
+#define MSG_BED_HEATING                     "Aquecendo base.."
165
+#define MSG_BED_DONE                        "Base aquecida."
153 166
 
154 167
 #if ENABLED(DELTA_CALIBRATION_MENU)
155 168
   #define MSG_DELTA_CALIBRATE             "Calibração Delta"

Loading…
Cancel
Save