浏览代码

Merge pull request #3431 from AnHardt/lang-de

de-language additions
Scott Lahteine 9 年前
父节点
当前提交
1b81e5adc7
共有 1 个文件被更改,包括 20 次插入11 次删除
  1. 20
    11
      Marlin/language_de.h

+ 20
- 11
Marlin/language_de.h 查看文件

43
 #define MSG_DISABLE_STEPPERS                "Motoren Aus" // M84
43
 #define MSG_DISABLE_STEPPERS                "Motoren Aus" // M84
44
 #define MSG_AUTO_HOME                       "Home" // G28
44
 #define MSG_AUTO_HOME                       "Home" // G28
45
 #define MSG_LEVEL_BED_HOMING                "Homing XYZ"
45
 #define MSG_LEVEL_BED_HOMING                "Homing XYZ"
46
-#define MSG_LEVEL_BED_WAITING               "Click to Begin"
47
-#define MSG_LEVEL_BED_DONE                  "Leveling Done!"
48
-#define MSG_LEVEL_BED_CANCEL                "Cancel"
46
+#define MSG_LEVEL_BED_WAITING               "Klick für Start"
47
+#define MSG_LEVEL_BED_DONE                  "Fertig"
48
+#define MSG_LEVEL_BED_CANCEL                "Abbruch"
49
 #define MSG_SET_HOME_OFFSETS                "Setze Home hier"
49
 #define MSG_SET_HOME_OFFSETS                "Setze Home hier"
50
-#define MSG_HOME_OFFSETS_APPLIED            "Offsets applied"
50
+#define MSG_HOME_OFFSETS_APPLIED            "Offsets aktiv"
51
 #define MSG_SET_ORIGIN                      "Setze Null hier" //"G92 X0 Y0 Z0" commented out in ultralcd.cpp
51
 #define MSG_SET_ORIGIN                      "Setze Null hier" //"G92 X0 Y0 Z0" commented out in ultralcd.cpp
52
 #define MSG_PREHEAT_PLA                     "Vorwärmen PLA"
52
 #define MSG_PREHEAT_PLA                     "Vorwärmen PLA"
53
 #define MSG_PREHEAT_PLA_N                   "Vorwärmen PLA "
53
 #define MSG_PREHEAT_PLA_N                   "Vorwärmen PLA "
62
 #define MSG_COOLDOWN                        "Abkühlen"
62
 #define MSG_COOLDOWN                        "Abkühlen"
63
 #define MSG_SWITCH_PS_ON                    "Netzteil Ein"
63
 #define MSG_SWITCH_PS_ON                    "Netzteil Ein"
64
 #define MSG_SWITCH_PS_OFF                   "Netzteil Aus"
64
 #define MSG_SWITCH_PS_OFF                   "Netzteil Aus"
65
+#define MSG_EXTRUDE                         "Extrude"
65
 #define MSG_RETRACT                         "Retract"
66
 #define MSG_RETRACT                         "Retract"
66
 #define MSG_MOVE_AXIS                       "Bewegen"
67
 #define MSG_MOVE_AXIS                       "Bewegen"
68
+#define MSG_LEVEL_BED                       "Bett Korrektur"
67
 #define MSG_MOVE_X                          "X"
69
 #define MSG_MOVE_X                          "X"
68
 #define MSG_MOVE_Y                          "Y"
70
 #define MSG_MOVE_Y                          "Y"
69
 #define MSG_MOVE_Z                          "Z"
71
 #define MSG_MOVE_Z                          "Z"
72
 #define MSG_MOVE_1MM                        " 1.0 mm"
74
 #define MSG_MOVE_1MM                        " 1.0 mm"
73
 #define MSG_MOVE_10MM                       "10.0 mm"
75
 #define MSG_MOVE_10MM                       "10.0 mm"
74
 #define MSG_SPEED                           "Geschw."
76
 #define MSG_SPEED                           "Geschw."
77
+#define MSG_BED_Z                           "Bett Z"
75
 #define MSG_NOZZLE                          "Düse"
78
 #define MSG_NOZZLE                          "Düse"
76
 #define MSG_BED                             "Bett"
79
 #define MSG_BED                             "Bett"
77
 #define MSG_FAN_SPEED                       "Lüftergeschw."
80
 #define MSG_FAN_SPEED                       "Lüftergeschw."
100
 #define MSG_VTRAV_MIN                       "VTrav min"
103
 #define MSG_VTRAV_MIN                       "VTrav min"
101
 #define MSG_AMAX                            "A max " // space by purpose
104
 #define MSG_AMAX                            "A max " // space by purpose
102
 #define MSG_A_RETRACT                       "A Retract"
105
 #define MSG_A_RETRACT                       "A Retract"
106
+#define MSG_A_TRAVEL                        "A Travel"
103
 #define MSG_XSTEPS                          "X steps/mm"
107
 #define MSG_XSTEPS                          "X steps/mm"
104
 #define MSG_YSTEPS                          "Y steps/mm"
108
 #define MSG_YSTEPS                          "Y steps/mm"
105
 #define MSG_ZSTEPS                          "Z steps/mm"
109
 #define MSG_ZSTEPS                          "Z steps/mm"
147
 #define MSG_BABYSTEP_Y                      "Babystep Y"
151
 #define MSG_BABYSTEP_Y                      "Babystep Y"
148
 #define MSG_BABYSTEP_Z                      "Babystep Z"
152
 #define MSG_BABYSTEP_Z                      "Babystep Z"
149
 #define MSG_ENDSTOP_ABORT                   "Endstop Abbr. Ein"
153
 #define MSG_ENDSTOP_ABORT                   "Endstop Abbr. Ein"
154
+#define MSG_HEATING_FAILED_LCD              "Err: Heizt langsam"
155
+#define MSG_ERR_REDUNDANT_TEMP              "Err: Temp. Redundanz"
156
+#define MSG_THERMAL_RUNAWAY                 "Err: Temp. Messung"
157
+#define MSG_ERR_MAXTEMP                     "Err: Max-Temp."
158
+#define MSG_ERR_MINTEMP                     "Err: Min-Temp."
159
+#define MSG_ERR_MAXTEMP_BED                 "Err: Max-Temp. Bett"
160
+#define MSG_ERR_MINTEMP_BED                 "Err: Min-Temp. Bett"
150
 #define MSG_END_HOUR                        "Stunden"
161
 #define MSG_END_HOUR                        "Stunden"
151
 #define MSG_END_MINUTE                      "Minuten"
162
 #define MSG_END_MINUTE                      "Minuten"
152
 #define MSG_HEATING                         "Aufheizen..."
163
 #define MSG_HEATING                         "Aufheizen..."
154
 #define MSG_BED_HEATING                     "Bett aufheizen"
165
 #define MSG_BED_HEATING                     "Bett aufheizen"
155
 #define MSG_BED_DONE                        "Bett aufgeheizt"
166
 #define MSG_BED_DONE                        "Bett aufgeheizt"
156
 
167
 
157
-#if ENABLED(DELTA_CALIBRATION_MENU)
158
-  #define MSG_DELTA_CALIBRATE               "Delta kalibrieren"
159
-  #define MSG_DELTA_CALIBRATE_X             "Kalibriere X"
160
-  #define MSG_DELTA_CALIBRATE_Y             "Kalibriere Y"
161
-  #define MSG_DELTA_CALIBRATE_Z             "Kalibriere Z"
162
-  #define MSG_DELTA_CALIBRATE_CENTER        "Kalibriere Mitte"
163
-#endif // DELTA_CALIBRATION_MENU
168
+#define MSG_DELTA_CALIBRATE                 "Delta kalibrieren"
169
+#define MSG_DELTA_CALIBRATE_X               "Kalibriere X"
170
+#define MSG_DELTA_CALIBRATE_Y               "Kalibriere Y"
171
+#define MSG_DELTA_CALIBRATE_Z               "Kalibriere Z"
172
+#define MSG_DELTA_CALIBRATE_CENTER          "Kalibriere Mitte"
164
 
173
 
165
 #endif // LANGUAGE_DE_H
174
 #endif // LANGUAGE_DE_H

正在加载...
取消
保存