Browse Source

update language_de.h (#6986)

There was quite a lot to translate this time. I'm not absolutely confident with the whole UBL stuff and it's a PITA to translate. I don't use any kind of levelling myself as i just have a perfectly level cast aluminium plate as bed.
So maybe someone who really uses it might take a closer look at it after it's merged.
Kai 7 years ago
parent
commit
abb6b8ad54
1 changed files with 67 additions and 6 deletions
  1. 67
    6
      Marlin/language_de.h

+ 67
- 6
Marlin/language_de.h View File

@@ -43,6 +43,8 @@
43 43
 #define MSG_MAIN                            _UxGT("Hauptmenü")
44 44
 #define MSG_AUTOSTART                       _UxGT("Autostart")
45 45
 #define MSG_DISABLE_STEPPERS                _UxGT("Motoren deaktivieren") // M84
46
+#define MSG_DEBUG_MENU                      _UxGT("Debug Menu")
47
+#define MSG_PROGRESS_BAR_TEST               _UxGT("Fortschrittb. Test")
46 48
 #define MSG_AUTO_HOME                       _UxGT("Home") // G28
47 49
 #define MSG_AUTO_HOME_X                     _UxGT("Home X")
48 50
 #define MSG_AUTO_HOME_Y                     _UxGT("Home Y")
@@ -74,6 +76,7 @@
74 76
 #define MSG_MOVE_AXIS                       _UxGT("Bewegen")
75 77
 #define MSG_BED_LEVELING                    _UxGT("Bett nivellieren")
76 78
 #define MSG_LEVEL_BED                       _UxGT("Bett nivellieren")
79
+#define MSG_USER_MENU                       _UxGT("Benutzer Menü")
77 80
 #define MSG_MOVING                          _UxGT("In Bewegung...")
78 81
 #define MSG_FREE_XY                         _UxGT("Abstand XY")
79 82
 #define MSG_MOVE_X                          _UxGT("X")
@@ -110,6 +113,7 @@
110 113
 #define MSG_VMAX                            _UxGT("V max ") // space by purpose
111 114
 #define MSG_VMIN                            _UxGT("V min")
112 115
 #define MSG_VTRAV_MIN                       _UxGT("V min Leerfahrt")
116
+#define MSG_ACCELERATION                    _UxGT("Beschleunigung")
113 117
 #define MSG_AMAX                            _UxGT("A max ") // space by purpose
114 118
 #define MSG_A_RETRACT                       _UxGT("A Retract")
115 119
 #define MSG_A_TRAVEL                        _UxGT("A Leerfahrt")
@@ -130,9 +134,10 @@
130 134
 #define MSG_FILAMENT_DIAM                   _UxGT("D Fil.")
131 135
 #define MSG_ADVANCE_K                       _UxGT("Advance Faktor")
132 136
 #define MSG_CONTRAST                        _UxGT("LCD Kontrast")
133
-#define MSG_STORE_EEPROM                    _UxGT("EPROM speichern")
134
-#define MSG_LOAD_EEPROM                     _UxGT("EPROM laden")
137
+#define MSG_STORE_EEPROM                    _UxGT("Konfig. speichern")
138
+#define MSG_LOAD_EEPROM                     _UxGT("Konfig. laden")
135 139
 #define MSG_RESTORE_FAILSAFE                _UxGT("Standardkonfiguration")
140
+#define MSG_INIT_EEPROM                     _UxGT("EEPROM initialisieren")
136 141
 #define MSG_REFRESH                         _UxGT("Aktualisieren")
137 142
 #define MSG_WATCH                           _UxGT("Info")
138 143
 #define MSG_PREPARE                         _UxGT("Vorbereitung")
@@ -144,6 +149,7 @@
144 149
 #define MSG_NO_CARD                         _UxGT("Keine SD-Karte")
145 150
 #define MSG_DWELL                           _UxGT("Warten...")
146 151
 #define MSG_USERWAIT                        _UxGT("Warte auf Nutzer")
152
+#define MSG_PRINT_PAUSED                    _UxGT("Druck pausiert")
147 153
 #define MSG_RESUMING                        _UxGT("Druckfortsetzung")
148 154
 #define MSG_PRINT_ABORTED                   _UxGT("Druck abgebrochen")
149 155
 #define MSG_NO_MOVE                         _UxGT("Motoren eingeschaltet")
@@ -163,6 +169,8 @@
163 169
 #define MSG_ZPROBE_OUT                      _UxGT("Sensor ausserhalb")
164 170
 #define MSG_BLTOUCH_SELFTEST                _UxGT("BLTouch Test")
165 171
 #define MSG_BLTOUCH_RESET                   _UxGT("BLTouch Reset")
172
+#define MSG_BLTOUCH_DEPLOY                  _UxGT("BLTouch ausfahren")
173
+#define MSG_BLTOUCH_STOW                    _UxGT("BLTouch einfahren")
166 174
 #define MSG_HOME                            _UxGT("Vorher")  // Used as MSG_HOME " " MSG_X MSG_Y MSG_Z " " MSG_FIRST
167 175
 #define MSG_FIRST                           _UxGT("homen")
168 176
 #define MSG_ZPROBE_ZOFFSET                  _UxGT("Z Versatz")
@@ -194,11 +202,14 @@
194 202
 #define MSG_DELTA_CALIBRATE_CENTER          _UxGT("Kalibriere Mitte")
195 203
 #define MSG_DELTA_AUTO_CALIBRATE            _UxGT("Autom. Kalibrierung")
196 204
 #define MSG_DELTA_HEIGHT_CALIBRATE          _UxGT("Delta Höhe setzen")
197
-#define MSG_DEBUG_MENU                      _UxGT("Debug Menu")
198
-#define MSG_PROGRESS_BAR_TEST               _UxGT("Fortschrittb. Test")
199 205
 
200 206
 #define MSG_INFO_MENU                       _UxGT("Über den Drucker")
201 207
 #define MSG_INFO_PRINTER_MENU               _UxGT("Drucker Info")
208
+#define MSG_3POINT_LEVELING                 _UxGT("3-Punkt Nivellierung")
209
+#define MSG_LINEAR_LEVELING                 _UxGT("Lineare Nivellierung")
210
+#define MSG_BILINEAR_LEVELING               _UxGT("Bilineare Nivell.")
211
+#define MSG_UBL_LEVELING                    _UxGT("Unified Bed Leveling")
212
+#define MSG_MESH_LEVELING                   _UxGT("Netz Nivellierung")
202 213
 #define MSG_INFO_STATS_MENU                 _UxGT("Drucker Stat.")
203 214
 #define MSG_INFO_BOARD_MENU                 _UxGT("Board Info")
204 215
 #define MSG_INFO_THERMISTOR_MENU            _UxGT("Thermistoren")
@@ -206,6 +217,56 @@
206 217
 #define MSG_INFO_BAUDRATE                   _UxGT("Baud")
207 218
 #define MSG_INFO_PROTOCOL                   _UxGT("Protokoll")
208 219
 #define MSG_CASE_LIGHT                      _UxGT("Licht")
220
+#define MSG_CASE_LIGHT_BRIGHTNESS           _UxGT("Helligkeit")
221
+
222
+#if ENABLED(AUTO_BED_LEVELING_UBL)
223
+  #define MSG_UBL_UNHOMED                   _UxGT("Erst XYZ homen")
224
+  #define MSG_UBL_TOOLS                     _UxGT("UBL Tools")
225
+  #define MSG_UBL_LEVEL_BED                 _UxGT("Unified Bed Leveling")
226
+  #define MSG_UBL_MANUAL_MESH               _UxGT("Netz manuell erst.")
227
+  #define MSG_UBL_ACTIVATE_MESH             _UxGT("UBL aktivieren")
228
+  #define MSG_UBL_DEACTIVATE_MESH           _UxGT("UBL deaktivieren")
229
+  #define MSG_UBL_SET_BED_TEMP              _UxGT("Bett Temp.")
230
+  #define MSG_UBL_CUSTOM_BED_TEMP           MSG_UBL_SET_BED_TEMP
231
+  #define MSG_UBL_SET_HOTEND_TEMP           _UxGT("Hotend Temp.")
232
+  #define MSG_UBL_CUSTOM_HOTEND_TEMP        MSG_UBL_SET_HOTEND_TEMP
233
+  #define MSG_UBL_EDIT_CUSTOM_MESH          _UxGT("Eigenes Netz bearb.")
234
+  #define MSG_UBL_BUILD_CUSTOM_MESH         _UxGT("Eigenes Netz erst.")
235
+  #define MSG_UBL_BUILD_MESH_MENU           _UxGT("Netz erstellen")
236
+  #define MSG_UBL_BUILD_PLA_MESH            _UxGT("Netz erstellen PLA")
237
+  #define MSG_UBL_BUILD_ABS_MESH            _UxGT("Netz erstellen ABS")
238
+  #define MSG_UBL_BUILD_COLD_MESH           _UxGT("Netz erstellen kalt")
239
+  #define MSG_UBL_MESH_HEIGHT_ADJUST        _UxGT("Netz Höhe einst.")
240
+  #define MSG_UBL_MESH_HEIGHT_AMOUNT        _UxGT("Height Amount")
241
+  #define MSG_UBL_VALIDATE_MESH_MENU        _UxGT("Netz validieren")
242
+  #define MSG_UBL_VALIDATE_PLA_MESH         _UxGT("Netz validieren PLA")
243
+  #define MSG_UBL_VALIDATE_ABS_MESH         _UxGT("Netz validieren ABS")
244
+  #define MSG_UBL_VALIDATE_CUSTOM_MESH      _UxGT("Eigenes Netz validieren")
245
+  #define MSG_UBL_CONTINUE_MESH             _UxGT("Netzerst. forts.")
246
+  #define MSG_UBL_MESH_LEVELING             _UxGT("Netz Nivellierung")
247
+  #define MSG_UBL_3POINT_MESH_LEVELING      _UxGT("3-Punkt Nivellierung")
248
+  #define MSG_UBL_GRID_MESH_LEVELING        _UxGT("Gitternetz Nivellierung")
249
+  #define MSG_UBL_MESH_LEVEL                _UxGT("Netz nivellieren")
250
+  #define MSG_UBL_SIDE_POINTS               _UxGT("Eckpunkte")
251
+  #define MSG_UBL_MAP_TYPE                  _UxGT("Kartentyp")
252
+  #define MSG_UBL_OUTPUT_MAP                _UxGT("Karte ausgeben")
253
+  #define MSG_UBL_OUTPUT_MAP_HOST           _UxGT("Ausgabe für Host")
254
+  #define MSG_UBL_OUTPUT_MAP_CSV            _UxGT("Ausgabe für CSV")
255
+  #define MSG_UBL_INFO_UBL                  _UxGT("UBL Info ausgeben")
256
+  #define MSG_UBL_EDIT_MESH_MENU            _UxGT("Netz bearbeiten")
257
+  #define MSG_UBL_FILLIN_AMOUNT             _UxGT("Menge an Fill-in")
258
+  #define MSG_UBL_MANUAL_FILLIN             _UxGT("Manuelles Fill-in")
259
+  #define MSG_UBL_SMART_FILLIN              _UxGT("Kluges Fill-in")
260
+  #define MSG_UBL_FILLIN_MESH               _UxGT("Fill-in Netz")
261
+  #define MSG_UBL_INVALIDATE_ALL            _UxGT("Alles annullieren")
262
+  #define MSG_UBL_INVALIDATE_CLOSEST        _UxGT("Nächstlieg. ann.")
263
+  #define MSG_UBL_FINE_TUNE_ALL             _UxGT("Feineinstellung Alle")
264
+  #define MSG_UBL_FINE_TUNE_CLOSEST         _UxGT("Feineinst- Nächstl.")
265
+  #define MSG_UBL_STORAGE_MESH_MENU         _UxGT("Netz Speicherplatz")
266
+  #define MSG_UBL_STORAGE_SLOT              _UxGT("Memory Slot")
267
+  #define MSG_UBL_LOAD_MESH                 _UxGT("Bett Netz laden")
268
+  #define MSG_UBL_SAVE_MESH                 _UxGT("Bett Netz speichern")
269
+#endif // AUTO_BED_LEVELING_UBL
209 270
 
210 271
 #if LCD_WIDTH >= 20
211 272
   #define MSG_INFO_PRINT_COUNT              _UxGT("Gesamte Drucke")
@@ -229,8 +290,8 @@
229 290
 #define MSG_DAC_PERCENT                     _UxGT("Treiber %")
230 291
 #define MSG_DAC_EEPROM_WRITE                _UxGT("Werte speichern")
231 292
 
232
-#define MSG_FILAMENT_CHANGE_HEADER          _UxGT("PRINT PAUSED")
233
-#define MSG_FILAMENT_CHANGE_OPTION_HEADER   _UxGT("RESUME OPTIONS:")
293
+#define MSG_FILAMENT_CHANGE_HEADER          _UxGT("DRUCK PAUSIERT")
294
+#define MSG_FILAMENT_CHANGE_OPTION_HEADER   _UxGT("FORTS. OPTIONEN:")
234 295
 #define MSG_FILAMENT_CHANGE_OPTION_EXTRUDE  _UxGT("Extrude mehr")
235 296
 #define MSG_FILAMENT_CHANGE_OPTION_RESUME   _UxGT("Drucke weiter")
236 297
 #define MSG_FILAMENT_CHANGE_MINTEMP         _UxGT("Min. Temperatur ist ")

Loading…
Cancel
Save