parent
376673df28
commit
006768ab58
|
@ -129,7 +129,6 @@ namespace LanguageNarrow_cz {
|
|||
|
||||
LSTR MSG_UBL_DOING_G29 = _UxGT("Provádím G29");
|
||||
LSTR MSG_UBL_TOOLS = _UxGT("UBL nástroje");
|
||||
LSTR MSG_UBL_LEVEL_BED = _UxGT("Unified Bed Leveling");
|
||||
LSTR MSG_LCD_TILTING_MESH = _UxGT("Vyrovnání bodu");
|
||||
LSTR MSG_UBL_MANUAL_MESH = _UxGT("Manuální síť bodů");
|
||||
LSTR MSG_UBL_BC_INSERT = _UxGT("Vložte kartu, změřte");
|
||||
|
|
|
@ -176,7 +176,6 @@ namespace LanguageNarrow_de {
|
|||
LSTR MSG_HOTEND_OFFSET_A = _UxGT("2. Düse @");
|
||||
LSTR MSG_UBL_DOING_G29 = _UxGT("G29 ausführen");
|
||||
LSTR MSG_UBL_TOOLS = _UxGT("UBL-Werkzeuge");
|
||||
LSTR MSG_UBL_LEVEL_BED = _UxGT("Unified Bed Leveling");
|
||||
LSTR MSG_LCD_TILTING_MESH = _UxGT("Berührungspunkt");
|
||||
LSTR MSG_UBL_TILT_MESH = _UxGT("Tilt Mesh");
|
||||
LSTR MSG_UBL_TILTING_GRID = _UxGT("Tilting Grid Size");
|
||||
|
@ -288,9 +287,9 @@ namespace LanguageNarrow_de {
|
|||
LSTR MSG_MOVE_E = _UxGT("Bewege Extruder");
|
||||
LSTR MSG_MOVE_EN = _UxGT("Bewege Extruder *");
|
||||
LSTR MSG_HOTEND_TOO_COLD = _UxGT("Hotend zu kalt");
|
||||
LSTR MSG_MOVE_N_MM = _UxGT(" $ mm");
|
||||
LSTR MSG_MOVE_N_IN = _UxGT(" $ in");
|
||||
LSTR MSG_MOVE_N_DEG = _UxGT(" $ ") LCD_STR_DEGREE;
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("Bewege $mm");
|
||||
LSTR MSG_MOVE_N_IN = _UxGT("Bewege $in");
|
||||
LSTR MSG_MOVE_N_DEG = _UxGT("Bewege $") LCD_STR_DEGREE;
|
||||
LSTR MSG_SPEED = _UxGT("Geschw.");
|
||||
LSTR MSG_MESH_Z_OFFSET = _UxGT("Bett Z");
|
||||
LSTR MSG_NOZZLE = _UxGT("Düse");
|
||||
|
|
|
@ -96,6 +96,8 @@ namespace LanguageNarrow_el {
|
|||
LSTR MSG_MOVE_E = _UxGT("Εξωθητής");
|
||||
LSTR MSG_MOVE_EN = _UxGT("Εξωθητής *");
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("Μετακίνηση $μμ");
|
||||
LSTR MSG_MOVE_N_IN = _UxGT("Μετακίνηση $in");
|
||||
LSTR MSG_MOVE_N_DEG = _UxGT("Μετακίνηση $") LCD_STR_DEGREE;
|
||||
LSTR MSG_SPEED = _UxGT("Ταχύτητα");
|
||||
LSTR MSG_MESH_Z_OFFSET = _UxGT("Επ. Εκτύπωσης Z");
|
||||
LSTR MSG_NOZZLE = _UxGT("Ακροφύσιο");
|
||||
|
|
|
@ -85,6 +85,8 @@ namespace LanguageNarrow_el_gr {
|
|||
LSTR MSG_MOVE_E = _UxGT("Εξωθητήρας");
|
||||
LSTR MSG_MOVE_EN = _UxGT("Εξωθητήρας *");
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("Μετακίνηση $μμ");
|
||||
LSTR MSG_MOVE_N_IN = _UxGT("Μετακίνηση $in");
|
||||
LSTR MSG_MOVE_N_DEG = _UxGT("Μετακίνηση $") LCD_STR_DEGREE;
|
||||
LSTR MSG_SPEED = _UxGT("Ταχύτητα");
|
||||
LSTR MSG_MESH_Z_OFFSET = _UxGT("Κλίνη Z");
|
||||
LSTR MSG_NOZZLE = _UxGT("Ακροφύσιο");
|
||||
|
|
|
@ -203,7 +203,6 @@ namespace LanguageNarrow_en {
|
|||
LSTR MSG_HOTEND_OFFSET_A = _UxGT("2nd Nozzle @");
|
||||
LSTR MSG_UBL_DOING_G29 = _UxGT("Doing G29");
|
||||
LSTR MSG_UBL_TOOLS = _UxGT("UBL Tools");
|
||||
LSTR MSG_UBL_LEVEL_BED = _UxGT("Unified Bed Leveling");
|
||||
LSTR MSG_LCD_TILTING_MESH = _UxGT("Tilting Point");
|
||||
LSTR MSG_UBL_TILT_MESH = _UxGT("Tilt Mesh");
|
||||
LSTR MSG_UBL_TILTING_GRID = _UxGT("Tilting Grid Size");
|
||||
|
@ -316,9 +315,9 @@ namespace LanguageNarrow_en {
|
|||
LSTR MSG_MOVE_E = _UxGT("Move Extruder");
|
||||
LSTR MSG_MOVE_EN = _UxGT("Move *");
|
||||
LSTR MSG_HOTEND_TOO_COLD = _UxGT("Hotend too cold");
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("Move $ mm");
|
||||
LSTR MSG_MOVE_N_IN = _UxGT("Move $ in");
|
||||
LSTR MSG_MOVE_N_DEG = _UxGT("Move $ ") LCD_STR_DEGREE;
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("Move $mm");
|
||||
LSTR MSG_MOVE_N_IN = _UxGT("Move $in");
|
||||
LSTR MSG_MOVE_N_DEG = _UxGT("Move $") LCD_STR_DEGREE;
|
||||
LSTR MSG_LIVE_MOVE = _UxGT("Live Move");
|
||||
LSTR MSG_SPEED = _UxGT("Speed");
|
||||
LSTR MSG_MESH_Z_OFFSET = _UxGT("Bed Z");
|
||||
|
|
|
@ -127,7 +127,6 @@ namespace LanguageNarrow_es {
|
|||
LSTR MSG_HOTEND_OFFSET_A = _UxGT("2ª Fusor @");
|
||||
LSTR MSG_UBL_DOING_G29 = _UxGT("Hacer G29");
|
||||
LSTR MSG_UBL_TOOLS = _UxGT("Herramientas UBL");
|
||||
LSTR MSG_UBL_LEVEL_BED = _UxGT("Nivelado UBL");
|
||||
LSTR MSG_LCD_TILTING_MESH = _UxGT("Punto de inclinación");
|
||||
LSTR MSG_UBL_MANUAL_MESH = _UxGT("Crear Mallado man.");
|
||||
LSTR MSG_UBL_BC_INSERT = _UxGT("Colocar cuña y Medir");
|
||||
|
|
|
@ -87,7 +87,6 @@ namespace LanguageNarrow_eu {
|
|||
|
||||
LSTR MSG_UBL_DOING_G29 = _UxGT("G29 exekutatzen");
|
||||
LSTR MSG_UBL_TOOLS = _UxGT("UBL Tresnak");
|
||||
LSTR MSG_UBL_LEVEL_BED = _UxGT("Unified Bed Leveling");
|
||||
LSTR MSG_UBL_MANUAL_MESH = _UxGT("Sarea eskuz sortu");
|
||||
LSTR MSG_UBL_BC_INSERT2 = _UxGT("Neurtu");
|
||||
LSTR MSG_UBL_ACTIVATE_MESH = _UxGT("UBL aktibatu");
|
||||
|
|
|
@ -139,7 +139,6 @@ namespace LanguageNarrow_fr {
|
|||
LSTR MSG_G26_LEAVING = _UxGT("Sortie G26");
|
||||
LSTR MSG_UBL_DOING_G29 = _UxGT("G29 en cours");
|
||||
LSTR MSG_UBL_TOOLS = _UxGT("Outils UBL");
|
||||
LSTR MSG_UBL_LEVEL_BED = _UxGT("Niveau lit unifié");
|
||||
LSTR MSG_UBL_MANUAL_MESH = _UxGT("Maillage manuel");
|
||||
LSTR MSG_UBL_BC_INSERT = _UxGT("Poser câle & mesurer");
|
||||
LSTR MSG_UBL_BC_INSERT2 = _UxGT("Mesure");
|
||||
|
|
|
@ -139,7 +139,6 @@ namespace LanguageNarrow_fr_na {
|
|||
LSTR MSG_G26_LEAVING = _UxGT("Sortie G26");
|
||||
LSTR MSG_UBL_DOING_G29 = _UxGT("G29 en cours");
|
||||
LSTR MSG_UBL_TOOLS = _UxGT("Outils UBL");
|
||||
LSTR MSG_UBL_LEVEL_BED = _UxGT("Niveau lit unifie");
|
||||
LSTR MSG_UBL_MANUAL_MESH = _UxGT("Maillage manuel");
|
||||
LSTR MSG_UBL_BC_INSERT = _UxGT("Poser cale & mesurer");
|
||||
LSTR MSG_UBL_BC_INSERT2 = _UxGT("Mesure");
|
||||
|
|
|
@ -124,7 +124,6 @@ namespace LanguageNarrow_gl {
|
|||
LSTR MSG_HOTEND_OFFSET_A = _UxGT("2º Bico @");
|
||||
LSTR MSG_UBL_DOING_G29 = _UxGT("Executando G29");
|
||||
LSTR MSG_UBL_TOOLS = _UxGT("Ferramentas UBL");
|
||||
LSTR MSG_UBL_LEVEL_BED = _UxGT("Unified Bed Leveling");
|
||||
LSTR MSG_LCD_TILTING_MESH = _UxGT("Punto de inclinación");
|
||||
LSTR MSG_UBL_MANUAL_MESH = _UxGT("Facer Malla Manual");
|
||||
LSTR MSG_UBL_BC_INSERT = _UxGT("Colocar Calzo e Medir");
|
||||
|
|
|
@ -154,7 +154,6 @@ namespace LanguageNarrow_hu {
|
|||
LSTR MSG_HOTEND_OFFSET_A = _UxGT("2. fej @");
|
||||
LSTR MSG_UBL_DOING_G29 = _UxGT("Szintezz! G29");
|
||||
LSTR MSG_UBL_TOOLS = _UxGT("UBL eszköz");
|
||||
LSTR MSG_UBL_LEVEL_BED = _UxGT("Egységes ágy szint");
|
||||
LSTR MSG_LCD_TILTING_MESH = _UxGT("Döntési pont");
|
||||
LSTR MSG_UBL_MANUAL_MESH = _UxGT("Kézi háló építés");
|
||||
LSTR MSG_UBL_MESH_WIZARD = _UxGT("UBL Háló varázsló");
|
||||
|
|
|
@ -196,7 +196,6 @@ namespace LanguageNarrow_it {
|
|||
LSTR MSG_HOTEND_OFFSET_A = _UxGT("2° ugello @");
|
||||
LSTR MSG_UBL_DOING_G29 = _UxGT("G29 in corso");
|
||||
LSTR MSG_UBL_TOOLS = _UxGT("Strumenti UBL");
|
||||
LSTR MSG_UBL_LEVEL_BED = _UxGT("Livel.letto unificato");
|
||||
LSTR MSG_LCD_TILTING_MESH = _UxGT("Punto inclinaz.");
|
||||
LSTR MSG_UBL_TILT_MESH = _UxGT("Inclina Mesh");
|
||||
LSTR MSG_UBL_TILTING_GRID = _UxGT("Dim.griglia inclin.");
|
||||
|
|
|
@ -239,9 +239,9 @@ namespace LanguageNarrow_pl {
|
|||
LSTR MSG_MOVE_E = _UxGT("Ekstruzja (os E)");
|
||||
LSTR MSG_MOVE_EN = _UxGT("Ekstruzja (os E) *");
|
||||
LSTR MSG_HOTEND_TOO_COLD = _UxGT("Dysza za zimna");
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("Przesuń co $ mm");
|
||||
LSTR MSG_MOVE_N_IN = _UxGT("Przesuń co $ in");
|
||||
LSTR MSG_MOVE_N_DEG = _UxGT("Przesuń co $ ") LCD_STR_DEGREE;
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("Przesuń co $mm");
|
||||
LSTR MSG_MOVE_N_IN = _UxGT("Przesuń co $in");
|
||||
LSTR MSG_MOVE_N_DEG = _UxGT("Przesuń co $") LCD_STR_DEGREE;
|
||||
LSTR MSG_SPEED = _UxGT("Predkość");
|
||||
LSTR MSG_MESH_Z_OFFSET = _UxGT("Stół Z");
|
||||
LSTR MSG_NOZZLE = _UxGT("Dysza");
|
||||
|
|
|
@ -114,7 +114,6 @@ namespace LanguageNarrow_pt_br {
|
|||
LSTR MSG_HOTEND_OFFSET_A = _UxGT("2o bico @");
|
||||
LSTR MSG_UBL_DOING_G29 = _UxGT("Executando G29");
|
||||
LSTR MSG_UBL_TOOLS = _UxGT("Ferramentas UBL");
|
||||
LSTR MSG_UBL_LEVEL_BED = _UxGT("Nivel. Mesa Unif.");
|
||||
LSTR MSG_UBL_MANUAL_MESH = _UxGT("Fazer malha manual");
|
||||
LSTR MSG_UBL_BC_INSERT = _UxGT("Calçar e calibrar");
|
||||
LSTR MSG_UBL_BC_INSERT2 = _UxGT("Medir");
|
||||
|
|
|
@ -123,7 +123,6 @@ namespace LanguageNarrow_ro {
|
|||
LSTR MSG_HOTEND_OFFSET_A = _UxGT("2nd Nozzle @");
|
||||
LSTR MSG_UBL_DOING_G29 = _UxGT("Doing G29");
|
||||
LSTR MSG_UBL_TOOLS = _UxGT("UBL Tools");
|
||||
LSTR MSG_UBL_LEVEL_BED = _UxGT("Unified Bed Leveling");
|
||||
LSTR MSG_LCD_TILTING_MESH = _UxGT("Tilting Point");
|
||||
LSTR MSG_UBL_MANUAL_MESH = _UxGT("Manually Build Mesh");
|
||||
LSTR MSG_UBL_BC_INSERT = _UxGT("Place Shim & Measure");
|
||||
|
|
|
@ -157,7 +157,6 @@ namespace LanguageNarrow_ru {
|
|||
|
||||
LSTR MSG_UBL_DOING_G29 = _UxGT("Выполняем G29");
|
||||
LSTR MSG_UBL_TOOLS = _UxGT("Инструменты UBL");
|
||||
LSTR MSG_UBL_LEVEL_BED = _UxGT("Настройка UBL");
|
||||
LSTR MSG_LCD_TILTING_MESH = _UxGT("Точка разворота");
|
||||
LSTR MSG_UBL_MANUAL_MESH = _UxGT("Ручной ввод сетки");
|
||||
LSTR MSG_UBL_BC_INSERT = _UxGT("Разм.шайбу, измерить");
|
||||
|
|
|
@ -192,7 +192,6 @@ namespace LanguageNarrow_sk {
|
|||
LSTR MSG_HOTEND_OFFSET_A = _UxGT("2. tryska @");
|
||||
LSTR MSG_UBL_DOING_G29 = _UxGT("Vykonávam G29");
|
||||
LSTR MSG_UBL_TOOLS = _UxGT("Nástroje UBL");
|
||||
LSTR MSG_UBL_LEVEL_BED = _UxGT("UBL rovnanie");
|
||||
LSTR MSG_LCD_TILTING_MESH = _UxGT("Vyrovnávam bod");
|
||||
LSTR MSG_UBL_TILT_MESH = _UxGT("Nakloniť sieť");
|
||||
LSTR MSG_UBL_TILTING_GRID = _UxGT("Veľkosť nakl. siete");
|
||||
|
|
|
@ -146,7 +146,6 @@ namespace LanguageNarrow_sv {
|
|||
LSTR MSG_HOTEND_OFFSET_A = _UxGT("2:a Munstycke @");
|
||||
LSTR MSG_UBL_DOING_G29 = _UxGT("Utför G29");
|
||||
LSTR MSG_UBL_TOOLS = _UxGT("UBL Verktyg");
|
||||
LSTR MSG_UBL_LEVEL_BED = _UxGT("Enad Bädd Nivellering (UBL)");
|
||||
LSTR MSG_LCD_TILTING_MESH = _UxGT("Lutningspunkt");
|
||||
LSTR MSG_UBL_MANUAL_MESH = _UxGT("Manuellt skapa nät");
|
||||
LSTR MSG_UBL_BC_INSERT = _UxGT("Placera Shim & Mät");
|
||||
|
|
|
@ -179,7 +179,6 @@ namespace LanguageNarrow_tr {
|
|||
LSTR MSG_HOTEND_OFFSET_A = _UxGT("2. nozul @");
|
||||
LSTR MSG_UBL_DOING_G29 = _UxGT("G29 Çalışıyor");
|
||||
LSTR MSG_UBL_TOOLS = _UxGT("UBL Araçları");
|
||||
LSTR MSG_UBL_LEVEL_BED = _UxGT("UBL Tabla Seviyeleme");
|
||||
LSTR MSG_LCD_TILTING_MESH = _UxGT("Eğim Noktası");
|
||||
LSTR MSG_UBL_TILT_MESH = _UxGT("Eğimli Mesh");
|
||||
LSTR MSG_UBL_TILTING_GRID = _UxGT("Eğimli Izgara Boyutu");
|
||||
|
@ -345,7 +344,6 @@ namespace LanguageNarrow_tr {
|
|||
LSTR MSG_SENSOR_RESPONSIVENESS_E = _UxGT("Sensör çözünürlüğü *");
|
||||
LSTR MSG_MPC_AMBIENT_XFER_COEFF_E = _UxGT("Ortam h *");
|
||||
LSTR MSG_MPC_AMBIENT_XFER_COEFF_FAN_E = _UxGT("Amb. h fan *");
|
||||
LSTR MSG_SELECT = _UxGT("Seç");
|
||||
LSTR MSG_SELECT_E = _UxGT("Seç *");
|
||||
LSTR MSG_ACC = _UxGT("İvme");
|
||||
LSTR MSG_JERK = _UxGT("Sarsma");
|
||||
|
|
|
@ -155,7 +155,6 @@ namespace LanguageNarrow_uk {
|
|||
|
||||
LSTR MSG_UBL_DOING_G29 = _UxGT("Виконується G29");
|
||||
LSTR MSG_UBL_TOOLS = _UxGT("Інструменти UBL");
|
||||
LSTR MSG_UBL_LEVEL_BED = _UxGT("Налаштування UBL");
|
||||
LSTR MSG_LCD_TILTING_MESH = _UxGT("Точка нахилу");
|
||||
LSTR MSG_UBL_MANUAL_MESH = _UxGT("Ручне введ. сітки");
|
||||
LSTR MSG_UBL_BC_INSERT = _UxGT("Розм. шайбу і вимір.");
|
||||
|
|
|
@ -98,7 +98,6 @@ namespace LanguageNarrow_vi {
|
|||
LSTR MSG_CUSTOM_COMMANDS = _UxGT("Các lệnh tự chọn"); // Custom Commands
|
||||
LSTR MSG_UBL_DOING_G29 = _UxGT("Đang chạy G29"); // Doing G29
|
||||
LSTR MSG_UBL_TOOLS = _UxGT("Công cụ UBL"); // UBL tools
|
||||
LSTR MSG_UBL_LEVEL_BED = _UxGT("San Lấp Bàn Thống Nhất (UBL)"); // Unified Bed Leveling
|
||||
LSTR MSG_IDEX_MENU = _UxGT("chế độ IDEX"); // IDEX Mode
|
||||
LSTR MSG_IDEX_MODE_AUTOPARK = _UxGT("Đậu tự động"); // Auto-Park
|
||||
LSTR MSG_IDEX_MODE_DUPLICATE = _UxGT("Sự gấp đôi"); // Duplication
|
||||
|
|
|
@ -37,14 +37,17 @@ namespace LanguageNarrow_zh_CN {
|
|||
LSTR MSG_MARLIN = _UxGT("马林");
|
||||
LSTR MSG_YES = _UxGT("是");
|
||||
LSTR MSG_NO = _UxGT("否");
|
||||
LSTR MSG_HIGH = _UxGT("高");
|
||||
LSTR MSG_LOW = _UxGT("低");
|
||||
LSTR MSG_BACK = _UxGT("返回"); // ”Back“
|
||||
LSTR MSG_MEDIA_ABORTING = _UxGT("放弃中...");
|
||||
LSTR MSG_ERROR = _UxGT("错误");
|
||||
LSTR MSG_MEDIA_ABORTING = _UxGT("存储卡中止...");
|
||||
LSTR MSG_MEDIA_INSERTED = _UxGT("存储卡已插入"); // "Card inserted"
|
||||
LSTR MSG_MEDIA_REMOVED = _UxGT("存储卡被拔出"); // "Card removed"
|
||||
LSTR MSG_MEDIA_WAITING = _UxGT("等待存储器");
|
||||
LSTR MSG_MEDIA_READ_ERROR = _UxGT("存储器读取错误");
|
||||
LSTR MSG_MEDIA_READ_ERROR = _UxGT("卡读卡器错误");
|
||||
LSTR MSG_MEDIA_USB_REMOVED = _UxGT("USB设备已弹出");
|
||||
LSTR MSG_MEDIA_USB_FAILED = _UxGT("USB启动错误");
|
||||
LSTR MSG_MEDIA_USB_FAILED = _UxGT("USB读取失败");
|
||||
LSTR MSG_KILL_SUBCALL_OVERFLOW = _UxGT("子响应溢出");
|
||||
LSTR MSG_LCD_ENDSTOPS = _UxGT("挡块"); // "Endstops" // Max length 8 characters
|
||||
LSTR MSG_LCD_SOFT_ENDSTOPS = _UxGT("软挡块");
|
||||
|
@ -112,6 +115,7 @@ namespace LanguageNarrow_zh_CN {
|
|||
LSTR MSG_CUSTOM_COMMANDS = _UxGT("定制命令"); // "Custom Commands"
|
||||
LSTR MSG_M48_TEST = _UxGT("M48探测");
|
||||
LSTR MSG_M48_POINT = _UxGT("M48点");
|
||||
LSTR MSG_M48_OUT_OF_BOUNDS = _UxGT("探针测试越界");
|
||||
LSTR MSG_M48_DEVIATION = _UxGT("M48偏差");
|
||||
LSTR MSG_IDEX_MENU = _UxGT("IDEX模式");
|
||||
LSTR MSG_OFFSETS_MENU = _UxGT("工具偏移量");
|
||||
|
@ -123,9 +127,12 @@ namespace LanguageNarrow_zh_CN {
|
|||
LSTR MSG_HOTEND_OFFSET_A = _UxGT("第二喷头是@");
|
||||
LSTR MSG_UBL_DOING_G29 = _UxGT("执行G29"); // "Doing G29"
|
||||
LSTR MSG_UBL_TOOLS = _UxGT("UBL工具"); // "UBL Tools"
|
||||
LSTR MSG_UBL_LEVEL_BED = _UxGT("统一热床调平(UBL)"); // "Unified Bed Leveling"
|
||||
LSTR MSG_LCD_TILTING_MESH = _UxGT("倾斜點");
|
||||
LSTR MSG_UBL_TILT_MESH = _UxGT("倾斜网格");
|
||||
LSTR MSG_UBL_TILTING_GRID = _UxGT("倾斜网格尺寸");
|
||||
LSTR MSG_UBL_MESH_TILTED = _UxGT("网格倾斜");
|
||||
LSTR MSG_UBL_MANUAL_MESH = _UxGT("手工创设网格"); // "Manually Build Mesh"
|
||||
LSTR MSG_UBL_MESH_WIZARD = _UxGT("网格精灵(UBL)");
|
||||
LSTR MSG_UBL_BC_INSERT = _UxGT("放置垫片并测量"); // "Place shim & measure"
|
||||
LSTR MSG_UBL_BC_INSERT2 = _UxGT("测量"); // "Measure"
|
||||
LSTR MSG_UBL_BC_REMOVE = _UxGT("移除并测量热床"); // "Remove & measure bed"
|
||||
|
@ -180,8 +187,10 @@ namespace LanguageNarrow_zh_CN {
|
|||
LSTR MSG_UBL_STORAGE_SLOT = _UxGT("存储槽"); // "Memory Slot"
|
||||
LSTR MSG_UBL_LOAD_MESH = _UxGT("装载热床网格"); // "Load Bed Mesh"
|
||||
LSTR MSG_UBL_SAVE_MESH = _UxGT("保存热床网格"); // "Save Bed Mesh"
|
||||
LSTR MSG_UBL_INVALID_SLOT = _UxGT("首先选择一个网格槽");
|
||||
LSTR MSG_MESH_LOADED = _UxGT("网格 %i 已装载"); // "Mesh %i loaded"
|
||||
LSTR MSG_MESH_SAVED = _UxGT("网格 %i 已保存"); // "Mesh %i saved"
|
||||
LSTR MSG_MESH_ACTIVE = _UxGT("网格 %i 激活");
|
||||
LSTR MSG_UBL_NO_STORAGE = _UxGT("没有存储"); // "No storage"
|
||||
LSTR MSG_UBL_SAVE_ERROR = _UxGT("错误: UBL保存"); // "Err: UBL Save"
|
||||
LSTR MSG_UBL_RESTORE_ERROR = _UxGT("错误: UBL还原"); // "Err: UBL Restore"
|
||||
|
@ -224,7 +233,9 @@ namespace LanguageNarrow_zh_CN {
|
|||
LSTR MSG_MOVE_E = _UxGT("挤出机"); // "Extruder"
|
||||
LSTR MSG_MOVE_EN = _UxGT("挤出机 *"); // "Extruder"
|
||||
LSTR MSG_HOTEND_TOO_COLD = _UxGT("热端太冷");
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("移动 $ mm"); // "Move 0.025mm"
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("移动 $mm"); // "Move $mm"
|
||||
LSTR MSG_MOVE_N_IN = _UxGT("移动 $in"); // "Move $in"
|
||||
LSTR MSG_MOVE_N_DEG = _UxGT("移动 $") LCD_STR_DEGREE; // "Move $°"
|
||||
LSTR MSG_SPEED = _UxGT("速率"); // "Speed"
|
||||
LSTR MSG_MESH_Z_OFFSET = _UxGT("热床Z"); // "Bed Z"
|
||||
LSTR MSG_NOZZLE = _UxGT("喷嘴"); // "Nozzle" 噴嘴
|
||||
|
|
|
@ -119,7 +119,6 @@ namespace LanguageNarrow_zh_TW {
|
|||
LSTR MSG_HOTEND_OFFSET_A = _UxGT("2nd Nozzle @");
|
||||
LSTR MSG_UBL_DOING_G29 = _UxGT("執行G29"); // "Doing G29"
|
||||
LSTR MSG_UBL_TOOLS = _UxGT("UBL工具"); // "UBL Tools"
|
||||
LSTR MSG_UBL_LEVEL_BED = _UxGT("統一熱床調平(UBL)"); // "Unified Bed Leveling"
|
||||
LSTR MSG_LCD_TILTING_MESH = _UxGT("傾斜點"); // "Tilting Point"
|
||||
LSTR MSG_UBL_MANUAL_MESH = _UxGT("手工建網"); // "Manually Build Mesh"
|
||||
LSTR MSG_UBL_BC_INSERT = _UxGT("放置墊片並測量"); // "Place shim & measure"
|
||||
|
@ -220,9 +219,9 @@ namespace LanguageNarrow_zh_TW {
|
|||
LSTR MSG_MOVE_E = _UxGT("擠出機"); // "Extruder"
|
||||
LSTR MSG_MOVE_EN = _UxGT("擠出機 *"); // "Extruder *"
|
||||
LSTR MSG_HOTEND_TOO_COLD = _UxGT("噴嘴溫度不夠"); // "Hotend too cold"
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("移動 $ mm"); // "Move $mm"
|
||||
LSTR MSG_MOVE_N_IN = _UxGT("移動 $ in"); // "Move $in"
|
||||
LSTR MSG_MOVE_N_DEG = _UxGT("移動 $ ") LCD_STR_DEGREE; // "Move $°"
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("移動 $mm"); // "Move $mm"
|
||||
LSTR MSG_MOVE_N_IN = _UxGT("移動 $in"); // "Move $in"
|
||||
LSTR MSG_MOVE_N_DEG = _UxGT("移動 $") LCD_STR_DEGREE; // "Move $°"
|
||||
LSTR MSG_SPEED = _UxGT("速率"); // "Speed"
|
||||
LSTR MSG_MESH_Z_OFFSET = _UxGT("熱床Z"); // "Bed Z"
|
||||
LSTR MSG_NOZZLE = " " LCD_STR_THERMOMETER _UxGT(" 噴嘴"); // "Nozzle" 噴嘴
|
||||
|
|
|
@ -495,7 +495,7 @@ void menu_motion() {
|
|||
//
|
||||
#if ENABLED(AUTO_BED_LEVELING_UBL)
|
||||
|
||||
SUBMENU(MSG_UBL_LEVEL_BED, _lcd_ubl_level_bed);
|
||||
SUBMENU(MSG_UBL_LEVELING, _lcd_ubl_level_bed);
|
||||
|
||||
#elif ENABLED(LCD_BED_LEVELING)
|
||||
|
||||
|
|
|
@ -361,7 +361,7 @@ void _lcd_ubl_save_mesh_cmd() { _lcd_ubl_load_save_cmd('S', GET_TEXT_F(MSG_MESH_
|
|||
void _lcd_ubl_storage_mesh() {
|
||||
int16_t a = settings.calc_num_meshes();
|
||||
START_MENU();
|
||||
BACK_ITEM(MSG_UBL_LEVEL_BED);
|
||||
BACK_ITEM(MSG_UBL_LEVELING);
|
||||
if (!WITHIN(ubl_storage_slot, 0, a - 1))
|
||||
STATIC_ITEM(MSG_UBL_NO_STORAGE);
|
||||
else {
|
||||
|
@ -517,7 +517,7 @@ void _ubl_goto_map_screen() {
|
|||
*/
|
||||
void _lcd_ubl_output_map() {
|
||||
START_MENU();
|
||||
BACK_ITEM(MSG_UBL_LEVEL_BED);
|
||||
BACK_ITEM(MSG_UBL_LEVELING);
|
||||
GCODES_ITEM(MSG_UBL_OUTPUT_MAP_HOST, F("G29T0"));
|
||||
GCODES_ITEM(MSG_UBL_OUTPUT_MAP_CSV, F("G29T1"));
|
||||
GCODES_ITEM(MSG_UBL_OUTPUT_MAP_BACKUP, F("G29S-1"));
|
||||
|
@ -535,7 +535,7 @@ void _lcd_ubl_output_map() {
|
|||
*/
|
||||
void _menu_ubl_tools() {
|
||||
START_MENU();
|
||||
BACK_ITEM(MSG_UBL_LEVEL_BED);
|
||||
BACK_ITEM(MSG_UBL_LEVELING);
|
||||
SUBMENU(MSG_UBL_BUILD_MESH_MENU, _lcd_ubl_build_mesh);
|
||||
GCODES_ITEM(MSG_UBL_MANUAL_MESH, F("G29I999\nG29P2BT0"));
|
||||
#if ENABLED(G26_MESH_VALIDATION)
|
||||
|
@ -562,7 +562,7 @@ void _menu_ubl_tools() {
|
|||
*/
|
||||
void _lcd_ubl_step_by_step() {
|
||||
START_MENU();
|
||||
BACK_ITEM(MSG_UBL_LEVEL_BED);
|
||||
BACK_ITEM(MSG_UBL_LEVELING);
|
||||
GCODES_ITEM(MSG_UBL_1_BUILD_COLD_MESH, F("G29NP1"));
|
||||
GCODES_ITEM(MSG_UBL_2_SMART_FILLIN, F("G29P3T0"));
|
||||
SUBMENU(MSG_UBL_3_VALIDATE_MESH_MENU, _lcd_ubl_validate_mesh);
|
||||
|
@ -596,7 +596,7 @@ void _menu_ubl_tools() {
|
|||
void _menu_ubl_mesh_wizard() {
|
||||
const int16_t total_slots = settings.calc_num_meshes();
|
||||
START_MENU();
|
||||
BACK_ITEM(MSG_UBL_LEVEL_BED);
|
||||
BACK_ITEM(MSG_UBL_LEVELING);
|
||||
|
||||
#if HAS_HOTEND
|
||||
EDIT_ITEM(int3, MSG_UBL_HOTEND_TEMP_CUSTOM, &custom_hotend_temp, HEATER_0_MINTEMP + 20, thermalManager.hotend_max_target(0));
|
||||
|
|
Loading…
Reference in a new issue