浏览代码

Added more translation strings

There are some quite tricky ones which are hardly translateable.
Maybe @Sebastianv650 can review this
Kai 8 年前
父节点
当前提交
38ae7f4238
共有 1 个文件被更改,包括 6 次插入1 次删除
  1. 6
    1
      Marlin/language_de.h

+ 6
- 1
Marlin/language_de.h 查看文件

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

正在加载...
取消
保存