Explorar el Código

Update German language (#12953)

Ludy hace 6 años
padre
commit
c6991109b7
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7
    0
      Marlin/src/lcd/language/language_de.h

+ 7
- 0
Marlin/src/lcd/language/language_de.h Ver fichero

437
   #define MSG_FILAMENT_CHANGE_CONT_PURGE_2  _UxGT("der Fila-Entladung")
437
   #define MSG_FILAMENT_CHANGE_CONT_PURGE_2  _UxGT("der Fila-Entladung")
438
   #define MSG_FILAMENT_CHANGE_RESUME_1      _UxGT("Fortsetzen...")
438
   #define MSG_FILAMENT_CHANGE_RESUME_1      _UxGT("Fortsetzen...")
439
 #endif // LCD_HEIGHT < 4
439
 #endif // LCD_HEIGHT < 4
440
+
441
+#define MSG_TMC_DRIVERS                     _UxGT("TMC Treiber") // Max length 18 characters
442
+#define MSG_TMC_CURRENT                     _UxGT("Treiber Strom")
443
+#define MSG_TMC_HYBRID_THRS                 _UxGT("Hybrid threshold")
444
+#define MSG_TMC_HOMING_THRS                 _UxGT("Sensorloses Homing")
445
+#define MSG_TMC_STEPPING_MODE               _UxGT("Schrittmodus")
446
+#define MSG_TMC_STEALTH_ENABLED             _UxGT("StealthChop einsch.")

Loading…
Cancelar
Guardar