Quellcode durchsuchen

Added more translation strings

There are some quite tricky ones which are hardly translateable.
Maybe @Sebastianv650 can review this
Kai vor 7 Jahren
Ursprung
Commit
38ae7f4238
1 geänderte Dateien mit 6 neuen und 1 gelöschten Zeilen
  1. 6
    1
      Marlin/language_de.h

+ 6
- 1
Marlin/language_de.h Datei anzeigen

@@ -74,6 +74,8 @@
74 74
 #define MSG_RETRACT                         _UxGT("Retract")
75 75
 #define MSG_MOVE_AXIS                       _UxGT("Bewegen")
76 76
 #define MSG_LEVEL_BED                       _UxGT("Bett nivellieren")
77
+#define MSG_MOVING                          _UxGT("In Bewegung...")
78
+#define MSG_FREE_XY                         _UxGT("Abstand XY")
77 79
 #define MSG_MOVE_X                          _UxGT("X")
78 80
 #define MSG_MOVE_Y                          _UxGT("Y")
79 81
 #define MSG_MOVE_Z                          _UxGT("Z")
@@ -124,6 +126,7 @@
124 126
 #define MSG_FILAMENT                        _UxGT("Filament")
125 127
 #define MSG_VOLUMETRIC_ENABLED              _UxGT("E in mm³")
126 128
 #define MSG_FILAMENT_DIAM                   _UxGT("D Fil.")
129
+#define MSG_ADVANCE_K                       _UxGT("Advance Faktor")
127 130
 #define MSG_CONTRAST                        _UxGT("LCD Kontrast")
128 131
 #define MSG_STORE_EEPROM                    _UxGT("EPROM speichern")
129 132
 #define MSG_LOAD_EEPROM                     _UxGT("EPROM laden")
@@ -151,7 +154,7 @@
151 154
 #define MSG_CONTROL_RETRACT_RECOVER         _UxGT("UnRet mm")
152 155
 #define MSG_CONTROL_RETRACT_RECOVER_SWAP    _UxGT("Wechs. UnRet mm")
153 156
 #define MSG_CONTROL_RETRACT_RECOVERF        _UxGT("UnRet  V")
154
-#define MSG_AUTORETRACT                     _UxGT("AutoRetract")
157
+#define MSG_AUTORETRACT                     _UxGT("Autom. Retract")
155 158
 #define MSG_FILAMENTCHANGE                  _UxGT("Filament wechseln")
156 159
 #define MSG_INIT_SDCARD                     _UxGT("SD-Karte erkennen")  // Manually initialize the SD-card via user interface
157 160
 #define MSG_CNG_SDCARD                      _UxGT("SD-Karte getauscht") // SD-card changed by user. For machines with no autocarddetect. Both send "M21"
@@ -187,6 +190,8 @@
187 190
 #define MSG_DELTA_CALIBRATE_Y               _UxGT("Kalibriere Y")
188 191
 #define MSG_DELTA_CALIBRATE_Z               _UxGT("Kalibriere Z")
189 192
 #define MSG_DELTA_CALIBRATE_CENTER          _UxGT("Kalibriere Mitte")
193
+#define MSG_DELTA_AUTO_CALIBRATE            _UxGT("Autom. Kalibrierung")
194
+#define MSG_DELTA_HEIGHT_CALIBRATE          _UxGT("Delta Höhe setzen")
190 195
 #define MSG_DEBUG_MENU                      _UxGT("Debug Menu")
191 196
 #define MSG_PROGRESS_BAR_TEST               _UxGT("Fortschrittb. Test")
192 197
 

Laden…
Abbrechen
Speichern