Procházet zdrojové kódy

Merge pull request #3192 from tnw513/fix_lang

Added missing translations.
Scott Lahteine před 8 roky
rodič
revize
db8ab50c66
2 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 1
    0
      Marlin/language_es.h
  2. 1
    0
      Marlin/language_it.h

+ 1
- 0
Marlin/language_es.h Zobrazit soubor

@@ -39,6 +39,7 @@
39 39
 #define MSG_EXTRUDE                         "Extruir"
40 40
 #define MSG_RETRACT                         "Retraer"
41 41
 #define MSG_MOVE_AXIS                       "Mover ejes"
42
+#define MSG_LEVEL_BED                       "Nivelar cama"
42 43
 #define MSG_MOVE_X                          "Mover X"
43 44
 #define MSG_MOVE_Y                          "Mover Y"
44 45
 #define MSG_MOVE_Z                          "Mover Z"

+ 1
- 0
Marlin/language_it.h Zobrazit soubor

@@ -39,6 +39,7 @@
39 39
 #define MSG_EXTRUDE                         "Estrudi"
40 40
 #define MSG_RETRACT                         "Ritrai"
41 41
 #define MSG_MOVE_AXIS                       "Muovi Asse"
42
+#define MSG_LEVEL_BED                       "Livellamento piano"
42 43
 #define MSG_MOVE_X                          "Muovi X"
43 44
 #define MSG_MOVE_Y                          "Muovi Y"
44 45
 #define MSG_MOVE_Z                          "Muovi Z"

Loading…
Zrušit
Uložit