Browse Source

Added pt_pt-utf8 language pack; Fixed some minor compiler warnings; Harmonize file suffix for the current existing UTF8 language packs; Updated all configuration files to reflect the new language packs

jbrazio 8 years ago
parent
commit
68dda08fff

+ 1
- 1
Marlin/Configuration.h View File

@@ -673,7 +673,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
673 673
 // @section lcd
674 674
 
675 675
 // Define your display language below. Replace (en) with your language code and uncomment.
676
-// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, cz, test
676
+// en, pl, fr, de, es, ru, bg, it, pt, pt_utf8 pt-br, pt-br_utf8, fi, an, nl, ca, eu, kana, kana_utf8, cn, cz, test
677 677
 // See also language.h
678 678
 #define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
679 679
 

+ 1
- 1
Marlin/example_configurations/Felix/Configuration.h View File

@@ -656,7 +656,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
656 656
 // @section lcd
657 657
 
658 658
 // Define your display language below. Replace (en) with your language code and uncomment.
659
-// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, cz, test
659
+// en, pl, fr, de, es, ru, bg, it, pt, pt_utf8 pt-br, pt-br_utf8, fi, an, nl, ca, eu, kana, kana_utf8, cn, cz, test
660 660
 // See also language.h
661 661
 //#define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
662 662
 

+ 1
- 1
Marlin/example_configurations/Felix/Configuration_DUAL.h View File

@@ -653,7 +653,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
653 653
 // @section lcd
654 654
 
655 655
 // Define your display language below. Replace (en) with your language code and uncomment.
656
-// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, cz, test
656
+// en, pl, fr, de, es, ru, bg, it, pt, pt_utf8 pt-br, pt-br_utf8, fi, an, nl, ca, eu, kana, kana_utf8, cn, cz, test
657 657
 // See also language.h
658 658
 //#define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
659 659
 

+ 1
- 1
Marlin/example_configurations/Hephestos/Configuration.h View File

@@ -665,7 +665,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
665 665
 // @section lcd
666 666
 
667 667
 // Define your display language below. Replace (en) with your language code and uncomment.
668
-// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, cz, test
668
+// en, pl, fr, de, es, ru, bg, it, pt, pt_utf8 pt-br, pt-br_utf8, fi, an, nl, ca, eu, kana, kana_utf8, cn, cz, test
669 669
 // See also language.h
670 670
 //#define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
671 671
 

+ 1
- 1
Marlin/example_configurations/Hephestos_2/Configuration.h View File

@@ -668,7 +668,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
668 668
 // @section lcd
669 669
 
670 670
 // Define your display language below. Replace (en) with your language code and uncomment.
671
-// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, cz, test
671
+// en, pl, fr, de, es, ru, bg, it, pt, pt_utf8 pt-br, pt-br_utf8, fi, an, nl, ca, eu, kana, kana_utf8, cn, cz, test
672 672
 // See also language.h
673 673
 #define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
674 674
 

+ 1
- 1
Marlin/example_configurations/K8200/Configuration.h View File

@@ -688,7 +688,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
688 688
 // @section lcd
689 689
 
690 690
 // Define your display language below. Replace (en) with your language code and uncomment.
691
-// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, cz, test
691
+// en, pl, fr, de, es, ru, bg, it, pt, pt_utf8 pt-br, pt-br_utf8, fi, an, nl, ca, eu, kana, kana_utf8, cn, cz, test
692 692
 // See also language.h
693 693
 #define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
694 694
 

+ 1
- 1
Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h View File

@@ -673,7 +673,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
673 673
 // @section lcd
674 674
 
675 675
 // Define your display language below. Replace (en) with your language code and uncomment.
676
-// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, cz, test
676
+// en, pl, fr, de, es, ru, bg, it, pt, pt_utf8 pt-br, pt-br_utf8, fi, an, nl, ca, eu, kana, kana_utf8, cn, cz, test
677 677
 // See also language.h
678 678
 #define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
679 679
 

+ 1
- 1
Marlin/example_configurations/RigidBot/Configuration.h View File

@@ -668,7 +668,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
668 668
 // @section lcd
669 669
 
670 670
 // Define your display language below. Replace (en) with your language code and uncomment.
671
-// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, cz, test
671
+// en, pl, fr, de, es, ru, bg, it, pt, pt_utf8 pt-br, pt-br_utf8, fi, an, nl, ca, eu, kana, kana_utf8, cn, cz, test
672 672
 // See also language.h
673 673
 #define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
674 674
 

+ 1
- 1
Marlin/example_configurations/SCARA/Configuration.h View File

@@ -681,7 +681,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
681 681
 // @section lcd
682 682
 
683 683
 // Define your display language below. Replace (en) with your language code and uncomment.
684
-// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, cz, test
684
+// en, pl, fr, de, es, ru, bg, it, pt, pt_utf8 pt-br, pt-br_utf8, fi, an, nl, ca, eu, kana, kana_utf8, cn, cz, test
685 685
 // See also language.h
686 686
 //#define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
687 687
 

+ 1
- 1
Marlin/example_configurations/TAZ4/Configuration.h View File

@@ -693,7 +693,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
693 693
 // @section lcd
694 694
 
695 695
 // Define your display language below. Replace (en) with your language code and uncomment.
696
-// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, cz, test
696
+// en, pl, fr, de, es, ru, bg, it, pt, pt_utf8 pt-br, pt-br_utf8, fi, an, nl, ca, eu, kana, kana_utf8, cn, cz, test
697 697
 // See also language.h
698 698
 #define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
699 699
 

+ 1
- 1
Marlin/example_configurations/WITBOX/Configuration.h View File

@@ -665,7 +665,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
665 665
 // @section lcd
666 666
 
667 667
 // Define your display language below. Replace (en) with your language code and uncomment.
668
-// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, cz, test
668
+// en, pl, fr, de, es, ru, bg, it, pt, pt_utf8 pt-br, pt-br_utf8, fi, an, nl, ca, eu, kana, kana_utf8, cn, cz, test
669 669
 // See also language.h
670 670
 //#define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
671 671
 

+ 1
- 1
Marlin/example_configurations/adafruit/ST7565/Configuration.h View File

@@ -673,7 +673,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
673 673
 // @section lcd
674 674
 
675 675
 // Define your display language below. Replace (en) with your language code and uncomment.
676
-// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, cz, test
676
+// en, pl, fr, de, es, ru, bg, it, pt, pt_utf8 pt-br, pt-br_utf8, fi, an, nl, ca, eu, kana, kana_utf8, cn, cz, test
677 677
 // See also language.h
678 678
 #define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
679 679
 

+ 1
- 1
Marlin/example_configurations/delta/biv2.5/Configuration.h View File

@@ -795,7 +795,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
795 795
 // @section lcd
796 796
 
797 797
 // Define your display language below. Replace (en) with your language code and uncomment.
798
-// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, cz, test
798
+// en, pl, fr, de, es, ru, bg, it, pt, pt_utf8 pt-br, pt-br_utf8, fi, an, nl, ca, eu, kana, kana_utf8, cn, cz, test
799 799
 // See also language.h
800 800
 #define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
801 801
 

+ 1
- 1
Marlin/example_configurations/delta/generic/Configuration.h View File

@@ -795,7 +795,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
795 795
 // @section lcd
796 796
 
797 797
 // Define your display language below. Replace (en) with your language code and uncomment.
798
-// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, cz, test
798
+// en, pl, fr, de, es, ru, bg, it, pt, pt_utf8 pt-br, pt-br_utf8, fi, an, nl, ca, eu, kana, kana_utf8, cn, cz, test
799 799
 // See also language.h
800 800
 #define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
801 801
 

+ 1
- 1
Marlin/example_configurations/delta/kossel_mini/Configuration.h View File

@@ -799,7 +799,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
799 799
 // @section lcd
800 800
 
801 801
 // Define your display language below. Replace (en) with your language code and uncomment.
802
-// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, cz, test
802
+// en, pl, fr, de, es, ru, bg, it, pt, pt_utf8 pt-br, pt-br_utf8, fi, an, nl, ca, eu, kana, kana_utf8, cn, cz, test
803 803
 // See also language.h
804 804
 #define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
805 805
 

+ 1
- 1
Marlin/example_configurations/delta/kossel_pro/Configuration.h View File

@@ -790,7 +790,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
790 790
 // @section lcd
791 791
 
792 792
 // Define your display language below. Replace (en) with your language code and uncomment.
793
-// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, cz, test
793
+// en, pl, fr, de, es, ru, bg, it, pt, pt_utf8 pt-br, pt-br_utf8, fi, an, nl, ca, eu, kana, kana_utf8, cn, cz, test
794 794
 // See also language.h
795 795
 #define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
796 796
 

+ 1
- 1
Marlin/example_configurations/delta/kossel_xl/Configuration.h View File

@@ -709,7 +709,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
709 709
 // @section lcd
710 710
 
711 711
 // Define your display language below. Replace (en) with your language code and uncomment.
712
-// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, cz, test
712
+// en, pl, fr, de, es, ru, bg, it, pt, pt_utf8 pt-br, pt-br_utf8, fi, an, nl, ca, eu, kana, kana_utf8, cn, cz, test
713 713
 // See also language.h
714 714
 #define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
715 715
 

+ 1
- 1
Marlin/example_configurations/makibox/Configuration.h View File

@@ -676,7 +676,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
676 676
 // @section lcd
677 677
 
678 678
 // Define your display language below. Replace (en) with your language code and uncomment.
679
-// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, cz, test
679
+// en, pl, fr, de, es, ru, bg, it, pt, pt_utf8 pt-br, pt-br_utf8, fi, an, nl, ca, eu, kana, kana_utf8, cn, cz, test
680 680
 // See also language.h
681 681
 //#define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
682 682
 

+ 1
- 1
Marlin/example_configurations/tvrrug/Round2/Configuration.h View File

@@ -667,7 +667,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
667 667
 // @section lcd
668 668
 
669 669
 // Define your display language below. Replace (en) with your language code and uncomment.
670
-// en, pl, fr, de, es, ru, bg, it, pt, pt-br, fi, an, nl, ca, eu, kana, kana_utf8, cn, cz, test
670
+// en, pl, fr, de, es, ru, bg, it, pt, pt_utf8 pt-br, pt-br_utf8, fi, an, nl, ca, eu, kana, kana_utf8, cn, cz, test
671 671
 // See also language.h
672 672
 //#define LANGUAGE_INCLUDE GENERATE_LANGUAGE_INCLUDE(en)
673 673
 

+ 22
- 20
Marlin/language.h View File

@@ -13,26 +13,28 @@
13 13
 // See also documentation/LCDLanguageFont.md
14 14
 
15 15
 // Languages
16
-// en       English
17
-// pl       Polish
18
-// fr       French
19
-// de       German
20
-// es       Spanish
21
-// ru       Russian
22
-// bg       Bulgarian
23
-// it       Italian
24
-// pt       Portuguese
25
-// pt-br    Portuguese (Brazil)
26
-// fi       Finnish
27
-// an       Aragonese
28
-// nl       Dutch
29
-// gl       Galician
30
-// ca       Catalan
31
-// eu       Basque-Euskera
32
-// kana     Japanese
33
-// kana_utf Japanese
34
-// cn       Chinese
35
-// cz       Czech
16
+// en         English
17
+// pl         Polish
18
+// fr         French
19
+// de         German
20
+// es         Spanish
21
+// ru         Russian
22
+// bg         Bulgarian
23
+// it         Italian
24
+// pt         Portuguese
25
+// pt_utf8    Portuguese (UTF8)
26
+// pt-br      Portuguese (Brazilian)
27
+// pt-br_utf8 Portuguese (Brazilian UTF8)
28
+// fi         Finnish
29
+// an         Aragonese
30
+// nl         Dutch
31
+// gl         Galician
32
+// ca         Catalan
33
+// eu         Basque-Euskera
34
+// kana       Japanese
35
+// kana_utf8  Japanese (UTF8)
36
+// cn         Chinese
37
+// cz         Czech
36 38
 
37 39
 // fallback if no language is set, don't change
38 40
 #ifndef LANGUAGE_INCLUDE

+ 1
- 1
Marlin/language_pt-br.h View File

@@ -26,7 +26,7 @@
26 26
 #define MSG_PREHEAT_PLA                     "Pre-aquecer PLA"
27 27
 #define MSG_PREHEAT_PLA_N                   "Pre-aquecer PLA"
28 28
 #define MSG_PREHEAT_PLA_ALL                 "Pre-aq.Todo PLA"
29
-#define MSG_PREHEAT_PLA_BEDONLY             "Pre-aq. PLA "LCD_STR_THERMOMETER "Base"
29
+#define MSG_PREHEAT_PLA_BEDONLY             "Pre-aq. PLA " LCD_STR_THERMOMETER "Base"
30 30
 #define MSG_PREHEAT_PLA_SETTINGS            "Ajustar PLA"
31 31
 #define MSG_PREHEAT_ABS                     "Pre-aquecer ABS"
32 32
 #define MSG_PREHEAT_ABS_N                   "Pre-aquecer ABS"

Marlin/language_pt-br_utf.h → Marlin/language_pt-br_utf8.h View File

@@ -5,8 +5,8 @@
5 5
  * See also documentation/LCDLanguageFont.md
6 6
  *
7 7
  */
8
-#ifndef LANGUAGE_PT_BR_H
9
-#define LANGUAGE_PT_BR_H
8
+#ifndef LANGUAGE_PT_BR_UTF_H
9
+#define LANGUAGE_PT_BR_UTF_H
10 10
 
11 11
 #define MAPPER_NON
12 12
 // Define SIMULATE_ROMFONT to see what is seen on the character based display defined in Configuration.h
@@ -20,13 +20,13 @@
20 20
 #define MSG_AUTOSTART                       "Autostart"
21 21
 #define MSG_DISABLE_STEPPERS                "Desabi. motores"
22 22
 #define MSG_AUTO_HOME                       "Ir para origen"
23
-#define MSG_LEVEL_BED_HOMING                "Homing"
23
+#define MSG_LEVEL_BED_HOMING                "Indo para origem"
24 24
 #define MSG_SET_HOME_OFFSETS                "Ajustar Jogo"
25 25
 #define MSG_SET_ORIGIN                      "Ajustar orig."
26 26
 #define MSG_PREHEAT_PLA                     "Pre-aquecer PLA"
27 27
 #define MSG_PREHEAT_PLA_N                   "Pre-aquecer PLA"
28 28
 #define MSG_PREHEAT_PLA_ALL                 "Pre-aq.Todo PLA"
29
-#define MSG_PREHEAT_PLA_BEDONLY             "Pre-aq. PLA "LCD_STR_THERMOMETER "Base"
29
+#define MSG_PREHEAT_PLA_BEDONLY             "Pre-aq. PLA " LCD_STR_THERMOMETER "Base"
30 30
 #define MSG_PREHEAT_PLA_SETTINGS            "Ajustar PLA"
31 31
 #define MSG_PREHEAT_ABS                     "Pre-aquecer ABS"
32 32
 #define MSG_PREHEAT_ABS_N                   "Pre-aquecer ABS"
@@ -133,4 +133,4 @@
133 133
   #define MSG_DELTA_CALIBRATE_CENTER        "Calibrar Centro"
134 134
 #endif // DELTA_CALIBRATION_MENU
135 135
 
136
-#endif // LANGUAGE_PT_BR_H
136
+#endif // LANGUAGE_PT_BR_UTF_H

+ 28
- 24
Marlin/language_pt.h View File

@@ -16,15 +16,15 @@
16 16
 #define WELCOME_MSG                         MACHINE_NAME " pronto."
17 17
 #define MSG_SD_INSERTED                     "Cartao inserido"
18 18
 #define MSG_SD_REMOVED                      "Cartao removido"
19
-#define MSG_MAIN                            " Menu principal"
19
+#define MSG_MAIN                            "Menu principal"
20 20
 #define MSG_AUTOSTART                       "Autostart"
21
-#define MSG_DISABLE_STEPPERS                " Desactivar motores"
21
+#define MSG_DISABLE_STEPPERS                "Desactivar motores"
22 22
 #define MSG_AUTO_HOME                       "Ir para origem"
23
-#define MSG_LEVEL_BED_HOMING                "Homing"
24
-#define MSG_SET_HOME_OFFSETS                "Def. desvio origem"
23
+#define MSG_LEVEL_BED_HOMING                "Indo para origem"
24
+#define MSG_SET_HOME_OFFSETS                "Definir desvio"
25 25
 #define MSG_SET_ORIGIN                      "Definir origem"
26 26
 #define MSG_PREHEAT_PLA                     "Pre-aquecer PLA"
27
-#define MSG_PREHEAT_PLA_N                   "Pre-aquecer PLA "
27
+#define MSG_PREHEAT_PLA_N                   "Pre-aquecer PLA"
28 28
 #define MSG_PREHEAT_PLA_ALL                 "Pre-aq. PLA Tudo"
29 29
 #define MSG_PREHEAT_PLA_BEDONLY             "Pre-aq. PLA " LCD_STR_THERMOMETER "Base"
30 30
 #define MSG_PREHEAT_PLA_SETTINGS            "Definicoes PLA"
@@ -42,26 +42,30 @@
42 42
 #define MSG_MOVE_X                          "Mover X"
43 43
 #define MSG_MOVE_Y                          "Mover Y"
44 44
 #define MSG_MOVE_Z                          "Mover Z"
45
-#define MSG_MOVE_E                          "Extrusor"
45
+#define MSG_MOVE_E                          "Mover Extrusor"
46 46
 #define MSG_MOVE_01MM                       "Mover 0.1mm"
47 47
 #define MSG_MOVE_1MM                        "Mover 1mm"
48 48
 #define MSG_MOVE_10MM                       "Mover 10mm"
49 49
 #define MSG_SPEED                           "Velocidade"
50
-#define MSG_NOZZLE                          LCD_STR_THERMOMETER "Bico"
51
-#define MSG_BED                             LCD_STR_THERMOMETER "Base"
52
-#define MSG_FAN_SPEED                       "Velocidade do ar."
50
+#define MSG_NOZZLE                          LCD_STR_THERMOMETER " Bico"
51
+#define MSG_BED                             LCD_STR_THERMOMETER " Base"
52
+#define MSG_FAN_SPEED                       "Vel. ventoinha"
53 53
 #define MSG_FLOW                            "Fluxo"
54 54
 #define MSG_CONTROL                         "Controlo"
55 55
 #define MSG_MIN                             LCD_STR_THERMOMETER " Min"
56 56
 #define MSG_MAX                             LCD_STR_THERMOMETER " Max"
57 57
 #define MSG_FACTOR                          LCD_STR_THERMOMETER " Fact"
58
-#define MSG_AUTOTEMP                        "Autotemp:"
58
+#define MSG_AUTOTEMP                        "Temp. Automatica"
59 59
 #define MSG_ON                              "On "
60 60
 #define MSG_OFF                             "Off"
61 61
 #define MSG_PID_P                           "PID-P"
62 62
 #define MSG_PID_I                           "PID-I"
63 63
 #define MSG_PID_D                           "PID-D"
64 64
 #define MSG_PID_C                           "PID-C"
65
+#define MSG_E1                              "E1"
66
+#define MSG_E2                              "E2"
67
+#define MSG_E3                              "E3"
68
+#define MSG_E4                              "E4"
65 69
 #define MSG_ACC                             "Acc"
66 70
 #define MSG_VXY_JERK                        "Vxy-jerk"
67 71
 #define MSG_VZ_JERK                         "Vz-jerk"
@@ -75,34 +79,34 @@
75 79
 #define MSG_VTRAV_MIN                       "VTrav min"
76 80
 #define MSG_AMAX                            "Amax "
77 81
 #define MSG_A_RETRACT                       "A-retract"
78
-#define MSG_XSTEPS                          "Xpasso/mm"
79
-#define MSG_YSTEPS                          "Ypasso/mm"
80
-#define MSG_ZSTEPS                          "Zpasso/mm"
81
-#define MSG_ESTEPS                          "Epasso/mm"
82
+#define MSG_XSTEPS                          "X passo/mm"
83
+#define MSG_YSTEPS                          "Y passo/mm"
84
+#define MSG_ZSTEPS                          "Z passo/mm"
85
+#define MSG_ESTEPS                          "E passo/mm"
82 86
 #define MSG_TEMPERATURE                     "Temperatura"
83 87
 #define MSG_MOTION                          "Movimento"
84 88
 #define MSG_VOLUMETRIC                      "Filamento"
85
-#define MSG_VOLUMETRIC_ENABLED              "E in mm3"
89
+#define MSG_VOLUMETRIC_ENABLED              "E em mm3"
86 90
 #define MSG_FILAMENT_DIAM                   "Fil. Diam."
87 91
 #define MSG_CONTRAST                        "Contraste"
88 92
 #define MSG_STORE_EPROM                     "Guardar na memoria"
89 93
 #define MSG_LOAD_EPROM                      "Carregar da memoria"
90 94
 #define MSG_RESTORE_FAILSAFE                "Rest. de emergen."
91 95
 #define MSG_REFRESH                         LCD_STR_REFRESH " Recarregar"
92
-#define MSG_WATCH                           "Monitorar"
96
+#define MSG_WATCH                           "Monitorizar"
93 97
 #define MSG_PREPARE                         "Preparar"
94 98
 #define MSG_TUNE                            "Afinar"
95
-#define MSG_PAUSE_PRINT                     "Pausa impressao"
99
+#define MSG_PAUSE_PRINT                     "Pausar impressao"
96 100
 #define MSG_RESUME_PRINT                    "Retomar impressao"
97 101
 #define MSG_STOP_PRINT                      "Parar impressao"
98
-#define MSG_CARD_MENU                       "Menu cartao SD"
102
+#define MSG_CARD_MENU                       "Imprimir do SD"
99 103
 #define MSG_NO_CARD                         "Sem cartao SD"
100
-#define MSG_DWELL                           "Repouso..."
104
+#define MSG_DWELL                           "Em espera..."
101 105
 #define MSG_USERWAIT                        "A espera de ordem"
102 106
 #define MSG_RESUMING                        "Retomando impressao"
103 107
 #define MSG_PRINT_ABORTED                   "Impressao cancelada"
104 108
 #define MSG_NO_MOVE                         "Sem movimento"
105
-#define MSG_KILLED                          "INTRRP. DE EMERG."
109
+#define MSG_KILLED                          "EMERGENCIA. "
106 110
 #define MSG_STOPPED                         "PARADO. "
107 111
 #define MSG_CONTROL_RETRACT                 " Retrair mm"
108 112
 #define MSG_CONTROL_RETRACT_SWAP            "Troca Retrair mm"
@@ -113,15 +117,15 @@
113 117
 #define MSG_CONTROL_RETRACT_RECOVERF        " DesRet  V"
114 118
 #define MSG_AUTORETRACT                     " AutoRetr."
115 119
 #define MSG_FILAMENTCHANGE                  "Trocar filamento"
116
-#define MSG_INIT_SDCARD                     "Cartao SD inic."
117
-#define MSG_CNG_SDCARD                      "Cartao SD trocado
118
-#define MSG_ZPROBE_OUT                      "Sensor fora d base"
120
+#define MSG_INIT_SDCARD                     "Inici. cartao SD"
121
+#define MSG_CNG_SDCARD                      "Trocar cartao SD"
122
+#define MSG_ZPROBE_OUT                      "Sensor fora/base"
119 123
 #define MSG_POSITION_UNKNOWN                "XY antes de Z"
120 124
 #define MSG_ZPROBE_ZOFFSET                  "Desvio Z"
121 125
 #define MSG_BABYSTEP_X                      "Babystep X"
122 126
 #define MSG_BABYSTEP_Y                      "Babystep Y"
123 127
 #define MSG_BABYSTEP_Z                      "Babystep Z"
124
-#define MSG_ENDSTOP_ABORT                   "Endstop abort."
128
+#define MSG_ENDSTOP_ABORT                   "Fim de curso"
125 129
 #define MSG_END_HOUR                        "horas"
126 130
 #define MSG_END_MINUTE                      "minutos"
127 131
 

+ 140
- 0
Marlin/language_pt_utf8.h View File

@@ -0,0 +1,140 @@
1
+/**
2
+ * Portuguese
3
+ *
4
+ * LCD Menu Messages
5
+ * See also documentation/LCDLanguageFont.md
6
+ *
7
+ */
8
+#ifndef LANGUAGE_PT_UTF_H
9
+#define LANGUAGE_PT_UTF_H
10
+
11
+#define MAPPER_NON
12
+// Define SIMULATE_ROMFONT to see what is seen on the character based display defined in Configuration.h
13
+//#define SIMULATE_ROMFONT
14
+#define DISPLAY_CHARSET_ISO10646_1
15
+
16
+#define WELCOME_MSG                         MACHINE_NAME " pronto."
17
+#define MSG_SD_INSERTED                     "Cartão inserido"
18
+#define MSG_SD_REMOVED                      "Cartão removido"
19
+#define MSG_MAIN                            "Menu principal"
20
+#define MSG_AUTOSTART                       "Autostart"
21
+#define MSG_DISABLE_STEPPERS                "Desactivar motores"
22
+#define MSG_AUTO_HOME                       "Ir para origem"
23
+#define MSG_LEVEL_BED_HOMING                "Indo para origem"
24
+#define MSG_SET_HOME_OFFSETS                "Definir desvio"
25
+#define MSG_SET_ORIGIN                      "Definir origem"
26
+#define MSG_PREHEAT_PLA                     "Pre-aquecer PLA"
27
+#define MSG_PREHEAT_PLA_N                   "Pre-aquecer PLA"
28
+#define MSG_PREHEAT_PLA_ALL                 "Pre-aq. PLA Tudo"
29
+#define MSG_PREHEAT_PLA_BEDONLY             "Pre-aq. PLA " LCD_STR_THERMOMETER "Base"
30
+#define MSG_PREHEAT_PLA_SETTINGS            "Definições PLA"
31
+#define MSG_PREHEAT_ABS                     "Pre-aquecer ABS"
32
+#define MSG_PREHEAT_ABS_N                   "Pre-aquecer ABS "
33
+#define MSG_PREHEAT_ABS_ALL                 "Pre-aq. ABS Tudo"
34
+#define MSG_PREHEAT_ABS_BEDONLY             "Pre-aq. ABS " LCD_STR_THERMOMETER "Base"
35
+#define MSG_PREHEAT_ABS_SETTINGS            "Definições ABS"
36
+#define MSG_COOLDOWN                        "Arrefecer"
37
+#define MSG_SWITCH_PS_ON                    "Ligar"
38
+#define MSG_SWITCH_PS_OFF                   "Desligar"
39
+#define MSG_EXTRUDE                         "Extrudir"
40
+#define MSG_RETRACT                         "Retrair"
41
+#define MSG_MOVE_AXIS                       "Mover eixo"
42
+#define MSG_MOVE_X                          "Mover X"
43
+#define MSG_MOVE_Y                          "Mover Y"
44
+#define MSG_MOVE_Z                          "Mover Z"
45
+#define MSG_MOVE_E                          "Mover Extrusor"
46
+#define MSG_MOVE_01MM                       "Mover 0.1mm"
47
+#define MSG_MOVE_1MM                        "Mover 1mm"
48
+#define MSG_MOVE_10MM                       "Mover 10mm"
49
+#define MSG_SPEED                           "Velocidade"
50
+#define MSG_NOZZLE                          LCD_STR_THERMOMETER " Bico"
51
+#define MSG_BED                             LCD_STR_THERMOMETER " Base"
52
+#define MSG_FAN_SPEED                       "Vel. ventoinha"
53
+#define MSG_FLOW                            "Fluxo"
54
+#define MSG_CONTROL                         "Controlo"
55
+#define MSG_MIN                             LCD_STR_THERMOMETER " Min"
56
+#define MSG_MAX                             LCD_STR_THERMOMETER " Max"
57
+#define MSG_FACTOR                          LCD_STR_THERMOMETER " Fact"
58
+#define MSG_AUTOTEMP                        "Temp. Automática"
59
+#define MSG_ON                              "On "
60
+#define MSG_OFF                             "Off"
61
+#define MSG_PID_P                           "PID-P"
62
+#define MSG_PID_I                           "PID-I"
63
+#define MSG_PID_D                           "PID-D"
64
+#define MSG_PID_C                           "PID-C"
65
+#define MSG_E1                              "E1"
66
+#define MSG_E2                              "E2"
67
+#define MSG_E3                              "E3"
68
+#define MSG_E4                              "E4"
69
+#define MSG_ACC                             "Acc"
70
+#define MSG_VXY_JERK                        "Vxy-jerk"
71
+#define MSG_VZ_JERK                         "Vz-jerk"
72
+#define MSG_VE_JERK                         "Ve-jerk"
73
+#define MSG_VMAX                            " Vmax "
74
+#define MSG_X                               "x"
75
+#define MSG_Y                               "y"
76
+#define MSG_Z                               "z"
77
+#define MSG_E                               "e"
78
+#define MSG_VMIN                            "Vmin"
79
+#define MSG_VTRAV_MIN                       "VTrav min"
80
+#define MSG_AMAX                            "Amax "
81
+#define MSG_A_RETRACT                       "A-retract"
82
+#define MSG_XSTEPS                          "X passo/mm"
83
+#define MSG_YSTEPS                          "Y passo/mm"
84
+#define MSG_ZSTEPS                          "Z passo/mm"
85
+#define MSG_ESTEPS                          "E passo/mm"
86
+#define MSG_TEMPERATURE                     "Temperatura"
87
+#define MSG_MOTION                          "Movimento"
88
+#define MSG_VOLUMETRIC                      "Filamento"
89
+#define MSG_VOLUMETRIC_ENABLED              "E em mm3"
90
+#define MSG_FILAMENT_DIAM                   "Fil. Diam."
91
+#define MSG_CONTRAST                        "Contraste"
92
+#define MSG_STORE_EPROM                     "Guardar na memoria"
93
+#define MSG_LOAD_EPROM                      "Carregar da memoria"
94
+#define MSG_RESTORE_FAILSAFE                "Rest. de emergen."
95
+#define MSG_REFRESH                         LCD_STR_REFRESH " Recarregar"
96
+#define MSG_WATCH                           "Monitorizar"
97
+#define MSG_PREPARE                         "Preparar"
98
+#define MSG_TUNE                            "Afinar"
99
+#define MSG_PAUSE_PRINT                     "Pausar impressão"
100
+#define MSG_RESUME_PRINT                    "Retomar impressão"
101
+#define MSG_STOP_PRINT                      "Parar impressão"
102
+#define MSG_CARD_MENU                       "Imprimir do SD"
103
+#define MSG_NO_CARD                         "Sem cartão SD"
104
+#define MSG_DWELL                           "Em espera..."
105
+#define MSG_USERWAIT                        "A espera de ordem"
106
+#define MSG_RESUMING                        "Retomando impressão"
107
+#define MSG_PRINT_ABORTED                   "Impressão cancelada"
108
+#define MSG_NO_MOVE                         "Sem movimento"
109
+#define MSG_KILLED                          "EMERGÊNCIA. "
110
+#define MSG_STOPPED                         "PARADO. "
111
+#define MSG_CONTROL_RETRACT                 " Retrair mm"
112
+#define MSG_CONTROL_RETRACT_SWAP            "Troca Retrair mm"
113
+#define MSG_CONTROL_RETRACTF                " Retrair  V"
114
+#define MSG_CONTROL_RETRACT_ZLIFT           " Levantar mm"
115
+#define MSG_CONTROL_RETRACT_RECOVER         " DesRet +mm"
116
+#define MSG_CONTROL_RETRACT_RECOVER_SWAP    "Troca DesRet +mm"
117
+#define MSG_CONTROL_RETRACT_RECOVERF        " DesRet  V"
118
+#define MSG_AUTORETRACT                     " AutoRetr."
119
+#define MSG_FILAMENTCHANGE                  "Trocar filamento"
120
+#define MSG_INIT_SDCARD                     "Inici. cartão SD"
121
+#define MSG_CNG_SDCARD                      "Trocar cartão SD"
122
+#define MSG_ZPROBE_OUT                      "Sensor fora/base"
123
+#define MSG_POSITION_UNKNOWN                "XY antes de Z"
124
+#define MSG_ZPROBE_ZOFFSET                  "Desvio Z"
125
+#define MSG_BABYSTEP_X                      "Babystep X"
126
+#define MSG_BABYSTEP_Y                      "Babystep Y"
127
+#define MSG_BABYSTEP_Z                      "Babystep Z"
128
+#define MSG_ENDSTOP_ABORT                   "Fim de curso"
129
+#define MSG_END_HOUR                        "horas"
130
+#define MSG_END_MINUTE                      "minutos"
131
+
132
+#if ENABLED(DELTA_CALIBRATION_MENU)
133
+  #define MSG_DELTA_CALIBRATE             "Calibração Delta"
134
+  #define MSG_DELTA_CALIBRATE_X           "Calibrar X"
135
+  #define MSG_DELTA_CALIBRATE_Y           "Calibrar Y"
136
+  #define MSG_DELTA_CALIBRATE_Z           "Calibrar Z"
137
+  #define MSG_DELTA_CALIBRATE_CENTER      "Calibrar Centro"
138
+#endif // DELTA_CALIBRATION_MENU
139
+
140
+#endif // LANGUAGE_PT_UTF_H

Loading…
Cancel
Save