Browse Source

Merge pull request #3366 from jbrazio/translate/pt_PT

Added missing translations for pt_PT
Scott Lahteine 8 years ago
parent
commit
0433df3835
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

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

+ 14
- 1
Marlin/language_pt_utf8.h View File

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

Loading…
Cancel
Save