Browse Source

Update German language, (c) (#15164)

Ludy 4 years ago
parent
commit
beffcd856b

+ 1
- 1
Marlin/src/HAL/HAL_SAMD51/Servo.cpp View File

1
 /**
1
 /**
2
  * Marlin 3D Printer Firmware
2
  * Marlin 3D Printer Firmware
3
  *
3
  *
4
- * Copyright (C) 2019 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
4
+ * Copyright (c) 2019 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
5
  * SAMD51 HAL developed by Giuliano Zaro (AKA GMagician)
5
  * SAMD51 HAL developed by Giuliano Zaro (AKA GMagician)
6
  *
6
  *
7
  * This program is free software: you can redistribute it and/or modify
7
  * This program is free software: you can redistribute it and/or modify

+ 1
- 1
Marlin/src/HAL/HAL_SAMD51/ServoTimers.h View File

1
 /**
1
 /**
2
  * Marlin 3D Printer Firmware
2
  * Marlin 3D Printer Firmware
3
  *
3
  *
4
- * Copyright (C) 2019 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
4
+ * Copyright (c) 2019 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
5
  * SAMD51 HAL developed by Giuliano Zaro (AKA GMagician)
5
  * SAMD51 HAL developed by Giuliano Zaro (AKA GMagician)
6
  *
6
  *
7
  * This program is free software: you can redistribute it and/or modify
7
  * This program is free software: you can redistribute it and/or modify

+ 1
- 0
Marlin/src/core/language.h View File

46
 // bg         Bulgarian
46
 // bg         Bulgarian
47
 // ca         Catalan
47
 // ca         Catalan
48
 // cz         Czech
48
 // cz         Czech
49
+// da         Danish
49
 // de         German
50
 // de         German
50
 // el         Greek
51
 // el         Greek
51
 // el-gr      Greek (Greece)
52
 // el-gr      Greek (Greece)

+ 11
- 9
Marlin/src/lcd/language/language_de.h View File

37
 #define MSG_YES                             _UxGT("JA")
37
 #define MSG_YES                             _UxGT("JA")
38
 #define MSG_NO                              _UxGT("NEIN")
38
 #define MSG_NO                              _UxGT("NEIN")
39
 #define MSG_BACK                            _UxGT("Zurück")
39
 #define MSG_BACK                            _UxGT("Zurück")
40
-#define MSG_MEDIA_INSERTED                  _UxGT("SD-Karte erkannt")
41
-#define MSG_MEDIA_REMOVED                   _UxGT("SD-Karte entfernt")
42
-#define MSG_MEDIA_RELEASED                  _UxGT("SD-Karte freigeg.")
40
+#define MSG_MEDIA_INSERTED                  _UxGT("Medium erkannt")
41
+#define MSG_MEDIA_REMOVED                   _UxGT("Medium entfernt")
42
+#define MSG_MEDIA_RELEASED                  _UxGT("Medium freigeg.")
43
 #define MSG_LCD_ENDSTOPS                    _UxGT("Endstopp") // Max length 8 characters
43
 #define MSG_LCD_ENDSTOPS                    _UxGT("Endstopp") // Max length 8 characters
44
 #define MSG_LCD_SOFT_ENDSTOPS               _UxGT("Software-Endstopp")
44
 #define MSG_LCD_SOFT_ENDSTOPS               _UxGT("Software-Endstopp")
45
 #define MSG_MAIN                            _UxGT("Hauptmenü")
45
 #define MSG_MAIN                            _UxGT("Hauptmenü")
103
 #define MSG_USER_MENU                       _UxGT("Benutzer-Menü")
103
 #define MSG_USER_MENU                       _UxGT("Benutzer-Menü")
104
 #define MSG_LCD_TILTING_MESH                _UxGT("Berührungspunkt")
104
 #define MSG_LCD_TILTING_MESH                _UxGT("Berührungspunkt")
105
 #define MSG_M48_TEST                        _UxGT("M48 Sondentest")
105
 #define MSG_M48_TEST                        _UxGT("M48 Sondentest")
106
+#define MSG_M48_POINT                       _UxGT("M48 Punkt")
106
 #define MSG_M48_DEVIATION                   _UxGT("Abweichung")
107
 #define MSG_M48_DEVIATION                   _UxGT("Abweichung")
107
 #define MSG_IDEX_MENU                       _UxGT("IDEX-Modus")
108
 #define MSG_IDEX_MENU                       _UxGT("IDEX-Modus")
108
 #define MSG_OFFSETS_MENU                    _UxGT("Werkzeugversätze")
109
 #define MSG_OFFSETS_MENU                    _UxGT("Werkzeugversätze")
276
 #define MSG_LOAD_EEPROM                     _UxGT("Konfig. laden")
277
 #define MSG_LOAD_EEPROM                     _UxGT("Konfig. laden")
277
 #define MSG_RESTORE_FAILSAFE                _UxGT("Standardwerte laden")
278
 #define MSG_RESTORE_FAILSAFE                _UxGT("Standardwerte laden")
278
 #define MSG_INIT_EEPROM                     _UxGT("Werkseinstellungen")
279
 #define MSG_INIT_EEPROM                     _UxGT("Werkseinstellungen")
279
-#define MSG_MEDIA_UPDATE                    _UxGT("SD-Firmware-Update")
280
+#define MSG_MEDIA_UPDATE                    _UxGT("FW Update vom Medium")
280
 #define MSG_RESET_PRINTER                   _UxGT("Drucker neustarten")
281
 #define MSG_RESET_PRINTER                   _UxGT("Drucker neustarten")
281
 #define MSG_REFRESH                         _UxGT("Aktualisieren")
282
 #define MSG_REFRESH                         _UxGT("Aktualisieren")
282
 #define MSG_WATCH                           _UxGT("Info")
283
 #define MSG_WATCH                           _UxGT("Info")
294
 #define MSG_RESUME_PRINT                    _UxGT("SD-Druck fortsetzen")
295
 #define MSG_RESUME_PRINT                    _UxGT("SD-Druck fortsetzen")
295
 #define MSG_STOP_PRINT                      _UxGT("SD-Druck abbrechen")
296
 #define MSG_STOP_PRINT                      _UxGT("SD-Druck abbrechen")
296
 #define MSG_OUTAGE_RECOVERY                 _UxGT("Wiederh. n. Stroma.")
297
 #define MSG_OUTAGE_RECOVERY                 _UxGT("Wiederh. n. Stroma.")
297
-#define MSG_MEDIA_MENU                      _UxGT("Druck v. SD-Karte")
298
-#define MSG_NO_MEDIA                        _UxGT("Keine SD-Karte")
298
+#define MSG_MEDIA_MENU                      _UxGT("Druck vom Medium")
299
+#define MSG_NO_MEDIA                        _UxGT("Keine Medium")
299
 #define MSG_DWELL                           _UxGT("Warten...")
300
 #define MSG_DWELL                           _UxGT("Warten...")
300
 #define MSG_USERWAIT                        _UxGT("Klick zum Fortsetzen")
301
 #define MSG_USERWAIT                        _UxGT("Klick zum Fortsetzen")
301
 #define MSG_PRINT_PAUSED                    _UxGT("Druck pausiert...")
302
 #define MSG_PRINT_PAUSED                    _UxGT("Druck pausiert...")
314
 #define MSG_CONTROL_RETRACT_RECOVER_SWAPF   _UxGT("S UnRet V")
315
 #define MSG_CONTROL_RETRACT_RECOVER_SWAPF   _UxGT("S UnRet V")
315
 #define MSG_AUTORETRACT                     _UxGT("Autom. Einzug")
316
 #define MSG_AUTORETRACT                     _UxGT("Autom. Einzug")
316
 #define MSG_FILAMENT_SWAP_LENGTH            _UxGT("Einzugslänge")
317
 #define MSG_FILAMENT_SWAP_LENGTH            _UxGT("Einzugslänge")
318
+#define MSG_FILAMENT_PURGE_LENGTH           _UxGT("Entladelänge")
317
 #define MSG_TOOL_CHANGE                     _UxGT("Werkzeugwechsel")
319
 #define MSG_TOOL_CHANGE                     _UxGT("Werkzeugwechsel")
318
 #define MSG_TOOL_CHANGE_ZLIFT               _UxGT("Z anheben")
320
 #define MSG_TOOL_CHANGE_ZLIFT               _UxGT("Z anheben")
319
 #define MSG_SINGLENOZZLE_PRIME_SPD          _UxGT("Prime-Geschwin.")
321
 #define MSG_SINGLENOZZLE_PRIME_SPD          _UxGT("Prime-Geschwin.")
323
 #define MSG_FILAMENTLOAD                    _UxGT("Filament laden")
325
 #define MSG_FILAMENTLOAD                    _UxGT("Filament laden")
324
 #define MSG_FILAMENTUNLOAD                  _UxGT("Filament entladen")
326
 #define MSG_FILAMENTUNLOAD                  _UxGT("Filament entladen")
325
 #define MSG_FILAMENTUNLOAD_ALL              _UxGT("Alles entladen")
327
 #define MSG_FILAMENTUNLOAD_ALL              _UxGT("Alles entladen")
326
-#define MSG_INIT_MEDIA                      _UxGT("SD-Karte initial.")  // Manually initialize the SD-card via user interface
327
-#define MSG_CHANGE_MEDIA                    _UxGT("SD-Karte getauscht") // SD-card changed by user. For machines with no autocarddetect. Both send "M21"
328
-#define MSG_RELEASE_MEDIA                   _UxGT("SD-Karte freigeben") // if Marlin gets confused - M22
328
+#define MSG_INIT_MEDIA                      _UxGT("Medium initial.")  // Manually initialize the SD-card via user interface
329
+#define MSG_CHANGE_MEDIA                    _UxGT("Medium getauscht") // SD-card changed by user. For machines with no autocarddetect. Both send "M21"
330
+#define MSG_RELEASE_MEDIA                   _UxGT("Medium freigeben") // if Marlin gets confused - M22
329
 #define MSG_ZPROBE_OUT                      _UxGT("Z-Sonde außerhalb")
331
 #define MSG_ZPROBE_OUT                      _UxGT("Z-Sonde außerhalb")
330
 #define MSG_SKEW_FACTOR                     _UxGT("Korrekturfaktor")
332
 #define MSG_SKEW_FACTOR                     _UxGT("Korrekturfaktor")
331
 #define MSG_BLTOUCH                         _UxGT("BLTouch")
333
 #define MSG_BLTOUCH                         _UxGT("BLTouch")

+ 2
- 2
Marlin/src/lcd/language/language_vi.h View File

1
 /**
1
 /**
2
  * Marlin 3D Printer Firmware
2
  * Marlin 3D Printer Firmware
3
- * Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
3
+ * Copyright (c) 2019 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
4
  *
4
  *
5
  * Based on Sprinter and grbl.
5
  * Based on Sprinter and grbl.
6
- * Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
6
+ * Copyright (c) 2011 Camiel Gubbels / Erik van der Zalm
7
  *
7
  *
8
  * This program is free software: you can redistribute it and/or modify
8
  * This program is free software: you can redistribute it and/or modify
9
  * it under the terms of the GNU General Public License as published by
9
  * it under the terms of the GNU General Public License as published by

+ 1
- 1
Marlin/src/module/thermistor/thermistor_201.h View File

1
 /**
1
 /**
2
  * Marlin 3D Printer Firmware
2
  * Marlin 3D Printer Firmware
3
- * Copyright (c) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
3
+ * Copyright (c) 2019 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
4
  *
4
  *
5
  * Based on Sprinter and grbl.
5
  * Based on Sprinter and grbl.
6
  * Copyright (c) 2011 Camiel Gubbels / Erik van der Zalm
6
  * Copyright (c) 2011 Camiel Gubbels / Erik van der Zalm

Loading…
Cancel
Save