Browse Source

🌐 Fix, add some menu labels (#23895)

Ludy 3 years ago
parent
commit
0bf319c57a
No account linked to committer's email address

+ 5
- 0
Marlin/src/lcd/language/language_de.h View File

135
   LSTR MSG_BED_LEVELING                   = _UxGT("Bett-Nivellierung");
135
   LSTR MSG_BED_LEVELING                   = _UxGT("Bett-Nivellierung");
136
   LSTR MSG_LEVEL_BED                      = _UxGT("Bett nivellieren");
136
   LSTR MSG_LEVEL_BED                      = _UxGT("Bett nivellieren");
137
   LSTR MSG_BED_TRAMMING                   = _UxGT("Bett ausrichten");
137
   LSTR MSG_BED_TRAMMING                   = _UxGT("Bett ausrichten");
138
+  LSTR MSG_BED_TRAMMING_MANUAL            = _UxGT("Manuelles ausrichten");
138
   LSTR MSG_BED_TRAMMING_RAISE             = _UxGT("Das Bett anpassen, bis zum auslösen.");
139
   LSTR MSG_BED_TRAMMING_RAISE             = _UxGT("Das Bett anpassen, bis zum auslösen.");
139
   LSTR MSG_BED_TRAMMING_IN_RANGE          = _UxGT("Ecken in der Toleranz. Bett ausger.");
140
   LSTR MSG_BED_TRAMMING_IN_RANGE          = _UxGT("Ecken in der Toleranz. Bett ausger.");
140
   LSTR MSG_BED_TRAMMING_GOOD_POINTS       = _UxGT("Gute Punkte: ");
141
   LSTR MSG_BED_TRAMMING_GOOD_POINTS       = _UxGT("Gute Punkte: ");
389
   LSTR MSG_CONTRAST                       = _UxGT("LCD-Kontrast");
390
   LSTR MSG_CONTRAST                       = _UxGT("LCD-Kontrast");
390
   LSTR MSG_BRIGHTNESS                     = _UxGT("LCD Helligkeit");
391
   LSTR MSG_BRIGHTNESS                     = _UxGT("LCD Helligkeit");
391
   LSTR MSG_LCD_BKL_TIMEOUT                = _UxGT("LCD-Ruhezustand (s)");
392
   LSTR MSG_LCD_BKL_TIMEOUT                = _UxGT("LCD-Ruhezustand (s)");
393
+  LSTR MSG_BRIGHTNESS_OFF                 = _UxGT("LCD ausschalten");
392
   LSTR MSG_STORE_EEPROM                   = _UxGT("Konfig. speichern");
394
   LSTR MSG_STORE_EEPROM                   = _UxGT("Konfig. speichern");
393
   LSTR MSG_LOAD_EEPROM                    = _UxGT("Konfig. laden");
395
   LSTR MSG_LOAD_EEPROM                    = _UxGT("Konfig. laden");
394
   LSTR MSG_RESTORE_DEFAULTS               = _UxGT("Standardwerte laden");
396
   LSTR MSG_RESTORE_DEFAULTS               = _UxGT("Standardwerte laden");
415
   LSTR MSG_BUTTON_RESET                   = _UxGT("Reseten");
417
   LSTR MSG_BUTTON_RESET                   = _UxGT("Reseten");
416
   LSTR MSG_BUTTON_IGNORE                  = _UxGT("Ignorieren");
418
   LSTR MSG_BUTTON_IGNORE                  = _UxGT("Ignorieren");
417
   LSTR MSG_BUTTON_CANCEL                  = _UxGT("Abbrechen");
419
   LSTR MSG_BUTTON_CANCEL                  = _UxGT("Abbrechen");
420
+  LSTR MSG_BUTTON_CONFIRM                 = _UxGT("Bestätigen");
421
+  LSTR MSG_BUTTON_CONTINUE                = _UxGT("Fortsetzen");
418
   LSTR MSG_BUTTON_DONE                    = _UxGT("Fertig");
422
   LSTR MSG_BUTTON_DONE                    = _UxGT("Fertig");
419
   LSTR MSG_BUTTON_BACK                    = _UxGT("Zurück");
423
   LSTR MSG_BUTTON_BACK                    = _UxGT("Zurück");
420
   LSTR MSG_BUTTON_PROCEED                 = _UxGT("Weiter");
424
   LSTR MSG_BUTTON_PROCEED                 = _UxGT("Weiter");
424
   LSTR MSG_BUTTON_PAUSE                   = _UxGT("Pause");
428
   LSTR MSG_BUTTON_PAUSE                   = _UxGT("Pause");
425
   LSTR MSG_BUTTON_RESUME                  = _UxGT("Fortsetzen");
429
   LSTR MSG_BUTTON_RESUME                  = _UxGT("Fortsetzen");
426
   LSTR MSG_BUTTON_ADVANCED                = _UxGT("Erweitert");
430
   LSTR MSG_BUTTON_ADVANCED                = _UxGT("Erweitert");
431
+  LSTR MSG_BUTTON_SAVE                    = _UxGT("Speichern");
427
   LSTR MSG_PAUSING                        = _UxGT("Pause...");
432
   LSTR MSG_PAUSING                        = _UxGT("Pause...");
428
   LSTR MSG_PAUSE_PRINT                    = _UxGT("SD-Druck pausieren");
433
   LSTR MSG_PAUSE_PRINT                    = _UxGT("SD-Druck pausieren");
429
   LSTR MSG_ADVANCED_PAUSE                 = _UxGT("Erweiterte Pause");
434
   LSTR MSG_ADVANCED_PAUSE                 = _UxGT("Erweiterte Pause");

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

403
   LSTR MSG_ADVANCE_K_E                    = _UxGT("Advance K *");
403
   LSTR MSG_ADVANCE_K_E                    = _UxGT("Advance K *");
404
   LSTR MSG_CONTRAST                       = _UxGT("LCD Contrast");
404
   LSTR MSG_CONTRAST                       = _UxGT("LCD Contrast");
405
   LSTR MSG_BRIGHTNESS                     = _UxGT("LCD Brightness");
405
   LSTR MSG_BRIGHTNESS                     = _UxGT("LCD Brightness");
406
-  LSTR MSG_BRIGHTNESS_OFF                 = _UxGT("Turn Off LCD");
406
+  LSTR MSG_LCD_BKL_TIMEOUT                = _UxGT("LCD Timeout (s)");
407
+  LSTR MSG_BRIGHTNESS_OFF                 = _UxGT("Backlight Off");
407
   LSTR MSG_STORE_EEPROM                   = _UxGT("Store Settings");
408
   LSTR MSG_STORE_EEPROM                   = _UxGT("Store Settings");
408
   LSTR MSG_LOAD_EEPROM                    = _UxGT("Load Settings");
409
   LSTR MSG_LOAD_EEPROM                    = _UxGT("Load Settings");
409
   LSTR MSG_RESTORE_DEFAULTS               = _UxGT("Restore Defaults");
410
   LSTR MSG_RESTORE_DEFAULTS               = _UxGT("Restore Defaults");

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

336
   LSTR MSG_BRIGHTNESS                     = _UxGT("Luminosité LCD");
336
   LSTR MSG_BRIGHTNESS                     = _UxGT("Luminosité LCD");
337
   LSTR MSG_CONTRAST                       = _UxGT("Contraste LCD");
337
   LSTR MSG_CONTRAST                       = _UxGT("Contraste LCD");
338
   LSTR MSG_LCD_BKL_TIMEOUT                = _UxGT("Veille LCD (s)");
338
   LSTR MSG_LCD_BKL_TIMEOUT                = _UxGT("Veille LCD (s)");
339
+  LSTR MSG_BRIGHTNESS_OFF                 = _UxGT("Éteindre l'écran LCD");
339
   LSTR MSG_STORE_EEPROM                   = _UxGT("Enregistrer config.");
340
   LSTR MSG_STORE_EEPROM                   = _UxGT("Enregistrer config.");
340
   LSTR MSG_LOAD_EEPROM                    = _UxGT("Charger config.");
341
   LSTR MSG_LOAD_EEPROM                    = _UxGT("Charger config.");
341
   LSTR MSG_RESTORE_DEFAULTS               = _UxGT("Restaurer défauts");
342
   LSTR MSG_RESTORE_DEFAULTS               = _UxGT("Restaurer défauts");

Loading…
Cancel
Save