Selaa lähdekoodia

"G28 Z Forbidden" => "Home XY first"

Some languages will need to be updated for proper phrasing
Scott Lahteine 7 vuotta sitten
vanhempi
commit
f04be05a14

+ 1
- 1
Marlin/src/lcd/language/language_an.h Näytä tiedosto

182
 #define MSG_ERR_MINTEMP                     _UxGT("Error: Temp Menima")
182
 #define MSG_ERR_MINTEMP                     _UxGT("Error: Temp Menima")
183
 #define MSG_ERR_MAXTEMP_BED                 _UxGT("Error: Temp Max base")
183
 #define MSG_ERR_MAXTEMP_BED                 _UxGT("Error: Temp Max base")
184
 #define MSG_ERR_MINTEMP_BED                 _UxGT("Error: Temp Min base")
184
 #define MSG_ERR_MINTEMP_BED                 _UxGT("Error: Temp Min base")
185
-#define MSG_ERR_Z_HOMING                    _UxGT("G28 Z vedau")
185
+#define MSG_ERR_Z_HOMING                    MSG_HOME _UxGT(" ") MSG_X MSG_Y _UxGT(" ") MSG_FIRST
186
 #define MSG_HALTED                          _UxGT("IMPRESORA ATURADA")
186
 #define MSG_HALTED                          _UxGT("IMPRESORA ATURADA")
187
 #define MSG_PLEASE_RESET                    _UxGT("Per favor reinic.")
187
 #define MSG_PLEASE_RESET                    _UxGT("Per favor reinic.")
188
 #define MSG_SHORT_DAY                       _UxGT("d")
188
 #define MSG_SHORT_DAY                       _UxGT("d")

+ 1
- 1
Marlin/src/lcd/language/language_ca.h Näytä tiedosto

185
 #define MSG_ERR_MINTEMP                     _UxGT("Err: TEMP MINIMA")
185
 #define MSG_ERR_MINTEMP                     _UxGT("Err: TEMP MINIMA")
186
 #define MSG_ERR_MAXTEMP_BED                 _UxGT("Err: TEMPMAX LLIT")
186
 #define MSG_ERR_MAXTEMP_BED                 _UxGT("Err: TEMPMAX LLIT")
187
 #define MSG_ERR_MINTEMP_BED                 _UxGT("Err: TEMPMIN LLIT")
187
 #define MSG_ERR_MINTEMP_BED                 _UxGT("Err: TEMPMIN LLIT")
188
-#define MSG_ERR_Z_HOMING                    _UxGT("G28 Z No permes")
188
+#define MSG_ERR_Z_HOMING                    MSG_HOME _UxGT(" ") MSG_X MSG_Y _UxGT(" ") MSG_FIRST
189
 #define MSG_HALTED                          _UxGT("IMPRESSORA PARADA")
189
 #define MSG_HALTED                          _UxGT("IMPRESSORA PARADA")
190
 #define MSG_PLEASE_RESET                    _UxGT("Reinicieu")
190
 #define MSG_PLEASE_RESET                    _UxGT("Reinicieu")
191
 #define MSG_SHORT_DAY                       _UxGT("d") // One character only
191
 #define MSG_SHORT_DAY                       _UxGT("d") // One character only

+ 1
- 1
Marlin/src/lcd/language/language_cz.h Näytä tiedosto

297
 #define MSG_ERR_MINTEMP                     _UxGT("NIZKA TEPLOTA")
297
 #define MSG_ERR_MINTEMP                     _UxGT("NIZKA TEPLOTA")
298
 #define MSG_ERR_MAXTEMP_BED                 _UxGT("VYS. TEPL. PODL.")
298
 #define MSG_ERR_MAXTEMP_BED                 _UxGT("VYS. TEPL. PODL.")
299
 #define MSG_ERR_MINTEMP_BED                 _UxGT("NIZ. TEPL. PODL.")
299
 #define MSG_ERR_MINTEMP_BED                 _UxGT("NIZ. TEPL. PODL.")
300
-#define MSG_ERR_Z_HOMING                    _UxGT("G28 Z ZAKAZANO")
300
+#define MSG_ERR_Z_HOMING                    MSG_HOME _UxGT(" ") MSG_X MSG_Y _UxGT(" ") MSG_FIRST
301
 #define MSG_HALTED                          _UxGT("TISK. ZASTAVENA")
301
 #define MSG_HALTED                          _UxGT("TISK. ZASTAVENA")
302
 #define MSG_PLEASE_RESET                    _UxGT("Provedte reset")
302
 #define MSG_PLEASE_RESET                    _UxGT("Provedte reset")
303
 #define MSG_SHORT_DAY                       _UxGT("d")
303
 #define MSG_SHORT_DAY                       _UxGT("d")

+ 1
- 1
Marlin/src/lcd/language/language_cz_utf8.h Näytä tiedosto

300
 #define MSG_ERR_MINTEMP                     _UxGT("NÍZKA TEPLOTA")
300
 #define MSG_ERR_MINTEMP                     _UxGT("NÍZKA TEPLOTA")
301
 #define MSG_ERR_MAXTEMP_BED                 _UxGT("VYS. TEPL. PODL.")
301
 #define MSG_ERR_MAXTEMP_BED                 _UxGT("VYS. TEPL. PODL.")
302
 #define MSG_ERR_MINTEMP_BED                 _UxGT("NÍZ. TEPL. PODL.")
302
 #define MSG_ERR_MINTEMP_BED                 _UxGT("NÍZ. TEPL. PODL.")
303
-#define MSG_ERR_Z_HOMING                    _UxGT("G28 Z ZAKÁZÁNO")
303
+#define MSG_ERR_Z_HOMING                    MSG_HOME _UxGT(" ") MSG_X MSG_Y _UxGT(" ") MSG_FIRST
304
 #define MSG_HALTED                          _UxGT("TISK. ZASTAVENA")
304
 #define MSG_HALTED                          _UxGT("TISK. ZASTAVENA")
305
 #define MSG_PLEASE_RESET                    _UxGT("Proveďte reset")
305
 #define MSG_PLEASE_RESET                    _UxGT("Proveďte reset")
306
 #define MSG_SHORT_DAY                       _UxGT("d")
306
 #define MSG_SHORT_DAY                       _UxGT("d")

+ 1
- 1
Marlin/src/lcd/language/language_da.h Näytä tiedosto

183
 #define MSG_ERR_MINTEMP                     _UxGT("Fejl: Min temp")
183
 #define MSG_ERR_MINTEMP                     _UxGT("Fejl: Min temp")
184
 #define MSG_ERR_MAXTEMP_BED                 _UxGT("Fejl: Maks Plade temp")
184
 #define MSG_ERR_MAXTEMP_BED                 _UxGT("Fejl: Maks Plade temp")
185
 #define MSG_ERR_MINTEMP_BED                 _UxGT("Fejl: Min Plade temp")
185
 #define MSG_ERR_MINTEMP_BED                 _UxGT("Fejl: Min Plade temp")
186
-#define MSG_ERR_Z_HOMING                    _UxGT("G28 Z Forbudt")
186
+#define MSG_ERR_Z_HOMING                    MSG_HOME _UxGT(" ") MSG_X MSG_Y _UxGT(" ") MSG_FIRST
187
 #define MSG_HALTED                          _UxGT("PRINTER STOPPET")
187
 #define MSG_HALTED                          _UxGT("PRINTER STOPPET")
188
 #define MSG_PLEASE_RESET                    _UxGT("Reset Venligst")
188
 #define MSG_PLEASE_RESET                    _UxGT("Reset Venligst")
189
 #define MSG_SHORT_DAY                       _UxGT("d") // Kun et bogstav
189
 #define MSG_SHORT_DAY                       _UxGT("d") // Kun et bogstav

+ 1
- 1
Marlin/src/lcd/language/language_de.h Näytä tiedosto

213
 #define MSG_ERR_MINTEMP                     LCD_STR_THERMOMETER _UxGT(" UNTERSCHRITTEN")
213
 #define MSG_ERR_MINTEMP                     LCD_STR_THERMOMETER _UxGT(" UNTERSCHRITTEN")
214
 #define MSG_ERR_MAXTEMP_BED                 _UxGT("BETT ") LCD_STR_THERMOMETER _UxGT(" ÜBERSCHRITTEN")
214
 #define MSG_ERR_MAXTEMP_BED                 _UxGT("BETT ") LCD_STR_THERMOMETER _UxGT(" ÜBERSCHRITTEN")
215
 #define MSG_ERR_MINTEMP_BED                 _UxGT("BETT ") LCD_STR_THERMOMETER _UxGT(" UNTERSCHRITTEN")
215
 #define MSG_ERR_MINTEMP_BED                 _UxGT("BETT ") LCD_STR_THERMOMETER _UxGT(" UNTERSCHRITTEN")
216
-#define MSG_ERR_Z_HOMING                    _UxGT("G28 Z verboten")
216
+#define MSG_ERR_Z_HOMING                    MSG_HOME _UxGT(" ") MSG_X MSG_Y _UxGT(" ") MSG_FIRST
217
 #define MSG_HALTED                          _UxGT("DRUCKER STOPP")
217
 #define MSG_HALTED                          _UxGT("DRUCKER STOPP")
218
 #define MSG_PLEASE_RESET                    _UxGT("Bitte Resetten")
218
 #define MSG_PLEASE_RESET                    _UxGT("Bitte Resetten")
219
 #define MSG_SHORT_DAY                       _UxGT("t") // One character only
219
 #define MSG_SHORT_DAY                       _UxGT("t") // One character only

+ 1
- 1
Marlin/src/lcd/language/language_en.h Näytä tiedosto

805
   #define MSG_ERR_MINTEMP_BED                 _UxGT("Err: MINTEMP BED")
805
   #define MSG_ERR_MINTEMP_BED                 _UxGT("Err: MINTEMP BED")
806
 #endif
806
 #endif
807
 #ifndef MSG_ERR_Z_HOMING
807
 #ifndef MSG_ERR_Z_HOMING
808
-  #define MSG_ERR_Z_HOMING                    _UxGT("G28 Z Forbidden")
808
+  #define MSG_ERR_Z_HOMING                    MSG_HOME _UxGT(" ") MSG_X MSG_Y _UxGT(" ") MSG_FIRST
809
 #endif
809
 #endif
810
 #ifndef MSG_HALTED
810
 #ifndef MSG_HALTED
811
   #define MSG_HALTED                          _UxGT("PRINTER HALTED")
811
   #define MSG_HALTED                          _UxGT("PRINTER HALTED")

+ 1
- 1
Marlin/src/lcd/language/language_es.h Näytä tiedosto

190
 #define MSG_ERR_MINTEMP                     _UxGT("Error: Temp Minima")
190
 #define MSG_ERR_MINTEMP                     _UxGT("Error: Temp Minima")
191
 #define MSG_ERR_MAXTEMP_BED                 _UxGT("Error: Temp Max Plat")
191
 #define MSG_ERR_MAXTEMP_BED                 _UxGT("Error: Temp Max Plat")
192
 #define MSG_ERR_MINTEMP_BED                 _UxGT("Error: Temp Min Plat")
192
 #define MSG_ERR_MINTEMP_BED                 _UxGT("Error: Temp Min Plat")
193
-#define MSG_ERR_Z_HOMING                    _UxGT("G28 Z Prohibido")
193
+#define MSG_ERR_Z_HOMING                    MSG_HOME _UxGT(" ") MSG_X MSG_Y _UxGT(" ") MSG_FIRST
194
 #define MSG_HALTED                          _UxGT("IMPRESORA PARADA")
194
 #define MSG_HALTED                          _UxGT("IMPRESORA PARADA")
195
 #define MSG_PLEASE_RESET                    _UxGT("Por favor, reinicie")
195
 #define MSG_PLEASE_RESET                    _UxGT("Por favor, reinicie")
196
 #define MSG_SHORT_DAY                       _UxGT("d") // One character only
196
 #define MSG_SHORT_DAY                       _UxGT("d") // One character only

+ 1
- 1
Marlin/src/lcd/language/language_es_utf8.h Näytä tiedosto

179
 #define MSG_ERR_MINTEMP                     _UxGT("Error: Temp Mínima")
179
 #define MSG_ERR_MINTEMP                     _UxGT("Error: Temp Mínima")
180
 #define MSG_ERR_MAXTEMP_BED                 _UxGT("Error: Temp Max Cama")
180
 #define MSG_ERR_MAXTEMP_BED                 _UxGT("Error: Temp Max Cama")
181
 #define MSG_ERR_MINTEMP_BED                 _UxGT("Error: Temp Min Cama")
181
 #define MSG_ERR_MINTEMP_BED                 _UxGT("Error: Temp Min Cama")
182
-#define MSG_ERR_Z_HOMING                    _UxGT("G28 Z Prohibido")
182
+#define MSG_ERR_Z_HOMING                    MSG_HOME _UxGT(" ") MSG_X MSG_Y _UxGT(" ") MSG_FIRST
183
 #define MSG_HALTED                          _UxGT("IMPRESORA PARADA")
183
 #define MSG_HALTED                          _UxGT("IMPRESORA PARADA")
184
 #define MSG_PLEASE_RESET                    _UxGT("Por favor, reinicie")
184
 #define MSG_PLEASE_RESET                    _UxGT("Por favor, reinicie")
185
 #define MSG_SHORT_DAY                       _UxGT("d") // One character only
185
 #define MSG_SHORT_DAY                       _UxGT("d") // One character only

+ 1
- 1
Marlin/src/lcd/language/language_eu.h Näytä tiedosto

290
 #define MSG_ERR_MINTEMP                     _UxGT("Err: Tenp Minimoa")
290
 #define MSG_ERR_MINTEMP                     _UxGT("Err: Tenp Minimoa")
291
 #define MSG_ERR_MAXTEMP_BED                 _UxGT("Err: Ohe Tenp Max")
291
 #define MSG_ERR_MAXTEMP_BED                 _UxGT("Err: Ohe Tenp Max")
292
 #define MSG_ERR_MINTEMP_BED                 _UxGT("Err: Ohe Tenp Min")
292
 #define MSG_ERR_MINTEMP_BED                 _UxGT("Err: Ohe Tenp Min")
293
-#define MSG_ERR_Z_HOMING                    _UxGT("G28 Z Debekatua")
293
+#define MSG_ERR_Z_HOMING                    MSG_HOME _UxGT(" ") MSG_X MSG_Y _UxGT(" ") MSG_FIRST
294
 #define MSG_HALTED                          _UxGT("INPRIMA. GELDIRIK")
294
 #define MSG_HALTED                          _UxGT("INPRIMA. GELDIRIK")
295
 #define MSG_PLEASE_RESET                    _UxGT("Berrabia. Mesedez")
295
 #define MSG_PLEASE_RESET                    _UxGT("Berrabia. Mesedez")
296
 #define MSG_SHORT_DAY                       _UxGT("d") // One character only
296
 #define MSG_SHORT_DAY                       _UxGT("d") // One character only

+ 1
- 1
Marlin/src/lcd/language/language_fr.h Näytä tiedosto

294
 #define MSG_ERR_MINTEMP                     _UxGT("Err: TEMP. MIN")
294
 #define MSG_ERR_MINTEMP                     _UxGT("Err: TEMP. MIN")
295
 #define MSG_ERR_MAXTEMP_BED                 _UxGT("Err: TEMP. MAX LIT")
295
 #define MSG_ERR_MAXTEMP_BED                 _UxGT("Err: TEMP. MAX LIT")
296
 #define MSG_ERR_MINTEMP_BED                 _UxGT("Err: TEMP. MIN LIT")
296
 #define MSG_ERR_MINTEMP_BED                 _UxGT("Err: TEMP. MIN LIT")
297
-#define MSG_ERR_Z_HOMING                    _UxGT("G28 Z interdit")
297
+#define MSG_ERR_Z_HOMING                    MSG_HOME _UxGT(" ") MSG_X MSG_Y _UxGT(" ") MSG_FIRST
298
 
298
 
299
 #define MSG_HALTED                          _UxGT("IMPR. STOPPEE")
299
 #define MSG_HALTED                          _UxGT("IMPR. STOPPEE")
300
 #define MSG_PLEASE_RESET                    _UxGT("RaZ. SVP")
300
 #define MSG_PLEASE_RESET                    _UxGT("RaZ. SVP")

+ 1
- 1
Marlin/src/lcd/language/language_fr_utf8.h Näytä tiedosto

295
 #define MSG_ERR_MINTEMP                     _UxGT("Err: TEMP. MIN")
295
 #define MSG_ERR_MINTEMP                     _UxGT("Err: TEMP. MIN")
296
 #define MSG_ERR_MAXTEMP_BED                 _UxGT("Err: TEMP. MAX LIT")
296
 #define MSG_ERR_MAXTEMP_BED                 _UxGT("Err: TEMP. MAX LIT")
297
 #define MSG_ERR_MINTEMP_BED                 _UxGT("Err: TEMP. MIN LIT")
297
 #define MSG_ERR_MINTEMP_BED                 _UxGT("Err: TEMP. MIN LIT")
298
-#define MSG_ERR_Z_HOMING                    _UxGT("G28 Z interdit")
298
+#define MSG_ERR_Z_HOMING                    MSG_HOME _UxGT(" ") MSG_X MSG_Y _UxGT(" ") MSG_FIRST
299
 
299
 
300
 #define MSG_HALTED                          _UxGT("IMPR. STOPPÉE")
300
 #define MSG_HALTED                          _UxGT("IMPR. STOPPÉE")
301
 #define MSG_PLEASE_RESET                    _UxGT("RàZ. SVP")
301
 #define MSG_PLEASE_RESET                    _UxGT("RàZ. SVP")

+ 1
- 1
Marlin/src/lcd/language/language_gl.h Näytä tiedosto

182
 #define MSG_ERR_MINTEMP                     _UxGT("Err: temp. min.")
182
 #define MSG_ERR_MINTEMP                     _UxGT("Err: temp. min.")
183
 #define MSG_ERR_MAXTEMP_BED                 _UxGT("Err: MAXTEMP BED")
183
 #define MSG_ERR_MAXTEMP_BED                 _UxGT("Err: MAXTEMP BED")
184
 #define MSG_ERR_MINTEMP_BED                 _UxGT("Err: MINTEMP BED")
184
 #define MSG_ERR_MINTEMP_BED                 _UxGT("Err: MINTEMP BED")
185
-#define MSG_ERR_Z_HOMING                    _UxGT("G28 Z impedido")
185
+#define MSG_ERR_Z_HOMING                    MSG_HOME _UxGT(" ") MSG_X MSG_Y _UxGT(" ") MSG_FIRST
186
 #define MSG_HALTED                          _UxGT("SISTEMA MORTO")
186
 #define MSG_HALTED                          _UxGT("SISTEMA MORTO")
187
 #define MSG_PLEASE_RESET                    _UxGT("Debe reiniciar!")
187
 #define MSG_PLEASE_RESET                    _UxGT("Debe reiniciar!")
188
 #define MSG_SHORT_DAY                       _UxGT("d") // One character only
188
 #define MSG_SHORT_DAY                       _UxGT("d") // One character only

+ 1
- 1
Marlin/src/lcd/language/language_hr.h Näytä tiedosto

181
 #define MSG_ERR_MINTEMP                     _UxGT("Err: MINTEMP")
181
 #define MSG_ERR_MINTEMP                     _UxGT("Err: MINTEMP")
182
 #define MSG_ERR_MAXTEMP_BED                 _UxGT("Err: MAXTEMP BED")
182
 #define MSG_ERR_MAXTEMP_BED                 _UxGT("Err: MAXTEMP BED")
183
 #define MSG_ERR_MINTEMP_BED                 _UxGT("Err: MINTEMP BED")
183
 #define MSG_ERR_MINTEMP_BED                 _UxGT("Err: MINTEMP BED")
184
-#define MSG_ERR_Z_HOMING                    _UxGT("G28 Z Forbidden")
184
+#define MSG_ERR_Z_HOMING                    MSG_HOME _UxGT(" ") MSG_X MSG_Y _UxGT(" ") MSG_FIRST
185
 #define MSG_HALTED                          _UxGT("PRINTER HALTED")
185
 #define MSG_HALTED                          _UxGT("PRINTER HALTED")
186
 #define MSG_PLEASE_RESET                    _UxGT("Please reset")
186
 #define MSG_PLEASE_RESET                    _UxGT("Please reset")
187
 #define MSG_SHORT_DAY                       _UxGT("d") // One character only
187
 #define MSG_SHORT_DAY                       _UxGT("d") // One character only

+ 1
- 1
Marlin/src/lcd/language/language_it.h Näytä tiedosto

293
 #define MSG_ERR_MINTEMP                     _UxGT("Err: TEMP MINIMA")
293
 #define MSG_ERR_MINTEMP                     _UxGT("Err: TEMP MINIMA")
294
 #define MSG_ERR_MAXTEMP_BED                 _UxGT("Err: TEMP MASSIMA PIATTO")
294
 #define MSG_ERR_MAXTEMP_BED                 _UxGT("Err: TEMP MASSIMA PIATTO")
295
 #define MSG_ERR_MINTEMP_BED                 _UxGT("Err: TEMP MINIMA PIATTO")
295
 #define MSG_ERR_MINTEMP_BED                 _UxGT("Err: TEMP MINIMA PIATTO")
296
-#define MSG_ERR_Z_HOMING                    _UxGT("G28 Z Vietato")
296
+#define MSG_ERR_Z_HOMING                    MSG_HOME _UxGT(" ") MSG_X MSG_Y _UxGT(" ") MSG_FIRST
297
 #define MSG_HALTED                          _UxGT("STAMPANTE FERMATA")
297
 #define MSG_HALTED                          _UxGT("STAMPANTE FERMATA")
298
 #define MSG_PLEASE_RESET                    _UxGT("Riavviare prego")
298
 #define MSG_PLEASE_RESET                    _UxGT("Riavviare prego")
299
 #define MSG_SHORT_DAY                       _UxGT("g") // One character only
299
 #define MSG_SHORT_DAY                       _UxGT("g") // One character only

+ 1
- 1
Marlin/src/lcd/language/language_kana.h Näytä tiedosto

265
   #define MSG_ERR_MAXTEMP_BED               "\xb4\xd7\xb0:\xcd\xde\xaf\xc4\xde\x20\xbb\xb2\xba\xb3\xb5\xdd"                 // "エラー:ベッド サイコウオン" ("Err: MAXTEMP BED")
265
   #define MSG_ERR_MAXTEMP_BED               "\xb4\xd7\xb0:\xcd\xde\xaf\xc4\xde\x20\xbb\xb2\xba\xb3\xb5\xdd"                 // "エラー:ベッド サイコウオン" ("Err: MAXTEMP BED")
266
   #define MSG_ERR_MINTEMP_BED               "\xb4\xd7\xb0:\xcd\xde\xaf\xc4\xde\x20\xbb\xb2\xc3\xb2\xb5\xdd"                 // "エラー:ベッド サイテイオン" ("Err: MINTEMP BED")
266
   #define MSG_ERR_MINTEMP_BED               "\xb4\xd7\xb0:\xcd\xde\xaf\xc4\xde\x20\xbb\xb2\xc3\xb2\xb5\xdd"                 // "エラー:ベッド サイテイオン" ("Err: MINTEMP BED")
267
 #endif
267
 #endif
268
-#define MSG_ERR_Z_HOMING                    MSG_HOME " " MSG_X MSG_Y " " MSG_FIRST                             // "サキニ XY ヲフッキサセテクダサイ" or "サキニ XY ヲフッキサセヨ" ("G28 Z Forbidden")
268
+#define MSG_ERR_Z_HOMING                    MSG_HOME " " MSG_X MSG_Y " " MSG_FIRST                             // "サキニ XY ヲフッキサセテクダサイ" or "サキニ XY ヲフッキサセヨ" ("Home XY first")
269
 #define MSG_HALTED                          "\xcc\xdf\xd8\xdd\xc0\xb0\xca\xc3\xb2\xbc\xbc\xcf\xbc\xc0"         // "プリンターハテイシシマシタ" ("PRINTER HALTED")
269
 #define MSG_HALTED                          "\xcc\xdf\xd8\xdd\xc0\xb0\xca\xc3\xb2\xbc\xbc\xcf\xbc\xc0"         // "プリンターハテイシシマシタ" ("PRINTER HALTED")
270
 #define MSG_PLEASE_RESET                    "\xd8\xbe\xaf\xc4\xbc\xc3\xb8\xc0\xde\xbb\xb2"                     // "リセットシテクダサイ" ("Please reset")
270
 #define MSG_PLEASE_RESET                    "\xd8\xbe\xaf\xc4\xbc\xc3\xb8\xc0\xde\xbb\xb2"                     // "リセットシテクダサイ" ("Please reset")
271
 #define MSG_SHORT_DAY                       "d"                                                                // One character only
271
 #define MSG_SHORT_DAY                       "d"                                                                // One character only

+ 1
- 1
Marlin/src/lcd/language/language_kana_utf8.h Näytä tiedosto

177
 #define MSG_ERR_MINTEMP                     _UxGT("エラー:サイテイオンミマン")          // "Err: MINTEMP"
177
 #define MSG_ERR_MINTEMP                     _UxGT("エラー:サイテイオンミマン")          // "Err: MINTEMP"
178
 #define MSG_ERR_MAXTEMP_BED                 _UxGT("エラー:ベッド サイコウオンチョウカ")    // "Err: MAXTEMP BED"
178
 #define MSG_ERR_MAXTEMP_BED                 _UxGT("エラー:ベッド サイコウオンチョウカ")    // "Err: MAXTEMP BED"
179
 #define MSG_ERR_MINTEMP_BED                 _UxGT("エラー:ベッド サイテイオンミマン")     // "Err: MINTEMP BED"
179
 #define MSG_ERR_MINTEMP_BED                 _UxGT("エラー:ベッド サイテイオンミマン")     // "Err: MINTEMP BED"
180
-#define MSG_ERR_Z_HOMING                    MSG_HOME _UxGT(" ") MSG_X MSG_Y _UxGT(" ") MSG_FIRST // "G28 Z Forbidden"
180
+#define MSG_ERR_Z_HOMING                    MSG_HOME _UxGT(" ") MSG_X MSG_Y _UxGT(" ") MSG_FIRST // "Home XY first"
181
 #define MSG_HALTED                          _UxGT("プリンターハテイシシマシタ")         // "PRINTER HALTED"
181
 #define MSG_HALTED                          _UxGT("プリンターハテイシシマシタ")         // "PRINTER HALTED"
182
 #define MSG_PLEASE_RESET                    _UxGT("リセットシテクダサイ")              // "Please reset"
182
 #define MSG_PLEASE_RESET                    _UxGT("リセットシテクダサイ")              // "Please reset"
183
 #define MSG_SHORT_DAY                       _UxGT("d")                          // One character only
183
 #define MSG_SHORT_DAY                       _UxGT("d")                          // One character only

+ 1
- 1
Marlin/src/lcd/language/language_nl.h Näytä tiedosto

189
 #define MSG_ERR_MINTEMP                     _UxGT("Err: Min. temp")
189
 #define MSG_ERR_MINTEMP                     _UxGT("Err: Min. temp")
190
 #define MSG_ERR_MAXTEMP_BED                 _UxGT("Err: Max.tmp bed")
190
 #define MSG_ERR_MAXTEMP_BED                 _UxGT("Err: Max.tmp bed")
191
 #define MSG_ERR_MINTEMP_BED                 _UxGT("Err: Min.tmp bed")
191
 #define MSG_ERR_MINTEMP_BED                 _UxGT("Err: Min.tmp bed")
192
-#define MSG_ERR_Z_HOMING                    _UxGT("Fout Z homing")
192
+#define MSG_ERR_Z_HOMING                    MSG_HOME _UxGT(" ") MSG_X MSG_Y _UxGT(" ") MSG_FIRST
193
 #define MSG_HALTED                          _UxGT("PRINTER GESTOPT")
193
 #define MSG_HALTED                          _UxGT("PRINTER GESTOPT")
194
 #define MSG_PLEASE_RESET                    _UxGT("Reset A.U.B.")
194
 #define MSG_PLEASE_RESET                    _UxGT("Reset A.U.B.")
195
 #define MSG_SHORT_DAY                       _UxGT("d") //  One character only. Keep English standard
195
 #define MSG_SHORT_DAY                       _UxGT("d") //  One character only. Keep English standard

+ 1
- 1
Marlin/src/lcd/language/language_pl-DOGM.h Näytä tiedosto

178
 #define MSG_ERR_MINTEMP                     _UxGT("Err min temp")
178
 #define MSG_ERR_MINTEMP                     _UxGT("Err min temp")
179
 #define MSG_ERR_MAXTEMP_BED                 _UxGT("Err max temp stołu")
179
 #define MSG_ERR_MAXTEMP_BED                 _UxGT("Err max temp stołu")
180
 #define MSG_ERR_MINTEMP_BED                 _UxGT("Err min temp stołu")
180
 #define MSG_ERR_MINTEMP_BED                 _UxGT("Err min temp stołu")
181
-#define MSG_ERR_Z_HOMING                    _UxGT("G28 Z Forbidden")
181
+#define MSG_ERR_Z_HOMING                    MSG_HOME _UxGT(" ") MSG_X MSG_Y _UxGT(" ") MSG_FIRST
182
 #define MSG_HALTED                          _UxGT("Drukarka zatrzym.")
182
 #define MSG_HALTED                          _UxGT("Drukarka zatrzym.")
183
 #define MSG_PLEASE_RESET                    _UxGT("Proszę zresetować")
183
 #define MSG_PLEASE_RESET                    _UxGT("Proszę zresetować")
184
 #define MSG_SHORT_DAY                       _UxGT("d") // One character only
184
 #define MSG_SHORT_DAY                       _UxGT("d") // One character only

+ 1
- 1
Marlin/src/lcd/language/language_pl-HD44780.h Näytä tiedosto

179
 #define MSG_ERR_MINTEMP                     _UxGT("Err min temp")
179
 #define MSG_ERR_MINTEMP                     _UxGT("Err min temp")
180
 #define MSG_ERR_MAXTEMP_BED                 _UxGT("Err max temp stolu")
180
 #define MSG_ERR_MAXTEMP_BED                 _UxGT("Err max temp stolu")
181
 #define MSG_ERR_MINTEMP_BED                 _UxGT("Err min temp stolu")
181
 #define MSG_ERR_MINTEMP_BED                 _UxGT("Err min temp stolu")
182
-#define MSG_ERR_Z_HOMING                    _UxGT("G28 Z Forbidden")
182
+#define MSG_ERR_Z_HOMING                    MSG_HOME _UxGT(" ") MSG_X MSG_Y _UxGT(" ") MSG_FIRST
183
 #define MSG_HALTED                          _UxGT("Drukarka zatrzym.")
183
 #define MSG_HALTED                          _UxGT("Drukarka zatrzym.")
184
 #define MSG_PLEASE_RESET                    _UxGT("Prosze zresetowac")
184
 #define MSG_PLEASE_RESET                    _UxGT("Prosze zresetowac")
185
 #define MSG_SHORT_DAY                       _UxGT("d") // One character only
185
 #define MSG_SHORT_DAY                       _UxGT("d") // One character only

+ 1
- 1
Marlin/src/lcd/language/language_ru.h Näytä tiedosto

294
 #define MSG_ERR_MINTEMP                     _UxGT("Ошибка: Т мин.")
294
 #define MSG_ERR_MINTEMP                     _UxGT("Ошибка: Т мин.")
295
 #define MSG_ERR_MAXTEMP_BED                 _UxGT("Ошибка: Т стола макс")
295
 #define MSG_ERR_MAXTEMP_BED                 _UxGT("Ошибка: Т стола макс")
296
 #define MSG_ERR_MINTEMP_BED                 _UxGT("Ошибка: Т стола мин.")
296
 #define MSG_ERR_MINTEMP_BED                 _UxGT("Ошибка: Т стола мин.")
297
-#define MSG_ERR_Z_HOMING                    _UxGT("G28 Z Запрещено")
297
+#define MSG_ERR_Z_HOMING                    MSG_HOME _UxGT(" ") MSG_X MSG_Y _UxGT(" ") MSG_FIRST
298
 #define MSG_HALTED                          _UxGT("ПРИНТЕР ОСТАНОВЛЕН")
298
 #define MSG_HALTED                          _UxGT("ПРИНТЕР ОСТАНОВЛЕН")
299
 #define MSG_PLEASE_RESET                    _UxGT("Сделайте сброс")
299
 #define MSG_PLEASE_RESET                    _UxGT("Сделайте сброс")
300
 #define MSG_SHORT_DAY                       _UxGT("д") // One character only
300
 #define MSG_SHORT_DAY                       _UxGT("д") // One character only

+ 1
- 1
Marlin/src/lcd/language/language_sk_utf8.h Näytä tiedosto

300
 #define MSG_ERR_MINTEMP                     _UxGT("NÍZKA TEPLOTA")
300
 #define MSG_ERR_MINTEMP                     _UxGT("NÍZKA TEPLOTA")
301
 #define MSG_ERR_MAXTEMP_BED                 _UxGT("VYS. TEPL. PODL.")
301
 #define MSG_ERR_MAXTEMP_BED                 _UxGT("VYS. TEPL. PODL.")
302
 #define MSG_ERR_MINTEMP_BED                 _UxGT("NÍZ. TEPL. PODL.")
302
 #define MSG_ERR_MINTEMP_BED                 _UxGT("NÍZ. TEPL. PODL.")
303
-#define MSG_ERR_Z_HOMING                    _UxGT("G28 Z ZAKÁZANÉ")
303
+#define MSG_ERR_Z_HOMING                    MSG_HOME _UxGT(" ") MSG_X MSG_Y _UxGT(" ") MSG_FIRST
304
 #define MSG_HALTED                          _UxGT("TLAČ. ZASTAVENÁ")
304
 #define MSG_HALTED                          _UxGT("TLAČ. ZASTAVENÁ")
305
 #define MSG_PLEASE_RESET                    _UxGT("Spravte reset")
305
 #define MSG_PLEASE_RESET                    _UxGT("Spravte reset")
306
 #define MSG_SHORT_DAY                       _UxGT("d")
306
 #define MSG_SHORT_DAY                       _UxGT("d")

+ 1
- 1
Marlin/src/lcd/language/language_tr.h Näytä tiedosto

194
 #define MSG_ERR_MINTEMP                     _UxGT("Hata: MINSICAKLIK")                                  // Hata: MINSICAKLIK
194
 #define MSG_ERR_MINTEMP                     _UxGT("Hata: MINSICAKLIK")                                  // Hata: MINSICAKLIK
195
 #define MSG_ERR_MAXTEMP_BED                 _UxGT("Hata: MAXSIC. TABLA")                                // Hata: MAXSIC. TABLA
195
 #define MSG_ERR_MAXTEMP_BED                 _UxGT("Hata: MAXSIC. TABLA")                                // Hata: MAXSIC. TABLA
196
 #define MSG_ERR_MINTEMP_BED                 _UxGT("Hata: MINSIC. TABLA")                                // Hata: MINSIC. TABLA
196
 #define MSG_ERR_MINTEMP_BED                 _UxGT("Hata: MINSIC. TABLA")                                // Hata: MINSIC. TABLA
197
-#define MSG_ERR_Z_HOMING                    _UxGT("G28 Z Yapılamaz")                                    // G28 Z Yapılamaz
197
+#define MSG_ERR_Z_HOMING                    MSG_HOME _UxGT(" ") MSG_X MSG_Y _UxGT(" ") MSG_FIRST
198
 #define MSG_HALTED                          _UxGT("YAZICI DURDURULDU")                                  // YAZICI DURDURULDU
198
 #define MSG_HALTED                          _UxGT("YAZICI DURDURULDU")                                  // YAZICI DURDURULDU
199
 #define MSG_PLEASE_RESET                    _UxGT("Lütfen resetleyin")                                  // Lütfen resetleyin
199
 #define MSG_PLEASE_RESET                    _UxGT("Lütfen resetleyin")                                  // Lütfen resetleyin
200
 #define MSG_SHORT_DAY                       _UxGT("G") // One character only                            // G
200
 #define MSG_SHORT_DAY                       _UxGT("G") // One character only                            // G

+ 1
- 1
Marlin/src/lcd/language/language_uk.h Näytä tiedosto

169
 #define MSG_ENDSTOP_ABORT                   _UxGT("невдача кінцевика")
169
 #define MSG_ENDSTOP_ABORT                   _UxGT("невдача кінцевика")
170
 #define MSG_HEATING_FAILED_LCD              _UxGT("Невдалий нагрів")
170
 #define MSG_HEATING_FAILED_LCD              _UxGT("Невдалий нагрів")
171
 #define MSG_THERMAL_RUNAWAY                 _UxGT("ЗБІЙ ТЕМПЕРАТУРИ")
171
 #define MSG_THERMAL_RUNAWAY                 _UxGT("ЗБІЙ ТЕМПЕРАТУРИ")
172
-#define MSG_ERR_Z_HOMING                    _UxGT("G28 Z Відмовлено")
172
+#define MSG_ERR_Z_HOMING                    MSG_HOME _UxGT(" ") MSG_X MSG_Y _UxGT(" ") MSG_FIRST
173
 #define MSG_HALTED                          _UxGT("ПРИНТЕР ЗУПИНЕНО")
173
 #define MSG_HALTED                          _UxGT("ПРИНТЕР ЗУПИНЕНО")
174
 #define MSG_PLEASE_RESET                    _UxGT("Перезавантажте")
174
 #define MSG_PLEASE_RESET                    _UxGT("Перезавантажте")
175
 #define MSG_SHORT_DAY                       _UxGT("д") // One character only
175
 #define MSG_SHORT_DAY                       _UxGT("д") // One character only

+ 1
- 1
Marlin/src/lcd/language/language_zh_CN.h Näytä tiedosto

290
 #define MSG_ERR_MINTEMP                     _UxGT("错误:最低温度")  //"Err: MINTEMP"
290
 #define MSG_ERR_MINTEMP                     _UxGT("错误:最低温度")  //"Err: MINTEMP"
291
 #define MSG_ERR_MAXTEMP_BED                 _UxGT("错误:最高热床温度")  //"Err: MAXTEMP BED"
291
 #define MSG_ERR_MAXTEMP_BED                 _UxGT("错误:最高热床温度")  //"Err: MAXTEMP BED"
292
 #define MSG_ERR_MINTEMP_BED                 _UxGT("错误:最低热床温度")  //"Err: MINTEMP BED"
292
 #define MSG_ERR_MINTEMP_BED                 _UxGT("错误:最低热床温度")  //"Err: MINTEMP BED"
293
-#define MSG_ERR_Z_HOMING                    _UxGT("G28 Z 已禁止") // "G28 Z Forbidden"
293
+#define MSG_ERR_Z_HOMING                    MSG_HOME _UxGT(" ") MSG_X MSG_Y _UxGT(" ") MSG_FIRST
294
 #define MSG_HALTED                          _UxGT("打印停机")  //"PRINTER HALTED"
294
 #define MSG_HALTED                          _UxGT("打印停机")  //"PRINTER HALTED"
295
 #define MSG_PLEASE_RESET                    _UxGT("请重置")  //"Please reset"
295
 #define MSG_PLEASE_RESET                    _UxGT("请重置")  //"Please reset"
296
 #define MSG_SHORT_DAY                       _UxGT("天")  //"d" // One character only
296
 #define MSG_SHORT_DAY                       _UxGT("天")  //"d" // One character only

+ 1
- 1
Marlin/src/lcd/language/language_zh_TW.h Näytä tiedosto

290
 #define MSG_ERR_MINTEMP                     _UxGT("錯誤:最低溫度")  //"Err: MINTEMP"
290
 #define MSG_ERR_MINTEMP                     _UxGT("錯誤:最低溫度")  //"Err: MINTEMP"
291
 #define MSG_ERR_MAXTEMP_BED                 _UxGT("錯誤:最高熱床溫度")  //"Err: MAXTEMP BED"
291
 #define MSG_ERR_MAXTEMP_BED                 _UxGT("錯誤:最高熱床溫度")  //"Err: MAXTEMP BED"
292
 #define MSG_ERR_MINTEMP_BED                 _UxGT("錯誤:最低熱床溫度")  //"Err: MINTEMP BED"
292
 #define MSG_ERR_MINTEMP_BED                 _UxGT("錯誤:最低熱床溫度")  //"Err: MINTEMP BED"
293
-#define MSG_ERR_Z_HOMING                    _UxGT("G28 Z 已禁止") // "G28 Z Forbidden"
293
+#define MSG_ERR_Z_HOMING                    MSG_HOME _UxGT(" ") MSG_X MSG_Y _UxGT(" ") MSG_FIRST
294
 #define MSG_HALTED                          _UxGT("印表機停機")  //"PRINTER HALTED"
294
 #define MSG_HALTED                          _UxGT("印表機停機")  //"PRINTER HALTED"
295
 #define MSG_PLEASE_RESET                    _UxGT("請重置")  //"Please reset"
295
 #define MSG_PLEASE_RESET                    _UxGT("請重置")  //"Please reset"
296
 #define MSG_SHORT_DAY                       _UxGT("天")  //"d" // One character only
296
 #define MSG_SHORT_DAY                       _UxGT("天")  //"d" // One character only

Loading…
Peruuta
Tallenna