mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-19 08:08:25 +00:00
🚸 "Main" => "Main Menu"
This commit is contained in:
parent
42c62ff84e
commit
92721d1bf7
54 changed files with 62 additions and 62 deletions
|
@ -1273,7 +1273,7 @@ void Goto_MainMenu() {
|
|||
DWIN_Frame_TitleCopy(2, 2, 26, 13); // "Home" etc
|
||||
else {
|
||||
#ifdef USE_STRING_HEADINGS
|
||||
Draw_Title(GET_TEXT_F(MSG_MAIN));
|
||||
Draw_Title(GET_TEXT_F(MSG_MAIN_MENU));
|
||||
#else
|
||||
DWIN_Frame_TitleCopy(0, 2, 40, 11); // "Home"
|
||||
#endif
|
||||
|
|
|
@ -43,7 +43,7 @@ void MainMenu::onRedraw(draw_mode_t what) {
|
|||
if (what & FOREGROUND) {
|
||||
CommandProcessor cmd;
|
||||
cmd.cmd(COLOR_RGB(bg_text_enabled))
|
||||
.font(font_large).text( BTN_POS(1,1), BTN_SIZE(2,1), GET_TEXT_F(MSG_MAIN))
|
||||
.font(font_large).text( BTN_POS(1,1), BTN_SIZE(2,1), GET_TEXT_F(MSG_MAIN_MENU))
|
||||
.colors(normal_btn)
|
||||
.font(font_medium)
|
||||
.tag(2).button(BTN_POS(1,2), BTN_SIZE(2,1), GET_TEXT_F(MSG_MOVE_TO_HOME))
|
||||
|
|
|
@ -41,7 +41,7 @@ namespace Language_an {
|
|||
LSTR MSG_MEDIA_INSERTED = _UxGT("Tarcheta mesa");
|
||||
LSTR MSG_MEDIA_REMOVED = _UxGT("Tarcheta sacada");
|
||||
LSTR MSG_LCD_ENDSTOPS = _UxGT("Endstops"); // Max length 8 characters
|
||||
LSTR MSG_MAIN = _UxGT("Menu prencipal");
|
||||
LSTR MSG_MAIN_MENU = _UxGT("Menu prencipal");
|
||||
LSTR MSG_RUN_AUTO_FILES = _UxGT("Inicio automatico");
|
||||
LSTR MSG_DISABLE_STEPPERS = _UxGT("Amortar motors");
|
||||
LSTR MSG_HOMING = _UxGT("Orichen");
|
||||
|
|
|
@ -39,7 +39,7 @@ namespace Language_bg {
|
|||
LSTR WELCOME_MSG = MACHINE_NAME _UxGT(" Готов.");
|
||||
LSTR MSG_MEDIA_INSERTED = _UxGT("Картата е поставена");
|
||||
LSTR MSG_MEDIA_REMOVED = _UxGT("Картата е извадена");
|
||||
LSTR MSG_MAIN = _UxGT("Меню");
|
||||
LSTR MSG_MAIN_MENU = _UxGT("Меню");
|
||||
LSTR MSG_RUN_AUTO_FILES = _UxGT("Автостарт");
|
||||
LSTR MSG_DISABLE_STEPPERS = _UxGT("Изкл. двигатели");
|
||||
LSTR MSG_AUTO_HOME = _UxGT("Паркиране");
|
||||
|
|
|
@ -37,7 +37,7 @@ namespace Language_ca {
|
|||
LSTR MSG_MEDIA_INSERTED = _UxGT("Targeta detectada.");
|
||||
LSTR MSG_MEDIA_REMOVED = _UxGT("Targeta extreta.");
|
||||
LSTR MSG_LCD_ENDSTOPS = _UxGT("Endstops");
|
||||
LSTR MSG_MAIN = _UxGT("Menú principal");
|
||||
LSTR MSG_MAIN_MENU = _UxGT("Menú principal");
|
||||
LSTR MSG_RUN_AUTO_FILES = _UxGT("Inici automatic");
|
||||
LSTR MSG_DISABLE_STEPPERS = _UxGT("Desactiva motors");
|
||||
LSTR MSG_DEBUG_MENU = _UxGT("Menu de depuracio");
|
||||
|
|
|
@ -54,7 +54,7 @@ namespace Language_cz {
|
|||
LSTR MSG_MEDIA_USB_FAILED = _UxGT("Chyba USB");
|
||||
LSTR MSG_LCD_ENDSTOPS = _UxGT("Endstopy"); // max 8 znaku
|
||||
LSTR MSG_LCD_SOFT_ENDSTOPS = _UxGT("Soft Endstopy");
|
||||
LSTR MSG_MAIN = _UxGT("Hlavní nabídka");
|
||||
LSTR MSG_MAIN_MENU = _UxGT("Hlavní nabídka");
|
||||
LSTR MSG_ADVANCED_SETTINGS = _UxGT("Další nastavení");
|
||||
LSTR MSG_CONFIGURATION = _UxGT("Konfigurace");
|
||||
LSTR MSG_RUN_AUTO_FILES = _UxGT("Autostart");
|
||||
|
|
|
@ -39,7 +39,7 @@ namespace Language_da {
|
|||
LSTR WELCOME_MSG = MACHINE_NAME _UxGT(" er klar");
|
||||
LSTR MSG_MEDIA_INSERTED = _UxGT("Kort isat");
|
||||
LSTR MSG_MEDIA_REMOVED = _UxGT("Kort fjernet");
|
||||
LSTR MSG_MAIN = _UxGT("Menu");
|
||||
LSTR MSG_MAIN_MENU = _UxGT("Menu");
|
||||
LSTR MSG_DISABLE_STEPPERS = _UxGT("Slå alle steppere fra");
|
||||
LSTR MSG_AUTO_HOME = _UxGT("Auto Home"); // G28
|
||||
LSTR MSG_LEVEL_BED_WAITING = _UxGT("Klik når du er klar");
|
||||
|
|
|
@ -52,7 +52,7 @@ namespace Language_de {
|
|||
LSTR MSG_KILL_SUBCALL_OVERFLOW = _UxGT("Subcall überschritten");
|
||||
LSTR MSG_LCD_ENDSTOPS = _UxGT("Endstopp"); // Max length 8 characters
|
||||
LSTR MSG_LCD_SOFT_ENDSTOPS = _UxGT("Software-Endstopp");
|
||||
LSTR MSG_MAIN = _UxGT("Hauptmenü");
|
||||
LSTR MSG_MAIN_MENU = _UxGT("Hauptmenü");
|
||||
LSTR MSG_ADVANCED_SETTINGS = _UxGT("Erw. Einstellungen");
|
||||
LSTR MSG_TOOLBAR_SETUP = _UxGT("Toolbar Einstellung");
|
||||
LSTR MSG_OPTION_DISABLED = _UxGT("Option Deaktiviert");
|
||||
|
|
|
@ -51,7 +51,7 @@ namespace Language_el {
|
|||
LSTR MSG_MEDIA_USB_REMOVED = _UxGT("USB αφαιρέθη");
|
||||
LSTR MSG_MEDIA_USB_FAILED = _UxGT("Αποτυχία εκκίνησης USB");
|
||||
LSTR MSG_MEDIA_INIT_FAIL = _UxGT("Αποτυχία αρχικοποίησης SD");
|
||||
LSTR MSG_MAIN = _UxGT("Αρχική Οθόνη");
|
||||
LSTR MSG_MAIN_MENU = _UxGT("Αρχική Οθόνη");
|
||||
LSTR MSG_RUN_AUTO_FILES = _UxGT("Αυτόματη εκκίνηση");
|
||||
LSTR MSG_DISABLE_STEPPERS = _UxGT("Απενεργοποίηση μοτέρ");
|
||||
LSTR MSG_AUTO_HOME = _UxGT("Αυτόμ. επαναφορά XYZ");
|
||||
|
|
|
@ -40,7 +40,7 @@ namespace Language_el_gr {
|
|||
LSTR MSG_MEDIA_INSERTED = _UxGT("Εισαγωγή κάρτας");
|
||||
LSTR MSG_MEDIA_REMOVED = _UxGT("Αφαίρεση κάρτας");
|
||||
LSTR MSG_LCD_ENDSTOPS = _UxGT("Endstops"); // Max length 8 characters
|
||||
LSTR MSG_MAIN = _UxGT("Βασική Οθόνη");
|
||||
LSTR MSG_MAIN_MENU = _UxGT("Βασική Οθόνη");
|
||||
LSTR MSG_RUN_AUTO_FILES = _UxGT("Αυτόματη εκκίνηση");
|
||||
LSTR MSG_DISABLE_STEPPERS = _UxGT("Απενεργοποίηση βηματιστή");
|
||||
LSTR MSG_AUTO_HOME = _UxGT("Αυτομ. επαναφορά στο αρχικό σημείο");
|
||||
|
|
|
@ -67,7 +67,7 @@ namespace Language_en {
|
|||
LSTR MSG_KILL_SUBCALL_OVERFLOW = _UxGT("Subcall Overflow");
|
||||
LSTR MSG_LCD_ENDSTOPS = _UxGT("Endstops"); // Max length 8 characters
|
||||
LSTR MSG_LCD_SOFT_ENDSTOPS = _UxGT("Soft Endstops");
|
||||
LSTR MSG_MAIN = _UxGT("Main");
|
||||
LSTR MSG_MAIN_MENU = _UxGT("Main Menu");
|
||||
LSTR MSG_ADVANCED_SETTINGS = _UxGT("Advanced Settings");
|
||||
LSTR MSG_TOOLBAR_SETUP = _UxGT("Toolbar Setup");
|
||||
LSTR MSG_OPTION_DISABLED = _UxGT("Option Disabled");
|
||||
|
|
|
@ -49,7 +49,7 @@ namespace Language_es {
|
|||
LSTR MSG_KILL_SUBCALL_OVERFLOW = _UxGT("Desbordamiento de subllamada");
|
||||
LSTR MSG_LCD_ENDSTOPS = _UxGT("Endstops"); // Max length 8 characters
|
||||
LSTR MSG_LCD_SOFT_ENDSTOPS = _UxGT("Soft Endstops");
|
||||
LSTR MSG_MAIN = _UxGT("Menú principal");
|
||||
LSTR MSG_MAIN_MENU = _UxGT("Menú principal");
|
||||
LSTR MSG_ADVANCED_SETTINGS = _UxGT("Ajustes avanzados");
|
||||
LSTR MSG_CONFIGURATION = _UxGT("Configuración");
|
||||
LSTR MSG_RUN_AUTO_FILES = _UxGT("Inicio automático");
|
||||
|
|
|
@ -41,7 +41,7 @@ namespace Language_eu {
|
|||
LSTR MSG_BACK = _UxGT("Atzera");
|
||||
LSTR MSG_MEDIA_INSERTED = _UxGT("Txartela sartuta");
|
||||
LSTR MSG_MEDIA_REMOVED = _UxGT("Txartela kenduta");
|
||||
LSTR MSG_MAIN = _UxGT("Menu nagusia");
|
||||
LSTR MSG_MAIN_MENU = _UxGT("Menu nagusia");
|
||||
LSTR MSG_RUN_AUTO_FILES = _UxGT("Auto hasiera");
|
||||
LSTR MSG_DISABLE_STEPPERS = _UxGT("Itzali motoreak");
|
||||
LSTR MSG_DEBUG_MENU = _UxGT("Arazketa Menua");
|
||||
|
|
|
@ -39,7 +39,7 @@ namespace Language_fi {
|
|||
LSTR WELCOME_MSG = MACHINE_NAME _UxGT(" valmis.");
|
||||
LSTR MSG_MEDIA_INSERTED = _UxGT("Kortti asetettu");
|
||||
LSTR MSG_MEDIA_REMOVED = _UxGT("Kortti poistettu");
|
||||
LSTR MSG_MAIN = _UxGT("Palaa");
|
||||
LSTR MSG_MAIN_MENU = _UxGT("Palaa");
|
||||
LSTR MSG_RUN_AUTO_FILES = _UxGT("Automaatti");
|
||||
LSTR MSG_DISABLE_STEPPERS = _UxGT("Vapauta moottorit");
|
||||
LSTR MSG_AUTO_HOME = _UxGT("Aja referenssiin");
|
||||
|
|
|
@ -49,7 +49,7 @@ namespace Language_fr {
|
|||
LSTR MSG_MEDIA_USB_FAILED = _UxGT("Erreur média USB");
|
||||
LSTR MSG_LCD_ENDSTOPS = _UxGT("Butées");
|
||||
LSTR MSG_LCD_SOFT_ENDSTOPS = _UxGT("Butées SW");
|
||||
LSTR MSG_MAIN = _UxGT("Menu principal");
|
||||
LSTR MSG_MAIN_MENU = _UxGT("Menu principal");
|
||||
LSTR MSG_ADVANCED_SETTINGS = _UxGT("Config. avancée");
|
||||
LSTR MSG_CONFIGURATION = _UxGT("Configuration");
|
||||
LSTR MSG_RUN_AUTO_FILES = _UxGT("Exéc. auto.gcode");
|
||||
|
|
|
@ -49,7 +49,7 @@ namespace Language_fr_na {
|
|||
LSTR MSG_MEDIA_USB_FAILED = _UxGT("Erreur media USB");
|
||||
LSTR MSG_LCD_ENDSTOPS = _UxGT("Butees");
|
||||
LSTR MSG_LCD_SOFT_ENDSTOPS = _UxGT("Butees SW");
|
||||
LSTR MSG_MAIN = _UxGT("Menu principal");
|
||||
LSTR MSG_MAIN_MENU = _UxGT("Menu principal");
|
||||
LSTR MSG_ADVANCED_SETTINGS = _UxGT("Config. avancee");
|
||||
LSTR MSG_CONFIGURATION = _UxGT("Configuration");
|
||||
LSTR MSG_RUN_AUTO_FILES = _UxGT("Exec. auto.gcode");
|
||||
|
|
|
@ -50,7 +50,7 @@ namespace Language_gl {
|
|||
LSTR MSG_KILL_SUBCALL_OVERFLOW = _UxGT("Desbord. Subch.");
|
||||
LSTR MSG_LCD_ENDSTOPS = _UxGT("FinCarro");
|
||||
LSTR MSG_LCD_SOFT_ENDSTOPS = _UxGT("FinCarro SW");
|
||||
LSTR MSG_MAIN = _UxGT("Menú principal");
|
||||
LSTR MSG_MAIN_MENU = _UxGT("Menú principal");
|
||||
LSTR MSG_ADVANCED_SETTINGS = _UxGT("Axustes avanzados");
|
||||
LSTR MSG_CONFIGURATION = _UxGT("Configuración");
|
||||
LSTR MSG_RUN_AUTO_FILES = _UxGT("Autoarranque");
|
||||
|
|
|
@ -40,7 +40,7 @@ namespace Language_hr {
|
|||
LSTR MSG_MEDIA_INSERTED = _UxGT("SD kartica umetnuta");
|
||||
LSTR MSG_MEDIA_REMOVED = _UxGT("SD kartica uklonjena");
|
||||
LSTR MSG_LCD_ENDSTOPS = _UxGT("Endstops"); // Max length 8 characters
|
||||
LSTR MSG_MAIN = _UxGT("Main");
|
||||
LSTR MSG_MAIN_MENU = _UxGT("Main");
|
||||
LSTR MSG_RUN_AUTO_FILES = _UxGT("Auto pokretanje");
|
||||
LSTR MSG_DISABLE_STEPPERS = _UxGT("Ugasi steppere");
|
||||
LSTR MSG_AUTO_HOME = _UxGT("Automatski homing");
|
||||
|
|
|
@ -54,7 +54,7 @@ namespace Language_hu {
|
|||
LSTR MSG_KILL_SUBCALL_OVERFLOW = _UxGT("Túlfolyás");
|
||||
LSTR MSG_LCD_ENDSTOPS = _UxGT("Végállás"); // Maximum 8 karakter
|
||||
LSTR MSG_LCD_SOFT_ENDSTOPS = _UxGT("Szoft. végállás");
|
||||
LSTR MSG_MAIN = _UxGT("<Fömenü>");
|
||||
LSTR MSG_MAIN_MENU = _UxGT("<Fömenü>");
|
||||
LSTR MSG_ADVANCED_SETTINGS = _UxGT("További beállítások");
|
||||
LSTR MSG_CONFIGURATION = _UxGT("Konfiguráció");
|
||||
LSTR MSG_RUN_AUTO_FILES = _UxGT("Fájl auto. futtatás");
|
||||
|
|
|
@ -62,7 +62,7 @@ namespace Language_it {
|
|||
LSTR MSG_KILL_SUBCALL_OVERFLOW = _UxGT("Overflow subchiamate");
|
||||
LSTR MSG_LCD_ENDSTOPS = _UxGT("Finecor."); // Max 8 characters
|
||||
LSTR MSG_LCD_SOFT_ENDSTOPS = _UxGT("Finecorsa Soft");
|
||||
LSTR MSG_MAIN = _UxGT("Menu principale");
|
||||
LSTR MSG_MAIN_MENU = _UxGT("Menu principale");
|
||||
LSTR MSG_ADVANCED_SETTINGS = _UxGT("Impostaz. avanzate");
|
||||
LSTR MSG_TOOLBAR_SETUP = _UxGT("Cnf barra strumenti");
|
||||
LSTR MSG_OPTION_DISABLED = _UxGT("Opzione disab.");
|
||||
|
|
|
@ -46,7 +46,7 @@ namespace Language_jp_kana {
|
|||
LSTR MSG_MEDIA_REMOVED = _UxGT("メディアガアリマセン"); // "Card removed"
|
||||
LSTR MSG_RELEASE_MEDIA = _UxGT("メディアノトリダシ");
|
||||
LSTR MSG_LCD_ENDSTOPS = _UxGT("エンドストップ"); // "Endstops" // Max length 8 characters
|
||||
LSTR MSG_MAIN = _UxGT("メイン"); // "Main"
|
||||
LSTR MSG_MAIN_MENU = _UxGT("メイン"); // "Main"
|
||||
LSTR MSG_RUN_AUTO_FILES = _UxGT("ジドウカイシ"); // "Autostart"
|
||||
LSTR MSG_DISABLE_STEPPERS = _UxGT("モーターデンゲン オフ"); // "Disable steppers"
|
||||
LSTR MSG_DEBUG_MENU = _UxGT("デバッグメニュー"); // "Debug Menu"
|
||||
|
|
|
@ -39,7 +39,7 @@ namespace Language_ko_KR {
|
|||
LSTR MSG_MEDIA_REMOVED = _UxGT("카드 제거됨");
|
||||
LSTR MSG_LCD_ENDSTOPS = _UxGT("엔드스탑");
|
||||
LSTR MSG_LCD_SOFT_ENDSTOPS = _UxGT("소프트 엔드스탑");
|
||||
LSTR MSG_MAIN = _UxGT("뒤로");
|
||||
LSTR MSG_MAIN_MENU = _UxGT("뒤로");
|
||||
LSTR MSG_ADVANCED_SETTINGS = _UxGT("고급 설정");
|
||||
LSTR MSG_CONFIGURATION = _UxGT("설정");
|
||||
LSTR MSG_RUN_AUTO_FILES = _UxGT("자동 시작");
|
||||
|
|
|
@ -42,7 +42,7 @@ namespace Language_nl {
|
|||
LSTR MSG_MEDIA_INSERTED = _UxGT("Kaart ingestoken");
|
||||
LSTR MSG_MEDIA_REMOVED = _UxGT("Kaart verwijderd");
|
||||
LSTR MSG_LCD_ENDSTOPS = _UxGT("Endstops"); // Max length 8 characters
|
||||
LSTR MSG_MAIN = _UxGT("Hoofdmenu");
|
||||
LSTR MSG_MAIN_MENU = _UxGT("Hoofdmenu");
|
||||
LSTR MSG_RUN_AUTO_FILES = _UxGT("Autostart");
|
||||
LSTR MSG_DISABLE_STEPPERS = _UxGT("Motoren uit");
|
||||
LSTR MSG_DEBUG_MENU = _UxGT("Debug Menu"); // accepted English terms
|
||||
|
|
|
@ -58,7 +58,7 @@ namespace Language_pl {
|
|||
LSTR MSG_MEDIA_USB_FAILED = _UxGT("Błąd uruchomienia USB");
|
||||
LSTR MSG_LCD_ENDSTOPS = _UxGT("Krańców."); // Max length 8 characters
|
||||
LSTR MSG_LCD_SOFT_ENDSTOPS = _UxGT("Progr. Krańcówki");
|
||||
LSTR MSG_MAIN = _UxGT("Menu główne");
|
||||
LSTR MSG_MAIN_MENU = _UxGT("Menu główne");
|
||||
LSTR MSG_ADVANCED_SETTINGS = _UxGT("Ustawienie zaawansowane");
|
||||
LSTR MSG_CONFIGURATION = _UxGT("Konfiguracja");
|
||||
LSTR MSG_RUN_AUTO_FILES = _UxGT("Autostart");
|
||||
|
|
|
@ -40,7 +40,7 @@ namespace Language_pt {
|
|||
LSTR WELCOME_MSG = MACHINE_NAME _UxGT(" pronta.");
|
||||
LSTR MSG_MEDIA_INSERTED = _UxGT("Cartão inserido");
|
||||
LSTR MSG_MEDIA_REMOVED = _UxGT("Cartão removido");
|
||||
LSTR MSG_MAIN = _UxGT("Menu principal");
|
||||
LSTR MSG_MAIN_MENU = _UxGT("Menu principal");
|
||||
LSTR MSG_DISABLE_STEPPERS = _UxGT("Desactivar motores");
|
||||
LSTR MSG_AUTO_HOME = _UxGT("Ir para origem");
|
||||
LSTR MSG_AUTO_HOME_X = _UxGT("Ir para origem X");
|
||||
|
|
|
@ -48,7 +48,7 @@ namespace Language_pt_br {
|
|||
LSTR MSG_MEDIA_USB_FAILED = _UxGT("USB falhou");
|
||||
LSTR MSG_LCD_ENDSTOPS = _UxGT("Fins de curso");
|
||||
LSTR MSG_LCD_SOFT_ENDSTOPS = _UxGT("Soft Fins curso");
|
||||
LSTR MSG_MAIN = _UxGT("Menu principal");
|
||||
LSTR MSG_MAIN_MENU = _UxGT("Menu principal");
|
||||
LSTR MSG_ADVANCED_SETTINGS = _UxGT("Config. Avançada");
|
||||
LSTR MSG_CONFIGURATION = _UxGT("Configuração");
|
||||
LSTR MSG_RUN_AUTO_FILES = _UxGT("Início automático");
|
||||
|
|
|
@ -49,7 +49,7 @@ namespace Language_ro {
|
|||
LSTR MSG_KILL_SUBCALL_OVERFLOW = _UxGT("Eroare:Subcall Overflow");
|
||||
LSTR MSG_LCD_ENDSTOPS = _UxGT("Endstops"); // Max length 8 characters
|
||||
LSTR MSG_LCD_SOFT_ENDSTOPS = _UxGT("Soft Endstops");
|
||||
LSTR MSG_MAIN = _UxGT("Principal");
|
||||
LSTR MSG_MAIN_MENU = _UxGT("Principal");
|
||||
LSTR MSG_ADVANCED_SETTINGS = _UxGT("Setari Avansate");
|
||||
LSTR MSG_CONFIGURATION = _UxGT("Configurare");
|
||||
LSTR MSG_RUN_AUTO_FILES = _UxGT("Autostart");
|
||||
|
|
|
@ -57,7 +57,7 @@ namespace Language_ru {
|
|||
LSTR MSG_MEDIA_USB_FAILED = _UxGT("Ошибка USB диска");
|
||||
LSTR MSG_LCD_SOFT_ENDSTOPS = _UxGT("Прогр. концевики");
|
||||
LSTR MSG_LCD_ENDSTOPS = _UxGT("Концевик"); // Max length 8 characters
|
||||
LSTR MSG_MAIN = _UxGT("Главное меню");
|
||||
LSTR MSG_MAIN_MENU = _UxGT("Главное меню");
|
||||
LSTR MSG_CONFIGURATION = _UxGT("Конфигурация");
|
||||
LSTR MSG_RUN_AUTO_FILES = _UxGT("Автостарт");
|
||||
LSTR MSG_DISABLE_STEPPERS = _UxGT("Выключить двигатели");
|
||||
|
|
|
@ -65,7 +65,7 @@ namespace Language_sk {
|
|||
LSTR MSG_KILL_SUBCALL_OVERFLOW = _UxGT("Preteč. podprogramu");
|
||||
LSTR MSG_LCD_ENDSTOPS = _UxGT("Endstopy"); // max 8 znakov
|
||||
LSTR MSG_LCD_SOFT_ENDSTOPS = _UxGT("Soft. endstopy");
|
||||
LSTR MSG_MAIN = _UxGT("Hlavná ponuka");
|
||||
LSTR MSG_MAIN_MENU = _UxGT("Hlavná ponuka");
|
||||
LSTR MSG_ADVANCED_SETTINGS = _UxGT("Pokročilé nastav.");
|
||||
LSTR MSG_TOOLBAR_SETUP = _UxGT("Panel nástrojov");
|
||||
LSTR MSG_OPTION_DISABLED = _UxGT("Možnosť vypnutá");
|
||||
|
|
|
@ -51,7 +51,7 @@ namespace Language_sv {
|
|||
LSTR MSG_KILL_SUBCALL_OVERFLOW = _UxGT("Underanrop överskriden");
|
||||
LSTR MSG_LCD_ENDSTOPS = _UxGT("Slutstop"); // Max length 8 characters
|
||||
LSTR MSG_LCD_SOFT_ENDSTOPS = _UxGT("Mjuk slutstopp");
|
||||
LSTR MSG_MAIN = _UxGT("Huvud");
|
||||
LSTR MSG_MAIN_MENU = _UxGT("Huvud");
|
||||
LSTR MSG_ADVANCED_SETTINGS = _UxGT("Advancerade inställningar");
|
||||
LSTR MSG_CONFIGURATION = _UxGT("Konfiguration");
|
||||
LSTR MSG_RUN_AUTO_FILES = _UxGT("Autostarta Filer");
|
||||
|
|
|
@ -133,7 +133,7 @@ namespace Language_test {
|
|||
LSTR MSG_PREPARE = _UxGT("UTF8");
|
||||
LSTR MSG_CONTROL = _UxGT("ASCII");
|
||||
|
||||
LSTR MSG_MAIN = _UxGT("..");
|
||||
LSTR MSG_MAIN_MENU = _UxGT("..");
|
||||
LSTR MSG_DISABLE_STEPPERS = STRG_C2_8;
|
||||
LSTR MSG_AUTO_HOME = STRG_C2_9;
|
||||
LSTR MSG_SET_HOME_OFFSETS = STRG_C2_a;
|
||||
|
@ -143,7 +143,7 @@ namespace Language_test {
|
|||
LSTR MSG_SWITCH_PS_OFF = STRG_C3_a;
|
||||
LSTR MSG_MOVE_AXIS = STRG_C3_b;
|
||||
|
||||
LSTR MSG_MAIN = STRG_OKTAL_2;
|
||||
LSTR MSG_MAIN_MENU = STRG_OKTAL_2;
|
||||
LSTR MSG_TEMPERATURE = STRG_OKTAL_3;
|
||||
LSTR MSG_MOTION = STRG_OKTAL_4;
|
||||
LSTR MSG_FILAMENT = STRG_OKTAL_5;
|
||||
|
@ -170,7 +170,7 @@ namespace Language_test {
|
|||
LSTR MSG_PREPARE = _UxGT("UTF8");
|
||||
LSTR MSG_CONTROL = _UxGT("ASCII");
|
||||
|
||||
LSTR MSG_MAIN = _UxGT("..");
|
||||
LSTR MSG_MAIN_MENU = _UxGT("..");
|
||||
LSTR MSG_DISABLE_STEPPERS = STRG_D0_8;
|
||||
LSTR MSG_AUTO_HOME = STRG_D0_9;
|
||||
LSTR MSG_SET_HOME_OFFSETS = STRG_D0_a;
|
||||
|
@ -180,7 +180,7 @@ namespace Language_test {
|
|||
LSTR MSG_SWITCH_PS_OFF = STRG_D1_a;
|
||||
LSTR MSG_MOVE_AXIS = STRG_D1_b;
|
||||
|
||||
LSTR MSG_MAIN = STRG_OKTAL_2;
|
||||
LSTR MSG_MAIN_MENU = STRG_OKTAL_2;
|
||||
LSTR MSG_TEMPERATURE = STRG_OKTAL_3;
|
||||
LSTR MSG_MOTION = STRG_OKTAL_4;
|
||||
LSTR MSG_FILAMENT = STRG_OKTAL_5;
|
||||
|
@ -206,7 +206,7 @@ namespace Language_test {
|
|||
LSTR MSG_PREPARE = _UxGT("UTF8");
|
||||
LSTR MSG_CONTROL = _UxGT("ASCII");
|
||||
|
||||
LSTR MSG_MAIN = _UxGT("..");
|
||||
LSTR MSG_MAIN_MENU = _UxGT("..");
|
||||
LSTR MSG_DISABLE_STEPPERS = STRG_E382_8;
|
||||
LSTR MSG_AUTO_HOME = STRG_E382_9;
|
||||
LSTR MSG_SET_HOME_OFFSETS = STRG_E382_a;
|
||||
|
@ -216,7 +216,7 @@ namespace Language_test {
|
|||
LSTR MSG_SWITCH_PS_OFF = STRG_E383_a;
|
||||
LSTR MSG_MOVE_AXIS = STRG_E383_b;
|
||||
|
||||
LSTR MSG_MAIN = STRG_OKTAL_2;
|
||||
LSTR MSG_MAIN_MENU = STRG_OKTAL_2;
|
||||
LSTR MSG_TEMPERATURE = STRG_OKTAL_3;
|
||||
LSTR MSG_MOTION = STRG_OKTAL_4;
|
||||
LSTR MSG_FILAMENT = STRG_OKTAL_5;
|
||||
|
|
|
@ -55,7 +55,7 @@ namespace Language_tr {
|
|||
LSTR MSG_KILL_SUBCALL_OVERFLOW = _UxGT("Subcall Overflow");
|
||||
LSTR MSG_LCD_ENDSTOPS = _UxGT("Endstops"); // Max length 8 characters
|
||||
LSTR MSG_LCD_SOFT_ENDSTOPS = _UxGT("Yazılımsal Endstops");
|
||||
LSTR MSG_MAIN = _UxGT("Ana");
|
||||
LSTR MSG_MAIN_MENU = _UxGT("Ana");
|
||||
LSTR MSG_ADVANCED_SETTINGS = _UxGT("Gelişmiş Ayarlar");
|
||||
LSTR MSG_TOOLBAR_SETUP = _UxGT("Araç Çubuğu Kurulumu");
|
||||
LSTR MSG_OPTION_DISABLED = _UxGT("Seçenek Devre Dışı");
|
||||
|
|
|
@ -60,7 +60,7 @@ namespace Language_uk {
|
|||
LSTR MSG_LCD_SOFT_ENDSTOPS = _UxGT("Прогр.кінцевики");
|
||||
#endif
|
||||
LSTR MSG_LCD_ENDSTOPS = _UxGT("Кінцевик"); // Max length 8 characters
|
||||
LSTR MSG_MAIN = _UxGT("Основне меню");
|
||||
LSTR MSG_MAIN_MENU = _UxGT("Основне меню");
|
||||
LSTR MSG_ADVANCED_SETTINGS = _UxGT("Інші налаштування");
|
||||
LSTR MSG_CONFIGURATION = _UxGT("Конфігурація");
|
||||
LSTR MSG_RUN_AUTO_FILES = _UxGT("Автостарт");
|
||||
|
|
|
@ -44,7 +44,7 @@ namespace Language_vi {
|
|||
LSTR MSG_MEDIA_USB_FAILED = _UxGT("USB khởi thất bại");
|
||||
LSTR MSG_LCD_ENDSTOPS = _UxGT("Công tắc"); // Endstops - công tắc hành trình
|
||||
LSTR MSG_LCD_SOFT_ENDSTOPS = _UxGT("Công tắc mềm"); // soft Endstops
|
||||
LSTR MSG_MAIN = _UxGT("Chính"); // Main
|
||||
LSTR MSG_MAIN_MENU = _UxGT("Chính"); // Main
|
||||
LSTR MSG_ADVANCED_SETTINGS = _UxGT("Thiết lập cấp cao"); // Advanced Settings
|
||||
LSTR MSG_CONFIGURATION = _UxGT("Cấu hình"); // Configuration
|
||||
LSTR MSG_RUN_AUTO_FILES = _UxGT("Khởi chạy tự động"); // Autostart
|
||||
|
|
|
@ -48,7 +48,7 @@ namespace Language_zh_CN {
|
|||
LSTR MSG_KILL_SUBCALL_OVERFLOW = _UxGT("子响应溢出");
|
||||
LSTR MSG_LCD_ENDSTOPS = _UxGT("挡块"); // "Endstops" // Max length 8 characters
|
||||
LSTR MSG_LCD_SOFT_ENDSTOPS = _UxGT("软挡块");
|
||||
LSTR MSG_MAIN = _UxGT("主菜单"); // "Main"
|
||||
LSTR MSG_MAIN_MENU = _UxGT("主菜单"); // "Main"
|
||||
LSTR MSG_ADVANCED_SETTINGS = _UxGT("高级设置");
|
||||
LSTR MSG_CONFIGURATION = _UxGT("配置");
|
||||
LSTR MSG_RUN_AUTO_FILES = _UxGT("自动开始"); // "Autostart"
|
||||
|
|
|
@ -46,7 +46,7 @@ namespace Language_zh_TW {
|
|||
LSTR MSG_MEDIA_USB_FAILED = _UxGT("USB啟動失敗"); // "USB start failed"
|
||||
LSTR MSG_LCD_ENDSTOPS = _UxGT("擋塊"); // "Endstops" // Max length 8 characters
|
||||
LSTR MSG_LCD_SOFT_ENDSTOPS = _UxGT("軟體擋塊"); // "Soft Endstops"
|
||||
LSTR MSG_MAIN = _UxGT("主選單"); // "Main"
|
||||
LSTR MSG_MAIN_MENU = _UxGT("主選單"); // "Main"
|
||||
LSTR MSG_ADVANCED_SETTINGS = _UxGT("進階設置"); // "Advanced Settings"
|
||||
LSTR MSG_CONFIGURATION = _UxGT("設置"); //Configuration
|
||||
LSTR MSG_RUN_AUTO_FILES = _UxGT("自動開始"); // "Autostart"
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
void menu_backlash() {
|
||||
START_MENU();
|
||||
BACK_ITEM(MSG_MAIN);
|
||||
BACK_ITEM(MSG_MAIN_MENU);
|
||||
|
||||
editable.uint8 = backlash.get_correction_uint8();
|
||||
EDIT_ITEM_FAST(percent, MSG_BACKLASH_CORRECTION, &editable.uint8, backlash.all_off, backlash.all_on, []{ backlash.set_correction_uint8(editable.uint8); });
|
||||
|
|
|
@ -56,7 +56,7 @@ void menu_cancelobject() {
|
|||
const int8_t ao = cancelable.active_object;
|
||||
|
||||
START_MENU();
|
||||
BACK_ITEM(MSG_MAIN);
|
||||
BACK_ITEM(MSG_MAIN_MENU);
|
||||
|
||||
// Draw cancelable items in a loop
|
||||
for (int8_t i = -1; i < cancelable.object_count; i++) {
|
||||
|
|
|
@ -360,7 +360,7 @@ void menu_advanced_settings();
|
|||
|
||||
void custom_menus_configuration() {
|
||||
START_MENU();
|
||||
BACK_ITEM(MSG_MAIN);
|
||||
BACK_ITEM(MSG_MAIN_MENU);
|
||||
|
||||
#define HAS_CUSTOM_ITEM_CONF(N) (defined(CONFIG_MENU_ITEM_##N##_DESC) && defined(CONFIG_MENU_ITEM_##N##_GCODE))
|
||||
|
||||
|
@ -472,7 +472,7 @@ void menu_configuration() {
|
|||
const bool busy = printer_busy();
|
||||
|
||||
START_MENU();
|
||||
BACK_ITEM(MSG_MAIN);
|
||||
BACK_ITEM(MSG_MAIN_MENU);
|
||||
|
||||
//
|
||||
// Debug Menu when certain options are enabled
|
||||
|
|
|
@ -132,7 +132,7 @@ void menu_delta_calibrate() {
|
|||
#endif
|
||||
|
||||
START_MENU();
|
||||
BACK_ITEM(MSG_MAIN);
|
||||
BACK_ITEM(MSG_MAIN_MENU);
|
||||
|
||||
#if ENABLED(DELTA_AUTO_CALIBRATION)
|
||||
GCODES_ITEM(MSG_DELTA_AUTO_CALIBRATE, F("G33"));
|
||||
|
|
|
@ -130,7 +130,7 @@ void menu_change_filament() {
|
|||
#endif
|
||||
|
||||
START_MENU();
|
||||
BACK_ITEM(MSG_MAIN);
|
||||
BACK_ITEM(MSG_MAIN_MENU);
|
||||
|
||||
// Change filament
|
||||
#if E_STEPPERS == 1
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
void menu_game() {
|
||||
START_MENU();
|
||||
BACK_ITEM(TERN(LCD_INFO_MENU, MSG_INFO_MENU, MSG_MAIN));
|
||||
BACK_ITEM(TERN(LCD_INFO_MENU, MSG_INFO_MENU, MSG_MAIN_MENU));
|
||||
#if ENABLED(MARLIN_BRICKOUT)
|
||||
SUBMENU(MSG_BRICKOUT, brickout.enter_game);
|
||||
#endif
|
||||
|
|
|
@ -276,7 +276,7 @@ void menu_info_board() {
|
|||
//
|
||||
void menu_info() {
|
||||
START_MENU();
|
||||
BACK_ITEM(MSG_MAIN);
|
||||
BACK_ITEM(MSG_MAIN_MENU);
|
||||
#if ENABLED(LCD_PRINTER_INFO_IS_BOOTSCREEN)
|
||||
SUBMENU(MSG_INFO_PRINTER_MENU, TERN(SHOW_CUSTOM_BOOTSCREEN, menu_show_custom_bootscreen, menu_show_marlin_bootscreen));
|
||||
#else
|
||||
|
|
|
@ -39,7 +39,7 @@ static void set_lcd_language(const uint8_t inlang) {
|
|||
|
||||
void menu_language() {
|
||||
START_MENU();
|
||||
BACK_ITEM(MSG_MAIN);
|
||||
BACK_ITEM(MSG_MAIN_MENU);
|
||||
|
||||
MENU_ITEM_F(function, FPSTR(GET_LANGUAGE_NAME(1)), []{ set_lcd_language(0); });
|
||||
MENU_ITEM_F(function, FPSTR(GET_LANGUAGE_NAME(2)), []{ set_lcd_language(1); });
|
||||
|
|
|
@ -126,7 +126,7 @@
|
|||
|
||||
void menu_led() {
|
||||
START_MENU();
|
||||
BACK_ITEM(MSG_MAIN);
|
||||
BACK_ITEM(MSG_MAIN_MENU);
|
||||
|
||||
#if ENABLED(LED_CONTROL_MENU)
|
||||
if (TERN1(PSU_CONTROL, powerManager.psu_on)) {
|
||||
|
|
|
@ -114,7 +114,7 @@ void menu_configuration();
|
|||
|
||||
void custom_menus_main() {
|
||||
START_MENU();
|
||||
BACK_ITEM(MSG_MAIN);
|
||||
BACK_ITEM(MSG_MAIN_MENU);
|
||||
|
||||
#define HAS_CUSTOM_ITEM_MAIN(N) (defined(MAIN_MENU_ITEM_##N##_DESC) && defined(MAIN_MENU_ITEM_##N##_GCODE))
|
||||
|
||||
|
|
|
@ -119,7 +119,7 @@ void menu_media_filelist() {
|
|||
#if ENABLED(MULTI_VOLUME)
|
||||
ACTION_ITEM(MSG_BACK, []{ ui.goto_screen(menu_media); });
|
||||
#else
|
||||
BACK_ITEM_F(TERN1(BROWSE_MEDIA_ON_INSERT, screen_history_depth) ? GET_TEXT_F(MSG_MAIN) : GET_TEXT_F(MSG_BACK));
|
||||
BACK_ITEM_F(TERN1(BROWSE_MEDIA_ON_INSERT, screen_history_depth) ? GET_TEXT_F(MSG_MAIN_MENU) : GET_TEXT_F(MSG_BACK));
|
||||
#endif
|
||||
if (card.flag.workDirIsRoot) {
|
||||
#if !HAS_SD_DETECT
|
||||
|
@ -146,7 +146,7 @@ void menu_media_filelist() {
|
|||
#if ENABLED(MULTI_VOLUME)
|
||||
void menu_media_select() {
|
||||
START_MENU();
|
||||
BACK_ITEM_F(TERN1(BROWSE_MEDIA_ON_INSERT, screen_history_depth) ? GET_TEXT_F(MSG_MAIN) : GET_TEXT_F(MSG_BACK));
|
||||
BACK_ITEM_F(TERN1(BROWSE_MEDIA_ON_INSERT, screen_history_depth) ? GET_TEXT_F(MSG_MAIN_MENU) : GET_TEXT_F(MSG_BACK));
|
||||
#if ENABLED(VOLUME_SD_ONBOARD)
|
||||
ACTION_ITEM(MSG_SD_CARD, []{ card.changeMedia(&card.media_driver_sdcard); card.mount(); ui.goto_screen(menu_media_filelist); });
|
||||
#endif
|
||||
|
|
|
@ -225,7 +225,7 @@ void lcd_mixer_mix_edit() {
|
|||
|
||||
void menu_mixer() {
|
||||
START_MENU();
|
||||
BACK_ITEM(MSG_MAIN);
|
||||
BACK_ITEM(MSG_MAIN_MENU);
|
||||
|
||||
v_index = mixer.get_current_vtool();
|
||||
EDIT_ITEM(uint8, MSG_ACTIVE_VTOOL, &v_index, 0, MIXING_VIRTUAL_TOOLS - 1, _lcd_mixer_select_vtool, ENABLED(HAS_DUAL_MIXING));
|
||||
|
|
|
@ -104,7 +104,7 @@ void action_mmu2_reset() {
|
|||
|
||||
void menu_mmu2() {
|
||||
START_MENU();
|
||||
BACK_ITEM(MSG_MAIN);
|
||||
BACK_ITEM(MSG_MAIN_MENU);
|
||||
SUBMENU(MSG_MMU2_LOAD_FILAMENT, menu_mmu2_load_filament);
|
||||
SUBMENU(MSG_MMU2_LOAD_TO_NOZZLE, menu_mmu2_load_to_nozzle);
|
||||
SUBMENU(MSG_MMU2_EJECT_FILAMENT, menu_mmu2_eject_filament);
|
||||
|
|
|
@ -317,7 +317,7 @@ void menu_motion() {
|
|||
//
|
||||
// ^ Main
|
||||
//
|
||||
BACK_ITEM(MSG_MAIN);
|
||||
BACK_ITEM(MSG_MAIN_MENU);
|
||||
|
||||
//
|
||||
// Move Axis
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
|
||||
void menu_power_monitor() {
|
||||
START_MENU();
|
||||
BACK_ITEM(MSG_MAIN);
|
||||
BACK_ITEM(MSG_MAIN_MENU);
|
||||
|
||||
#if ENABLED(POWER_MONITOR_CURRENT)
|
||||
{
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
#endif
|
||||
|
||||
START_MENU();
|
||||
BACK_ITEM(MSG_MAIN);
|
||||
BACK_ITEM(MSG_MAIN_MENU);
|
||||
|
||||
#if ENABLED(SPINDLE_LASER_USE_PWM)
|
||||
// Change the cutter's "current power" value without turning the cutter on or off
|
||||
|
|
|
@ -162,7 +162,7 @@ void menu_temperature() {
|
|||
#endif
|
||||
|
||||
START_MENU();
|
||||
BACK_ITEM(MSG_MAIN);
|
||||
BACK_ITEM(MSG_MAIN_MENU);
|
||||
|
||||
//
|
||||
// Nozzle:
|
||||
|
@ -291,7 +291,7 @@ void menu_temperature() {
|
|||
|
||||
void menu_preheat_only() {
|
||||
START_MENU();
|
||||
BACK_ITEM(MSG_MAIN);
|
||||
BACK_ITEM(MSG_MAIN_MENU);
|
||||
|
||||
LOOP_L_N(m, PREHEAT_COUNT) {
|
||||
editable.int8 = m;
|
||||
|
|
|
@ -109,7 +109,7 @@
|
|||
|
||||
void menu_tune() {
|
||||
START_MENU();
|
||||
BACK_ITEM(MSG_MAIN);
|
||||
BACK_ITEM(MSG_MAIN_MENU);
|
||||
|
||||
//
|
||||
// Speed:
|
||||
|
|
Loading…
Reference in a new issue