Browse Source

Updated pt_PT language pack

João Brázio 8 years ago
parent
commit
596f15348d
No account linked to committer's email address
2 changed files with 19 additions and 7 deletions
  1. 9
    3
      Marlin/language_pt.h
  2. 10
    4
      Marlin/language_pt_utf8.h

+ 9
- 3
Marlin/language_pt.h View File

@@ -42,10 +42,14 @@
42 42
 #define MSG_AUTOSTART                       "Autostart"
43 43
 #define MSG_DISABLE_STEPPERS                "Desactivar motores"
44 44
 #define MSG_AUTO_HOME                       "Ir para origem"
45
+#define MSG_AUTO_HOME_X                     "Ir para origem X"
46
+#define MSG_AUTO_HOME_Y                     "Ir para origem Y"
47
+#define MSG_AUTO_HOME_Z                     "Ir para origem Z"
45 48
 #define MSG_LEVEL_BED_HOMING                "Indo para origem"
46
-#define MSG_LEVEL_BED_WAITING               "Click to Begin"
47
-#define MSG_LEVEL_BED_DONE                  "Leveling Done!"
48
-#define MSG_LEVEL_BED_CANCEL                "Cancel"
49
+#define MSG_LEVEL_BED_WAITING               "Click para iniciar"
50
+#define MSG_LEVEL_BED_NEXT_POINT            "Proximo ponto"
51
+#define MSG_LEVEL_BED_DONE                  "Pronto !"
52
+#define MSG_LEVEL_BED_CANCEL                "Cancelar"
49 53
 #define MSG_SET_HOME_OFFSETS                "Definir desvio"
50 54
 #define MSG_HOME_OFFSETS_APPLIED            "Offsets applied"
51 55
 #define MSG_SET_ORIGIN                      "Definir origem"
@@ -174,4 +178,6 @@
174 178
 #define MSG_DELTA_CALIBRATE_Z               "Calibrar Z"
175 179
 #define MSG_DELTA_CALIBRATE_CENTER          "Calibrar Centro"
176 180
 
181
+#define MSG_LCD_ENDSTOPS                    "Fim de curso"
182
+
177 183
 #endif // LANGUAGE_PT_H

+ 10
- 4
Marlin/language_pt_utf8.h View File

@@ -42,12 +42,16 @@
42 42
 #define MSG_AUTOSTART                       "Autostart"
43 43
 #define MSG_DISABLE_STEPPERS                "Desactivar motores"
44 44
 #define MSG_AUTO_HOME                       "Ir para origem"
45
+#define MSG_AUTO_HOME_X                     "Ir para origem X"
46
+#define MSG_AUTO_HOME_Y                     "Ir para origem Y"
47
+#define MSG_AUTO_HOME_Z                     "Ir para origem Z"
45 48
 #define MSG_LEVEL_BED_HOMING                "Indo para origem"
46
-#define MSG_LEVEL_BED_WAITING               "Click to Begin"
47
-#define MSG_LEVEL_BED_DONE                  "Leveling Done!"
48
-#define MSG_LEVEL_BED_CANCEL                "Cancel"
49
+#define MSG_LEVEL_BED_WAITING               "Click para iniciar"
50
+#define MSG_LEVEL_BED_NEXT_POINT            "Próximo ponto"
51
+#define MSG_LEVEL_BED_DONE                  "Pronto !"
52
+#define MSG_LEVEL_BED_CANCEL                "Cancelar"
49 53
 #define MSG_SET_HOME_OFFSETS                "Definir desvio"
50
-#define MSG_HOME_OFFSETS_APPLIED            "Offsets applied"
54
+#define MSG_HOME_OFFSETS_APPLIED            "Offsets aplicados"
51 55
 #define MSG_SET_ORIGIN                      "Definir origem"
52 56
 #define MSG_PREHEAT_PLA                     "Pre-aquecer PLA"
53 57
 #define MSG_PREHEAT_PLA_N                   "Pre-aquecer PLA"
@@ -174,4 +178,6 @@
174 178
 #define MSG_DELTA_CALIBRATE_Z               "Calibrar Z"
175 179
 #define MSG_DELTA_CALIBRATE_CENTER          "Calibrar Centro"
176 180
 
181
+#define MSG_LCD_ENDSTOPS                    "Fim de curso"
182
+
177 183
 #endif // LANGUAGE_PT_UTF_H

Loading…
Cancel
Save