Ver código fonte

Revisited German translation

Torsten Kurbad 8 anos atrás
pai
commit
aae2f502e0
1 arquivos alterados com 48 adições e 48 exclusões
  1. 48
    48
      Marlin/language_de.h

+ 48
- 48
Marlin/language_de.h Ver arquivo

@@ -35,37 +35,37 @@
35 35
 //#define SIMULATE_ROMFONT
36 36
 #define DISPLAY_CHARSET_ISO10646_1
37 37
 
38
-#define WELCOME_MSG                         MACHINE_NAME " bereit."
39
-#define MSG_SD_INSERTED                     "SDKarte erkannt."
40
-#define MSG_SD_REMOVED                      "SDKarte entfernt."
38
+#define WELCOME_MSG                         MACHINE_NAME " bereit"
39
+#define MSG_SD_INSERTED                     "SD-Karte erkannt"
40
+#define MSG_SD_REMOVED                      "SD-Karte entfernt"
41 41
 #define MSG_MAIN                            "Hauptmenü"
42 42
 #define MSG_AUTOSTART                       "Autostart"
43
-#define MSG_DISABLE_STEPPERS                "Motoren Aus" // M84
43
+#define MSG_DISABLE_STEPPERS                "Motoren aus" // M84
44 44
 #define MSG_AUTO_HOME                       "Home" // G28
45 45
 #define MSG_LEVEL_BED_HOMING                "Homing XYZ"
46 46
 #define MSG_LEVEL_BED_WAITING               "Klick für Start"
47 47
 #define MSG_LEVEL_BED_DONE                  "Fertig"
48 48
 #define MSG_LEVEL_BED_CANCEL                "Abbruch"
49
-#define MSG_SET_HOME_OFFSETS                "Setze Home hier"
49
+#define MSG_SET_HOME_OFFSETS                "Setze Homeoffsets"
50 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 Nullpunkt" //"G92 X0 Y0 Z0" commented out in ultralcd.cpp
52 52
 #define MSG_PREHEAT_PLA                     "Vorwärmen PLA"
53 53
 #define MSG_PREHEAT_PLA_N                   "Vorwärmen PLA "
54 54
 #define MSG_PREHEAT_PLA_ALL                 "Vorw. PLA Alle"
55 55
 #define MSG_PREHEAT_PLA_BEDONLY             "Vorw. PLA Bett"
56
-#define MSG_PREHEAT_PLA_SETTINGS            "Vorwärm. PLA Ein."
56
+#define MSG_PREHEAT_PLA_SETTINGS            "Vorw. PLA Einst."
57 57
 #define MSG_PREHEAT_ABS                     "Vorwärmen ABS"
58 58
 #define MSG_PREHEAT_ABS_N                   "Vorwärmen ABS "
59 59
 #define MSG_PREHEAT_ABS_ALL                 "Vorw. ABS Alle"
60 60
 #define MSG_PREHEAT_ABS_BEDONLY             "Vorw. ABS Bett"
61
-#define MSG_PREHEAT_ABS_SETTINGS            "Vorwärm. ABS Ein."
61
+#define MSG_PREHEAT_ABS_SETTINGS            "Vorw. ABS Einst."
62 62
 #define MSG_COOLDOWN                        "Abkühlen"
63
-#define MSG_SWITCH_PS_ON                    "Netzteil Ein"
64
-#define MSG_SWITCH_PS_OFF                   "Netzteil Aus"
63
+#define MSG_SWITCH_PS_ON                    "Netzteil ein"
64
+#define MSG_SWITCH_PS_OFF                   "Netzteil aus"
65 65
 #define MSG_EXTRUDE                         "Extrudieren"
66 66
 #define MSG_RETRACT                         "Retract"
67 67
 #define MSG_MOVE_AXIS                       "Bewegen"
68
-#define MSG_LEVEL_BED                       "Bett Korrektur"
68
+#define MSG_LEVEL_BED                       "Bett nivellieren"
69 69
 #define MSG_MOVE_X                          "X"
70 70
 #define MSG_MOVE_Y                          "Y"
71 71
 #define MSG_MOVE_Z                          "Z"
@@ -77,11 +77,11 @@
77 77
 #define MSG_BED_Z                           "Bett Z"
78 78
 #define MSG_NOZZLE                          "Düse"
79 79
 #define MSG_BED                             "Bett"
80
-#define MSG_FAN_SPEED                       "Lüftergeschw."
81
-#define MSG_FLOW                            "Fluss"
80
+#define MSG_FAN_SPEED                       "Lüfter"
81
+#define MSG_FLOW                            "Durchfluss"
82 82
 #define MSG_CONTROL                         "Einstellungen"
83
-#define MSG_MIN                             LCD_STR_THERMOMETER " Min"
84
-#define MSG_MAX                             LCD_STR_THERMOMETER " Max"
83
+#define MSG_MIN                             LCD_STR_THERMOMETER " min"
84
+#define MSG_MAX                             LCD_STR_THERMOMETER " max"
85 85
 #define MSG_FACTOR                          LCD_STR_THERMOMETER " Faktor"
86 86
 #define MSG_AUTOTEMP                        "AutoTemp"
87 87
 #define MSG_ON                              "Ein"
@@ -91,73 +91,73 @@
91 91
 #define MSG_PID_D                           "PID D"
92 92
 #define MSG_PID_C                           "PID C"
93 93
 #define MSG_ACC                             "A"
94
-#define MSG_VXY_JERK                        "V xy Ruck"
95
-#define MSG_VZ_JERK                         "V z  Ruck"
96
-#define MSG_VE_JERK                         "V e  Ruck"
94
+#define MSG_VXY_JERK                        "V XY Jerk"
95
+#define MSG_VZ_JERK                         "V Z  Jerk"
96
+#define MSG_VE_JERK                         "V E  Jerk"
97 97
 #define MSG_VMAX                            "V max " // space by purpose
98 98
 #define MSG_X                               "X"
99 99
 #define MSG_Y                               "Y"
100 100
 #define MSG_Z                               "Z"
101 101
 #define MSG_E                               "E"
102 102
 #define MSG_VMIN                            "V min"
103
-#define MSG_VTRAV_MIN                       "VTrav min"
103
+#define MSG_VTRAV_MIN                       "V min Leerfahrt"
104 104
 #define MSG_AMAX                            "A max " // space by purpose
105
-#define MSG_A_RETRACT                       "A Rückzug"
106
-#define MSG_A_TRAVEL                        "A Reise"
107
-#define MSG_XSTEPS                          "X steps/mm"
108
-#define MSG_YSTEPS                          "Y steps/mm"
109
-#define MSG_ZSTEPS                          "Z steps/mm"
110
-#define MSG_ESTEPS                          "E steps/mm"
105
+#define MSG_A_RETRACT                       "A Retract"
106
+#define MSG_A_TRAVEL                        "A Leerfahrt"
107
+#define MSG_XSTEPS                          "X Steps/mm"
108
+#define MSG_YSTEPS                          "Y Steps/mm"
109
+#define MSG_ZSTEPS                          "Z Steps/mm"
110
+#define MSG_ESTEPS                          "E Steps/mm"
111 111
 #define MSG_TEMPERATURE                     "Temperatur"
112 112
 #define MSG_MOTION                          "Bewegung"
113 113
 #define MSG_VOLUMETRIC                      "Filament"
114 114
 #define MSG_VOLUMETRIC_ENABLED              "E in mm³"
115
-#define MSG_FILAMENT_DIAM                   "Filament D"
115
+#define MSG_FILAMENT_DIAM                   "D Fil."
116 116
 #define MSG_CONTRAST                        "LCD Kontrast"
117 117
 #define MSG_STORE_EPROM                     "EPROM speichern"
118 118
 #define MSG_LOAD_EPROM                      "EPROM laden"
119
-#define MSG_RESTORE_FAILSAFE                "Standardkonfig."
119
+#define MSG_RESTORE_FAILSAFE                "Standardkonfiguration"
120 120
 #define MSG_REFRESH                         "Aktualisieren"
121 121
 #define MSG_WATCH                           "Info"
122 122
 #define MSG_PREPARE                         "Vorbereitung"
123 123
 #define MSG_TUNE                            "Justierung"
124 124
 #define MSG_PAUSE_PRINT                     "SD-Druck Pause"
125
-#define MSG_RESUME_PRINT                    "SD-Druck Weiter"
125
+#define MSG_RESUME_PRINT                    "SD-Druck Fortsetzung"
126 126
 #define MSG_STOP_PRINT                      "SD-Druck Abbruch"
127
-#define MSG_CARD_MENU                       "SDKarte"
128
-#define MSG_NO_CARD                         "Keine SDKarte"
127
+#define MSG_CARD_MENU                       "SD-Karte"
128
+#define MSG_NO_CARD                         "Keine SD-Karte"
129 129
 #define MSG_DWELL                           "Warten..."
130
-#define MSG_USERWAIT                        "Warte auf Nutzer."
131
-#define MSG_RESUMING                        "Druck geht weiter"
130
+#define MSG_USERWAIT                        "Warte auf Nutzer"
131
+#define MSG_RESUMING                        "Druckfortsetzung"
132 132
 #define MSG_PRINT_ABORTED                   "Druck abgebrochen"
133
-#define MSG_NO_MOVE                         "Motoren Eingesch."
134
-#define MSG_KILLED                          "BEENDET."
135
-#define MSG_STOPPED                         "ANGEHALTEN."
133
+#define MSG_NO_MOVE                         "Motoren eingeschaltet"
134
+#define MSG_KILLED                          "KILLED"
135
+#define MSG_STOPPED                         "ANGEHALTEN"
136 136
 #define MSG_CONTROL_RETRACT                 "Retract mm"
137 137
 #define MSG_CONTROL_RETRACT_SWAP            "Wechs. Retract mm"
138 138
 #define MSG_CONTROL_RETRACTF                "Retract  V"
139
-#define MSG_CONTROL_RETRACT_ZLIFT           "Hop mm"
139
+#define MSG_CONTROL_RETRACT_ZLIFT           "Z-Hop mm"
140 140
 #define MSG_CONTROL_RETRACT_RECOVER         "UnRet +mm"
141 141
 #define MSG_CONTROL_RETRACT_RECOVER_SWAP    "Wechs. UnRet +mm"
142 142
 #define MSG_CONTROL_RETRACT_RECOVERF        "UnRet  V"
143
-#define MSG_AUTORETRACT                     "AutoRetr."
143
+#define MSG_AUTORETRACT                     "AutoRetract"
144 144
 #define MSG_FILAMENTCHANGE                  "Filament wechseln"
145
-#define MSG_INIT_SDCARD                     "SDKarte erkennen"// Manually initialize the SD-card via user interface
146
-#define MSG_CNG_SDCARD                      "SDKarte erkennen"// SD-card changed by user. For machines with no autocarddetect. Both send "M21"
145
+#define MSG_INIT_SDCARD                     "SD-Karte erkennen"  // Manually initialize the SD-card via user interface
146
+#define MSG_CNG_SDCARD                      "SD-Karte getauscht" // SD-card changed by user. For machines with no autocarddetect. Both send "M21"
147 147
 #define MSG_ZPROBE_OUT                      "Sensor ausserhalb"
148
-#define MSG_YX_UNHOMED                      "X/Y vor Z homen."
148
+#define MSG_YX_UNHOMED                      "X/Y vor Z homen!"
149 149
 #define MSG_ZPROBE_ZOFFSET                  "Z Offset"
150 150
 #define MSG_BABYSTEP_X                      "Babystep X"
151 151
 #define MSG_BABYSTEP_Y                      "Babystep Y"
152 152
 #define MSG_BABYSTEP_Z                      "Babystep Z"
153
-#define MSG_ENDSTOP_ABORT                   "Endstop Abbr. Ein"
154
-#define MSG_HEATING_FAILED_LCD              "Heizen fehlgesch."
155
-#define MSG_ERR_REDUNDANT_TEMP              "Redund. Temperaturabw."
156
-#define MSG_THERMAL_RUNAWAY                 "Temp. n. erreicht"
157
-#define MSG_ERR_MAXTEMP                     "Temp. überschritten"
158
-#define MSG_ERR_MINTEMP                     "Temp. unterschritten"
159
-#define MSG_ERR_MAXTEMP_BED                 "Temp. Bett überschr."
160
-#define MSG_ERR_MINTEMP_BED                 "Temp. Bett unterschr."
153
+#define MSG_ENDSTOP_ABORT                   "Endstop-Abbr. ein"
154
+#define MSG_HEATING_FAILED_LCD              "HEIZEN FEHLGESCHLAGEN"
155
+#define MSG_ERR_REDUNDANT_TEMP              "REDUND. TEMPERATURABWEICHUNG"
156
+#define MSG_THERMAL_RUNAWAY                 LCD_STR_THERMOMETER " NICHT ERREICHT"
157
+#define MSG_ERR_MAXTEMP                     LCD_STR_THERMOMETER " ÜBERSCHRITTEN"
158
+#define MSG_ERR_MINTEMP                     LCD_STR_THERMOMETER " UNTERSCHRITTEN"
159
+#define MSG_ERR_MAXTEMP_BED                 "BETT " LCD_STR_THERMOMETER " ÜBERSCHRITTEN"
160
+#define MSG_ERR_MINTEMP_BED                 "BETT " LCD_STR_THERMOMETER " UNTERSCHRITTEN"
161 161
 #define MSG_END_HOUR                        "Stunden"
162 162
 #define MSG_END_MINUTE                      "Minuten"
163 163
 #define MSG_HEATING                         "Aufheizen..."

Carregando…
Cancelar
Salvar