Browse Source

Update Italian language (#12951)

Giuliano Zaro 6 years ago
parent
commit
ca9eb14f6a
1 changed files with 7 additions and 0 deletions
  1. 7
    0
      Marlin/src/lcd/language/language_it.h

+ 7
- 0
Marlin/src/lcd/language/language_it.h View File

@@ -433,3 +433,10 @@
433 433
   #define MSG_FILAMENT_CHANGE_CONT_PURGE_1  _UxGT("Premi x terminare")
434 434
   #define MSG_FILAMENT_CHANGE_RESUME_1      _UxGT("Ripresa...")
435 435
 #endif // LCD_HEIGHT < 4
436
+
437
+#define MSG_TMC_DRIVERS                     _UxGT("Drivers TMC")
438
+#define MSG_TMC_CURRENT                     _UxGT("Corrente driver")
439
+#define MSG_TMC_HYBRID_THRS                 _UxGT("Soglia modo ibrido")
440
+#define MSG_TMC_HOMING_THRS                 _UxGT("Azzer. sensorless")
441
+#define MSG_TMC_STEPPING_MODE               _UxGT("Modo stepping")
442
+#define MSG_TMC_STEALTH_ENABLED             _UxGT("StealthChop abil.")

Loading…
Cancel
Save