From 4b7b81a0a2ba92577fa06be7f0aff50b5f7fc33f Mon Sep 17 00:00:00 2001 From: Seref Date: Wed, 29 Oct 2025 13:32:38 +0100 Subject: [PATCH] Add setting to enable uploads to abnormal Storage; improve sd_card_state error reporting (#10981) * Add option to allow upload to SD-Cards marked as abnormal, also add better error description + Adds the options under the Network Settings to allow upload to abnormal SD-Card. + If not enabled user will now see why the upload is stuck at 10% depending on the sd_card_state (Readonly/Abnormal) * Merging with current branch, and updateing "sd-card" to "storage" * Generate localization and also change remaining sd_card_abnormal states to _storage_abnormal * Fix issues from merge, and other bugfixes. * Regenerate localization files. * Improve Missing Storage Message, Add skip for abnormal storage in printer select dialog --- localization/i18n/OrcaSlicer.pot | 250 +- localization/i18n/ca/OrcaSlicer_ca.po | 336 ++- localization/i18n/cs/OrcaSlicer_cs.po | 302 +- localization/i18n/de/OrcaSlicer_de.po | 1789 +++++------- localization/i18n/en/OrcaSlicer_en.po | 251 +- localization/i18n/es/OrcaSlicer_es.po | 343 ++- localization/i18n/fr/OrcaSlicer_fr.po | 329 ++- localization/i18n/hu/OrcaSlicer_hu.po | 270 +- localization/i18n/it/OrcaSlicer_it.po | 350 ++- localization/i18n/ja/OrcaSlicer_ja.po | 272 +- localization/i18n/ko/OrcaSlicer_ko.po | 318 ++- localization/i18n/lt/OrcaSlicer_lt.po | 1558 +++++------ localization/i18n/nl/OrcaSlicer_nl.po | 296 +- localization/i18n/pl/OrcaSlicer_pl.po | 325 ++- localization/i18n/pt_BR/OrcaSlicer_pt_BR.po | 439 ++- localization/i18n/ru/OrcaSlicer_ru.po | 2802 ++++++++++--------- localization/i18n/sv/OrcaSlicer_sv.po | 280 +- localization/i18n/tr/OrcaSlicer_tr.po | 402 ++- localization/i18n/uk/OrcaSlicer_uk.po | 331 ++- localization/i18n/vi/OrcaSlicer_vi.po | 332 ++- localization/i18n/zh_CN/OrcaSlicer_zh_CN.po | 383 ++- localization/i18n/zh_TW/OrcaSlicer_zh_TW.po | 317 ++- resources/i18n/vi/OrcaSlicer.mo | Bin 584154 -> 582496 bytes src/libslic3r/AppConfig.cpp | 3 + src/slic3r/GUI/Jobs/PrintJob.cpp | 35 +- src/slic3r/GUI/Jobs/PrintJob.hpp | 3 + src/slic3r/GUI/Jobs/SendJob.cpp | 31 +- src/slic3r/GUI/Jobs/SendJob.hpp | 3 + src/slic3r/GUI/PrePrintChecker.cpp | 2 +- src/slic3r/GUI/Preferences.cpp | 8 +- src/slic3r/GUI/SelectMachine.cpp | 15 +- src/slic3r/GUI/SendToPrinter.cpp | 13 +- src/slic3r/Utils/CalibUtils.cpp | 11 +- 33 files changed, 7555 insertions(+), 4844 deletions(-) diff --git a/localization/i18n/OrcaSlicer.pot b/localization/i18n/OrcaSlicer.pot index 0f2ceee497..1e6e8eafa0 100644 --- a/localization/i18n/OrcaSlicer.pot +++ b/localization/i18n/OrcaSlicer.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-10-26 10:38+0800\n" +"POT-Creation-Date: 2025-10-29 11:23+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1949,10 +1949,10 @@ msgstr "" msgid "Replace with STL" msgstr "" -msgid "Replace all with STL" +msgid "Replace the selected part with new STL" msgstr "" -msgid "Replace the selected part with new STL" +msgid "Replace all with STL" msgstr "" msgid "Replace all selected parts with STL from folder" @@ -2139,6 +2139,30 @@ msgstr "" msgid "Remove the selected plate" msgstr "" +msgid "Add instance" +msgstr "" + +msgid "Add one more instance of the selected object" +msgstr "" + +msgid "Remove instance" +msgstr "" + +msgid "Remove one instance of the selected object" +msgstr "" + +msgid "Set number of instances" +msgstr "" + +msgid "Change the number of instances of the selected object" +msgstr "" + +msgid "Fill bed with instances" +msgstr "" + +msgid "Fill the remaining area of bed with instances of the selected object" +msgstr "" + msgid "Clone" msgstr "" @@ -2277,18 +2301,6 @@ msgid "" "cut information first." msgstr "" -msgid "✖ Skipped %1%: %2%, same file\n" -msgstr "" - -msgid "✖ Skipped %1%: %2% does not exist.\n" -msgstr "" - -msgid "✖ Skipped %1%: failed to replace.\n" -msgstr "" - -msgid "✔ Replaced %1% with %2%\n" -msgstr "" - msgid "Delete all connectors" msgstr "" @@ -2652,9 +2664,9 @@ msgid "Top" msgstr "" msgid "" -"The fan controls the temperature during printing to improve print " -"quality.The system automatically adjusts the fan's switch and speed " -"according to different printing materials." +"The fan controls the temperature during printing to improve print quality." +"The system automatically adjusts the fan's switch and speed according to " +"different printing materials." msgstr "" msgid "" @@ -2896,7 +2908,25 @@ msgstr "" msgid "Access code:%s IP address:%s" msgstr "" -msgid "Storage needs to be inserted before printing via LAN." +msgid "A Storage needs to be inserted before printing via LAN." +msgstr "" + +msgid "" +"Sending print job over LAN, but the Storage in the printer is abnormal and " +"print-issues may be caused by this." +msgstr "" + +msgid "" +"The Storage in the printer is abnormal. Please replace it with a normal " +"Storage before sending print job to printer." +msgstr "" + +msgid "" +"The Storage in the printer is read-only. Please replace it with a normal " +"Storage before sending print job to printer." +msgstr "" + +msgid "Encountered an unknown error with the Storage status. Please try again." msgstr "" msgid "Sending G-code file over LAN" @@ -2912,6 +2942,21 @@ msgstr "" msgid "Storage needs to be inserted before sending to printer." msgstr "" +msgid "" +"Sending G-code file over LAN, but the Storage in the printer is abnormal and " +"print-issues may be caused by this." +msgstr "" + +msgid "" +"The Storage in the printer is abnormal. Please replace it with a normal " +"Storage before sending to printer." +msgstr "" + +msgid "" +"The Storage in the printer is read-only. Please replace it with a normal " +"Storage before sending to printer." +msgstr "" + msgid "Importing SLA archive" msgstr "" @@ -3674,6 +3719,7 @@ msgid "" "Reset to 0." msgstr "" +#, possible-c-format, possible-boost-format msgid "" "Lock depth should smaller than skin depth.\n" "Reset to 50% of skin depth." @@ -4634,7 +4680,7 @@ msgstr "" msgid "Size:" msgstr "" -#, possible-boost-format +#, possible-c-format, possible-boost-format msgid "" "Conflicts of G-code paths have been found at layer %d, z = %.2lf mm. Please " "separate the conflicted objects farther (%s <-> %s)." @@ -5149,15 +5195,12 @@ msgstr "" msgid "Max flowrate" msgstr "" -msgid "Junction Deviation" -msgstr "" - -msgid "Junction Deviation calibration" -msgstr "" - msgid "Cornering" msgstr "" +msgid "Cornering calibration" +msgstr "" + msgid "Input Shaping Frequency" msgstr "" @@ -6721,6 +6764,28 @@ msgstr "" msgid "Directory for the replace wasn't selected" msgstr "" +msgid "Replaced with STLs from directory:\n" +msgstr "" + +#, possible-boost-format +msgid "✖ Skipped %1%: same file.\n" +msgstr "" + +#, possible-boost-format +msgid "✖ Skipped %1%: file does not exist.\n" +msgstr "" + +#, possible-boost-format +msgid "✖ Skipped %1%: failed to replace.\n" +msgstr "" + +#, possible-boost-format +msgid "✔ Replaced %1%.\n" +msgstr "" + +msgid "Replaced volumes" +msgstr "" + msgid "Please select a file" msgstr "" @@ -7442,6 +7507,14 @@ msgid "" "difference together." msgstr "" +msgid "Allow Abnormal Storage" +msgstr "" + +msgid "" +"This allows the use of Storage that is marked as abnormal by the Printer.\n" +"Use at your own risk, can cause issues!" +msgstr "" + msgid "Log Level" msgstr "" @@ -7993,7 +8066,10 @@ msgid "" "information." msgstr "" -msgid "Storage is not available or is in read-only mode." +msgid "Storage needs to be inserted before printing via LAN." +msgstr "" + +msgid "Storage is in abnormal state or is in read-only mode." msgstr "" msgid "Storage needs to be inserted before printing." @@ -8344,8 +8420,8 @@ msgstr "" msgid "" "When recording timelapse without toolhead, it is recommended to add a " "\"Timelapse Wipe Tower\" \n" -"by right-click the empty position of build plate and choose \"Add " -"Primitive\"->\"Timelapse Wipe Tower\"." +"by right-click the empty position of build plate and choose \"Add Primitive" +"\"->\"Timelapse Wipe Tower\"." msgstr "" msgid "" @@ -8781,10 +8857,6 @@ msgstr "" msgid "Single extruder multi-material parameters" msgstr "" -#, possible-c-format, possible-boost-format -msgid "Extruder %d" -msgstr "" - msgid "" "This is a single extruder multi-material printer, diameters of all extruders " "will be set to the new value. Do you want to proceed?" @@ -9242,6 +9314,9 @@ msgid "" "nozzle type." msgstr "" +msgid "Storage is not available or is in read-only mode." +msgstr "" + #, possible-c-format, possible-boost-format msgid "" "The selected printer (%s) is incompatible with the chosen printer profile in " @@ -12236,8 +12311,8 @@ msgid "mm/s² or %" msgstr "" msgid "" -"Acceleration of sparse infill. If the value is expressed as a percentage " -"(e.g. 100%), it will be calculated based on the default acceleration." +"Acceleration of sparse infill. If the value is expressed as a percentage (e." +"g. 100%), it will be calculated based on the default acceleration." msgstr "" msgid "" @@ -12268,6 +12343,9 @@ msgstr "" msgid "Default jerk." msgstr "" +msgid "Junction Deviation" +msgstr "" + msgid "" "Marlin Firmware Junction Deviation (replaces the traditional XY Jerk " "setting)." @@ -12338,10 +12416,10 @@ msgstr "" msgid "" "Fan speed will be ramped up linearly from zero at layer " -"\"close_fan_the_first_x_layers\" to maximum at layer " -"\"full_fan_speed_layer\". \"full_fan_speed_layer\" will be ignored if lower " -"than \"close_fan_the_first_x_layers\", in which case the fan will be running " -"at maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1." +"\"close_fan_the_first_x_layers\" to maximum at layer \"full_fan_speed_layer" +"\". \"full_fan_speed_layer\" will be ignored if lower than " +"\"close_fan_the_first_x_layers\", in which case the fan will be running at " +"maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1." msgstr "" msgid "layer" @@ -13149,7 +13227,9 @@ msgid "Maximum Junction Deviation" msgstr "" msgid "" -"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin Firmware)" +"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin " +"Firmware\n" +"If your Marlin 2 printer uses Classic Jerk set this value to 0.)" msgstr "" msgid "Minimum speed for extruding" @@ -13831,8 +13911,8 @@ msgid "Role base wipe speed" msgstr "" msgid "" -"The wipe speed is determined by the speed of the current extrusion role. " -"e.g. if a wipe action is executed immediately following an outer wall " +"The wipe speed is determined by the speed of the current extrusion role. e." +"g. if a wipe action is executed immediately following an outer wall " "extrusion, the speed of the outer wall extrusion will be utilized for the " "wipe action." msgstr "" @@ -14428,14 +14508,6 @@ msgid "" "needed." msgstr "" -msgid "Adaptive layer height" -msgstr "" - -msgid "" -"Enabling this option means the height of tree support layer except the first " -"will be automatically calculated." -msgstr "" - msgid "Auto brim width" msgstr "" @@ -14521,8 +14593,8 @@ msgstr "" msgid "" "Enable this option for automated chamber temperature control. This option " -"activates the emitting of an M191 command before the " -"\"machine_start_gcode\"\n" +"activates the emitting of an M191 command before the \"machine_start_gcode" +"\"\n" " which sets the chamber temperature and waits until it is reached. In " "addition, it emits an M141 command at the end of the print to turn off the " "chamber heater, if present.\n" @@ -15263,8 +15335,8 @@ msgid "Debug level" msgstr "" msgid "" -"Sets debug logging level. 0:fatal, 1:error, 2:warning, 3:info, 4:debug, " -"5:trace\n" +"Sets debug logging level. 0:fatal, 1:error, 2:warning, 3:info, 4:debug, 5:" +"trace\n" msgstr "" msgid "Enable timelapse for print" @@ -16270,6 +16342,12 @@ msgstr "" msgid "Comma-separated list of printing speeds" msgstr "" +msgid "Pressure Advance Guide" +msgstr "" + +msgid "Adaptive Pressure Advance Guide" +msgstr "" + msgid "" "Please input valid values:\n" "Start PA: >= 0.0\n" @@ -16313,6 +16391,9 @@ msgstr "" msgid "Temp step: " msgstr "" +msgid "Wiki Guide: Temperature Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "Start temp: <= 350\n" @@ -16329,6 +16410,9 @@ msgstr "" msgid "End volumetric speed: " msgstr "" +msgid "Wiki Guide: Volumetric Speed Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "start > 0\n" @@ -16345,6 +16429,9 @@ msgstr "" msgid "End speed: " msgstr "" +msgid "Wiki Guide: VFA" +msgstr "" + msgid "" "Please input valid values:\n" "start > 10\n" @@ -16358,6 +16445,9 @@ msgstr "" msgid "End retraction length: " msgstr "" +msgid "Wiki Guide: Retraction Calibration" +msgstr "" + msgid "Input shaping Frequency test" msgstr "" @@ -16393,6 +16483,9 @@ msgid "" "This will use the printer's default or saved value." msgstr "" +msgid "Wiki Guide: Input Shaping Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "(0 < FreqStart < FreqEnd < 500)" @@ -16428,27 +16521,52 @@ msgid "" "Please input a valid damping factor (0 <= DampingStart < DampingEnd <= 1)" msgstr "" -msgid "Junction Deviation test" +msgid "Cornering test" msgstr "" -msgid "Start junction deviation: " +msgid "SCV-V2" msgstr "" -msgid "End junction deviation: " +msgid "Start: " msgstr "" -msgid "Junction Deviation settings" +msgid "End: " msgstr "" -msgid "Note: Lower values = sharper corners but slower speeds" +msgid "Cornering settings" +msgstr "" + +msgid "Note: Lower values = sharper corners but slower speeds.\n" msgstr "" msgid "" -"Please input valid values:\n" -"(0 <= Junction Deviation < 1)" +"Marlin 2 Junction Deviation detected:\n" +"To test Classic Jerk, set 'Maximum Junction Deviation' in Motion ability to " +"0." msgstr "" -msgid "NOTE: High values may cause Layer shift" +msgid "" +"Marlin 2 Classic Jerk detected:\n" +"To test Junction Deviation, set 'Maximum Junction Deviation' in Motion " +"ability to a value > 0." +msgstr "" + +msgid "" +"RepRap detected: Jerk in mm/s.\n" +"OrcaSlicer will convert the values to mm/min when necessary." +msgstr "" + +msgid "Wiki Guide: Cornering Calibration" +msgstr "" + +#, possible-c-format, possible-boost-format +msgid "" +"Please input valid values:\n" +"(0 <= Cornering <= %s)" +msgstr "" + +#, possible-c-format, possible-boost-format +msgid "NOTE: High values may cause Layer shift (>%s)" msgstr "" msgid "Send G-code to printer host" @@ -16697,8 +16815,8 @@ msgid "" msgstr "" msgid "" -"We would rename the presets as \"Vendor Type Serial @printer you " -"selected\".\n" +"We would rename the presets as \"Vendor Type Serial @printer you selected" +"\".\n" "To add preset for more printers, please go to printer selection" msgstr "" @@ -17065,8 +17183,8 @@ msgid "nozzle size memorized: %d" msgstr "" msgid "" -"The size of nozzle type in preset is not consistent with memorized " -"nozzle.Did you change your nozzle lately ? " +"The size of nozzle type in preset is not consistent with memorized nozzle." +"Did you change your nozzle lately ? " msgstr "" #, possible-c-format, possible-boost-format diff --git a/localization/i18n/ca/OrcaSlicer_ca.po b/localization/i18n/ca/OrcaSlicer_ca.po index 55bd30b423..556a81c103 100644 --- a/localization/i18n/ca/OrcaSlicer_ca.po +++ b/localization/i18n/ca/OrcaSlicer_ca.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-10-26 10:38+0800\n" +"POT-Creation-Date: 2025-10-29 11:23+0100\n" "PO-Revision-Date: 2025-03-15 10:55+0100\n" "Last-Translator: \n" "Language-Team: \n" @@ -2042,6 +2042,12 @@ msgstr "Substitueix per STL" msgid "Replace the selected part with new STL" msgstr "Substituir la peça seleccionada per un nou STL" +msgid "Replace all with STL" +msgstr "" + +msgid "Replace all selected parts with STL from folder" +msgstr "" + msgid "Change filament" msgstr "Canviar filament" @@ -2225,6 +2231,30 @@ msgstr "Suprimir la placa" msgid "Remove the selected plate" msgstr "Eliminar la placa seleccionada" +msgid "Add instance" +msgstr "" + +msgid "Add one more instance of the selected object" +msgstr "" + +msgid "Remove instance" +msgstr "" + +msgid "Remove one instance of the selected object" +msgstr "" + +msgid "Set number of instances" +msgstr "" + +msgid "Change the number of instances of the selected object" +msgstr "" + +msgid "Fill bed with instances" +msgstr "" + +msgid "Fill the remaining area of bed with instances of the selected object" +msgstr "" + msgid "Clone" msgstr "Clonar" @@ -2748,9 +2778,9 @@ msgid "Top" msgstr "Superior" msgid "" -"The fan controls the temperature during printing to improve print " -"quality.The system automatically adjusts the fan's switch and speed " -"according to different printing materials." +"The fan controls the temperature during printing to improve print quality." +"The system automatically adjusts the fan's switch and speed according to " +"different printing materials." msgstr "" msgid "" @@ -3019,7 +3049,25 @@ msgstr "" msgid "Access code:%s IP address:%s" msgstr "" -msgid "Storage needs to be inserted before printing via LAN." +msgid "A Storage needs to be inserted before printing via LAN." +msgstr "" + +msgid "" +"Sending print job over LAN, but the Storage in the printer is abnormal and " +"print-issues may be caused by this." +msgstr "" + +msgid "" +"The Storage in the printer is abnormal. Please replace it with a normal " +"Storage before sending print job to printer." +msgstr "" + +msgid "" +"The Storage in the printer is read-only. Please replace it with a normal " +"Storage before sending print job to printer." +msgstr "" + +msgid "Encountered an unknown error with the Storage status. Please try again." msgstr "" #, fuzzy @@ -3037,6 +3085,21 @@ msgstr "Enviat correctament. Tanca la pàgina actual en %s s" msgid "Storage needs to be inserted before sending to printer." msgstr "" +msgid "" +"Sending G-code file over LAN, but the Storage in the printer is abnormal and " +"print-issues may be caused by this." +msgstr "" + +msgid "" +"The Storage in the printer is abnormal. Please replace it with a normal " +"Storage before sending to printer." +msgstr "" + +msgid "" +"The Storage in the printer is read-only. Please replace it with a normal " +"Storage before sending to printer." +msgstr "" + msgid "Importing SLA archive" msgstr "S'està important l'arxiu SLA" @@ -3665,8 +3728,8 @@ msgid "" "be opened during copy check. The output G-code is at %1%.tmp." msgstr "" "La còpia del codi-G temporal ha finalitzat, però el codi exportat no s'ha " -"pogut obrir durant la verificació de la còpia. El codi-G de sortida és a " -"%1%.tmp." +"pogut obrir durant la verificació de la còpia. El codi-G de sortida és a %1%." +"tmp." #, boost-format msgid "G-code file exported to %1%" @@ -3935,6 +3998,7 @@ msgstr "" "seam_slope_start_height ha de ser més petit que layer_height.\n" "Restablert a 0." +#, c-format, boost-format msgid "" "Lock depth should smaller than skin depth.\n" "Reset to 50% of skin depth." @@ -4908,7 +4972,7 @@ msgstr "Volum:" msgid "Size:" msgstr "Mida:" -#, fuzzy, boost-format +#, fuzzy, c-format, boost-format msgid "" "Conflicts of G-code paths have been found at layer %d, z = %.2lf mm. Please " "separate the conflicted objects farther (%s <-> %s)." @@ -5430,15 +5494,12 @@ msgstr "Prova de retracció" msgid "Max flowrate" msgstr "Cabal màxim" -msgid "Junction Deviation" -msgstr "" - -msgid "Junction Deviation calibration" -msgstr "" - msgid "Cornering" msgstr "" +msgid "Cornering calibration" +msgstr "" + msgid "Input Shaping Frequency" msgstr "" @@ -7120,6 +7181,34 @@ msgstr "Seleccioneu un fitxer nou" msgid "File for the replace wasn't selected" msgstr "No s'ha seleccionat el fitxer per a la substitució" +msgid "Select folder to replace from" +msgstr "" + +msgid "Directory for the replace wasn't selected" +msgstr "" + +msgid "Replaced with STLs from directory:\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: same file.\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: file does not exist.\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: failed to replace.\n" +msgstr "" + +#, boost-format +msgid "✔ Replaced %1%.\n" +msgstr "" + +msgid "Replaced volumes" +msgstr "" + msgid "Please select a file" msgstr "Seleccioneu un fitxer, si us plau" @@ -7604,13 +7693,13 @@ msgid "Home" msgstr "Inici" msgid "Default page" -msgstr "Pàgina predeterminada" +msgstr "" msgid "Set the page opened on startup." msgstr "Definiu la pàgina a obrir a l'inici." msgid "Enable dark mode" -msgstr "Habilitar el mode fosc" +msgstr "" msgid "Allow only one OrcaSlicer instance" msgstr "Permet només una instància OrcaSlicer" @@ -7659,7 +7748,7 @@ msgid "Load Geometry Only" msgstr "Carregar només geometria" msgid "Load behaviour" -msgstr "Carregar comportament" +msgstr "" msgid "Should printer/filament/process settings be loaded when opening a .3mf?" msgstr "" @@ -7676,7 +7765,7 @@ msgid "Add STL/STEP files to recent files list" msgstr "" msgid "Don't warn when loading 3MF with modified G-code" -msgstr "No hi ha avisos en carregar 3MF amb Codis-G modificats" +msgstr "" msgid "Show options when importing STEP file" msgstr "" @@ -7686,7 +7775,7 @@ msgid "" msgstr "" msgid "Auto backup" -msgstr "Còpia de seguretat automàtica" +msgstr "" msgid "" "Backup your project periodically for restoring from the occasional crash." @@ -7711,7 +7800,7 @@ msgid "Features" msgstr "" msgid "Multi device management" -msgstr "Gestió multidispositiu" +msgstr "" msgid "" "With this option enabled, you can send a task to multiple devices at the " @@ -7820,10 +7909,10 @@ msgid "" msgstr "" msgid "Login region" -msgstr "Regió d'inici de sessió" +msgstr "" msgid "Stealth mode" -msgstr "Mode silenciós" +msgstr "" msgid "" "This stops the transmission of data to Bambu's cloud services. Users who " @@ -7834,7 +7923,7 @@ msgstr "" "activar aquesta funció de manera segura." msgid "Network test" -msgstr "Prova de Xarxa" +msgstr "" msgid "Test" msgstr "Test" @@ -7913,6 +8002,14 @@ msgid "" "difference together." msgstr "" +msgid "Allow Abnormal Storage" +msgstr "" + +msgid "" +"This allows the use of Storage that is marked as abnormal by the Printer.\n" +"Use at your own risk, can cause issues!" +msgstr "" + msgid "Log Level" msgstr "Nivell d'enregistrament" @@ -8487,7 +8584,10 @@ msgid "" "information." msgstr "" -msgid "Storage is not available or is in read-only mode." +msgid "Storage needs to be inserted before printing via LAN." +msgstr "" + +msgid "Storage is in abnormal state or is in read-only mode." msgstr "" msgid "Storage needs to be inserted before printing." @@ -8892,8 +8992,8 @@ msgstr "" msgid "" "When recording timelapse without toolhead, it is recommended to add a " "\"Timelapse Wipe Tower\" \n" -"by right-click the empty position of build plate and choose \"Add " -"Primitive\"->\"Timelapse Wipe Tower\"." +"by right-click the empty position of build plate and choose \"Add Primitive" +"\"->\"Timelapse Wipe Tower\"." msgstr "" "Quan graveu timelapse sense capçal d'impressió, es recomana afegir una " "\"Torre de Purga Timelapse\" \n" @@ -9375,10 +9475,6 @@ msgstr "Torre de Purga" msgid "Single extruder multi-material parameters" msgstr "Paràmetres d'extrusor únic multimaterial" -#, c-format, boost-format -msgid "Extruder %d" -msgstr "" - msgid "" "This is a single extruder multi-material printer, diameters of all extruders " "will be set to the new value. Do you want to proceed?" @@ -9870,6 +9966,9 @@ msgid "" "nozzle type." msgstr "" +msgid "Storage is not available or is in read-only mode." +msgstr "" + #, c-format, boost-format msgid "" "The selected printer (%s) is incompatible with the chosen printer profile in " @@ -12307,9 +12406,8 @@ msgstr "" "reducció de coixins a les superfícies superiors, així com una separació " "reduïda de la capa de pont externa dels seus perímetres circumdants.\n" "\n" -"En general, es recomana establir això com a mínim com a \"Només pont " -"extern\", tret que es detectin problemes específics amb el model en " -"rodanxes.\n" +"En general, es recomana establir això com a mínim com a \"Només pont extern" +"\", tret que es detectin problemes específics amb el model en rodanxes.\n" "\n" "Opcions:\n" "1. Desactivat: no genera segones capes de pont. Aquest és el valor " @@ -13665,8 +13763,8 @@ msgid "mm/s² or %" msgstr "mm/s o %" msgid "" -"Acceleration of sparse infill. If the value is expressed as a percentage " -"(e.g. 100%), it will be calculated based on the default acceleration." +"Acceleration of sparse infill. If the value is expressed as a percentage (e." +"g. 100%), it will be calculated based on the default acceleration." msgstr "" "Acceleració del farciment poc dens. Si el valor s'expressa en percentatge " "( per exemple, 100% ), es calcularà a partir de l'acceleració predeterminada." @@ -13704,6 +13802,9 @@ msgstr "El max_accel_to_decel de Klipper s'ajustarà a aquest %% d'acceleració" msgid "Default jerk." msgstr "" +msgid "Junction Deviation" +msgstr "" + msgid "" "Marlin Firmware Junction Deviation (replaces the traditional XY Jerk " "setting)." @@ -13782,15 +13883,15 @@ msgstr "Velocitat màxima del ventilador a la capa" msgid "" "Fan speed will be ramped up linearly from zero at layer " -"\"close_fan_the_first_x_layers\" to maximum at layer " -"\"full_fan_speed_layer\". \"full_fan_speed_layer\" will be ignored if lower " -"than \"close_fan_the_first_x_layers\", in which case the fan will be running " -"at maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1." +"\"close_fan_the_first_x_layers\" to maximum at layer \"full_fan_speed_layer" +"\". \"full_fan_speed_layer\" will be ignored if lower than " +"\"close_fan_the_first_x_layers\", in which case the fan will be running at " +"maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1." msgstr "" "La velocitat del ventilador augmentarà linealment de zero a la capa " -"\"close_fan_the_first_x_layers\" al màxim a la capa " -"\"full_fan_speed_layer\". S'ignorarà \"full_fan_speed_layer\" si és inferior " -"a \"close_fan_the_first_x_layers\", en aquest cas el ventilador funcionarà a " +"\"close_fan_the_first_x_layers\" al màxim a la capa \"full_fan_speed_layer" +"\". S'ignorarà \"full_fan_speed_layer\" si és inferior a " +"\"close_fan_the_first_x_layers\", en aquest cas el ventilador funcionarà a " "la velocitat màxima permesa a la capa \"close_fan_the_first_x_layers\" + 1." msgid "layer" @@ -14756,7 +14857,9 @@ msgid "Maximum Junction Deviation" msgstr "" msgid "" -"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin Firmware)" +"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin " +"Firmware\n" +"If your Marlin 2 printer uses Classic Jerk set this value to 0.)" msgstr "" msgid "Minimum speed for extruding" @@ -15629,8 +15732,8 @@ msgid "Role base wipe speed" msgstr "Velocitat de neteja basada en l'acció" msgid "" -"The wipe speed is determined by the speed of the current extrusion role. " -"e.g. if a wipe action is executed immediately following an outer wall " +"The wipe speed is determined by the speed of the current extrusion role. e." +"g. if a wipe action is executed immediately following an outer wall " "extrusion, the speed of the outer wall extrusion will be utilized for the " "wipe action." msgstr "" @@ -16385,16 +16488,6 @@ msgstr "" "es recomana habilitar interfícies de suport superior en lloc d'un alt valor " "de densitat de branques si es necessiten interfícies denses." -msgid "Adaptive layer height" -msgstr "Alçada de Capa Adaptativa" - -msgid "" -"Enabling this option means the height of tree support layer except the first " -"will be automatically calculated." -msgstr "" -"Si activeu aquesta opció, l'alçada de la capa de suport en arbre, excepte la " -"primera, es calcularà automàticament " - msgid "Auto brim width" msgstr "Amplada de la Vora d'Adherència automàtica" @@ -16492,8 +16585,8 @@ msgstr "Activar el control de temperatura" msgid "" "Enable this option for automated chamber temperature control. This option " -"activates the emitting of an M191 command before the " -"\"machine_start_gcode\"\n" +"activates the emitting of an M191 command before the \"machine_start_gcode" +"\"\n" " which sets the chamber temperature and waits until it is reached. In " "addition, it emits an M141 command at the end of the print to turn off the " "chamber heater, if present.\n" @@ -16914,9 +17007,8 @@ msgid "" "0 to disable." msgstr "" "Temperatura del broquet quan l'eina no s'utilitza actualment en " -"configuracions multieina. Només s'utilitza quan la \"Prevenció de " -"supuració\" està activa a la configuració d'impressió. Establiu a 0 per " -"desactivar." +"configuracions multieina. Només s'utilitza quan la \"Prevenció de supuració" +"\" està activa a la configuració d'impressió. Establiu a 0 per desactivar." msgid "X-Y hole compensation" msgstr "Compensació de forat( contorn intern ) X-Y" @@ -17441,11 +17533,11 @@ msgid "Debug level" msgstr "Nivell de depuració" msgid "" -"Sets debug logging level. 0:fatal, 1:error, 2:warning, 3:info, 4:debug, " -"5:trace\n" +"Sets debug logging level. 0:fatal, 1:error, 2:warning, 3:info, 4:debug, 5:" +"trace\n" msgstr "" -"Defineix el nivell de registre de depuració. 0:fatal, 1:error, 2:warning, " -"3:info, 4:debug, 5:tracejar\n" +"Defineix el nivell de registre de depuració. 0:fatal, 1:error, 2:warning, 3:" +"info, 4:debug, 5:tracejar\n" msgid "Enable timelapse for print" msgstr "Activa el timelapse per a la impressió" @@ -17916,8 +18008,8 @@ msgstr "El fitxer subministrat no s'ha pogut llegir perquè està buit" msgid "" "Unknown file format. Input file must have .stl, .obj, .amf(.xml) extension." msgstr "" -"Format de fitxer desconegut. El fitxer d'entrada ha de tenir " -"extensió .stl, .obj, .amf( .xml )." +"Format de fitxer desconegut. El fitxer d'entrada ha de tenir extensió .stl, ." +"obj, .amf( .xml )." msgid "Unknown file format. Input file must have .3mf or .zip.amf extension." msgstr "" @@ -18612,6 +18704,12 @@ msgstr "Llista d'acceleracions d'impressió separades per comes" msgid "Comma-separated list of printing speeds" msgstr "Llista de velocitats d'impressió separades per comes" +msgid "Pressure Advance Guide" +msgstr "" + +msgid "Adaptive Pressure Advance Guide" +msgstr "" + msgid "" "Please input valid values:\n" "Start PA: >= 0.0\n" @@ -18659,6 +18757,9 @@ msgstr "Temperatura final: " msgid "Temp step: " msgstr "Pas de temperatura: " +msgid "Wiki Guide: Temperature Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "Start temp: <= 350\n" @@ -18675,6 +18776,9 @@ msgstr "Velocitat volumètrica incial: " msgid "End volumetric speed: " msgstr "Velocitat volumètrica final: " +msgid "Wiki Guide: Volumetric Speed Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "start > 0\n" @@ -18695,6 +18799,9 @@ msgstr "Velocitat d'inici: " msgid "End speed: " msgstr "Velocitat final: " +msgid "Wiki Guide: VFA" +msgstr "" + msgid "" "Please input valid values:\n" "start > 10\n" @@ -18712,6 +18819,9 @@ msgstr "Longitud de la retracció d'inici: " msgid "End retraction length: " msgstr "Longitud de la retracció final: " +msgid "Wiki Guide: Retraction Calibration" +msgstr "" + msgid "Input shaping Frequency test" msgstr "" @@ -18747,6 +18857,9 @@ msgid "" "This will use the printer's default or saved value." msgstr "" +msgid "Wiki Guide: Input Shaping Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "(0 < FreqStart < FreqEnd < 500)" @@ -18782,27 +18895,52 @@ msgid "" "Please input a valid damping factor (0 <= DampingStart < DampingEnd <= 1)" msgstr "" -msgid "Junction Deviation test" +msgid "Cornering test" msgstr "" -msgid "Start junction deviation: " +msgid "SCV-V2" msgstr "" -msgid "End junction deviation: " +msgid "Start: " msgstr "" -msgid "Junction Deviation settings" +msgid "End: " msgstr "" -msgid "Note: Lower values = sharper corners but slower speeds" +msgid "Cornering settings" +msgstr "" + +msgid "Note: Lower values = sharper corners but slower speeds.\n" msgstr "" msgid "" -"Please input valid values:\n" -"(0 <= Junction Deviation < 1)" +"Marlin 2 Junction Deviation detected:\n" +"To test Classic Jerk, set 'Maximum Junction Deviation' in Motion ability to " +"0." msgstr "" -msgid "NOTE: High values may cause Layer shift" +msgid "" +"Marlin 2 Classic Jerk detected:\n" +"To test Junction Deviation, set 'Maximum Junction Deviation' in Motion " +"ability to a value > 0." +msgstr "" + +msgid "" +"RepRap detected: Jerk in mm/s.\n" +"OrcaSlicer will convert the values to mm/min when necessary." +msgstr "" + +msgid "Wiki Guide: Cornering Calibration" +msgstr "" + +#, c-format, boost-format +msgid "" +"Please input valid values:\n" +"(0 <= Cornering <= %s)" +msgstr "" + +#, c-format, boost-format +msgid "NOTE: High values may cause Layer shift (>%s)" msgstr "" msgid "Send G-code to printer host" @@ -19073,8 +19211,8 @@ msgstr "" "Vols reescriure'l?" msgid "" -"We would rename the presets as \"Vendor Type Serial @printer you " -"selected\".\n" +"We would rename the presets as \"Vendor Type Serial @printer you selected" +"\".\n" "To add preset for more printers, please go to printer selection" msgstr "" "Canviaríem el nom dels perfils seleccionats com a \"Proveïdor Tipus " @@ -19515,8 +19653,8 @@ msgid "nozzle size memorized: %d" msgstr "" msgid "" -"The size of nozzle type in preset is not consistent with memorized " -"nozzle.Did you change your nozzle lately ? " +"The size of nozzle type in preset is not consistent with memorized nozzle." +"Did you change your nozzle lately ? " msgstr "" #, c-format, boost-format @@ -20410,8 +20548,8 @@ msgid "" "Warning: The brim type is not set to \"painted\", the brim ears will not " "take effect!" msgstr "" -"Advertència: el tipus de Vora d'Adherència no està configurat com a " -"\"pintat\", les orelles de la Vora d'Adherència no tindran efecte!" +"Advertència: el tipus de Vora d'Adherència no està configurat com a \"pintat" +"\", les orelles de la Vora d'Adherència no tindran efecte!" msgid "Set the brim type of this object to \"painted\"" msgstr "" @@ -21123,8 +21261,8 @@ msgstr "" #~ "No AMS filaments. Please select a printer in 'Device' page to load AMS " #~ "info." #~ msgstr "" -#~ "Sense filaments AMS. Seleccioneu una impressora a la pàgina " -#~ "\"Dispositiu\" per carregar informació AMS." +#~ "Sense filaments AMS. Seleccioneu una impressora a la pàgina \"Dispositiu" +#~ "\" per carregar informació AMS." #~ msgid "" #~ "Sync filaments with AMS will drop all current selected filament presets " @@ -21170,6 +21308,15 @@ msgstr "" #~ msgid "General Settings" #~ msgstr "Configuració general" +#~ msgid "Login Region" +#~ msgstr "Regió d'inici de sessió" + +#~ msgid "Stealth Mode" +#~ msgstr "Mode Silenciós" + +#~ msgid "Default Page" +#~ msgstr "Pàgina predeterminada" + #~ msgid "Show \"Tip of the day\" notification after start" #~ msgstr "Mostrar la notificació de \"Consell del dia\" després de l'inici" @@ -21196,6 +21343,9 @@ msgstr "" #~ "Si està activat, fa els càlculs automàticament cada vegada que canvia el " #~ "filament" +#~ msgid "Multi-device Management (Take effect after restarting Orca Slicer)." +#~ msgstr "Gestió multidispositiu(Entra en vigor després de reiniciar Studio)." + #~ msgid "Auto arrange plate after object cloning" #~ msgstr "Organitza automàticament la placa després de la clonació d'objectes" @@ -21211,6 +21361,15 @@ msgstr "" #~ msgid "Associate URLs to OrcaSlicer" #~ msgstr "Associeu URLs a OrcaSlicer" +#~ msgid "Load Behaviour" +#~ msgstr "Carregar Comportament" + +#~ msgid "No warnings when loading 3MF with modified G-code" +#~ msgstr "No hi ha avisos en carregar 3MF amb Codis-G modificats" + +#~ msgid "Auto-Backup" +#~ msgstr "Còpia de seguretat automàtica" + #~ msgid "every" #~ msgstr "cada" @@ -21220,6 +21379,9 @@ msgstr "" #~ msgid "Dark Mode" #~ msgstr "Mode fosc" +#~ msgid "Enable Dark mode" +#~ msgstr "Habilitar el mode fosc" + #~ msgid "Home page and daily tips" #~ msgstr "Pàgina d'inici i consells diaris" @@ -21446,6 +21608,16 @@ msgstr "" #~ msgstr "" #~ "Eliminar els voladissos petits que possiblement no necessiten suports." +#~ msgid "Adaptive layer height" +#~ msgstr "Alçada de Capa Adaptativa" + +#~ msgid "" +#~ "Enabling this option means the height of tree support layer except the " +#~ "first will be automatically calculated." +#~ msgstr "" +#~ "Si activeu aquesta opció, l'alçada de la capa de suport en arbre, excepte " +#~ "la primera, es calcularà automàticament " + #~ msgid "" #~ "Only one of the results with the same name will be saved. Are you sure " #~ "you want to overwrite the other results?" diff --git a/localization/i18n/cs/OrcaSlicer_cs.po b/localization/i18n/cs/OrcaSlicer_cs.po index 89897bbe6f..1854e08ddc 100644 --- a/localization/i18n/cs/OrcaSlicer_cs.po +++ b/localization/i18n/cs/OrcaSlicer_cs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-10-26 10:38+0800\n" +"POT-Creation-Date: 2025-10-29 11:23+0100\n" "PO-Revision-Date: 2024-11-03 20:59+0100\n" "Last-Translator: René Mošner \n" "Language-Team: \n" @@ -2023,6 +2023,12 @@ msgstr "Nahradit STL souborem" msgid "Replace the selected part with new STL" msgstr "Nahradit vybranou část novým STL" +msgid "Replace all with STL" +msgstr "" + +msgid "Replace all selected parts with STL from folder" +msgstr "" + msgid "Change filament" msgstr "Změnit filament" @@ -2204,6 +2210,30 @@ msgstr "Smazat Podložku" msgid "Remove the selected plate" msgstr "Odstranit vybranou podložku" +msgid "Add instance" +msgstr "" + +msgid "Add one more instance of the selected object" +msgstr "" + +msgid "Remove instance" +msgstr "" + +msgid "Remove one instance of the selected object" +msgstr "" + +msgid "Set number of instances" +msgstr "" + +msgid "Change the number of instances of the selected object" +msgstr "" + +msgid "Fill bed with instances" +msgstr "" + +msgid "Fill the remaining area of bed with instances of the selected object" +msgstr "" + msgid "Clone" msgstr "Klonovat" @@ -2725,9 +2755,9 @@ msgid "Top" msgstr "Shora" msgid "" -"The fan controls the temperature during printing to improve print " -"quality.The system automatically adjusts the fan's switch and speed " -"according to different printing materials." +"The fan controls the temperature during printing to improve print quality." +"The system automatically adjusts the fan's switch and speed according to " +"different printing materials." msgstr "" msgid "" @@ -2992,7 +3022,25 @@ msgstr "Úspěšně odesláno. Automaticky přejde na další stránku za %ss" msgid "Access code:%s IP address:%s" msgstr "" -msgid "Storage needs to be inserted before printing via LAN." +msgid "A Storage needs to be inserted before printing via LAN." +msgstr "" + +msgid "" +"Sending print job over LAN, but the Storage in the printer is abnormal and " +"print-issues may be caused by this." +msgstr "" + +msgid "" +"The Storage in the printer is abnormal. Please replace it with a normal " +"Storage before sending print job to printer." +msgstr "" + +msgid "" +"The Storage in the printer is read-only. Please replace it with a normal " +"Storage before sending print job to printer." +msgstr "" + +msgid "Encountered an unknown error with the Storage status. Please try again." msgstr "" msgid "Sending G-code file over LAN" @@ -3008,6 +3056,21 @@ msgstr "Úspěšně odesláno. Zavřít aktuální stránku za %s s" msgid "Storage needs to be inserted before sending to printer." msgstr "" +msgid "" +"Sending G-code file over LAN, but the Storage in the printer is abnormal and " +"print-issues may be caused by this." +msgstr "" + +msgid "" +"The Storage in the printer is abnormal. Please replace it with a normal " +"Storage before sending to printer." +msgstr "" + +msgid "" +"The Storage in the printer is read-only. Please replace it with a normal " +"Storage before sending to printer." +msgstr "" + msgid "Importing SLA archive" msgstr "Importuje se SLA archiv" @@ -3873,6 +3936,7 @@ msgid "" "Reset to 0." msgstr "" +#, c-format, boost-format msgid "" "Lock depth should smaller than skin depth.\n" "Reset to 50% of skin depth." @@ -4844,7 +4908,7 @@ msgstr "Objem:" msgid "Size:" msgstr "Velikost:" -#, boost-format +#, c-format, boost-format msgid "" "Conflicts of G-code paths have been found at layer %d, z = %.2lf mm. Please " "separate the conflicted objects farther (%s <-> %s)." @@ -5364,15 +5428,12 @@ msgstr "Test Retrakce" msgid "Max flowrate" msgstr "Max. průtok" -msgid "Junction Deviation" -msgstr "" - -msgid "Junction Deviation calibration" -msgstr "" - msgid "Cornering" msgstr "" +msgid "Cornering calibration" +msgstr "" + msgid "Input Shaping Frequency" msgstr "" @@ -7012,6 +7073,34 @@ msgstr "Vyberte nový soubor" msgid "File for the replace wasn't selected" msgstr "Soubor pro nahrazení nebyl vybrán" +msgid "Select folder to replace from" +msgstr "" + +msgid "Directory for the replace wasn't selected" +msgstr "" + +msgid "Replaced with STLs from directory:\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: same file.\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: file does not exist.\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: failed to replace.\n" +msgstr "" + +#, boost-format +msgid "✔ Replaced %1%.\n" +msgstr "" + +msgid "Replaced volumes" +msgstr "" + msgid "Please select a file" msgstr "Vyberte prosím soubor" @@ -7489,7 +7578,7 @@ msgid "Set the page opened on startup." msgstr "" msgid "Enable dark mode" -msgstr "Povolit tmavý režim" +msgstr "" msgid "Allow only one OrcaSlicer instance" msgstr "" @@ -7559,7 +7648,7 @@ msgid "" msgstr "" msgid "Auto backup" -msgstr "Automatické zálohování" +msgstr "" msgid "" "Backup your project periodically for restoring from the occasional crash." @@ -7681,10 +7770,10 @@ msgid "" msgstr "" msgid "Login region" -msgstr "Región přihlášení" +msgstr "" msgid "Stealth mode" -msgstr "Tajný režim" +msgstr "" msgid "" "This stops the transmission of data to Bambu's cloud services. Users who " @@ -7770,6 +7859,14 @@ msgid "" "difference together." msgstr "" +msgid "Allow Abnormal Storage" +msgstr "" + +msgid "" +"This allows the use of Storage that is marked as abnormal by the Printer.\n" +"Use at your own risk, can cause issues!" +msgstr "" + msgid "Log Level" msgstr "Úroveň protokolu" @@ -8335,7 +8432,10 @@ msgid "" "information." msgstr "" -msgid "Storage is not available or is in read-only mode." +msgid "Storage needs to be inserted before printing via LAN." +msgstr "" + +msgid "Storage is in abnormal state or is in read-only mode." msgstr "" msgid "Storage needs to be inserted before printing." @@ -8713,8 +8813,8 @@ msgstr "" msgid "" "When recording timelapse without toolhead, it is recommended to add a " "\"Timelapse Wipe Tower\" \n" -"by right-click the empty position of build plate and choose \"Add " -"Primitive\"->\"Timelapse Wipe Tower\"." +"by right-click the empty position of build plate and choose \"Add Primitive" +"\"->\"Timelapse Wipe Tower\"." msgstr "" "Při nahrávání časosběru bez nástrojové hlavy se doporučuje přidat " "\"Timelapse Wipe Tower\" \n" @@ -9194,10 +9294,6 @@ msgstr "Čistící věž" msgid "Single extruder multi-material parameters" msgstr "Parametry jednoho multimateriálového extruderu" -#, c-format, boost-format -msgid "Extruder %d" -msgstr "" - msgid "" "This is a single extruder multi-material printer, diameters of all extruders " "will be set to the new value. Do you want to proceed?" @@ -9674,6 +9770,9 @@ msgid "" "nozzle type." msgstr "" +msgid "Storage is not available or is in read-only mode." +msgstr "" + #, c-format, boost-format msgid "" "The selected printer (%s) is incompatible with the chosen printer profile in " @@ -12945,8 +13044,8 @@ msgid "mm/s² or %" msgstr "mm/s² or %" msgid "" -"Acceleration of sparse infill. If the value is expressed as a percentage " -"(e.g. 100%), it will be calculated based on the default acceleration." +"Acceleration of sparse infill. If the value is expressed as a percentage (e." +"g. 100%), it will be calculated based on the default acceleration." msgstr "" "Zrychlení vnitřní výplně. Pokud je hodnota vyjádřena v procentech (např. 100 " "%), bude vypočítána na základě výchozího zrychlení." @@ -12983,6 +13082,9 @@ msgstr "Klipper max_accel_to_decel bude upraven na toto %% o zrychlení" msgid "Default jerk." msgstr "" +msgid "Junction Deviation" +msgstr "" + msgid "" "Marlin Firmware Junction Deviation (replaces the traditional XY Jerk " "setting)." @@ -13059,10 +13161,10 @@ msgstr "Maximální otáčky ventilátoru ve vrstvě" msgid "" "Fan speed will be ramped up linearly from zero at layer " -"\"close_fan_the_first_x_layers\" to maximum at layer " -"\"full_fan_speed_layer\". \"full_fan_speed_layer\" will be ignored if lower " -"than \"close_fan_the_first_x_layers\", in which case the fan will be running " -"at maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1." +"\"close_fan_the_first_x_layers\" to maximum at layer \"full_fan_speed_layer" +"\". \"full_fan_speed_layer\" will be ignored if lower than " +"\"close_fan_the_first_x_layers\", in which case the fan will be running at " +"maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1." msgstr "" "Otáčky ventilátoru se lineárně zvýší z nuly ve vrstvě " "\"close_fan_first_layers\" na maximum ve vrstvě \"full_fan_speed_layer\". " @@ -13949,7 +14051,9 @@ msgid "Maximum Junction Deviation" msgstr "" msgid "" -"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin Firmware)" +"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin " +"Firmware\n" +"If your Marlin 2 printer uses Classic Jerk set this value to 0.)" msgstr "" msgid "Minimum speed for extruding" @@ -14731,8 +14835,8 @@ msgid "Role base wipe speed" msgstr "Rychlost čištění podle role" msgid "" -"The wipe speed is determined by the speed of the current extrusion role. " -"e.g. if a wipe action is executed immediately following an outer wall " +"The wipe speed is determined by the speed of the current extrusion role. e." +"g. if a wipe action is executed immediately following an outer wall " "extrusion, the speed of the outer wall extrusion will be utilized for the " "wipe action." msgstr "" @@ -15414,16 +15518,6 @@ msgstr "" "převisům, ale podpěry se hůře odstraňují. Proto se doporučuje povolit vrchní " "kontaktní vrstvy podpěr namísto vysoké hodnoty hustoty větví." -msgid "Adaptive layer height" -msgstr "Adaptivní výška vrstvy" - -msgid "" -"Enabling this option means the height of tree support layer except the first " -"will be automatically calculated." -msgstr "" -"Povolení této možnosti znamená, že výška stromové podpůrné vrstvy kromě " -"první bude automaticky vypočtena " - msgid "Auto brim width" msgstr "Automatická šířka límce" @@ -15515,8 +15609,8 @@ msgstr "Aktivovat řízení teploty" msgid "" "Enable this option for automated chamber temperature control. This option " -"activates the emitting of an M191 command before the " -"\"machine_start_gcode\"\n" +"activates the emitting of an M191 command before the \"machine_start_gcode" +"\"\n" " which sets the chamber temperature and waits until it is reached. In " "addition, it emits an M141 command at the end of the print to turn off the " "chamber heater, if present.\n" @@ -16360,11 +16454,11 @@ msgid "Debug level" msgstr "Úroveň ladění" msgid "" -"Sets debug logging level. 0:fatal, 1:error, 2:warning, 3:info, 4:debug, " -"5:trace\n" +"Sets debug logging level. 0:fatal, 1:error, 2:warning, 3:info, 4:debug, 5:" +"trace\n" msgstr "" -"Nastaví úroveň protokolování ladění. 0:fatal, 1:error, 2:warning, 3:info, " -"4:debug, 5:sledovat\n" +"Nastaví úroveň protokolování ladění. 0:fatal, 1:error, 2:warning, 3:info, 4:" +"debug, 5:sledovat\n" msgid "Enable timelapse for print" msgstr "" @@ -16806,8 +16900,8 @@ msgstr "Nahraný soubor nemohl být načten, protože je prázdný" msgid "" "Unknown file format. Input file must have .stl, .obj, .amf(.xml) extension." msgstr "" -"Neznámý formát souboru. Vstupní soubor musí mít příponu .stl, .obj " -"nebo .amf(.xml)" +"Neznámý formát souboru. Vstupní soubor musí mít příponu .stl, .obj nebo ." +"amf(.xml)" msgid "Unknown file format. Input file must have .3mf or .zip.amf extension." msgstr "" @@ -17456,6 +17550,12 @@ msgstr "" msgid "Comma-separated list of printing speeds" msgstr "" +msgid "Pressure Advance Guide" +msgstr "" + +msgid "Adaptive Pressure Advance Guide" +msgstr "" + msgid "" "Please input valid values:\n" "Start PA: >= 0.0\n" @@ -17503,6 +17603,9 @@ msgstr "Konec konce: " msgid "Temp step: " msgstr "Teplotní krok: " +msgid "Wiki Guide: Temperature Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "Start temp: <= 350\n" @@ -17519,6 +17622,9 @@ msgstr "Spustit objemovou rychlost: " msgid "End volumetric speed: " msgstr "Konec objemové rychlosti: " +msgid "Wiki Guide: Volumetric Speed Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "start > 0\n" @@ -17539,6 +17645,9 @@ msgstr "Počáteční rychlost: " msgid "End speed: " msgstr "Koncová rychlost: " +msgid "Wiki Guide: VFA" +msgstr "" + msgid "" "Please input valid values:\n" "start > 10\n" @@ -17556,6 +17665,9 @@ msgstr "Délka retrakce na začátku: " msgid "End retraction length: " msgstr "Délka retrakce na konci: " +msgid "Wiki Guide: Retraction Calibration" +msgstr "" + msgid "Input shaping Frequency test" msgstr "" @@ -17591,6 +17703,9 @@ msgid "" "This will use the printer's default or saved value." msgstr "" +msgid "Wiki Guide: Input Shaping Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "(0 < FreqStart < FreqEnd < 500)" @@ -17626,27 +17741,52 @@ msgid "" "Please input a valid damping factor (0 <= DampingStart < DampingEnd <= 1)" msgstr "" -msgid "Junction Deviation test" +msgid "Cornering test" msgstr "" -msgid "Start junction deviation: " +msgid "SCV-V2" msgstr "" -msgid "End junction deviation: " +msgid "Start: " msgstr "" -msgid "Junction Deviation settings" +msgid "End: " msgstr "" -msgid "Note: Lower values = sharper corners but slower speeds" +msgid "Cornering settings" +msgstr "" + +msgid "Note: Lower values = sharper corners but slower speeds.\n" msgstr "" msgid "" -"Please input valid values:\n" -"(0 <= Junction Deviation < 1)" +"Marlin 2 Junction Deviation detected:\n" +"To test Classic Jerk, set 'Maximum Junction Deviation' in Motion ability to " +"0." msgstr "" -msgid "NOTE: High values may cause Layer shift" +msgid "" +"Marlin 2 Classic Jerk detected:\n" +"To test Junction Deviation, set 'Maximum Junction Deviation' in Motion " +"ability to a value > 0." +msgstr "" + +msgid "" +"RepRap detected: Jerk in mm/s.\n" +"OrcaSlicer will convert the values to mm/min when necessary." +msgstr "" + +msgid "Wiki Guide: Cornering Calibration" +msgstr "" + +#, c-format, boost-format +msgid "" +"Please input valid values:\n" +"(0 <= Cornering <= %s)" +msgstr "" + +#, c-format, boost-format +msgid "NOTE: High values may cause Layer shift (>%s)" msgstr "" msgid "Send G-code to printer host" @@ -17895,8 +18035,8 @@ msgid "" msgstr "" msgid "" -"We would rename the presets as \"Vendor Type Serial @printer you " -"selected\".\n" +"We would rename the presets as \"Vendor Type Serial @printer you selected" +"\".\n" "To add preset for more printers, please go to printer selection" msgstr "" @@ -18264,8 +18404,8 @@ msgid "nozzle size memorized: %d" msgstr "" msgid "" -"The size of nozzle type in preset is not consistent with memorized " -"nozzle.Did you change your nozzle lately ? " +"The size of nozzle type in preset is not consistent with memorized nozzle." +"Did you change your nozzle lately ? " msgstr "" #, c-format, boost-format @@ -19272,8 +19412,8 @@ msgid "" msgstr "" "Plochou na podložku\n" "Věděli jste, že můžete rychle nastavit orientaci modelu tak, aby jedna z " -"jeho stěn spočívala na tiskovém podloží? Vyberte funkci \"Plochou na " -"podložku\" nebo stiskněte klávesu F." +"jeho stěn spočívala na tiskovém podloží? Vyberte funkci \"Plochou na podložku" +"\" nebo stiskněte klávesu F." #: resources/data/hints.ini: [hint:Object List] msgid "" @@ -19728,6 +19868,12 @@ msgstr "" #~ msgid "General Settings" #~ msgstr "Obecná nastavení" +#~ msgid "Login Region" +#~ msgstr "Región přihlášení" + +#~ msgid "Stealth Mode" +#~ msgstr "Tajný Režim" + #~ msgid "Show \"Tip of the day\" notification after start" #~ msgstr "Zobrazovat \"Tip dne\" po spuštění" @@ -19743,6 +19889,9 @@ msgstr "" #~ msgid "System Sync" #~ msgstr "Synchronizace systému" +#~ msgid "Auto-Backup" +#~ msgstr "Automatické zálohování" + #~ msgid "every" #~ msgstr "každých" @@ -19752,6 +19901,9 @@ msgstr "" #~ msgid "Dark Mode" #~ msgstr "Tmavý režim" +#~ msgid "Enable Dark mode" +#~ msgstr "Povolit tmavý režim" + #~ msgid "Home page and daily tips" #~ msgstr "Domovská stránka a denní tipy" @@ -19878,6 +20030,16 @@ msgstr "" #~ msgid "Remove small overhangs that possibly need no supports." #~ msgstr "Odstranit malé převisy, které pravděpodobně nepotřebují podpěry." +#~ msgid "Adaptive layer height" +#~ msgstr "Adaptivní výška vrstvy" + +#~ msgid "" +#~ "Enabling this option means the height of tree support layer except the " +#~ "first will be automatically calculated." +#~ msgstr "" +#~ "Povolení této možnosti znamená, že výška stromové podpůrné vrstvy kromě " +#~ "první bude automaticky vypočtena " + #~ msgid "External Spool" #~ msgstr "Externí cívka" @@ -20542,12 +20704,12 @@ msgstr "" #~ "Najdete podrobnosti o kalibraci průtoku dynamiky v naší wiki.\n" #~ "\n" #~ "Obvykle kalibrace není potřebná. Při spuštění tisku s jednobarevným/" -#~ "materiálovým filamentem a zaškrtnutou volbou \"kalibrace průtoku " -#~ "dynamiky\" v menu spuštění tisku, tiskárna bude postupovat podle staré " -#~ "metody a zkalibruje filament před tiskem. Při spuštění tisku s " -#~ "vícebarevným/materiálovým filamentem bude tiskárna při každé změně " -#~ "filamentu používat výchozí kompenzační parametr pro filament, což má " -#~ "většinou dobrý výsledek.\n" +#~ "materiálovým filamentem a zaškrtnutou volbou \"kalibrace průtoku dynamiky" +#~ "\" v menu spuštění tisku, tiskárna bude postupovat podle staré metody a " +#~ "zkalibruje filament před tiskem. Při spuštění tisku s vícebarevným/" +#~ "materiálovým filamentem bude tiskárna při každé změně filamentu používat " +#~ "výchozí kompenzační parametr pro filament, což má většinou dobrý " +#~ "výsledek.\n" #~ "\n" #~ "Všimněte si, že existují některé případy, které mohou způsobit, že " #~ "výsledek kalibrace nebude spolehlivý: použití texturované podložky pro " diff --git a/localization/i18n/de/OrcaSlicer_de.po b/localization/i18n/de/OrcaSlicer_de.po index 8eaf852d8e..309e4f7910 100644 --- a/localization/i18n/de/OrcaSlicer_de.po +++ b/localization/i18n/de/OrcaSlicer_de.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: Orca Slicer\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-10-26 10:38+0800\n" +"POT-Creation-Date: 2025-10-29 11:23+0100\n" "PO-Revision-Date: \n" "Last-Translator: Heiko Liebscher \n" "Language-Team: \n" @@ -18,46 +18,36 @@ msgid "" "The filament may not be compatible with the current machine settings. " "Generic filament presets will be used." msgstr "" -"Das Filament ist möglicherweise nicht mit den aktuellen " -"Maschineneinstellungen kompatibel. Es werden generische Filament-" -"Voreinstellungen verwendet." msgid "" "The filament model is unknown. Still using the previous filament preset." -msgstr "Das Filamentmodell ist unbekannt. Es wird weiterhin die vorherige " +msgstr "" msgid "The filament model is unknown. Generic filament presets will be used." msgstr "" -"Das Filamentmodell ist unbekannt. Es werden generische Filament-" -"Voreinstellungen verwendet." msgid "" "The filament may not be compatible with the current machine settings. A " "random filament preset will be used." msgstr "" -"Das Filament ist möglicherweise nicht mit den aktuellen " -"Maschineneinstellungen kompatibel. Es wird eine zufällige Filament-" -"Voreinstellung verwendet." msgid "The filament model is unknown. A random filament preset will be used." msgstr "" -"Das Filamentmodell ist unbekannt. Es wird eine zufällige Filament-" -"Voreinstellung verwendet." msgid "right" -msgstr "rechts" +msgstr "" msgid "left" -msgstr "links" +msgstr "" msgid "right extruder" -msgstr "rechter Extruder" +msgstr "" msgid "left extruder" -msgstr "linker Extruder" +msgstr "" msgid "extruder" -msgstr "Extruder" +msgstr "" msgid "TPU is not supported by AMS." msgstr "TPU wird von AMS nicht unterstützt." @@ -71,15 +61,11 @@ msgstr "" msgid "Damp PVA is flexible and may get stuck in extruder. Dry it before use." msgstr "" -"Feuchtes PVA ist flexibel und kann im Extruder stecken bleiben.Bitte " -"trocknen Sie es vor der Verwendung." msgid "" "The rough surface of PLA Glow can accelerate wear on the AMS system, " "particularly on the internal components of the AMS Lite." msgstr "" -"Die raue Oberfläche von PLA Glow kann den Verschleiß des AMS-Systems " -"beschleunigen, insbesondere der internen Komponenten des AMS Lite." msgid "" "CF/GF filaments are hard and brittle, it's easy to break or get stuck in " @@ -90,17 +76,13 @@ msgstr "" msgid "PPS-CF is brittle and could break in bended PTFE tube above Toolhead." msgstr "" -"PPS-CF ist spröde und könnte im gebogenen PTFE-Schlauch über dem " -"Werkzeugkopf brechen." msgid "PPA-CF is brittle and could break in bended PTFE tube above Toolhead." msgstr "" -"PPA-CF ist spröde und könnte im gebogenen PTFE-Schlauch über dem " -"Werkzeugkopf brechen." #, c-format, boost-format msgid "%s is not supported by %s extruder." -msgstr "%s wird vom %s Extruder nicht unterstützt." +msgstr "" msgid "Current AMS humidity" msgstr "Aktuelle AMS-Feuchtigkeit" @@ -122,7 +104,7 @@ msgstr "Inaktiv" #, c-format, boost-format msgid "%d ℃" -msgstr "%d ℃" +msgstr "" msgid "Serial:" msgstr "Seriennummer:" @@ -326,13 +308,13 @@ msgid "Brush shape" msgstr "Pinselform" msgid "Add fuzzy skin" -msgstr "Fuzzy Skin hinzufügen" +msgstr "" msgid "Remove fuzzy skin" -msgstr "Fuzzy Skin entfernen" +msgstr "" msgid "Reset selection" -msgstr "Auswahl zurücksetzen" +msgstr "" msgid "Move" msgstr "Bewegen" @@ -419,7 +401,7 @@ msgid "World coordinates" msgstr "Weltkoordinaten" msgid "Translate(Relative)" -msgstr "Verschieben (relativ)" +msgstr "" msgid "Reset current rotation to the value when open the rotation tool." msgstr "" @@ -2213,10 +2195,10 @@ msgid "Edit" msgstr "Bearbeiten" msgid "Delete this filament" -msgstr "Diesen Filament löschen" +msgstr "" msgid "Merge with" -msgstr "Zusammenführen mit" +msgstr "" msgid "Select All" msgstr "Alle auswählen" @@ -2255,28 +2237,28 @@ msgid "Remove the selected plate" msgstr "Aktuelle Druckplatte entfernen" msgid "Add instance" -msgstr "Instanz hinzufügen" +msgstr "" msgid "Add one more instance of the selected object" -msgstr "Füge eine weitere Instanz des ausgewählten Objekts hinzu" +msgstr "" msgid "Remove instance" -msgstr "Instanz entfernen" +msgstr "" msgid "Remove one instance of the selected object" -msgstr "Entferne eine Instanz des ausgewählten Objekts" +msgstr "" msgid "Set number of instances" -msgstr "Anzahl der Instanzen festlegen" +msgstr "" msgid "Change the number of instances of the selected object" -msgstr "Ändern der Anzahl der Instanzen des ausgewählten Objekts" +msgstr "" msgid "Fill bed with instances" -msgstr "Bett mit Instanzen füllen" +msgstr "" msgid "Fill the remaining area of bed with instances of the selected object" -msgstr "Füllen des verbleibenden Bettbereich mit Instanzen des ausgewählten Objekts" +msgstr "" msgid "Clone" msgstr "Duplizieren" @@ -2294,10 +2276,10 @@ msgid "Edit Process Settings" msgstr "Prozesseinstellungen" msgid "Copy Process Settings" -msgstr "Kopiere Prozesseinstellungen" +msgstr "" msgid "Paste Process Settings" -msgstr "Füge Prozesseinstellungen ein" +msgstr "" msgid "Edit print parameters for a single object" msgstr "Druckparameter für ein einzelnes Objekt bearbeiten" @@ -2438,18 +2420,6 @@ msgstr "" "Um mit massiven Teilen oder negativen Volumen zu arbeiten, \n" "müssen Sie zuerst die Schnittinformationen ungültig machen." -msgid "✖ Skipped %1%: %2%, same file\n" -msgstr "✖ %1% übersprungen: %2%, gleiche Datei\n" - -msgid "✖ Skipped %1%: %2% does not exist.\n" -msgstr "✖ %1% übersprungen: %2% existiert nicht.\n" - -msgid "✔ Replaced %1% with %2%\n" -msgstr "✔ %1% durch %2% ersetzt\n" - -msgid "✖ Skipped %1%: failed to replace.\n" -msgstr "✖ %1% übersprungen: Ersetzen fehlgeschlagen.\n" - msgid "Delete all connectors" msgstr "Lösche alle Verbinder" @@ -2752,7 +2722,7 @@ msgid "Connecting..." msgstr "Verbinden..." msgid "Auto-refill" -msgstr "Automatisches Nachfüllen" +msgstr "" msgid "Load" msgstr "Laden" @@ -2771,21 +2741,17 @@ msgid "" "Filament type is unknown which is required to perform this action. Please " "set target filament's informations." msgstr "" -"Der Filamenttyp ist unbekannt, der für diese Aktion erforderlich ist. Bitte " -"legen Sie die Informationen des Zielfilaments fest." msgid "" "Changing fan speed during printing may affect print quality, please choose " "carefully." msgstr "" -"Das Ändern der Lüftergeschwindigkeit während des Druckens kann die " -"Druckqualität beeinflussen. Bitte wählen Sie sorgfältig." msgid "Change Anyway" -msgstr "Trotzdem ändern" +msgstr "" msgid "Off" -msgstr "Aus" +msgstr "" msgid "Filter" msgstr "Filter" @@ -2794,109 +2760,94 @@ msgid "" "Enabling filtration redirects the right fan to filter gas, which may reduce " "cooling performance." msgstr "" -"Die Aktivierung der Filtration leitet den rechten Lüfter um, um Gas zu " -"filtern, was die Kühlleistung verringern kann." msgid "" "Enabling filtration during printing may reduce cooling and affect print " "qulity. Please choose carefully" msgstr "" -"Die Aktivierung der Filtration während des Druckens kann die Kühlung " -"verringern und die Druckqualität beeinträchtigen. Bitte wählen Sie sorgfältig" msgid "" "The selected material only supports the current fan mode, and it can't be " "changed during printing." msgstr "" -"Das ausgewählte Material unterstützt nur den aktuellen Lüftermodus und kann " -"während des Druckens nicht geändert werden." msgid "Cooling" msgstr "Kühlung" msgid "Heating" -msgstr "Heizung" +msgstr "" msgid "Exhaust" -msgstr "Abluft" +msgstr "" msgid "Full Cooling" -msgstr "Volle Kühlung" +msgstr "" msgid "Init" -msgstr "Initialisierung" +msgstr "" msgid "Chamber" -msgstr "Kammer" +msgstr "" msgid "Innerloop" -msgstr "Innenkreislauf" +msgstr "" #. TRN To be shown in the main menu View->Top msgid "Top" msgstr "Oben" msgid "" -"The fan controls the temperature during printing to improve print " -"quality.The system automatically adjusts the fan's switch and speed " -"according to different printing materials." +"The fan controls the temperature during printing to improve print quality." +"The system automatically adjusts the fan's switch and speed according to " +"different printing materials." msgstr "" -"Der Lüfter steuert die Temperatur während des Druckens, um die Druckqualität " -"zu verbessern. Das System passt das Ein- und Ausschalten sowie die " -"Geschwindigkeit des Lüfters automatisch an verschiedene Druckmaterialien an." msgid "" "Cooling mode is suitable for printing PLA/PETG/TPU materials and filters the " "chamber air." msgstr "" -"Die Kühlmodus ist geeignet für den Druck von PLA/PETG/TPU-Materialien und " -"filtert die Kammerluft." msgid "" "Heating mode is suitable for printing ABS/ASA/PC/PA materials and circulates " "filters the chamber air." msgstr "" -"Der Heizmodus ist geeignet für den Druck von ABS/ASA/PC/PA-Materialien und " -"zirkuliert die Kammerluft." msgid "" "Strong cooling mode is suitable for printing PLA/TPU materials. In this " "mode, the printouts will be fully cooled." msgstr "" -"Der starke Kühlmodus ist geeignet für den Druck von PLA/TPU-Materialien. In " -"diesem Modus werden die Drucke vollständig gekühlt." msgid "Cooling mode is suitable for printing PLA/PETG/TPU materials." -msgstr "Kühlmodus ist geeignet für den Druck von PLA/PETG/TPU-Materialien." +msgstr "" msgctxt "air_duct" msgid "Right(Aux)" -msgstr "Rechts(Aux)" +msgstr "" msgctxt "air_duct" msgid "Right(Filter)" -msgstr "Rechts(Filter)" +msgstr "" msgid "Hotend" -msgstr "Hotend" +msgstr "" msgid "Parts" -msgstr "Teile" +msgstr "" msgid "Aux" msgstr "Aux" msgid "Nozzle1" -msgstr "Düse1" +msgstr "" msgid "MC Board" -msgstr "MC Board" +msgstr "" msgid "Heat" -msgstr "Heizen" +msgstr "" msgid "Fan" -msgstr "Lüfter" +msgstr "" msgid "Idling..." msgstr "Pause..." @@ -2926,10 +2877,10 @@ msgid "Check filament location" msgstr "Überprüfen Sie das Filament" msgid "The maximum temperature cannot exceed " -msgstr "Die maximale Temperatur darf nicht überschritten werden " +msgstr "" msgid "The minmum temperature should not be less than " -msgstr "Die minimale Temperatur sollte nicht weniger als " +msgstr "" msgid "" "All the selected objects are on a locked plate.\n" @@ -3118,8 +3069,26 @@ msgstr "Erfolgreich gesendet. Springt automatisch auf die nächste Seite in %ss" msgid "Access code:%s IP address:%s" msgstr "Zugriffscode:%s IP-Adresse:%s" -msgid "Storage needs to be inserted before printing via LAN." -msgstr "Speicher muss vor dem Drucken über LAN eingelegt werden." +msgid "A Storage needs to be inserted before printing via LAN." +msgstr "" + +msgid "" +"Sending print job over LAN, but the Storage in the printer is abnormal and " +"print-issues may be caused by this." +msgstr "" + +msgid "" +"The Storage in the printer is abnormal. Please replace it with a normal " +"Storage before sending print job to printer." +msgstr "" + +msgid "" +"The Storage in the printer is read-only. Please replace it with a normal " +"Storage before sending print job to printer." +msgstr "" + +msgid "Encountered an unknown error with the Storage status. Please try again." +msgstr "" msgid "Sending G-code file over LAN" msgstr "Sende Gcode-Datei über LAN" @@ -3132,7 +3101,22 @@ msgid "Successfully sent. Close current page in %s s" msgstr "Erfolgreich gesendet. Aktuelle Seite wird in %s s geschlossen" msgid "Storage needs to be inserted before sending to printer." -msgstr "Speicher muss vor dem Senden an den Drucker eingelegt werden." +msgstr "" + +msgid "" +"Sending G-code file over LAN, but the Storage in the printer is abnormal and " +"print-issues may be caused by this." +msgstr "" + +msgid "" +"The Storage in the printer is abnormal. Please replace it with a normal " +"Storage before sending to printer." +msgstr "" + +msgid "" +"The Storage in the printer is read-only. Please replace it with a normal " +"Storage before sending to printer." +msgstr "" msgid "Importing SLA archive" msgstr "SLA-Archiv importieren" @@ -3308,9 +3292,6 @@ msgid "" "the filament.\n" "'Device -> Print parts'" msgstr "" -"Der Düsenfluss ist nicht eingestellt. Bitte stellen Sie die Düsenflussrate " -"ein, bevor Sie das Filament bearbeiten.\n" -"'Gerät -> Druckteile'" msgid "AMS" msgstr "AMS" @@ -3395,7 +3376,7 @@ msgid "Step" msgstr "Schritt" msgid "Unmapped" -msgstr "nicht zugeordnet" +msgstr "" msgid "" "Upper half area: Original\n" @@ -3403,40 +3384,30 @@ msgid "" "unmapped.\n" "And you can click it to modify" msgstr "" -"Obere Hälfte Bereich: Original\n" -"Untere Hälfte Bereich: Das Filament aus dem Originalprojekt wird verwendet, " -"wenn es nicht zugeordnet ist.\n" -"Und Sie können darauf klicken, um es zu ändern" msgid "" "Upper half area: Original\n" "Lower half area: Filament in AMS\n" "And you can click it to modify" msgstr "" -"Obere Hälfte Bereich: Original\n" -"Untere Hälfte Bereich: Filament im AMS\n" -"Und Sie können darauf klicken, um es zu ändern" msgid "" "Upper half area: Original\n" "Lower half area: Filament in AMS\n" "And you cannot click it to modify" msgstr "" -"Obere Hälfte Bereich: Original\n" -"Untere Hälfte Bereich: Filament im AMS\n" -"Und Sie können nicht darauf klicken, um es zu ändern" msgid "AMS Slots" msgstr "AMS Slots" msgid "Please select from the following filaments" -msgstr "Bitte wählen Sie aus den folgenden Filamenten" +msgstr "" msgid "Select filament that installed to the left nozzle" -msgstr "wählen Sie das Filament aus, das in die linke Düse eingesetzt ist" +msgstr "" msgid "Select filament that installed to the right nozzle" -msgstr "wählen Sie das Filament aus, das in die rechte Düse eingesetzt ist" +msgstr "" msgid "Left AMS" msgstr "Linker AMS-Slot" @@ -3445,22 +3416,22 @@ msgid "External" msgstr "Extern" msgid "Reset current filament mapping" -msgstr "Aktuelle Filamentzuordnung zurücksetzen" +msgstr "" msgid "Right AMS" msgstr "Rechter AMS-Slot" msgid "Left Nozzle" -msgstr "Linke Düse" +msgstr "" msgid "Right Nozzle" -msgstr "Rechte Düse" +msgstr "" msgid "Nozzle" msgstr "Düse" msgid "Ext" -msgstr "Ext" +msgstr "" #, c-format, boost-format msgid "" @@ -3468,22 +3439,15 @@ msgid "" "slicing file. If you want to use this slot, you can install %s instead of %s " "and change slot information on the 'Device' page." msgstr "" -"Hinweis: Der Filamenttyp(%s) stimmt nicht mit dem Filamenttyp(%s) in der " -"Slicing-Datei überein. Wenn Sie diesen Slot verwenden möchten, können Sie %s " -"anstelle von %s installieren und die Slot-Informationen auf der Seite " -"'Gerät' ändern." #, c-format, boost-format msgid "" "Note: the slot is empty or undefined. If you want to use this slot, you can " "install %s and change slot information on the 'Device' page." msgstr "" -"Hinweis: Der Slot ist leer oder undefiniert. Wenn Sie diesen Slot verwenden " -"möchten, können Sie %s installieren und die Slot-Informationen auf der Seite " -"'Gerät' ändern." msgid "Note: Only filament-loaded slots can be selected." -msgstr "Hinweis: Es können nur mit Filament geladene Slots ausgewählt werden." +msgstr "" msgid "Enable AMS" msgstr "AMS aktivieren" @@ -3553,7 +3517,7 @@ msgstr "" "Reihenfolge weiter." msgid "Identical filament: same brand, type and color" -msgstr "Identisches Filament: gleiche Marke, Typ und Farbe" +msgstr "" msgid "Group" msgstr "Gruppe" @@ -3562,8 +3526,6 @@ msgid "" "When the current material runs out, the printer would use identical filament " "to continue printing." msgstr "" -"Wenn das aktuelle Material leer ist, verwendet der Drucker identisches " -"Filament um weiter zu drucken" msgid "The printer does not currently support auto refill." msgstr "Der Drucker unterstützt derzeit kein automatisches Nachfüllen." @@ -3579,9 +3541,6 @@ msgid "" "to continue printing.\n" "*Identical filament: same brand, type and color." msgstr "" -"Wenn das aktuelle Filament leer ist, verwendet der Drucker identisches " -"Filament um weiter zu drucken.\n" -"*Identisches Filament: gleiche Marke, Typ und Farbe." msgid "DRY" msgstr "Trocken" @@ -3646,7 +3605,6 @@ msgid "" "AMS will attempt to estimate the remaining capacity of the Bambu Lab " "filaments." msgstr "" -"AMS versucht, die verbleibende Kapazität der Bambu Lab Filamente zu schätzen." msgid "AMS filament backup" msgstr "AMS Filament Backup" @@ -3908,11 +3866,11 @@ msgstr "Druckbettform" #, c-format, boost-format msgid "A minimum temperature above %d℃ is recommended for %s.\n" -msgstr "eine Mindesttemperatur über %d℃ wird für %s empfohlen.\n" +msgstr "" #, c-format, boost-format msgid "A maximum temperature below %d℃ is recommended for %s.\n" -msgstr "eine Höchsttemperatur unter %d℃ wird für %s empfohlen.\n" +msgstr "" msgid "" "The recommended minimum temperature cannot be higher than the recommended " @@ -4074,6 +4032,7 @@ msgstr "" "seam_slope_start_height muss kleiner als layer_height sein.\n" "auf 0 gesetzt" +#, fuzzy, c-format, boost-format msgid "" "Lock depth should smaller than skin depth.\n" "Reset to 50% of skin depth." @@ -4104,10 +4063,6 @@ msgid "" "detection by probing is disabled, top shell layers is 0, sparse infill " "density is 0 and timelapse type is traditional." msgstr "" -"Der Spiralmodus funktioniert nur, wenn die Wandschleifen 1 sind, die Stütze " -"deaktiviert ist, die Klumpenerkennung durch Abtasten deaktiviert ist, die " -"oberen Schichtlagen 0 sind, die Dichte der spärlichen Füllung 0 ist und der " -"Zeitraffertyp traditionell ist." msgid " But machines with I3 structure will not generate timelapse videos." msgstr " Maschinen mit I3-Struktur erzeugen jedoch keine Zeitraffer-Videos." @@ -4140,13 +4095,13 @@ msgid "M400 pause" msgstr "M400 Pause" msgid "Paused (filament ran out)" -msgstr "Pausiert (Filament leer)" +msgstr "" msgid "Heating nozzle" -msgstr "Düse wird erhitzt" +msgstr "" msgid "Calibrating dynamic flow" -msgstr "Kalibrierung des dynamischen Flusses" +msgstr "" msgid "Scanning bed surface" msgstr "Scan der Druckbettoberfläche" @@ -4170,28 +4125,28 @@ msgid "Checking extruder temperature" msgstr "Überprüfen der Extruder Temperatur" msgid "Paused by the user" -msgstr "Vom Benutzer pausiert" +msgstr "" msgid "Pause (front cover fall off)" -msgstr "Pause (Frontabdeckung abgefallen)" +msgstr "" msgid "Calibrating the micro lidar" msgstr "Kalibrierung des Mikro-Lidars" msgid "Calibrating flow ratio" -msgstr "Kalibrierung des Flussverhältnisses" +msgstr "" msgid "Pause (nozzle temperature malfunction)" -msgstr "Pause (Düsentemperaturstörung)" +msgstr "" msgid "Pause (heatbed temperature malfunction)" -msgstr "Pause (Heizbetttemperaturstörung)" +msgstr "" msgid "Filament unloading" msgstr "Entladen des Filaments" msgid "Pause (step loss)" -msgstr "Pause (Schrittverlust)" +msgstr "" msgid "Filament loading" msgstr "Laden des Filaments" @@ -4200,103 +4155,103 @@ msgid "Motor noise cancellation" msgstr "Motorgeräuschunterdrückung" msgid "Pause (AMS offline)" -msgstr "Pause (AMS nicht erreichbar)" +msgstr "" msgid "Pause (low speed of the heatbreak fan)" -msgstr "Pause (zu kleine Geschwindigkeit des Heatbreak-Lüfters)" +msgstr "" msgid "Pause (chamber temperature control problem)" -msgstr "Pause (Kammertemperaturregelungsproblem)" +msgstr "" msgid "Cooling chamber" msgstr "Kühlung der Kammer" msgid "Pause (G-code inserted by user)" -msgstr "Pause (vom Benutzer eingefügter G-Code)" +msgstr "" msgid "Motor noise showoff" msgstr "Motorgeräusch-Showoff" msgid "Pause (nozzle clumping)" -msgstr "Pause (Düsenverklumpung)" +msgstr "" msgid "Pause (cutter error)" -msgstr "Pause (Schneidfehler)" +msgstr "" msgid "Pause (first layer error)" -msgstr "Pause (Fehler in der ersten Schicht)" +msgstr "" msgid "Pause (nozzle clog)" -msgstr "Pause (Düsenverstopfung)" +msgstr "" msgid "Measuring motion percision" -msgstr "Messung der Bewegungspräzision" +msgstr "" msgid "Enhancing motion percision" -msgstr "Verbesserung der Bewegungspräzision" +msgstr "" msgid "Measure motion accuracy" -msgstr "Messung der Bewegungsgenauigkeit" +msgstr "" msgid "Nozzle offset calibration" -msgstr "Kalibrierung des Düsenversatzes" +msgstr "" msgid "high temperature auto bed levelling" -msgstr "Automatische Druckbettnivellierung bei hoher Temperatur" +msgstr "" msgid "Auto Check: Quick Release Lever" -msgstr "Automatische Überprüfung: Schnellspannhebel" +msgstr "" msgid "Auto Check: Door and Upper Cover" -msgstr "Automatische Überprüfung: Tür und obere Abdeckung" +msgstr "" msgid "Laser Calibration" -msgstr "Laser Kalibrierung" +msgstr "" msgid "Auto Check: Platform" -msgstr "Automatische Überprüfung: Plattform" +msgstr "" msgid "Confirming BirdsEye Camera location" -msgstr "Bestätigung des BirdsEye-Kamerastandorts" +msgstr "" msgid "Calibrating BirdsEye Camera" -msgstr "Kalibrierung der BirdsEye-Kamera" +msgstr "" msgid "Auto bed leveling -phase 1" -msgstr "Automatische Druckbettnivellierung - Phase 1" +msgstr "" msgid "Auto bed leveling -phase 2" -msgstr "Automatische Druckbettnivellierung - Phase 2" +msgstr "" msgid "Heating chamber" -msgstr "Kammer wird erhitzt" +msgstr "" msgid "Cooling heatbed" -msgstr "Heizbett wird gekühlt" +msgstr "" msgid "Printing calibration lines" -msgstr "Drucke Kalibrierungslinien" +msgstr "" msgid "Auto Check: Material" -msgstr "Automatische Überprüfung: Material" +msgstr "" msgid "Live View Camera Calibration" -msgstr "Kalibrierung der Live-View-Kamera" +msgstr "" msgid "Waiting for heatbed to reach target temperature" -msgstr "Warten darauf, dass das Heizbett die Zieltemperatur erreicht" +msgstr "" msgid "Auto Check: Material Position" -msgstr "Automatische Überprüfung: Materialposition" +msgstr "" msgid "Cutting Module Offset Calibration" -msgstr "Kalibrierung des Schneidmodulversatzes" +msgstr "" msgid "Measuring Surface" -msgstr "Oberfläche wird vermessen" +msgstr "" msgid "Thermal Preconditioning for first layer optimization" -msgstr "Thermische Vorkonditionierung zur Optimierung der ersten Schicht" +msgstr "" msgid "Unknown" msgstr "Unbekannt" @@ -4314,26 +4269,21 @@ msgid "Update failed." msgstr "Update fehlgeschlagen." msgid "Timelapse is not supported on this printer." -msgstr "Zeitraffer wird auf diesem Drucker nicht unterstützt." +msgstr "" msgid "Timelapse is not supported while the storage does not exist." msgstr "" -"Zeitraffer wird nicht unterstützt, wenn der Speicher nicht vorhanden ist." msgid "Timelapse is not supported while the storage is unavailable." msgstr "" -"Zeitraffer wird nicht unterstützt, wenn der Speicher nicht verfügbar ist." msgid "Timelapse is not supported while the storage is readonly." msgstr "" -"Zeitraffer wird nicht unterstützt, wenn der Speicher schreibgeschützt ist." msgid "" "To ensure your safety, certain processing tasks (such as laser) can only be " "resumed on printer." msgstr "" -"Um Ihre Sicherheit zu gewährleisten, können bestimmte Verarbeitungsvorgänge " -"(z. B. Laser) nur am Drucker fortgesetzt werden." #, c-format, boost-format msgid "" @@ -4341,35 +4291,23 @@ msgid "" "Please wait until the chamber temperature drops below %d℃. You may open the " "front door or enable fans to cool down." msgstr "" -"Die Kammertemperatur ist zu hoch, was dazu führen kann, dass das Filament " -"erweicht. Bitte warten Sie, bis die Kammertemperatur unter %d℃ sinkt. Sie " -"können die Vorderseite öffnen oder Lüfter einschalten, um die Kammer zu " -"kühlen." #, c-format, boost-format msgid "" "AMS temperature is too high, which may cause the filament to soften. Please " "wait until the AMS temperature drops below %d℃." msgstr "" -"Die AMS-Temperatur ist zu hoch, was dazu führen kann, dass das Filament " -"erweicht. Bitte warten Sie, bis die AMS-Temperatur unter %d℃ sinkt." msgid "" "The current chamber temperature or the target chamber temperature exceeds " "45℃. In order to avoid extruder clogging,low temperature filament(PLA/PETG/" "TPU) is not allowed to be loaded." msgstr "" -"Die aktuelle Kammertemperatur oder die Ziel-Kammertemperatur überschreitet " -"45℃. Um eine Verstopfung des Extruders zu vermeiden, darf kein " -"Niedrigtemperaturfilament (PLA/PETG/TPU) geladen werden." msgid "" "Low temperature filament(PLA/PETG/TPU) is loaded in the extruder.In order to " "avoid extruder clogging,it is not allowed to set the chamber temperature." msgstr "" -"Im Extruder ist Niedrigtemperaturfilament (PLA/PETG/TPU) geladen. Um eine " -"Verstopfung des Extruders zu vermeiden, darf die Kammertemperatur nicht " -"eingestellt werden." msgid "" "When you set the chamber temperature below 40℃, the chamber temperature " @@ -4405,10 +4343,10 @@ msgid "Resume Printing" msgstr "Druck fortsetzen" msgid "Resume (defects acceptable)" -msgstr "Weiterdrucken (Mängel akzeptabel)" +msgstr "" msgid "Resume (problem solved)" -msgstr "Weiterdrucken (Problem behoben)" +msgstr "" msgid "Stop Printing" msgstr "Druck abbrechen" @@ -4435,28 +4373,28 @@ msgid "View Liveview" msgstr "Live-Ansicht anzeigen" msgid "No Reminder Next Time" -msgstr "Keine Erinnerung beim nächsten Mal" +msgstr "" msgid "Ignore. Don't Remind Next Time" -msgstr "Ignorieren. Nächstes Mal nicht erinnern" +msgstr "" msgid "Ignore this and Resume" -msgstr "Ignorieren und fortsetzen" +msgstr "" msgid "Problem Solved and Resume" -msgstr "Problem behoben und fortsetzen" +msgstr "" msgid "Got it, Turn off the Fire Alarm." -msgstr "Verstanden, Feueralarm ausschalten." +msgstr "" msgid "Retry (problem solved)" -msgstr "Erneut versuchen (Problem behoben)" +msgstr "" msgid "Stop Drying" -msgstr "Trocknen stoppen" +msgstr "" msgid "Cancle" -msgstr "Abbrechen" +msgstr "" msgid "Done" msgstr "Erledigt" @@ -4468,7 +4406,7 @@ msgid "Resume" msgstr "Fortsetzen" msgid "Unknown error." -msgstr "Unbekannter Fehler." +msgstr "" msgid "default" msgstr "Standard" @@ -4605,7 +4543,7 @@ msgid "Pick" msgstr "Wähle" msgid "Summary" -msgstr "Zusammenfassung" +msgstr "" msgid "Layer Height" msgstr "Schichthöhe" @@ -4686,78 +4624,64 @@ msgid "" "Automatically re-slice according to the optimal filament grouping, and the " "grouping results will be displayed after slicing." msgstr "" -"Automatisches Neuschneiden entsprechend der optimalen Filamentgruppierung, " -"und die Gruppierungsergebnisse werden nach dem Schneiden angezeigt." msgid "Filament Grouping" -msgstr "Filamentgruppierung" +msgstr "" msgid "Why this grouping" -msgstr "Warum diese Gruppierung" +msgstr "" msgid "Left nozzle" -msgstr "Linke Düse" +msgstr "" msgid "Right nozzle" -msgstr "Rechte Düse" +msgstr "" msgid "Please place filaments on the printer based on grouping result." -msgstr "Bitte platzieren Sie die Filamente auf dem Drucker basierend auf dem " +msgstr "" msgid "Tips:" msgstr "Tipps:" msgid "Current grouping of slice result is not optimal." -msgstr "Die aktuelle Gruppierung des Slicergebnisses ist nicht optimal." +msgstr "" #, boost-format msgid "Increase %1%g filament and %2% changes compared to optimal grouping." msgstr "" -"Erhöhe %1%g Filament und %2% Änderungen im Vergleich zur optimalen " -"Gruppierung." #, boost-format msgid "" "Increase %1%g filament and save %2% changes compared to optimal grouping." msgstr "" -"Erhöhe %1%g Filament und sparen %2% Änderungen im Vergleich zur optimalen " -"Gruppierung." #, boost-format msgid "" "Save %1%g filament and increase %2% changes compared to optimal grouping." msgstr "" -"Spare %1%g Filament und erhöhen %2% Änderungen im Vergleich zur optimalen " -"Gruppierung." #, boost-format msgid "" "Save %1%g filament and %2% changes compared to a printer with one nozzle." msgstr "" -"Spare %1%g Filament und %2% Änderungen im Vergleich zu einem Drucker mit " -"einer Düse." #, boost-format msgid "" "Save %1%g filament and increase %2% changes compared to a printer with one " "nozzle." msgstr "" -"Spare %1%g Filament und erhöhe %2% Änderungen im Vergleich zu einem Drucker " -"mit einer Düse." #, boost-format msgid "" "Increase %1%g filament and save %2% changes compared to a printer with one " "nozzle." msgstr "" -"Erhöhe %1%g Filament und spare %2% Änderungen im Vergleich zu einem Drucker " -"mit einer Düse." msgid "Set to Optimal" -msgstr "Auf optimal setzen" +msgstr "" msgid "Regroup filament" -msgstr "Filament neu gruppieren" +msgstr "" msgid "Tips" msgstr "Tipps" @@ -4870,10 +4794,6 @@ msgid "" "Please ensure the filaments used by this object are not arranged to other " "nozzles." msgstr "" -"Ein Objekt befindet sich im Bereich nur für die linke/rechte Düse oder " -"überschreitet die druckbare Höhe der linken Düse.\n" -"Bitte stellen Sie sicher, dass die von diesem Objekt verwendeten Filamente " -"nicht auf andere Düsen angeordnet sind." msgid "" "An object is laid over the boundary of plate or exceeds the height limit.\n" @@ -4941,49 +4861,38 @@ msgid "" "Following objects are laid over the boundary of plate or exceeds the height " "limit:\n" msgstr "" -"Die folgenden Objekte liegen über die Begrenzung der Druckplatte oder " -"überschreiten die Höhenbeschränkung:\n" msgid "" "Please solve the problem by moving it totally on or off the plate, and " "confirming that the height is within the build volume.\n" msgstr "" -"Bitte lösen Sie das Problem, indem Sie es vollständig auf oder von der " -"Druckplatte verschieben und bestätigen, dass die Höhe innerhalb des " -"Bauvolumens liegt.\n" msgid "left nozzle" -msgstr "linke Düse" +msgstr "" msgid "right nozzle" -msgstr "rechte Düse" +msgstr "" #, c-format, boost-format msgid "The position or size of some models exceeds the %s's printable range." msgstr "" -"Die Position oder Größe einiger Modelle überschreitet den %s druckbaren " -"Bereich " #, c-format, boost-format msgid "The position or size of the model %s exceeds the %s's printable range." msgstr "" -"Die Position oder Größe des Modells %s überschreitet den %s druckbaren " -"Bereich." msgid "" " Please check and adjust the part's position or size to fit the printable " "range:\n" msgstr "" -" Bitte überprüfen und passen Sie die Position oder Größe des Teils an, um in " -"den druckbaren Bereich zu passen:\n" #, boost-format msgid "Left nozzle: X:%1%-%2%, Y:%3%-%4%, Z:%5%-%6%\n" -msgstr "linke Düse: X:%1%-%2%, Y:%3%-%4%, Z:%5%-%6%\n" +msgstr "" #, boost-format msgid "Right nozzle: X:%1%-%2%, Y:%3%-%4%, Z:%5%-%6%" -msgstr "rechte Düse: X:%1%-%2%, Y:%3%-%4%, Z:%5%-%6%" +msgstr "" msgid "Mirror Object" msgstr "Objekt spiegeln" @@ -5032,11 +4941,11 @@ msgstr "An Y-Achse ausrichten" msgctxt "Camera" msgid "Left" -msgstr "links" +msgstr "" msgctxt "Camera" msgid "Right" -msgstr "rechts" +msgstr "" msgid "Add" msgstr "Hinzufügen" @@ -5116,7 +5025,7 @@ msgstr "Volumen:" msgid "Size:" msgstr "Größe:" -#, boost-format +#, c-format, boost-format msgid "" "Conflicts of G-code paths have been found at layer %d, z = %.2lf mm. Please " "separate the conflicted objects farther (%s <-> %s)." @@ -5134,42 +5043,34 @@ msgid "A G-code path goes beyond the plate boundaries." msgstr "Ein G-Code-Pfad geht über die Begrenzung der Druckplatte hinaus." msgid "Not support printing 2 or more TPU filaments." -msgstr "Drucken von 2 oder mehr TPU-Filamenten wird nicht unterstützt." +msgstr "" #, c-format, boost-format msgid "" "Filament %s is placed in the %s, but the generated G-code path exceeds the " "printable range of the %s." msgstr "" -"Filament %s ist im %s platziert, aber der generierte G-Code-Pfad " -"überschreitet den druckbaren Bereich des %s." #, c-format, boost-format msgid "" "Filaments %s is placed in the %s, but the generated G-code path exceeds the " "printable range of the %s." msgstr "" -"Filamente %s sind im %s platziert, aber der generierte G-Code-Pfad " -"überschreitet den druckbaren Bereich des %s." #, c-format, boost-format msgid "" "Filament %s is placed in the %s, but the generated G-code path exceeds the " "printable height of the %s." msgstr "" -"Filament %s ist im %s platziert, aber der generierte G-Code-Pfad " -"überschreitet die druckbare Höhe des %s." #, c-format, boost-format msgid "" "Filaments %s is placed in the %s, but the generated G-code path exceeds the " "printable height of the %s." msgstr "" -"Filamente %s sind im %s platziert, aber der generierte G-Code-Pfad " -"überschreitet die druckbare Höhe des %s." msgid "Open wiki for more information." -msgstr "Öffnen Sie das Wiki für weitere Informationen." +msgstr "" msgid "Only the object being edited is visible." msgstr "Nur das bearbeitete Modell ist sichtbar." @@ -5177,24 +5078,20 @@ msgstr "Nur das bearbeitete Modell ist sichtbar." #, c-format, boost-format msgid "filaments %s cannot be printed directly on the surface of this plate." msgstr "" -"Filament %s kann nicht direkt auf der Oberfläche dieser Druckplatte gedruckt " -"werden." msgid "" "PLA and PETG filaments detected in the mixture. Adjust parameters according " "to the Wiki to ensure print quality." msgstr "" -"PLA- und PETG-Filamente wurden in der Mischung erkannt. Passen Sie die " -"Parameter gemäß dem Wiki an, um die Druckqualität zu gewährleisten." msgid "The prime tower extends beyond the plate boundary." -msgstr "Der Prime-Turm ragt über die Begrenzung der Druckplatte hinaus." +msgstr "" msgid "Click Wiki for help." -msgstr "Klicken Sie auf Wiki für Hilfe." +msgstr "" msgid "Click here to regroup" -msgstr "Klicken Sie hier, um neu zu gruppieren" +msgstr "" msgid "Calibration step selection" msgstr "Auswahl des Kalibrierungsschritts" @@ -5206,7 +5103,7 @@ msgid "Bed leveling" msgstr "Druckbettnivellierung" msgid "High-temperature Heatbed Calibration" -msgstr "Kalibrierung des Hochtemperatur-Heizbetts" +msgstr "" msgid "Calibration program" msgstr "Kalibrierungsprogramm" @@ -5268,16 +5165,11 @@ msgid "" "You can find it in \"Settings > Network > Access code\"\n" "on the printer, as shown in the figure:" msgstr "" -"Sie finden es unter „Einstellungen > Netzwerk > Zugangscode\"\n" -"am Drucker, wie in der Abbildung gezeigt:" msgid "" "You can find it in \"Setting > Setting > LAN only > Access Code\"\n" "on the printer, as shown in the figure:" msgstr "" -"Sie finden es unter „Einstellungen > Einstellungen > Nur LAN > " -"Zugangscode\"\n" -"am Drucker, wie in der Abbildung gezeigt:" msgid "Invalid input." msgstr "Ungültige Eingabe" @@ -5661,7 +5553,7 @@ msgid "Cornering" msgstr "Eckenausgleich" msgid "Cornering calibration" -msgstr "Eckenausgleich Kalibrierung" +msgstr "" msgid "Input Shaping Frequency" msgstr "Input Shaping Frequenz" @@ -5981,16 +5873,12 @@ msgid "" "Browsing file in storage is not supported in current firmware. Please update " "the printer firmware." msgstr "" -"Das Durchsuchen von Dateien im Speicher wird in der aktuellen Firmware nicht " -"unterstützt. Bitte aktualisieren Sie die Drucker-Firmware." msgid "LAN Connection Failed (Failed to view sdcard)" msgstr "LAN-Verbindung fehlgeschlagen (SD-Karte konnte nicht angezeigt werden)" msgid "Browsing file in storage is not supported in LAN Only Mode." msgstr "" -"Das Durchsuchen von Dateien im Speicher wird im LAN-Only-Modus nicht " -"unterstützt." #, c-format, boost-format msgid "You are going to delete %u file from printer. Are you sure to continue?" @@ -6055,7 +5943,7 @@ msgid "Downloading %d%%..." msgstr "%d%% wird heruntergeladen..." msgid "Air Condition" -msgstr "Klimatisierung" +msgstr "" msgid "" "Reconnecting the printer, the operation cannot be completed immediately, " @@ -6065,7 +5953,7 @@ msgstr "" "abgeschlossen werden. Bitte versuchen Sie es später erneut." msgid "Timeout, please try again." -msgstr "Zeitüberschreitung, bitte versuchen Sie es erneut." +msgstr "" msgid "File does not exist." msgstr "Datei existiert nicht." @@ -6080,49 +5968,42 @@ msgid "" "Please check if the storage is inserted into the printer.\n" "If it still cannot be read, you can try formatting the storage." msgstr "" -"Bitte überprüfen Sie, ob der Speicher in den Drucker eingelegt ist.\n" -"Wenn er immer noch nicht gelesen werden kann, können Sie versuchen, den " -"Speicher zu formatieren." msgid "" "The firmware version of the printer is too low. Please update the firmware " "and try again." msgstr "" -"Die Firmware-Version des Druckers ist zu niedrig. Bitte aktualisieren Sie " -"die Firmware und versuchen Sie es erneut." msgid "The file already exists, do you want to replace it?" -msgstr "Die Datei ist bereits vorhanden. Möchten Sie sie ersetzen?" +msgstr "" msgid "Insufficient storage space, please clear the space and try again." msgstr "" -"Nicht genügend Speicherplatz. Bitte schaffen Sie Platz und versuchen Sie es " -"erneut." msgid "File creation failed, please try again." -msgstr "Dateierstellung fehlgeschlagen, bitte versuchen Sie es erneut." +msgstr "" msgid "File write failed, please try again." -msgstr "Dateischreibvorgang fehlgeschlagen, bitte versuchen Sie es erneut." +msgstr "" msgid "MD5 verification failed, please try again." -msgstr "MD5-Überprüfung fehlgeschlagen, bitte versuchen Sie es erneut." +msgstr "" msgid "File renaming failed, please try again." -msgstr "Dateiumbenennung fehlgeschlagen, bitte versuchen Sie es erneut." +msgstr "" msgid "File upload failed, please try again." -msgstr "Datei-Upload fehlgeschlagen, bitte versuchen Sie es erneut." +msgstr "" #, c-format, boost-format msgid "Error code: %d" msgstr "Fehlercode: %d" msgid "User cancels task." -msgstr "Benutzer bricht Aufgabe ab." +msgstr "" msgid "Failed to read file, please try again." -msgstr "Datei konnte nicht gelesen werden, bitte versuchen Sie es erneut." +msgstr "" msgid "Speed:" msgstr "Geschwindigkeit:" @@ -6215,7 +6096,7 @@ msgid "The name is not allowed to end with space character." msgstr "Der Name darf nicht mit einem Leerzeichen enden." msgid "The name is not allowed to exceeds 32 characters." -msgstr "Der Name darf 32 Zeichen nicht überschreiten." +msgstr "" msgid "Bind with Pin Code" msgstr "Mit Pin-Code verbinden" @@ -6225,19 +6106,19 @@ msgstr "Mit Zugangscode verbinden" msgctxt "Quit_Switching" msgid "Quit" -msgstr "Beenden" +msgstr "" msgid "Switching..." -msgstr "Wechseln..." +msgstr "" msgid "Switching failed" -msgstr "Wechseln fehlgeschlagen" +msgstr "" msgid "Printing Progress" msgstr "Druckprozess" msgid "Parts Skip" -msgstr "Teile überspringen" +msgstr "" msgid "Stop" msgstr "Stop" @@ -6299,7 +6180,7 @@ msgid "Debug Info" msgstr "Debug-Informationen" msgid "Filament loading..." -msgstr "Filament wird geladen..." +msgstr "" msgid "No Storage" msgstr "Kein Speicher" @@ -6311,19 +6192,19 @@ msgid "Cancel print" msgstr "Druck abbrechen" msgid "Are you sure you want to stop this print?" -msgstr "Möchten Sie diesen Druck wirklich stoppen?" +msgstr "" msgid "The printer is busy on other print job" msgstr "Der Drucker ist mit einem anderen Druckauftrag beschäftigt." msgid "Current extruder is busy changing filament" -msgstr "Der aktuelle Extruder ist mit dem Filamentwechsel beschäftigt." +msgstr "" msgid "Current slot has alread been loaded" -msgstr "Der aktuelle Steckplatz wurde bereits geladen." +msgstr "" msgid "The selected slot is empty." -msgstr "Der ausgewählte Steckplatz ist leer." +msgstr "" msgid "Downloading..." msgstr "Herunterladen..." @@ -6346,7 +6227,7 @@ msgstr "Schicht: %d/%d" #, c-format, boost-format msgid "(%d)" -msgstr "(%d)" +msgstr "" msgid "" "Please heat the nozzle to above 170°C before loading or unloading filament." @@ -6357,11 +6238,9 @@ msgid "" "If the chamber temperature exceeds 40℃, the system will automatically switch " "to heating mode. Please confirm whether to switch." msgstr "" -"Wenn die Kammertemperatur 40℃ überschreitet, wechselt das System automatisch " -"in den Heizmodus. Bitte bestätigen Sie, ob Sie wechseln möchten." msgid "Please select an AMS slot before calibration" -msgstr "Bitte wählen Sie einen AMS-Steckplatz vor der Kalibrierung" +msgstr "" msgid "" "Cannot read filament info: the filament is loaded to the tool head,please " @@ -6390,17 +6269,15 @@ msgid "" "Turning off the lights during the task will cause the failure of AI " "monitoring, like spaghetti detection. Please choose carefully." msgstr "" -"Das Ausschalten der Lichter während der Aufgabe führt zum Ausfall der KI- " -"Überwachung, wie z.B. Spaghettierkennung. Bitte wählen Sie sorgfältig." msgid "Keep it On" -msgstr "Eingeschaltet lassen" +msgstr "" msgid "Turn it Off" -msgstr "Ausschalten" +msgstr "" msgid "Can't start this without storage." -msgstr "Ohne Speicher kann dies nicht gestartet werden." +msgstr "" msgid "Rate the Print Profile" msgstr "Bewerten Sie das Druckprofil" @@ -6512,19 +6389,19 @@ msgstr "Status" msgctxt "Firmware" msgid "Update" -msgstr "Aktualisieren" +msgstr "" msgid "Assistant(HMS)" -msgstr "Assistent(HMS)" +msgstr "" msgid "Don't show again" msgstr "Nicht erneut anzeigen" msgid "Go to" -msgstr "Gehe zu" +msgstr "" msgid "Later" -msgstr "Später" +msgstr "" #, c-format, boost-format msgid "%s error" @@ -6586,7 +6463,7 @@ msgstr "Neueste Version: " msgctxt "Software" msgid "Update" -msgstr "Aktualisieren" +msgstr "" msgid "Not for now" msgstr "Nicht jetzt" @@ -6790,55 +6667,47 @@ msgstr "" "unterbrochen, falls die Marke nicht im definierten Bereich liegt." msgid "Build Plate Detection" -msgstr "Erkennung der Druckplatte" +msgstr "" msgid "" "Identifies the type and position of the build plate on the heatbed. Pausing " "printing if a mismatch is detected." msgstr "" -"Identifiziert den Typ und die Position der Druckplatte auf dem Heizbett. Der " -"Druckvorgang wird unterbrochen, wenn eine Unstimmigkeit festgestellt wird." msgid "AI Detections" -msgstr "KI-Erkennungen" +msgstr "" msgid "" "Printer will send assistant message or pause printing if any of the " "following problem is detected." msgstr "" -"Der Drucker sendet eine Assistenzmeldung oder pausiert den Druckvorgang, " -"wenn eines der folgenden Probleme erkannt wird." msgid "Enable AI monitoring of printing" msgstr "AI-Überwachung des Druckvorgangs aktivieren" msgid "Pausing Sensitivity:" -msgstr "Pausierungs-Empfindlichkeit:" +msgstr "" msgid "Spaghetti Detection" -msgstr "Spaghettierkennung" +msgstr "" msgid "Detect spaghetti failure(scattered lose filament)." -msgstr "Spaghetti-Fehler erkennen (verstreutes loses Filament)." +msgstr "" msgid "Purge Chute Pile-Up Detection" -msgstr "Erkennung von Abfallstau im Reinigungsrutsche" +msgstr "" msgid "Monitor if the waste is piled up in the purge chute." -msgstr "Überwachen, ob sich Abfall in der Reinigungsrutsche angesammelt hat." +msgstr "" msgid "Nozzle Clumping Detection" msgstr "Düsenverklumpen-Erkennung" msgid "Check if the nozzle is clumping by filaments or other foreign objects." msgstr "" -"Überprüfen Sie, ob die Düse durch Filamente oder andere Fremdkörper " -"verklumpt ist." msgid "Detects air printing caused by nozzle clogging or filament grinding." msgstr "" -"Erkennt Lüftingsfehler, der durch Düsenverstopfung oder Filamentmahlung " -"verursacht wird." msgid "First Layer Inspection" msgstr "Inspektion der ersten Schicht" @@ -6847,23 +6716,21 @@ msgid "Auto-recovery from step loss" msgstr "Automatische Wiederherstellung bei Positionsverlust (Schrittverlust)" msgid "Open Door Detection" -msgstr "Türöffnungserkernnung" +msgstr "" msgid "Notification" -msgstr "Benachrichtigung" +msgstr "" msgid "Pause printing" -msgstr "Druckvorgang pausieren" +msgstr "" msgid "Store Sent Files on External Storage" -msgstr "Gesendete Dateien auf externem Speicher speichern" +msgstr "" msgid "" "Save the printing files initiated from Bambu Studio, Bambu Handy and " "MakerWorld on External Storage" msgstr "" -"Speichern Sie die Druckdateien, die von Bambu Studio, Bambu Handy und " -"MakerWorld auf externem Speicher initiiert wurden" msgid "Allow Prompt Sound" msgstr "Erlaube akustische Signale" @@ -6880,13 +6747,13 @@ msgid "Nozzle Type" msgstr "Düsentyp" msgid "Nozzle Flow" -msgstr "Düsendurchfluss" +msgstr "" msgid "Please change the nozzle settings on the printer." -msgstr "Bitte ändern Sie die Düsen-Einstellungen am Drucker." +msgstr "" msgid "View wiki" -msgstr "Wiki anzeigen" +msgstr "" msgid "Hardened Steel" msgstr "Gehärteter Stahl" @@ -6895,13 +6762,13 @@ msgid "Stainless Steel" msgstr "Edelstahl" msgid "Tungsten Carbide" -msgstr "Wolframcarbid" +msgstr "" msgid "High flow" -msgstr "Hochgeschwindigkeit" +msgstr "" msgid "No wiki link available for this printer." -msgstr "Kein Wiki-Link für diesen Drucker verfügbar." +msgstr "" msgid "Global" msgstr "Allgemein" @@ -6947,31 +6814,28 @@ msgstr "Aktuelle Platte anpassen" #, c-format, boost-format msgid "The %s nozzle can not print %s." -msgstr "Die %s Düse kann %s nicht drucken." +msgstr "" #, boost-format msgid "Mixing %1% with %2% in printing is not recommended.\n" -msgstr "Mischen von %1% mit %2% im Druck wird nicht empfohlen.\n" +msgstr "" msgid " nozzle" -msgstr " Düse" +msgstr "" #, boost-format msgid "" "It is not recommended to print the following filament(s) with %1%: %2%\n" msgstr "" -"Es wird nicht empfohlen, die folgenden Filamente mit %1% zu drucken: %2%\n" msgid "" "It is not recommended to use the following nozzle and filament " "combinations:\n" msgstr "" -"Es wird nicht empfohlen, die folgenden Düsen- und Filamentkombinationen zu " -"verwenden:\n" #, boost-format msgid "%1% with %2%\n" -msgstr "%1% mit %2%\n" +msgstr "" #, boost-format msgid " plate %1%:" @@ -7002,16 +6866,16 @@ msgid "Filament changes" msgstr "Filamentwechsel" msgid "Set the number of AMS installed on the nozzle." -msgstr "Stellen Sie die Anzahl der auf der Düse installierten AMS ein." +msgstr "" msgid "AMS(4 slots)" -msgstr "AMS(4 Steckplätze)" +msgstr "" msgid "AMS(1 slot)" -msgstr "AMS(1 Steckplatz)" +msgstr "" msgid "Not installed" -msgstr "Nicht installiert" +msgstr "" msgid "" "The software does not support using different diameter of nozzles for one " @@ -7019,43 +6883,34 @@ msgid "" "with single-head printing. Please confirm which nozzle you would like to use " "for this project." msgstr "" -"Die Software unterstützt nicht die Verwendung unterschiedlicher " -"Düsendurchmesser für einen Druck. Wenn die linke und rechte Düse nicht " -"übereinstimmen, können wir nur mit dem Einzelkopf-Druck fortfahren. Bitte " -"bestätigen Sie, welche Düse Sie für dieses Projekt verwenden möchten." msgid "Switch diameter" -msgstr "Durchmesser wechseln" +msgstr "" #, c-format, boost-format msgid "Left nozzle: %smm" -msgstr "linke Düse: %smm" +msgstr "" #, c-format, boost-format msgid "Right nozzle: %smm" -msgstr "rechte Düse: %smm" +msgstr "" msgid "Sync printer information" -msgstr "Syncronisiere die Druckerinformationen" +msgstr "" msgid "" "The currently selected machine preset is inconsistent with the connected " "printer type.\n" "Are you sure to continue syncing?" msgstr "" -"Der aktuell ausgewählte Maschinenvorgabe stimmt nicht mit dem verbundenen " -"Druckertyp überein.\n" -"Möchten Sie die Synchronisierung fortsetzen?" msgid "" "There are unset nozzle types. Please set the nozzle types of all extruders " "before synchronizing." msgstr "" -"Es gibt nicht eingestellte Düsentypen. Bitte stellen Sie die Düsentypen " -"aller Extruder ein, bevor Sie synchronisieren." msgid "Sync extruder infomation" -msgstr "Synchronisiere Extruder-Informationen" +msgstr "" msgid "Click to edit preset" msgstr "Klicken Sie hier, um das Profil zu bearbeiten" @@ -7064,13 +6919,13 @@ msgid "Connection" msgstr "Verbindung" msgid "Sync info" -msgstr "Info Synchronisieren" +msgstr "" msgid "Synchronize nozzle information and the number of AMS" -msgstr "Synchronisiere Düseninformationen und die Anzahl der AMS" +msgstr "" msgid "Project Filaments" -msgstr "Projektfilamente" +msgstr "" msgid "Flushing volumes" msgstr "Reinigungsvolumen" @@ -7098,8 +6953,6 @@ msgid "" "After completing your operation, %s project will be closed and create a new " "project." msgstr "" -"Nach Abschluss Ihrer Operation wird das %s-Projekt geschlossen und ein neues " -"Projekt erstellt." msgid "There are no compatible filaments, and sync is not performed." msgstr "" @@ -7114,17 +6967,11 @@ msgid "" "Please update Orca Slicer or restart Orca Slicer to check if there is an " "update to system presets." msgstr "" -"Es gibt einige unbekannte oder nicht kompatible Filamente, die auf " -"generische Vorgaben abgebildet sind.\n" -"Bitte aktualisieren Sie Orca Slicer oder starten Sie Orca Slicer neu, um zu " -"überprüfen, ob es ein Update für Systemvorgaben gibt." msgid "" "Filament type and color information have been synchronized, but slot " "information is not included." msgstr "" -"Filamenttyp- und Farbinformationen wurden synchronisiert, aber Steckplatz- " -"informationen sind nicht enthalten." #, boost-format msgid "Do you want to save changes to \"%1%\"?" @@ -7180,9 +7027,6 @@ msgid "" "Smooth mode for timelapse is enabled, but the prime tower is off, which may " "cause print defects. Please enable the prime tower, re-slice and print again." msgstr "" -"Der Smooth-Modus für Zeitraffer ist aktiviert, aber der Prime-Turm ist " -"deaktiviert, was zu Druckfehlern führen kann. Bitte aktivieren Sie den Prime-" -"Turm, slice das Modell neu und drucken Sie erneut." msgid "Expand sidebar" msgstr "Seitenleiste erweitern" @@ -7241,8 +7085,6 @@ msgstr "" msgid "The 3mf is generated by old OrcaSlicer, load geometry data only." msgstr "" -"Die 3mf wurde von einer alten OrcaSlicer-Version erstellt, lade nur die " -"Geometriedaten." msgid "Invalid values found in the 3mf:" msgstr "Ungültige Werte in der 3MF-Datei gefunden:" @@ -7338,15 +7180,11 @@ msgstr "Objekt mit mehreren Teilen wurde entdeckt" msgid "" "Connected printer is %s. It must match the project preset for printing.\n" msgstr "" -"Der verbundene Drucker ist %s. Er muss mit dem Projektprofil zum Drucken " -"übereinstimmen.\n" msgid "" "Do you want to sync the printer information and automatically switch the " "preset?" msgstr "" -"Möchten Sie die Druckerinformationen synchronisieren und das Profil " -"automatisch wechseln?" msgid "The file does not contain any geometry data." msgstr "Die Datei enthält keine Geometriedaten." @@ -7424,6 +7262,28 @@ msgstr "Wählen Sie ein Verzeichnis aus um daraus zu ersetzen" msgid "Directory for the replace wasn't selected" msgstr "Verzeichnis um daraus zu ersetzen wurde nicht ausgewählt" +msgid "Replaced with STLs from directory:\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: same file.\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: file does not exist.\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: failed to replace.\n" +msgstr "✖ %1% übersprungen: Ersetzen fehlgeschlagen.\n" + +#, boost-format +msgid "✔ Replaced %1%.\n" +msgstr "" + +msgid "Replaced volumes" +msgstr "" + msgid "Please select a file" msgstr "Bitte wählen Sie eine Datei" @@ -7482,14 +7342,9 @@ msgid "" "slicing.\n" "Would you like to sync now ?" msgstr "" -"Die Düsenart- und AMS-Mengeninformationen wurden nicht vom verbundenen " -"Drucker synchronisiert.\n" -"Nach der Synchronisierung kann die Software die Druckzeit und den " -"Filamentverbrauch beim Slicen optimieren.\n" -"Möchten Sie jetzt synchronisieren?" msgid "Sync now" -msgstr "Jetzt synchronisieren" +msgstr "" msgid "You can keep the modified presets to the new project or discard them" msgstr "" @@ -7647,11 +7502,9 @@ msgstr "" msgid "The nozzle type is not set. Please set the nozzle and try again." msgstr "" -"Die Düsenart ist nicht eingestellt. Bitte stellen Sie die Düse ein und " -"versuchen Sie es erneut." msgid "The nozzle type is not set. Please check." -msgstr "Die Düsenart ist nicht eingestellt. Bitte überprüfen Sie es." +msgstr "" msgid "" "Unable to perform boolean operation on model meshes. Only positive parts " @@ -7721,36 +7574,28 @@ msgid "" "Printer not connected. Please go to the device page to connect %s before " "syncing." msgstr "" -"Drucker nicht verbunden. Bitte gehen Sie zur Geräte-Seite, um %s vor der " -"Synchronisierung zu verbinden." #, c-format, boost-format msgid "" "The currently connected printer on the device page is not %s. Please switch " "to %s before syncing." msgstr "" -"Der aktuell verbundene Drucker auf der Geräte-Seite ist nicht %s. Bitte " -"wechseln Sie zu %s vor der Synchronisierung." msgid "" "There are no filaments on the printer. Please load the filaments on the " "printer first." msgstr "" -"Es sind keine Filamente auf dem Drucker. Bitte laden Sie zuerst die " -"Filamente auf den Drucker." msgid "" "The filaments on the printer are all unknown types. Please go to the printer " "screen or software device page to set the filament type." msgstr "" -"Die Filamente auf dem Drucker sind alle unbekannte Typen. Bitte gehen Sie " -"zum Druckerbildschirm oder zur Software-Geräteseite, um den Filamenttyp " msgid "Device Page" -msgstr "Geräteseite" +msgstr "" msgid "Synchronize AMS Filament Information" -msgstr "Synchronisiere AMS-Filamentinformationen" +msgstr "" msgid "Plate Settings" msgstr "Druck-Platteneinstellungen" @@ -7812,29 +7657,27 @@ msgid "" "Currently, the object configuration form cannot be used with a multiple-" "extruder printer." msgstr "" -"Derzeit kann das Objektkonfigurationsformular nicht mit einem Mehrfach-" -"Extruder-Drucker verwendet werden." msgid "Not available" -msgstr "Nicht verfügbar" +msgstr "" msgid "isometric" -msgstr "isometrisch" +msgstr "" msgid "top_front" -msgstr "oben_vorne" +msgstr "" msgid "top" -msgstr "oben" +msgstr "" msgid "bottom" -msgstr "unten" +msgstr "" msgid "front" -msgstr "vorn" +msgstr "" msgid "rear" -msgstr "hinten" +msgstr "" msgid "Switching the language requires application restart.\n" msgstr "Der Wechsel der Sprache erfordert einen Neustart der Anwendung.\n" @@ -7874,13 +7717,13 @@ msgid "Region selection" msgstr "Auswahl der Region" msgid "sec" -msgstr "Sek" +msgstr "" msgid "The period of backup in seconds." msgstr "Die Zeitdauer für die Sicherung in Sekunden." msgid "Bed Temperature Difference Warning" -msgstr "Warnung bei Temperaturunterschieden des Druckbetts" +msgstr "" msgid "" "Using filaments with significantly different temperatures may cause:\n" @@ -7890,19 +7733,12 @@ msgid "" "\n" "Continue with enabling this feature?" msgstr "" -"Die Verwendung von Filamenten mit erheblich unterschiedlichen Temperaturen " -"kann verursachen:\n" -"• Verstopfung des Extruders\n" -"• Düsenbeschädigung\n" -"• Probleme mit der Schichthaftung\n" -"\n" -"Möchten Sie diese Funktion weiterhin aktivieren?" msgid "Browse" msgstr "Suchen" msgid "Choose folder for downloaded items" -msgstr "Wählen Sie den Ordner für heruntergeladene Elemente" +msgstr "" msgid "Choose Download Directory" msgstr "Wählen Sie das Download-Verzeichnis" @@ -7938,13 +7774,13 @@ msgid "Home" msgstr "Startseite" msgid "Default page" -msgstr "Standardseite" +msgstr "" msgid "Set the page opened on startup." msgstr "Legen Sie die Seite fest, die beim Start geöffnet wird." msgid "Enable dark mode" -msgstr "Dunklen Modus aktivieren" +msgstr "" msgid "Allow only one OrcaSlicer instance" msgstr "Nur eine OrcaSlicer-Instanz zulassen" @@ -7974,10 +7810,10 @@ msgid "Show the splash screen during startup." msgstr "Zeige den Splash-Screen beim Start." msgid "Downloads folder" -msgstr "Download-Ordner" +msgstr "" msgid "Target folder for downloaded items" -msgstr "Zielordner für heruntergeladene Elemente" +msgstr "" msgid "Load All" msgstr "Alle laden" @@ -7992,7 +7828,7 @@ msgid "Load Geometry Only" msgstr "Nur Geometrie laden" msgid "Load behaviour" -msgstr "Ladeverhalten" +msgstr "" msgid "Should printer/filament/process settings be loaded when opening a .3mf?" msgstr "" @@ -8006,13 +7842,13 @@ msgid "Maximum count of recent files" msgstr "Maximale Anzahl der zuletzt verwendeten Dateien" msgid "Add STL/STEP files to recent files list" -msgstr "STL/STEP Dateien zur Liste der zuletzt verwendeten Dateien hinzufügen" +msgstr "" msgid "Don't warn when loading 3MF with modified G-code" -msgstr "Keine Warnungen beim Laden von 3MF mit modifizierten G-Codes" +msgstr "" msgid "Show options when importing STEP file" -msgstr "Optionen beim Importieren von STEP-Dateien anzeigen" +msgstr "" msgid "" "If enabled,a parameter settings dialog will appear during STEP file import." @@ -8020,7 +7856,7 @@ msgstr "" "Wenn aktiviert, wird während des Imports von STEP-Dateien ein Dialogfeld " msgid "Auto backup" -msgstr "Automatische Datensicherung" +msgstr "" msgid "" "Backup your project periodically for restoring from the occasional crash." @@ -8042,10 +7878,10 @@ msgstr "" "Drucker und wechselt automatisch." msgid "Features" -msgstr "Funktionen" +msgstr "" msgid "Multi device management" -msgstr "Multi-Geräte-Verwaltung" +msgstr "" msgid "" "With this option enabled, you can send a task to multiple devices at the " @@ -8055,23 +7891,22 @@ msgstr "" "mehrere Geräte senden und mehrere Geräte verwalten." msgid "(Requires restart)" -msgstr "(Erfordert Neustart)" +msgstr "" msgid "Pop up to select filament grouping mode" -msgstr "Popup zum Auswählen des Filament-Gruppierungsmodus" +msgstr "" msgid "Behaviour" -msgstr "Verhalten" +msgstr "" msgid "All" msgstr "Alle" msgid "Auto flush after changing ..." -msgstr "Automatisches Spülen nach Änderung von ..." +msgstr "" msgid "Auto calculate flushing volumes when selected values changed" msgstr "" -"Automatisches Berechnen der Spülvolumina bei Änderung der ausgewählten Werte" msgid "Auto arrange plate after cloning" msgstr "Druckplatte nach dem Klonen automatisch anordnen" @@ -8131,34 +7966,32 @@ msgid "If enabled, reverses the direction of zoom with mouse wheel." msgstr "Wenn aktiviert, wird die Richtung des Zooms mit dem Mausrad umgekehrt." msgid "Clear my choice on ..." -msgstr "Meine Auswahl löschen bei ..." +msgstr "" msgid "Unsaved projects" -msgstr "nicht gespeicherte Projekte" +msgstr "" msgid "Clear my choice on the unsaved projects." msgstr "Meine Auswahl für nicht gespeicherte Projekte löschen." msgid "Unsaved presets" -msgstr "nicht gespeicherte Voreinstellungen" +msgstr "" msgid "Clear my choice on the unsaved presets." msgstr "Meine Auswahl bei den nicht gespeicherten Voreinstellungen löschen." msgid "Synchronizing printer preset" -msgstr "Synchronisiere Druckerprofil" +msgstr "" msgid "" "Clear my choice for synchronizing printer preset after loading the file." msgstr "" -"Lösche meine Auswahl zum Synchronisieren des Druckerprofils nach dem Laden " -"der Datei." msgid "Login region" -msgstr "Login region" +msgstr "" msgid "Stealth mode" -msgstr "Unsichtbarer Modus" +msgstr "" msgid "" "This stops the transmission of data to Bambu's cloud services. Users who " @@ -8169,13 +8002,13 @@ msgstr "" "verwenden, können diese Funktion sicher aktivieren." msgid "Network test" -msgstr "Netzwerktest" +msgstr "" msgid "Test" msgstr "Test" msgid "Update & sync" -msgstr "Aktualisieren & synchronisieren" +msgstr "" msgid "Check for stable updates only" msgstr "Nur nach stabilen Updates suchen" @@ -8187,13 +8020,13 @@ msgid "Update built-in Presets automatically." msgstr "Aktualisiere integrierte Voreinstellungen automatisch." msgid "Network plugin" -msgstr "Netzwerk-Plugin" +msgstr "" msgid "Enable network plugin" msgstr "Netzwerk-Plugin aktivieren" msgid "Use legacy network plugin" -msgstr "Verwenden Sie das alte Netzwerk-Plugin" +msgstr "" msgid "" "Disable to use latest network plugin that supports new BambuLab firmwares." @@ -8231,7 +8064,7 @@ msgid "Associate web links to OrcaSlicer" msgstr "Web-Links mit OrcaSlicer verknüpfen" msgid "Developer" -msgstr "Entwickler" +msgstr "" msgid "Develop mode" msgstr "Entwicklermodus" @@ -8240,14 +8073,20 @@ msgid "Skip AMS blacklist check" msgstr "Überspringen der AMS Blacklist-Prüfung" msgid "Remove mixed temperature restriction" -msgstr "Entfernen der Einschränkung für gemischte Temperaturen" +msgstr "" msgid "" "With this option enabled, you can print materials with a large temperature " "difference together." msgstr "" -"Mit dieser Option können Sie Materialien mit großen Temperaturunterschieden " -"zusammen drucken." + +msgid "Allow Abnormal Storage" +msgstr "" + +msgid "" +"This allows the use of Storage that is marked as abnormal by the Printer.\n" +"Use at your own risk, can cause issues!" +msgstr "" msgid "Log Level" msgstr "Protokollstufe" @@ -8268,7 +8107,7 @@ msgid "trace" msgstr "Spurensuche" msgid "Debug" -msgstr "Fehlersuche" +msgstr "" msgid "Sync settings" msgstr "Synchronisationseinstellungen" @@ -8346,16 +8185,16 @@ msgid "Incompatible presets" msgstr "Inkompatible Profile" msgid "My Printer" -msgstr "Mein Drucker" +msgstr "" msgid "Left filaments" -msgstr "linke Filamente" +msgstr "" msgid "AMS filaments" msgstr "AMS Filament" msgid "Right filaments" -msgstr "rechte Filamente" +msgstr "" msgid "Click to select filament color" msgstr "Klicken Sie hier, um die Filamentfarbe auszuwählen" @@ -8370,13 +8209,13 @@ msgid "Project-inside presets" msgstr "Projektinternes Profil" msgid "System" -msgstr "System" +msgstr "" msgid "Unsupported presets" -msgstr "Nicht unterstützte Profile" +msgstr "" msgid "Unsupported" -msgstr "Nicht unterstützt" +msgstr "" msgid "Add/Remove filaments" msgstr "Filament hinzufügen/entfernen" @@ -8556,45 +8395,40 @@ msgid "PLA Plate" msgstr "PLA-Platte" msgid "Bamabu Engineering Plate" -msgstr "Bamabu Engineering Platte" +msgstr "" msgid "Bamabu Smooth PEI Plate" -msgstr "Bambu Glatte PEI Platte" +msgstr "" msgid "High temperature Plate" msgstr "Hochtemperaturplatte" msgid "Bamabu Textured PEI Plate" -msgstr "Bambu Strukturierte PEI Platte" +msgstr "" msgid "Bambu Cool Plate SuperTack" -msgstr "Bambu Kalte Druckplatte SuperTack" +msgstr "" msgid "Send print job" -msgstr "Druckauftrag senden" +msgstr "" msgid "On" -msgstr "An" +msgstr "" msgid "Not satisfied with the grouping of filaments? Regroup and slice ->" msgstr "" -"Nicht zufrieden mit der Gruppierung der Filamente? Neu gruppieren und slicen " -"->" msgid "Manually change external spool during printing for multi-color printing" msgstr "" -"Externen Spulenwechsel während des Druckens für Mehrfarben-Druck manuell " -"durchführen" msgid "Multi-color with external" -msgstr "Mehrfarben mit externen Spulen" +msgstr "" msgid "Your filament grouping method in the sliced file is not optimal." msgstr "" -"Ihre Filament-Gruppierungsmethode in der gesliceten Datei ist nicht optimal." msgid "Auto Bed Leveling" -msgstr "Automatische Bett-Nivellierung" +msgstr "" msgid "" "This checks the flatness of heatbed. Leveling makes extruded height " @@ -8602,10 +8436,6 @@ msgid "" "*Automatic mode: Run a leveling check(about 10 seconds). Skip if surface is " "fine." msgstr "" -"Es wird die Ebenheit des Heizbetts überprüft. Die Nivellierung sorgt für " -"eine gleichmäßige Extrusionshöhe.\n" -"*Automatikmodus: Führen Sie eine Nivellierungsprüfung durch (ca. 10 " -"Sekunden). Überspringen, wenn die Oberfläche in Ordnung ist." msgid "Flow Dynamics Calibration" msgstr "Dynamische Flusskalibrierung" @@ -8615,20 +8445,14 @@ msgid "" "quality.\n" "*Automatic mode: Skip if the filament was calibrated recently." msgstr "" -"Dieser Prozess bestimmt die dynamischen Flusswerte, um die Gesamt-" -"Druckqualität zu verbessern.\n" -"*Automatikmodus: Überspringen, wenn das Filament kürzlich kalibriert wurde." msgid "Nozzle Offset Calibration" -msgstr "Düsenversatzkalibrierung" +msgstr "" msgid "" "Calibrate nozzle offsets to enhance print quality.\n" "*Automatic mode: Check for calibration before printing. Skip if unnecessary." msgstr "" -"Kalibrieren Sie die Düsenversätze, um die Druckqualität zu verbessern.\n" -"*Automatikmodus: Überprüfen Sie die Kalibrierung vor dem Drucken. " -"Überspringen, wenn nicht erforderlich." msgid "send completed" msgstr "Senden abgeschlossen" @@ -8637,7 +8461,7 @@ msgid "Error code" msgstr "Fehlercode" msgid "High Flow" -msgstr "Hoher Fluss" +msgstr "" #, c-format, boost-format msgid "" @@ -8645,10 +8469,6 @@ msgid "" "Please make sure the nozzle installed matches with settings in printer, then " "set the corresponding printer preset while slicing." msgstr "" -"Die Düsenfluss-Einstellung von %s(%s) stimmt nicht mit der Slicing-Datei(%s) " -"überein. Bitte stellen Sie sicher, dass die installierte Düse mit den " -"Einstellungen im Drucker übereinstimmt, und wählen Sie dann das " -"entsprechende Druckerprofil beim Slicen aus." #, c-format, boost-format msgid "" @@ -8673,9 +8493,6 @@ msgid "" "(%s). Please adjust the printer preset in the prepare page or choose a " "compatible printer on this page." msgstr "" -"Der ausgewählte Drucker (%s) ist mit der Druckdateikonfiguration (%s) " -"inkompatibel. Bitte passen Sie das Druckerprofil auf der Vorbereitungsseite " -"an oder wählen Sie auf dieser Seite einen kompatiblen Drucker aus." msgid "" "When enable spiral vase mode, machines with I3 structure will not generate " @@ -8688,8 +8505,6 @@ msgid "" "The current printer does not support timelapse in Traditional Mode when " "printing By-Object." msgstr "" -"Der aktuelle Drucker unterstützt im traditionellen Modus keinen Zeitraffer " -"beim Drucken nach Objekt." msgid "Errors" msgstr "Fehler" @@ -8698,16 +8513,11 @@ msgid "" "More than one filament types have been mapped to the same external spool, " "which may cause printing issues. The printer won't pause during printing." msgstr "" -"Mehr als ein Filamenttyp wurde der gleichen externen Spule zugeordnet, was " -"Druckprobleme verursachen kann. Der Drucker wird während des Druckens nicht " -"pausieren." msgid "" "The filament type setting of external spool is different from the filament " "in the slicing file." msgstr "" -"Die Filamenttyp-Einstellung der externen Spule unterscheidet sich von dem " -"Filament in der Slicing-Datei." msgid "" "The printer type selected when generating G-code is not consistent with the " @@ -8744,15 +8554,11 @@ msgstr "" msgid "" "This checks the flatness of heatbed. Leveling makes extruded height uniform." msgstr "" -"Es wird die Ebenheit des Heizbetts überprüft. Die Nivellierung sorgt für " -"eine gleichmäßige Extrusionshöhe." msgid "" "This process determines the dynamic flow values to improve overall print " "quality." msgstr "" -"Dieser Prozess bestimmt die dynamischen Flusswerte, um die Gesamt-" -"Druckqualität zu verbessern." msgid "Preparing print job" msgstr "Druckauftrag vorbereiten" @@ -8762,20 +8568,18 @@ msgstr "Die Namenslänge überschreitet das Limit." #, c-format, boost-format msgid "Cost %dg filament and %d changes more than optimal grouping." -msgstr "Kosten %dg Filament und %d Änderungen mehr als optimale Gruppierung." +msgstr "" msgid "nozzle" -msgstr "Düse" +msgstr "" msgid "both extruders" -msgstr "beide Extruder" +msgstr "" msgid "" "Tips: If you changed your nozzle of your printer lately, Please go to " "'Device -> Printer parts' to change your nozzle setting." msgstr "" -"Tipp: Wenn Sie kürzlich die Düse Ihres Druckers gewechselt haben, gehen Sie " -"zu 'Gerät -> Druckerteile', um Ihre Düsen-Einstellung zu ändern." #, c-format, boost-format msgid "" @@ -8783,10 +8587,6 @@ msgid "" "file (%.1fmm). Please make sure the nozzle installed matches with settings " "in printer, then set the corresponding printer preset when slicing." msgstr "" -"The %s Durchmesser(%.1fmm) des aktuellen Druckers stimmt nicht mit der " -"Slicing-Datei (%.1fmm) überein. Bitte stellen Sie sicher, dass die " -"installierte Düse mit den Einstellungen im Drucker übereinstimmt, und wählen " -"Sie dann das entsprechende Druckerprofil beim Slicen aus." #, c-format, boost-format msgid "" @@ -8794,48 +8594,37 @@ msgid "" "(%.1fmm). Please make sure the nozzle installed matches with settings in " "printer, then set the corresponding printer preset when slicing." msgstr "" -"Der aktuelle Düsendurchmesser (%.1fmm) stimmt nicht mit der Slicing-Datei " -"(%.1fmm) überein. Bitte stellen Sie sicher, dass die installierte Düse mit " -"den Einstellungen im Drucker übereinstimmt, und wählen Sie dann das " -"entsprechende Druckerprofil beim Slicen aus." #, c-format, boost-format msgid "" "The hardness of current material (%s) exceeds the hardness of %s(%s). Please " "verify the nozzle or material settings and try again." msgstr "" -"Die Härte des aktuellen Materials (%s) überschreitet die Härte von %s(%s). " -"Bitte überprüfen Sie die Düsen- oder Materialeinstellungen und versuchen Sie " -"es erneut." #, c-format, boost-format msgid "The filament on %s may soften. Please unload." -msgstr "Das Filament auf %s könnte weich werden. Bitte entladen." +msgstr "" #, c-format, boost-format msgid "The filament on %s is unknown and may soften. Please set filament." msgstr "" -"Das Filament auf %s ist unbekannt und könnte weich werden. Bitte Filament " -"einstellen." msgid "" "Unable to automatically match to suitable filament. Please click to manually " "match." msgstr "" -"Automatisches Zuordnen zu geeignetem Filament nicht möglich. Bitte klicken " -"Sie zum manuellen Zuordnen." msgid "Cool" -msgstr "Kühl" +msgstr "" msgid "Engineering" -msgstr "Engineering" +msgstr "" msgid "High Temp" -msgstr "Hochtemperatur" +msgstr "" msgid "Cool(Supertack)" -msgstr "Kühl (Supertack)" +msgstr "" msgid "Click here if you can't connect to the printer" msgstr "" @@ -8855,8 +8644,6 @@ msgstr "Zeitüberschreitung bei der Synchronisierung von Geräteinformationen" msgid "Cannot send the print job when the printer is not at FDM mode" msgstr "" -"Druckauftrag kann nicht gesendet werden, wenn der Drucker nicht im FDM-Modus " -"ist" msgid "Cannot send the print job when the printer is updating firmware" msgstr "" @@ -8870,23 +8657,24 @@ msgstr "" "nach deren Beendigung erneut" msgid "AMS is setting up. Please try again later." -msgstr "AMS wird eingerichtet. Bitte versuchen Sie es später erneut." +msgstr "" msgid "Please do not mix-use the Ext with AMS" -msgstr "Bitte verwenden Sie das Ext nicht zusammen mit AMS." +msgstr "" msgid "" "Invalid nozzle information, please refresh or manually set nozzle " "information." msgstr "" -"Ungültige Düseninformationen, bitte aktualisieren oder Düseninformationen " -"manuell einstellen." -msgid "Storage is not available or is in read-only mode." -msgstr "Speicher ist nicht verfügbar oder im Nur-Lese-Modus." +msgid "Storage needs to be inserted before printing via LAN." +msgstr "" + +msgid "Storage is in abnormal state or is in read-only mode." +msgstr "" msgid "Storage needs to be inserted before printing." -msgstr "Speicher muss vor dem Drucken eingesetzt werden." +msgstr "" msgid "" "Cannot send the print job to a printer whose firmware is required to get " @@ -8900,27 +8688,21 @@ msgstr "" "Ein Druckauftrag für eine leere Druckplatte kann nicht gesendet werden." msgid "Storage needs to be inserted to record timelapse." -msgstr "Speicher muss zum Aufzeichnen von Zeitraffern eingesetzt werden." +msgstr "" msgid "" "You have selected both external and AMS filaments for an extruder. You will " "need to manually switch the external filament during printing." msgstr "" -"Sie haben sowohl externe als auch AMS-Filamente für einen Extruder " -"ausgewählt. Sie müssen das externe Filament während des Druckens manuell " msgid "" "TPU 90A/TPU 85A is too soft and does not support automatic Flow Dynamics " "calibration." msgstr "" -"TPU 90A/TPU 85A ist zu weich und unterstützt keine automatische Fluss-" -"Dynamik-Kalibrierung." msgid "" "Set dynamic flow calibration to 'OFF' to enable custom dynamic flow value." msgstr "" -"Stellen Sie die dynamische Flusskalibrierung auf 'AUS', um einen " -"benutzerdefinierten Dynamikflusswert zu aktivieren." msgid "This printer does not support printing all plates" msgstr "Dieser Drucker unterstützt nicht den Druck aller Platten" @@ -8929,67 +8711,52 @@ msgid "" "Please cold pull before printing TPU to avoid clogging. You may use cold " "pull maintenance on the printer." msgstr "" -"Bitte führen Sie vor dem TPU Druck eine Kaltzug-Wartung am Drucker durchum " -"ein Verstopfen zu vermeiden." msgid "High chamber temperature is required. Please close the door." -msgstr "Hohe Kammertemperatur erforderlich. Bitte schließen Sie die Tür." +msgstr "" msgid "Please refer to Wiki before use->" -msgstr "Bitte lesen Sie vor der Verwendung das Wiki->" +msgstr "" msgid "Send to Printer storage" -msgstr "An Druckerspeicher senden" +msgstr "" msgid "Try to connect" -msgstr "Versuchen zu verbinden" +msgstr "" msgid "click to retry" -msgstr "Klicken Sie hier, um es erneut zu versuchen" +msgstr "" msgid "Upload file timeout, please check if the firmware version supports it." msgstr "" -"Hochladen der Datei Zeitüberschreitung, bitte überprüfen Sie, ob die " -"Firmware-Version dies unterstützt." msgid "" "No available external storage was obtained. Please confirm and try again." msgstr "" -"Kein verfügbarer externer Speicher gefunden. Bitte bestätigen und erneut " -"versuchen." msgid "" "Media capability acquisition timeout, please check if the firmware version " "supports it." msgstr "" -"Zeitüberschreitung bei der Medienfähigkeitsabfrage, bitte überprüfen Sie, ob " -"die Firmware-Version dies unterstützt." msgid "" "Please check the network and try again, You can restart or update the " "printer if the issue persists." msgstr "" -"Bitte überprüfen Sie das Netzwerk und versuchen Sie es erneut. Sie können " -"den Drucker neu starten oder aktualisieren, wenn das Problem weiterhin " -"besteht." msgid "Sending..." -msgstr "Senden..." +msgstr "" msgid "" "File upload timed out. Please check if the firmware version supports this " "operation or verify if the printer is functioning properly." msgstr "" -"Datei-Upload zeitüberschritten. Bitte überprüfen Sie, ob die Firmware-" -"Version diesen Vorgang unterstützt oder ob der Drucker ordnungsgemäß " msgid "Sending failed, please try again!" -msgstr "Senden fehlgeschlagen, bitte erneut versuchen!" +msgstr "" msgid "Connection failed. Click the icon to retry" msgstr "" -"Verbindung fehlgeschlagen. Klicken Sie auf das Symbol, um es erneut zu " -"versuchen" msgid "Cannot send the print task when the upgrade is in progress" msgstr "" @@ -9000,13 +8767,13 @@ msgid "The selected printer is incompatible with the chosen printer presets." msgstr "Der ausgewählte Drucker ist mit den gewählten Druckerprofilen nicht " msgid "Storage needs to be inserted before send to printer." -msgstr "Speicher muss vor dem Senden an den Drucker eingesetzt werden." +msgstr "" msgid "The printer is required to be in the same LAN as Orca Slicer." msgstr "Der Drucker muss sich im selben LAN befinden wie Orca Slicer." msgid "The printer does not support sending to printer storage." -msgstr "Der Drucker unterstützt das Senden an den Druckerspeicher nicht." +msgstr "" msgid "Slice ok." msgstr "Slicing erfolgreich." @@ -9192,17 +8959,11 @@ msgid "" "A prime tower is required for clumping detection. There may be flaws on the " "model without prime tower. Are you sure you want to disable prime tower?" msgstr "" -"Ein Reinigungsturm ist für die Erkennung von Klumpen erforderlich. Ohne " -"Reinigungsturm kann es zu Fehlern am Modell kommen. Sind Sie sicher, dass " -"Sie den Reinigungsturm deaktivieren möchten?" msgid "" "Prime tower is required for clumping detection. There may be flaws on the " "model without prime tower. Do you still want to enable clumping detection?" msgstr "" -"Reinigungsturm ist für die Erkennung von Klumpen erforderlich. Ohne " -"Reinigungsturm kann es zu Fehlern am Modell kommen. Möchten Sie die " -"Klumpenerkennung trotzdem aktivieren?" msgid "" "A prime tower is required for smooth timelapse. There may be flaws on the " @@ -9219,8 +8980,6 @@ msgid "" "Non-soluble support materials are not recommended for support base. \n" "Are you sure to use them for support base? \n" msgstr "" -"Nicht lösliche Stützmaterialien werden für die Stützbasis nicht empfohlen.\n" -"Möchten Sie sie trotzdem für die Stützbasis verwenden?\n" msgid "" "When using support material for the support interface, we recommend the " @@ -9249,21 +9008,12 @@ msgid "" "disable independent support layer height \n" "and use soluble materials for both support interface and support base" msgstr "" -"Wenn Sie lösliches Material für die Stützschnittstelle verwenden, empfehlen " -"wir folgende Einstellungen:\n" -"0 obere Z-Distanz, 0 Schnittstellenabstand, verschachteltes rechtwinkliges " -"Muster, unabhängige Stützhöhe deaktivieren \n" -"und lösliche Materialien sowohl für Stützschnittstelle als auch Stützbasis " -"verwenden." msgid "" "Change these settings automatically? \n" "Yes - Change these settings automatically\n" "No - Do not change these settings for me" msgstr "" -"Diese Einstellungen automatisch ändern? \n" -"Ja - Diese Einstellungen automatisch ändern.\n" -"Nein - Diese Einstellungen für mich nicht ändern." msgid "" "Enabling this option will modify the model's shape. If your print requires " @@ -9304,8 +9054,8 @@ msgid "" "Layer height exceeds the limit in Printer Settings -> Extruder -> Layer " "height limits, this may cause printing quality issues." msgstr "" -"Die Schichthöhe überschreitet das Limit in Druckereinstellungen -> Extruder " -"-> Schichthöhenlimits. Dies kann zu Problemen mit der Druckqualität führen." +"Die Schichthöhe überschreitet das Limit in Druckereinstellungen -> Extruder -" +"> Schichthöhenlimits. Dies kann zu Problemen mit der Druckqualität führen." msgid "Adjust to the set range automatically?\n" msgstr "Automatisch an den eingestellten Bereich anpassen?\n" @@ -9342,13 +9092,13 @@ msgstr "" msgid "" "When recording timelapse without toolhead, it is recommended to add a " "\"Timelapse Wipe Tower\" \n" -"by right-click the empty position of build plate and choose \"Add " -"Primitive\"->\"Timelapse Wipe Tower\"." +"by right-click the empty position of build plate and choose \"Add Primitive" +"\"->\"Timelapse Wipe Tower\"." msgstr "" "Wenn Sie einen Zeitraffer ohne Werkzeugkopf aufnehmen, wird empfohlen, einen " "\"Timelapse Wischturm\" hinzuzufügen, indem Sie mit der rechten Maustaste " -"auf die leere Position der Bauplatte klicken und \"Primitiv hinzufügen\"-" -">\"Timelapse Wischturm\" wählen." +"auf die leere Position der Bauplatte klicken und \"Primitiv hinzufügen\"->" +"\"Timelapse Wischturm\" wählen." msgid "" "A copy of the current system preset will be created, which will be detached " @@ -9702,7 +9452,7 @@ msgid "Wipe tower parameters" msgstr "Reinigungsturm-Parameter" msgid "Multi Filament" -msgstr "Multi-Filament" +msgstr "" msgid "Tool change parameters with single extruder MM printers" msgstr "Toolchange-Parameter bei Single-Extruder-MM-Druckern" @@ -9770,7 +9520,7 @@ msgid "Timelapse G-code" msgstr "Zeitraffer G-Code" msgid "Clumping Detection G-code" -msgstr "Klumpenerkennungs-G-Code" +msgstr "" msgid "Change filament G-code" msgstr "Filamentwechsel G-Code" @@ -9831,10 +9581,6 @@ msgstr "Reinigungsturm" msgid "Single extruder multi-material parameters" msgstr "Single-Extruder-Multimaterial-Parameter" -#, c-format, boost-format -msgid "Extruder %d" -msgstr "Extruder %d" - msgid "" "This is a single extruder multi-material printer, diameters of all extruders " "will be set to the new value. Do you want to proceed?" @@ -9867,12 +9613,9 @@ msgid "" "Switching to a printer with different extruder types or numbers will discard " "or reset changes to extruder or multi-nozzle-related parameters." msgstr "" -"Der Wechsel zu einem Drucker mit anderen Extrudertypen oder -anzahlen " -"verwirft oder setzt Änderungen an extruder- oder multi-düsenbezogenen " -"Parametern zurück." msgid "Use Modified Value" -msgstr "Modifizierten Wert verwenden" +msgstr "" msgid "Detached" msgstr "Losgelöst" @@ -9921,11 +9664,11 @@ msgstr "Sind sie sicher, dass sie das ausgewählte Profil %1% wollen?" #, c-format, boost-format msgid "Left: %s" -msgstr "Links: %s" +msgstr "" #, c-format, boost-format msgid "Right: %s" -msgstr "Rechts: %s" +msgstr "" msgid "Click to reset current value and attach to the global value." msgstr "" @@ -10167,43 +9910,40 @@ msgid "The configuration is up to date." msgstr "Die Konfiguration ist auf dem neuesten Stand." msgid "Open Wiki for more information >" -msgstr "Öffnen Sie das Wiki für weitere Informationen >" +msgstr "" msgid "Obj file Import color" msgstr "Obj-Datei Importfarbe" msgid "Some faces don't have color defined." -msgstr "Einige Flächen haben keine definierte Farbe." +msgstr "" msgid "mtl file exist error,could not find the material:" msgstr "" -"Fehler bei der Existenz der mtl-Datei, Material konnte nicht gefunden werden:" msgid "Please check obj or mtl file." -msgstr "Bitte überprüfen Sie die obj- oder mtl-Datei." +msgstr "" msgid "Specify number of colors:" msgstr "Anzahl der Farben angeben:" msgid "Enter or click the adjustment button to modify number again" msgstr "" -"Geben Sie die Anzahl erneut ein oder klicken Sie auf die " -"Anpassungsschaltfläche, um sie zu ändern" msgid "Recommended " msgstr "Empfohlen " msgid "view" -msgstr "Ansicht" +msgstr "" msgid "Current filament colors" -msgstr "Aktuelle Filamentfarben" +msgstr "" msgid "Matching" -msgstr "Abgleichen" +msgstr "" msgid "Quick set" -msgstr "Schnelleinstellung" +msgstr "" msgid "Color match" msgstr "Farbabgleich" @@ -10215,163 +9955,138 @@ msgid "Append" msgstr "Anhängen" msgid "Append to existing filaments" -msgstr "An vorhandene Filamente anhängen" +msgstr "" msgid "Reset mapped extruders." msgstr "Zurücksetzen der zugeordneten Extruder." msgid "Note" -msgstr "Hinweis" +msgstr "" msgid "" "The color has been selected, you can choose OK \n" " to continue or manually adjust it." msgstr "" -"Die Farbe wurde ausgewählt, Sie können OK wählen \n" -"um fortzufahren oder sie manuell anzupassen." msgid "—> " -msgstr "—> " +msgstr "" msgid "" "Synchronizing AMS filaments will discard your modified but unsaved filament " "presets.\n" "Are you sure you want to continue?" msgstr "" -"Das Synchronisieren von AMS-Filamenten verwirft Ihre geänderten, aber nicht " -"gespeicherten Filamentvoreinstellungen.\n" -"Sind Sie sicher, dass Sie fortfahren möchten?" msgctxt "Sync_AMS" msgid "Original" -msgstr "Original" +msgstr "" msgid "After mapping" -msgstr "Nach dem Zuordnen" +msgstr "" msgid "After overwriting" -msgstr "Nach dem Überschreiben" +msgstr "" msgctxt "Sync_AMS" msgid "Plate" -msgstr "Platte" +msgstr "" msgid "" "The connected printer does not match the currently selected printer. Please " "change the selected printer." msgstr "" -"Der angeschlossene Drucker stimmt nicht mit dem aktuell ausgewählten Drucker " -"überein. Bitte ändern Sie den ausgewählten Drucker." msgid "Mapping" -msgstr "Zuordnen" +msgstr "" msgid "Overwriting" -msgstr "Überschreiben" +msgstr "" msgid "Reset all filament mapping" -msgstr "Alle Filamentzuordnungen zurücksetzen" +msgstr "" msgid "Left Extruder" -msgstr "linker Extruder" +msgstr "" msgid "(Recommended filament)" -msgstr "(empfohlenes Filament)" +msgstr "" msgid "Right Extruder" -msgstr "rechter Extruder" +msgstr "" msgid "Advanced Options" -msgstr "Erweiterte Optionen" +msgstr "" msgid "" "Check heatbed flatness. Leveling makes extruded height uniform.\n" "*Automatic mode: Level first (about 10 seconds). Skip if surface is fine." msgstr "" -"Überprüfe die Ebenheit des Heizbetts. Das Nivellieren sorgt für eine " -"einheitliche Extrusionshöhe.\n" -"*Automatischer Modus: Zuerst nivellieren (ca. 10 Sekunden).Überspringen, " -"wenn die Oberfläche in Ordnung ist." msgid "" "Calibrate nozzle offsets to enhance print quality.\n" "*Automatic mode: Check for calibration before printing; skip if unnecessary." msgstr "" -"Kalibrieren Sie die Düsenversätze, um die Druckqualität zu verbessern.\n" -"*Automatischer Modus: Überprüfen Sie die Kalibrierung vor dem Drucken; " -"überspringen Sie sie, wenn sie nicht erforderlich ist." msgid "Use AMS" msgstr "AMS verwenden" msgid "Tip" -msgstr "Tipp" +msgstr "" msgid "" "Only synchronize filament type and color, not including AMS slot information." msgstr "" -"Nur Filamenttyp und Farbe synchronisieren, nicht einschließlich AMS-Slot-" -"Informationen." msgid "" "Replace the project filaments list sequentially based on printer filaments. " "And unused printer filaments will be automatically added to the end of the " "list." msgstr "" -"Ersetzen Sie die Filamentliste des Projekts nacheinander basierend auf den " -"Filamenten des Druckers. Unbenutzte Druckerfilamente werden automatisch am " -"Ende der Liste hinzugefügt." msgid "Advanced settings" -msgstr "Erweiterte Einstellungen" +msgstr "" msgid "Add unused AMS filaments to filaments list." -msgstr "Unbenutzte AMS-Filamente zur Filamentliste hinzufügen." +msgstr "" msgid "Automatically merge the same colors in the model after mapping." msgstr "" -"Automatisches Zusammenführen derselben Farben im Modell nach dem Zuordnen." msgid "After being synced, this action cannot be undone." msgstr "" -"Nach der Synchronisierung kann diese Aktion nicht rückgängig gemacht werden." msgid "" "After being synced, the project's filament presets and colors will be " "replaced with the mapped filament types and colors. This action cannot be " "undone." msgstr "" -"Nach der Synchronisierung werden die Filamentvoreinstellungen und Farben des " -"Projekts durch die zugeordneten Filamenttypen und -farben ersetzt. Diese " -"Aktion kann nicht rückgängig gemacht werden." msgid "Are you sure to synchronize the filaments?" -msgstr "Sind Sie sicher, dass Sie die Filamente synchronisieren möchten?" +msgstr "" msgid "Synchronize now" -msgstr "Jetzt synchronisieren" +msgstr "" msgid "Synchronize Filament Information" -msgstr "Filamentinformationen synchronisieren" +msgstr "" msgid "Add unused filaments to filaments list." -msgstr "Unbenutzte Filamente zur Filamentliste hinzufügen." +msgstr "" msgid "" "Only synchronize filament type and color, not including slot information." msgstr "" -"Nur Filamenttyp und Farbe synchronisieren, nicht einschließlich Slot-" -"Informationen." msgid "Ext spool" -msgstr "Externer Spule" +msgstr "" msgid "" "Please check whether the nozzle type of the device is the same as the preset " "nozzle type." msgstr "" -"Bitte überprüfen Sie, ob der Düsentyp des Geräts mit dem voreingestellten " -"Düsentyp übereinstimmt." + +msgid "Storage is not available or is in read-only mode." +msgstr "" #, c-format, boost-format msgid "" @@ -10384,35 +10099,33 @@ msgstr "" msgid "" "Timelapse is not supported because Print sequence is set to \"By object\"." msgstr "" -"Zeitraffer wird nicht unterstützt, da die Druckreihenfolge auf \"Nach " -"Objekt\" eingestellt ist." +"Zeitraffer wird nicht unterstützt, da die Druckreihenfolge auf \"Nach Objekt" +"\" eingestellt ist." msgid "" "You selected external and AMS filament at the same time in an extruder, you " "will need manually change external filament." msgstr "" -"Sie haben gleichzeitig externes und AMS-Filament in einem Extruder Sie " -"müssen das externe Filament manuell ändern." msgid "Successfully synchronized nozzle information." -msgstr "Düseninformationen erfolgreich synchronisiert." +msgstr "" msgid "Successfully synchronized nozzle and AMS number information." -msgstr "Düsen und AMS Nummer erfolgreich synchronisiert." +msgstr "" msgid "Continue to sync filaments" -msgstr "Weiter mit dem Synchronisieren der Filamente" +msgstr "" msgctxt "Sync_Nozzle_AMS" msgid "Cancel" -msgstr "Abbrechen" +msgstr "" msgid "Successfully synchronized color and type of filament from printer." -msgstr "Farbe und Typ des Filaments erfolgreich vom Drucker synchronisiert." +msgstr "" msgctxt "FinishSyncAms" msgid "OK" -msgstr "OK" +msgstr "" msgid "Ramming customization" msgstr "Ramming-Anpassung" @@ -10456,9 +10169,6 @@ msgid "" "changed or filaments changed. You could disable the auto-calculate in Orca " "Slicer > Preferences" msgstr "" -"Orca würde Ihre Reinigungsvolumen jedes Mal neu berechnen, wenn sich die " -"Filamentfarbe oder die Filamente ändern. Sie können die automatische " -"Neuberechnung in Orca Slicer > Einstellungen deaktivieren " msgid "Flushing volume (mm³) for each filament pair." msgstr "Reinigungsvolumen (mm³) für jedes Filamentpaar." @@ -10475,10 +10185,10 @@ msgid "Re-calculate" msgstr "Neu berechnen" msgid "Left extruder" -msgstr "Linker Extruder" +msgstr "" msgid "Right extruder" -msgstr "Rechter Extruder" +msgstr "" msgid "Multiplier" msgstr "Multiplikator " @@ -10487,7 +10197,7 @@ msgid "Flushing volumes for filament change" msgstr "Reinigungsvolumen für Filamentwechsel" msgid "Please choose the filament colour" -msgstr "Bitte wählen Sie die Filamentfarbe" +msgstr "" msgid "" "Windows Media Player is required for this task! Do you want to enable " @@ -10811,26 +10521,19 @@ msgid "" "Try the following methods to update the connection parameters and reconnect " "to the printer." msgstr "" -"Versuchen Sie die folgenden Methoden, um die Verbindungsparameter zu " -"aktualisieren und eine erneute Verbindung zum Drucker herzustellen." msgid "1. Please confirm Orca Slicer and your printer are in the same LAN." msgstr "" -"1. Bitte bestätigen Sie, dass sich Orca Slicer und Ihr Drucker im selben LAN " msgid "" "2. If the IP and Access Code below are different from the actual values on " "your printer, please correct them." msgstr "" -"2. Wenn die unten stehende IP und der Zugriffscode von den tatsächlichen " -"Werten auf Ihrem Drucker abweichen, korrigieren Sie diese bitte." msgid "" "3. Please obtain the device SN from the printer side; it is usually found in " "the device information on the printer screen." msgstr "" -"3. Bitte holen Sie die Geräte-SN von der Druckerseite; sie ist normalerweise " -"in den Geräteinformationen auf dem Druckerbildschirm zu finden." msgid "IP" msgstr "IP" @@ -10886,36 +10589,33 @@ msgstr "" "gehen Sie bitte zu Schritt 3, um Netzwerkprobleme zu beheben" msgid "Connection failed! Please refer to the wiki page." -msgstr "Verbindung fehlgeschlagen! Bitte beziehen Sie sich auf die Wiki-Seite." +msgstr "" msgid "sending failed" -msgstr "Senden fehlgeschlagen" +msgstr "" msgid "" "Failed to send. Click Retry to attempt sending again. If retrying does not " "work, please check the reason." msgstr "" -"Senden fehlgeschlagen. Klicken Sie auf Wiederholen, um das Senden erneut zu " -"versuchen. Wenn das Wiederholen nicht funktioniert, überprüfen Sie bitte den " -"Grund." msgid "reconnect" -msgstr "erneut verbinden" +msgstr "" msgid "Air Pump" msgstr "Luftpumpe" msgid "Laser 10W" -msgstr "Laser 10W" +msgstr "" msgid "Laser 40W" -msgstr "Laser 40W" +msgstr "" msgid "Cutting Module" msgstr "Schneidemodul" msgid "Auto Fire Extinguishing System" -msgstr "Automatisches Feuerlöschsystem" +msgstr "" msgid "Model:" msgstr "Modell:" @@ -11084,13 +10784,13 @@ msgid "Generating G-code: layer %1%" msgstr "G-Code wird generiert: Schicht %1%" msgid "Flush volumes matrix do not match to the correct size!" -msgstr "Reinigungsvolumen-Matrix stimmt nicht mit der korrekten Größe überein!" +msgstr "" msgid "Grouping error: " -msgstr "Gruppierungsfehler: " +msgstr "" msgid " can not be placed in the " -msgstr " kann nicht platziert werden in der " +msgstr "" msgid "Inner wall" msgstr "Innere Wand" @@ -11258,8 +10958,6 @@ msgid "" " is too close to clumping detection area, there may be collisions when " "printing." msgstr "" -" ist zu nahe am Klumpenerkennungsbereich. Beim Drucken kann es zu " -"Kollisionen kommen." msgid "Prime Tower" msgstr "Reinigungsturm" @@ -11273,47 +10971,32 @@ msgstr " ist zu nahe am Sperrbereich und es werden Kollisionen verursacht.\n" msgid "" " is too close to clumping detection area, and collisions will be caused.\n" msgstr "" -" ist zu nahe am Klumpenerkennungsbereich und es werden Kollisionen " -"verursacht.\n" msgid "" "Printing high-temp and low-temp filaments together may cause nozzle clogging " "or printer damage." msgstr "" -"Das gleichzeitige Drucken von Hochtemperatur- und " -"Niedrigtemperaturfilamenten kann zu Düsenverstopfungen oder Druckerschäden " -"führen." msgid "" "Printing high-temp and low-temp filaments together may cause nozzle clogging " "or printer damage. If you still want to print, you can enable the option in " "Preferences." msgstr "" -"Das gleichzeitige Drucken von Hochtemperatur- und " -"Niedrigtemperaturfilamenten kann zu Düsenverstopfungen oder Druckerschäden " -"führen. Wenn Sie trotzdem drucken möchten, können Sie die Option in den " -"Einstellungen aktivieren." msgid "" "Printing different-temp filaments together may cause nozzle clogging or " "printer damage." msgstr "" -"Das gleichzeitige Drucken von Filamenten mit unterschiedlichen Temperaturen " -"kann zu Düsenverstopfungen oder Druckerschäden führen." msgid "" "Printing high-temp and mid-temp filaments together may cause nozzle clogging " "or printer damage." msgstr "" -"Das gleichzeitige Drucken von Hochtemperatur- und Mitteltemperaturfilamenten " -"kann zu Düsenverstopfungen oder Druckerschäden führen." msgid "" "Printing mid-temp and low-temp filaments together may cause nozzle clogging " "or printer damage." msgstr "" -"Das gleichzeitige Drucken von Mitteltemperatur- und " -"Niedrigtemperaturfilamenten kann zu Düsenverstopfungen oder Druckerschäden " msgid "No extrusions under current settings." msgstr "Keine Extrusion unter den aktuellen Einstellungen." @@ -11328,15 +11011,11 @@ msgstr "" msgid "" "Clumping detection is not supported when \"by object\" sequence is enabled." msgstr "" -"Die Klumpenerkennung wird nicht unterstützt, wenn die Sequenz \"nach " -"Objekt\" " msgid "" "Prime tower is required for clumping detection; otherwise, there may be " "flaws on the model." msgstr "" -"Ein Reinigungsturm ist für die Klumpenerkennung erforderlich; andernfalls " -"kann es zu Fehlern am Modell kommen." msgid "" "Please select \"By object\" print sequence to print multiple objects in " @@ -11649,7 +11328,7 @@ msgid "Printable area" msgstr "Druckbarer Bereich" msgid "Extruder printable area" -msgstr "Druckbarer Bereich des Extruders" +msgstr "" msgid "Bed exclude area" msgstr "ausgenommene Druckbettfläche" @@ -11713,14 +11392,12 @@ msgstr "" "Maximale bedruckbare Höhe, die durch den Bauraum des Druckers begrenzt ist." msgid "Extruder printable height" -msgstr "Druckbare Höhe des Extruders" +msgstr "" msgid "" "Maximum printable height of this extruder which is limited by mechanism of " "printer." msgstr "" -"Maximale bedruckbare Höhe dieses Extruders, die durch den Bauraum des " -"Druckers begrenzt ist." msgid "Preferred orientation" msgstr "Bevorzugte Ausrichtung" @@ -11753,8 +11430,8 @@ msgstr "" "Feld sollte den Hostnamen, die IP-Adresse oder die URL der Drucker-Host-" "Instanz enthalten. Auf einen Drucker-Host hinter HAProxy mit aktivierter " "Basisauthentifizierung kann zugegriffen werden, indem Benutzername und " -"Passwort in die URL in folgendem Format eingegeben werden: https://" -"username:password@Ihre-octopi-Adresse/" +"Passwort in die URL in folgendem Format eingegeben werden: https://username:" +"password@Ihre-octopi-Adresse/" msgid "Device UI" msgstr "Gerät" @@ -12286,13 +11963,13 @@ msgstr "" "Objektflussverhältnis multipliziert wird." msgid "Set other flow ratios" -msgstr "Andere Flussverhältnisse festlegen" +msgstr "" msgid "Change flow ratios for other extrusion path types." -msgstr "Ändern Sie die Flussverhältnisse für andere Extrusionspfadtypen." +msgstr "" msgid "First layer flow ratio" -msgstr "Flussverhältnis der ersten Schicht" +msgstr "" msgid "" "This factor affects the amount of material on the first layer for the " @@ -12301,15 +11978,9 @@ msgid "" "For the first layer, the actual flow ratio for each path role (does not " "affect brims and skirts) will be multiplied by this value." msgstr "" -"Dieser Faktor beeinflusst die Materialmenge in der ersten Schicht für die in " -"diesem Abschnitt aufgeführten Extrusionspfadrollen.\n" -"\n" -"Für die erste Schicht wird das tatsächliche Flussverhältnis für jede " -"Linienart (beeinflusst nicht Ränder und Umrandungen) mit diesem Wert " -"multipliziert." msgid "Outer wall flow ratio" -msgstr "Außenwand Durchflußrate" +msgstr "" msgid "" "This factor affects the amount of material for outer walls.\n" @@ -12317,14 +11988,9 @@ msgid "" "The actual outer wall flow used is calculated by multiplying this value by " "the filament flow ratio, and if set, the object's flow ratio." msgstr "" -"Dieser Faktor beeinflusst die Menge des Materials für die äußeren Wände.\n" -"\n" -"Der tatsächliche Außenwandfluss wird berechnet, indem dieser Wert mit dem " -"Filamentflussverhältnis und, falls festgelegt, dem Objektflussverhältnis " -"multipliziert wird." msgid "Inner wall flow ratio" -msgstr "Innenwand Durchflußrate" +msgstr "" msgid "" "This factor affects the amount of material for inner walls.\n" @@ -12332,14 +11998,9 @@ msgid "" "The actual inner wall flow used is calculated by multiplying this value by " "the filament flow ratio, and if set, the object's flow ratio." msgstr "" -"Dieser Faktor beeinflusst die Menge des Materials für die inneren Wände.\n" -"\n" -"Der tatsächliche Innenwandfluss wird berechnet, indem dieser Wert mit dem " -"Filamentflussverhältnis und, falls festgelegt, dem Objektflussverhältnis " -"multipliziert wird." msgid "Overhang flow ratio" -msgstr "Überhang Durchflußrate" +msgstr "" msgid "" "This factor affects the amount of material for overhangs.\n" @@ -12347,14 +12008,9 @@ msgid "" "The actual overhang flow used is calculated by multiplying this value by the " "filament flow ratio, and if set, the object's flow ratio." msgstr "" -"Dieser Faktor beeinflusst die Menge des Materials für Überhänge.\n" -"\n" -"Der tatsächliche Überhangfluss wird berechnet, indem dieser Wert mit dem " -"Filamentflussverhältnis und, falls festgelegt, dem Objektflussverhältnis " -"multipliziert wird." msgid "Sparse infill flow ratio" -msgstr "Dünne Füllung Durchflußrate" +msgstr "" msgid "" "This factor affects the amount of material for sparse infill.\n" @@ -12362,14 +12018,9 @@ msgid "" "The actual sparse infill flow used is calculated by multiplying this value " "by the filament flow ratio, and if set, the object's flow ratio." msgstr "" -"Dieser Faktor beeinflusst die Menge des Materials für die dünne Füllung.\n" -"\n" -"Der tatsächliche dünne Füllungsfluss wird berechnet, indem dieser Wert mit " -"dem Filamentflussverhältnis und, falls festgelegt, dem Objektflussverhältnis " -"multipliziert wird." msgid "Internal solid infill flow ratio" -msgstr "Interne feste Füllung Durchflußrate" +msgstr "" msgid "" "This factor affects the amount of material for internal solid infill.\n" @@ -12377,15 +12028,9 @@ msgid "" "The actual internal solid infill flow used is calculated by multiplying this " "value by the filament flow ratio, and if set, the object's flow ratio." msgstr "" -"Dieser Faktor beeinflusst die Menge des Materials für die interne feste " -"Füllung.\n" -"\n" -"Der tatsächliche Fluss der internen festen Füllung wird berechnet, indem " -"dieser Wert mit dem Filamentflussverhältnis und, falls festgelegt, dem " -"Objektflussverhältnis multipliziert wird." msgid "Gap fill flow ratio" -msgstr "Lückenfüllung Durchflußrate" +msgstr "" msgid "" "This factor affects the amount of material for filling the gaps.\n" @@ -12393,14 +12038,9 @@ msgid "" "The actual gap filling flow used is calculated by multiplying this value by " "the filament flow ratio, and if set, the object's flow ratio." msgstr "" -"Dieser Faktor beeinflusst die Menge des Materials zum Füllen der Lücken.\n" -"\n" -"Der tatsächliche Fluss zur Lückenfüllung wird berechnet, indem dieser Wert " -"mit dem Filamentflussverhältnis und, falls festgelegt, dem " -"Objektflussverhältnis multipliziert wird." msgid "Support flow ratio" -msgstr "Support Durchflußrate" +msgstr "" msgid "" "This factor affects the amount of material for support.\n" @@ -12408,14 +12048,9 @@ msgid "" "The actual support flow used is calculated by multiplying this value by the " "filament flow ratio, and if set, the object's flow ratio." msgstr "" -"Dieser Faktor beeinflusst die Menge des Materials für den Support.\n" -"\n" -"Der tatsächliche Supportfluss wird berechnet, indem dieser Wert mit dem " -"Filamentflussverhältnis und, falls festgelegt, dem Objektflussverhältnis " -"multipliziert wird." msgid "Support interface flow ratio" -msgstr "Support-Schnittstellen-Durchflußrate" +msgstr "" msgid "" "This factor affects the amount of material for the support interface.\n" @@ -12423,11 +12058,6 @@ msgid "" "The actual support interface flow used is calculated by multiplying this " "value by the filament flow ratio, and if set, the object's flow ratio." msgstr "" -"Dieser Faktor beeinflusst die Menge des Materials für die Support-" -"Schnittstelle.\n" -"Der tatsächliche Support-Schnittstellenfluss wird berechnet, indem dieser " -"Wert mit dem Filamentflussverhältnis und, falls festgelegt, dem " -"Objektflussverhältnis multipliziert wird." msgid "Precise wall" msgstr "Exakte Wand" @@ -13243,8 +12873,8 @@ msgid "" "external surface finish. It can also cause the infill to shine through the " "external surfaces of the part." msgstr "" -"Reihenfolge der Wand/Füllung. Wenn das Kontrollkästchen nicht aktiviert " -"ist,werden die Wände zuerst gedruckt, was in den meisten Fällen am besten " +"Reihenfolge der Wand/Füllung. Wenn das Kontrollkästchen nicht aktiviert ist," +"werden die Wände zuerst gedruckt, was in den meisten Fällen am besten " "funktioniert.\n" "\n" "Das Drucken der Füllung zuerst kann bei extremen Überhängen helfen, da die " @@ -13382,7 +13012,7 @@ msgstr "" "Mesh-Bereich in den XY-Richtungen erweitert werden soll." msgid "Grab length" -msgstr "Greiferlänge" +msgstr "" msgid "Extruder Color" msgstr "Extruder Farbe" @@ -13666,39 +13296,35 @@ msgstr "" "Wert von 0 bedeutet, dass die HRC der Düse nicht geprüft wird." msgid "Filament map to extruder" -msgstr "Filament-Zuordnung zum Extruder" +msgstr "" msgid "Filament map to extruder." -msgstr "Filament-Zuordnung zum Extruder." +msgstr "" msgid "filament mapping mode" -msgstr "Filament-Zuordnungsmodus" +msgstr "" msgid "Auto For Flush" -msgstr "Automatisch für Spülen" +msgstr "" msgid "Auto For Match" -msgstr "Automatisch für Übereinstimmung" +msgstr "" msgid "Flush temperature" -msgstr "Spültemperatur" +msgstr "" msgid "" "Temperature when flushing filament. 0 indicates the upper bound of the " "recommended nozzle temperature range." msgstr "" -"Temperatur beim Spülen des Filaments. 0 bedeutet die obere Grenze des " -"empfohlenen Düsentemperaturbereichs." msgid "Flush volumetric speed" -msgstr "Volumetrische Spülgeschwindigkeit" +msgstr "" msgid "" "Volumetric speed when flushing filament. 0 indicates the max volumetric " "speed." msgstr "" -"Volumetrische Geschwindigkeit beim Spülen des Filaments. 0 bedeutet die " -"maximale volumetrische Geschwindigkeit." msgid "" "This setting stands for how much volume of filament can be melted and " @@ -13749,22 +13375,19 @@ msgstr "" "Multi-Material-Maschinen beträgt es in der Regel 0. Nur für Statistiken" msgid "Bed temperature type" -msgstr "Betttemperaturtyp" +msgstr "" msgid "" "This option determines how the bed temperature is set during slicing: based " "on the temperature of the first filament or the highest temperature of the " "printed filaments." msgstr "" -"Diese Option bestimmt, wie die Betttemperatur während des Slicens " -"eingestellt wird: basierend auf der Temperatur des ersten Filaments oder der " -"höchsten Temperatur der gedruckten Filamente." msgid "By First filament" -msgstr "Nach dem ersten Filament" +msgstr "" msgid "By Highest Temp" -msgstr "Nach der höchsten Temperatur" +msgstr "" msgid "" "Filament diameter is used to calculate extrusion in G-code, so it is " @@ -13794,20 +13417,16 @@ msgstr "" "Filamentdurchmesser = sqrt( (4 * Pellet-Flusskoeffizient) / PI )" msgid "Adaptive volumetric speed" -msgstr "Adaptive volumetrische Geschwindigkeit" +msgstr "" msgid "" "When enabled, the extrusion flow is limited by the smaller of the fitted " "value (calculated from line width and layer height) and the user-defined " "maximum flow. When disabled, only the user-defined maximum flow is applied." msgstr "" -"Wenn aktiviert, wird der Extrusionsfluss durch den kleineren der angepassten " -"Wert (berechnet aus Linienbreite und Schichthöhe) und den vom Benutzer " -"definierten maximalen Fluss begrenzt. Wenn deaktiviert, wird nur der vom " -"Benutzer definierte maximale Fluss angewendet." msgid "Max volumetric speed multinomial coefficients" -msgstr "Maximale volumetrische Geschwindigkeits-Multinomial-Koeffizienten" +msgstr "" msgid "Shrinkage (XY)" msgstr "Schrumpfung (XY)" @@ -13841,10 +13460,10 @@ msgstr "" "skaliert, um das zukompensieren." msgid "Adhesiveness Category" -msgstr "Haftungskategorie" +msgstr "" msgid "Filament category." -msgstr "Filamentkategorie." +msgstr "" msgid "Loading speed" msgstr "Lade-Geschwindigkeit" @@ -14005,15 +13624,12 @@ msgstr "" "Schnittstellen verwendet" msgid "Filament ramming length" -msgstr "Filament-Ramming-Länge" +msgstr "" msgid "" "When changing the extruder, it is recommended to extrude a certain length of " "filament from the original extruder. This helps minimize nozzle oozing." msgstr "" -"Beim Wechseln des Extruders wird empfohlen, eine bestimmte Länge Filament " -"aus dem ursprünglichen Extruder zu extrudieren. Dies hilft, das Tropfen der " -"Düse zu minimieren." msgid "Support material" msgstr "Stützmaterial" @@ -14025,10 +13641,10 @@ msgstr "" "Schnittstellen verwendet." msgid "Filament printable" -msgstr "Filament druckbar" +msgstr "" msgid "The filament is printable in extruder." -msgstr "Das Filament ist im Extruder druckbar." +msgstr "" msgid "Softening temperature" msgstr "Erweichungstemperatur" @@ -14307,16 +13923,16 @@ msgid "" "Acceleration of bridges. If the value is expressed as a percentage (e.g. " "50%), it will be calculated based on the outer wall acceleration." msgstr "" -"Beschleunigung der Brücken. Wenn der Wert als Prozentwert angegeben wird " -"(z.B. 50%), wird er auf der Grundlage der Beschleunigung der Außenwand " +"Beschleunigung der Brücken. Wenn der Wert als Prozentwert angegeben wird (z." +"B. 50%), wird er auf der Grundlage der Beschleunigung der Außenwand " "berechnet." msgid "mm/s² or %" msgstr "mm/s² o. %" msgid "" -"Acceleration of sparse infill. If the value is expressed as a percentage " -"(e.g. 100%), it will be calculated based on the default acceleration." +"Acceleration of sparse infill. If the value is expressed as a percentage (e." +"g. 100%), it will be calculated based on the default acceleration." msgstr "" "Beschleunigung der spärlichen Innenfüllung. Wenn der Wert als Prozentwert " "angegeben wird (z.B. 100%), wird er auf der Grundlage der " @@ -14442,13 +14058,13 @@ msgstr "Volle Lüfterdrehzahl ab Schicht" msgid "" "Fan speed will be ramped up linearly from zero at layer " -"\"close_fan_the_first_x_layers\" to maximum at layer " -"\"full_fan_speed_layer\". \"full_fan_speed_layer\" will be ignored if lower " -"than \"close_fan_the_first_x_layers\", in which case the fan will be running " -"at maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1." +"\"close_fan_the_first_x_layers\" to maximum at layer \"full_fan_speed_layer" +"\". \"full_fan_speed_layer\" will be ignored if lower than " +"\"close_fan_the_first_x_layers\", in which case the fan will be running at " +"maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1." msgstr "" -"Die Lüftergeschwindigkeit wird linear von Null bei der " -"Schicht\"close_fan_the_first_x_layers\" auf das Maximum bei der Schicht " +"Die Lüftergeschwindigkeit wird linear von Null bei der Schicht" +"\"close_fan_the_first_x_layers\" auf das Maximum bei der Schicht " "\"full_fan_speed_layer\" erhöht. \"full_fan_speed_layer\" wird ignoriert, " "wenn es niedriger ist als \"close_fan_the_first_x_layers\",in diesem Fall " "läuft der Lüfter bei Schicht \"close_fan_the_first_x_layers\"+ 1 mit maximal " @@ -14775,7 +14391,7 @@ msgid "Stainless steel" msgstr "Edelstahl" msgid "Tungsten carbide" -msgstr "Wolframkarbid" +msgstr "" msgid "Brass" msgstr "Messing" @@ -14864,8 +14480,8 @@ msgstr "" "aus, bevor die Geschwindigkeit auf die Zielgeschwindigkeit reduziert wird, " "um den Kühlventilator anzuschubsen.Dies ist bei Lüftern nützlich, bei denen " "eine niedrige PWM-Leistung möglicherweise nicht ausreicht, um den Lüfter vom " -"Stillstand aus zu starten oder um den Lüfter schneller auf Touren zu " -"bringen.Setze den Wert auf 0, um diese Funktion zu deaktivieren." +"Stillstand aus zu starten oder um den Lüfter schneller auf Touren zu bringen." +"Setze den Wert auf 0, um diese Funktion zu deaktivieren." msgid "Time cost" msgstr "Druckzeit Kosten" @@ -15120,19 +14736,19 @@ msgstr "" "Düsendurchmesser sein." msgid "Enable clumping detection" -msgstr "Klumpen-Erkennung aktivieren" +msgstr "" msgid "Clumping detection layers" -msgstr "Klumpen-Erkennungsschichten" +msgstr "" msgid "Clumping detection layers." -msgstr "Klumpen-Erkennungsschichten." +msgstr "" msgid "Probing exclude area of clumping" -msgstr "Klumpen-Ausschlussbereich abtasten" +msgstr "" msgid "Probing exclude area of clumping." -msgstr "Klumpen-Ausschlussbereich abtasten." +msgstr "" msgid "Filament to print internal sparse infill." msgstr "Filament für den Druck der inneren Füllung." @@ -15341,17 +14957,17 @@ msgid "Print speed of ironing lines." msgstr "Druckgeschwindigkeit der Glättlinien." msgid "Ironing angle offset" -msgstr "Glättwinkelversatz" +msgstr "" msgid "The angle of ironing lines offset from the top surface." -msgstr "Der Winkel der Glättlinien, der von der oberen Oberfläche abweicht." +msgstr "" msgid "This G-code is inserted at every layer change after the Z lift." msgstr "" "Dieser G-Code wird bei jedem Schichtwechsel nach dem anheben von Z eingefügt." msgid "Clumping detection G-code" -msgstr "Klumpen-Erkennungs-G-Code" +msgstr "" msgid "Supports silent mode" msgstr "Unterstützt den Leise-Modus" @@ -15488,10 +15104,6 @@ msgid "" "Firmware\n" "If your Marlin 2 printer uses Classic Jerk set this value to 0.)" msgstr "" -"Maximale Verbindungsabweichung (M205 J, gilt nur, wenn JD > 0 für Marlin " -"Firmware\n" -"Wenn Ihr Marlin 2 Drucker klassischen Ruck verwendet, setzen Sie diesen Wert " -"auf 0.)" msgid "Minimum speed for extruding" msgstr "Mindestgeschwindigkeit beim Extrudieren" @@ -16019,10 +15631,10 @@ msgstr "" "Wechsel" msgid "Long retraction when extruder change" -msgstr "Langer Rückzug beim Extruderwechsel" +msgstr "" msgid "Retraction distance when extruder change" -msgstr "Rückzugslänge beim Extruderwechsel" +msgstr "" msgid "Z-hop height" msgstr "Z-Hub-Höhe" @@ -16122,16 +15734,16 @@ msgid "Top and Bottom" msgstr "Oben und Unten" msgid "Direct Drive" -msgstr "Direktantrieb" +msgstr "" msgid "Bowden" msgstr "Bowden" msgid "Nozzle Volume Type" -msgstr "Düsenvolumentyp" +msgstr "" msgid "Default Nozzle Volume Type." -msgstr "Standard-Düsenvolumentyp." +msgstr "" msgid "Extra length on restart" msgstr "Zusätzliche Länge beim Neustart" @@ -16309,8 +15921,8 @@ msgstr "" "Geschwindigkeit der äußeren oder inneren Wände abweicht. Wenn die hier " "angegebene Geschwindigkeit höher ist als die Geschwindigkeit der äußeren " "oder inneren Wände, wird der Drucker auf die langsamere der beiden " -"Geschwindigkeiten zurückgesetzt. Wenn sie als Prozentsatz angegeben wird " -"(z.B. 80%), wird die Geschwindigkeit auf der Grundlage der jeweiligen " +"Geschwindigkeiten zurückgesetzt. Wenn sie als Prozentsatz angegeben wird (z." +"B. 80%), wird die Geschwindigkeit auf der Grundlage der jeweiligen " "Geschwindigkeit der äußeren oder inneren Wand berechnet. Der Standardwert " "ist auf 100% eingestellt." @@ -16365,8 +15977,8 @@ msgid "Role base wipe speed" msgstr "Rollenbasierte Wipe Geschwindigkeit" msgid "" -"The wipe speed is determined by the speed of the current extrusion role. " -"e.g. if a wipe action is executed immediately following an outer wall " +"The wipe speed is determined by the speed of the current extrusion role. e." +"g. if a wipe action is executed immediately following an outer wall " "extrusion, the speed of the outer wall extrusion will be utilized for the " "wipe action." msgstr "" @@ -16874,11 +16486,10 @@ msgstr "" "Kanten, Ausragungen, usw." msgid "Ignore small overhangs" -msgstr "Kleine Überhänge ignorieren" +msgstr "" msgid "Ignore small overhangs that possibly don't require support." msgstr "" -"Kleine Überhänge ignorieren, die möglicherweise keine Stützen benötigen." msgid "Top Z distance" msgstr "Oberer Z-Abstand" @@ -17143,16 +16754,6 @@ msgstr "" "Stützschnittstellen zu aktivieren, wenn dichte Schnittstellen benötigt " "werden." -msgid "Adaptive layer height" -msgstr "Adaptive Schichthöhe" - -msgid "" -"Enabling this option means the height of tree support layer except the first " -"will be automatically calculated." -msgstr "" -"Wenn Sie diese Option aktivieren, wird die Höhe der Baumstützschicht außer " -"der ersten automatisch berechnet." - msgid "Auto brim width" msgstr "Automatische Randbreite" @@ -17254,8 +16855,8 @@ msgstr "aktiviere Temperaturkontrolle" msgid "" "Enable this option for automated chamber temperature control. This option " -"activates the emitting of an M191 command before the " -"\"machine_start_gcode\"\n" +"activates the emitting of an M191 command before the \"machine_start_gcode" +"\"\n" " which sets the chamber temperature and waits until it is reached. In " "addition, it emits an M141 command at the end of the print to turn off the " "chamber heater, if present.\n" @@ -17463,11 +17064,10 @@ msgstr "" "Erscheinungsdefekte beim Drucken von Objekten zu vermeiden." msgid "Internal ribs" -msgstr "Interne Rippen" +msgstr "" msgid "Enable internal ribs to increase the stability of the prime tower." msgstr "" -"Interne Rippen aktivieren, um die Stabilität des Reinigungsturms zu erhöhen." msgid "Purging volumes" msgstr "Reinigungsvolumen" @@ -17502,8 +17102,6 @@ msgid "" "Brim width of prime tower, negative number means auto calculated width based " "on the height of prime tower." msgstr "" -"Randbreite des Reinigungsturms, negative Zahl bedeutet automatisch " -"berechnete Breite basierend auf der Höhe des Reinigungsturms." msgid "Stabilization cone apex angle" msgstr "Winkel des Stabilisierungskegels" @@ -17625,17 +17223,16 @@ msgstr "" "unten zu vereinfachen." msgid "Skip points" -msgstr "Punkte überspringen" +msgstr "" msgid "The wall of prime tower will skip the start points of wipe path." msgstr "" -"Die Wand des Reinigungsturms überspringt die Startpunkte des Wischpfads." msgid "Infill gap" -msgstr "Infill-Lücke" +msgstr "" msgid "Infill gap." -msgstr "Infill-Lücke." +msgstr "" msgid "" "Purging after filament change will be done inside objects' infills. This may " @@ -18234,8 +17831,8 @@ msgid "Debug level" msgstr "Fehlersuchstufe" msgid "" -"Sets debug logging level. 0:fatal, 1:error, 2:warning, 3:info, 4:debug, " -"5:trace\n" +"Sets debug logging level. 0:fatal, 1:error, 2:warning, 3:info, 4:debug, 5:" +"trace\n" msgstr "" "Legt die Stufe der Fehlerprotokollierung fest. 0:fatal, 1:error, 2:warning, " "3:info, 4:debug, 5:trace\n" @@ -18708,8 +18305,6 @@ msgstr "Das Laden der Modelldatei ist fehlgeschlagen." msgid "Meshing of a model file failed or no valid shape." msgstr "" -"Das Erstellen eines Netzes aus der Modelldatei ist fehlgeschlagen oder es " -"liegt keine gültige Form vor." msgid "The supplied file couldn't be read because it's empty" msgstr "Die angegebene Datei konnte nicht gelesen werden, weil sie leer ist." @@ -18717,8 +18312,8 @@ msgstr "Die angegebene Datei konnte nicht gelesen werden, weil sie leer ist." msgid "" "Unknown file format. Input file must have .stl, .obj, .amf(.xml) extension." msgstr "" -"Unbekanntes Dateiformat: Die Eingabedatei muss die Endung .stl, .obj " -"oder .amf(.xml) haben." +"Unbekanntes Dateiformat: Die Eingabedatei muss die Endung .stl, .obj oder ." +"amf(.xml) haben." msgid "Unknown file format. Input file must have .3mf or .zip.amf extension." msgstr "" @@ -18842,11 +18437,11 @@ msgstr "Erstellen einer neuen Voreinstellung ist fehlgeschlagen." #, c-format, boost-format msgid "The selected preset: %s is not found." -msgstr "Die ausgewählte Voreinstellung: %s wurde nicht gefunden." +msgstr "" #, c-format, boost-format msgid "Could not find parameter: %s." -msgstr "Konnte den Parameter: %s nicht finden." +msgstr "" msgid "" "Are you sure to cancel the current calibration and return to the home page?" @@ -18884,8 +18479,6 @@ msgid "" "Only one of the results with the same name: %s will be saved. Are you sure " "you want to override the other results?" msgstr "" -"Nur eines der Ergebnisse mit dem gleichen Namen: %s wird gespeichert. Sind " -"Sie sicher, dass Sie die anderen Ergebnisse überschreiben möchten?" #, c-format, boost-format msgid "" @@ -18903,10 +18496,6 @@ msgid "" "type, nozzle diameter, and nozzle flow are the same.\n" "Are you sure you want to override the historical result?" msgstr "" -"Sind Sie sicher, dass Sie das historische Ergebnis überschreiben möchten?" -"Innerhalb desselben Extruders muss der Name (%s) eindeutig sein, wenn der " -"Filamenttyp, die Düsendurchmesser und der Düsenfluss gleich sind.\n" -"Sind Sie sicher, dass Sie das historische Ergebnis überschreiben möchten?" #, c-format, boost-format msgid "" @@ -19211,24 +18800,22 @@ msgid "Printing Parameters" msgstr "Druckparameter" msgid "Synchronize nozzle and AMS information" -msgstr "Nozzle- und AMS-Informationen synchronisieren" +msgstr "" msgid "Please connect the printer first before synchronizing." -msgstr "Bitte verbinden Sie zuerst den Drucker, bevor Sie synchronisieren." +msgstr "" #, c-format, boost-format msgid "" "Printer %s nozzle information has not been set. Please configure it before " "proceeding with the calibration." msgstr "" -"Die Düseninformationen des Druckers %s wurden nicht festgelegt. Bitte " -"konfigurieren Sie sie, bevor Sie mit der Kalibrierung fortfahren." msgid "AMS and nozzle information are synced" -msgstr "AMS- und Düseninformationen sind synchronisiert" +msgstr "" msgid "Nozzle Info" -msgstr "Düseninfo" +msgstr "" msgid "Plate Type" msgstr "Druckbetttyp" @@ -19254,9 +18841,6 @@ msgid "" "- Materials that can share same hot bed temperature\n" "- Different filament brand and family(Brand = Bambu, Family = Basic, Matte)" msgstr "" -"Tipps für Kalibrierungsmaterial:\n" -"- Verschiedene Filamentmarken und -familien (Marke = Bambu, Familie = Basic, " -"Matte)" msgid "Pattern" msgstr "Muster" @@ -19282,7 +18866,7 @@ msgstr "" "während des Druckvorgangs blockiert oder beschädigt werden." msgid "Sync AMS and nozzle information" -msgstr "AMS- und Düseninformationen synchronisieren" +msgstr "" msgid "Connecting to printer" msgstr "Verbindung zum Drucker wird hergestellt" @@ -19291,8 +18875,6 @@ msgid "" "Calibration only supports cases where the left and right nozzle diameters " "are identical." msgstr "" -"Die Kalibrierung unterstützt nur Fälle, in denen die Düsendurchmesser links " -"und rechts identisch sind." msgid "From k Value" msgstr "vom k Wert" @@ -19347,9 +18929,6 @@ msgid "" "type, nozzle diameter, and nozzle flow are identical. Please choose a " "different name." msgstr "" -"Innerhalb desselben Extruders muss der Name '%s' eindeutig sein, wenn der " -"Filamenttyp, die Düsendurchmesser und der Düsenfluss identisch sind. Bitte " -"wählen Sie einen anderen Namen." msgid "New Flow Dynamic Calibration" msgstr "Neue Flussdynamik-Kalibrierung" @@ -19361,10 +18940,10 @@ msgid "The filament must be selected." msgstr "Das Filament muss ausgewählt werden." msgid "The extruder must be selected." -msgstr "Der Extruder muss ausgewählt werden." +msgstr "" msgid "The nozzle must be selected." -msgstr "Die Düse muss ausgewählt werden." +msgstr "" msgid "Network lookup" msgstr "Netzwerk durchsuchen" @@ -19441,10 +19020,10 @@ msgid "Comma-separated list of printing speeds" msgstr "Kommagetrennte Liste von Druckgeschwindigkeiten" msgid "Pressure Advance Guide" -msgstr "Pressure Advance Anleitung" +msgstr "" msgid "Adaptive Pressure Advance Guide" -msgstr "Adaptive Pressure Advance Anleitung" +msgstr "" msgid "" "Please input valid values:\n" @@ -19494,7 +19073,7 @@ msgid "Temp step: " msgstr "Temp Schrittweite" msgid "Wiki Guide: Temperature Calibration" -msgstr "Wiki Anleitung: Temperatur Kalibrierung" +msgstr "" msgid "" "Please input valid values:\n" @@ -19502,10 +19081,6 @@ msgid "" "End temp: >= 170\n" "Start temp >= End temp + 5" msgstr "" -"Bitte geben Sie gültige Werte ein:\n" -"Starttemperatur: <= 350\n" -"Endtemperatur: >= 170\n" -"Starttemperatur >= Endtemperatur + 5" msgid "Max volumetric speed test" msgstr "Test zur maximalen Volumengeschwindigkeit" @@ -19517,7 +19092,7 @@ msgid "End volumetric speed: " msgstr "End-Volumengeschwindigkeit" msgid "Wiki Guide: Volumetric Speed Calibration" -msgstr "Wiki Anleitung: Volumetrische Geschwindigkeitskalibrierung" +msgstr "" msgid "" "Please input valid values:\n" @@ -19540,7 +19115,7 @@ msgid "End speed: " msgstr "Endgeschwindigkeit" msgid "Wiki Guide: VFA" -msgstr "Wiki Anleitung: VFA" +msgstr "" msgid "" "Please input valid values:\n" @@ -19560,7 +19135,7 @@ msgid "End retraction length: " msgstr "Ende Rückzugslänge" msgid "Wiki Guide: Retraction Calibration" -msgstr "Wiki Anleitung: Rückzugskalibrierung" +msgstr "" msgid "Input shaping Frequency test" msgstr "Input Shaping Frequenztest" @@ -19575,10 +19150,10 @@ msgid "Fast Tower" msgstr "Schneller Turm" msgid "Input shaper type" -msgstr "Input Shaper Typ" +msgstr "" msgid "Frequency (Start / End): " -msgstr "Frequenz (Start / Ende): " +msgstr "" msgid "Start / End" msgstr "Start / Ende" @@ -19587,7 +19162,7 @@ msgid "Frequency settings" msgstr "Frequenz Einstellungen" msgid "RepRap firmware uses the same frequency range for both axes." -msgstr "RepRap-Firmware verwendet denselben Frequenzbereich für beide Achsen." +msgstr "" msgid "Damp: " msgstr "Dämpfung: " @@ -19596,11 +19171,9 @@ msgid "" "Recommended: Set Damp to 0.\n" "This will use the printer's default or saved value." msgstr "" -"Empfohlen: Stellen Sie Dämpfung auf 0 ein.\n" -"Dies verwendet den Standard- oder gespeicherten Wert des Druckers." msgid "Wiki Guide: Input Shaping Calibration" -msgstr "Wiki Anleitung: Input Shaping Kalibrierung" +msgstr "" msgid "" "Please input valid values:\n" @@ -19618,7 +19191,7 @@ msgid "Input shaping Damp test" msgstr "Input Shaping Dämpfungstest" msgid "Frequency: " -msgstr "Frequenz: " +msgstr "" msgid "Frequency" msgstr "Frequenz" @@ -19627,7 +19200,7 @@ msgid "Damp" msgstr "Dämpfung" msgid "RepRap firmware uses the same frequency for both axes." -msgstr "RepRap-Firmware verwendet dieselbe Frequenz für beide Achsen." +msgstr "" msgid "Note: Use previously calculated frequencies." msgstr "Hinweis: Verwenden Sie zuvor berechnete Frequenzen." @@ -19646,63 +19219,52 @@ msgstr "" "DampingEnd <= 1)" msgid "Cornering test" -msgstr "Eckentest" +msgstr "" msgid "SCV-V2" -msgstr "SCV-V2" +msgstr "" msgid "Start: " -msgstr "Start: " +msgstr "" msgid "End: " -msgstr "Ende: " +msgstr "" msgid "Cornering settings" -msgstr "Eckeneinstellungen" +msgstr "" msgid "Note: Lower values = sharper corners but slower speeds.\n" -msgstr "Hinweis: Niedrigere Werte = schärfere Ecken, aber langsamere Geschwindigkeiten.\n" +msgstr "" msgid "" "Marlin 2 Junction Deviation detected:\n" "To test Classic Jerk, set 'Maximum Junction Deviation' in Motion ability to " "0." msgstr "" -"Marlin 2 Junction Deviation erkannt:\n" -"Um Classic Jerk zu testen, setzen Sie 'Maximale Junction Deviation' in der " -"Bewegungsfähigkeit auf 0." msgid "" "Marlin 2 Classic Jerk detected:\n" "To test Junction Deviation, set 'Maximum Junction Deviation' in Motion " "ability to a value > 0." msgstr "" -"Marlin 2 Classic Jerk erkannt:\n" -"Um Junction Deviation zu testen, setzen Sie 'Maximale Junction Deviation' in " -"der Bewegungsfähigkeit auf einen Wert > 0." msgid "" "RepRap detected: Jerk in mm/s.\n" "OrcaSlicer will convert the values to mm/min when necessary." msgstr "" -"RepRap erkannt: Jerk in mm/s.\n" -"OrcaSlicer konvertiert die Werte bei Bedarf in mm/min." msgid "Wiki Guide: Cornering Calibration" -msgstr "Wiki Anleitung: Eckenkalibrierung" +msgstr "" #, c-format, boost-format msgid "" "Please input valid values:\n" "(0 <= Cornering <= %s)" msgstr "" -"Bitte geben Sie gültige Werte ein:\n" -"(0 <= Cornering <= %s)" #, c-format, boost-format msgid "NOTE: High values may cause Layer shift (>%s)" -msgstr "Hinweis: Hohe Werte können zu Schichverschiebungen führen (>%s)" - +msgstr "" msgid "Send G-code to printer host" msgstr "Senden Sie G-Code an den Drucker-Host" @@ -19977,8 +19539,8 @@ msgstr "" "Möchten Sie es überschreiben?" msgid "" -"We would rename the presets as \"Vendor Type Serial @printer you " -"selected\".\n" +"We would rename the presets as \"Vendor Type Serial @printer you selected" +"\".\n" "To add preset for more printers, please go to printer selection" msgstr "" "Wir würden die Voreinstellungen als \"Hersteller Typ Seriennummer @Drucker, " @@ -20023,10 +19585,10 @@ msgid "Can't find my printer model" msgstr "Ich kann mein Druckermodell nicht finden" msgid "Input Custom Nozzle Diameter" -msgstr "Benutzerdefinierten Düsendurchmesser eingeben" +msgstr "" msgid "Can't find my nozzle diameter" -msgstr "Ich kann meinen Düsendurchmesser nicht finden" +msgstr "" msgid "Rectangle" msgstr "Rechteck" @@ -20157,14 +19719,11 @@ msgstr "" msgid "The entered nozzle diameter is invalid, please re-enter:\n" msgstr "" -"Der eingegebene Düsendurchmesser ist ungültig, bitte erneut eingeben:\n" msgid "" "The system preset does not allow creation. \n" "Please re-enter the printer model or nozzle diameter." msgstr "" -"Die Systemvoreinstellung erlaubt keine Erstellung. \n" -"Bitte geben Sie das Druckermodell oder den Düsendurchmesser erneut ein." msgid "Printer Created Successfully" msgstr "Drucker erfolgreich erstellt" @@ -20419,38 +19978,33 @@ msgstr "Tägliche Tipps" #, c-format, boost-format msgid "nozzle size in preset: %d" -msgstr "Düsengröße in Voreinstellung: %d" +msgstr "" #, c-format, boost-format msgid "nozzle size memorized: %d" -msgstr "Düsengröße gespeichert: %d" +msgstr "" msgid "" -"The size of nozzle type in preset is not consistent with memorized " -"nozzle.Did you change your nozzle lately ? " +"The size of nozzle type in preset is not consistent with memorized nozzle." +"Did you change your nozzle lately ? " msgstr "" -"Die Größe des Düsentypen in der Voreinstellung stimmt nicht mit der " -"gespeicherten Düse überein. Haben Sie Ihre Düse kürzlich gewechselt ?" #, c-format, boost-format msgid "nozzle[%d] in preset: %.1f" -msgstr "Düse[%d] in Voreinstellung: %.1f" +msgstr "" #, c-format, boost-format msgid "nozzle[%d] memorized: %.1f" -msgstr "Düse[%d] gespeichert: %.1f" +msgstr "" msgid "" "Your nozzle type in preset is not consistent with memorized nozzle.Did you " "change your nozzle lately ? " msgstr "" -"Ihre Düsenart in der Voreinstellung stimmt nicht mit der gespeicherten Düse " -"überein. Haben Sie Ihre Düse kürzlich gewechselt?" #, c-format, boost-format msgid "Printing %1s material with %2s nozzle may cause nozzle damage." msgstr "" -"Drucken von %1s Material mit %2s Düse kann zu Düsenbeschädigung führen." msgid "Need select printer" msgstr "Drucker auswählen" @@ -20462,8 +20016,6 @@ msgid "" "The number of printer extruders and the printer selected for calibration " "does not match." msgstr "" -"Die Anzahl der Drucker-Extruder und der für die Kalibrierung ausgewählte " -"Drucker stimmen nicht überein." #, c-format, boost-format msgid "" @@ -20471,19 +20023,11 @@ msgid "" "actual nozzle diameter.\n" "Please click the Sync button above and restart the calibration." msgstr "" -"The currently selected nozzle diameter of %s extruder does not match the " -"actual nozzle diameter.\n" -"Bitte klicken Sie auf die Schaltfläche Synchronisieren oben und starten Sie " -"die Kalibrierung neu." msgid "" "The nozzle diameter does not match the actual printer nozzle diameter.\n" "Please click the Sync button above and restart the calibration." msgstr "" -"Der Düsendurchmesser stimmt nicht mit dem tatsächlichen Düsendurchmesser des " -"Druckers überein.\n" -"Bitte klicken Sie auf die Schaltfläche Synchronisieren oben und starten Sie " -"die Kalibrierung neu." #, c-format, boost-format msgid "" @@ -20491,16 +20035,11 @@ msgid "" "printer nozzle type.\n" "Please click the Sync button above and restart the calibration." msgstr "" -"Die aktuell ausgewählte Düsenart des %s-Extruders stimmt nicht mit der " -"gespeicherten Düsenart überein. \n" -"Bitte klicken Sie auf die Schaltfläche Synchronisieren oben und " msgid "" "Automatic calibration only supports cases where the left and right nozzle " "diameters are identical." msgstr "" -"Die automatische Kalibrierung unterstützt nur Fälle, in denen die linken und " -"rechten Düsendurchmesser identisch sind." msgid "" "Unable to calibrate: maybe because the set calibration value range is too " @@ -20967,45 +20506,28 @@ msgid "" "vendor for suitable profile before printing and adjust some parameters " "according to its performances." msgstr "" -"Dies ist weder ein häufig verwendetes Filament noch eines der Bambu-" -"Filamente, und es variiert stark von Marke zu Marke. Daher wird dringend " -"empfohlen, vor dem Drucken den Händler nach einem geeigneten Profil zufragen " -"und einige Parameter entsprechend den Leistungen anzupassen." msgid "" "When printing this filament, there's a risk of warping and low layer " "adhesion strength. To get better results, please refer to this wiki: " "Printing Tips for High Temp / Engineering materials." msgstr "" -"Wenn Sie dieses Filament drucken, besteht die Gefahr von Verzug und geringer " -"Schichthaftungsfestigkeit. Für bessere Ergebnisse lesen Sie bitte dieses " -"Wiki: Drucktipps für Hochtemperatur- / Ingenieurmaterialien." msgid "" "When printing this filament, there's a risk of nozzle clogging, oozing, " "warping and low layer adhesion strength. To get better results, please refer " "to this wiki: Printing Tips for High Temp / Engineering materials." msgstr "" -"Beim Drucken dieses Filaments besteht die Gefahr von Düsenverstopfung, " -"Nachlaufen, Verzug und geringer Schichthaftungsfestigkeit. Für bessere " -"Ergebnisse lesen Sie bitte dieses Wiki: Drucktipps für Hochtemperatur- / " -"Ingenieurmaterialien." msgid "" "To get better transparent or translucent results with the corresponding " "filament, please refer to this wiki: Printing tips for transparent PETG." msgstr "" -"Um bessere transparente oder durchscheinende Ergebnisse mit dem " -"entsprechenden Filament zu erzielen, lesen Sie bitte dieses Wiki: Drucktipps " -"für transparentes PETG." msgid "" "To make the prints get higher gloss, please dry the filament before use, and " "set the outer wall speed to be 40 to 60 mm/s when slicing." msgstr "" -"Um den Drucken einen höheren Glanz zu verleihen, trocknen Sie das Filament " -"vor der Verwendung und stellen Sie die Außengeschwindigkeit der Wand beim " -"Slicen auf 40 bis 60 mm/s ein." msgid "" "This filament is only used to print models with a low density usually, and " @@ -21013,38 +20535,24 @@ msgid "" "refer to this wiki: Instructions for printing RC model with foaming PLA (PLA " "Aero)." msgstr "" -"Dieses Filament wird normalerweise nur zum Drucken von Modellen mit geringer " -"Dichte verwendet, und es sind einige spezielle Parameter erforderlich. Für " -"bessere Druckqualität lesen Sie bitte dieses Wiki: Anweisungen zum Drucken " -"von RC-Modellen mit schäumendem PLA (PLA Aero)." msgid "" "This filament is only used to print models with a low density usually, and " "some special parameters are required. To get better printing quality, please " "refer to this wiki: ASA Aero Printing Guide." msgstr "" -"Dieses Filament wird normalerweise nur zum Drucken von Modellen mit geringer " -"Dichte verwendet, und es sind einige spezielle Parameter erforderlich. Für " -"bessere Druckqualität lesen Sie bitte dieses Wiki: ASA Aero Printing Guide." msgid "" "This filament is too soft and not compatible with the AMS. Printing it is of " "many requirements, and to get better printing quality, please refer to this " "wiki: TPU printing guide." msgstr "" -"Dieses Filament ist zu weich und nicht mit dem AMS kompatibel. Der Druck " -"dieses Filaments hat viele Anforderungen, und um eine bessere Druckqualität " -"zu erzielen, lesen Sie bitte dieses Wiki: TPU-Druckanleitung." msgid "" "This filament has high enough hardness (about 67D) and is compatible with " "the AMS. Printing it is of many requirements, and to get better printing " "quality, please refer to this wiki: TPU printing guide." msgstr "" -"Dieses Filament hat eine ausreichend hohe Härte (ca. 67D) und ist mit dem " -"AMS kompatibel. Der Druck dieses Filaments hat viele Anforderungen, und um " -"eine bessere Druckqualität zu erzielen, lesen Sie bitte dieses Wiki: TPU-" -"Druckanleitung." msgid "" "If you are to print a kind of soft TPU, please don't slice with this " @@ -21052,10 +20560,6 @@ msgid "" "55D) and is compatible with the AMS. To get better printing quality, please " "refer to this wiki: TPU printing guide." msgstr "" -"Wenn Sie eine Art weiches TPU drucken möchten, schneiden Sie bitte nicht mit " -"diesem Profil, und es ist nur für TPU mit ausreichend hoher Härte (nicht " -"weniger als 55D) und ist mit dem AMS kompatibel. Für eine bessere " -"Druckqualität lesen Sie bitte dieses Wiki: TPU-Druckanleitung." msgid "" "This is a water-soluble support filament, and usually it is only for the " @@ -21063,10 +20567,6 @@ msgid "" "many requirements, and to get better printing quality, please refer to this " "wiki: PVA Printing Guide." msgstr "" -"Dies ist ein wasserlösliches Stützfilament und wird normalerweise nur für " -"die Stützstruktur und nicht für den Modellkörper verwendet. Der Druck dieses " -"Filaments hat viele Anforderungen, und um eine bessere Druckqualität zu " -"erzielen, lesen Sie bitte dieses Wiki: PVA-Druckanleitung." msgid "" "This is a non-water-soluble support filament, and usually it is only for the " @@ -21074,67 +20574,51 @@ msgid "" "quality, please refer to this wiki: Printing Tips for Support Filament and " "Support Function." msgstr "" -"Dies ist ein nicht wasserlösliches Stützfilament und wird normalerweise nur " -"für die Stützstruktur und nicht für den Modellkörper verwendet. Für eine " -"bessere Druckqualität lesen Sie bitte dieses Wiki: Drucktipps für " -"Stützfilament und Stützfunktion." msgid "" "The generic presets are conservatively tuned for compatibility with a wider " "range of filaments. For higher printing quality and speeds, please use Bambu " "filaments with Bambu presets." msgstr "" -"Die generischen Voreinstellungen sind konservativ abgestimmt, um mit einer " -"breiteren Palette von Filamenten kompatibel zu sein. Für eine höhere " -"Druckqualität und -geschwindigkeit verwenden Sie bitte Bambu-Filamente mit " -"Bambu-Voreinstellungen." msgid "High quality profile for 0.2mm nozzle, prioritizing print quality." msgstr "" -"Hochwertiges Profil für 0,2 mm Düse, das die Druckqualität priorisiert." msgid "" "High quality profile for 0.16mm layer height, prioritizing print quality and " "strength." msgstr "" -"Hochwertiges Profil für 0,16 mm Schichthöhe, das Druckqualität und " -"Festigkeit priorisiert." msgid "Standard profile for 0.16mm layer height, prioritizing speed." msgstr "" -"Standardprofil für 0,16 mm Schichthöhe, das die Geschwindigkeit priorisiert." msgid "" "High quality profile for 0.2mm layer height, prioritizing strength and print " "quality." msgstr "" -"Hochwertiges Profil für 0,2 mm Schichthöhe, das Festigkeit und Druckqualität " -"priorisiert." msgid "Standard profile for 0.4mm nozzle, prioritizing speed." -msgstr "Standardprofil für 0,4 mm Düse, das die Geschwindigkeit priorisiert." +msgstr "" msgid "" "High quality profile for 0.6mm nozzle, prioritizing print quality and " "strength." msgstr "" -"High quality profile for 0.6mm nozzle, prioritizing print quality and " -"strength." msgid "Strength profile for 0.6mm nozzle, prioritizing strength." -msgstr "Strength profile for 0.6mm nozzle, prioritizing strength." +msgstr "" msgid "Standard profile for 0.6mm nozzle, prioritizing speed." -msgstr "Standard profile for 0.6mm nozzle, prioritizing speed." +msgstr "" msgid "High quality profile for 0.8mm nozzle, prioritizing print quality." -msgstr "High quality profile for 0.8mm nozzle, prioritizing print quality." +msgstr "" msgid "Strength profile for 0.8mm nozzle, prioritizing strength." -msgstr "Strength profile for 0.8mm nozzle, prioritizing strength." +msgstr "" msgid "Standard profile for 0.8mm nozzle, prioritizing speed." -msgstr "Standard profile for 0.8mm nozzle, prioritizing speed." +msgstr "" msgid "No AMS" msgstr "Kein AMS" @@ -21159,7 +20643,7 @@ msgid "Device Status" msgstr "Gerätestatus" msgid "Ams Status" -msgstr "AMS-Status" +msgstr "" msgid "" "Please select the devices you would like to manage here (up to 6 devices)" @@ -21282,66 +20766,56 @@ msgid "Removed" msgstr "Entfernt" msgid "Filament grouping" -msgstr "Filament Gruppierung" +msgstr "" msgid "Don't remind me again" -msgstr "Nicht mehr erinnern" +msgstr "" msgid "No further pop-up will appear. You can reopen it in 'Preferences'" msgstr "" -"Es wird kein weiteres Popup angezeigt. Sie können es in 'Einstellungen' " msgid "Filament-Saving Mode" -msgstr "Filament-Sparmodus" +msgstr "" msgid "Convenience Mode" -msgstr "Komfortmodus" +msgstr "" msgid "Custom Mode" -msgstr "Benutzerdefinierter Modus" +msgstr "" msgid "" "Generates filament grouping for the left and right nozzles based on the most " "filament-saving principles to minimize waste" msgstr "" -"Generiert die Filamentgruppierung für die linke und rechte Düse basierend " -"auf den filamentsparendsten Prinzipien, um Abfall zu minimieren" msgid "" "Generates filament grouping for the left and right nozzles based on the " "printer's actual filament status, reducing the need for manual filament " "adjustment" msgstr "" -"Generiert die Filamentgruppierung für die linke und rechte Düse basierend " -"auf dem tatsächlichen Filamentstatus des Druckers, wodurch die Notwendigkeit " -"manueller Filamenteinstellungen verringert wird" msgid "Manually assign filament to the left or right nozzle" -msgstr "Weist das Filament manuell der linken oder rechten Düse zu" +msgstr "" msgid "Global settings" -msgstr "Globale Einstellungen" +msgstr "" msgid "Learn more" -msgstr "Mehr erfahren" +msgstr "" msgid "(Sync with printer)" -msgstr "(Mit Drucker synchronisieren)" +msgstr "" msgid "We will slice according to this grouping method:" -msgstr "Wir werden entsprechend dieser Gruppierungsmethode schneiden:" +msgstr "" msgid "Tips: You can drag the filaments to reassign them to different nozzles." msgstr "" -"Tipps: Sie können die Filamente ziehen, um sie verschiedenen Düsen " -"zuzuweisen." msgid "" "The filament grouping method for current plate is determined by the dropdown " "option at the slicing plate button." msgstr "" -"Die Filamentgruppierungsmethode für die aktuelle Platte wird durch die " -"Dropdown-Option an der Slicing-Platten-Schaltfläche bestimmt." msgid "Connected to Obico successfully!" msgstr "Erfolgreich mit Obico verbunden!" @@ -21440,76 +20914,74 @@ msgid "Please select single object." msgstr "Bitte wählen Sie ein einzelnes Objekt aus." msgid "Zoom Out" -msgstr "Vergrößern" +msgstr "" msgid "100 %" -msgstr "100 %" +msgstr "" msgid "Zoom In" -msgstr "Verkleinern" +msgstr "" msgid "Load skipping objects information failed. Please try again." msgstr "" -"Laden der Überspringobjektinformationen fehlgeschlagen. Bitte versuchen Sie " -"es erneut." msgid "Loading ..." -msgstr "Wird geladen ..." +msgstr "" #, c-format, boost-format msgid "%d%%" -msgstr "%d%%" +msgstr "" #, c-format, boost-format msgid "%d" -msgstr "%d" +msgstr "" #, c-format, boost-format msgid "/%d Selected" -msgstr "/%d ausgewählt" +msgstr "" msgid "Nothing selected" -msgstr "Nichts ausgewählt" +msgstr "" msgid "Over 64 objects in single plate" -msgstr "Über 64 Objekte in einer einzigen Platte" +msgstr "" msgid "The current print job cannot be skipped" -msgstr "Der aktuelle Druckauftrag kann nicht übersprungen werden" +msgstr "" msgid "Skipping all objects." -msgstr "Alle Objekte werden übersprungen." +msgstr "" msgid "The printing job will be stopped. Continue?" -msgstr "Der Druckauftrag wird gestoppt. Fortsetzen?" +msgstr "" #, c-format, boost-format msgid "Skipping %d objects." -msgstr "Überspringen von %d Objekten." +msgstr "" msgid "This action cannot be undone. Continue?" -msgstr "Diese Aktion kann nicht rückgängig gemacht werden. Fortsetzen?" +msgstr "" msgid "Skipping objects." -msgstr "Objekte werden übersprungen." +msgstr "" msgid "Continue" -msgstr "Fortsetzen" +msgstr "" msgid "Select Filament" -msgstr "Filament auswählen" +msgstr "" msgid "Null Color" -msgstr "Keine Farbe" +msgstr "" msgid "Multiple Color" -msgstr "Mehrere Farben" +msgstr "" msgid "Official Filament" -msgstr "Offizielles Filament" +msgstr "" msgid "More Colors" -msgstr "Mehr Farben" +msgstr "" #: resources/data/hints.ini: [hint:Precise wall] msgid "" @@ -21905,45 +21377,14 @@ msgstr "" "wie z.B. ABS, durch eine entsprechende Erhöhung der Heizbetttemperatur die " "Wahrscheinlichkeit von Verwerfungen verringert werden kann?" -#~ msgid "Junction Deviation calibration" -#~ msgstr "Junction-Deviation-Kalibrierung" +#~ msgid "✖ Skipped %1%: %2%, same file\n" +#~ msgstr "✖ %1% übersprungen: %2%, gleiche Datei\n" -#~ msgid "Probing exclude area of Klumpen." -#~ msgstr "Abtasten des Ausschlussbereichs von Klumpen." +#~ msgid "✖ Skipped %1%: %2% does not exist.\n" +#~ msgstr "✖ %1% übersprungen: %2% existiert nicht.\n" -#~ msgid "" -#~ "Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin " -#~ "Firmware)" -#~ msgstr "" -#~ "Maximale Verbindungsabweichung (M205 J, gilt nur, wenn JD > 0 für Marlin " -#~ "Firmware)" - -#~ msgid "Junction Deviation test" -#~ msgstr "Junction Deviation Test" - -#~ msgid "Start junction deviation: " -#~ msgstr "Start Junction Abweichung: " - -#~ msgid "End junction deviation: " -#~ msgstr "End Junction Abweichung: " - -#~ msgid "Junction Deviation settings" -#~ msgstr "Junction Deviation Einstellungen" - -#~ msgid "Note: Lower values = sharper corners but slower speeds" -#~ msgstr "" -#~ "Hinweis: Niedrigere Werte = schärfere Ecken, aber langsamere " -#~ "Geschwindigkeiten" - -#~ msgid "" -#~ "Please input valid values:\n" -#~ "(0 <= Junction Deviation < 1)" -#~ msgstr "" -#~ "Bitte geben Sie gültige Werte ein:\n" -#~ "(0 <= Junction Abweichung < 1)" - -#~ msgid "NOTE: High values may cause Layer shift" -#~ msgstr "HINWEIS: Hohe Werte können zu Schichtverschiebungen führen" +#~ msgid "✔ Replaced %1% with %2%\n" +#~ msgstr "✔ %1% durch %2% ersetzt\n" #~ msgid "AMS not connected" #~ msgstr "AMS nicht verbunden" @@ -22133,6 +21574,9 @@ msgstr "" #~ "Sie finden ihn unter \"Einstellungen > Netzwerk > Verbindungscode\".\n" #~ "auf dem Drucker, wie in der Abbildung gezeigt:" +#~ msgid "Junction Deviation calibration" +#~ msgstr "Junction-Deviation-Kalibrierung" + #~ msgid "" #~ "Browsing file in SD card is not supported in current firmware. Please " #~ "update the printer firmware." @@ -22234,6 +21678,20 @@ msgstr "" #~ msgid "General Settings" #~ msgstr "Allgemeine Einstellungen" +#~ msgid "Login Region" +#~ msgstr "Login-Region" + +#~ msgid "Stealth Mode" +#~ msgstr "Unsichtbarer Modus" + +#~ msgid "Use legacy network plugin (Takes effect after restarting Orca)" +#~ msgstr "" +#~ "Verwenden Sie das alte Netzwerk-Plugin (wirkt sich nach dem Neustart von " +#~ "Orca aus)" + +#~ msgid "Default Page" +#~ msgstr "Standardseite" + #~ msgid "Show \"Tip of the day\" notification after start" #~ msgstr "Benachrichtigung \"Tipp des Tages\" nach dem Start anzeigen" @@ -22254,6 +21712,12 @@ msgstr "" #~ msgstr "" #~ "Wenn aktiviert, wird bei jedem Filamentwechsel automatisch berechnet." +#~ msgid "Show the step mesh parameter setting dialog." +#~ msgstr "Zeige den Dialog für die Parameter-Einstellungen des Step-Netzes." + +#~ msgid "Multi-device Management (Take effect after restarting Orca Slicer)." +#~ msgstr "Multi-Geräte-Verwaltung (nach Neustart von Studio wirksam)." + #~ msgid "Auto arrange plate after object cloning" #~ msgstr "Druckplatte nach dem Klonen von Objekten automatisch anordnen" @@ -22269,6 +21733,20 @@ msgstr "" #~ msgid "Associate URLs to OrcaSlicer" #~ msgstr "URLs mit OrcaSlicer verknüpfen" +#~ msgid "Load Behaviour" +#~ msgstr "Ladeverhalten" + +#~ msgid "Add model files (stl/step) to recent file list." +#~ msgstr "" +#~ "Modell-Dateien (stl/step) zur Liste der zuletzt verwendeten Dateien " +#~ "hinzufügen." + +#~ msgid "No warnings when loading 3MF with modified G-code" +#~ msgstr "Keine Warnungen beim Laden von 3MF mit modifizierten G-Codes" + +#~ msgid "Auto-Backup" +#~ msgstr "Automatische Datensicherung" + #~ msgid "every" #~ msgstr "jede/r/s" @@ -22278,6 +21756,9 @@ msgstr "" #~ msgid "Dark Mode" #~ msgstr "Dunkler Modus" +#~ msgid "Enable Dark mode" +#~ msgstr "Dunklen Modus aktivieren" + #~ msgid "Home page and daily tips" #~ msgstr "Startseite und tägliche Tipps" @@ -22396,6 +21877,10 @@ msgstr "" #~ "Der Drucker unterstützt nicht das Senden an die MicroSD-Karte des " #~ "Druckers." +#, c-format, boost-format +#~ msgid "Extruder %d" +#~ msgstr "Extruder %d" + #, c-format, boost-format #~ msgid "The color count should be in range [%d, %d]." #~ msgstr "Die Anzahl der Farben sollte im Bereich [%d, %d] liegen." @@ -22513,6 +21998,13 @@ msgstr "" #~ "Der Winkel, in dem das Glätten durchgeführt wird. Eine negative Zahl " #~ "deaktiviert diese Funktion und verwendet die Standardmethode." +#~ msgid "" +#~ "Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin " +#~ "Firmware)" +#~ msgstr "" +#~ "Maximale Verbindungsabweichung (M205 J, gilt nur, wenn JD > 0 für Marlin " +#~ "Firmware)" + #~ msgid "Remove small overhangs" #~ msgstr "Kleine Überhänge entfernen" @@ -22521,6 +22013,16 @@ msgstr "" #~ "Kleine Überhänge entfernen, die möglicherweise keine Stützstrukturen " #~ "benötigen." +#~ msgid "Adaptive layer height" +#~ msgstr "Adaptive Schichthöhe" + +#~ msgid "" +#~ "Enabling this option means the height of tree support layer except the " +#~ "first will be automatically calculated." +#~ msgstr "" +#~ "Wenn Sie diese Option aktivieren, wird die Höhe der Baumstützschicht " +#~ "außer der ersten automatisch berechnet." + #~ msgid "Width of the brim." #~ msgstr "Breite des Überhangs." @@ -22552,6 +22054,33 @@ msgstr "" #~ "Empfohlen: Setzen Sie die Dämpfung auf 0.\n" #~ "Dies verwendet die Standardeinstellung des Druckers oder den zuletzt " +#~ msgid "Junction Deviation test" +#~ msgstr "Junction Deviation Test" + +#~ msgid "Start junction deviation: " +#~ msgstr "Start Junction Abweichung: " + +#~ msgid "End junction deviation: " +#~ msgstr "End Junction Abweichung: " + +#~ msgid "Junction Deviation settings" +#~ msgstr "Junction Deviation Einstellungen" + +#~ msgid "Note: Lower values = sharper corners but slower speeds" +#~ msgstr "" +#~ "Hinweis: Niedrigere Werte = schärfere Ecken, aber langsamere " +#~ "Geschwindigkeiten" + +#~ msgid "" +#~ "Please input valid values:\n" +#~ "(0 <= Junction Deviation < 1)" +#~ msgstr "" +#~ "Bitte geben Sie gültige Werte ein:\n" +#~ "(0 <= Junction Abweichung < 1)" + +#~ msgid "NOTE: High values may cause Layer shift" +#~ msgstr "HINWEIS: Hohe Werte können zu Schichtverschiebungen führen" + #~ msgid "The custom printer or model is not entered, please enter it." #~ msgstr "" #~ "Der benutzerdefinierte Drucker oder das Modell ist nicht eingegeben, " diff --git a/localization/i18n/en/OrcaSlicer_en.po b/localization/i18n/en/OrcaSlicer_en.po index 16307e6504..a3fdf0f139 100644 --- a/localization/i18n/en/OrcaSlicer_en.po +++ b/localization/i18n/en/OrcaSlicer_en.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: Orca Slicer\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-10-26 10:38+0800\n" +"POT-Creation-Date: 2025-10-29 11:23+0100\n" "PO-Revision-Date: 2025-05-18 09:32-0300\n" "Last-Translator: Alexandre Folle de Menezes\n" "Language-Team: \n" @@ -1952,6 +1952,12 @@ msgstr "" msgid "Replace the selected part with new STL" msgstr "" +msgid "Replace all with STL" +msgstr "" + +msgid "Replace all selected parts with STL from folder" +msgstr "" + msgid "Change filament" msgstr "" @@ -2133,6 +2139,30 @@ msgstr "" msgid "Remove the selected plate" msgstr "" +msgid "Add instance" +msgstr "" + +msgid "Add one more instance of the selected object" +msgstr "" + +msgid "Remove instance" +msgstr "" + +msgid "Remove one instance of the selected object" +msgstr "" + +msgid "Set number of instances" +msgstr "" + +msgid "Change the number of instances of the selected object" +msgstr "" + +msgid "Fill bed with instances" +msgstr "" + +msgid "Fill the remaining area of bed with instances of the selected object" +msgstr "" + msgid "Clone" msgstr "" @@ -2641,9 +2671,9 @@ msgid "Top" msgstr "" msgid "" -"The fan controls the temperature during printing to improve print " -"quality.The system automatically adjusts the fan's switch and speed " -"according to different printing materials." +"The fan controls the temperature during printing to improve print quality." +"The system automatically adjusts the fan's switch and speed according to " +"different printing materials." msgstr "" msgid "" @@ -2891,7 +2921,25 @@ msgstr "" msgid "Access code:%s IP address:%s" msgstr "" -msgid "Storage needs to be inserted before printing via LAN." +msgid "A Storage needs to be inserted before printing via LAN." +msgstr "" + +msgid "" +"Sending print job over LAN, but the Storage in the printer is abnormal and " +"print-issues may be caused by this." +msgstr "" + +msgid "" +"The Storage in the printer is abnormal. Please replace it with a normal " +"Storage before sending print job to printer." +msgstr "" + +msgid "" +"The Storage in the printer is read-only. Please replace it with a normal " +"Storage before sending print job to printer." +msgstr "" + +msgid "Encountered an unknown error with the Storage status. Please try again." msgstr "" msgid "Sending G-code file over LAN" @@ -2907,6 +2955,21 @@ msgstr "" msgid "Storage needs to be inserted before sending to printer." msgstr "" +msgid "" +"Sending G-code file over LAN, but the Storage in the printer is abnormal and " +"print-issues may be caused by this." +msgstr "" + +msgid "" +"The Storage in the printer is abnormal. Please replace it with a normal " +"Storage before sending to printer." +msgstr "" + +msgid "" +"The Storage in the printer is read-only. Please replace it with a normal " +"Storage before sending to printer." +msgstr "" + msgid "Importing SLA archive" msgstr "" @@ -3714,6 +3777,7 @@ msgid "" "Reset to 0." msgstr "" +#, c-format, boost-format msgid "" "Lock depth should smaller than skin depth.\n" "Reset to 50% of skin depth." @@ -4677,7 +4741,7 @@ msgstr "" msgid "Size:" msgstr "" -#, boost-format +#, c-format, boost-format msgid "" "Conflicts of G-code paths have been found at layer %d, z = %.2lf mm. Please " "separate the conflicted objects farther (%s <-> %s)." @@ -5192,15 +5256,12 @@ msgstr "" msgid "Max flowrate" msgstr "" -msgid "Junction Deviation" -msgstr "" - -msgid "Junction Deviation calibration" -msgstr "" - msgid "Cornering" msgstr "" +msgid "Cornering calibration" +msgstr "" + msgid "Input Shaping Frequency" msgstr "" @@ -6788,6 +6849,34 @@ msgstr "" msgid "File for the replace wasn't selected" msgstr "File for the replacement wasn't selected" +msgid "Select folder to replace from" +msgstr "" + +msgid "Directory for the replace wasn't selected" +msgstr "" + +msgid "Replaced with STLs from directory:\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: same file.\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: file does not exist.\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: failed to replace.\n" +msgstr "" + +#, boost-format +msgid "✔ Replaced %1%.\n" +msgstr "" + +msgid "Replaced volumes" +msgstr "" + msgid "Please select a file" msgstr "" @@ -7253,7 +7342,7 @@ msgid "Set the page opened on startup." msgstr "" msgid "Enable dark mode" -msgstr "Enable dark Mode" +msgstr "" msgid "Allow only one OrcaSlicer instance" msgstr "" @@ -7527,6 +7616,14 @@ msgid "" "difference together." msgstr "" +msgid "Allow Abnormal Storage" +msgstr "" + +msgid "" +"This allows the use of Storage that is marked as abnormal by the Printer.\n" +"Use at your own risk, can cause issues!" +msgstr "" + msgid "Log Level" msgstr "" @@ -8083,7 +8180,10 @@ msgid "" "information." msgstr "" -msgid "Storage is not available or is in read-only mode." +msgid "Storage needs to be inserted before printing via LAN." +msgstr "" + +msgid "Storage is in abnormal state or is in read-only mode." msgstr "" msgid "Storage needs to be inserted before printing." @@ -8442,8 +8542,8 @@ msgstr "" msgid "" "When recording timelapse without toolhead, it is recommended to add a " "\"Timelapse Wipe Tower\" \n" -"by right-click the empty position of build plate and choose \"Add " -"Primitive\"->\"Timelapse Wipe Tower\"." +"by right-click the empty position of build plate and choose \"Add Primitive" +"\"->\"Timelapse Wipe Tower\"." msgstr "" msgid "" @@ -8904,10 +9004,6 @@ msgstr "" msgid "Single extruder multi-material parameters" msgstr "" -#, c-format, boost-format -msgid "Extruder %d" -msgstr "" - msgid "" "This is a single extruder multi-material printer, diameters of all extruders " "will be set to the new value. Do you want to proceed?" @@ -9368,6 +9464,9 @@ msgid "" "nozzle type." msgstr "" +msgid "Storage is not available or is in read-only mode." +msgstr "" + #, c-format, boost-format msgid "" "The selected printer (%s) is incompatible with the chosen printer profile in " @@ -12486,8 +12585,8 @@ msgid "mm/s² or %" msgstr "" msgid "" -"Acceleration of sparse infill. If the value is expressed as a percentage " -"(e.g. 100%), it will be calculated based on the default acceleration." +"Acceleration of sparse infill. If the value is expressed as a percentage (e." +"g. 100%), it will be calculated based on the default acceleration." msgstr "" msgid "" @@ -12520,6 +12619,9 @@ msgstr "" msgid "Default jerk." msgstr "" +msgid "Junction Deviation" +msgstr "" + msgid "" "Marlin Firmware Junction Deviation (replaces the traditional XY Jerk " "setting)." @@ -12594,10 +12696,10 @@ msgstr "" msgid "" "Fan speed will be ramped up linearly from zero at layer " -"\"close_fan_the_first_x_layers\" to maximum at layer " -"\"full_fan_speed_layer\". \"full_fan_speed_layer\" will be ignored if lower " -"than \"close_fan_the_first_x_layers\", in which case the fan will be running " -"at maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1." +"\"close_fan_the_first_x_layers\" to maximum at layer \"full_fan_speed_layer" +"\". \"full_fan_speed_layer\" will be ignored if lower than " +"\"close_fan_the_first_x_layers\", in which case the fan will be running at " +"maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1." msgstr "" msgid "layer" @@ -13432,7 +13534,9 @@ msgid "Maximum Junction Deviation" msgstr "" msgid "" -"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin Firmware)" +"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin " +"Firmware\n" +"If your Marlin 2 printer uses Classic Jerk set this value to 0.)" msgstr "" msgid "Minimum speed for extruding" @@ -14133,8 +14237,8 @@ msgid "Role base wipe speed" msgstr "" msgid "" -"The wipe speed is determined by the speed of the current extrusion role. " -"e.g. if a wipe action is executed immediately following an outer wall " +"The wipe speed is determined by the speed of the current extrusion role. e." +"g. if a wipe action is executed immediately following an outer wall " "extrusion, the speed of the outer wall extrusion will be utilized for the " "wipe action." msgstr "" @@ -14758,14 +14862,6 @@ msgid "" "needed." msgstr "" -msgid "Adaptive layer height" -msgstr "" - -msgid "" -"Enabling this option means the height of tree support layer except the first " -"will be automatically calculated." -msgstr "" - msgid "Auto brim width" msgstr "" @@ -14851,8 +14947,8 @@ msgstr "" msgid "" "Enable this option for automated chamber temperature control. This option " -"activates the emitting of an M191 command before the " -"\"machine_start_gcode\"\n" +"activates the emitting of an M191 command before the \"machine_start_gcode" +"\"\n" " which sets the chamber temperature and waits until it is reached. In " "addition, it emits an M141 command at the end of the print to turn off the " "chamber heater, if present.\n" @@ -15635,8 +15731,8 @@ msgid "Debug level" msgstr "" msgid "" -"Sets debug logging level. 0:fatal, 1:error, 2:warning, 3:info, 4:debug, " -"5:trace\n" +"Sets debug logging level. 0:fatal, 1:error, 2:warning, 3:info, 4:debug, 5:" +"trace\n" msgstr "" msgid "Enable timelapse for print" @@ -16669,6 +16765,12 @@ msgstr "" msgid "Comma-separated list of printing speeds" msgstr "" +msgid "Pressure Advance Guide" +msgstr "" + +msgid "Adaptive Pressure Advance Guide" +msgstr "" + msgid "" "Please input valid values:\n" "Start PA: >= 0.0\n" @@ -16712,6 +16814,9 @@ msgstr "" msgid "Temp step: " msgstr "" +msgid "Wiki Guide: Temperature Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "Start temp: <= 350\n" @@ -16728,6 +16833,9 @@ msgstr "" msgid "End volumetric speed: " msgstr "" +msgid "Wiki Guide: Volumetric Speed Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "start > 0\n" @@ -16744,6 +16852,9 @@ msgstr "" msgid "End speed: " msgstr "" +msgid "Wiki Guide: VFA" +msgstr "" + msgid "" "Please input valid values:\n" "start > 10\n" @@ -16757,6 +16868,9 @@ msgstr "" msgid "End retraction length: " msgstr "" +msgid "Wiki Guide: Retraction Calibration" +msgstr "" + msgid "Input shaping Frequency test" msgstr "" @@ -16792,6 +16906,9 @@ msgid "" "This will use the printer's default or saved value." msgstr "" +msgid "Wiki Guide: Input Shaping Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "(0 < FreqStart < FreqEnd < 500)" @@ -16827,27 +16944,52 @@ msgid "" "Please input a valid damping factor (0 <= DampingStart < DampingEnd <= 1)" msgstr "" -msgid "Junction Deviation test" +msgid "Cornering test" msgstr "" -msgid "Start junction deviation: " +msgid "SCV-V2" msgstr "" -msgid "End junction deviation: " +msgid "Start: " msgstr "" -msgid "Junction Deviation settings" +msgid "End: " msgstr "" -msgid "Note: Lower values = sharper corners but slower speeds" +msgid "Cornering settings" +msgstr "" + +msgid "Note: Lower values = sharper corners but slower speeds.\n" msgstr "" msgid "" -"Please input valid values:\n" -"(0 <= Junction Deviation < 1)" +"Marlin 2 Junction Deviation detected:\n" +"To test Classic Jerk, set 'Maximum Junction Deviation' in Motion ability to " +"0." msgstr "" -msgid "NOTE: High values may cause Layer shift" +msgid "" +"Marlin 2 Classic Jerk detected:\n" +"To test Junction Deviation, set 'Maximum Junction Deviation' in Motion " +"ability to a value > 0." +msgstr "" + +msgid "" +"RepRap detected: Jerk in mm/s.\n" +"OrcaSlicer will convert the values to mm/min when necessary." +msgstr "" + +msgid "Wiki Guide: Cornering Calibration" +msgstr "" + +#, c-format, boost-format +msgid "" +"Please input valid values:\n" +"(0 <= Cornering <= %s)" +msgstr "" + +#, c-format, boost-format +msgid "NOTE: High values may cause Layer shift (>%s)" msgstr "" msgid "Send G-code to printer host" @@ -17101,8 +17243,8 @@ msgid "" msgstr "" msgid "" -"We would rename the presets as \"Vendor Type Serial @printer you " -"selected\".\n" +"We would rename the presets as \"Vendor Type Serial @printer you selected" +"\".\n" "To add preset for more printers, please go to printer selection" msgstr "" @@ -17492,8 +17634,8 @@ msgid "nozzle size memorized: %d" msgstr "" msgid "" -"The size of nozzle type in preset is not consistent with memorized " -"nozzle.Did you change your nozzle lately ? " +"The size of nozzle type in preset is not consistent with memorized nozzle." +"Did you change your nozzle lately ? " msgstr "" #, c-format, boost-format @@ -18710,6 +18852,9 @@ msgstr "" #~ msgid "If enabled, auto-calculate every time when filament is changed" #~ msgstr "If enabled, auto-calculate every time filament is changed" +#~ msgid "Enable Dark mode" +#~ msgstr "Enable Dark Mode" + #~ msgid "An SD card needs to be inserted before printing." #~ msgstr "A MicroSD card needs to be inserted before printing." diff --git a/localization/i18n/es/OrcaSlicer_es.po b/localization/i18n/es/OrcaSlicer_es.po index 789b683c97..1c8aa34fab 100644 --- a/localization/i18n/es/OrcaSlicer_es.po +++ b/localization/i18n/es/OrcaSlicer_es.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: Orca Slicer\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-10-26 10:38+0800\n" +"POT-Creation-Date: 2025-10-29 11:23+0100\n" "PO-Revision-Date: \n" "Last-Translator: Carlos Fco. Caruncho Serrano \n" "Language-Team: \n" @@ -2047,6 +2047,12 @@ msgstr "Reemplazar con STL" msgid "Replace the selected part with new STL" msgstr "Reemplaza la pieza seleccionada con un nuevo STL" +msgid "Replace all with STL" +msgstr "" + +msgid "Replace all selected parts with STL from folder" +msgstr "" + msgid "Change filament" msgstr "Cambiar el filamento" @@ -2229,6 +2235,30 @@ msgstr "Borrar Bandeja" msgid "Remove the selected plate" msgstr "Eliminar la bandeja seleccionada" +msgid "Add instance" +msgstr "" + +msgid "Add one more instance of the selected object" +msgstr "" + +msgid "Remove instance" +msgstr "" + +msgid "Remove one instance of the selected object" +msgstr "" + +msgid "Set number of instances" +msgstr "" + +msgid "Change the number of instances of the selected object" +msgstr "" + +msgid "Fill bed with instances" +msgstr "" + +msgid "Fill the remaining area of bed with instances of the selected object" +msgstr "" + msgid "Clone" msgstr "Clonar" @@ -2755,9 +2785,9 @@ msgid "Top" msgstr "Superior" msgid "" -"The fan controls the temperature during printing to improve print " -"quality.The system automatically adjusts the fan's switch and speed " -"according to different printing materials." +"The fan controls the temperature during printing to improve print quality." +"The system automatically adjusts the fan's switch and speed according to " +"different printing materials." msgstr "" msgid "" @@ -3032,7 +3062,25 @@ msgstr "Enviado correctamente. Se cargará la siguiente página en %ss" msgid "Access code:%s IP address:%s" msgstr "" -msgid "Storage needs to be inserted before printing via LAN." +msgid "A Storage needs to be inserted before printing via LAN." +msgstr "" + +msgid "" +"Sending print job over LAN, but the Storage in the printer is abnormal and " +"print-issues may be caused by this." +msgstr "" + +msgid "" +"The Storage in the printer is abnormal. Please replace it with a normal " +"Storage before sending print job to printer." +msgstr "" + +msgid "" +"The Storage in the printer is read-only. Please replace it with a normal " +"Storage before sending print job to printer." +msgstr "" + +msgid "Encountered an unknown error with the Storage status. Please try again." msgstr "" msgid "Sending G-code file over LAN" @@ -3048,6 +3096,21 @@ msgstr "Envío exitoso. Cerrando la página actual en %s s" msgid "Storage needs to be inserted before sending to printer." msgstr "" +msgid "" +"Sending G-code file over LAN, but the Storage in the printer is abnormal and " +"print-issues may be caused by this." +msgstr "" + +msgid "" +"The Storage in the printer is abnormal. Please replace it with a normal " +"Storage before sending to printer." +msgstr "" + +msgid "" +"The Storage in the printer is read-only. Please replace it with a normal " +"Storage before sending to printer." +msgstr "" + msgid "Importing SLA archive" msgstr "Importando archivo SLA" @@ -3954,6 +4017,7 @@ msgstr "" "seam_slope_start_height debe ser menor que layer_height.\n" "Restableciendo a 0." +#, c-format, boost-format msgid "" "Lock depth should smaller than skin depth.\n" "Reset to 50% of skin depth." @@ -4931,7 +4995,7 @@ msgstr "Volumen:" msgid "Size:" msgstr "Tamaño:" -#, boost-format +#, c-format, boost-format msgid "" "Conflicts of G-code paths have been found at layer %d, z = %.2lf mm. Please " "separate the conflicted objects farther (%s <-> %s)." @@ -5451,15 +5515,12 @@ msgstr "Test de Retracciones" msgid "Max flowrate" msgstr "Test de Flujo Máximo" -msgid "Junction Deviation" -msgstr "" - -msgid "Junction Deviation calibration" -msgstr "" - msgid "Cornering" msgstr "" +msgid "Cornering calibration" +msgstr "" + msgid "Input Shaping Frequency" msgstr "" @@ -7142,6 +7203,34 @@ msgstr "Seleccione un nuevo archivo" msgid "File for the replace wasn't selected" msgstr "El archivo de reemplazo no ha sido seleccionado" +msgid "Select folder to replace from" +msgstr "" + +msgid "Directory for the replace wasn't selected" +msgstr "" + +msgid "Replaced with STLs from directory:\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: same file.\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: file does not exist.\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: failed to replace.\n" +msgstr "" + +#, boost-format +msgid "✔ Replaced %1%.\n" +msgstr "" + +msgid "Replaced volumes" +msgstr "" + msgid "Please select a file" msgstr "Por favor, seleccione un archivo" @@ -7625,13 +7714,13 @@ msgid "Home" msgstr "Página de Inicio" msgid "Default page" -msgstr "Página por defecto" +msgstr "" msgid "Set the page opened on startup." msgstr "Establece la página que se abre al inicio." msgid "Enable dark mode" -msgstr "Activar modo oscuro" +msgstr "" msgid "Allow only one OrcaSlicer instance" msgstr "Permitir sólo una instancia de OrcaSlicer" @@ -7695,7 +7784,7 @@ msgid "Add STL/STEP files to recent files list" msgstr "" msgid "Don't warn when loading 3MF with modified G-code" -msgstr "No avisar cuando cargue archivos 3MF con G-Codes modificados" +msgstr "" msgid "Show options when importing STEP file" msgstr "" @@ -7705,7 +7794,7 @@ msgid "" msgstr "" msgid "Auto backup" -msgstr "Copia de seguridad automática" +msgstr "" msgid "" "Backup your project periodically for restoring from the occasional crash." @@ -7730,7 +7819,7 @@ msgid "Features" msgstr "" msgid "Multi device management" -msgstr "Gestión multidispositivo" +msgstr "" msgid "" "With this option enabled, you can send a task to multiple devices at the " @@ -7838,10 +7927,10 @@ msgid "" msgstr "" msgid "Login region" -msgstr "Región de inicio de sesión" +msgstr "" msgid "Stealth mode" -msgstr "Modo invisible" +msgstr "" msgid "" "This stops the transmission of data to Bambu's cloud services. Users who " @@ -7852,7 +7941,7 @@ msgstr "" "pueden activar esta función de forma segura." msgid "Network test" -msgstr "Prueba de red" +msgstr "" msgid "Test" msgstr "Test" @@ -7931,6 +8020,14 @@ msgid "" "difference together." msgstr "" +msgid "Allow Abnormal Storage" +msgstr "" + +msgid "" +"This allows the use of Storage that is marked as abnormal by the Printer.\n" +"Use at your own risk, can cause issues!" +msgstr "" + msgid "Log Level" msgstr "Nivel de registro" @@ -8375,8 +8472,8 @@ msgid "" "start printing." msgstr "" "Hay algunos filamentos desconocidos en los mapeados AMS. Por favor, " -"compruebe si son los filamentos requeridos. Si lo son, presione " -"\"Confirmar\" para empezar a imprimir." +"compruebe si son los filamentos requeridos. Si lo son, presione \"Confirmar" +"\" para empezar a imprimir." msgid "Please check the following:" msgstr "Por favor compruebe lo siguiente:" @@ -8507,7 +8604,10 @@ msgid "" "information." msgstr "" -msgid "Storage is not available or is in read-only mode." +msgid "Storage needs to be inserted before printing via LAN." +msgstr "" + +msgid "Storage is in abnormal state or is in read-only mode." msgstr "" msgid "Storage needs to be inserted before printing." @@ -8913,13 +9013,13 @@ msgstr "" msgid "" "When recording timelapse without toolhead, it is recommended to add a " "\"Timelapse Wipe Tower\" \n" -"by right-click the empty position of build plate and choose \"Add " -"Primitive\"->\"Timelapse Wipe Tower\"." +"by right-click the empty position of build plate and choose \"Add Primitive" +"\"->\"Timelapse Wipe Tower\"." msgstr "" "Cuando se graba un timelapse sin cabezal, se recomienda añadir una \"Torre " "de Purga de Timelapse\" haciendo clic con el botón derecho del ratón en una " -"posición vacía de la bandeja de impresión y seleccionando \"Añadir " -"Primitivo\"->Torre de Purga de Timelapse\"." +"posición vacía de la bandeja de impresión y seleccionando \"Añadir Primitivo" +"\"->Torre de Purga de Timelapse\"." msgid "" "A copy of the current system preset will be created, which will be detached " @@ -9400,10 +9500,6 @@ msgstr "Torre de purga" msgid "Single extruder multi-material parameters" msgstr "Parámetros de extrusor único multimaterial" -#, c-format, boost-format -msgid "Extruder %d" -msgstr "" - msgid "" "This is a single extruder multi-material printer, diameters of all extruders " "will be set to the new value. Do you want to proceed?" @@ -9895,6 +9991,9 @@ msgid "" "nozzle type." msgstr "" +msgid "Storage is not available or is in read-only mode." +msgstr "" + #, c-format, boost-format msgid "" "The selected printer (%s) is incompatible with the chosen printer profile in " @@ -11206,8 +11305,8 @@ msgstr "" "contener el nombre de host, la dirección IP o la URL de la instancia de la " "impresora. Se puede acceder a la impresora detrás de un proxy con la " "autenticación básica activada por un nombre de usuario y contraseña en la " -"URL en el siguiente formato: https://" -"nombredeusuario:contraseña@tudirecciondeoctopi/" +"URL en el siguiente formato: https://nombredeusuario:" +"contraseña@tudirecciondeoctopi/" msgid "Device UI" msgstr "IU de dispositivo" @@ -13583,8 +13682,8 @@ msgid "mm/s² or %" msgstr "mm/s² o %" msgid "" -"Acceleration of sparse infill. If the value is expressed as a percentage " -"(e.g. 100%), it will be calculated based on the default acceleration." +"Acceleration of sparse infill. If the value is expressed as a percentage (e." +"g. 100%), it will be calculated based on the default acceleration." msgstr "" "Aceleración del relleno de baja densidad. Si el valor se expresa en " "porcentaje (por ejemplo 100%), se calculará basándose en la aceleración por " @@ -13623,6 +13722,9 @@ msgstr "El max_accel_to_decel de Klipper se ajustará a este %% de aceleración" msgid "Default jerk." msgstr "" +msgid "Junction Deviation" +msgstr "" + msgid "" "Marlin Firmware Junction Deviation (replaces the traditional XY Jerk " "setting)." @@ -13702,16 +13804,16 @@ msgstr "Velocidad máxima del ventilador en la capa" msgid "" "Fan speed will be ramped up linearly from zero at layer " -"\"close_fan_the_first_x_layers\" to maximum at layer " -"\"full_fan_speed_layer\". \"full_fan_speed_layer\" will be ignored if lower " -"than \"close_fan_the_first_x_layers\", in which case the fan will be running " -"at maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1." +"\"close_fan_the_first_x_layers\" to maximum at layer \"full_fan_speed_layer" +"\". \"full_fan_speed_layer\" will be ignored if lower than " +"\"close_fan_the_first_x_layers\", in which case the fan will be running at " +"maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1." msgstr "" "La velocidad de ventilador se incrementará linealmente de cero desde la capa " -"\"close_fan_the_first_x_layers\" al máximo en la capa " -"\"full_fan_speed_layer\". \"full_fan_speed_layer\" se ignorará si es menor " -"que \"close_fan_the_first_x_layers\", en cuyo caso el ventilador funcionará " -"al máximo permitido en la capa \"close_fan_the_first_x_layers\" + 1." +"\"close_fan_the_first_x_layers\" al máximo en la capa \"full_fan_speed_layer" +"\". \"full_fan_speed_layer\" se ignorará si es menor que " +"\"close_fan_the_first_x_layers\", en cuyo caso el ventilador funcionará al " +"máximo permitido en la capa \"close_fan_the_first_x_layers\" + 1." msgid "layer" msgstr "Capa" @@ -14644,7 +14746,9 @@ msgid "Maximum Junction Deviation" msgstr "" msgid "" -"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin Firmware)" +"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin " +"Firmware\n" +"If your Marlin 2 printer uses Classic Jerk set this value to 0.)" msgstr "" msgid "Minimum speed for extruding" @@ -15506,8 +15610,8 @@ msgid "Role base wipe speed" msgstr "Velocidad de purga según tipo de línea" msgid "" -"The wipe speed is determined by the speed of the current extrusion role. " -"e.g. if a wipe action is executed immediately following an outer wall " +"The wipe speed is determined by the speed of the current extrusion role. e." +"g. if a wipe action is executed immediately following an outer wall " "extrusion, the speed of the outer wall extrusion will be utilized for the " "wipe action." msgstr "" @@ -16256,16 +16360,6 @@ msgstr "" "activar las interfaces de soporte superior en lugar de un valor de densidad " "de rama alto si se necesitan interfaces densas." -msgid "Adaptive layer height" -msgstr "Altura de capa adaptativa" - -msgid "" -"Enabling this option means the height of tree support layer except the first " -"will be automatically calculated." -msgstr "" -"Si se activa esta opción, se calculará automáticamente la altura de todas " -"las capas de soporte de los árboles excepto la primera. " - msgid "Auto brim width" msgstr "Ancho de borde de adherencia automático" @@ -16361,8 +16455,8 @@ msgstr "Activar control de temperatura" msgid "" "Enable this option for automated chamber temperature control. This option " -"activates the emitting of an M191 command before the " -"\"machine_start_gcode\"\n" +"activates the emitting of an M191 command before the \"machine_start_gcode" +"\"\n" " which sets the chamber temperature and waits until it is reached. In " "addition, it emits an M141 command at the end of the print to turn off the " "chamber heater, if present.\n" @@ -16865,8 +16959,8 @@ msgid "" "Picture sizes to be stored into a .gcode and .sl1 / .sl1s files, in the " "following format: \"XxY, XxY, ...\"" msgstr "" -"Los tamaños de las imágenes para almacenar en archivos .gcode " -"y .sl1 / .sl1s, en el siguiente formato: \"XxY, XxY, ...\"" +"Los tamaños de las imágenes para almacenar en archivos .gcode y .sl1 / ." +"sl1s, en el siguiente formato: \"XxY, XxY, ...\"" msgid "Format of G-code thumbnails" msgstr "Formato de las miniaturas de G-Code" @@ -17305,8 +17399,8 @@ msgid "Debug level" msgstr "Nivel de depuración" msgid "" -"Sets debug logging level. 0:fatal, 1:error, 2:warning, 3:info, 4:debug, " -"5:trace\n" +"Sets debug logging level. 0:fatal, 1:error, 2:warning, 3:info, 4:debug, 5:" +"trace\n" msgstr "" "Ajusta el nivel de registro de depuración. 0:fatal, 1:error, 2:advertencia, " "3:información, 4:depuración, 5:rastreo\n" @@ -17777,13 +17871,13 @@ msgstr "El archivo proporcionado no puede ser leído debido a que está vacío" msgid "" "Unknown file format. Input file must have .stl, .obj, .amf(.xml) extension." msgstr "" -"Formato de archivo desconocido: el archivo de entrada debe tener " -"extensión .stl, .obj o .amf (.xml)." +"Formato de archivo desconocido: el archivo de entrada debe tener extensión ." +"stl, .obj o .amf (.xml)." msgid "Unknown file format. Input file must have .3mf or .zip.amf extension." msgstr "" -"Formato de archivo desconocido: el archivo de entrada debe tener extensión " -".3mf o .zip.amf." +"Formato de archivo desconocido: el archivo de entrada debe tener " +"extensión .3mf o .zip.amf." msgid "load_obj: failed to parse" msgstr "load_obj: fallo al parsear" @@ -18039,12 +18133,12 @@ msgstr "" "impresión de varios colores/materiales, la impresora utilizará el parámetro " "de compensación por defecto para el filamento durante cada cambio de " "filamento que tendrá un buen resultado en la mayoría de los casos.\n" -"un solo color/material, con la opción \"calibración de la dinámica de " -"flujo\" marcada en el menú de inicio de impresión, la impresora seguirá el " -"camino antiguo, calibrar el filamento antes de la impresión; cuando se " -"inicia una impresión de varios colores/materiales, la impresora utilizará el " -"parámetro de compensación por defecto para el filamento durante cada cambio " -"de filamento que tendrá un buen resultado en la mayoría de los casos.\n" +"un solo color/material, con la opción \"calibración de la dinámica de flujo" +"\" marcada en el menú de inicio de impresión, la impresora seguirá el camino " +"antiguo, calibrar el filamento antes de la impresión; cuando se inicia una " +"impresión de varios colores/materiales, la impresora utilizará el parámetro " +"de compensación por defecto para el filamento durante cada cambio de " +"filamento que tendrá un buen resultado en la mayoría de los casos.\n" "\n" "Tenga en cuenta que hay algunos casos que pueden hacer que los resultados de " "la calibración no sean fiables, como una adhesión insuficiente en la bandeja " @@ -18484,6 +18578,12 @@ msgstr "" msgid "Comma-separated list of printing speeds" msgstr "" +msgid "Pressure Advance Guide" +msgstr "" + +msgid "Adaptive Pressure Advance Guide" +msgstr "" + msgid "" "Please input valid values:\n" "Start PA: >= 0.0\n" @@ -18531,6 +18631,9 @@ msgstr "Temperatura final: " msgid "Temp step: " msgstr "Incremento temperatura: " +msgid "Wiki Guide: Temperature Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "Start temp: <= 350\n" @@ -18547,6 +18650,9 @@ msgstr "Velocidad volumétrica inicial: " msgid "End volumetric speed: " msgstr "Velocidad volumétrica final: " +msgid "Wiki Guide: Volumetric Speed Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "start > 0\n" @@ -18567,6 +18673,9 @@ msgstr "Velocidad inicial: " msgid "End speed: " msgstr "Velocidad final: " +msgid "Wiki Guide: VFA" +msgstr "" + msgid "" "Please input valid values:\n" "start > 10\n" @@ -18584,6 +18693,9 @@ msgstr "Longitud de retracción inicial: " msgid "End retraction length: " msgstr "Longitud de retracción final: " +msgid "Wiki Guide: Retraction Calibration" +msgstr "" + msgid "Input shaping Frequency test" msgstr "" @@ -18619,6 +18731,9 @@ msgid "" "This will use the printer's default or saved value." msgstr "" +msgid "Wiki Guide: Input Shaping Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "(0 < FreqStart < FreqEnd < 500)" @@ -18654,27 +18769,52 @@ msgid "" "Please input a valid damping factor (0 <= DampingStart < DampingEnd <= 1)" msgstr "" -msgid "Junction Deviation test" +msgid "Cornering test" msgstr "" -msgid "Start junction deviation: " +msgid "SCV-V2" msgstr "" -msgid "End junction deviation: " +msgid "Start: " msgstr "" -msgid "Junction Deviation settings" +msgid "End: " msgstr "" -msgid "Note: Lower values = sharper corners but slower speeds" +msgid "Cornering settings" +msgstr "" + +msgid "Note: Lower values = sharper corners but slower speeds.\n" msgstr "" msgid "" -"Please input valid values:\n" -"(0 <= Junction Deviation < 1)" +"Marlin 2 Junction Deviation detected:\n" +"To test Classic Jerk, set 'Maximum Junction Deviation' in Motion ability to " +"0." msgstr "" -msgid "NOTE: High values may cause Layer shift" +msgid "" +"Marlin 2 Classic Jerk detected:\n" +"To test Junction Deviation, set 'Maximum Junction Deviation' in Motion " +"ability to a value > 0." +msgstr "" + +msgid "" +"RepRap detected: Jerk in mm/s.\n" +"OrcaSlicer will convert the values to mm/min when necessary." +msgstr "" + +msgid "Wiki Guide: Cornering Calibration" +msgstr "" + +#, c-format, boost-format +msgid "" +"Please input valid values:\n" +"(0 <= Cornering <= %s)" +msgstr "" + +#, c-format, boost-format +msgid "NOTE: High values may cause Layer shift (>%s)" msgstr "" msgid "Send G-code to printer host" @@ -18943,8 +19083,8 @@ msgstr "" "¿Quieres reescribirlo?" msgid "" -"We would rename the presets as \"Vendor Type Serial @printer you " -"selected\".\n" +"We would rename the presets as \"Vendor Type Serial @printer you selected" +"\".\n" "To add preset for more printers, please go to printer selection" msgstr "" "Cambiaremos el nombre de los perfiles a \"Tipo Número de Serie @impresora " @@ -19385,8 +19525,8 @@ msgid "nozzle size memorized: %d" msgstr "" msgid "" -"The size of nozzle type in preset is not consistent with memorized " -"nozzle.Did you change your nozzle lately ? " +"The size of nozzle type in preset is not consistent with memorized nozzle." +"Did you change your nozzle lately ? " msgstr "" #, c-format, boost-format @@ -21038,6 +21178,15 @@ msgstr "" #~ msgid "General Settings" #~ msgstr "Configuración General" +#~ msgid "Login Region" +#~ msgstr "Región de inicio de sesión" + +#~ msgid "Stealth Mode" +#~ msgstr "Modo invisible" + +#~ msgid "Default Page" +#~ msgstr "Página por defecto" + #~ msgid "Show \"Tip of the day\" notification after start" #~ msgstr "Mostrar la notificación \"Consejo del Día\" al iniciar" @@ -21061,6 +21210,9 @@ msgstr "" #~ "Si está activada, calcula automáticamente cada vez que se cambia el " #~ "filamento" +#~ msgid "Multi-device Management (Take effect after restarting Orca Slicer)." +#~ msgstr "Gestión multidispositivo (surte efecto tras reiniciar Orca)." + #~ msgid "Auto arrange plate after object cloning" #~ msgstr "Disposición automática de la placa tras la clonación de objetos" @@ -21076,6 +21228,12 @@ msgstr "" #~ msgid "Associate URLs to OrcaSlicer" #~ msgstr "Asociar URLs a OrcaSlicer" +#~ msgid "No warnings when loading 3MF with modified G-code" +#~ msgstr "No avisar cuando cargue archivos 3MF con G-Codes modificados" + +#~ msgid "Auto-Backup" +#~ msgstr "Copia de seguridad automática" + #~ msgid "every" #~ msgstr "Todo" @@ -21085,6 +21243,9 @@ msgstr "" #~ msgid "Dark Mode" #~ msgstr "Modo Oscuro" +#~ msgid "Enable Dark mode" +#~ msgstr "Activar Modo Oscuro" + #~ msgid "Home page and daily tips" #~ msgstr "Página de inicio y consejos diarios" @@ -21291,6 +21452,16 @@ msgstr "" #~ msgstr "" #~ "Elimina los voladizos pequeños que posiblemente no necesiten soportes." +#~ msgid "Adaptive layer height" +#~ msgstr "Altura de capa adaptativa" + +#~ msgid "" +#~ "Enabling this option means the height of tree support layer except the " +#~ "first will be automatically calculated." +#~ msgstr "" +#~ "Si se activa esta opción, se calculará automáticamente la altura de todas " +#~ "las capas de soporte de los árboles excepto la primera. " + #~ msgid "" #~ "Only one of the results with the same name will be saved. Are you sure " #~ "you want to overwrite the other results?" @@ -22450,8 +22621,8 @@ msgstr "" #~ "Cuando grabamos timelapse sin cabezal de impresión, es recomendable " #~ "añadir un \"Torre de Purga de Intervalo\" \n" #~ "presionando con el botón derecho la posición vacía de la bandeja de " -#~ "construcción y elegir \"Añadir Primitivo\"->\"Intervalo de Torre de " -#~ "Purga\"." +#~ "construcción y elegir \"Añadir Primitivo\"->\"Intervalo de Torre de Purga" +#~ "\"." #~ msgid "Current association: " #~ msgstr "Asociación actual:" diff --git a/localization/i18n/fr/OrcaSlicer_fr.po b/localization/i18n/fr/OrcaSlicer_fr.po index ca1e3a6d3f..649b36cc31 100644 --- a/localization/i18n/fr/OrcaSlicer_fr.po +++ b/localization/i18n/fr/OrcaSlicer_fr.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Orca Slicer\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-10-26 10:38+0800\n" +"POT-Creation-Date: 2025-10-29 11:23+0100\n" "PO-Revision-Date: \n" "Last-Translator: \n" "Language-Team: Guislain Cyril, Thomas Lété\n" @@ -2061,6 +2061,12 @@ msgstr "Remplacer par le STL" msgid "Replace the selected part with new STL" msgstr "Remplacer la pièce sélectionnée par un nouveau STL" +msgid "Replace all with STL" +msgstr "" + +msgid "Replace all selected parts with STL from folder" +msgstr "" + msgid "Change filament" msgstr "Changer de filament" @@ -2244,6 +2250,30 @@ msgstr "Supprimer le plateau" msgid "Remove the selected plate" msgstr "Supprimer la plaque sélectionnée" +msgid "Add instance" +msgstr "" + +msgid "Add one more instance of the selected object" +msgstr "" + +msgid "Remove instance" +msgstr "" + +msgid "Remove one instance of the selected object" +msgstr "" + +msgid "Set number of instances" +msgstr "" + +msgid "Change the number of instances of the selected object" +msgstr "" + +msgid "Fill bed with instances" +msgstr "" + +msgid "Fill the remaining area of bed with instances of the selected object" +msgstr "" + msgid "Clone" msgstr "Cloner" @@ -2769,9 +2799,9 @@ msgid "Top" msgstr "Haut" msgid "" -"The fan controls the temperature during printing to improve print " -"quality.The system automatically adjusts the fan's switch and speed " -"according to different printing materials." +"The fan controls the temperature during printing to improve print quality." +"The system automatically adjusts the fan's switch and speed according to " +"different printing materials." msgstr "" msgid "" @@ -3042,7 +3072,25 @@ msgstr "Envoyée avec succès. Bascule automatique sur la page suivante dans %ss msgid "Access code:%s IP address:%s" msgstr "" -msgid "Storage needs to be inserted before printing via LAN." +msgid "A Storage needs to be inserted before printing via LAN." +msgstr "" + +msgid "" +"Sending print job over LAN, but the Storage in the printer is abnormal and " +"print-issues may be caused by this." +msgstr "" + +msgid "" +"The Storage in the printer is abnormal. Please replace it with a normal " +"Storage before sending print job to printer." +msgstr "" + +msgid "" +"The Storage in the printer is read-only. Please replace it with a normal " +"Storage before sending print job to printer." +msgstr "" + +msgid "Encountered an unknown error with the Storage status. Please try again." msgstr "" msgid "Sending G-code file over LAN" @@ -3058,6 +3106,21 @@ msgstr "Envoyé avec succès. Fermeture de la page actuelle dans %ss" msgid "Storage needs to be inserted before sending to printer." msgstr "" +msgid "" +"Sending G-code file over LAN, but the Storage in the printer is abnormal and " +"print-issues may be caused by this." +msgstr "" + +msgid "" +"The Storage in the printer is abnormal. Please replace it with a normal " +"Storage before sending to printer." +msgstr "" + +msgid "" +"The Storage in the printer is read-only. Please replace it with a normal " +"Storage before sending to printer." +msgstr "" + msgid "Importing SLA archive" msgstr "Importation d'une archive SLA" @@ -3957,6 +4020,7 @@ msgstr "" "seam_slope_start_height doit être inférieur à la hauteur de couche.\n" "Remise à 0." +#, c-format, boost-format msgid "" "Lock depth should smaller than skin depth.\n" "Reset to 50% of skin depth." @@ -4933,7 +4997,7 @@ msgstr "Le volume:" msgid "Size:" msgstr "Taille:" -#, boost-format +#, c-format, boost-format msgid "" "Conflicts of G-code paths have been found at layer %d, z = %.2lf mm. Please " "separate the conflicted objects farther (%s <-> %s)." @@ -5458,15 +5522,12 @@ msgstr "Test de rétraction" msgid "Max flowrate" msgstr "Débit maximal" -msgid "Junction Deviation" -msgstr "" - -msgid "Junction Deviation calibration" -msgstr "" - msgid "Cornering" msgstr "" +msgid "Cornering calibration" +msgstr "" + msgid "Input Shaping Frequency" msgstr "" @@ -7158,6 +7219,34 @@ msgstr "Sélectionnez un nouveau fichier" msgid "File for the replace wasn't selected" msgstr "Le fichier de remplacement n'a pas été sélectionné" +msgid "Select folder to replace from" +msgstr "" + +msgid "Directory for the replace wasn't selected" +msgstr "" + +msgid "Replaced with STLs from directory:\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: same file.\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: file does not exist.\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: failed to replace.\n" +msgstr "" + +#, boost-format +msgid "✔ Replaced %1%.\n" +msgstr "" + +msgid "Replaced volumes" +msgstr "" + msgid "Please select a file" msgstr "Veuillez sélectionner un fichier" @@ -7657,13 +7746,13 @@ msgid "Home" msgstr "Accueil" msgid "Default page" -msgstr "Page par défaut" +msgstr "" msgid "Set the page opened on startup." msgstr "Définit la page ouverte au démarrage." msgid "Enable dark mode" -msgstr "Activer le mode Sombre" +msgstr "" msgid "Allow only one OrcaSlicer instance" msgstr "Autoriser une seule instance d’OrcaSlicer" @@ -7712,7 +7801,7 @@ msgid "Load Geometry Only" msgstr "Charger uniquement la géométrie" msgid "Load behaviour" -msgstr "Comportement du chargement" +msgstr "" msgid "Should printer/filament/process settings be loaded when opening a .3mf?" msgstr "" @@ -7730,7 +7819,6 @@ msgstr "" msgid "Don't warn when loading 3MF with modified G-code" msgstr "" -"Pas d'avertissement lors du chargement de 3MF avec des G-codes modifiés" msgid "Show options when importing STEP file" msgstr "" @@ -7740,7 +7828,7 @@ msgid "" msgstr "" msgid "Auto backup" -msgstr "Sauvegarde automatique" +msgstr "" msgid "" "Backup your project periodically for restoring from the occasional crash." @@ -7765,7 +7853,7 @@ msgid "Features" msgstr "" msgid "Multi device management" -msgstr "Gestion multi appareils" +msgstr "" msgid "" "With this option enabled, you can send a task to multiple devices at the " @@ -7876,10 +7964,10 @@ msgid "" msgstr "" msgid "Login region" -msgstr "Région d'origine" +msgstr "" msgid "Stealth mode" -msgstr "Mode privé" +msgstr "" msgid "" "This stops the transmission of data to Bambu's cloud services. Users who " @@ -7891,7 +7979,7 @@ msgstr "" "sécurité." msgid "Network test" -msgstr "Test du réseau" +msgstr "" msgid "Test" msgstr "Tester" @@ -7970,6 +8058,14 @@ msgid "" "difference together." msgstr "" +msgid "Allow Abnormal Storage" +msgstr "" + +msgid "" +"This allows the use of Storage that is marked as abnormal by the Printer.\n" +"Use at your own risk, can cause issues!" +msgstr "" + msgid "Log Level" msgstr "Niveau de journalisation" @@ -8551,7 +8647,10 @@ msgid "" "information." msgstr "" -msgid "Storage is not available or is in read-only mode." +msgid "Storage needs to be inserted before printing via LAN." +msgstr "" + +msgid "Storage is in abnormal state or is in read-only mode." msgstr "" msgid "Storage needs to be inserted before printing." @@ -8971,8 +9070,8 @@ msgstr "" msgid "" "When recording timelapse without toolhead, it is recommended to add a " "\"Timelapse Wipe Tower\" \n" -"by right-click the empty position of build plate and choose \"Add " -"Primitive\"->\"Timelapse Wipe Tower\"." +"by right-click the empty position of build plate and choose \"Add Primitive" +"\"->\"Timelapse Wipe Tower\"." msgstr "" "Lorsque vous enregistrez un timelapse sans tête d’outil, il est recommandé " "d’ajouter une \"Tour d’essuyage timelapse\".\n" @@ -9462,10 +9561,6 @@ msgstr "Tour d’essuyage" msgid "Single extruder multi-material parameters" msgstr "Paramètres multi-matériaux pour extrudeur unique" -#, c-format, boost-format -msgid "Extruder %d" -msgstr "" - msgid "" "This is a single extruder multi-material printer, diameters of all extruders " "will be set to the new value. Do you want to proceed?" @@ -9970,6 +10065,9 @@ msgid "" "nozzle type." msgstr "" +msgid "Storage is not available or is in read-only mode." +msgstr "" + #, c-format, boost-format msgid "" "The selected printer (%s) is incompatible with the chosen printer profile in " @@ -13816,8 +13914,8 @@ msgid "mm/s² or %" msgstr "mm/s² ou %" msgid "" -"Acceleration of sparse infill. If the value is expressed as a percentage " -"(e.g. 100%), it will be calculated based on the default acceleration." +"Acceleration of sparse infill. If the value is expressed as a percentage (e." +"g. 100%), it will be calculated based on the default acceleration." msgstr "" "Accélération du remplissage interne. Si la valeur est exprimée en " "pourcentage (par exemple 100%), elle sera calculée en fonction de " @@ -13857,6 +13955,9 @@ msgstr "" msgid "Default jerk." msgstr "" +msgid "Junction Deviation" +msgstr "" + msgid "" "Marlin Firmware Junction Deviation (replaces the traditional XY Jerk " "setting)." @@ -13936,10 +14037,10 @@ msgstr "Ventilateur à pleine vitesse à la couche" msgid "" "Fan speed will be ramped up linearly from zero at layer " -"\"close_fan_the_first_x_layers\" to maximum at layer " -"\"full_fan_speed_layer\". \"full_fan_speed_layer\" will be ignored if lower " -"than \"close_fan_the_first_x_layers\", in which case the fan will be running " -"at maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1." +"\"close_fan_the_first_x_layers\" to maximum at layer \"full_fan_speed_layer" +"\". \"full_fan_speed_layer\" will be ignored if lower than " +"\"close_fan_the_first_x_layers\", in which case the fan will be running at " +"maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1." msgstr "" "La vitesse du ventilateur augmentera de manière linéaire à partir de zéro à " "la couche \"close_fan_the_first_x_layers\" jusqu’au maximum à la couche " @@ -14920,7 +15021,9 @@ msgid "Maximum Junction Deviation" msgstr "" msgid "" -"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin Firmware)" +"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin " +"Firmware\n" +"If your Marlin 2 printer uses Classic Jerk set this value to 0.)" msgstr "" msgid "Minimum speed for extruding" @@ -15799,8 +15902,8 @@ msgid "Role base wipe speed" msgstr "Vitesse d’essuyage basée sur la vitesse d’extrusion" msgid "" -"The wipe speed is determined by the speed of the current extrusion role. " -"e.g. if a wipe action is executed immediately following an outer wall " +"The wipe speed is determined by the speed of the current extrusion role. e." +"g. if a wipe action is executed immediately following an outer wall " "extrusion, the speed of the outer wall extrusion will be utilized for the " "wipe action." msgstr "" @@ -16214,8 +16317,8 @@ msgid "" "Use \"Even-odd\" for 3DLabPrint airplane models. Use \"Close holes\" to " "close all holes in the model." msgstr "" -"Utilisez « Pair-impair » pour les modèles d'avion 3DLabPrint. Utilisez " -"« Fermer les trous » pour fermer tous les trous du modèle." +"Utilisez « Pair-impair » pour les modèles d'avion 3DLabPrint. Utilisez « " +"Fermer les trous » pour fermer tous les trous du modèle." msgid "Regular" msgstr "Standard" @@ -16569,16 +16672,6 @@ msgstr "" "d’activer les interfaces de support supérieures au lieu d’une valeur de " "densité de branches élevée si des interfaces denses sont nécessaires." -msgid "Adaptive layer height" -msgstr "Hauteur de couche adaptative" - -msgid "" -"Enabling this option means the height of tree support layer except the first " -"will be automatically calculated." -msgstr "" -"L’activation de cette option signifie que la hauteur de couche des supports " -"arborescents, à l’exception de la première, sera automatiquement calculée " - msgid "Auto brim width" msgstr "Largeur de la bordure automatique" @@ -16676,8 +16769,8 @@ msgstr "Activer le contrôle de la température" msgid "" "Enable this option for automated chamber temperature control. This option " -"activates the emitting of an M191 command before the " -"\"machine_start_gcode\"\n" +"activates the emitting of an M191 command before the \"machine_start_gcode" +"\"\n" " which sets the chamber temperature and waits until it is reached. In " "addition, it emits an M141 command at the end of the print to turn off the " "chamber heater, if present.\n" @@ -17200,8 +17293,8 @@ msgid "" "Wipe tower is only compatible with relative mode. It is recommended on most " "printers. Default is checked." msgstr "" -"L’extrusion relative est recommandée lors de l’utilisation de l’option " -"« label_objects ». Certains extrudeurs fonctionnent mieux avec cette option " +"L’extrusion relative est recommandée lors de l’utilisation de l’option « " +"label_objects ». Certains extrudeurs fonctionnent mieux avec cette option " "non verrouillée (mode d’extrusion absolu). La tour d’essuyage n’est " "compatible qu’avec le mode relatif. Il est recommandé sur la plupart des " "imprimantes. L’option par défaut est cochée" @@ -17632,11 +17725,11 @@ msgid "Debug level" msgstr "Niveau de débogage" msgid "" -"Sets debug logging level. 0:fatal, 1:error, 2:warning, 3:info, 4:debug, " -"5:trace\n" +"Sets debug logging level. 0:fatal, 1:error, 2:warning, 3:info, 4:debug, 5:" +"trace\n" msgstr "" -"Définit le niveau de journalisation du débogage. 0 :fatal, 1 :erreur, " -"2 :avertissement, 3 :info, 4 :débogage, 5 :trace\n" +"Définit le niveau de journalisation du débogage. 0 :fatal, 1 :erreur, 2 :" +"avertissement, 3 :info, 4 :débogage, 5 :trace\n" msgid "Enable timelapse for print" msgstr "Activer le timelapse pour l’impression" @@ -18119,13 +18212,13 @@ msgstr "Le fichier fourni n'a pas pu être lu car il est vide" msgid "" "Unknown file format. Input file must have .stl, .obj, .amf(.xml) extension." msgstr "" -"Format de fichier inconnu : le fichier d'entrée doit porter " -"l'extension .stl, .obj ou .amf (.xml)." +"Format de fichier inconnu : le fichier d'entrée doit porter l'extension ." +"stl, .obj ou .amf (.xml)." msgid "Unknown file format. Input file must have .3mf or .zip.amf extension." msgstr "" -"Format de fichier inconnu : le fichier d'entrée doit porter l'extension " -".3mf, .zip ou .amf." +"Format de fichier inconnu : le fichier d'entrée doit porter " +"l'extension .3mf, .zip ou .amf." msgid "load_obj: failed to parse" msgstr "load_obj : échec de l'analyse" @@ -18825,6 +18918,12 @@ msgstr "Liste d’accélérations d’impression séparées par des virgules" msgid "Comma-separated list of printing speeds" msgstr "Liste de vitesses d’impression séparées par des virgules" +msgid "Pressure Advance Guide" +msgstr "" + +msgid "Adaptive Pressure Advance Guide" +msgstr "" + msgid "" "Please input valid values:\n" "Start PA: >= 0.0\n" @@ -18872,6 +18971,9 @@ msgstr "Temp. de fin: " msgid "Temp step: " msgstr "Intervalle de temp. : " +msgid "Wiki Guide: Temperature Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "Start temp: <= 350\n" @@ -18888,6 +18990,9 @@ msgstr "Vitesse volumétrique de début: " msgid "End volumetric speed: " msgstr "Vitesse volumétrique de fin: " +msgid "Wiki Guide: Volumetric Speed Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "start > 0\n" @@ -18908,6 +19013,9 @@ msgstr "Vitesse de début: " msgid "End speed: " msgstr "Vitesse de fin: " +msgid "Wiki Guide: VFA" +msgstr "" + msgid "" "Please input valid values:\n" "start > 10\n" @@ -18925,6 +19033,9 @@ msgstr "Longueur de rétraction de début: " msgid "End retraction length: " msgstr "Longueur de rétraction de fin: " +msgid "Wiki Guide: Retraction Calibration" +msgstr "" + msgid "Input shaping Frequency test" msgstr "" @@ -18960,6 +19071,9 @@ msgid "" "This will use the printer's default or saved value." msgstr "" +msgid "Wiki Guide: Input Shaping Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "(0 < FreqStart < FreqEnd < 500)" @@ -18995,27 +19109,52 @@ msgid "" "Please input a valid damping factor (0 <= DampingStart < DampingEnd <= 1)" msgstr "" -msgid "Junction Deviation test" +msgid "Cornering test" msgstr "" -msgid "Start junction deviation: " +msgid "SCV-V2" msgstr "" -msgid "End junction deviation: " +msgid "Start: " msgstr "" -msgid "Junction Deviation settings" +msgid "End: " msgstr "" -msgid "Note: Lower values = sharper corners but slower speeds" +msgid "Cornering settings" +msgstr "" + +msgid "Note: Lower values = sharper corners but slower speeds.\n" msgstr "" msgid "" -"Please input valid values:\n" -"(0 <= Junction Deviation < 1)" +"Marlin 2 Junction Deviation detected:\n" +"To test Classic Jerk, set 'Maximum Junction Deviation' in Motion ability to " +"0." msgstr "" -msgid "NOTE: High values may cause Layer shift" +msgid "" +"Marlin 2 Classic Jerk detected:\n" +"To test Junction Deviation, set 'Maximum Junction Deviation' in Motion " +"ability to a value > 0." +msgstr "" + +msgid "" +"RepRap detected: Jerk in mm/s.\n" +"OrcaSlicer will convert the values to mm/min when necessary." +msgstr "" + +msgid "Wiki Guide: Cornering Calibration" +msgstr "" + +#, c-format, boost-format +msgid "" +"Please input valid values:\n" +"(0 <= Cornering <= %s)" +msgstr "" + +#, c-format, boost-format +msgid "NOTE: High values may cause Layer shift (>%s)" msgstr "" msgid "Send G-code to printer host" @@ -19293,8 +19432,8 @@ msgstr "" "Voulez-vous le réécrire ?" msgid "" -"We would rename the presets as \"Vendor Type Serial @printer you " -"selected\".\n" +"We would rename the presets as \"Vendor Type Serial @printer you selected" +"\".\n" "To add preset for more printers, please go to printer selection" msgstr "" "Nous renommerions les préréglages en « Vendor Type Serial @printer you " @@ -19744,8 +19883,8 @@ msgid "nozzle size memorized: %d" msgstr "" msgid "" -"The size of nozzle type in preset is not consistent with memorized " -"nozzle.Did you change your nozzle lately ? " +"The size of nozzle type in preset is not consistent with memorized nozzle." +"Did you change your nozzle lately ? " msgstr "" #, c-format, boost-format @@ -21423,6 +21562,15 @@ msgstr "" #~ msgid "General Settings" #~ msgstr "Paramètres généraux" +#~ msgid "Login Region" +#~ msgstr "Région d'origine" + +#~ msgid "Stealth Mode" +#~ msgstr "Mode privé" + +#~ msgid "Default Page" +#~ msgstr "Page par défaut" + #~ msgid "Show \"Tip of the day\" notification after start" #~ msgstr "Afficher la notification \"Astuce du jour\" après le démarrage" @@ -21448,6 +21596,9 @@ msgstr "" #~ "Si cette option est activée, le calcul s’effectue automatiquement à " #~ "chaque changement de filament" +#~ msgid "Multi-device Management (Take effect after restarting Orca Slicer)." +#~ msgstr "Gestion multi-appareils (prend effet après le redémarrage d’Orca)." + #~ msgid "Auto arrange plate after object cloning" #~ msgstr "Arrangement automatique de la plaque après le clonage de l’objet" @@ -21463,6 +21614,16 @@ msgstr "" #~ msgid "Associate URLs to OrcaSlicer" #~ msgstr "Associer des URL à OrcaSlicer" +#~ msgid "Load Behaviour" +#~ msgstr "Comportement du chargement" + +#~ msgid "No warnings when loading 3MF with modified G-code" +#~ msgstr "" +#~ "Pas d'avertissement lors du chargement de 3MF avec des G-codes modifiés" + +#~ msgid "Auto-Backup" +#~ msgstr "Sauvegarde automatique" + #~ msgid "every" #~ msgstr "chaque" @@ -21472,6 +21633,9 @@ msgstr "" #~ msgid "Dark Mode" #~ msgstr "Mode Sombre" +#~ msgid "Enable Dark mode" +#~ msgstr "Activer le mode Sombre" + #~ msgid "Home page and daily tips" #~ msgstr "Page d'accueil et Astuces quotidiennes" @@ -21662,6 +21826,17 @@ msgstr "" #~ msgstr "" #~ "Supprimer les petits surplombs qui n’ont peut-être pas besoin de supports." +#~ msgid "Adaptive layer height" +#~ msgstr "Hauteur de couche adaptative" + +#~ msgid "" +#~ "Enabling this option means the height of tree support layer except the " +#~ "first will be automatically calculated." +#~ msgstr "" +#~ "L’activation de cette option signifie que la hauteur de couche des " +#~ "supports arborescents, à l’exception de la première, sera automatiquement " +#~ "calculée " + #~ msgid "" #~ "Only one of the results with the same name will be saved. Are you sure " #~ "you want to overwrite the other results?" @@ -22622,8 +22797,8 @@ msgstr "" #~ "modèle. Réglez le « seuil d’une paroi » dans les paramètres avancés ci-" #~ "dessous pour ajuster la sensibilité de ce qui est considéré comme une " #~ "surface supérieure. Le « seuil d’une paroi » n’est visible que si ce " -#~ "paramètre est supérieur à la valeur par défaut de 0,5 ou si l’option " -#~ "« surfaces supérieures à une paroi » est activée." +#~ "paramètre est supérieur à la valeur par défaut de 0,5 ou si l’option « " +#~ "surfaces supérieures à une paroi » est activée." #, c-format, boost-format #~ msgid "" @@ -23452,8 +23627,8 @@ msgstr "" #~ "thickness (top+bottom solid layers)" #~ msgstr "" #~ "Ajoutez du remplissage solide à proximité des surfaces inclinées pour " -#~ "garantir l'épaisseur verticale de la coque (couches solides " -#~ "supérieure+inférieure)." +#~ "garantir l'épaisseur verticale de la coque (couches solides supérieure" +#~ "+inférieure)." #~ msgid "Further reduce solid infill on walls (beta)" #~ msgstr "Réduire davantage le remplissage solide des parois (expérimental)" diff --git a/localization/i18n/hu/OrcaSlicer_hu.po b/localization/i18n/hu/OrcaSlicer_hu.po index 8df399c66a..55fa0c6aac 100644 --- a/localization/i18n/hu/OrcaSlicer_hu.po +++ b/localization/i18n/hu/OrcaSlicer_hu.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: Orca Slicer\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-10-26 10:38+0800\n" +"POT-Creation-Date: 2025-10-29 11:23+0100\n" "Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -1970,6 +1970,12 @@ msgstr "Lecserélés STL-lel" msgid "Replace the selected part with new STL" msgstr "Lecseréli a kijelölt tárgyat egy új STL-lel" +msgid "Replace all with STL" +msgstr "" + +msgid "Replace all selected parts with STL from folder" +msgstr "" + msgid "Change filament" msgstr "Filament csere" @@ -2155,6 +2161,30 @@ msgstr "" msgid "Remove the selected plate" msgstr "Kiválasztott tálca eltávolítása" +msgid "Add instance" +msgstr "" + +msgid "Add one more instance of the selected object" +msgstr "" + +msgid "Remove instance" +msgstr "" + +msgid "Remove one instance of the selected object" +msgstr "" + +msgid "Set number of instances" +msgstr "" + +msgid "Change the number of instances of the selected object" +msgstr "" + +msgid "Fill bed with instances" +msgstr "" + +msgid "Fill the remaining area of bed with instances of the selected object" +msgstr "" + msgid "Clone" msgstr "Klónozás" @@ -2671,9 +2701,9 @@ msgid "Top" msgstr "Felül" msgid "" -"The fan controls the temperature during printing to improve print " -"quality.The system automatically adjusts the fan's switch and speed " -"according to different printing materials." +"The fan controls the temperature during printing to improve print quality." +"The system automatically adjusts the fan's switch and speed according to " +"different printing materials." msgstr "" msgid "" @@ -2933,7 +2963,25 @@ msgstr "" msgid "Access code:%s IP address:%s" msgstr "" -msgid "Storage needs to be inserted before printing via LAN." +msgid "A Storage needs to be inserted before printing via LAN." +msgstr "" + +msgid "" +"Sending print job over LAN, but the Storage in the printer is abnormal and " +"print-issues may be caused by this." +msgstr "" + +msgid "" +"The Storage in the printer is abnormal. Please replace it with a normal " +"Storage before sending print job to printer." +msgstr "" + +msgid "" +"The Storage in the printer is read-only. Please replace it with a normal " +"Storage before sending print job to printer." +msgstr "" + +msgid "Encountered an unknown error with the Storage status. Please try again." msgstr "" msgid "Sending G-code file over LAN" @@ -2949,6 +2997,21 @@ msgstr "Sikeresen elküldve. Az oldal bezárul %s mp-en belül" msgid "Storage needs to be inserted before sending to printer." msgstr "" +msgid "" +"Sending G-code file over LAN, but the Storage in the printer is abnormal and " +"print-issues may be caused by this." +msgstr "" + +msgid "" +"The Storage in the printer is abnormal. Please replace it with a normal " +"Storage before sending to printer." +msgstr "" + +msgid "" +"The Storage in the printer is read-only. Please replace it with a normal " +"Storage before sending to printer." +msgstr "" + msgid "Importing SLA archive" msgstr "" @@ -3809,6 +3872,7 @@ msgid "" "Reset to 0." msgstr "" +#, c-format, boost-format msgid "" "Lock depth should smaller than skin depth.\n" "Reset to 50% of skin depth." @@ -4779,7 +4843,7 @@ msgstr "Térfogat:" msgid "Size:" msgstr "Méret:" -#, boost-format +#, c-format, boost-format msgid "" "Conflicts of G-code paths have been found at layer %d, z = %.2lf mm. Please " "separate the conflicted objects farther (%s <-> %s)." @@ -5297,15 +5361,12 @@ msgstr "Visszahúzás teszt" msgid "Max flowrate" msgstr "Max. anyagáramlás" -msgid "Junction Deviation" -msgstr "" - -msgid "Junction Deviation calibration" -msgstr "" - msgid "Cornering" msgstr "" +msgid "Cornering calibration" +msgstr "" + msgid "Input Shaping Frequency" msgstr "" @@ -6930,6 +6991,34 @@ msgstr "Válassz egy új fájlt" msgid "File for the replace wasn't selected" msgstr "A cserefájl nem lett kiválasztva" +msgid "Select folder to replace from" +msgstr "" + +msgid "Directory for the replace wasn't selected" +msgstr "" + +msgid "Replaced with STLs from directory:\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: same file.\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: file does not exist.\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: failed to replace.\n" +msgstr "" + +#, boost-format +msgid "✔ Replaced %1%.\n" +msgstr "" + +msgid "Replaced volumes" +msgstr "" + msgid "Please select a file" msgstr "Kérjük, válassz egy fájlt" @@ -7401,7 +7490,7 @@ msgid "Set the page opened on startup." msgstr "" msgid "Enable dark mode" -msgstr "Sötét mód engedélyezése" +msgstr "" msgid "Allow only one OrcaSlicer instance" msgstr "" @@ -7472,7 +7561,7 @@ msgid "" msgstr "" msgid "Auto backup" -msgstr "Automatikus biztonsági mentés" +msgstr "" msgid "" "Backup your project periodically for restoring from the occasional crash." @@ -7593,7 +7682,7 @@ msgid "" msgstr "" msgid "Login region" -msgstr "Régió" +msgstr "" msgid "Stealth mode" msgstr "" @@ -7604,7 +7693,7 @@ msgid "" msgstr "" msgid "Network test" -msgstr "Hálózati teszt" +msgstr "" msgid "Test" msgstr "Teszt" @@ -7683,6 +7772,14 @@ msgid "" "difference together." msgstr "" +msgid "Allow Abnormal Storage" +msgstr "" + +msgid "" +"This allows the use of Storage that is marked as abnormal by the Printer.\n" +"Use at your own risk, can cause issues!" +msgstr "" + msgid "Log Level" msgstr "Naplózási szint" @@ -8249,7 +8346,10 @@ msgid "" "information." msgstr "" -msgid "Storage is not available or is in read-only mode." +msgid "Storage needs to be inserted before printing via LAN." +msgstr "" + +msgid "Storage is in abnormal state or is in read-only mode." msgstr "" msgid "Storage needs to be inserted before printing." @@ -8617,8 +8717,8 @@ msgstr "" msgid "" "When recording timelapse without toolhead, it is recommended to add a " "\"Timelapse Wipe Tower\" \n" -"by right-click the empty position of build plate and choose \"Add " -"Primitive\"->\"Timelapse Wipe Tower\"." +"by right-click the empty position of build plate and choose \"Add Primitive" +"\"->\"Timelapse Wipe Tower\"." msgstr "" "Ha a nyomtatófej nélküli timelapse engedélyezve van, javasoljuk, hogy " "helyezz el a tálcán egy „Timelapse törlőtornyot“. Ehhez kattints jobb " @@ -9092,10 +9192,6 @@ msgstr "Törlőtorony" msgid "Single extruder multi-material parameters" msgstr "Egyetlen extruder többanyagú paraméterei" -#, c-format, boost-format -msgid "Extruder %d" -msgstr "" - msgid "" "This is a single extruder multi-material printer, diameters of all extruders " "will be set to the new value. Do you want to proceed?" @@ -9572,6 +9668,9 @@ msgid "" "nozzle type." msgstr "" +msgid "Storage is not available or is in read-only mode." +msgstr "" + #, c-format, boost-format msgid "" "The selected printer (%s) is incompatible with the chosen printer profile in " @@ -12779,8 +12878,8 @@ msgid "mm/s² or %" msgstr "mm/s² vagy %" msgid "" -"Acceleration of sparse infill. If the value is expressed as a percentage " -"(e.g. 100%), it will be calculated based on the default acceleration." +"Acceleration of sparse infill. If the value is expressed as a percentage (e." +"g. 100%), it will be calculated based on the default acceleration." msgstr "" "Gyorsulás a ritkás kitöltéseknél. Ha az érték százalékban van megadva (pl. " "100%), akkor az alapértelmezett gyorsulás alapján kerül kiszámításra." @@ -12816,6 +12915,9 @@ msgstr "" msgid "Default jerk." msgstr "" +msgid "Junction Deviation" +msgstr "" + msgid "" "Marlin Firmware Junction Deviation (replaces the traditional XY Jerk " "setting)." @@ -12888,10 +12990,10 @@ msgstr "Teljes ventilátor fordulatszám ennél a rétegnél" msgid "" "Fan speed will be ramped up linearly from zero at layer " -"\"close_fan_the_first_x_layers\" to maximum at layer " -"\"full_fan_speed_layer\". \"full_fan_speed_layer\" will be ignored if lower " -"than \"close_fan_the_first_x_layers\", in which case the fan will be running " -"at maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1." +"\"close_fan_the_first_x_layers\" to maximum at layer \"full_fan_speed_layer" +"\". \"full_fan_speed_layer\" will be ignored if lower than " +"\"close_fan_the_first_x_layers\", in which case the fan will be running at " +"maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1." msgstr "" msgid "layer" @@ -13734,7 +13836,9 @@ msgid "Maximum Junction Deviation" msgstr "" msgid "" -"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin Firmware)" +"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin " +"Firmware\n" +"If your Marlin 2 printer uses Classic Jerk set this value to 0.)" msgstr "" msgid "Minimum speed for extruding" @@ -14465,8 +14569,8 @@ msgid "Role base wipe speed" msgstr "" msgid "" -"The wipe speed is determined by the speed of the current extrusion role. " -"e.g. if a wipe action is executed immediately following an outer wall " +"The wipe speed is determined by the speed of the current extrusion role. e." +"g. if a wipe action is executed immediately following an outer wall " "extrusion, the speed of the outer wall extrusion will be utilized for the " "wipe action." msgstr "" @@ -15136,14 +15240,6 @@ msgid "" "needed." msgstr "" -msgid "Adaptive layer height" -msgstr "Adaptív rétegmagasság" - -msgid "" -"Enabling this option means the height of tree support layer except the first " -"will be automatically calculated." -msgstr "" - msgid "Auto brim width" msgstr "" @@ -15231,8 +15327,8 @@ msgstr "" msgid "" "Enable this option for automated chamber temperature control. This option " -"activates the emitting of an M191 command before the " -"\"machine_start_gcode\"\n" +"activates the emitting of an M191 command before the \"machine_start_gcode" +"\"\n" " which sets the chamber temperature and waits until it is reached. In " "addition, it emits an M141 command at the end of the print to turn off the " "chamber heater, if present.\n" @@ -16051,11 +16147,11 @@ msgid "Debug level" msgstr "Hibakeresés szintje" msgid "" -"Sets debug logging level. 0:fatal, 1:error, 2:warning, 3:info, 4:debug, " -"5:trace\n" +"Sets debug logging level. 0:fatal, 1:error, 2:warning, 3:info, 4:debug, 5:" +"trace\n" msgstr "" -"A hibakeresési naplózási szint beállítása. 0:fatal, 1:error, 2:warning, " -"3:info, 4:debug, 5:trace\n" +"A hibakeresési naplózási szint beállítása. 0:fatal, 1:error, 2:warning, 3:" +"info, 4:debug, 5:trace\n" msgid "Enable timelapse for print" msgstr "" @@ -17096,6 +17192,12 @@ msgstr "" msgid "Comma-separated list of printing speeds" msgstr "" +msgid "Pressure Advance Guide" +msgstr "" + +msgid "Adaptive Pressure Advance Guide" +msgstr "" + msgid "" "Please input valid values:\n" "Start PA: >= 0.0\n" @@ -17143,6 +17245,9 @@ msgstr "Befejező hőmérséklet: " msgid "Temp step: " msgstr "Hőmérséklet lépcső: " +msgid "Wiki Guide: Temperature Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "Start temp: <= 350\n" @@ -17159,6 +17264,9 @@ msgstr "Kezdő volumetrikus sebesség: " msgid "End volumetric speed: " msgstr "Befejező volumetrikus sebesség: " +msgid "Wiki Guide: Volumetric Speed Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "start > 0\n" @@ -17175,6 +17283,9 @@ msgstr "Kezdősebesség: " msgid "End speed: " msgstr "Befejező sebesség: " +msgid "Wiki Guide: VFA" +msgstr "" + msgid "" "Please input valid values:\n" "start > 10\n" @@ -17188,6 +17299,9 @@ msgstr "Kezdő visszahúzás hossza: " msgid "End retraction length: " msgstr "Befejező visszahúzási hossz:" +msgid "Wiki Guide: Retraction Calibration" +msgstr "" + msgid "Input shaping Frequency test" msgstr "" @@ -17223,6 +17337,9 @@ msgid "" "This will use the printer's default or saved value." msgstr "" +msgid "Wiki Guide: Input Shaping Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "(0 < FreqStart < FreqEnd < 500)" @@ -17258,27 +17375,52 @@ msgid "" "Please input a valid damping factor (0 <= DampingStart < DampingEnd <= 1)" msgstr "" -msgid "Junction Deviation test" +msgid "Cornering test" msgstr "" -msgid "Start junction deviation: " +msgid "SCV-V2" msgstr "" -msgid "End junction deviation: " +msgid "Start: " msgstr "" -msgid "Junction Deviation settings" +msgid "End: " msgstr "" -msgid "Note: Lower values = sharper corners but slower speeds" +msgid "Cornering settings" +msgstr "" + +msgid "Note: Lower values = sharper corners but slower speeds.\n" msgstr "" msgid "" -"Please input valid values:\n" -"(0 <= Junction Deviation < 1)" +"Marlin 2 Junction Deviation detected:\n" +"To test Classic Jerk, set 'Maximum Junction Deviation' in Motion ability to " +"0." msgstr "" -msgid "NOTE: High values may cause Layer shift" +msgid "" +"Marlin 2 Classic Jerk detected:\n" +"To test Junction Deviation, set 'Maximum Junction Deviation' in Motion " +"ability to a value > 0." +msgstr "" + +msgid "" +"RepRap detected: Jerk in mm/s.\n" +"OrcaSlicer will convert the values to mm/min when necessary." +msgstr "" + +msgid "Wiki Guide: Cornering Calibration" +msgstr "" + +#, c-format, boost-format +msgid "" +"Please input valid values:\n" +"(0 <= Cornering <= %s)" +msgstr "" + +#, c-format, boost-format +msgid "NOTE: High values may cause Layer shift (>%s)" msgstr "" msgid "Send G-code to printer host" @@ -17537,8 +17679,8 @@ msgstr "" "Szeretnéd felülírni?" msgid "" -"We would rename the presets as \"Vendor Type Serial @printer you " -"selected\".\n" +"We would rename the presets as \"Vendor Type Serial @printer you selected" +"\".\n" "To add preset for more printers, please go to printer selection" msgstr "" @@ -17952,8 +18094,8 @@ msgid "nozzle size memorized: %d" msgstr "" msgid "" -"The size of nozzle type in preset is not consistent with memorized " -"nozzle.Did you change your nozzle lately ? " +"The size of nozzle type in preset is not consistent with memorized nozzle." +"Did you change your nozzle lately ? " msgstr "" #, c-format, boost-format @@ -19379,6 +19521,9 @@ msgstr "" #~ msgid "General Settings" #~ msgstr "Általános beállítások" +#~ msgid "Login Region" +#~ msgstr "Régió" + #~ msgid "Show \"Tip of the day\" notification after start" #~ msgstr "A nap tippje értesítés megjelenítése indítás után" @@ -19405,12 +19550,18 @@ msgstr "" #~ msgid "User Sync" #~ msgstr "Felhasználó szinkronizálás" +#~ msgid "Auto-Backup" +#~ msgstr "Automatikus biztonsági mentés" + #~ msgid "Downloads" #~ msgstr "Letöltések" #~ msgid "Dark Mode" #~ msgstr "Sötét mód" +#~ msgid "Enable Dark mode" +#~ msgstr "Sötét mód engedélyezése" + #~ msgid "Home page and daily tips" #~ msgstr "Kezdőoldal és napi tippek" @@ -19524,6 +19675,9 @@ msgstr "" #~ "Eltávolítja a kis túlnyúlásokat, amelyek esetleg nem igényelnek " #~ "alátámasztást." +#~ msgid "Adaptive layer height" +#~ msgstr "Adaptív rétegmagasság" + #~ msgid "" #~ "Only one of the results with the same name will be saved. Are you sure " #~ "you want to overwrite the other results?" diff --git a/localization/i18n/it/OrcaSlicer_it.po b/localization/i18n/it/OrcaSlicer_it.po index e2dcbab433..f038be87d5 100644 --- a/localization/i18n/it/OrcaSlicer_it.po +++ b/localization/i18n/it/OrcaSlicer_it.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: Orca Slicer\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-10-26 10:38+0800\n" +"POT-Creation-Date: 2025-10-29 11:23+0100\n" "PO-Revision-Date: \n" "Last-Translator: \n" "Language-Team: \n" @@ -2052,6 +2052,12 @@ msgstr "Sostituisci con STL" msgid "Replace the selected part with new STL" msgstr "Sostituisci la parte selezionata con un nuovo STL" +msgid "Replace all with STL" +msgstr "" + +msgid "Replace all selected parts with STL from folder" +msgstr "" + msgid "Change filament" msgstr "Cambia filamento" @@ -2234,6 +2240,30 @@ msgstr "Elimina piatto" msgid "Remove the selected plate" msgstr "Rimuovi il piatto selezionato" +msgid "Add instance" +msgstr "" + +msgid "Add one more instance of the selected object" +msgstr "" + +msgid "Remove instance" +msgstr "" + +msgid "Remove one instance of the selected object" +msgstr "" + +msgid "Set number of instances" +msgstr "" + +msgid "Change the number of instances of the selected object" +msgstr "" + +msgid "Fill bed with instances" +msgstr "" + +msgid "Fill the remaining area of bed with instances of the selected object" +msgstr "" + msgid "Clone" msgstr "Clona" @@ -2764,9 +2794,9 @@ msgid "Top" msgstr "Dall'alto" msgid "" -"The fan controls the temperature during printing to improve print " -"quality.The system automatically adjusts the fan's switch and speed " -"according to different printing materials." +"The fan controls the temperature during printing to improve print quality." +"The system automatically adjusts the fan's switch and speed according to " +"different printing materials." msgstr "" msgid "" @@ -3037,7 +3067,25 @@ msgstr "" msgid "Access code:%s IP address:%s" msgstr "" -msgid "Storage needs to be inserted before printing via LAN." +msgid "A Storage needs to be inserted before printing via LAN." +msgstr "" + +msgid "" +"Sending print job over LAN, but the Storage in the printer is abnormal and " +"print-issues may be caused by this." +msgstr "" + +msgid "" +"The Storage in the printer is abnormal. Please replace it with a normal " +"Storage before sending print job to printer." +msgstr "" + +msgid "" +"The Storage in the printer is read-only. Please replace it with a normal " +"Storage before sending print job to printer." +msgstr "" + +msgid "Encountered an unknown error with the Storage status. Please try again." msgstr "" msgid "Sending G-code file over LAN" @@ -3053,6 +3101,21 @@ msgstr "Inviato con successo. Chiusura della pagina corrente in %s s" msgid "Storage needs to be inserted before sending to printer." msgstr "" +msgid "" +"Sending G-code file over LAN, but the Storage in the printer is abnormal and " +"print-issues may be caused by this." +msgstr "" + +msgid "" +"The Storage in the printer is abnormal. Please replace it with a normal " +"Storage before sending to printer." +msgstr "" + +msgid "" +"The Storage in the printer is read-only. Please replace it with a normal " +"Storage before sending to printer." +msgstr "" + msgid "Importing SLA archive" msgstr "Importa archivio SLA" @@ -3959,6 +4022,7 @@ msgstr "" "seam_slope_start_height deve essere inferiore a layer_height.\n" "È stato ripristinato a 0." +#, c-format, boost-format msgid "" "Lock depth should smaller than skin depth.\n" "Reset to 50% of skin depth." @@ -4934,7 +4998,7 @@ msgstr "Volume:" msgid "Size:" msgstr "Dimensione:" -#, boost-format +#, c-format, boost-format msgid "" "Conflicts of G-code paths have been found at layer %d, z = %.2lf mm. Please " "separate the conflicted objects farther (%s <-> %s)." @@ -5456,15 +5520,12 @@ msgstr "Test di retrazione" msgid "Max flowrate" msgstr "Portata massima" -msgid "Junction Deviation" -msgstr "" - -msgid "Junction Deviation calibration" -msgstr "" - msgid "Cornering" msgstr "" +msgid "Cornering calibration" +msgstr "" + msgid "Input Shaping Frequency" msgstr "" @@ -7136,6 +7197,34 @@ msgstr "Seleziona nuovo file" msgid "File for the replace wasn't selected" msgstr "Il file per la sostituzione non è stato selezionato" +msgid "Select folder to replace from" +msgstr "" + +msgid "Directory for the replace wasn't selected" +msgstr "" + +msgid "Replaced with STLs from directory:\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: same file.\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: file does not exist.\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: failed to replace.\n" +msgstr "" + +#, boost-format +msgid "✔ Replaced %1%.\n" +msgstr "" + +msgid "Replaced volumes" +msgstr "" + msgid "Please select a file" msgstr "Seleziona file" @@ -7621,13 +7710,13 @@ msgid "Home" msgstr "Pagina iniziale" msgid "Default page" -msgstr "Pagina predefinita" +msgstr "" msgid "Set the page opened on startup." msgstr "Imposta la pagina aperta all'avvio." msgid "Enable dark mode" -msgstr "Attiva modalità Scura" +msgstr "" msgid "Allow only one OrcaSlicer instance" msgstr "Consenti solo un'istanza di OrcaSlicer" @@ -7675,7 +7764,7 @@ msgid "Load Geometry Only" msgstr "Carica solo la geometria" msgid "Load behaviour" -msgstr "Comportamento di caricamento" +msgstr "" msgid "Should printer/filament/process settings be loaded when opening a .3mf?" msgstr "" @@ -7692,7 +7781,7 @@ msgid "Add STL/STEP files to recent files list" msgstr "" msgid "Don't warn when loading 3MF with modified G-code" -msgstr "Nessun avviso durante il caricamento di 3MF con G-code modificati" +msgstr "" msgid "Show options when importing STEP file" msgstr "" @@ -7702,7 +7791,7 @@ msgid "" msgstr "" msgid "Auto backup" -msgstr "Backup automatico" +msgstr "" msgid "" "Backup your project periodically for restoring from the occasional crash." @@ -7727,7 +7816,7 @@ msgid "Features" msgstr "" msgid "Multi device management" -msgstr "Gestione multi-dispositivo" +msgstr "" msgid "" "With this option enabled, you can send a task to multiple devices at the " @@ -7836,10 +7925,10 @@ msgid "" msgstr "" msgid "Login region" -msgstr "Regione di accesso" +msgstr "" msgid "Stealth mode" -msgstr "Modalità invisibile" +msgstr "" msgid "" "This stops the transmission of data to Bambu's cloud services. Users who " @@ -7850,7 +7939,7 @@ msgstr "" "possono attivare questa funzione in tutta sicurezza." msgid "Network test" -msgstr "Test di rete" +msgstr "" msgid "Test" msgstr "Prova" @@ -7928,6 +8017,14 @@ msgid "" "difference together." msgstr "" +msgid "Allow Abnormal Storage" +msgstr "" + +msgid "" +"This allows the use of Storage that is marked as abnormal by the Printer.\n" +"Use at your own risk, can cause issues!" +msgstr "" + msgid "Log Level" msgstr "Livello registro" @@ -8502,7 +8599,10 @@ msgid "" "information." msgstr "" -msgid "Storage is not available or is in read-only mode." +msgid "Storage needs to be inserted before printing via LAN." +msgstr "" + +msgid "Storage is in abnormal state or is in read-only mode." msgstr "" msgid "Storage needs to be inserted before printing." @@ -8910,8 +9010,8 @@ msgstr "" msgid "" "When recording timelapse without toolhead, it is recommended to add a " "\"Timelapse Wipe Tower\" \n" -"by right-click the empty position of build plate and choose \"Add " -"Primitive\"->\"Timelapse Wipe Tower\"." +"by right-click the empty position of build plate and choose \"Add Primitive" +"\"->\"Timelapse Wipe Tower\"." msgstr "" "Quando si registra un timelapse senza il gruppo testina, si consiglia di " "aggiungere un \"Timelapse Torre di spurgo\"\n" @@ -9399,10 +9499,6 @@ msgstr "Torre di spurgo" msgid "Single extruder multi-material parameters" msgstr "Parametri estrusore singolo multimateriale" -#, c-format, boost-format -msgid "Extruder %d" -msgstr "" - msgid "" "This is a single extruder multi-material printer, diameters of all extruders " "will be set to the new value. Do you want to proceed?" @@ -9901,6 +9997,9 @@ msgid "" "nozzle type." msgstr "" +msgid "Storage is not available or is in read-only mode." +msgstr "" + #, c-format, boost-format msgid "" "The selected printer (%s) is incompatible with the chosen printer profile in " @@ -10471,8 +10570,8 @@ msgid "" msgstr "" "È stato rilevato un aggiornamento importante che deve essere eseguito prima " "che la stampa possa continuare. Si desidera aggiornare ora? È possibile " -"effettuare l'aggiornamento anche in un secondo momento da \"Aggiorna " -"firmware\"." +"effettuare l'aggiornamento anche in un secondo momento da \"Aggiorna firmware" +"\"." msgid "" "The firmware version is abnormal. Repairing and updating are required before " @@ -13345,9 +13444,9 @@ msgid "" "this movement should be before the filament is retracted again." msgstr "" "Se impostato su un valore diverso da zero, il filamento viene spostato verso " -"l'ugello tra i singoli movimenti nei tubi di raffreddamento " -"(\"timbratura\"). Questa opzione configura la durata di questo movimento " -"prima che il filamento venga nuovamente retratto." +"l'ugello tra i singoli movimenti nei tubi di raffreddamento (\"timbratura" +"\"). Questa opzione configura la durata di questo movimento prima che il " +"filamento venga nuovamente retratto." msgid "Speed of the first cooling move" msgstr "Velocità del primo movimento di raffreddamento" @@ -13734,8 +13833,8 @@ msgid "mm/s² or %" msgstr "mm/s o %" msgid "" -"Acceleration of sparse infill. If the value is expressed as a percentage " -"(e.g. 100%), it will be calculated based on the default acceleration." +"Acceleration of sparse infill. If the value is expressed as a percentage (e." +"g. 100%), it will be calculated based on the default acceleration." msgstr "" "Accelerazione del riempimento sparso. Se il valore è espresso in percentuale " "(ad esempio 100%), verrà calcolato in base all'accelerazione predefinita." @@ -13776,6 +13875,9 @@ msgstr "" msgid "Default jerk." msgstr "" +msgid "Junction Deviation" +msgstr "" + msgid "" "Marlin Firmware Junction Deviation (replaces the traditional XY Jerk " "setting)." @@ -13857,17 +13959,17 @@ msgstr "Velocità massima della ventola su strato" msgid "" "Fan speed will be ramped up linearly from zero at layer " -"\"close_fan_the_first_x_layers\" to maximum at layer " -"\"full_fan_speed_layer\". \"full_fan_speed_layer\" will be ignored if lower " -"than \"close_fan_the_first_x_layers\", in which case the fan will be running " -"at maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1." +"\"close_fan_the_first_x_layers\" to maximum at layer \"full_fan_speed_layer" +"\". \"full_fan_speed_layer\" will be ignored if lower than " +"\"close_fan_the_first_x_layers\", in which case the fan will be running at " +"maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1." msgstr "" "La velocità della ventola aumenterà in modo lineare da zero nello strato " "\"close_fan_the_first_x_layers\" al massimo nello strato " "\"full_fan_speed_layer\". Se inferiore a \"close_fan_the_first_x_layers\", " "\"full_fan_speed_layer\" verrà ignorato. in tal caso la ventola funzionerà " -"alla massima velocità consentita nello strato " -"\"close_fan_the_first_x_layers\" + 1." +"alla massima velocità consentita nello strato \"close_fan_the_first_x_layers" +"\" + 1." msgid "layer" msgstr "strato" @@ -14838,7 +14940,9 @@ msgid "Maximum Junction Deviation" msgstr "" msgid "" -"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin Firmware)" +"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin " +"Firmware\n" +"If your Marlin 2 printer uses Classic Jerk set this value to 0.)" msgstr "" msgid "Minimum speed for extruding" @@ -15721,8 +15825,8 @@ msgid "Role base wipe speed" msgstr "Velocità di spurgo basata su ruolo" msgid "" -"The wipe speed is determined by the speed of the current extrusion role. " -"e.g. if a wipe action is executed immediately following an outer wall " +"The wipe speed is determined by the speed of the current extrusion role. e." +"g. if a wipe action is executed immediately following an outer wall " "extrusion, the speed of the outer wall extrusion will be utilized for the " "wipe action." msgstr "" @@ -16492,16 +16596,6 @@ msgstr "" "l'interfaccia di supporto superiore invece di impostare un valore elevato di " "densità dei rami, se sono necessarie interfacce dense." -msgid "Adaptive layer height" -msgstr "Altezza strato adattiva" - -msgid "" -"Enabling this option means the height of tree support layer except the first " -"will be automatically calculated." -msgstr "" -"Abilitando questa opzione, l'altezza degli strati dei supporti ad albero, " -"eccetto il primo, verrà calcolata automaticamente." - msgid "Auto brim width" msgstr "Larghezza tesa automatica" @@ -16598,8 +16692,8 @@ msgstr "Attiva controllo della temperatura" msgid "" "Enable this option for automated chamber temperature control. This option " -"activates the emitting of an M191 command before the " -"\"machine_start_gcode\"\n" +"activates the emitting of an M191 command before the \"machine_start_gcode" +"\"\n" " which sets the chamber temperature and waits until it is reached. In " "addition, it emits an M141 command at the end of the print to turn off the " "chamber heater, if present.\n" @@ -17546,11 +17640,11 @@ msgid "Debug level" msgstr "Livello di debug" msgid "" -"Sets debug logging level. 0:fatal, 1:error, 2:warning, 3:info, 4:debug, " -"5:trace\n" +"Sets debug logging level. 0:fatal, 1:error, 2:warning, 3:info, 4:debug, 5:" +"trace\n" msgstr "" -"Imposta livello di debug. 0:fatale, 1:errore, 2:avviso, 3:info, 4:debug, " -"5:traccia\n" +"Imposta livello di debug. 0:fatale, 1:errore, 2:avviso, 3:info, 4:debug, 5:" +"traccia\n" msgid "Enable timelapse for print" msgstr "Abilita timelapse per la stampa" @@ -18033,13 +18127,13 @@ msgstr "Impossibile leggere il file fornito perché è vuoto" msgid "" "Unknown file format. Input file must have .stl, .obj, .amf(.xml) extension." msgstr "" -"Formato file sconosciuto: il file di input deve avere " -"un'estensione .stl, .obj o .amf(.xml)." +"Formato file sconosciuto: il file di input deve avere un'estensione .stl, ." +"obj o .amf(.xml)." msgid "Unknown file format. Input file must have .3mf or .zip.amf extension." msgstr "" -"Formato file sconosciuto: il file di input deve avere un'estensione .3mf " -"o .zip.amf." +"Formato file sconosciuto: il file di input deve avere un'estensione .3mf o ." +"zip.amf." msgid "load_obj: failed to parse" msgstr "load_obj: impossibile analizzare" @@ -18741,6 +18835,12 @@ msgstr "Elenco separato da virgole delle accelerazioni di stampa" msgid "Comma-separated list of printing speeds" msgstr "Elenco separato da virgole delle velocità di stampa" +msgid "Pressure Advance Guide" +msgstr "" + +msgid "Adaptive Pressure Advance Guide" +msgstr "" + msgid "" "Please input valid values:\n" "Start PA: >= 0.0\n" @@ -18788,6 +18888,9 @@ msgstr "Temperatura finale: " msgid "Temp step: " msgstr "Incremento di temperatura: " +msgid "Wiki Guide: Temperature Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "Start temp: <= 350\n" @@ -18804,6 +18907,9 @@ msgstr "Velocità volumetrica iniziale: " msgid "End volumetric speed: " msgstr "Velocità volumetrica finale: " +msgid "Wiki Guide: Volumetric Speed Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "start > 0\n" @@ -18824,6 +18930,9 @@ msgstr "Velocità iniziale: " msgid "End speed: " msgstr "Velocità finale: " +msgid "Wiki Guide: VFA" +msgstr "" + msgid "" "Please input valid values:\n" "start > 10\n" @@ -18841,6 +18950,9 @@ msgstr "Lunghezza di retrazione iniziale: " msgid "End retraction length: " msgstr "Lunghezza di retrazione finale: " +msgid "Wiki Guide: Retraction Calibration" +msgstr "" + msgid "Input shaping Frequency test" msgstr "" @@ -18876,6 +18988,9 @@ msgid "" "This will use the printer's default or saved value." msgstr "" +msgid "Wiki Guide: Input Shaping Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "(0 < FreqStart < FreqEnd < 500)" @@ -18911,27 +19026,52 @@ msgid "" "Please input a valid damping factor (0 <= DampingStart < DampingEnd <= 1)" msgstr "" -msgid "Junction Deviation test" +msgid "Cornering test" msgstr "" -msgid "Start junction deviation: " +msgid "SCV-V2" msgstr "" -msgid "End junction deviation: " +msgid "Start: " msgstr "" -msgid "Junction Deviation settings" +msgid "End: " msgstr "" -msgid "Note: Lower values = sharper corners but slower speeds" +msgid "Cornering settings" +msgstr "" + +msgid "Note: Lower values = sharper corners but slower speeds.\n" msgstr "" msgid "" -"Please input valid values:\n" -"(0 <= Junction Deviation < 1)" +"Marlin 2 Junction Deviation detected:\n" +"To test Classic Jerk, set 'Maximum Junction Deviation' in Motion ability to " +"0." msgstr "" -msgid "NOTE: High values may cause Layer shift" +msgid "" +"Marlin 2 Classic Jerk detected:\n" +"To test Junction Deviation, set 'Maximum Junction Deviation' in Motion " +"ability to a value > 0." +msgstr "" + +msgid "" +"RepRap detected: Jerk in mm/s.\n" +"OrcaSlicer will convert the values to mm/min when necessary." +msgstr "" + +msgid "Wiki Guide: Cornering Calibration" +msgstr "" + +#, c-format, boost-format +msgid "" +"Please input valid values:\n" +"(0 <= Cornering <= %s)" +msgstr "" + +#, c-format, boost-format +msgid "NOTE: High values may cause Layer shift (>%s)" msgstr "" msgid "Send G-code to printer host" @@ -19204,12 +19344,12 @@ msgstr "" "Vuoi riscriverlo?" msgid "" -"We would rename the presets as \"Vendor Type Serial @printer you " -"selected\".\n" +"We would rename the presets as \"Vendor Type Serial @printer you selected" +"\".\n" "To add preset for more printers, please go to printer selection" msgstr "" -"Rinomineremo i profili come \"Produttore Tipo Seriale @stampante " -"selezionata\".\n" +"Rinomineremo i profili come \"Produttore Tipo Seriale @stampante selezionata" +"\".\n" "Per aggiungere il profilo per più stampanti, vai alla selezione della " "stampante" @@ -19645,8 +19785,8 @@ msgid "nozzle size memorized: %d" msgstr "" msgid "" -"The size of nozzle type in preset is not consistent with memorized " -"nozzle.Did you change your nozzle lately ? " +"The size of nozzle type in preset is not consistent with memorized nozzle." +"Did you change your nozzle lately ? " msgstr "" #, c-format, boost-format @@ -21301,6 +21441,15 @@ msgstr "" #~ msgid "General Settings" #~ msgstr "Impostazioni generali" +#~ msgid "Login Region" +#~ msgstr "Regione di accesso" + +#~ msgid "Stealth Mode" +#~ msgstr "Modalità invisibile" + +#~ msgid "Default Page" +#~ msgstr "Pagina predefinita" + #~ msgid "Show \"Tip of the day\" notification after start" #~ msgstr "Mostra \"Suggerimento del giorno\" dopo l'avvio" @@ -21325,6 +21474,9 @@ msgstr "" #~ msgstr "" #~ "Se abilitato, calcola automaticamente ogni volta che il filamento cambia" +#~ msgid "Multi-device Management (Take effect after restarting Orca Slicer)." +#~ msgstr "Gestione multi-dispositivo (avrà effetto dopo il riavvio di Orca)." + #~ msgid "Auto arrange plate after object cloning" #~ msgstr "Disposizione automatica del piatto dopo la clonazione dell'oggetto" @@ -21340,6 +21492,15 @@ msgstr "" #~ msgid "Associate URLs to OrcaSlicer" #~ msgstr "Associa gli URL ad OrcaSlicer" +#~ msgid "Load Behaviour" +#~ msgstr "Comportamento di caricamento" + +#~ msgid "No warnings when loading 3MF with modified G-code" +#~ msgstr "Nessun avviso durante il caricamento di 3MF con G-code modificati" + +#~ msgid "Auto-Backup" +#~ msgstr "Backup automatico" + #~ msgid "every" #~ msgstr "ogni" @@ -21349,6 +21510,9 @@ msgstr "" #~ msgid "Dark Mode" #~ msgstr "Modalità scura" +#~ msgid "Enable Dark mode" +#~ msgstr "Attiva modalità Scura" + #~ msgid "Home page and daily tips" #~ msgstr "Pagina iniziale e suggerimenti quotidiani" @@ -21580,6 +21744,16 @@ msgstr "" #~ "Rimuove le piccole sporgenze che eventualmente non necessitano di " #~ "supporti." +#~ msgid "Adaptive layer height" +#~ msgstr "Altezza strato adattiva" + +#~ msgid "" +#~ "Enabling this option means the height of tree support layer except the " +#~ "first will be automatically calculated." +#~ msgstr "" +#~ "Abilitando questa opzione, l'altezza degli strati dei supporti ad albero, " +#~ "eccetto il primo, verrà calcolata automaticamente." + #~ msgid "" #~ "Only one of the results with the same name will be saved. Are you sure " #~ "you want to overwrite the other results?" @@ -22465,10 +22639,9 @@ msgstr "" #~ "\n" #~ "\n" #~ "Per impostazione predefinita, i piccoli bridge interni vengono filtrati e " -#~ "il riempimento solido interno viene stampato direttamente sul " -#~ "riempimento.Questo metodo funziona bene nella maggior parte dei casi, " -#~ "velocizzando la stampa senza compromettere troppo la qualità della " -#~ "superficie superiore.\n" +#~ "il riempimento solido interno viene stampato direttamente sul riempimento." +#~ "Questo metodo funziona bene nella maggior parte dei casi, velocizzando la " +#~ "stampa senza compromettere troppo la qualità della superficie superiore.\n" #~ "\n" #~ "Tuttavia, in modelli fortemente inclinati o curvi, soprattutto se si " #~ "utilizza una densità di riempimento troppo bassa, potrebbe comportare " @@ -22682,13 +22855,12 @@ msgstr "" #~ "nostro wiki.\n" #~ "\n" #~ "Di solito la calibrazione non è necessaria. Quando si avvia una stampa a " -#~ "singolo colore/materiale, con l'opzione \"calibrazione dinamica del " -#~ "flusso\" selezionata nel menu di avvio della stampa, la stampante seguirà " -#~ "il vecchio modo, calibrando il filamento prima della stampa; Quando si " -#~ "avvia una stampa multicolore/materiale, la stampante utilizzerà il " -#~ "parametro di compensazione predefinito per il filamento durante ogni " -#~ "cambio di filamento, che avrà un buon risultato nella maggior parte dei " -#~ "casi.\n" +#~ "singolo colore/materiale, con l'opzione \"calibrazione dinamica del flusso" +#~ "\" selezionata nel menu di avvio della stampa, la stampante seguirà il " +#~ "vecchio modo, calibrando il filamento prima della stampa; Quando si avvia " +#~ "una stampa multicolore/materiale, la stampante utilizzerà il parametro di " +#~ "compensazione predefinito per il filamento durante ogni cambio di " +#~ "filamento, che avrà un buon risultato nella maggior parte dei casi.\n" #~ "\n" #~ "Si prega di notare che ci sono alcuni casi che renderanno il risultato " #~ "della calibrazione non affidabile: utilizzo di una piastra di texture per " diff --git a/localization/i18n/ja/OrcaSlicer_ja.po b/localization/i18n/ja/OrcaSlicer_ja.po index 8951811774..202a8d1318 100644 --- a/localization/i18n/ja/OrcaSlicer_ja.po +++ b/localization/i18n/ja/OrcaSlicer_ja.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: Orca Slicer\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-10-26 10:38+0800\n" +"POT-Creation-Date: 2025-10-29 11:23+0100\n" "PO-Revision-Date: \n" "Last-Translator: \n" "Language-Team: \n" @@ -1981,6 +1981,12 @@ msgstr "STLに置き換え" msgid "Replace the selected part with new STL" msgstr "選択したパーツを新しいSTLに置換え" +msgid "Replace all with STL" +msgstr "" + +msgid "Replace all selected parts with STL from folder" +msgstr "" + msgid "Change filament" msgstr "フィラメントを変更" @@ -2162,6 +2168,30 @@ msgstr "" msgid "Remove the selected plate" msgstr "選択したプレートを削除" +msgid "Add instance" +msgstr "" + +msgid "Add one more instance of the selected object" +msgstr "" + +msgid "Remove instance" +msgstr "" + +msgid "Remove one instance of the selected object" +msgstr "" + +msgid "Set number of instances" +msgstr "" + +msgid "Change the number of instances of the selected object" +msgstr "" + +msgid "Fill bed with instances" +msgstr "" + +msgid "Fill the remaining area of bed with instances of the selected object" +msgstr "" + msgid "Clone" msgstr "複製" @@ -2664,9 +2694,9 @@ msgid "Top" msgstr "トップ" msgid "" -"The fan controls the temperature during printing to improve print " -"quality.The system automatically adjusts the fan's switch and speed " -"according to different printing materials." +"The fan controls the temperature during printing to improve print quality." +"The system automatically adjusts the fan's switch and speed according to " +"different printing materials." msgstr "" msgid "" @@ -2918,7 +2948,25 @@ msgstr "" msgid "Access code:%s IP address:%s" msgstr "" -msgid "Storage needs to be inserted before printing via LAN." +msgid "A Storage needs to be inserted before printing via LAN." +msgstr "" + +msgid "" +"Sending print job over LAN, but the Storage in the printer is abnormal and " +"print-issues may be caused by this." +msgstr "" + +msgid "" +"The Storage in the printer is abnormal. Please replace it with a normal " +"Storage before sending print job to printer." +msgstr "" + +msgid "" +"The Storage in the printer is read-only. Please replace it with a normal " +"Storage before sending print job to printer." +msgstr "" + +msgid "Encountered an unknown error with the Storage status. Please try again." msgstr "" msgid "Sending G-code file over LAN" @@ -2934,6 +2982,21 @@ msgstr "送信しました、%s秒後自動閉じます。" msgid "Storage needs to be inserted before sending to printer." msgstr "" +msgid "" +"Sending G-code file over LAN, but the Storage in the printer is abnormal and " +"print-issues may be caused by this." +msgstr "" + +msgid "" +"The Storage in the printer is abnormal. Please replace it with a normal " +"Storage before sending to printer." +msgstr "" + +msgid "" +"The Storage in the printer is read-only. Please replace it with a normal " +"Storage before sending to printer." +msgstr "" + msgid "Importing SLA archive" msgstr "" @@ -3750,6 +3813,7 @@ msgid "" "Reset to 0." msgstr "" +#, c-format, boost-format msgid "" "Lock depth should smaller than skin depth.\n" "Reset to 50% of skin depth." @@ -4715,7 +4779,7 @@ msgstr "ボリューム" msgid "Size:" msgstr "サイズ:" -#, boost-format +#, c-format, boost-format msgid "" "Conflicts of G-code paths have been found at layer %d, z = %.2lf mm. Please " "separate the conflicted objects farther (%s <-> %s)." @@ -5232,15 +5296,12 @@ msgstr "" msgid "Max flowrate" msgstr "" -msgid "Junction Deviation" -msgstr "" - -msgid "Junction Deviation calibration" -msgstr "" - msgid "Cornering" msgstr "" +msgid "Cornering calibration" +msgstr "" + msgid "Input Shaping Frequency" msgstr "" @@ -6813,6 +6874,34 @@ msgstr "ファイルを選択" msgid "File for the replace wasn't selected" msgstr "交換用のファイルが選択されていません" +msgid "Select folder to replace from" +msgstr "" + +msgid "Directory for the replace wasn't selected" +msgstr "" + +msgid "Replaced with STLs from directory:\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: same file.\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: file does not exist.\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: failed to replace.\n" +msgstr "" + +#, boost-format +msgid "✔ Replaced %1%.\n" +msgstr "" + +msgid "Replaced volumes" +msgstr "" + msgid "Please select a file" msgstr "ファイルを選択してください" @@ -7283,7 +7372,7 @@ msgid "Set the page opened on startup." msgstr "" msgid "Enable dark mode" -msgstr "ダークモードを有効" +msgstr "" msgid "Allow only one OrcaSlicer instance" msgstr "" @@ -7350,7 +7439,7 @@ msgid "" msgstr "" msgid "Auto backup" -msgstr "自動バックアップ" +msgstr "" msgid "" "Backup your project periodically for restoring from the occasional crash." @@ -7471,7 +7560,7 @@ msgid "" msgstr "" msgid "Login region" -msgstr "地域" +msgstr "" msgid "Stealth mode" msgstr "" @@ -7553,6 +7642,14 @@ msgid "" "difference together." msgstr "" +msgid "Allow Abnormal Storage" +msgstr "" + +msgid "" +"This allows the use of Storage that is marked as abnormal by the Printer.\n" +"Use at your own risk, can cause issues!" +msgstr "" + msgid "Log Level" msgstr "" @@ -8107,7 +8204,10 @@ msgid "" "information." msgstr "" -msgid "Storage is not available or is in read-only mode." +msgid "Storage needs to be inserted before printing via LAN." +msgstr "" + +msgid "Storage is in abnormal state or is in read-only mode." msgstr "" msgid "Storage needs to be inserted before printing." @@ -8466,8 +8566,8 @@ msgstr "" msgid "" "When recording timelapse without toolhead, it is recommended to add a " "\"Timelapse Wipe Tower\" \n" -"by right-click the empty position of build plate and choose \"Add " -"Primitive\"->\"Timelapse Wipe Tower\"." +"by right-click the empty position of build plate and choose \"Add Primitive" +"\"->\"Timelapse Wipe Tower\"." msgstr "" "ヘッド無しのタイムラプスビデオを録画する時に、「タイムラプスプライムタワー」" "を追加してください。プレートで右クリックして、「プリミティブを追加」→「タイム" @@ -8927,10 +9027,6 @@ msgstr "ワイプタワー" msgid "Single extruder multi-material parameters" msgstr "単一エクストルーダーのマルチマテリアルパラメーター" -#, c-format, boost-format -msgid "Extruder %d" -msgstr "" - msgid "" "This is a single extruder multi-material printer, diameters of all extruders " "will be set to the new value. Do you want to proceed?" @@ -9394,6 +9490,9 @@ msgid "" "nozzle type." msgstr "" +msgid "Storage is not available or is in read-only mode." +msgstr "" + #, c-format, boost-format msgid "" "The selected printer (%s) is incompatible with the chosen printer profile in " @@ -12539,8 +12638,8 @@ msgid "mm/s² or %" msgstr "mm/s² 或は %" msgid "" -"Acceleration of sparse infill. If the value is expressed as a percentage " -"(e.g. 100%), it will be calculated based on the default acceleration." +"Acceleration of sparse infill. If the value is expressed as a percentage (e." +"g. 100%), it will be calculated based on the default acceleration." msgstr "" msgid "" @@ -12572,6 +12671,9 @@ msgstr "" msgid "Default jerk." msgstr "" +msgid "Junction Deviation" +msgstr "" + msgid "" "Marlin Firmware Junction Deviation (replaces the traditional XY Jerk " "setting)." @@ -12642,10 +12744,10 @@ msgstr "最大回転速度の積層" msgid "" "Fan speed will be ramped up linearly from zero at layer " -"\"close_fan_the_first_x_layers\" to maximum at layer " -"\"full_fan_speed_layer\". \"full_fan_speed_layer\" will be ignored if lower " -"than \"close_fan_the_first_x_layers\", in which case the fan will be running " -"at maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1." +"\"close_fan_the_first_x_layers\" to maximum at layer \"full_fan_speed_layer" +"\". \"full_fan_speed_layer\" will be ignored if lower than " +"\"close_fan_the_first_x_layers\", in which case the fan will be running at " +"maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1." msgstr "" msgid "layer" @@ -13238,8 +13340,8 @@ msgid "" "\"mmu_segmented_region_interlocking_depth\" is bigger than " "\"mmu_segmented_region_max_width\". Zero disables this feature." msgstr "" -"セグメント化された領域の連動深さ。mmu_segmented_region_max_width \"が0か、" -"\"mmu_segmented_region_interlocking_depth \"が " +"セグメント化された領域の連動深さ。mmu_segmented_region_max_width \"が0" +"か、\"mmu_segmented_region_interlocking_depth \"が " "\"mmu_segmented_region_max_width \"より大きい場合は無視される。ゼロはこの機能" "を無効にする。" @@ -13486,7 +13588,9 @@ msgid "Maximum Junction Deviation" msgstr "" msgid "" -"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin Firmware)" +"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin " +"Firmware\n" +"If your Marlin 2 printer uses Classic Jerk set this value to 0.)" msgstr "" msgid "Minimum speed for extruding" @@ -14205,8 +14309,8 @@ msgid "Role base wipe speed" msgstr "" msgid "" -"The wipe speed is determined by the speed of the current extrusion role. " -"e.g. if a wipe action is executed immediately following an outer wall " +"The wipe speed is determined by the speed of the current extrusion role. e." +"g. if a wipe action is executed immediately following an outer wall " "extrusion, the speed of the outer wall extrusion will be utilized for the " "wipe action." msgstr "" @@ -14838,14 +14942,6 @@ msgstr "" "の高いインターフェースが必要な場合は、枝密度を高めるのではなく、トップサポー" "トのインターフェースを有効にすることをお勧めします。" -msgid "Adaptive layer height" -msgstr "アダプティブ積層ピッチ" - -msgid "" -"Enabling this option means the height of tree support layer except the first " -"will be automatically calculated." -msgstr "" - msgid "Auto brim width" msgstr "オートブリム幅" @@ -14935,8 +15031,8 @@ msgstr "" msgid "" "Enable this option for automated chamber temperature control. This option " -"activates the emitting of an M191 command before the " -"\"machine_start_gcode\"\n" +"activates the emitting of an M191 command before the \"machine_start_gcode" +"\"\n" " which sets the chamber temperature and waits until it is reached. In " "addition, it emits an M141 command at the end of the print to turn off the " "chamber heater, if present.\n" @@ -15725,11 +15821,11 @@ msgid "Debug level" msgstr "デバッグ レベル" msgid "" -"Sets debug logging level. 0:fatal, 1:error, 2:warning, 3:info, 4:debug, " -"5:trace\n" +"Sets debug logging level. 0:fatal, 1:error, 2:warning, 3:info, 4:debug, 5:" +"trace\n" msgstr "" -"デバッグロギングレベルを設定します。0:fatal、1:error、2:warning、3:info、" -"4:debug、5:trace。\n" +"デバッグロギングレベルを設定します。0:fatal、1:error、2:warning、3:info、4:" +"debug、5:trace。\n" msgid "Enable timelapse for print" msgstr "" @@ -16780,6 +16876,12 @@ msgstr "" msgid "Comma-separated list of printing speeds" msgstr "" +msgid "Pressure Advance Guide" +msgstr "" + +msgid "Adaptive Pressure Advance Guide" +msgstr "" + msgid "" "Please input valid values:\n" "Start PA: >= 0.0\n" @@ -16823,6 +16925,9 @@ msgstr "" msgid "Temp step: " msgstr "" +msgid "Wiki Guide: Temperature Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "Start temp: <= 350\n" @@ -16839,6 +16944,9 @@ msgstr "" msgid "End volumetric speed: " msgstr "" +msgid "Wiki Guide: Volumetric Speed Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "start > 0\n" @@ -16855,6 +16963,9 @@ msgstr "" msgid "End speed: " msgstr "" +msgid "Wiki Guide: VFA" +msgstr "" + msgid "" "Please input valid values:\n" "start > 10\n" @@ -16868,6 +16979,9 @@ msgstr "" msgid "End retraction length: " msgstr "" +msgid "Wiki Guide: Retraction Calibration" +msgstr "" + msgid "Input shaping Frequency test" msgstr "" @@ -16903,6 +17017,9 @@ msgid "" "This will use the printer's default or saved value." msgstr "" +msgid "Wiki Guide: Input Shaping Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "(0 < FreqStart < FreqEnd < 500)" @@ -16938,27 +17055,52 @@ msgid "" "Please input a valid damping factor (0 <= DampingStart < DampingEnd <= 1)" msgstr "" -msgid "Junction Deviation test" +msgid "Cornering test" msgstr "" -msgid "Start junction deviation: " +msgid "SCV-V2" msgstr "" -msgid "End junction deviation: " +msgid "Start: " msgstr "" -msgid "Junction Deviation settings" +msgid "End: " msgstr "" -msgid "Note: Lower values = sharper corners but slower speeds" +msgid "Cornering settings" +msgstr "" + +msgid "Note: Lower values = sharper corners but slower speeds.\n" msgstr "" msgid "" -"Please input valid values:\n" -"(0 <= Junction Deviation < 1)" +"Marlin 2 Junction Deviation detected:\n" +"To test Classic Jerk, set 'Maximum Junction Deviation' in Motion ability to " +"0." msgstr "" -msgid "NOTE: High values may cause Layer shift" +msgid "" +"Marlin 2 Classic Jerk detected:\n" +"To test Junction Deviation, set 'Maximum Junction Deviation' in Motion " +"ability to a value > 0." +msgstr "" + +msgid "" +"RepRap detected: Jerk in mm/s.\n" +"OrcaSlicer will convert the values to mm/min when necessary." +msgstr "" + +msgid "Wiki Guide: Cornering Calibration" +msgstr "" + +#, c-format, boost-format +msgid "" +"Please input valid values:\n" +"(0 <= Cornering <= %s)" +msgstr "" + +#, c-format, boost-format +msgid "NOTE: High values may cause Layer shift (>%s)" msgstr "" msgid "Send G-code to printer host" @@ -17207,8 +17349,8 @@ msgid "" msgstr "" msgid "" -"We would rename the presets as \"Vendor Type Serial @printer you " -"selected\".\n" +"We would rename the presets as \"Vendor Type Serial @printer you selected" +"\".\n" "To add preset for more printers, please go to printer selection" msgstr "" @@ -17574,8 +17716,8 @@ msgid "nozzle size memorized: %d" msgstr "" msgid "" -"The size of nozzle type in preset is not consistent with memorized " -"nozzle.Did you change your nozzle lately ? " +"The size of nozzle type in preset is not consistent with memorized nozzle." +"Did you change your nozzle lately ? " msgstr "" #, c-format, boost-format @@ -18920,6 +19062,9 @@ msgstr "" #~ msgid "General Settings" #~ msgstr "一般設定" +#~ msgid "Login Region" +#~ msgstr "地域" + #~ msgid "Show \"Tip of the day\" notification after start" #~ msgstr "起動後「毎日のヒント」を表示" @@ -18932,12 +19077,18 @@ msgstr "" #~ msgid "User Sync" #~ msgstr "ユーザー同期" +#~ msgid "Auto-Backup" +#~ msgstr "自動バックアップ" + #~ msgid "Downloads" #~ msgstr "ダウンロード" #~ msgid "Dark Mode" #~ msgstr "ダークモード" +#~ msgid "Enable Dark mode" +#~ msgstr "ダークモードを有効" + #~ msgid "Home page and daily tips" #~ msgstr "ホームページとヒント" @@ -19020,6 +19171,9 @@ msgstr "" #~ "温度差が大きいフィラメントを一緒に造形することができません。ノズル詰まりや" #~ "損傷する可能性があります" +#~ msgid "Adaptive layer height" +#~ msgstr "アダプティブ積層ピッチ" + #~ msgid "Alt + Mouse wheel" #~ msgstr "Alt + マウスホイール" diff --git a/localization/i18n/ko/OrcaSlicer_ko.po b/localization/i18n/ko/OrcaSlicer_ko.po index 3aac4ce133..a52b1e0f44 100644 --- a/localization/i18n/ko/OrcaSlicer_ko.po +++ b/localization/i18n/ko/OrcaSlicer_ko.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Orca Slicer\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-10-26 10:38+0800\n" +"POT-Creation-Date: 2025-10-29 11:23+0100\n" "PO-Revision-Date: 2025-06-02 17:12+0900\n" "Last-Translator: crwusiz \n" "Language-Team: \n" @@ -2009,6 +2009,12 @@ msgstr "STL 파일로 교체" msgid "Replace the selected part with new STL" msgstr "선택한 부품을 새 STL 파일로 교체" +msgid "Replace all with STL" +msgstr "" + +msgid "Replace all selected parts with STL from folder" +msgstr "" + msgid "Change filament" msgstr "필라멘트 변경" @@ -2190,6 +2196,30 @@ msgstr "플레이트 삭제" msgid "Remove the selected plate" msgstr "선택된 플레이트 삭제" +msgid "Add instance" +msgstr "" + +msgid "Add one more instance of the selected object" +msgstr "" + +msgid "Remove instance" +msgstr "" + +msgid "Remove one instance of the selected object" +msgstr "" + +msgid "Set number of instances" +msgstr "" + +msgid "Change the number of instances of the selected object" +msgstr "" + +msgid "Fill bed with instances" +msgstr "" + +msgid "Fill the remaining area of bed with instances of the selected object" +msgstr "" + msgid "Clone" msgstr "복제" @@ -2697,9 +2727,9 @@ msgid "Top" msgstr "위" msgid "" -"The fan controls the temperature during printing to improve print " -"quality.The system automatically adjusts the fan's switch and speed " -"according to different printing materials." +"The fan controls the temperature during printing to improve print quality." +"The system automatically adjusts the fan's switch and speed according to " +"different printing materials." msgstr "" msgid "" @@ -2958,7 +2988,25 @@ msgstr "성공적으로 전송되었습니다. %ss의 다음 페이지로 자동 msgid "Access code:%s IP address:%s" msgstr "" -msgid "Storage needs to be inserted before printing via LAN." +msgid "A Storage needs to be inserted before printing via LAN." +msgstr "" + +msgid "" +"Sending print job over LAN, but the Storage in the printer is abnormal and " +"print-issues may be caused by this." +msgstr "" + +msgid "" +"The Storage in the printer is abnormal. Please replace it with a normal " +"Storage before sending print job to printer." +msgstr "" + +msgid "" +"The Storage in the printer is read-only. Please replace it with a normal " +"Storage before sending print job to printer." +msgstr "" + +msgid "Encountered an unknown error with the Storage status. Please try again." msgstr "" msgid "Sending G-code file over LAN" @@ -2974,6 +3022,21 @@ msgstr "성공적으로 보냈습니다. %s초 내에 현재 페이지가 닫힙 msgid "Storage needs to be inserted before sending to printer." msgstr "" +msgid "" +"Sending G-code file over LAN, but the Storage in the printer is abnormal and " +"print-issues may be caused by this." +msgstr "" + +msgid "" +"The Storage in the printer is abnormal. Please replace it with a normal " +"Storage before sending to printer." +msgstr "" + +msgid "" +"The Storage in the printer is read-only. Please replace it with a normal " +"Storage before sending to printer." +msgstr "" + msgid "Importing SLA archive" msgstr "SLA 압축파일 가져오는 중" @@ -3832,6 +3895,7 @@ msgstr "" "심_경사_시작_높이는 레이어_높이보다 작아야 합니다.\n" "0으로 재설정합니다." +#, c-format, boost-format msgid "" "Lock depth should smaller than skin depth.\n" "Reset to 50% of skin depth." @@ -4801,7 +4865,7 @@ msgstr "용량:" msgid "Size:" msgstr "크기:" -#, boost-format +#, c-format, boost-format msgid "" "Conflicts of G-code paths have been found at layer %d, z = %.2lf mm. Please " "separate the conflicted objects farther (%s <-> %s)." @@ -5321,15 +5385,12 @@ msgstr "후퇴 테스트" msgid "Max flowrate" msgstr "최대 압출량" -msgid "Junction Deviation" -msgstr "" - -msgid "Junction Deviation calibration" -msgstr "" - msgid "Cornering" msgstr "" +msgid "Cornering calibration" +msgstr "" + msgid "Input Shaping Frequency" msgstr "" @@ -5656,8 +5717,8 @@ msgid "" "The .gcode.3mf file contains no G-code data. Please slice it with Orca " "Slicer and export a new .gcode.3mf file." msgstr "" -".gcode.3mf 파일에는 Gcode 데이터가 없습니다. OrcaSlicer에서 슬라이스하고 " -"새 .gcode.3mf 파일을 내보내십시오." +".gcode.3mf 파일에는 Gcode 데이터가 없습니다. OrcaSlicer에서 슬라이스하고 새 ." +"gcode.3mf 파일을 내보내십시오." #, c-format, boost-format msgid "File '%s' was lost! Please download it again." @@ -6957,6 +7018,34 @@ msgstr "새 파일 선택" msgid "File for the replace wasn't selected" msgstr "대체할 파일이 선택되지 않았습니다" +msgid "Select folder to replace from" +msgstr "" + +msgid "Directory for the replace wasn't selected" +msgstr "" + +msgid "Replaced with STLs from directory:\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: same file.\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: file does not exist.\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: failed to replace.\n" +msgstr "" + +#, boost-format +msgid "✔ Replaced %1%.\n" +msgstr "" + +msgid "Replaced volumes" +msgstr "" + msgid "Please select a file" msgstr "파일을 선택하세요" @@ -7428,13 +7517,13 @@ msgid "Home" msgstr "홈" msgid "Default page" -msgstr "기본 페이지" +msgstr "" msgid "Set the page opened on startup." msgstr "시작 시 열리는 페이지를 설정합니다." msgid "Enable dark mode" -msgstr "다크 모드 사용" +msgstr "" msgid "Allow only one OrcaSlicer instance" msgstr "OrcaSlicer 인스턴스를 하나만 허용" @@ -7481,7 +7570,7 @@ msgid "Load Geometry Only" msgstr "형상만 로드" msgid "Load behaviour" -msgstr "행동 로드" +msgstr "" msgid "Should printer/filament/process settings be loaded when opening a .3mf?" msgstr ".3mf를 열 때 프린터/필라멘트/프로세스 설정이 로드되어야 합니까?" @@ -7496,7 +7585,7 @@ msgid "Add STL/STEP files to recent files list" msgstr "" msgid "Don't warn when loading 3MF with modified G-code" -msgstr "수정된 Gcode로 3MF를 로드할 때 경고 없음" +msgstr "" msgid "Show options when importing STEP file" msgstr "" @@ -7506,7 +7595,7 @@ msgid "" msgstr "" msgid "Auto backup" -msgstr "자동 백업" +msgstr "" msgid "" "Backup your project periodically for restoring from the occasional crash." @@ -7529,7 +7618,7 @@ msgid "Features" msgstr "" msgid "Multi device management" -msgstr "다중 장치 관리" +msgstr "" msgid "" "With this option enabled, you can send a task to multiple devices at the " @@ -7633,10 +7722,10 @@ msgid "" msgstr "" msgid "Login region" -msgstr "로그인 지역" +msgstr "" msgid "Stealth mode" -msgstr "스텔스 모드" +msgstr "" msgid "" "This stops the transmission of data to Bambu's cloud services. Users who " @@ -7646,7 +7735,7 @@ msgstr "" "용하지 않거나 LAN 모드만 사용하는 사용자는 이 기능을 안전하게 켤 수 있습니다." msgid "Network test" -msgstr "네트워크 테스트" +msgstr "" msgid "Test" msgstr "테스트" @@ -7721,6 +7810,14 @@ msgid "" "difference together." msgstr "" +msgid "Allow Abnormal Storage" +msgstr "" + +msgid "" +"This allows the use of Storage that is marked as abnormal by the Printer.\n" +"Use at your own risk, can cause issues!" +msgstr "" + msgid "Log Level" msgstr "로그 수준" @@ -8283,7 +8380,10 @@ msgid "" "information." msgstr "" -msgid "Storage is not available or is in read-only mode." +msgid "Storage needs to be inserted before printing via LAN." +msgstr "" + +msgid "Storage is in abnormal state or is in read-only mode." msgstr "" msgid "Storage needs to be inserted before printing." @@ -8672,8 +8772,8 @@ msgstr "" msgid "" "When recording timelapse without toolhead, it is recommended to add a " "\"Timelapse Wipe Tower\" \n" -"by right-click the empty position of build plate and choose \"Add " -"Primitive\"->\"Timelapse Wipe Tower\"." +"by right-click the empty position of build plate and choose \"Add Primitive" +"\"->\"Timelapse Wipe Tower\"." msgstr "" "툴헤드 없이 시간 경과를 기록할 경우 \"타임랩스 프라임 타워\"를 추가하는 것이 " "좋습니다\n" @@ -9138,10 +9238,6 @@ msgstr "프라임 타워" msgid "Single extruder multi-material parameters" msgstr "단일 압출기 다중 재료 매개변수" -#, c-format, boost-format -msgid "Extruder %d" -msgstr "" - msgid "" "This is a single extruder multi-material printer, diameters of all extruders " "will be set to the new value. Do you want to proceed?" @@ -9627,6 +9723,9 @@ msgid "" "nozzle type." msgstr "" +msgid "Storage is not available or is in read-only mode." +msgstr "" + #, c-format, boost-format msgid "" "The selected printer (%s) is incompatible with the chosen printer profile in " @@ -10895,9 +10994,9 @@ msgid "" msgstr "" "Orca Slicer은 Gcode 파일을 프린터 호스트에 업로드할 수 있습니다. 이 필드에는 " "프린터 호스트 인스턴스의 호스트 이름, IP 주소 또는 URL이 포함되어야 합니다. " -"기본 인증이 활성화된 HAProxy 뒤의 출력 호스트는 https://" -"username:password@your-octopi-address/ 형식의 URL에 사용자 이름과 암호를 입력" -"하여 액세스할 수 있습니다" +"기본 인증이 활성화된 HAProxy 뒤의 출력 호스트는 https://username:" +"password@your-octopi-address/ 형식의 URL에 사용자 이름과 암호를 입력하여 액세" +"스할 수 있습니다" msgid "Device UI" msgstr "장치 UI" @@ -13185,8 +13284,8 @@ msgid "mm/s² or %" msgstr "mm/s² 또는 %" msgid "" -"Acceleration of sparse infill. If the value is expressed as a percentage " -"(e.g. 100%), it will be calculated based on the default acceleration." +"Acceleration of sparse infill. If the value is expressed as a percentage (e." +"g. 100%), it will be calculated based on the default acceleration." msgstr "" "드문 채우기 가속도. 값이 백분율 (예. 100%)로 표시되면 기본 가속도를 기준으로 " "계산됩니다." @@ -13223,6 +13322,9 @@ msgstr "Klipper의 max_accel_to_decel은 가속도의 %%로 조정됩니다" msgid "Default jerk." msgstr "" +msgid "Junction Deviation" +msgstr "" + msgid "" "Marlin Firmware Junction Deviation (replaces the traditional XY Jerk " "setting)." @@ -13297,10 +13399,10 @@ msgstr "팬 최대 속도 레이어" msgid "" "Fan speed will be ramped up linearly from zero at layer " -"\"close_fan_the_first_x_layers\" to maximum at layer " -"\"full_fan_speed_layer\". \"full_fan_speed_layer\" will be ignored if lower " -"than \"close_fan_the_first_x_layers\", in which case the fan will be running " -"at maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1." +"\"close_fan_the_first_x_layers\" to maximum at layer \"full_fan_speed_layer" +"\". \"full_fan_speed_layer\" will be ignored if lower than " +"\"close_fan_the_first_x_layers\", in which case the fan will be running at " +"maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1." msgstr "" "팬 속도는 \"close_fan_the_first_x_layers\" 의 0에서 \"full_fan_speed_layer\" " "의 최고 속도까지 선형적으로 증가합니다. \"full_fan_speed_layer\"가 " @@ -14226,7 +14328,9 @@ msgid "Maximum Junction Deviation" msgstr "" msgid "" -"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin Firmware)" +"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin " +"Firmware\n" +"If your Marlin 2 printer uses Classic Jerk set this value to 0.)" msgstr "" msgid "Minimum speed for extruding" @@ -15046,8 +15150,8 @@ msgid "Role base wipe speed" msgstr "역할 기반 노즐 청소 속도" msgid "" -"The wipe speed is determined by the speed of the current extrusion role. " -"e.g. if a wipe action is executed immediately following an outer wall " +"The wipe speed is determined by the speed of the current extrusion role. e." +"g. if a wipe action is executed immediately following an outer wall " "extrusion, the speed of the outer wall extrusion will be utilized for the " "wipe action." msgstr "" @@ -15755,16 +15859,6 @@ msgstr "" "스가 필요한 경우 높은 가지 밀도 값 대신 상단 지지 인터페이스를 활성화하는 것" "이 좋습니다." -msgid "Adaptive layer height" -msgstr "적응형 레이어 높이" - -msgid "" -"Enabling this option means the height of tree support layer except the first " -"will be automatically calculated." -msgstr "" -"이 옵션을 활성화하면 첫 번째 레이어를 제외한 트리 서포트의 레이어 높이가 자동" -"으로 계산됩니다 " - msgid "Auto brim width" msgstr "트리 서포트 자동 브림 너비" @@ -15855,8 +15949,8 @@ msgstr "온도 제어 활성화" msgid "" "Enable this option for automated chamber temperature control. This option " -"activates the emitting of an M191 command before the " -"\"machine_start_gcode\"\n" +"activates the emitting of an M191 command before the \"machine_start_gcode" +"\"\n" " which sets the chamber temperature and waits until it is reached. In " "addition, it emits an M141 command at the end of the print to turn off the " "chamber heater, if present.\n" @@ -16739,8 +16833,8 @@ msgid "Debug level" msgstr "디버그 수준" msgid "" -"Sets debug logging level. 0:fatal, 1:error, 2:warning, 3:info, 4:debug, " -"5:trace\n" +"Sets debug logging level. 0:fatal, 1:error, 2:warning, 3:info, 4:debug, 5:" +"trace\n" msgstr "" "디버그 로깅 수준을 설정합니다. 0:치명적, 1:오류, 2:경고, 3:정보, 4:디버그, 5:" "추적\n" @@ -17848,6 +17942,12 @@ msgstr "쉼표로 구분된 출력 가속 목록" msgid "Comma-separated list of printing speeds" msgstr "쉼표로 구분된 출력 속도 목록" +msgid "Pressure Advance Guide" +msgstr "" + +msgid "Adaptive Pressure Advance Guide" +msgstr "" + msgid "" "Please input valid values:\n" "Start PA: >= 0.0\n" @@ -17895,6 +17995,9 @@ msgstr "종료 온도: " msgid "Temp step: " msgstr "온도 단계: " +msgid "Wiki Guide: Temperature Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "Start temp: <= 350\n" @@ -17911,6 +18014,9 @@ msgstr "시작 압출 속도: " msgid "End volumetric speed: " msgstr "종료 압출 속도: " +msgid "Wiki Guide: Volumetric Speed Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "start > 0\n" @@ -17931,6 +18037,9 @@ msgstr "시작 속도: " msgid "End speed: " msgstr "종료 속도: " +msgid "Wiki Guide: VFA" +msgstr "" + msgid "" "Please input valid values:\n" "start > 10\n" @@ -17948,6 +18057,9 @@ msgstr "후퇴 시작 길이: " msgid "End retraction length: " msgstr "후퇴 종료 길이: " +msgid "Wiki Guide: Retraction Calibration" +msgstr "" + msgid "Input shaping Frequency test" msgstr "" @@ -17983,6 +18095,9 @@ msgid "" "This will use the printer's default or saved value." msgstr "" +msgid "Wiki Guide: Input Shaping Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "(0 < FreqStart < FreqEnd < 500)" @@ -18018,27 +18133,52 @@ msgid "" "Please input a valid damping factor (0 <= DampingStart < DampingEnd <= 1)" msgstr "" -msgid "Junction Deviation test" +msgid "Cornering test" msgstr "" -msgid "Start junction deviation: " +msgid "SCV-V2" msgstr "" -msgid "End junction deviation: " +msgid "Start: " msgstr "" -msgid "Junction Deviation settings" +msgid "End: " msgstr "" -msgid "Note: Lower values = sharper corners but slower speeds" +msgid "Cornering settings" +msgstr "" + +msgid "Note: Lower values = sharper corners but slower speeds.\n" msgstr "" msgid "" -"Please input valid values:\n" -"(0 <= Junction Deviation < 1)" +"Marlin 2 Junction Deviation detected:\n" +"To test Classic Jerk, set 'Maximum Junction Deviation' in Motion ability to " +"0." msgstr "" -msgid "NOTE: High values may cause Layer shift" +msgid "" +"Marlin 2 Classic Jerk detected:\n" +"To test Junction Deviation, set 'Maximum Junction Deviation' in Motion " +"ability to a value > 0." +msgstr "" + +msgid "" +"RepRap detected: Jerk in mm/s.\n" +"OrcaSlicer will convert the values to mm/min when necessary." +msgstr "" + +msgid "Wiki Guide: Cornering Calibration" +msgstr "" + +#, c-format, boost-format +msgid "" +"Please input valid values:\n" +"(0 <= Cornering <= %s)" +msgstr "" + +#, c-format, boost-format +msgid "NOTE: High values may cause Layer shift (>%s)" msgstr "" msgid "Send G-code to printer host" @@ -18301,8 +18441,8 @@ msgstr "" "다시 작성하시겠습니까?" msgid "" -"We would rename the presets as \"Vendor Type Serial @printer you " -"selected\".\n" +"We would rename the presets as \"Vendor Type Serial @printer you selected" +"\".\n" "To add preset for more printers, please go to printer selection" msgstr "" @@ -18716,8 +18856,8 @@ msgid "nozzle size memorized: %d" msgstr "" msgid "" -"The size of nozzle type in preset is not consistent with memorized " -"nozzle.Did you change your nozzle lately ? " +"The size of nozzle type in preset is not consistent with memorized nozzle." +"Did you change your nozzle lately ? " msgstr "" #, c-format, boost-format @@ -20302,6 +20442,15 @@ msgstr "" #~ msgid "General Settings" #~ msgstr "일반 설정" +#~ msgid "Login Region" +#~ msgstr "로그인 지역" + +#~ msgid "Stealth Mode" +#~ msgstr "스텔스 모드" + +#~ msgid "Default Page" +#~ msgstr "기본 페이지" + #~ msgid "Show \"Tip of the day\" notification after start" #~ msgstr "시작 후 \"오늘의 팁\" 알림 표시" @@ -20321,6 +20470,9 @@ msgstr "" #~ msgid "If enabled, auto-calculate every time when filament is changed" #~ msgstr "활성화하면 필라멘트가 교체될 때마다 자동 계산됩니다" +#~ msgid "Multi-device Management (Take effect after restarting Orca Slicer)." +#~ msgstr "다중 장치 관리 (Orca를 다시 시작한 후 적용됨)." + #~ msgid "Auto arrange plate after object cloning" #~ msgstr "객체를 복제한 후 플레이트를 자동으로 정렬합니다" @@ -20336,6 +20488,15 @@ msgstr "" #~ msgid "Associate URLs to OrcaSlicer" #~ msgstr "OrcaSlicer에 URL 연결" +#~ msgid "Load Behaviour" +#~ msgstr "행동 로드" + +#~ msgid "No warnings when loading 3MF with modified G-code" +#~ msgstr "수정된 Gcode로 3MF를 로드할 때 경고 없음" + +#~ msgid "Auto-Backup" +#~ msgstr "자동 백업" + #~ msgid "every" #~ msgstr "매번" @@ -20345,6 +20506,9 @@ msgstr "" #~ msgid "Dark Mode" #~ msgstr "다크 모드" +#~ msgid "Enable Dark mode" +#~ msgstr "다크 모드 사용" + #~ msgid "Home page and daily tips" #~ msgstr "홈페이지 및 데일리 팁" @@ -20557,6 +20721,16 @@ msgstr "" #~ msgid "Remove small overhangs that possibly need no supports." #~ msgstr "서포트가 필요하지 않은 작은 오버행에서 서포트를 제거합니다." +#~ msgid "Adaptive layer height" +#~ msgstr "적응형 레이어 높이" + +#~ msgid "" +#~ "Enabling this option means the height of tree support layer except the " +#~ "first will be automatically calculated." +#~ msgstr "" +#~ "이 옵션을 활성화하면 첫 번째 레이어를 제외한 트리 서포트의 레이어 높이가 " +#~ "자동으로 계산됩니다 " + #~ msgid "" #~ "Only one of the results with the same name will be saved. Are you sure " #~ "you want to overwrite the other results?" @@ -21027,8 +21201,8 @@ msgstr "" #~ msgstr "mm/mm" #~ msgid "" -#~ "We would rename the presets as \"Vendor Type Serial @printer you " -#~ "selected\".\n" +#~ "We would rename the presets as \"Vendor Type Serial @printer you selected" +#~ "\".\n" #~ "To add preset for more printers, Please go to printer selection" #~ msgstr "" #~ "사전 설정의 이름을 \"선택한 공급업체 유형 직렬 @프린터\"로 변경합니다.\n" @@ -22058,8 +22232,8 @@ msgstr "" #~ "로 지정되지 않은 경우 필라멘트의 최소 출력 속도가 활성화됩니다." #~ msgid "" -#~ "We would rename the presets as \"Vendor Type Serial @printer you " -#~ "selected\".\n" +#~ "We would rename the presets as \"Vendor Type Serial @printer you selected" +#~ "\".\n" #~ "To add preset for more prinetrs, Please go to printer selection" #~ msgstr "" #~ "사전 설정의 이름을 \"선택한 공급업체 유형 직렬 @프린터\"로 변경합니다.\n" diff --git a/localization/i18n/lt/OrcaSlicer_lt.po b/localization/i18n/lt/OrcaSlicer_lt.po index 47b5afa0bc..e0e36ff0f9 100644 --- a/localization/i18n/lt/OrcaSlicer_lt.po +++ b/localization/i18n/lt/OrcaSlicer_lt.po @@ -8,17 +8,17 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-10-26 10:38+0800\n" -"PO-Revision-Date: 2025-10-25 23:01+0300\n" +"POT-Creation-Date: 2025-10-29 11:23+0100\n" +"PO-Revision-Date: 2025-03-21 21:00+0200\n" "Last-Translator: Gintaras Kučinskas \n" "Language-Team: \n" "Language: lt_LT\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && (n%100<11 || n%100>19) ? 0 : " -"n%10>=2 && n%10<=9 && (n%100<11 || n%100>19) ? 1 : 2);\n" -"X-Generator: Poedit 3.6\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && (n%100<11 || n%100>19) ? 0 : n" +"%10>=2 && n%10<=9 && (n%100<11 || n%100>19) ? 1 : 2);\n" +"X-Generator: Poedit 3.5\n" msgid "" "The filament may not be compatible with the current machine settings. " @@ -94,16 +94,16 @@ msgid "Current AMS humidity" msgstr "Dabartinė AMS drėgmė" msgid "Humidity" -msgstr "Drėgmė" +msgstr "" msgid "Temperature" msgstr "Temperatūra" msgid "Left Time" -msgstr "Likęs laikas" +msgstr "" msgid "Drying" -msgstr "Džiovinimas" +msgstr "" msgid "Idle" msgstr "Tuščias" @@ -128,7 +128,7 @@ msgid "Ctrl+" msgstr "Ctrl+" msgid "Alt+" -msgstr "Alt+" +msgstr "" msgid "Shift+" msgstr "Shift+" @@ -263,16 +263,16 @@ msgid "Height range" msgstr "Aukščio diapazonas" msgid "Enter" -msgstr "Įvesti" +msgstr "" msgid "Toggle Wireframe" msgstr "Perjungti \"vielinį\" vaizdą" msgid "Remap filaments" -msgstr "Perplanuoti gijas" +msgstr "" msgid "Remap" -msgstr "Perplanuoti" +msgstr "" msgid "Cancel" msgstr "Atšaukti" @@ -300,10 +300,10 @@ msgid "Painted using: Filament %1%" msgstr "Piešta naudojant: Gija %1%" msgid "Filament remapping finished." -msgstr "Gijų perplanavimas baigtas." +msgstr "" msgid "Paint-on fuzzy skin" -msgstr "Piešti grublėtą paviršių" +msgstr "" msgid "Brush size" msgstr "Teptuko dydis" @@ -357,19 +357,19 @@ msgid "mm" msgstr "mm" msgid "Part selection" -msgstr "Detalių pasirinkimas" +msgstr "" msgid "Fixed step drag" -msgstr "Vilkimas fiksuotu žingsniu" +msgstr "" msgid "Single sided scaling" -msgstr "Vienpusis mastelio keitimas" +msgstr "" msgid "Position" msgstr "Padėtis" msgid "Rotate (relative)" -msgstr "Pasukti (santykinai)" +msgstr "" msgid "Scale ratios" msgstr "Mastelis" @@ -409,16 +409,15 @@ msgstr "" msgid "Reset current rotation to the value when open the rotation tool." msgstr "" -"Atkurti dabartinį pasukimą iki vertės, buvusios atidarius pasukimo įrankį." msgid "Rotate (absolute)" -msgstr "Pasukti (absoliučiai)" +msgstr "" msgid "Reset current rotation to real zeros." -msgstr "Atstatyti dabartinį sukimąsi į tikrąsias nulines vertes." +msgstr "" msgid "Part coordinates" -msgstr "Detalės koordinatės" +msgstr "" #. TRN - Input label. Be short as possible msgid "Size" @@ -815,7 +814,7 @@ msgid "Horizontal text" msgstr "Horizontalus tekstas" msgid "Mouse move up or down" -msgstr "Pele judėkite aukštyn arba žemyn" +msgstr "" msgid "Rotate text" msgstr "Sukti tekstą" @@ -1466,7 +1465,7 @@ msgstr "Matuoti" msgid "" "Please confirm explosion ratio = 1, and please select at least one object." msgstr "" -"Patvirtinkite išplėtimo koeficientą = 1 ir pasirinkite bent vieną objektą." +"Patvirtinkite išplėtimo koeficientą = 1 ir pasirinkite bent vieną objektą" msgid "Edit to scale" msgstr "Taisyti masteliui" @@ -1527,7 +1526,7 @@ msgid "Warning: please select Point's or Circle's feature." msgstr "Įspėjimas: pasirinkite Taško arba Apskritimo funkciją." msgid "Warning: please select two different meshes." -msgstr "Įspėjimas: pasirinkite dvi skirtingas figūras." +msgstr "" msgid "Copy to clipboard" msgstr "Nukopijuoti į iškarpinę" @@ -1603,7 +1602,7 @@ msgstr "" "atpažintos." msgid "Based on PrusaSlicer and BambuStudio" -msgstr "Remiantis „PrusaSlicer“ ir „BambuStudio“" +msgstr "" msgid "" "OrcaSlicer will terminate because of running out of memory. It may be a bug. " @@ -1660,7 +1659,7 @@ msgstr "\"WebView2\" paleidimo terpė" #, c-format, boost-format msgid "Resources path does not exist or is not a directory: %s" -msgstr "Išteklių kelias neegzistuoja arba nėra katalogas: %s" +msgstr "" #, c-format, boost-format msgid "" @@ -1753,7 +1752,7 @@ msgid "" "version before it can be used normally." msgstr "" "OrcaSlicer versija yra pasenusi. Norint naudotis, reikia ją atnaujinti į " -"naujausią versiją." +"naujausią versiją" msgid "Privacy Policy Update" msgstr "Privatumo politikos atnaujinimas" @@ -1852,7 +1851,7 @@ msgid "Top Minimum Shell Thickness" msgstr "Mažiausias viršutinio apvalkalo storis" msgid "Top Surface Density" -msgstr "Viršutinio paviršiaus tankis" +msgstr "" msgid "Bottom Solid Layers" msgstr "Apatiniai ištisiniai sluoksniai" @@ -1861,7 +1860,7 @@ msgid "Bottom Minimum Shell Thickness" msgstr "Mažiausias apatinio apvalkalo storis" msgid "Bottom Surface Density" -msgstr "Apatinio paviršiaus tankis" +msgstr "" msgid "Ironing" msgstr "Lyginimas" @@ -1930,7 +1929,7 @@ msgid "Delete the selected object" msgstr "Ištrinti pasirinktą objektą" msgid "Backspace" -msgstr "Backspace" +msgstr "" msgid "Load..." msgstr "Įkelti..." @@ -2034,6 +2033,12 @@ msgstr "Pakeisti STL" msgid "Replace the selected part with new STL" msgstr "Pakeisti pasirinktą dalį į naują STL" +msgid "Replace all with STL" +msgstr "" + +msgid "Replace all selected parts with STL from folder" +msgstr "" + msgid "Change filament" msgstr "Pakeisti giją" @@ -2195,7 +2200,7 @@ msgid "Arrange" msgstr "Išdėstyti" msgid "arrange current plate" -msgstr "išdėstyti dabartinės plokštės objektus" +msgstr "Išdėstyti dabartinės plokštės objektus" msgid "Reload All" msgstr "Pakartotinai užkrauti viską" @@ -2207,7 +2212,7 @@ msgid "Auto Rotate" msgstr "Automatinis pasukimas" msgid "auto rotate current plate" -msgstr "utomatiškai pasukti dabartinę plokštę" +msgstr "Automatiškai pasukti dabartinę plokštę" msgid "Delete Plate" msgstr "Ištrinti plokštę" @@ -2215,6 +2220,30 @@ msgstr "Ištrinti plokštę" msgid "Remove the selected plate" msgstr "Pašalinti pasirinktą plokštę" +msgid "Add instance" +msgstr "" + +msgid "Add one more instance of the selected object" +msgstr "" + +msgid "Remove instance" +msgstr "" + +msgid "Remove one instance of the selected object" +msgstr "" + +msgid "Set number of instances" +msgstr "" + +msgid "Change the number of instances of the selected object" +msgstr "" + +msgid "Fill bed with instances" +msgstr "" + +msgid "Fill the remaining area of bed with instances of the selected object" +msgstr "" + msgid "Clone" msgstr "Klonuoti" @@ -2285,7 +2314,7 @@ msgstr[1] "%1$d neuždaros briaunos" msgstr[2] "%1$d neuždarų briaunų" msgid "Click the icon to repair model object" -msgstr "Spustelėkite piktogramą, kad pataisytumėte modelio objektą" +msgstr "" msgid "Right button click the icon to drop the object settings" msgstr "" @@ -2342,7 +2371,7 @@ msgstr "" "objektų atskirų nustatymų režimą." msgid "Remove paint-on fuzzy skin" -msgstr "Pašalinti pieštą grublėtą paviršių" +msgstr "" msgid "Delete connector from object which is a part of cut" msgstr "Pašalinkite jungtį nuo objekto, kuris yra pjūvio dalis" @@ -2380,7 +2409,7 @@ msgid "Deleting the last solid part is not allowed." msgstr "Neleidžiama ištrinti paskutinės ištisinės dalies." msgid "The target object contains only one part and can not be split." -msgstr "Objektas turi tik vieną dalį ir negali būti padalintas." +msgstr "" msgid "Assembly" msgstr "Surinkimas" @@ -2497,7 +2526,7 @@ msgstr "" "langelių" msgid "Copying multiple cells is not supported." -msgstr "Kelių langelių kopijavimas nepalaikomas." +msgstr "kelių langelių kopijavimas nepalaikomas" msgid "Outside" msgstr "Išorėje" @@ -2747,9 +2776,9 @@ msgid "Top" msgstr "Viršutinis" msgid "" -"The fan controls the temperature during printing to improve print " -"quality.The system automatically adjusts the fan's switch and speed " -"according to different printing materials." +"The fan controls the temperature during printing to improve print quality." +"The system automatically adjusts the fan's switch and speed according to " +"different printing materials." msgstr "" msgid "" @@ -3016,9 +3045,27 @@ msgstr "" #, c-format, boost-format msgid "Access code:%s IP address:%s" -msgstr "Prieigos kodas: %s IP adresas: %s" +msgstr "" -msgid "Storage needs to be inserted before printing via LAN." +msgid "A Storage needs to be inserted before printing via LAN." +msgstr "" + +msgid "" +"Sending print job over LAN, but the Storage in the printer is abnormal and " +"print-issues may be caused by this." +msgstr "" + +msgid "" +"The Storage in the printer is abnormal. Please replace it with a normal " +"Storage before sending print job to printer." +msgstr "" + +msgid "" +"The Storage in the printer is read-only. Please replace it with a normal " +"Storage before sending print job to printer." +msgstr "" + +msgid "Encountered an unknown error with the Storage status. Please try again." msgstr "" msgid "Sending G-code file over LAN" @@ -3034,6 +3081,21 @@ msgstr "Sėkmingai išsiųsta. Dabartinis puslapis užsivers po %s sek" msgid "Storage needs to be inserted before sending to printer." msgstr "" +msgid "" +"Sending G-code file over LAN, but the Storage in the printer is abnormal and " +"print-issues may be caused by this." +msgstr "" + +msgid "" +"The Storage in the printer is abnormal. Please replace it with a normal " +"Storage before sending to printer." +msgstr "" + +msgid "" +"The Storage in the printer is read-only. Please replace it with a normal " +"Storage before sending to printer." +msgstr "" + msgid "Importing SLA archive" msgstr "Importuojamas SLA archyvas" @@ -3076,7 +3138,7 @@ msgid "Canceled" msgstr "Atšaukta" msgid "Installed successfully" -msgstr "Sėkmingai įdiegta" +msgstr "Sėkmingai įdiegta." msgid "Installing" msgstr "Diegiama" @@ -3320,7 +3382,7 @@ msgid "Select filament that installed to the right nozzle" msgstr "" msgid "Left AMS" -msgstr "Kairysis AMS" +msgstr "" msgid "External" msgstr "Išorinis" @@ -3329,7 +3391,7 @@ msgid "Reset current filament mapping" msgstr "" msgid "Right AMS" -msgstr "Dešinysis AMS" +msgstr "" msgid "Left Nozzle" msgstr "" @@ -3386,7 +3448,7 @@ msgid "" "Configure which AMS slot should be used for a filament used in the print job." msgstr "" "Sukonfigūruokite, kuris AMS lizdas turėtų būti naudojamas spausdinimo " -"užduotyje naudojamai gijai." +"užduotyje naudojamai gijai" msgid "Filament used in this print job" msgstr "Šiame spausdinime naudojama gija" @@ -3489,8 +3551,6 @@ msgid "" "start-up. It will take about 1 minute. The reading process will roll the " "filament spools." msgstr "" -"AMS paleidimo metu automatiškai nuskaitys įdėts gijos informaciją. Tai " -"užtruks apie 1 minutę. Nuskaitymo procesas sukels gijos ritės sukimąsi." msgid "" "The AMS will not automatically read information from inserted filament " @@ -3516,7 +3576,7 @@ msgid "" "automatically when current filament runs out." msgstr "" "Kai baigsis dabartinė gija, AMS automatiškai tęs darbą kitoje ritėje su " -"tokiomis pačiomis gijos savybėmis." +"tokiomis pačiomis gijos savybėmis" msgid "Air Printing Detection" msgstr "Filamento išspaudimo nebuvimo aptikimas" @@ -3787,14 +3847,14 @@ msgid "" "degrees Celsius." msgstr "" "Rekomenduojama šio tipo gijos spausdinimo temperatūra yra nuo %d iki %d " -"laipsnių Celsijaus." +"laipsnių Celsijaus" msgid "" "Too small max volumetric speed.\n" "Reset to 0.5." msgstr "" "Per mažas maksimalus tūrinis greitis.\n" -"Atstatyta į 0,5." +"Atstatyta į 0,5" #, c-format, boost-format msgid "" @@ -3811,14 +3871,14 @@ msgid "" "Reset to 0.2." msgstr "" "Per mažas sluoksnio aukštis.\n" -"Atstatyta į 0,2." +"Atstatyta į 0,2" msgid "" "Too small ironing spacing.\n" "Reset to 0.1." msgstr "" "Per mažas lyginimo tarpas.\n" -"Atstatyta į 0,1." +"Atstatyta į 0,1" msgid "" "Zero initial layer height is invalid.\n" @@ -3920,19 +3980,16 @@ msgstr "" "seam_slope_start_height turi būti mažesnis nei layer_height.\n" "Atstatoma į 0." +#, c-format, boost-format msgid "" "Lock depth should smaller than skin depth.\n" "Reset to 50% of skin depth." msgstr "" -"Fiksavimo gylis turėtų būti mažesnis už paviršiaus gylį.\n" -"Atstatykite iki 50 % paviršiaus gylio." msgid "" "Both [Extrusion] and [Combined] modes of Fuzzy Skin require the Arachne Wall " "Generator to be enabled." msgstr "" -"Abu „Grublėto paviršiaus“ režimai – „Išspaudimas“ ir „kombinuotasis“ – " -"reikalauja, kad būtų įjungtas „Arachnės Sienų Generatorius“." msgid "" "Change these settings automatically?\n" @@ -3940,10 +3997,6 @@ msgid "" "No - Disable Arachne Wall Generator and set [Displacement] mode of the " "Fuzzy Skin" msgstr "" -"Automatiškai pakeisti šiuos nustatymus?\n" -"Taip – įjungti „Arachnės Sienų Generatorių“\n" -"Ne – išjungti „Arachnės Sienų Generatorių“ ir nustatyti „Grublėtas " -"paviršius“ [Perkėlimas] režimą" msgid "" "Spiral mode only works when wall loops is 1, support is disabled, clumping " @@ -4409,14 +4462,12 @@ msgid "Some extension in the input is invalid" msgstr "Kai kurie įvesties plėtiniai yra netinkami" msgid "This parameter expects a valid template." -msgstr "Šis parametras reikalauja galiojančio šablono." +msgstr "" msgid "" "Invalid pattern. Use N, N#K, or a comma-separated list with optional #K per " "entry. Examples: 5, 5#2, 1,7,9, 5,9#2,18." msgstr "" -"Neteisingas šablonas. Naudokite N, N#K arba kableliais atskirtą sąrašą su " -"pasirinktiniu #K kiekvienam įrašui. Pavyzdžiai: 5, 5#2, 1,7,9, 5,9#2,18." #, boost-format msgid "Invalid format. Expected vector format: \"%1%\"" @@ -4426,7 +4477,7 @@ msgid "N/A" msgstr "N/A" msgid "Pick" -msgstr "Pasirinkite" +msgstr "" msgid "Summary" msgstr "" @@ -4585,7 +4636,7 @@ msgid "Time" msgstr "Laikas" msgid "Usage" -msgstr "Naudojimas" +msgstr "" msgid "Layer Height (mm)" msgstr "Sluoksnio aukštis (mm)" @@ -4686,9 +4737,6 @@ msgid "" "Please solve the problem by moving it totally on or off the plate, and " "confirming that the height is within the build volume." msgstr "" -"Objektas yra padėtas ant plokštės ribos arba viršija aukščio ribą.\n" -"Išspręskite problemą, visiškai perkeldami jį ant plokštės arba nuimdami nuo " -"jos ir patikrinkite, ar aukštis neviršija spausdintuvo tūrio." msgid "Variable layer height" msgstr "Kintamas sluoksnio aukštis" @@ -4730,16 +4778,16 @@ msgid "Sequence" msgstr "Seka" msgid "object selection" -msgstr "objekto pasirinkimas" +msgstr "" msgid "part selection" -msgstr "detalės pasirinkimas" +msgstr "" msgid "number keys" -msgstr "skaičių klavišai" +msgstr "" msgid "number keys can quickly change the color of objects" -msgstr "skaičių klavišais galima greitai pakeisti objektų spalvą" +msgstr "" msgid "" "Following objects are laid over the boundary of plate or exceeds the height " @@ -4871,10 +4919,10 @@ msgid "Failed" msgstr "Nepavyko" msgid "All Plates" -msgstr "Visos plokštės" +msgstr "" msgid "Stats" -msgstr "Statistika" +msgstr "" msgid "Assembly Return" msgstr "Sugrąžinti surinkimą" @@ -4895,7 +4943,7 @@ msgid "Assemble Control" msgstr "Surinkimo valdymas" msgid "Selection Mode" -msgstr "Pasirinkimo režimas" +msgstr "" msgid "Total Volume:" msgstr "Visas tūris:" @@ -4909,7 +4957,7 @@ msgstr "Tūris:" msgid "Size:" msgstr "Dydis:" -#, boost-format +#, c-format, boost-format msgid "" "Conflicts of G-code paths have been found at layer %d, z = %.2lf mm. Please " "separate the conflicted objects farther (%s <-> %s)." @@ -5200,7 +5248,7 @@ msgid "Open a project file" msgstr "Atidaryti projekto failą" msgid "Recent files" -msgstr "Naujausi failai" +msgstr "" msgid "Save Project" msgstr "Išsaugoti projektą" @@ -5351,13 +5399,13 @@ msgid "Show &G-code Window" msgstr "Rodyti &G-kodo langą" msgid "Show G-code window in Preview scene." -msgstr "Rodyti g-kodo langą peržiūros vaizde." +msgstr "Rodyti g-kodo langą peržiūros vaizde" msgid "Show 3D Navigator" msgstr "Rodyti 3D navigatorių" msgid "Show 3D navigator in Prepare and Preview scene." -msgstr "Rodyti 3D navigatorių paruošimo ir peržiūros scenose." +msgstr "Rodyti 3D navigatorių paruošimo ir peržiūros scenose" msgid "Reset Window Layout" msgstr "Atstatyti lango išdėstymą" @@ -5369,19 +5417,19 @@ msgid "Show &Labels" msgstr "Rodyti etiketes" msgid "Show object labels in 3D scene." -msgstr "3D scenoje rodyti objektų etiketes." +msgstr "3D scenoje rodyti objektų etiketes" msgid "Show &Overhang" msgstr "Rodyti iškyšas" msgid "Show object overhang highlight in 3D scene." -msgstr "3D scenoje paryškinti iškyšas." +msgstr "3D scenoje paryškinti iškyšas" msgid "Show Selected Outline (beta)" msgstr "Rodyti pasirinktą kontūrą (beta)" msgid "Show outline around selected object in 3D scene." -msgstr "Rodyti kontūrą aplink pasirinktą objektą 3D scenoje." +msgstr "Rodyti kontūrą aplink pasirinktą objektą 3D scenoje" msgid "Preferences" msgstr "Parinktys" @@ -5431,23 +5479,20 @@ msgstr "Įtraukimo testas" msgid "Max flowrate" msgstr "Maks srautas" -msgid "Junction Deviation" -msgstr "Sujungimo nuokrypis" - -msgid "Junction Deviation calibration" -msgstr "Jungties nuokrypio kalibravimas" - msgid "Cornering" -msgstr "Posūkiai" +msgstr "" + +msgid "Cornering calibration" +msgstr "" msgid "Input Shaping Frequency" -msgstr "Įvesties formavimo dažnis" +msgstr "" msgid "Input Shaping Damping/zeta factor" -msgstr "Įvesties formavimo Slopinimas/zeta koeficientas" +msgstr "" msgid "Input Shaping" -msgstr "Įvesties formavimas" +msgstr "" msgid "VFA" msgstr "VFA" @@ -6027,7 +6072,7 @@ msgid "Camera" msgstr "Kamera" msgid "Storage" -msgstr "Saugykla" +msgstr "" msgid "Camera Setting" msgstr "Kameros nustatymai" @@ -6057,10 +6102,10 @@ msgid "Filament loading..." msgstr "" msgid "No Storage" -msgstr "Nėra saugyklos" +msgstr "" msgid "Storage Abnormal" -msgstr "Netinkama saugykla" +msgstr "" msgid "Cancel print" msgstr "Atšaukti spausdinimą" @@ -6102,6 +6147,7 @@ msgstr "Sluoksnis: %d/%d" msgid "(%d)" msgstr "" +#, fuzzy msgid "" "Please heat the nozzle to above 170°C before loading or unloading filament." msgstr "" @@ -6120,8 +6166,6 @@ msgid "" "Cannot read filament info: the filament is loaded to the tool head,please " "unload the filament and try again." msgstr "" -"Negaliu nuskaityti gijos informacijos: gija įdėta į įrankio galvutę, " -"išimkite giją ir bandykite dar kartą." msgid "This only takes effect during printing" msgstr "Tai turi įtakos tik spausdinimo metu" @@ -6214,7 +6258,7 @@ msgid "Upload failed\n" msgstr "Įkėlimas nepavyko\n" msgid "obtaining instance_id failed\n" -msgstr "nepavyko gauti instance_id\n" +msgstr "Nepavyko gauti instance_id\n" msgid "" "Your comment result cannot be uploaded due to the following reasons:\n" @@ -6433,9 +6477,9 @@ msgstr[2] "%1$d objektų įkelta kaip sluoksniuojamo objekto dalis." #, c-format, boost-format msgid "%1$d object was loaded with fuzzy skin painting." msgid_plural "%1$d objects were loaded with fuzzy skin painting." -msgstr[0] "%1$d objektas buvo įkeltas su užpieštu grublėtu paviršiumi." -msgstr[1] "%1$d objektai buvo įkelti su užpieštu grublėtu paviršiumi." -msgstr[2] "%1$d objektų buvo įkelta su užpieštu grublėtu paviršiumi." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" msgid "ERROR" msgstr "KLAIDA" @@ -6459,7 +6503,7 @@ msgid "Warning:" msgstr "Dėmesio:" msgid "Exported successfully" -msgstr "Sėkmingai eksportuota" +msgstr "Sėkmingai eksportuota." msgid "Model file downloaded." msgstr "Modelio failas parsiųstas." @@ -6477,7 +6521,7 @@ msgid "WARNING:" msgstr "ĮSPĖJIMAS:" msgid "Your model needs support! Please enable support material." -msgstr "Jūsų modeliui reikalingos atramos! Įjunkite atraminę medžiagą." +msgstr "" msgid "G-code path overlap" msgstr "G-kodo kelių persidengimas" @@ -6855,7 +6899,7 @@ msgstr "" #, c-format, boost-format msgid "Ejecting of device %s (%s) has failed." -msgstr "Nepavyko išimti įrenginio %s (%s)." +msgstr "" msgid "Previous unsaved project detected, do you want to restore it?" msgstr "Aptiktas ankstesnis neišsaugotas projektas. Ar norite jį atkurti?" @@ -6901,7 +6945,7 @@ msgid "Collapse sidebar" msgstr "Sutraukti šoninę juostą" msgid "Tab" -msgstr "Tab" +msgstr "" #, c-format, boost-format msgid "Loading file: %s" @@ -6918,23 +6962,17 @@ msgid "" "rotation template settings that may not work properly with your current " "infill pattern. This could result in weak support or print quality issues." msgstr "" -"Šis projektas buvo sukurtas naudojant „OrcaSlicer 2.3.1-alpha“ ir jame " -"naudojami užpildymo rotacijos šablono nustatymai, kurie gali neveikti " -"tinkamai su jūsų dabartiniu užpildymo modeliu. Dėl to gali atsirasti silpnos " -"atramos arba spausdinimo kokybės problemos." msgid "" "Would you like OrcaSlicer to automatically fix this by clearing the rotation " "template settings?" msgstr "" -"Ar norėtumėte, kad „OrcaSlicer“ automatiškai ištaisytų šią problemą, " -"išvalydamas sukimosi šablono nustatymus?" #, c-format, boost-format msgid "" "The 3mf's version %s is newer than %s's version %s, found following " "unrecognized keys:" -msgstr "3mf versija %s yra naujesnė už %s versiją %s, rasta nepažįstamų raktų:" +msgstr "" msgid "You'd better upgrade your software.\n" msgstr "Geriau jau atnaujinkite savo programinę įrangą\n" @@ -7113,6 +7151,34 @@ msgstr "Pasirinkite naują failą" msgid "File for the replace wasn't selected" msgstr "Nepasirinktas keičiamas failas" +msgid "Select folder to replace from" +msgstr "" + +msgid "Directory for the replace wasn't selected" +msgstr "" + +msgid "Replaced with STLs from directory:\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: same file.\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: file does not exist.\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: failed to replace.\n" +msgstr "" + +#, boost-format +msgid "✔ Replaced %1%.\n" +msgstr "" + +msgid "Replaced volumes" +msgstr "" + msgid "Please select a file" msgstr "Prašome pasirinkti failą" @@ -7160,7 +7226,7 @@ msgid "" "The loaded file contains G-code only, cannot enter the Prepare page." msgstr "" "Tik peržiūros režimas:\n" -"Įkeltas failas turi tik G-kodą. Negalima pereiti į Paruošimo režimą." +"Įkeltas failas turi tik G-kodą. Negalima pereiti į Paruošimo režimą" msgid "" "The nozzle type and AMS quantity information has not been synced from the " @@ -7590,13 +7656,13 @@ msgid "Home" msgstr "Pradžia" msgid "Default page" -msgstr "Numatytas puslapis" +msgstr "" msgid "Set the page opened on startup." msgstr "Nustatyti, kuris puslapis atsidarys paleidus programą." msgid "Enable dark mode" -msgstr "Įjungti tamsųjį režimą" +msgstr "" msgid "Allow only one OrcaSlicer instance" msgstr "Leisti tik vieną Orca Slicer egzempliorių" @@ -7626,7 +7692,7 @@ msgid "Show the splash screen during startup." msgstr "Paleidžiant programą rodyti informacinį ekramą." msgid "Downloads folder" -msgstr "Atsisiuntimų aplankas" +msgstr "" msgid "Target folder for downloaded items" msgstr "" @@ -7644,7 +7710,7 @@ msgid "Load Geometry Only" msgstr "Įkelti tik geometriją" msgid "Load behaviour" -msgstr "Įkelti elgseną" +msgstr "" msgid "Should printer/filament/process settings be loaded when opening a .3mf?" msgstr "" @@ -7652,28 +7718,26 @@ msgstr "" "nustatymus?" msgid "Maximum recent files" -msgstr "Maksimalus naujausių failų skaičius" +msgstr "" msgid "Maximum count of recent files" -msgstr "Maksimalus naujausių failų skaičius" +msgstr "" msgid "Add STL/STEP files to recent files list" -msgstr "Pridėti STL/STEP failus į naujausių failų sąrašą" +msgstr "" msgid "Don't warn when loading 3MF with modified G-code" -msgstr "Nerodyti perspėjimų įkeliant 3MF su modifikuotais G-kodais" +msgstr "" msgid "Show options when importing STEP file" -msgstr "Rodyti parinktis importuojant STEP failą" +msgstr "" msgid "" "If enabled,a parameter settings dialog will appear during STEP file import." msgstr "" -"Jei įjungta, STEP failo importavimo metu atsiras parametrų nustatymų " -"dialogas." msgid "Auto backup" -msgstr "Automatinis atsarginis kopijavimas" +msgstr "" msgid "" "Backup your project periodically for restoring from the occasional crash." @@ -7698,7 +7762,7 @@ msgid "Features" msgstr "" msgid "Multi device management" -msgstr "Kelių įrenginių valdymas" +msgstr "" msgid "" "With this option enabled, you can send a task to multiple devices at the " @@ -7708,13 +7772,13 @@ msgstr "" "metu, taip apt kontroliuoti keletą įrenginių." msgid "(Requires restart)" -msgstr "(Reikia paleisti iš naujo)" +msgstr "" msgid "Pop up to select filament grouping mode" msgstr "" msgid "Behaviour" -msgstr "Elgsena" +msgstr "" msgid "All" msgstr "Visi" @@ -7745,11 +7809,10 @@ msgstr "" "Jutiklinis kilimėlis: Alt + judinti - sukimui, Shift + judinti - perkėlimui." msgid "Orbit speed multiplier" -msgstr "Orbitos greičio daugiklis" +msgstr "" msgid "Multiplies the orbit speed for finer or coarser camera movement." msgstr "" -"Padidina orbitos greitį, kad kameros judesiai būtų tikslesni arba grubesni." msgid "Zoom to mouse position" msgstr "Išdidinti iki pelės vietos" @@ -7807,10 +7870,10 @@ msgid "" msgstr "" msgid "Login region" -msgstr "Prisijungimo regionas" +msgstr "" msgid "Stealth mode" -msgstr "Slaptas režimas" +msgstr "" msgid "" "This stops the transmission of data to Bambu's cloud services. Users who " @@ -7821,7 +7884,7 @@ msgstr "" "„BBL“ įrenginiais arba naudoja tik LAN režimą." msgid "Network test" -msgstr "Tinklo testas" +msgstr "" msgid "Test" msgstr "Testas" @@ -7841,19 +7904,17 @@ msgid "Update built-in Presets automatically." msgstr "Automatinis įmontuotų nustatymų atnaujinimas." msgid "Network plugin" -msgstr "Tinklo įskiepis" +msgstr "" msgid "Enable network plugin" msgstr "Įjungti tinklo papildinį" msgid "Use legacy network plugin" -msgstr "Naudoti senąjį tinklo įskiepį" +msgstr "" msgid "" "Disable to use latest network plugin that supports new BambuLab firmwares." msgstr "" -"Išjunkite, kad galėtumėte naudoti naujausią tinklo įskiepį, kuris palaiko " -"naujas „BambuLab“ programinės įrangos versijas." msgid "Associate files to OrcaSlicer" msgstr "Susieti failus su Orca Slicer" @@ -7902,6 +7963,14 @@ msgid "" "difference together." msgstr "" +msgid "Allow Abnormal Storage" +msgstr "" + +msgid "" +"This allows the use of Storage that is marked as abnormal by the Printer.\n" +"Use at your own risk, can cause issues!" +msgstr "" + msgid "Log Level" msgstr "Žurnalų lygmuo" @@ -7987,7 +8056,7 @@ msgid "DEBUG settings have been saved successfully!" msgstr "TESTAVIMO nuostatos sėkmingai išsaugotos!" msgid "Cloud environment switched, please login again!" -msgstr "Pakeista debesų aplinka, prašome prisijungti iš naujo!" +msgstr "" msgid "System presets" msgstr "Sistemos išankstiniai nustatymai" @@ -8125,7 +8194,7 @@ msgid "Publish" msgstr "Talpinti" msgid "Publish was cancelled" -msgstr "Publikavimas buvo atšauktas" +msgstr "" msgid "Slicing Plate 1" msgstr "Sluoksniuojama plokštė 1" @@ -8150,7 +8219,7 @@ msgid "Name is unavailable." msgstr "Nėra pavadinimo." msgid "Overwriting a system profile is not allowed." -msgstr "Sistemos profilio perrašyti neleidžiama." +msgstr "Sistemos profilio perrašyti neleidžiama" #, boost-format msgid "Preset \"%1%\" already exists." @@ -8163,10 +8232,11 @@ msgstr "" "Nustatymai \"%1%\" jau yra, tačiau jie nesuderinami su dabartiniu " "spausdintuvu." +#, fuzzy msgid "Please note that saving will overwrite this preset." msgstr "" "Atkreipkite dėmesį, kad išsaugojus bus perrašytas dabartinis išankstinis " -"nustatymas." +"nustatymas" msgid "The name cannot be the same as a preset alias name." msgstr "Pavadinimas negali būti toks pat kaip iš anksto nustatytasis." @@ -8478,7 +8548,10 @@ msgid "" "information." msgstr "" -msgid "Storage is not available or is in read-only mode." +msgid "Storage needs to be inserted before printing via LAN." +msgstr "" + +msgid "Storage is in abnormal state or is in read-only mode." msgstr "" msgid "Storage needs to be inserted before printing." @@ -8755,8 +8828,6 @@ msgid "" "Enabling both precise Z height and the prime tower may cause the size of " "prime tower to increase. Do you still want to enable?" msgstr "" -"Įjungus tikslaus Z aukščio ir pagrindinio bokšto funkcijas, pagrindinio " -"bokšto dydis gali padidėti. Ar vis tiek norite įjungti?" msgid "" "A prime tower is required for clumping detection. There may be flaws on the " @@ -8790,10 +8861,6 @@ msgid "" "0 top Z distance, 0 interface spacing, interlaced rectilinear pattern and " "disable independent support layer height" msgstr "" -"Naudojant atraminę medžiagą atraminei sąsajai, rekomenduojame šiuos " -"nustatymus:\n" -"0 viršutinis Z atstumas, 0 sąsajos tarpas, susipynęs tiesinis modelis ir " -"išjungtas nepriklausomas atraminio sluoksnio aukštis" msgid "" "Change these settings automatically?\n" @@ -8838,12 +8905,6 @@ msgid "" "support. Please proceed with caution and thoroughly check for any potential " "printing issues.Are you sure you want to enable this option?" msgstr "" -"Užpildymo modeliai paprastai yra suprojektuoti taip, kad automatiškai " -"tvarkytų sukimąsi, siekiant užtikrinti tinkamą spausdinimą ir pasiekti " -"numatytus efektus (pvz., Gyroid, Cubic). Sukant esamą retą užpildymo modelį, " -"gali atsirasti nepakankamas atraminis paviršius. Prašome elgtis atsargiai ir " -"atidžiai patikrinti, ar nėra galimų spausdinimo problemų. Ar tikrai norite " -"įjungti šią parinktį?" msgid "" "Layer height is too small.\n" @@ -8894,8 +8955,8 @@ msgstr "" msgid "" "When recording timelapse without toolhead, it is recommended to add a " "\"Timelapse Wipe Tower\" \n" -"by right-click the empty position of build plate and choose \"Add " -"Primitive\"->\"Timelapse Wipe Tower\"." +"by right-click the empty position of build plate and choose \"Add Primitive" +"\"->\"Timelapse Wipe Tower\"." msgstr "" "Įrašant pakadrinį vaizdo įrašą be spausdinimo galvutės judesių, " "rekomenduojama naudoti „Pakadrinio valymo bokštą“.\n" @@ -9051,7 +9112,7 @@ msgid "Support filament" msgstr "Atramų gija" msgid "Support ironing" -msgstr "Atramų lyginimas" +msgstr "" msgid "Tree supports" msgstr "Medžio tipo atramos" @@ -9147,8 +9208,6 @@ msgid "" "Bed temperature when the Cool Plate SuperTack is installed. A value of 0 " "means the filament does not support printing on the Cool Plate SuperTack." msgstr "" -"Pagrindo temperatūra, kai įdiegtas „Cool Plate SuperTack“. Vertė 0 reiškia, " -"kad gija nepalaiko spausdinimo ant „Cool Plate SuperTack“." msgid "Cool Plate" msgstr "Šalta plokštė" @@ -9158,7 +9217,7 @@ msgid "" "filament does not support printing on the Cool Plate." msgstr "" "Pagrindo temperatūra, kai sumontuota šalta plokštė. Reikšmė 0 reiškia, kad " -"gija nepalaiko spausdinimo ant šaltos plokštės." +"gija nepalaiko spausdinimo ant šaltos plokštės" msgid "Textured Cool Plate" msgstr "Tekstūruota vėsi plokštė" @@ -9167,8 +9226,8 @@ msgid "" "Bed temperature when the Textured Cool Plate is installed. A value of 0 " "means the filament does not support printing on the Textured Cool Plate." msgstr "" -"Pagrindo temperatūra, kai sumontuota šalta plokštė. Reikšmė 0 reiškia, kad " -"gija negalima spausdinti ant tekstūrinės šaltos plokštės." +"Pagrindo temperatūra, kai sumontuota vėsi plokštė. Reikšmė 0 reiškia, kad " +"gija negalima spausdinti ant tekstūrinės vėsios plokštės" msgid "Engineering Plate" msgstr "Inžinerinė plokštė" @@ -9178,7 +9237,7 @@ msgid "" "the filament does not support printing on the Engineering Plate." msgstr "" "Pagrindo temperatūra, kai sumontuota inžinerinė plokštė. Reikšmė 0 reiškia, " -"kad gija nepalaiko spausdinimo ant inžinerinės plokštės." +"kad gija nepalaiko spausdinimo ant inžinerinės plokštės" msgid "Smooth PEI Plate / High Temp Plate" msgstr "Lygi PEI plokštė / aukštos temperatūros plokštė" @@ -9188,9 +9247,6 @@ msgid "" "installed. A value of 0 means the filament does not support printing on the " "Smooth PEI Plate/High Temp Plate." msgstr "" -"Pagrindo temperatūra, kai įdiegta lygi PEI plokštė/aukštos temperatūros " -"plokštė. Vertė 0 reiškia, kad gija nepalaiko spausdinimo ant lygi PEI " -"plokštės/aukštos temperatūros plokštės." msgid "Textured PEI Plate" msgstr "Tekstūruota PEI plokštė" @@ -9200,7 +9256,7 @@ msgid "" "the filament does not support printing on the Textured PEI Plate." msgstr "" "Pagrindo temperatūra, kai sumontuota tekstūruota PEI plokštė. Reikšmė 0 " -"reiškia, kad gija nepalaiko spausdinimo ant tekstūruotos PEI plokštės." +"reiškia, kad gija nepalaiko spausdinimo ant tekstūruotos PEI plokštės" msgid "Volumetric speed limitation" msgstr "Tūrinio greičio ribojimas" @@ -9274,7 +9330,7 @@ msgid "Dependencies" msgstr "Priklausomybės" msgid "Compatible printers" -msgstr "Suderinami spausdintuvai" +msgstr "" msgid "Compatible process profiles" msgstr "Suderinamų procesų profiliai" @@ -9348,10 +9404,10 @@ msgid "Normal" msgstr "Normalus" msgid "Resonance Avoidance" -msgstr "Rezonanso vengimas" +msgstr "" msgid "Resonance Avoidance Speed" -msgstr "Rezonanso išvengimo greitis" +msgstr "" msgid "Speed limitation" msgstr "Greičio ribojimas" @@ -9388,10 +9444,6 @@ msgstr "Valymo bokštas" msgid "Single extruder multi-material parameters" msgstr "Vieno ekstruderio kelių medžiagų parametrai" -#, c-format, boost-format -msgid "Extruder %d" -msgstr "Ekstruderis %d" - msgid "" "This is a single extruder multi-material printer, diameters of all extruders " "will be set to the new value. Do you want to proceed?" @@ -9465,9 +9517,6 @@ msgid "" "If the preset corresponds to a filament currently in use on your printer, " "please reset the filament information for that slot." msgstr "" -"Ar tikrai norite ištrinti pasirinktą nustatymą? \n" -"Jei nustatymas atitinka šiuo metu jūsų spausdintuve naudojamą giją, prašome " -"iš naujo nustatyti gijos informaciją tam lizdui." #, boost-format msgid "Are you sure to %1% the selected preset?" @@ -9701,7 +9750,7 @@ msgid "" "%s will update the configuration package to allow the application to start." msgstr "" "Konfigūracijos paketas nesuderinamas su dabartine programa.\n" -"%s atnaujins konfigūracijos paketą, kad būtų galima paleisti programą." +"%s atnaujins konfigūracijos paketą, kad būtų galima paleisti programą" #, c-format, boost-format msgid "Exit %s" @@ -9892,6 +9941,9 @@ msgid "" "nozzle type." msgstr "" +msgid "Storage is not available or is in read-only mode." +msgstr "" + #, c-format, boost-format msgid "" "The selected printer (%s) is incompatible with the chosen printer profile in " @@ -9958,16 +10010,15 @@ msgstr "" #, boost-format msgid "For constant flow rate, hold %1% while dragging." msgstr "" -"Norėdami išlaikyti pastovų srauto greitį, vilkdami laikykite nuspaudę %1%." msgid "Total ramming" -msgstr "Bendras rammingas" +msgstr "" msgid "Volume" -msgstr "Tūris" +msgstr "" msgid "Ramming line" -msgstr "Ramming linija" +msgstr "" msgid "" "Orca would re-calculate your flushing volumes everytime the filaments color " @@ -10094,18 +10145,15 @@ msgid "" "it just orients the selected ones. Otherwise, it will orient all objects in " "the current project." msgstr "" -"Automatiškai orientuoja pasirinktus objektus arba visus objektus. Jei yra " -"pasirinkti objektai, orientuoja tik pasirinktus. Kitais atvejais orientuoja " -"visus esamo projekto objektus." msgid "Auto orients all objects on the active plate." -msgstr "Automatiškai orientuoja visus objektus aktyvioje plokštelėje." +msgstr "" msgid "Collapse/Expand the sidebar" msgstr "Sutraukti / išskleisti šoninę juostą" msgid "Any arrow" -msgstr "Bet kuri rodyklė" +msgstr "" msgid "Movement in camera space" msgstr "Judėjimas kameros erdvėje" @@ -10147,7 +10195,7 @@ msgid "Movement step set to 1 mm" msgstr "Judėjimo žingsnis nustatytas į 1 mm" msgid "keyboard 1-9: set filament for object/part" -msgstr "klaviatūra 1-9: nustatyti objekto/dalies giją" +msgstr "Klaviatūra 1-9: nustatyti objekto/dalies giją" msgid "Camera view - Default" msgstr "Kameros vaizdas - Numatytasis" @@ -10192,7 +10240,7 @@ msgid "Gizmo mesh boolean" msgstr "Gizmo objektų jungimo/atėmimo/susikirtimo įrankiai" msgid "Gizmo FDM paint-on fuzzy skin" -msgstr "Gizmo FDM dažomas grublėtas paviršius" +msgstr "" msgid "Gizmo SLA support points" msgstr "Gizmo SLA atramų taškai" @@ -10240,7 +10288,7 @@ msgid "Set extruder number for the objects and parts" msgstr "Nustatykite ekstruderio numerį objektams ir dalims" msgid "Delete objects, parts, modifiers" -msgstr "Ištrinti objektus, dalis, modifikatorius" +msgstr "Ištrinti objektus, dalis, modifikatorius " msgid "Select the object/part and press space to change the name" msgstr "" @@ -10359,13 +10407,13 @@ msgid "IP and Access Code Verified! You may close the window" msgstr "Patikrintas IP ir prieigos kodas! Galite uždaryti langą" msgid "connecting..." -msgstr "jungiamasi..." +msgstr "Jungiamasi..." msgid "Failed to connect to printer." -msgstr "Nepavyko prisijungti prie spausdintuvo." +msgstr "Nepavyko prisijungti prie spausdintuvo" msgid "Failed to publish login request." -msgstr "Nepavyko paskelbti prisijungimo užklausos." +msgstr "Nepavyko paskelbti prisijungimo užklausos" msgid "The printer has already been bound." msgstr "Spausdintuvas jau surištas." @@ -10401,7 +10449,7 @@ msgid "reconnect" msgstr "" msgid "Air Pump" -msgstr "Oro siurblys" +msgstr "" msgid "Laser 10W" msgstr "" @@ -10410,7 +10458,7 @@ msgid "Laser 40W" msgstr "" msgid "Cutting Module" -msgstr "Pjovimo modulis" +msgstr "" msgid "Auto Fire Extinguishing System" msgstr "" @@ -10456,8 +10504,8 @@ msgid "" msgstr "" "Įterptinės programinės įrangos versija yra nenormali. Prieš spausdinant " "reikia pataisyti ir atnaujinti. Ar norite atnaujinti dabar? Taip pat galite " -"atnaujinti vėliau spausdintuve arba atnaujinti kitą kartą paleisdami " -"\"Orca\"." +"atnaujinti vėliau spausdintuve arba atnaujinti kitą kartą paleisdami \"Orca" +"\"." msgid "Extension Board" msgstr "Išplėtimo plokštė" @@ -10563,8 +10611,6 @@ msgid "" "Failed to generate G-code for invalid custom G-code.\n" "\n" msgstr "" -"Nepavyko sugeneruoti G kodo dėl neteisingo pasirinktinio G kodo.\n" -"\n" msgid "Please check the custom G-code or use the default custom G-code." msgstr "" @@ -10660,7 +10706,7 @@ msgid "invalid header or corrupted" msgstr "negaliojanti arba sugadinta antraštė" msgid "unsupported multidisk" -msgstr "įrašymas į RAID nepalaikomas" +msgstr "Įrašymas į RAID nepalaikomas" msgid "decompression failed" msgstr "dekompresija nepavyko" @@ -10876,8 +10922,8 @@ msgid "" "The prime tower is currently only supported for the Marlin, RepRap/Sprinter, " "RepRapFirmware and Repetier G-code flavors." msgstr "" -"Pagrindinis bokštas šiuo metu palaikomas tik \"Marlin\", \"RepRap/" -"Sprinter\", \"RepRapFirmware\" ir \"Repetier\" G-kodo tipuose." +"Pagrindinis bokštas šiuo metu palaikomas tik \"Marlin\", \"RepRap/Sprinter" +"\", \"RepRapFirmware\" ir \"Repetier\" G-kodo tipuose." msgid "The prime tower is not supported in \"By object\" print." msgstr "Pirminis bokštas nepalaikomas spausdinant \"Pagal objektą\"." @@ -10893,18 +10939,18 @@ msgid "" "The prime tower requires \"support gap\" to be multiple of layer height." msgstr "" "Valymo bokštui reikia, kad bet koks \"atraminis tarpas\" būtų sluoksnio " -"aukščio kartotinis." +"aukščio kartotinis" msgid "The prime tower requires that all objects have the same layer heights." msgstr "" -"Valymo bokštui reikia, kad visų objektų sluoksnio aukštis būtų vienodas." +"Valymo bokštui reikia, kad visų objektų sluoksnio aukštis būtų vienodas" msgid "" "The prime tower requires that all objects are printed over the same number " "of raft layers." msgstr "" "Valymo bokštui reikia, kad visi objektai būtų spausdinami ant vienodo " -"skaičiaus platformos sluoksnių." +"skaičiaus platformos sluoksnių" msgid "" "The prime tower is only supported for multiple objects if they are printed " @@ -10925,7 +10971,7 @@ msgid "" "layer height." msgstr "" "Pagrindinis bokštas palaikomas tik tuo atveju, jei visi objektai turi tą " -"patį kintamą sluoksnio aukštį." +"patį kintamą sluoksnio aukštį" msgid "" "One or more object were assigned an extruder that the printer does not have." @@ -10984,7 +11030,7 @@ msgstr "" "atramas." msgid "Layer height cannot exceed nozzle diameter." -msgstr "Sluoksnio aukštis negali viršyti purkštuko skersmens." +msgstr "Sluoksnio aukštis negali viršyti purkštuko skersmens" msgid "" "Relative extruder addressing requires resetting the extruder position at " @@ -11042,12 +11088,6 @@ msgid "" "You can adjust the machine_max_junction_deviation value in your printer's " "configuration to get higher limits." msgstr "" -"Sąsajos nuokrypis viršija spausdintuvo maksimalią vertę " -"(machine_max_junction_deviation).\n" -"Orca automatiškai apribos sąsajos nuokrypį, kad jis neviršytų spausdintuvo " -"galimybių.\n" -"Galite koreguoti machine_max_junction_deviation vertę spausdintuvo " -"konfigūracijoje, kad gautumėte didesnes ribas." msgid "" "The acceleration setting exceeds the printer's maximum acceleration " @@ -11083,8 +11123,6 @@ msgid "" "The precise wall option will be ignored for outer-inner or inner-outer-inner " "wall sequences." msgstr "" -"Tiksli sienos parinktis bus ignoruojama išorinės-vidinės arba vidinės-" -"išorinės-vidinės sienų sekose." msgid "" "Filament shrinkage will not be used because filament shrinkage for the used " @@ -11140,7 +11178,7 @@ msgid "" "effect." msgstr "" "Taip sutraukiamas pirmasis spausdinio sluoksnis, kad būtų kompensuotas " -"dramblio pėdos efektas." +"dramblio pėdos efektas" msgid "Elephant foot compensation layers" msgstr "Dramblio pėdos kompensavimo sluoksniai" @@ -11163,14 +11201,14 @@ msgid "" "more printing time." msgstr "" "Tai kiekvieno sluoksnio aukštis. Mažesni sluoksnių aukščiai užtikrina " -"didesnį tikslumą, bet ilgesnį spausdinimo laiką." +"didesnį tikslumą, bet ilgesnį spausdinimo laiką" msgid "Printable height" msgstr "Spausdinamas aukštis" msgid "Maximum printable height which is limited by mechanism of printer." msgstr "" -"Tai didžiausias spausdinamas aukštis, kurį riboja spausdinimo zonos aukštis." +"Tai didžiausias spausdinamas aukštis, kurį riboja spausdinimo zonos aukštis" msgid "Extruder printable height" msgstr "" @@ -11184,7 +11222,7 @@ msgid "Preferred orientation" msgstr "Pageidautina orientacija" msgid "Automatically orient stls on the Z axis upon initial import." -msgstr "Automatiškai orientuoti stl failus pagal Z ašį pradinio importo metu." +msgstr "Automatiškai orientuoti stl failus pagal Z ašį pradinio importo metu" msgid "Printer preset names" msgstr "Spausdintuvo nustatymų pavadinimai" @@ -11195,7 +11233,7 @@ msgstr "Naudokite trečiosios šalies spausdinimo prieglobą" msgid "Allow controlling BambuLab's printer through 3rd party print hosts." msgstr "" "Leidimas valdyti \"BambuLab\" spausdintuvą per trečiosios šalies spausdinimo " -"prieglobą." +"prieglobą" msgid "Hostname, IP or URL" msgstr "Hosto pavadinimas, IP arba URL" @@ -11220,7 +11258,7 @@ msgid "" "Specify the URL of your device user interface if it's not same as print_host." msgstr "" "Nurodykite savo įrenginio naudotojo sąsajos URL, jei jis nesutampa su " -"print_host." +"print_host" msgid "API Key / Password" msgstr "API raktas / slaptažodis" @@ -11233,7 +11271,7 @@ msgstr "" "būti nurodytas API raktas arba autentifikavimui reikalingas slaptažodis." msgid "Name of the printer." -msgstr "Spausdintuvo pavadinimas." +msgstr "Spausdintuvo pavadinimas" msgid "HTTPS CA File" msgstr "HTTPS CA failas" @@ -11266,7 +11304,7 @@ msgstr "" "parinktį savarankiškai pasirašytiems sertifikatams." msgid "Names of presets related to the physical printer." -msgstr "Su fiziniu spausdintuvu susijusių išankstinių nustatymų pavadinimai." +msgstr "Su fiziniu spausdintuvu susijusių išankstinių nustatymų pavadinimai" msgid "Authorization Type" msgstr "Autorizacijos tipas" @@ -11284,7 +11322,7 @@ msgid "" "Detour to avoid traveling across walls, which may cause blobs on the surface." msgstr "" "Apvažiuoti ir vengti važiuoti per sieną, nes dėl to ant paviršiaus gali " -"atsirasti žymė." +"atsirasti žymė" msgid "Avoid crossing walls - Max detour length" msgstr "Vengti kirsti sieną - Didžiausias apylankos ilgis" @@ -11299,7 +11337,7 @@ msgstr "" "Spausdintuvas neaplenks sienos, jei aplenkimo atstumas yra didesnis nei ši " "vertė. Apylankos ilgis gali būti nurodomas kaip absoliuti vertė arba kaip " "procentinė dalis (pvz., 50 %) nuo tiesioginio judėjimo kelio. Nustačius 0 " -"reikšmę, ši funkcija bus išjungta." +"reikšmę, ši funkcija bus išjungta" msgid "mm or %" msgstr "mm arba %" @@ -11311,43 +11349,41 @@ msgid "" "Bed temperature for layers except the initial one. A value of 0 means the " "filament does not support printing on the Cool Plate SuperTack." msgstr "" -"Pagrindo temperatūra sluoksniams, išskyrus pradinį. Vertė 0 reiškia, kad " -"gija nepalaiko spausdinimo ant „Cool Plate SuperTack“." msgid "" "Bed temperature for layers except the initial one. A value of 0 means the " "filament does not support printing on the Cool Plate." msgstr "" "Pagrindo temperatūra po pirmojo sluoksnio. 0 reiškia, kad gija nepalaiko " -"spausdinimo ant šaltos plokštės." +"spausdinimo ant šaltos plokštės" msgid "" "Bed temperature for layers except the initial one. A value of 0 means the " "filament does not support printing on the Textured Cool Plate." msgstr "" "Sluoksnių, išskyrus pradinį, pagrindo temperatūra. Reikšmė 0 reiškia, kad " -"gija nepalaiko spausdinimo ant tekstūrinės šaltos plokštės." +"gija neleidžia spausdinti ant tekstūrinės vėsios plokštės" msgid "" "Bed temperature for layers except the initial one. A value of 0 means the " "filament does not support printing on the Engineering Plate." msgstr "" "Pagrindo temperatūra po pirmojo sluoksnio. 0 reiškia, kad gija nepalaiko " -"spausdinimo ant inžinerinės plokštės." +"spausdinimo ant inžinerinės plokštės" msgid "" "Bed temperature for layers except the initial one. A value of 0 means the " "filament does not support printing on the High Temp Plate." msgstr "" "Pagrindo temperatūra po pirmojo sluoksnio. 0 reiškia, kad gija nepalaiko " -"spausdinimo ant aukštos temperatūros plokštės." +"spausdinimo ant aukštos temperatūros plokštės" msgid "" "Bed temperature for layers except the initial one. A value of 0 means the " "filament does not support printing on the Textured PEI Plate." msgstr "" "Pagrindo temperatūra po pirmojo sluoksnio. 0 reiškia, kad gija nepalaiko " -"spausdinimo ant tekstūruotos PEI plokštės." +"spausdinimo ant tekstūruotos PEI plokštės" msgid "Initial layer" msgstr "Pradinis sluoksnis" @@ -11367,38 +11403,38 @@ msgid "" "not support printing on the Cool Plate." msgstr "" "Pirmojo sluoksnio temperatūra. 0 reiškia, kad gija nepalaiko spausdinimo ant " -"šaltos plokštės." +"šaltos plokštės" msgid "" "Bed temperature of the initial layer. A value of 0 means the filament does " "not support printing on the Textured Cool Plate." msgstr "" "Pradinio sluoksnio pagrindo temperatūra. Reikšmė 0 reiškia, kad gija " -"nepalaiko spausdinimo ant tekstūruotos šaltos plokštės." +"neleidžia spausdinti ant tekstūruotos vėsios plokštės" msgid "" "Bed temperature of the initial layer. A value of 0 means the filament does " "not support printing on the Engineering Plate." msgstr "" "Pirmojo sluoksnio temperatūra. 0 reiškia, kad gija nepalaiko spausdinimo ant " -"inžinerinės plokštės." +"inžinerinės plokštės" msgid "" "Bed temperature of the initial layer. A value of 0 means the filament does " "not support printing on the High Temp Plate." msgstr "" "Pirmojo sluoksnio temperatūra. 0 reiškia, kad gija nepalaiko spausdinimo ant " -"aukštos temperatūros plokštės." +"aukštos temperatūros plokštės" msgid "" "Bed temperature of the initial layer. A value of 0 means the filament does " "not support printing on the Textured PEI Plate." msgstr "" "Pirmojo sluoksnio temperatūra. 0 reiškia, kad gija nepalaiko spausdinimo ant " -"tekstūruotos PEI plokštės." +"tekstūruotos PEI plokštės" msgid "Bed types supported by the printer." -msgstr "Spausdintuvo palaikomi pagrindo tipai." +msgstr "Spausdintuvo palaikomi pagrindo tipai" msgid "Smooth Cool Plate" msgstr "Glotni vėsi plokštė" @@ -11407,13 +11443,11 @@ msgid "Smooth High Temp Plate" msgstr "Lygi aukštos temperatūros plokštė" msgid "Default bed type" -msgstr "Numatytasis pagrindo tipas" +msgstr "" msgid "" "Default bed type for the printer (supports both numeric and string format)." msgstr "" -"Numatytasis spausdintuvo pagrindo tipas (palaiko tiek skaitmenų, tiek " -"simbolių formatą)." msgid "First layer print sequence" msgstr "Pirmojo sluoksnio spausdinimo seka" @@ -11429,7 +11463,7 @@ msgstr "Kitų sluoksnių gijų seka" msgid "This G-code is inserted at every layer change before the Z lift." msgstr "" -"Šis G-kodas įterpiamas kiekvieną kartą keičiant sluoksnį prieš pakeliant z." +"Šis G-kodas įterpiamas kiekvieną kartą keičiant sluoksnį prieš pakeliant z" msgid "Bottom shell layers" msgstr "Apatiniai sluoksniai" @@ -11442,7 +11476,7 @@ msgstr "" "Tai yra apatinio korpuso vientisų sluoksnių skaičius, įskaitant apatinį " "paviršiaus sluoksnį. Kai pagal šią reikšmę apskaičiuotas storis yra " "plonesnis už apatinio apvalkalo storį, apatinio apvalkalo sluoksniai bus " -"padidinti." +"padidinti" msgid "Bottom shell thickness" msgstr "Apatinio apvalkalo storis" @@ -11458,7 +11492,7 @@ msgstr "" "apatinius apvalkalo sluoksnius apskaičiuotas storis yra plonesnis už šią " "vertę. Taip galima išvengti per plono apvalkalo, kai sluoksnių aukštis yra " "mažas. 0 reiškia, kad šis nustatymas išjungtas ir apatinio apvalkalo storis " -"visiškai nustatomas pagal apatinio apvalkalo sluoksnius." +"visiškai nustatomas pagal apatinio apvalkalo sluoksnius" msgid "Apply gap fill" msgstr "Taikyti tarpų užpildymą" @@ -11515,8 +11549,8 @@ msgstr "" "Tačiau to daryti nerekomenduojama, nes tarpų tarp perimetrų užpildymas " "prisideda prie modelio tvirtumo. Modeliuose, kuriuose tarp perimetrų " "generuojamas per didelis tarpų užpildas, geresnis variantas būtų pereiti " -"prie arachnės sienų generatoriaus ir šia parinktimi valdyti, ar generuojamas " -"kosmetinis viršutinio ir apatinio paviršiaus tarpų užpildas." +"prie arachne sienų generatoriaus ir šia parinktimi valdyti, ar generuojamas " +"kosmetinis viršutinio ir apatinio paviršiaus tarpų užpildas" msgid "Everywhere" msgstr "Visur" @@ -11831,9 +11865,6 @@ msgid "" "layer consistency. NOTE: This option will be ignored for outer-inner or " "inner-outer-inner wall sequences." msgstr "" -"Pagerinkite apvalkalo tikslumą, reguliuodami išorinės sienos tarpą. Tai taip " -"pat pagerina sluoksnių nuoseklumą. PASTABA: Ši parinktis bus ignoruojama " -"išorinės-vidinės arba vidinės-išorinės-vidinės sienos sekose." msgid "Only one wall on top surfaces" msgstr "Tik viena viršutinių paviršių siena" @@ -11843,7 +11874,7 @@ msgid "" "pattern." msgstr "" "Ant lygaus viršutinio paviršiaus naudokite tik vieną sienelę, kad būtų " -"daugiau vietos viršutiniam užpildymo raštui." +"daugiau vietos viršutiniam užpildymo raštui" msgid "One wall threshold" msgstr "Vienos sienos riba" @@ -11876,7 +11907,7 @@ msgid "" "pattern." msgstr "" "Pirmajame sluoksnyje naudokite tik vieną sienelę, kad būtų daugiau vietos " -"apatiniam užpildymo raštui." +"apatiniam užpildymo raštui" msgid "Extra perimeters on overhangs" msgstr "Papildomi iškyšų perimetrai" @@ -11955,7 +11986,7 @@ msgstr "" "1. Nėra: Nesukuriamas joks tiltelis.\n" "2. Iš dalies sujungtas tiltas: Tik dalis nepalaikomos srities bus sujungta " "tiltu.\n" -"3. Apsauginis sluoksnis: Sukuriamas visas paviršinis tilto sluoksnis" +"3. Apsauginis sluoksnis: Sukuriamas visas paviršinis tilto sluoksnis." msgid "Partially bridged" msgstr "Iš dalies sujungtas tiltu" @@ -11988,7 +12019,7 @@ msgid "Slow down for overhang" msgstr "Sulėtinti greitį dėl iškyšų" msgid "Enable this option to slow printing down for different overhang degree." -msgstr "Įjunkite šią parinktį, kad spausdinant iškyšas sulėtėtų spausdinimas." +msgstr "Įjunkite šią parinktį, kad spausdinant iškyšas sulėtėtų spausdinimas" msgid "Slow down for curled perimeters" msgstr "Sulėtinti greitį, jei perimetras yra vingiuotas" @@ -12063,7 +12094,7 @@ msgid "Brim width" msgstr "Krašto plotis" msgid "Distance from model to the outermost brim line." -msgstr "Atstumas nuo modelio iki išorinės krašto linijos." +msgstr "Atstumas nuo modelio iki išorinės krašto linijos" msgid "Brim type" msgstr "Krašto tipas" @@ -12084,7 +12115,7 @@ msgid "" "easily." msgstr "" "Sukuriamas tarpas tarp vidinės krašto linijos ir objekto, todėl galima " -"lengviau jį atskirti." +"lengviau jį atskirti" msgid "Brim ears" msgstr "Krašto \"ausys\"" @@ -12114,16 +12145,16 @@ msgid "" msgstr "" "Prieš aptikdami aštrius kampus, geometrija bus išskaidyta. Šis parametras " "nurodo mažiausią nuokrypio ilgį decimavimui.\n" -"0 - išjungti." +"0 - išjungti" msgid "Select printers" -msgstr "Pasirinkite spausdintuvus" +msgstr "" msgid "upward compatible machine" msgstr "į viršų suderinamas įrenginys" msgid "Condition" -msgstr "Sąlyga" +msgstr "" msgid "" "A boolean expression using the configuration values of an active printer " @@ -12135,7 +12166,7 @@ msgstr "" "suderinamu su aktyviu spausdintuvo profiliu." msgid "Select profiles" -msgstr "Pasirinkite profilius" +msgstr "" msgid "" "A boolean expression using the configuration values of an active print " @@ -12149,7 +12180,7 @@ msgstr "" msgid "Print sequence, layer by layer or object by object." msgstr "" "Spausdinimo seka, leidžianti spausdinti sluoksnį po sluoksnio arba objektą " -"po objekto." +"po objekto" msgid "By layer" msgstr "Pagal sluoksnį" @@ -12161,7 +12192,7 @@ msgid "Intra-layer order" msgstr "Vidinė sluoksnių tvarka" msgid "Print order within a single layer." -msgstr "Spausdinimo eiliškumas viename sluoksnyje." +msgstr "Spausdinimo eiliškumas viename sluoksnyje" msgid "As object list" msgstr "Kaip objektų sąrašas" @@ -12178,7 +12209,7 @@ msgstr "" "Įjunkite šią parinktį, jei norite sulėtinti spausdinimo greitį, kad galutinė " "sluoksnio trukmė nebūtų trumpesnė už maksimalaus ventiliatoriaus greičio " "slenkstičio nustatytą sluoksnio trukmės ribą, kad sluoksnį būtų galima " -"aušinti ilgiau. Tai gali pagerinti smulkių detalių kokybę." +"aušinti ilgiau. Tai gali pagerinti smulkių detalių kokybę" msgid "Normal printing" msgstr "Įprastas spausdinimas" @@ -12188,20 +12219,20 @@ msgid "" "layer." msgstr "" "Tai numatytasis pagreitis tiek įprastam spausdinimui, tiek judėjimui po " -"pirmojo sluoksnio." +"pirmojo sluoksnio" msgid "Default filament profile" msgstr "Numatytasis gijų profilis" msgid "Default filament profile when switching to this machine profile." -msgstr "Numatytasis gijos profilis, kai pereinama prie šio įrenginio profilio." +msgstr "Numatytasis gijos profilis, kai pereinama prie šio įrenginio profilio" msgid "Default process profile" msgstr "Numatytasis proceso profilis" msgid "Default process profile when switching to this machine profile." msgstr "" -"Numatytasis proceso profilis, kai pereinama prie šio įrenginio profilio." +"Numatytasis proceso profilis, kai pereinama prie šio įrenginio profilio" msgid "Activate air filtration" msgstr "Įjungti oro filtravimą" @@ -12217,11 +12248,9 @@ msgid "" "Speed of exhaust fan during printing. This speed will override the speed in " "filament custom G-code." msgstr "" -"Ištraukimo ventiliatoriaus greitis spausdinimo metu. Šis greitis bus " -"viršesnis už greitį, nurodytą gijos pasirinktiniame G kode." msgid "Speed of exhaust fan after printing completes." -msgstr "Ištraukimo ventiliatoriaus greitis baigus spausdinti." +msgstr "Ištraukimo ventiliatoriaus greitis baigus spausdinti" msgid "No cooling for the first" msgstr "Nėra aušinimo pirmiesiems" @@ -12231,7 +12260,7 @@ msgid "" "improve build plate adhesion." msgstr "" "Pirmiesiems sluoksniams išjungti visus aušinimo ventiliatorius. Tai gali " -"būti naudojama siekiant pagerinti sluoksnio sukibimą." +"būti naudojama siekiant pagerinti sluoksnio sukibimą" msgid "Don't support bridges" msgstr "Nekurti atramų tiltams" @@ -12242,7 +12271,7 @@ msgid "" msgstr "" "Taip išjungiami atraminiai tilteliai, todėl sumažėja reikalingų atramų " "kiekis. Tiltus paprastai galima spausdinti tiesiogiai be atramų priimtinu " -"atstumu." +"atstumu" msgid "Thick external bridges" msgstr "Stori vidiniai tiltai" @@ -12395,7 +12424,7 @@ msgstr "" "3. Be filtravimo - sukuria vidinius tiltus kiekvienoje potencialioje " "vidinėje iškyšoje. Ši parinktis naudinga stipriai nuožulnių viršutinių " "paviršių modeliams, tačiau daugeliu atvejų ji sukuria per daug nereikalingų " -"tiltų" +"tiltų." msgid "Limited filtering" msgstr "Ribotas filtravimas" @@ -12419,7 +12448,7 @@ msgid "End G-code" msgstr "Pabaigos G-kodas" msgid "End G-code when finishing the entire print." -msgstr "Pridėti pabaigos G-kodą, kai bus baigtas visas spausdinimas." +msgstr "Pridėti pabaigos G-kodą, kai bus baigtas visas spausdinimas" msgid "Between Object G-code" msgstr "Tarp objektų G-kodas" @@ -12428,11 +12457,9 @@ msgid "" "Insert G-code between objects. This parameter will only come into effect " "when you print your models object by object." msgstr "" -"Įterpti G kodą tarp objektų. Šis parametras bus taikomas tik tada, kai " -"spausdinsite modelius po vieną objektą." msgid "End G-code when finishing the printing of this filament." -msgstr "Pridėti pabaigos G-kodą, kai bus baigta spausdinti ši gija." +msgstr "Pridėti pabaigos G-kodą, kai bus baigta spausdinti ši gija" msgid "Ensure vertical shell thickness" msgstr "Užtikrinti vertikalaus apvalkalo storį" @@ -12466,7 +12493,7 @@ msgid "Top surface pattern" msgstr "Viršutinio paviršiaus raštas" msgid "Line pattern of top surface infill." -msgstr "Tai viršutinio paviršiaus užpildymo linijomis modelis." +msgstr "Tai viršutinio paviršiaus užpildymo linijomis modelis" msgid "Monotonic" msgstr "Monotoniškas" @@ -12497,7 +12524,7 @@ msgstr "Apatinio paviršiaus užpildo linijų raštas" msgid "Line pattern of bottom surface infill, not bridge infill." msgstr "" -"Tai apatinio paviršiaus užpildymo linijioms raštas, išskyrus tiltų užpildymą." +"Tai apatinio paviršiaus užpildymo linijioms raštas, išskyrus tiltų užpildymą" msgid "Internal solid infill pattern" msgstr "Vidinis vientiso užpildo raštas" @@ -12543,7 +12570,7 @@ msgstr "Mažo perimetro ribos" msgid "" "This sets the threshold for small perimeter length. Default threshold is 0mm." -msgstr "Nustatoma mažo perimetro ilgio riba. Numatytoji riba yra 0 mm." +msgstr "Nustatoma mažo perimetro ilgio riba. Numatytoji riba yra 0 mm" msgid "Walls printing order" msgstr "Sienų spausdinimo eiliškumas" @@ -12760,7 +12787,7 @@ msgid "Extruder Color" msgstr "Ekstruderio spalva" msgid "Only used as a visual help on UI." -msgstr "Naudojama tik kaip vaizdinė pagalba vartotojo sąsajai." +msgstr "Naudojama tik kaip vaizdinė pagalba vartotojo sąsajai" msgid "Extruder offset" msgstr "Ekstruderio poslinkis" @@ -12775,11 +12802,6 @@ msgid "" "1.05. You may be able to tune this value to get a nice flat surface if there " "is slight overflow or underflow." msgstr "" -"Medžiaga gali keisti tūrį, kai pereina iš lydyto į kristalinį būvį. Šis " -"nustatymas proporcingai keičia visą šios gijos ekstruzijos srautą G kodu. " -"Rekomenduojamas vertės diapazonas yra nuo 0,95 iki 1,05. Jei yra nedidelis " -"perteklius arba trūkumas, galite sureguliuoti šią vertę, kad gautumėte gražų " -"lygų paviršių." msgid "" "The material may have volumetric change after switching between molten and " @@ -12791,14 +12813,6 @@ msgid "" "The final object flow ratio is this value multiplied by the filament flow " "ratio." msgstr "" -"Medžiaga gali keisti tūrį, pereidama iš lydyto į kristalinį būvį. Šis " -"nustatymas proporcingai keičia visą šios gijos ekstruzijos srautą G kodu. " -"Rekomenduojamas vertės diapazonas yra nuo 0,95 iki 1,05. Jei yra nedidelis " -"perteklius arba trūkumas, galite sureguliuoti šią vertę, kad gautumėte gražų " -"lygų paviršių.\n" -"\n" -"Galutinis objekto srauto santykis yra ši vertė, padauginta iš gijos srauto " -"santykio." msgid "Enable pressure advance" msgstr "Įjungti išankstinį slėgio didinimą" @@ -12915,7 +12929,7 @@ msgstr "" "Jei jokio skirtumo nematyti, naudokite IS vertę, gautą atliekant greitesnį " "bandymą.\n" "3. Čia esančiame teksto laukelyje įveskite IS verčių, srauto ir pagreičio " -"reikšmes ir išsaugokite gijos profilį" +"reikšmes ir išsaugokite gijos profilį." msgid "Enable adaptive pressure advance for overhangs (beta)" msgstr "Įjungti prisitaikantį išankstinį slėgį iškyšoms (beta versija)" @@ -12965,11 +12979,12 @@ msgid "" msgstr "" "Jei įjungsite šį nustatymą, aušinimo ventiliatorius niekada nebus " "sustabdytas ir veiks bent minimaliu greičiu, kad sumažėtų įjungimo ir " -"išjungimo dažnis." +"išjungimo dažnis" msgid "Don't slow down outer walls" msgstr "Nelėtinti išorinių sienų" +#, fuzzy msgid "" "If enabled, this setting will ensure external perimeters are not slowed down " "to meet the minimum layer time. This is particularly helpful in the below " @@ -12987,7 +13002,7 @@ msgstr "" "2. Norint išvengti išorinių sienelių greičio pokyčių, dėl kurių gali " "atsirasti nedidelių sienelių artefaktų, kurie atrodo kaip z juostos.\n" "3. Kad būtų išvengta spausdinimo greičio, dėl kurio ant išorinių sienelių " -"atsiranda VFA (smulkūs artefaktai)" +"atsiranda VFA (smulkūs artefaktai).\n" msgid "Layer time" msgstr "Sluoksnio laikas" @@ -13000,7 +13015,7 @@ msgstr "" "Dalių aušinimo ventiliatorius bus įjungtas sluoksniams, kurių numatomas " "laikas yra trumpesnis už šią vertę. Ventiliatoriaus greitis nustatomas tarp " "mažiausio ir didžiausio ventiliatoriaus greičio pagal sluoksnio spausdinimo " -"laiką." +"laiką" msgid "Default color" msgstr "Numatytoji spalva" @@ -13009,9 +13024,6 @@ msgid "" "Default filament color.\n" "Right click to reset value to system default." msgstr "" -"Numatytoji gijos spalva.\n" -"Dešiniuoju pelės mygtuku spustelėkite, kad nustatytumėte sistemos numatytąją " -"vertę." msgid "Filament notes" msgstr "Gijos pastabos" @@ -13067,7 +13079,7 @@ msgid "" msgstr "" "Gijos tūris, kurį galima išlydyti ir išspausti per sekundę. Jei nustatytas " "per didelis ir nepagrįstas greitis, spausdinimo greitį riboja maksimalus " -"tūrinis greitis. Ši reikšmė negali būti lygi nuliui." +"tūrinis greitis. Ši reikšmė negali būti lygi nuliui" msgid "Filament load time" msgstr "Gijos įkrovimo laikas" @@ -13079,7 +13091,7 @@ msgid "" msgstr "" "Naujos gijos įkrovimo laikas, kai perjungiama gija. Tai paprastai taikoma " "vieno ekstruderio daugialypės terpės mašinoms. Įrankių keitimo arba " -"daugiafunkcinėms mašinoms paprastai taikomas 0. Tik statistiniams duomenims." +"daugiafunkcinėms mašinoms paprastai taikomas 0. Tik statistiniams duomenims" msgid "Filament unload time" msgstr "Gijos iškrovimo laikas" @@ -13091,7 +13103,7 @@ msgid "" msgstr "" "Laikas senos gijos iškrovimui, kai keičiama gija. Tai paprastai taikoma " "vieno ekstruderio kelių medžiagų mašinoms. Įrankių keitimo arba " -"daugiafunkcinėms mašinoms paprastai taikomas 0. Tik statistiniams duomenims." +"daugiafunkcinėms mašinoms paprastai taikomas 0. Tik statistiniams duomenims" msgid "Tool change time" msgstr "Įrankių keitimo laikas" @@ -13103,7 +13115,7 @@ msgid "" msgstr "" "Įrankių keitimo laikas. Jis paprastai taikomas įrankių keitimo įrenginiams " "arba daugiafunkcinėms staklėms. Vieno ekstruderio kelių medžiagų mašinoms " -"jis paprastai lygus 0. Tik statistiniams duomenims." +"jis paprastai lygus 0. Tik statistiniams duomenims" msgid "Bed temperature type" msgstr "" @@ -13124,8 +13136,6 @@ msgid "" "Filament diameter is used to calculate extrusion in G-code, so it is " "important and should be accurate." msgstr "" -"G-kodo ekstruzijos apskaičiavimui naudojamas gijos skersmuo, todėl jis yra " -"svarbus ir turi būti tikslus." msgid "Pellet flow coefficient" msgstr "Granulių srauto koeficientas" @@ -13334,10 +13344,10 @@ msgid "Density" msgstr "Tankis" msgid "Filament density. For statistics only." -msgstr "Gijų tankis, tik statistikai." +msgstr "Gijų tankis, tik statistikai" msgid "The material type of filament." -msgstr "Gijos medžiagos tipas." +msgstr "Gijos medžiagos tipas" msgid "Soluble material" msgstr "Tirpi medžiaga" @@ -13345,7 +13355,7 @@ msgstr "Tirpi medžiaga" msgid "" "Soluble material is commonly used to print supports and support interfaces." msgstr "" -"Tirpi medžiaga paprastai naudojama spausdinant atramą ir atramos sąsają." +"Tirpi medžiaga paprastai naudojama spausdinant atramą ir atramos sąsają" msgid "Filament ramming length" msgstr "" @@ -13362,7 +13372,7 @@ msgid "" "Support material is commonly used to print supports and support interfaces." msgstr "" "Pagalbinė medžiaga paprastai naudojama pagalbinėms ir atraminėms sąsajoms " -"spausdinti." +"spausdinti" msgid "Filament printable" msgstr "" @@ -13387,7 +13397,7 @@ msgid "Price" msgstr "Kaina" msgid "Filament price. For statistics only." -msgstr "Gijos kaina, tik statistikai." +msgstr "Gijos kaina, tik statistikai" msgid "money/kg" msgstr "pinigų/kg" @@ -13396,7 +13406,7 @@ msgid "Vendor" msgstr "Pardavėjas" msgid "Vendor of filament. For show only." -msgstr "Gijos pardavėjas. Tik parodymui." +msgstr "Gijos pardavėjas. Tik parodymui" msgid "(Undefined)" msgstr "(Nenurodyta)" @@ -13409,7 +13419,7 @@ msgid "" "of line." msgstr "" "Reto užpildymo rašto kampas, kuriuo nustatoma linijų pradžios arba " -"pagrindinė kryptis." +"pagrindinė kryptis" msgid "Solid infill direction" msgstr "Vientiso užpildo kryptis" @@ -13419,7 +13429,7 @@ msgid "" "of line." msgstr "" "Vientiso užpildo rašto kampas, kuriuo nustatoma linijos pradžios arba " -"pagrindinė kryptis." +"pagrindinė kryptis" msgid "Sparse infill density" msgstr "Reto užpildymo tankis" @@ -13430,23 +13440,19 @@ msgid "" "infill and internal solid infill pattern will be used." msgstr "" "Vidinio reto užpildymo tankis, 100% paverčia visą retą užpildymą vientisu " -"užpildymu, tuomet bus naudojamas vidinis vientiso užpildymo raštas." +"užpildymu, tuomet bus naudojamas vidinis vientiso užpildymo raštas" msgid "Align infill direction to model" -msgstr "Suderinti užpildymo kryptį su modeliu" +msgstr "" msgid "" "Aligns infill and surface fill directions to follow the model's orientation " "on the build plate. When enabled, fill directions rotate with the model to " "maintain optimal strength characteristics." msgstr "" -"Suderina užpildymo ir paviršiaus užpildymo kryptis, kad jos atitiktų modelio " -"orientaciją ant spausdinimo plokštės. Kai ši funkcija įjungta, užpildymo " -"kryptys pasisuka kartu su modeliu, kad būtų išlaikytos optimalios stiprumo " -"charakteristikos." msgid "Insert solid layers" -msgstr "Įterpti vientisus sluoksnius" +msgstr "" msgid "" "Insert solid infill at specific layers. Use N to insert every Nth layer, N#K " @@ -13454,35 +13460,28 @@ msgid "" "'5#' equals '5#1'), or a comma-separated list (e.g. 1,7,9) to insert at " "explicit layers. Layers are 1-based." msgstr "" -"Įterpkite vientisą užpildą tam tikruose sluoksniuose. Naudokite N, kad " -"įterptumėte kas N-tą sluoksnį, N#K, kad įterptumėte K iš eilės einančius " -"vientisus sluoksnius kas N sluoksnius (K yra neprivalomas, pvz., „5#“ yra " -"lygus „5#1“), arba kableliais atskirtą sąrašą (pvz., 1,7,9), kad įterptumėte " -"aiškiai nurodytuose sluoksniuose. Sluoksniai yra numeruojami nuo 1." msgid "Fill Multiline" -msgstr "Užpildyti kelias eilutes" +msgstr "" msgid "" "Using multiple lines for the infill pattern, if supported by infill pattern." msgstr "" -"Naudoti kelias linijas užpildymo šablonui, jei tai palaiko užpildymo " -"šablonas." msgid "Sparse infill pattern" msgstr "Reto užpildymo raštas" msgid "Line pattern for internal sparse infill." -msgstr "Vidinio reto užpildymo linijomis modelis." +msgstr "Vidinio reto užpildymo linijomis modelis" msgid "Zig Zag" -msgstr "Zigzagas" +msgstr "" msgid "Cross Zag" -msgstr "Sukryžiuotas zigzagas" +msgstr "" msgid "Locked Zag" -msgstr "Surakintas zigzagas" +msgstr "" msgid "Line" msgstr "Linija" @@ -13515,7 +13514,7 @@ msgid "3D Honeycomb" msgstr "3D korys" msgid "Lateral Honeycomb" -msgstr "Šoninis korys" +msgstr "" msgid "Lateral Lattice" msgstr "2D grotelės" @@ -13524,10 +13523,10 @@ msgid "Cross Hatch" msgstr "Kryžminis skliautas" msgid "TPMS-D" -msgstr "TPMS-D" +msgstr "" msgid "TPMS-FK" -msgstr "TPMS-FK" +msgstr "" msgid "Gyroid" msgstr "Giroidas" @@ -13553,11 +13552,11 @@ msgstr "" "vertikalus." msgid "Infill overhang angle" -msgstr "Užpildymo iškyšos kampas" +msgstr "" msgid "" "The angle of the infill angled lines. 60° will result in a pure honeycomb." -msgstr "Užpildymo kampuoto linijų kampas. 60° kampas sukurs gryną korį." +msgstr "" msgid "Sparse infill anchor length" msgstr "Reto užpildo tvirtinimo ilgis" @@ -13620,24 +13619,24 @@ msgid "0 (Simple connect)" msgstr "0 (paprastas prijungimas)" msgid "Acceleration of outer walls." -msgstr "Išorinių sienų pagreitis." +msgstr "Išorinių sienų pagreitis" msgid "Acceleration of inner walls." -msgstr "Vidinių sienų pagreitis." +msgstr "Vidinių sienų pagreitis" msgid "Acceleration of travel moves." -msgstr "Judėjimo judesių pagreitis." +msgstr "Judėjimo judesių pagreitis" msgid "" "Acceleration of top surface infill. Using a lower value may improve top " "surface quality." msgstr "" "Viršutinio paviršiaus užpildymo pagreitis. Naudojant mažesnę vertę gali " -"pagerėti viršutinio paviršiaus kokybė." +"pagerėti viršutinio paviršiaus kokybė" msgid "Acceleration of outer wall. Using a lower value can improve quality." msgstr "" -"Išorinės sienos pagreitis: naudojant mažesnę vertę galima pagerinti kokybę." +"Išorinės sienos pagreitis: naudojant mažesnę vertę galima pagerinti kokybę" msgid "" "Acceleration of bridges. If the value is expressed as a percentage (e.g. " @@ -13650,8 +13649,8 @@ msgid "mm/s² or %" msgstr "mm/s² arba %" msgid "" -"Acceleration of sparse infill. If the value is expressed as a percentage " -"(e.g. 100%), it will be calculated based on the default acceleration." +"Acceleration of sparse infill. If the value is expressed as a percentage (e." +"g. 100%), it will be calculated based on the default acceleration." msgstr "" "Retų užpildų pagreitis. Jei reikšmė išreikšta procentais (pvz., 100 %), ji " "bus apskaičiuota pagal numatytąjį pagreitį." @@ -13669,13 +13668,13 @@ msgid "" "adhesion." msgstr "" "Tai pirmojo sluoksnio spausdinimo pagreitis. Naudojant ribotą pagreitį " -"galima pagerinti sukibimą su pagrindu." +"galima pagerinti sukibimą su pagrindu" msgid "Enable accel_to_decel" msgstr "Įjungti accel_to_decel" msgid "Klipper's max_accel_to_decel will be adjusted automatically." -msgstr "\"Klipper\" max_accel_to_decel bus nustatytas automatiškai." +msgstr "\"Klipper\" max_accel_to_decel bus nustatytas automatiškai" msgid "accel_to_decel" msgstr "accel_to_decel" @@ -13683,35 +13682,36 @@ msgstr "accel_to_decel" #, c-format, boost-format msgid "" "Klipper's max_accel_to_decel will be adjusted to this %% of acceleration." -msgstr "\"Klipper\" max_accel_to_decel bus pakoreguotas pagal šį pagreičio %%." +msgstr "\"Klipper\" max_accel_to_decel bus pakoreguotas pagal šį pagreičio %%" msgid "Default jerk." -msgstr "Numatytasis trūkčiojimas." +msgstr "" + +msgid "Junction Deviation" +msgstr "" msgid "" "Marlin Firmware Junction Deviation (replaces the traditional XY Jerk " "setting)." msgstr "" -"Marlin Firmware jungties nuokrypis (pakeičia tradicinį XY trūkčiojimo " -"nustatymą)." msgid "Jerk of outer walls." -msgstr "Išorinių sienų trūkčiojimas." +msgstr "Išorinių sienų trūkčiojimas" msgid "Jerk of inner walls." -msgstr "Vidinių sienų trūkčiojimas." +msgstr "Vidinių sienų trūkčiojimas" msgid "Jerk for top surface." -msgstr "Viršutinio paviršiaus trūkčiojimas." +msgstr "Viršutinio paviršiaus trūkčiojimas" msgid "Jerk for infill." -msgstr "Užpildymo trūkčiojimas." +msgstr "Užpildymo trūkčiojimas" msgid "Jerk for initial layer." -msgstr "Pradinio sluoksnio trūkčiojimas." +msgstr "Pradinio sluoksnio trūkčiojimas" msgid "Jerk for travel." -msgstr "Judėjimo trūkčiojimas." +msgstr "Judėjimo trūkčiojimas" msgid "" "Line width of initial layer. If expressed as a %, it will be computed over " @@ -13728,23 +13728,22 @@ msgid "" "can improve build plate adhesion." msgstr "" "Pradinio sluoksnio aukštis. Šiek tiek padidinus pradinio sluoksnio aukštį " -"galima pagerinti pagrindo plokštės sukibimą." +"galima pagerinti pagrindo plokštės sukibimą" msgid "Speed of initial layer except the solid infill part." -msgstr "" -"Greitis taikomas pirmajam sluoksniui, išskyrus vientiso užpildo ruožus." +msgstr "Greitis taikomas pirmajam sluoksniui, išskyrus vientiso užpildo ruožus" msgid "Initial layer infill" msgstr "Pradinio sluoksnio užpildymas" msgid "Speed of solid infill part of initial layer." -msgstr "Pirmojo sluoksnio vientiso užpildo dalių greitis." +msgstr "Pirmojo sluoksnio vientiso užpildo dalių greitis" msgid "Initial layer travel speed" msgstr "Pradinio sluoksnio judėjimo greitis" msgid "Travel speed of initial layer." -msgstr "Pradinio sluoksnio judėjimo greitis." +msgstr "Pradinio sluoksnio judėjimo greitis" msgid "Number of slow layers" msgstr "Viršutinių sąsajos sluoksnių skaičius" @@ -13761,17 +13760,17 @@ msgstr "Pradinė sluoksnio purkštuko temperatūra" msgid "Nozzle temperature for printing initial layer when using this filament." msgstr "" -"Purkštuko temperatūra pradiniam sluoksniui spausdinti, kai naudojama ši gija." +"Purkštuko temperatūra pradiniam sluoksniui spausdinti, kai naudojama ši gija" msgid "Full fan speed at layer" msgstr "Visas ventiliatoriaus greitis sluoksnyje" msgid "" "Fan speed will be ramped up linearly from zero at layer " -"\"close_fan_the_first_x_layers\" to maximum at layer " -"\"full_fan_speed_layer\". \"full_fan_speed_layer\" will be ignored if lower " -"than \"close_fan_the_first_x_layers\", in which case the fan will be running " -"at maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1." +"\"close_fan_the_first_x_layers\" to maximum at layer \"full_fan_speed_layer" +"\". \"full_fan_speed_layer\" will be ignored if lower than " +"\"close_fan_the_first_x_layers\", in which case the fan will be running at " +"maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1." msgstr "" "Ventiliatoriaus greitis bus didinamas tiesiškai nuo nulio sluoksnyje " "\"close_fan_the_first_x_layers\" iki maksimalaus sluoksnyje " @@ -13821,7 +13820,7 @@ msgstr "" "didelio aušinimo, ilgą laiką taikomo dideliam paviršiui." msgid "Ironing fan speed" -msgstr "Lyginimo ventiliatoriaus greitis" +msgstr "" msgid "" "This part cooling fan speed is applied when ironing. Setting this parameter " @@ -13829,10 +13828,6 @@ msgid "" "low volumetric flow rate, making the interface smoother.\n" "Set to -1 to disable it." msgstr "" -"Šis dalies aušinimo ventiliatoriaus greitis taikomas lyginant. Nustačius šį " -"parametrą mažesniu nei įprastas greitis, sumažėja galimas purkštuko " -"užsikimšimas dėl mažo tūrinio srauto, todėl sąsaja tampa sklandesnė.\n" -"Norėdami išjungti, nustatykite -1." msgid "" "Randomly jitter while printing the wall, so that the surface has a rough " @@ -13840,7 +13835,7 @@ msgid "" msgstr "" "Dėl šio nustatymo spausdinant sienas įrankio galvutė atsitiktinai trūkčioja, " "todėl paviršius atrodo grublėtas. Šiuo nustatymu kontroliuojama grublėtumo " -"padėtis." +"padėtis" msgid "Contour" msgstr "Kontūras" @@ -13859,7 +13854,7 @@ msgid "" "width." msgstr "" "Plotis, kurio ribose turi būti drebėjimas. Rekomenduojama, kad jis būtų " -"mažesnis už išorinės sienos linijos plotį." +"mažesnis už išorinės sienos linijos plotį" msgid "Fuzzy skin point distance" msgstr "Grublėto paviršiaus taško atstumas" @@ -13869,16 +13864,16 @@ msgid "" "segment." msgstr "" "Vidutinis atstumas tarp atsitiktinių taškų, įvestų kiekvienoje linijos " -"atkarpoje." +"atkarpoje" msgid "Apply fuzzy skin to first layer" msgstr "Taikyti grublėtą paviršių pirmajam sluoksniui" msgid "Whether to apply fuzzy skin on the first layer." -msgstr "Ar taikyti grublėtą paviršių pirmajame sluoksnyje." +msgstr "Ar taikyti grublėtą paviršių pirmajame sluoksnyje" msgid "Fuzzy skin generator mode" -msgstr "Grublėto paviršiaus generatoriaus režimas" +msgstr "" #, c-format, boost-format msgid "" @@ -13903,31 +13898,12 @@ msgid "" "displayed, and the model will not be sliced. You can choose this number " "until this error is repeated." msgstr "" -"Grublėto paviršiaus generavimo režimas. Veikia tik su Arachne!\n" -"Perkėlimas: Klasikinis režimas, kai raštas formuojamas šoniniu purkštuvo " -"poslinkiu nuo pradinio kelio.\n" -"Ekstruzija: režimas, kai raštas formuojamas ekstruzuojamo plastiko kiekiu. " -"Tai greitas ir tiesus algoritmas be nereikalingo purkštuvo judėjimo, kuris " -"suteikia lygų raštą. Tačiau jis yra naudingesnis formuojant laisvas sienas " -"visame jų masyve.\n" -"Kombinuotas: jungtinis režimas [Perkėlimas] + [Ekstruzija]. Sienų išvaizda " -"yra panaši į [Perkėlimo] režimą, tačiau tarp perimetrų nelieka porų.\n" -"\n" -"Dėmesio! [Ekstruzijos] ir [Kombinuoto] režimai veikia tik tada, kai " -"parametras fuzzy_skin_thickness yra ne didesnis už spausdintos kilpos storį. " -"Tuo pačiu metu ekstruzijos plotis tam tikram sluoksniui taip pat neturėtų " -"būti mažesnis už tam tikrą lygį. Paprastai jis yra lygus 15–25%% sluoksnio " -"aukščio. Todėl maksimalus grublėto paviršiaus storis, kai perimetro plotis " -"yra 0,4 mm, o sluoksnio aukštis – 0,2 mm, bus 0,4-(0,2*0,25)=±0,35 mm! Jei " -"įvesite didesnį parametrą, bus rodomas klaidos pranešimas Flow::spacing(), o " -"modelis nebus supjaustytas. Galite parinkinėti šį skaičių, kol šios klaidos " -"neliks." msgid "Displacement" -msgstr "Perkėlimas" +msgstr "" msgid "Extrusion" -msgstr "Ekstruzija" +msgstr "" msgid "Combined" msgstr "Kombinuotas" @@ -14021,7 +13997,7 @@ msgid "" "printed more slowly." msgstr "" "Tarpų užpildymo greitis. Tarpai paprastai būna netaisyklingo pločio, todėl " -"juos reikia spausdinti lėčiau." +"juos reikia spausdinti lėčiau" msgid "Precise Z height" msgstr "Tikslus Z aukštis" @@ -14064,8 +14040,6 @@ msgstr "Pridėti eilutės numerį" msgid "" "Enable this to add line number(Nx) at the beginning of each G-code line." msgstr "" -"Įjunkite šią funkciją, kad kiekvienos G kodo eilutės pradžioje būtų įterptas " -"eilutės numeris (Nx)." msgid "Scan first layer" msgstr "Nuskaityti pirmąjį sluoksnį" @@ -14075,7 +14049,7 @@ msgid "" "layer." msgstr "" "Įjunkite šią funkciją, kad spausdintuvo kamera būtų galima patikrinti " -"pirmojo sluoksnio kokybę." +"pirmojo sluoksnio kokybę" msgid "Nozzle type" msgstr "Purkštuko tipas" @@ -14085,7 +14059,7 @@ msgid "" "nozzle, and what kind of filament can be printed." msgstr "" "Nuo purkštuko medžiagos priklauso antgalio atsparumas abrazyvui ir tai, " -"kokią giją galima spausdinti." +"kokią giją galima spausdinti" msgid "Undefine" msgstr "Neapibrėžti" @@ -14119,7 +14093,7 @@ msgid "Printer structure" msgstr "Spausdintuvo konstrukcija" msgid "The physical arrangement and components of a printing device." -msgstr "Spausdinimo įrenginio fizinis išdėstymas ir sudedamosios dalys." +msgstr "Spausdinimo įrenginio fizinis išdėstymas ir sudedamosios dalys" msgid "CoreXY" msgstr "CoreXY" @@ -14195,7 +14169,7 @@ msgid "Time cost" msgstr "Laiko kaina" msgid "The printer cost per hour." -msgstr "Spausdintuvo valandos kaina." +msgstr "Spausdintuvo valandos kaina" msgid "money/h" msgstr "pinigai/h" @@ -14224,7 +14198,7 @@ msgid "G-code flavor" msgstr "G-kodo tipas" msgid "What kind of G-code the printer is compatible with." -msgstr "Su kokiu G kodu suderinamas spausdintuvas." +msgstr "" msgid "Klipper" msgstr "Klipper" @@ -14234,13 +14208,13 @@ msgstr "Modifikuotas granulių spausdintuvas" msgid "Enable this option if your printer uses pellets instead of filaments." msgstr "" -"Įjunkite šią parinktį, jei spausdintuve vietoj gijų naudojamos granulės." +"Įjunkite šią parinktį, jei spausdintuve vietoj gijų naudojamos granulės" msgid "Support multi bed types" msgstr "Kelių tipų pagrindų palaikymas" msgid "Enable this option if you want to use multiple bed types." -msgstr "Įjunkite šią parinktį, jei norite naudoti kelių tipų pagrindus." +msgstr "Įjunkite šią parinktį, jei norite naudoti kelių tipų pagrindus" msgid "Label objects" msgstr "Objektų žymėjimas" @@ -14261,7 +14235,7 @@ msgid "Exclude objects" msgstr "Išskirti objektus" msgid "Enable this option to add EXCLUDE OBJECT command in G-code." -msgstr "Įjunkite šią parinktį, kad G-kode būtų pridėta komanda EXCLUDE OBJECT." +msgstr "" msgid "Verbose G-code" msgstr "Išsamus G-kodas" @@ -14287,17 +14261,15 @@ msgstr "" "aukščiu." msgid "Infill shift step" -msgstr "Užpildymo poslinkio žingsnis" +msgstr "" msgid "" "This parameter adds a slight displacement to each layer of infill to create " "a cross texture." msgstr "" -"Šis parametras prideda nedidelį poslinkį kiekvienam užpildo sluoksniui, kad " -"būtų sukurta kryžminė tekstūra." msgid "Sparse infill rotation template" -msgstr "Retas užpildymo rotacijos šablonas" +msgstr "" msgid "" "Rotate the sparse infill direction per layer using a template of angles. " @@ -14308,20 +14280,12 @@ msgid "" "setting is ignored. Note: some infill patterns (e.g., Gyroid) control " "rotation themselves; use with care." msgstr "" -"Pasukite retą užpildymo kryptį pagal sluoksnį naudodami kampų šabloną. " -"Įveskite kableliais atskirtus laipsnius (pvz., „0,30,60,90“). Kampai taikomi " -"pagal sluoksnį ir kartojami, kai sąrašas baigiasi. Palaikoma išplėstinė " -"sintaksė: „+5“ pasuka +5° kiekviename sluoksnyje; „+5#5“ pasuka +5° kas 5 " -"sluoksnius. Daugiau informacijos rasite Wiki. Kai nustatytas šablonas, " -"standartinis užpildymo krypties nustatymas ignoruojamas. Pastaba: kai kurie " -"užpildymo modeliai (pvz., Gyroid) patys kontroliuoja pasukimą; naudokite " -"atsargiai." msgid "°" msgstr "°" msgid "Solid infill rotation template" -msgstr "Vientiso užpildo pasukimo šablonas" +msgstr "" msgid "" "This parameter adds a rotation of solid infill direction to each layer " @@ -14331,15 +14295,9 @@ msgid "" "layers than angles, the angles will be repeated. Note that not all solid " "infill patterns support rotation." msgstr "" -"Šis parametras prideda kiekvienam sluoksniui vientiso užpildo krypties " -"pasukimą pagal nurodytą šabloną. Šablonas yra kableliais atskirtas kampų " -"laipsnių sąrašas, pvz., „0,90“. Pirmasis kampas taikomas pirmajam " -"sluoksniui, antrasis kampas – antrajam sluoksniui ir t. t. Jei sluoksnių yra " -"daugiau nei kampų, kampai bus kartojami. Atkreipkite dėmesį, kad ne visi " -"vientiso užpildo modeliai palaiko pasukimą." msgid "Skeleton infill density" -msgstr "Karkaso užpildymo tankis" +msgstr "" msgid "" "The remaining part of the model contour after removing a certain depth from " @@ -14348,14 +14306,9 @@ msgid "" "settings but different skeleton densities, their skeleton areas will develop " "overlapping sections. Default is as same as infill density." msgstr "" -"Modelio kontūro dalis, likusi po tam tikro gylio pašalinimo nuo paviršiaus, " -"vadinama skeletu. Šis parametras naudojamas šio skirsnio tankiui reguliuoti. " -"Kai dvi sritys turi tuos pačius retų užpildų nustatymus, bet skirtingą " -"skeleto tankį, jų karkaso sritys susidurs su persidengiančiais skirsniais. " -"Numatytasis nustatymas yra toks pat kaip užpildų tankis." msgid "Skin infill density" -msgstr "Paviršiaus užpildymo tankis" +msgstr "" msgid "" "The portion of the model's outer surface within a certain depth range is " @@ -14364,47 +14317,39 @@ msgid "" "skin densities, this area will not be split into two separate regions. " "Default is as same as infill density." msgstr "" -"Modelio išorinio paviršiaus dalis tam tikrame gylio intervale vadinama " -"paviršiumi. Šis parametras naudojamas šio skirsnio tankiui reguliuoti. Kai " -"dvi sritys turi tuos pačius retų užpildų nustatymus, bet skirtingą " -"paviršiaus tankį, ši sritis nebus padalyta į dvi atskiras sritis. " -"Numatytasis nustatymas yra toks pat kaip užpildų tankis." msgid "Skin infill depth" -msgstr "Paviršiaus užpildymo gylis" +msgstr "" msgid "The parameter sets the depth of skin." -msgstr "Parametras nustato paviršiaus gylį." +msgstr "" msgid "Infill lock depth" -msgstr "Užpildymo fiksavimo gylis" +msgstr "" msgid "The parameter sets the overlapping depth between the interior and skin." -msgstr "Šis parametras nustato vidaus ir išorės sluoksnių persidengimo gylį." +msgstr "" msgid "Skin line width" -msgstr "Paviršiaus linijos plotis" +msgstr "" msgid "Adjust the line width of the selected skin paths." -msgstr "Nustatykite pasirinktų paviršiaus kontūrų linijų plotį." +msgstr "" msgid "Skeleton line width" -msgstr "Karkaso linijos plotis" +msgstr "" msgid "Adjust the line width of the selected skeleton paths." -msgstr "Nustatykite pasirinktų karkaso kontūrų linijų plotį." +msgstr "" msgid "Symmetric infill Y axis" -msgstr "Simetriškas užpildymas Y ašies" +msgstr "" msgid "" "If the model has two parts that are symmetric about the Y axis, and you want " "these parts to have symmetric textures, please click this option on one of " "the parts." msgstr "" -"Jei modelis turi dvi dalis, kurios yra simetriškos Y ašies atžvilgiu, ir " -"norite, kad šios dalys turėtų simetriškas tekstūras, spustelėkite šią " -"parinktį vienoje iš dalių." msgid "Infill combination - Max layer height" msgstr "Užpildų derinys - Maksimalus sluoksnio aukštis" @@ -14490,16 +14435,16 @@ msgstr "" "siena ir kad viršutinio užpildo vietoje, kur jis jungiasi su sienomis, " "atsirastų kuo mažiau skylučių. 25-30 % vertė yra geras pradinis taškas, " "sumažinantis skylučių atsiradimą. Procentinė vertė yra santykinė su reto " -"užpildo linijos pločiu." +"užpildo linijos pločiu" msgid "Speed of internal sparse infill." -msgstr "Vidinio reto užpildymo greitis." +msgstr "Vidinio reto užpildymo greitis" msgid "Inherits profile" msgstr "Paveldi profilį" msgid "Name of parent profile." -msgstr "Pirminio profilio pavadinimas." +msgstr "Pirminio profilio pavadinimas" msgid "Interface shells" msgstr "Sąsajos apvalkalai" @@ -14511,7 +14456,7 @@ msgid "" msgstr "" "Priverstinai sukuriami vientisi apvalkalai tarp gretimų medžiagų ir (arba) " "tūrių. Naudinga spausdinant daugiasluoksniais ekstruderiais su permatomomis " -"medžiagomis arba rankiniu būdu tirpiomis pagalbinėmis medžiagomis." +"medžiagomis arba rankiniu būdu tirpiomis pagalbinėmis medžiagomis" msgid "Maximum width of a segmented region" msgstr "Didžiausias segmentuotos srities plotis" @@ -14614,7 +14559,7 @@ msgid "Ironing Pattern" msgstr "Lyginimo raštas" msgid "The pattern that will be used when ironing." -msgstr "Raštas, kuris bus naudojamas lyginant." +msgstr "Raštas, kuris bus naudojamas lyginant" msgid "Ironing flow" msgstr "Lyginimo srautas" @@ -14625,13 +14570,13 @@ msgid "" msgstr "" "Medžiagos kiekis, kuris turi būti išspaustas lyginimo metu. Jis yra susijęs " "su įprasto sluoksnio aukščio srautu. Dėl per didelės vertės paviršiuje " -"atsiras perteklinis išspaudimas." +"atsiras perteklinis išspaudimas" msgid "Ironing line spacing" msgstr "Tarpai tarp lyginimo linijų" msgid "The distance between the lines of ironing." -msgstr "Atstumas tarp lyginimui naudojamų linijų." +msgstr "Atstumas tarp lyginimui naudojamų linijų" msgid "Ironing inset" msgstr "Lyginimo intarpas" @@ -14647,7 +14592,7 @@ msgid "Ironing speed" msgstr "Lyginimo greitis" msgid "Print speed of ironing lines." -msgstr "Lyginimo linijų spausdinimo greitis." +msgstr "Lyginimo linijų spausdinimo greitis" msgid "Ironing angle offset" msgstr "" @@ -14656,7 +14601,7 @@ msgid "The angle of ironing lines offset from the top surface." msgstr "" msgid "This G-code is inserted at every layer change after the Z lift." -msgstr "Šis G kodas įterpiamas po kiekvieno sluoksnio keitimo po Z pakėlimo." +msgstr "" msgid "Clumping detection G-code" msgstr "" @@ -14669,7 +14614,7 @@ msgid "" "acceleration to print." msgstr "" "Ar įrenginys palaiko tylųjį režimą, kai spausdindamas naudoja mažesnį " -"pagreitį." +"pagreitį" msgid "Emit limits to G-code" msgstr "Išsiųsti apribojimus į G-kodą" @@ -14688,17 +14633,15 @@ msgid "" "This G-code will be used as a code for the pause print. Users can insert " "pause G-code in the G-code viewer." msgstr "" -"Šis G kodas bus naudojamas kaip pauzės spausdinimo kodas. Vartotojai gali " -"įterpti pauzės G kodą G kodo peržiūroje." msgid "This G-code will be used as a custom code." -msgstr "Šis G-kodas bus naudojamas kaip pasirinktinis kodas." +msgstr "Šis G-kodas bus naudojamas kaip pasirinktinis kodas" msgid "Small area flow compensation (beta)" msgstr "Mažo ploto srauto kompensavimas (beta)" msgid "Enable flow compensation for small infill areas." -msgstr "Įgalinti srauto kompensavimą mažuose užpildymo plotuose." +msgstr "Įgalinti srauto kompensavimą mažuose užpildymo plotuose" msgid "Flow Compensation Model" msgstr "Srauto kompensavimo modelis" @@ -14709,10 +14652,6 @@ msgid "" "and flow correction factor. Each pair is on a separate line, followed by a " "semicolon, in the following format: \"1.234, 5.678;\"" msgstr "" -"Srauto kompensavimo modelis, naudojamas srautui mažose užpildymo srityse " -"reguliuoti. Modelis išreiškiamas kaip kableliu atskirtos ekstruzijos ilgio " -"ir srauto korekcijos koeficiento poros. Kiekviena pora yra atskiroje " -"eilutėje, po kurios eina kabliataškis, tokio formato: „1,234, 5,678;“." msgid "Maximum speed X" msgstr "Didžiausias greitis X" @@ -14787,13 +14726,13 @@ msgid "Maximum jerk of the E axis" msgstr "Didžiausias E ašies trūkčiojimas" msgid "Maximum Junction Deviation" -msgstr "Maksimalus jungties nuokrypis" +msgstr "" msgid "" -"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin Firmware)" +"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin " +"Firmware\n" +"If your Marlin 2 printer uses Classic Jerk set this value to 0.)" msgstr "" -"Maksimalus jungties nuokrypis (M205 J, taikoma tik jei JD > 0 Marlin " -"Firmware)" msgid "Minimum speed for extruding" msgstr "Mažiausias ekstruzijos greitis" @@ -14823,51 +14762,45 @@ msgid "Maximum acceleration for travel" msgstr "Didžiausias judėjimo pagreitis" msgid "Maximum acceleration for travel (M204 T), it only applies to Marlin 2." -msgstr "" -"Didžiausias judėjimo pagreitis (M204 T), jis taikomas tik \"Marlin 2\"." +msgstr "Didžiausias judėjimo pagreitis (M204 T), jis taikomas tik \"Marlin 2\"" msgid "Resonance avoidance" -msgstr "Rezonanso vengimas" +msgstr "" msgid "" "By reducing the speed of the outer wall to avoid the resonance zone of the " "printer, ringing on the surface of the model are avoided.\n" "Please turn this option off when testing ringing." msgstr "" -"Sumažinus išorinės sienos greitį, kad būtų išvengta spausdintuvo rezonanso " -"zonos, išvengiama modelio paviršiaus bangavimo.\n" -"Prašome išjungti šią parinktį, kai bandote bangavimą." msgid "Min" msgstr "Min" msgid "Minimum speed of resonance avoidance." -msgstr "Minimalus greitis, leidžiantis išvengti rezonanso." +msgstr "" msgid "Max" msgstr "Maks" msgid "Maximum speed of resonance avoidance." -msgstr "Maksimalus greitis, leidžiantis išvengti rezonanso." +msgstr "" msgid "" "Part cooling fan speed may be increased when auto cooling is enabled. This " "is the maximum speed for the part cooling fan." msgstr "" "Kai įjungtas automatinis aušinimas, dalių ventiliatoriaus greitis gali būti " -"padidintas. Tai didžiausias dalių aušinimo ventiliatoriaus greitis." +"padidintas. Tai didžiausias dalių aušinimo ventiliatoriaus greitis" msgid "" "The highest printable layer height for the extruder. Used to limit the " "maximum layer height when enable adaptive layer height." msgstr "" -"Didžiausias spausdinimo sluoksnio aukštis ekstruderiui. Naudojamas norint " -"apriboti maksimalų sluoksnio aukštį, kai įjungtas prisitaikantis sluoksnio " -"aukštis." msgid "Extrusion rate smoothing" msgstr "Ekstruzijos greičio išlyginimas" +#, fuzzy msgid "" "This parameter smooths out sudden extrusion rate changes that happen when " "the printer transitions from printing a high flow (high speed/larger width) " @@ -14937,15 +14870,6 @@ msgid "" "\n" "Allowed values: 0.5-5" msgstr "" -"Mažesnė vertė užtikrina sklandesnius ekstruzijos greičio pokyčius. Tačiau " -"dėl to G kodo failas tampa žymiai didesnis, o spausdintuvas turi apdoroti " -"daugiau instrukcijų.\n" -"\n" -"Daugeliu atvejų gerai tinka numatytoji vertė 3. Jei spausdintuvas " -"striginėja, padidinkite šią vertę, kad sumažintumėte atliekamų koregavimų " -"skaičių.\n" -"\n" -"Leidžiamos vertės: 0,5–5" msgid "Apply only on external features" msgstr "Taikyti tik išoriniams elementams" @@ -14962,7 +14886,7 @@ msgstr "" "kurie nebus matomi naudotojui, spausdinimo greičiui." msgid "Minimum speed for part cooling fan." -msgstr "Mažiausias dalies aušinimo ventiliatoriaus greitis." +msgstr "Mažiausias dalies aušinimo ventiliatoriaus greitis" msgid "" "Speed of auxiliary part cooling fan. Auxiliary fan will run at this speed " @@ -14981,9 +14905,6 @@ msgid "" "The lowest printable layer height for the extruder. Used to limit the " "minimum layer height when enable adaptive layer height." msgstr "" -"Mažiausias spausdinimo sluoksnio aukštis ekstruderiui. Naudojamas norint " -"apriboti minimalų sluoksnio aukštį, kai įjungtas prisitaikantis sluoksnio " -"aukštis." msgid "Min print speed" msgstr "Minimalus spausdinimo greitis" @@ -14998,7 +14919,7 @@ msgstr "" "sulėtinimas dėl geresnio sluoksnių aušinimo." msgid "The diameter of nozzle." -msgstr "Purkštuvo skersmuo." +msgstr "Purkštuvo skersmuo" msgid "Configuration notes" msgstr "Konfigūracijos pastabos" @@ -15024,7 +14945,7 @@ msgid "Nozzle volume" msgstr "Purkštuko tūris" msgid "Volume of nozzle between the cutter and the end of nozzle." -msgstr "Purkštuko tūris tarp pjaustytuvo ir purkštuko galo." +msgstr "Purkštuko tūris tarp pjaustytuvo ir purkštuko galo" msgid "Cooling tube position" msgstr "Aušinimo vamzdžio padėtis" @@ -15093,7 +15014,7 @@ msgstr "" "Neįtraukti, kai judėjimas vyksta tik užpildytoje zonoje. Tai reiškia, kad " "ištekėjimo nematyti. Tai gali sutrumpinti įtraukimo laiką sudėtingam " "modeliui ir sutaupyti laiką spausdinimui, tačiau sluoksniavimas ir G kodo " -"generavimas bus lėtesni." +"generavimas bus lėtesni" msgid "" "This option will drop the temperature of the inactive extruders to prevent " @@ -15106,7 +15027,7 @@ msgid "Filename format" msgstr "Failų pavadinimų formatas" msgid "Users can define the project file name when exporting." -msgstr "Eksportuodami vartotojai gali pasirinkti projekto failų pavadinimus." +msgstr "Eksportuodami vartotojai gali pasirinkti projekto failų pavadinimus" msgid "Make overhangs printable" msgstr "Padaryti iškyšas spausdinamas" @@ -15147,11 +15068,11 @@ msgid "" "speed to print. For 100%% overhang, bridge speed is used." msgstr "" "Nustatykite iškyšos procentinę dalį, palyginti su linijos pločiu, ir " -"naudokite skirtingą spausdinimo greitį. Jei iškyša 100%%, naudojamas tilto " +"naudokite skirtingą spausdinimo greitį. Jei iškyša 100 %%, naudojamas tilto " "greitis." msgid "Filament to print walls." -msgstr "Gijos sienoms spausdinti." +msgstr "Gijos sienoms spausdinti" msgid "" "Line width of inner wall. If expressed as a %, it will be computed over the " @@ -15161,10 +15082,10 @@ msgstr "" "purkštuko skersmenį." msgid "Speed of inner wall." -msgstr "Tai vidinių sienų greitis." +msgstr "Tai vidinių sienų greitis" msgid "Number of walls of every layer." -msgstr "Vieno sluoksnio sienų skaičius." +msgstr "Vieno sluoksnio sienų skaičius" msgid "Alternate extra wall" msgstr "Alternatyvi papildoma siena" @@ -15206,7 +15127,7 @@ msgid "Printer type" msgstr "Spausdintuvo tipas" msgid "Type of the printer." -msgstr "Spausdintuvo tipas." +msgstr "Spausdintuvo tipas" msgid "Printer notes" msgstr "Spausdintuvo užrašai" @@ -15223,19 +15144,19 @@ msgstr "Platformos kontakto Z atstumas" msgid "Z gap between object and raft. Ignored for soluble interface." msgstr "" "Z tarpas tarp objekto ir platformos. Į jį neatsižvelgiama tirpių sąsajų " -"atveju." +"atveju" msgid "Raft expansion" msgstr "Platformos išplėtimas" msgid "Expand all raft layers in XY plane." -msgstr "Tai išplečia visus platformos sluoksnius XY plokštumoje." +msgstr "Tai išplečia visus platformos sluoksnius XY plokštumoje" msgid "Initial layer density" msgstr "Pradinio sluoksnio tankis" msgid "Density of the first raft or support layer." -msgstr "Pirmojo platformos arba atraminio sluoksnio tankis." +msgstr "Pirmojo platformos arba atraminio sluoksnio tankis" msgid "Initial layer expansion" msgstr "Pradinio sluoksnio išplėtimas" @@ -15243,7 +15164,7 @@ msgstr "Pradinio sluoksnio išplėtimas" msgid "Expand the first raft or support layer to improve bed plate adhesion." msgstr "" "Kad pagerėtų sukibimas su pagrindu, išplečiamas pirmasis platformos arba " -"atraminis sluoksnis." +"atraminis sluoksnis" msgid "Raft layers" msgstr "Platformos sluoksniai" @@ -15253,16 +15174,13 @@ msgid "" "avoid warping when printing ABS." msgstr "" "Objektas bus padidintas šiuo atraminių sluoksnių skaičiumi. Šią funkciją " -"naudokite norėdami išvengti deformacijų spausdinant ABS." +"naudokite norėdami išvengti deformacijų spausdinant ABS" msgid "" "The G-code path is generated after simplifying the contour of models to " "avoid too many points and G-code lines. Smaller value means higher " "resolution and more time to slice." msgstr "" -"G kodo kelias generuojamas supaprastinus modelių kontūrus, kad būtų išvengta " -"pernelyg didelio taškų ir G kodo linijų skaičiaus. Mažesnė vertė reiškia " -"didesnę skiriamąją gebą ir ilgesnį sluoksniavimo laiką." msgid "Travel distance threshold" msgstr "Judėjimo atstumo riba" @@ -15272,20 +15190,20 @@ msgid "" "threshold." msgstr "" "Įtraukimas įjungiamas tik tada, kai judėjimo atstumas yra ilgesnis už šią " -"ribą." +"ribą" msgid "Retract amount before wipe" msgstr "Įtraukiamas kiekis prieš nuvalymą" msgid "" "The length of fast retraction before wipe, relative to retraction length." -msgstr "Greito įtraukimo prieš nuvalymą ilgis, palyginti su įtraukimo ilgiu." +msgstr "Greito įtraukimo prieš nuvalymą ilgis, palyginti su įtraukimo ilgiu" msgid "Retract when change layer" msgstr "Įtraukti, kai keičiamas sluoksnis" msgid "Force a retraction when changes layer." -msgstr "Priverstinis įtraukimas, kai keičiasi sluoksnis." +msgstr "Priverstinis įtraukimas, kai keičiasi sluoksnis" msgid "Retraction Length" msgstr "Įtraukimo ilgis" @@ -15294,9 +15212,6 @@ msgid "" "Some amount of material in extruder is pulled back to avoid ooze during long " "travel. Set zero to disable retraction." msgstr "" -"Tam tikras kiekis medžiagos ekstruderyje yra įtraukiamas atgal, kad ilgos " -"kelionės metu nesusidarytų išsiliejimas. Nustatykite nulį, kad išjungtumėte " -"įtraukimą." msgid "Long retraction when cut (beta)" msgstr "Ilgas įtraukimas, kai pjaunama (beta)" @@ -15318,7 +15233,7 @@ msgstr "Įtraukimo atstumas, kai kerpama" msgid "" "Experimental feature: Retraction length before cutting off during filament " "change." -msgstr "Eksperimentinė savybė: Įtraukimo ilgis prieš nupjaunant keičiant giją." +msgstr "Eksperimentinė savybė: Įtraukimo ilgis prieš nupjaunant keičiant giją" msgid "Long retraction when extruder change" msgstr "" @@ -15337,7 +15252,7 @@ msgstr "" "Kiekvieną kartą, kai gija įtraukiama, purkštukas šiek tiek pakeliamas, kad " "tarp purkštuko ir spaudinio atsirastų tarpas. Taip purkštukas, judėdamas " "daugiau, neužkliudo spaudinio. Naudojant spiralines linijas z pakėlimui, " -"galima išvengti stygų susidarymo." +"galima išvengti stygų susidarymo" msgid "Z-hop lower boundary" msgstr "Z šuolio apatinė riba" @@ -15346,8 +15261,6 @@ msgid "" "Z-hop will only come into effect when Z is above this value and is below the " "parameter: \"Z-hop upper boundary\"." msgstr "" -"Z šuolis pradės veikti tik tada, kai Z bus didesnis už šią vertę ir mažesnis " -"už parametrą: \"Z šuolio viršutinė riba\"." msgid "Z-hop upper boundary" msgstr "Z šuolio viršutinė riba" @@ -15356,14 +15269,12 @@ msgid "" "If this value is positive, Z-hop will only come into effect when Z is above " "the parameter: \"Z-hop lower boundary\" and is below this value." msgstr "" -"Jei ši vertė yra teigiama, Z-šuolis įsigalios tik tada, kai Z yra virš " -"parametro „Z-šuolio apatinė riba“ ir yra žemiau šios vertės." msgid "Z-hop type" msgstr "Z šuolio tipas" msgid "Type of Z-hop." -msgstr "Z-šuolio tipas." +msgstr "" msgid "Slope" msgstr "Nuolydis" @@ -15378,8 +15289,6 @@ msgid "" "Traveling angle for Slope and Spiral Z-hop type. Setting it to 90° results " "in Normal Lift." msgstr "" -"Šlaito ir spiralės Z-šuolio tipo judėjimo kampas. Nustačius jį į 90°, " -"gaunamas normalus pakėlimas." msgid "Only lift Z above" msgstr "Pakelti tik Z aukščiau" @@ -15456,7 +15365,7 @@ msgid "Retraction Speed" msgstr "Įtraukimo greitis" msgid "Speed for retracting filament from the nozzle." -msgstr "Gijos įtraukimo į purkštuką greitis." +msgstr "" msgid "De-retraction Speed" msgstr "Atitraukimo greitis" @@ -15465,8 +15374,6 @@ msgid "" "Speed for reloading filament into the nozzle. Zero means same speed of " "retraction." msgstr "" -"Gijos įtraukimo į purkštuką greitis. Nulis reiškia tokį patį ištraukimo " -"greitį." msgid "Use firmware retraction" msgstr "Naudoti nustatytąjį įtraukimą" @@ -15487,14 +15394,12 @@ msgstr "Išjungti nustatytą likusį spausdinimo laiką" msgid "" "Disable generating of the M73: Set remaining print time in the final G-code." msgstr "" -"Išjungti M73 generavimą: Nustatyti likusį spausdinimo laiką galutiniame G " -"kode." msgid "Seam position" msgstr "Siūlės padėtis" msgid "The start position to print each part of outer wall." -msgstr "Kiekvienos išorinės sienos dalies pradinė padėtis." +msgstr "Kiekvienos išorinės sienos dalies pradinė padėtis" msgid "Nearest" msgstr "Artimiausia" @@ -15503,7 +15408,7 @@ msgid "Aligned" msgstr "Sulygiuota" msgid "Aligned back" -msgstr "Sulygiuotos galinės dalys" +msgstr "" msgid "Back" msgstr "Gale" @@ -15657,8 +15562,8 @@ msgid "Role base wipe speed" msgstr "Vaidmens pagrindo nuvalymo greitis" msgid "" -"The wipe speed is determined by the speed of the current extrusion role. " -"e.g. if a wipe action is executed immediately following an outer wall " +"The wipe speed is determined by the speed of the current extrusion role. e." +"g. if a wipe action is executed immediately following an outer wall " "extrusion, the speed of the outer wall extrusion will be utilized for the " "wipe action." msgstr "" @@ -15712,13 +15617,13 @@ msgstr "" "Valymo greitis nustatomas pagal šioje konfigūracijoje nurodytą greičio " "nustatymą.Jei vertė išreikšta procentais (pvz., 80 %), ji bus apskaičiuota " "pagal pirmiau nurodytą judėjimo greičio nustatymą. Numatytoji šio parametro " -"vertė yra 80%." +"vertė yra 80 %" msgid "Skirt distance" msgstr "Apvado atstumas" msgid "The distance from the skirt to the brim or the object." -msgstr "Tai atstumas nuo apvado iki krašto arba objekto." +msgstr "Tai atstumas nuo apvado iki krašto arba objekto" msgid "Skirt start point" msgstr "Apvado pradžios taškas" @@ -15734,19 +15639,16 @@ msgid "Skirt height" msgstr "Apvado aukštis" msgid "How many layers of skirt. Usually only one layer." -msgstr "Kiek sluoksnių apvado. Paprastai tik vienas sluoksnis." +msgstr "Kiek sluoksnių apvado. Paprastai tik vienas sluoksnis" msgid "Single loop after first layer" -msgstr "Viengubas kontūras po pirmojo sluoksnio" +msgstr "" msgid "" "Limits the skirt/draft shield loops to one wall after the first layer. This " "is useful, on occasion, to conserve filament but may cause the draft shield/" "skirt to warp / crack." msgstr "" -"Apriboja apvado/apsauginio skydo kontūrus iki vienos sienos po pirmojo " -"sluoksnio. Tai kartais yra naudinga, norint sutaupyti giją, tačiau gali " -"sukelti apsauginio skydo/apvado deformaciją/įtrūkimus." msgid "Draft shield" msgstr "Apsauginis kokonas" @@ -15792,7 +15694,7 @@ msgid "Skirt loops" msgstr "Apvado kontūrai" msgid "Number of loops for the skirt. Zero means disabling skirt." -msgstr "Tai yra apvado kontūrų skaičius. 0 reiškia, kad apvadas išjungtas." +msgstr "Tai yra apvado kontūrų skaičius. 0 reiškia, kad apvadas išjungtas" msgid "Skirt speed" msgstr "Apvado greitis" @@ -15827,9 +15729,6 @@ msgid "" "layer time is shorter than this value in order to get better cooling for " "these layers." msgstr "" -"Spausdinimo greitis eksportuotame G-kode bus sulėtintas, kai numatomas " -"sluoksnio laikas bus trumpesnis už šią vertę, siekiant užtikrinti geresnį " -"šių sluoksnių aušinimą." msgid "Minimum sparse infill threshold" msgstr "Minimali reto užpildymo riba" @@ -15839,13 +15738,13 @@ msgid "" "internal solid infill." msgstr "" "Reto užpildymo sritys, kurios yra mažesnės už šią ribinę vertę, pakeičiamos " -"vidiniu vientisu užpildymu." +"vidiniu vientisu užpildymu" msgid "Solid infill" msgstr "Vientisas užpildas" msgid "Filament to print solid infill." -msgstr "Filamentas vientisam užpildui spausdinti." +msgstr "Filamentas vientisam užpildui spausdinti" msgid "" "Line width of internal solid infill. If expressed as a %, it will be " @@ -15857,7 +15756,7 @@ msgstr "" msgid "Speed of internal solid infill, not the top and bottom surface." msgstr "" "Tai vidinio vientiso užpildo greitis, neįskaitant viršutinio ar apatinio " -"paviršiaus." +"paviršiaus" msgid "" "Spiralize smooths out the z moves of the outer contour. And turns a solid " @@ -15867,7 +15766,7 @@ msgstr "" "Tai leidžia atlikti spiralinį išlyginimą, kuris išlygina išorinio kontūro Z " "judesius ir paverčia vientisą modelį į vienos sienelės atspaudą su " "vientisais apatiniais sluoksniais. Galutiniame sudarytame modelyje nėra " -"siūlės." +"siūlės" msgid "Smooth Spiral" msgstr "Lygi spiralė" @@ -15877,7 +15776,7 @@ msgid "" "seam at all, even in the XY directions on walls that are not vertical." msgstr "" "Sklandi spiralė išlygina X ir Y judesius, todėl XY kryptimis ant ne " -"vertikalių sienų visiškai nesimato siūlių." +"vertikalių sienų visiškai nesimato siūlių" msgid "Max XY Smoothing" msgstr "Didžiausias XY išlyginimas" @@ -15984,16 +15883,16 @@ msgid "Start G-code" msgstr "Pradžios G-kodas" msgid "Start G-code when starting the entire print." -msgstr "G kodo paleidimas, kai pradedamas visas spausdinimas." +msgstr "G kodo paleidimas, kai pradedamas visas spausdinimas" msgid "Start G-code when starting the printing of this filament." -msgstr "Paleisti G-kodą, kai pradedama spausdinti šia gija." +msgstr "Paleisti G-kodą, kai pradedama spausdinti šia gija" msgid "Single Extruder Multi Material" msgstr "Vieno ekstruderio daugialypė medžiaga" msgid "Use single nozzle to print multi filament." -msgstr "Naudoti vieną antgalį spausdinti keliomis gijomis." +msgstr "Naudoti vieną antgalį spausdinti keliomis gijomis" msgid "Manual Filament Change" msgstr "Rankinis gijų keitimas" @@ -16015,10 +15914,10 @@ msgid "Purge in prime tower" msgstr "Valymas pagrindiniame bokšte" msgid "Purge remaining filament into prime tower." -msgstr "Išstumti likusias gijas į pirminio valymo bokštą." +msgstr "Išstumti likusias gijas į pirminio valymo bokštą" msgid "Enable filament ramming" -msgstr "Įjungti gijos ramingą" +msgstr "" msgid "No sparse layers (beta)" msgstr "Nėra retų sluoksnių (beta)" @@ -16104,7 +16003,7 @@ msgid "" msgstr "" "Normalus (automatinis) ir Medis (automatinis) naudojamas automatiškai " "generuoti atramas. Pasirinkus Normalus (rankinis) arba Medis (rankinis), " -"generuojamos tik atramos." +"generuojamos tik atramos" msgid "Normal (auto)" msgstr "Įprastas (auto)" @@ -16122,7 +16021,7 @@ msgid "Support/object xy distance" msgstr "Atramos/objekto xy atstumas" msgid "XY separation between an object and its support." -msgstr "Šiuo parametru nustatomas objekto ir atramos XY atstumas." +msgstr "Šiuo parametru nustatomas objekto ir atramos XY atstumas" msgid "Support/object first layer gap" msgstr "Atramos ir objekto pirmojo sluoksnio tarpas" @@ -16144,7 +16043,7 @@ msgstr "Tik ant pagrindo plokštės" msgid "Don't create support on model surface, only on build plate." msgstr "" "Šis nustatymas generuoja tik tas atramas, kurios prasideda ant spausdinimo " -"plokštės." +"plokštės" msgid "Support critical regions only" msgstr "Paremti tik kritines sritis" @@ -16165,13 +16064,13 @@ msgid "Top Z distance" msgstr "Viršutinis Z atstumas" msgid "The Z gap between the top support interface and object." -msgstr "Taip nustatomas Z tarpas tarp viršutinių atramų sąsajų ir objektų." +msgstr "Taip nustatomas Z tarpas tarp viršutinių atramų sąsajų ir objektų" msgid "Bottom Z distance" msgstr "Apatinis Z atstumas" msgid "The Z gap between the bottom support interface and object." -msgstr "Z tarpas tarp apatinės atramos sąsajos ir objekto." +msgstr "Z tarpas tarp apatinės atramos sąsajos ir objekto" msgid "Support/raft base" msgstr "Atraminis ir (arba) platformos pagrindas" @@ -16181,7 +16080,7 @@ msgid "" "filament for support and current filament is used." msgstr "" "Gija, skirta spausdinti atraminį pagrindą ir platformą. \"Numatytoji\" " -"reiškia, kad nėra konkrečios gijos atramai ir naudojama dabartinė gija." +"reiškia, kad nėra konkrečios gijos atramai ir naudojama dabartinė gija" msgid "Avoid interface filament for base" msgstr "Venkite pagrindo sąsajos gijų" @@ -16216,19 +16115,19 @@ msgid "" "for support interface and current filament is used." msgstr "" "Gija skirta spausdinti atramos sąsają. \"Numatytoji\" reiškia, kad atramos " -"sąsajai nėra konkrečios gijos ir naudojama dabartinė gija." +"sąsajai nėra konkrečios gijos ir naudojama dabartinė gija" msgid "Top interface layers" msgstr "Viršutiniai sąsajos sluoksniai" msgid "Number of top interface layers." -msgstr "Viršutinių sąsajos sluoksnių skaičius." +msgstr "Viršutinių sąsajos sluoksnių skaičius" msgid "Bottom interface layers" msgstr "Apatiniai sąsajos sluoksniai" msgid "Number of bottom interface layers." -msgstr "Apatinių sąsajos sluoksnių skaičius." +msgstr "Apatinių sąsajos sluoksnių skaičius" msgid "Same as top" msgstr "Tas pats kaip ir viršuje" @@ -16240,23 +16139,21 @@ msgid "" "Spacing of interface lines. Zero means solid interface.\n" "Force using solid interface when support ironing is enabled." msgstr "" -"Sąsajos linijų tarpas. Nulis reiškia vientisą sąsają. \n" -"Naudokite vientisą sąsają, kai įjungta atramų lyginimo funkcija." msgid "Bottom interface spacing" msgstr "Apatinės sąsajos tarpas" msgid "Spacing of bottom interface lines. Zero means solid interface." -msgstr "Atstumas tarp apatinių sąsajos linijų. 0 reiškia vientisą sąsają." +msgstr "Atstumas tarp apatinių sąsajos linijų. 0 reiškia vientisą sąsają" msgid "Speed of support interface." -msgstr "Atramų sąsajų greitis." +msgstr "Atramų sąsajų greitis" msgid "Base pattern" msgstr "Pagrindinis raštas" msgid "Line pattern of support." -msgstr "Linijinis atramų raštas." +msgstr "Linijinis atramų raštas" msgid "Rectilinear grid" msgstr "Tiesus tinklelis" @@ -16274,7 +16171,7 @@ msgid "" msgstr "" "Linijinis atraminės sąsajos raštas. Numatytasis netirpios atraminės sąsajos " "raštas yra tiesiaeigis, o tirpios atraminės sąsajos numatytasis raštas yra " -"koncentrinis." +"koncentrinis" msgid "Rectilinear Interlaced" msgstr "Tiesiaeigis, persipynęs" @@ -16283,18 +16180,17 @@ msgid "Base pattern spacing" msgstr "Pagrindinio rašto tarpai" msgid "Spacing between support lines." -msgstr "Atstumai tarp atraminių linijų." +msgstr "Atstumai tarp atraminių linijų" msgid "Normal Support expansion" msgstr "Įprastų atramų išplėtimas" msgid "Expand (+) or shrink (-) the horizontal span of normal support." msgstr "" -"Padidinkite (+) arba sumažinkite (-) įprastinės atramos horizontalųjį " -"atstumą." +"Padidinkite (+) arba sumažinkite (-) įprastinės atramos horizontalųjį atstumą" msgid "Speed of support." -msgstr "Atramų greitis." +msgstr "Atramų greitis" msgid "" "Style and shape of the support. For normal support, projecting the supports " @@ -16412,16 +16308,6 @@ msgstr "" "sunkiau pašalinti, todėl, jei reikia tankios atramos, rekomenduojama įjungti " "viršutinių atramų sąsajas, o ne didelę šakų tankio reikšmę." -msgid "Adaptive layer height" -msgstr "Prisitaikantis sluoksnio aukštis" - -msgid "" -"Enabling this option means the height of tree support layer except the first " -"will be automatically calculated." -msgstr "" -"Įjungus šią parinktį, medžio atraminio sluoksnio, išskyrus pirmąjį, aukštis " -"bus apskaičiuojamas automatiškai." - msgid "Auto brim width" msgstr "Automatinis kraštų plotis" @@ -16430,13 +16316,13 @@ msgid "" "automatically calculated." msgstr "" "Įjungus šią parinktį, medžio atramos krašto plotis apskaičiuojamas " -"automatiškai." +"automatiškai" msgid "Tree support brim width" msgstr "Atraminio medžio krašto plotis" msgid "Distance from tree branch to the outermost brim line." -msgstr "Atstumas nuo medžio šakos iki išorinės krašto linijos." +msgstr "Atstumas nuo medžio šakos iki išorinės krašto linijos" msgid "Tip Diameter" msgstr "Galo skersmuo" @@ -16482,11 +16368,10 @@ msgstr "Medžių atramos su užpildymu" msgid "" "This setting specifies whether to add infill inside large hollows of tree " "support." -msgstr "" -"Šis nustatymas nurodo, ar į dideles medžio atramos ertmes dėti užpildą." +msgstr "Šis nustatymas nurodo, ar į dideles medžio atramos ertmes dėti užpildą" msgid "Ironing Support Interface" -msgstr "Atramų lyginimo sąsaja" +msgstr "" msgid "" "Ironing is using small flow to print on same height of support interface " @@ -16494,36 +16379,29 @@ msgid "" "interface being ironed. When enabled, support interface will be extruded as " "solid too." msgstr "" -"Lyginimas – tai mažo srauto naudojimas, kad būtų galima vėl spausdinti ant " -"tos pačios aukščio atramos sąsajos, kad ji taptų lygesnė. Šis nustatymas " -"kontroliuoja, ar atramos sąsaja bus lyginama. Kai šis nustatymas įjungtas, " -"atramos sąsaja taip pat bus išspaudžiama kaip vientisa." msgid "Support Ironing Pattern" -msgstr "Atramų lyginimo raštas" +msgstr "" msgid "Support Ironing flow" -msgstr "Atramų lyginimo srautas" +msgstr "" msgid "" "The amount of material to extrude during ironing. Relative to flow of normal " "support interface layer height. Too high value results in overextrusion on " "the surface." msgstr "" -"Išspaudžiamo medžiagos kiekis lyginimo metu. Santykinis normalaus atraminio " -"sąsajos sluoksnio aukščio srautas. Per didelė vertė sukelia per didelį " -"išspaudimą ant paviršiaus." msgid "Support Ironing line spacing" -msgstr "Atramų lyginimo linijų tarpai" +msgstr "" msgid "Activate temperature control" msgstr "Suaktyvinti temperatūros reguliavimą" msgid "" "Enable this option for automated chamber temperature control. This option " -"activates the emitting of an M191 command before the " -"\"machine_start_gcode\"\n" +"activates the emitting of an M191 command before the \"machine_start_gcode" +"\"\n" " which sets the chamber temperature and waits until it is reached. In " "addition, it emits an M141 command at the end of the print to turn off the " "chamber heater, if present.\n" @@ -16584,7 +16462,7 @@ msgstr "" "įšildymas, jei nėra aktyvaus kameros šildytuvo." msgid "Nozzle temperature for layers after the initial one." -msgstr "Po pradinio sluoksnio esančių sluoksnių purkštuko temperatūra." +msgstr "Po pradinio sluoksnio esančių sluoksnių purkštuko temperatūra" msgid "Detect thin wall" msgstr "Aptikti plonas sieneles" @@ -16595,17 +16473,15 @@ msgid "" msgstr "" "Aptikti ploną sienelę, kurioje negali būti dviejų eilučių pločio. " "Spausdinimui naudoti vieną liniją. Gali būti, kad nebus išspausdinta labai " -"gerai, nes tai nėra uždaras kontūras." +"gerai, nes tai nėra uždaras kontūras" msgid "" "This G-code is inserted when filament is changed, including T commands to " "trigger tool change." msgstr "" -"Šis G kodas įterpiamas keičiant giją, įskaitant T komandas, skirtas įrankio " -"keitimui suaktyvinti." msgid "This G-code is inserted when the extrusion role is changed." -msgstr "Šis G kodas įterpiamas, kai keičiamas išspaudimo vaidmuo." +msgstr "" msgid "" "Line width for top surfaces. If expressed as a %, it will be computed over " @@ -16615,7 +16491,7 @@ msgstr "" "apskaičiuojamas pagal purkštuko skersmenį." msgid "Speed of top surface infill which is solid." -msgstr "Viršutinio vientiso paviršiaus užpildo greitis." +msgstr "Viršutinio vientiso paviršiaus užpildo greitis" msgid "Top shell layers" msgstr "Viršutiniai apvalkalo sluoksniai" @@ -16628,7 +16504,7 @@ msgstr "" "Tai viršutinio apvalkalo vientisų sluoksnių skaičius, įskaitant viršutinį " "paviršiaus sluoksnį. Kai pagal šią reikšmę apskaičiuotas storis yra " "plonesnis už viršutinio apvalkalo storį, viršutinio apvalkalo sluoksnių " -"skaičius bus padidintas." +"skaičius bus padidintas" msgid "Top solid layers" msgstr "Viršutiniai vientisi sluoksniai" @@ -16647,10 +16523,10 @@ msgstr "" "viršutinius apvalkalo sluoksnius apskaičiuotas storis yra plonesnis už šią " "vertę. Taip galima išvengti per plono apvalkalo, kai sluoksnių aukštis yra " "mažas. 0 reiškia, kad šis nustatymas išjungtas ir viršutinio apvalkalo " -"storis visiškai nustatomas pagal viršutinio apvalkalo sluoksnius." +"storis visiškai nustatomas pagal viršutinio apvalkalo sluoksnius" msgid "Top surface density" -msgstr "Viršutinio paviršiaus tankis" +msgstr "" msgid "" "Density of top surface layer. A value of 100% creates a fully solid, smooth " @@ -16659,29 +16535,18 @@ msgid "" "walls on the top layer being created. Intended for aesthetic or functional " "purposes, not to fix issues such as over-extrusion." msgstr "" -"Viršutinio paviršiaus sluoksnio tankis. 100 % vertė sukuria visiškai " -"vientisą, lygų viršutinį sluoksnį. Sumažinus šią vertę, viršutinis paviršius " -"tampa tekstūruotas, atsižvelgiant į pasirinktą viršutinio paviršiaus raštą. " -"0 % vertė reiškia, kad bus sukurti tik ant viršutinio sluoksnio sienos. " -"Skirta estetiniais ar funkciniais tikslais, ne tam, kad išspręstų tokias " -"problemas kaip per didelis ekstruzijos kiekis." msgid "Bottom surface density" -msgstr "Apatinio paviršiaus tankis" +msgstr "" msgid "" "Density of the bottom surface layer. Intended for aesthetic or functional " "purposes, not to fix issues such as over-extrusion.\n" "WARNING: Lowering this value may negatively affect bed adhesion." msgstr "" -"Apatinio paviršiaus sluoksnio tankis. Skirtas estetinėms arba funkcinėms " -"reikmėms, ne tam, kad išspręstų tokias problemas kaip per didelis " -"ekstruzijos kiekis. \n" -"ĮSPĖJIMAS: Šio parametro sumažinimas gali neigiamai paveikti sluoksnio " -"sukibimą su pagrindu." msgid "Speed of travel which is faster and without extrusion." -msgstr "Judėjimo greitis, kuris yra greitesnis ir be ekstruzijos." +msgstr "Judėjimo greitis, kuris yra greitesnis ir be ekstruzijos" msgid "Wipe while retracting" msgstr "Nuvalyti įtraukiant" @@ -16693,7 +16558,7 @@ msgid "" msgstr "" "Įtraukiant antgalį judinti išilgai paskutinio išspaudimo kelio, kad būtų " "išvalyta ant antgalio nutekėjusi medžiaga. Tai gali sumažinti artefaktų " -"kiekį, kai po judėjimo spausdinama nauja dalis." +"kiekį, kai po judėjimo spausdinama nauja dalis" msgid "Wipe Distance" msgstr "Valymo atstumas" @@ -16754,7 +16619,7 @@ msgid "The volume of material to prime extruder on tower." msgstr "Medžiagos kiekis, skirtas ekstruderiui užpildyti ant bokšto." msgid "Width of the prime tower." -msgstr "Pagrindinio bokšto plotis." +msgstr "Pagrindinio bokšto plotis" msgid "Wipe tower rotation angle" msgstr "Valymo bokšto sukimosi kampas" @@ -16822,7 +16687,7 @@ msgstr "" "naudojamas vidinio perimetro greitis." msgid "Wall type" -msgstr "Sienos tipas" +msgstr "" msgid "" "Wipe tower outer wall type.\n" @@ -16832,37 +16697,27 @@ msgid "" "tower.\n" "3. Rib: Adds four ribs to the tower wall for enhanced stability." msgstr "" -"Nuvalymo bokšto išorinės sienos tipas. \n" -"1. Stačiakampis: numatytasis sienos tipas, stačiakampis su fiksuotu pločiu " -"ir aukščiu. \n" -"2. Kūgis: kūgis su apatine išgaubta dalimi, padedančia stabilizuoti nuvalymo " -"bokštą. \n" -"3. Briauna: bokšto sienai pridedamos keturios briaunos, padedančios " -"padidinti stabilumą." msgid "Extra rib length" -msgstr "Papildomas briaunų ilgis" +msgstr "" msgid "" "Positive values can increase the size of the rib wall, while negative values " "can reduce the size. However, the size of the rib wall can not be smaller " "than that determined by the cleaning volume." msgstr "" -"Teigiami dydžiai gali padidinti šoninės briaunos sienelės dydį, o neigiami " -"dydžiai – sumažinti. Tačiau šoninės briaunos sienelės dydis negali būti " -"mažesnis už nustatytą valymo tūrį." msgid "Rib width" -msgstr "Briaunų plotis" +msgstr "" msgid "Rib width." -msgstr "Briaunų plotis." +msgstr "" msgid "Fillet wall" -msgstr "Užapvalinta siena" +msgstr "" msgid "The wall of prime tower will fillet." -msgstr "Pagrindinio bokšto siena bus suapvalinta." +msgstr "" msgid "" "The extruder to use when printing perimeter of the wipe tower. Set to 0 to " @@ -16921,9 +16776,6 @@ msgid "" "filament and decrease the print time. Colors of the objects will be mixed as " "a result. It will not take effect unless the prime tower is enabled." msgstr "" -"Šis objektas bus naudojamas purkštuko valymui po filamento keitimo, siekiant " -"sutaupyti filamento ir sutrumpinti spausdinimo laiką. Dėl to objektų spalvos " -"bus sumaišytos. Tai neveiks, jei nebus įjungtas pagrindinis bokštas." msgid "Maximal bridging distance" msgstr "Maksimalus tiltelio atstumas" @@ -16964,6 +16816,7 @@ msgstr "" msgid "X-Y hole compensation" msgstr "X-Y angų kompensavimas" +#, fuzzy msgid "" "Holes in objects will expand or contract in the XY plane by the configured " "value. Positive values make holes bigger, negative values make holes " @@ -16973,11 +16826,12 @@ msgstr "" "Objekto angos XY plokštumoje bus padidintos arba sumažintos pagal nustatytą " "vertę. Teigiama reikšmė didina skyles. Neigiama reikšmė skyles sumažina. Ši " "funkcija naudojama šiek tiek pakoreguoti dydį, kai objektas turi surinkimo " -"problemų." +"problemų" msgid "X-Y contour compensation" msgstr "X-Y kontūro kompensavimas" +#, fuzzy msgid "" "Contours of objects will expand or contract in the XY plane by the " "configured value. Positive values make contours bigger, negative values make " @@ -16987,7 +16841,7 @@ msgstr "" "Objekto kontūras XY plokštumoje bus padidintas arba sumažintas pagal " "nustatytą vertę. Teigiama reikšmė didina kontūrą. Neigiama reikšmė kontūrą " "sumažina. Ši funkcija naudojama šiek tiek pakoreguoti dydį, kai objektas yra " -"surenkamas." +"surenkamas" msgid "Convert holes to polyholes" msgstr "Konvertuoti skyles į daugiakampes" @@ -17044,7 +16898,7 @@ msgid "" "QOI for low memory firmware." msgstr "" "G-kodo miniatiūrų formatas: PNG – geriausia kokybė, JPG – mažiausio dydžio, " -"QOI – mažos atminties programinei įrangai." +"QOI – mažos atminties programinei įrangai" msgid "Use relative E distances" msgstr "Naudoti santykinius E atstumus" @@ -17059,7 +16913,7 @@ msgstr "" "išspaudimą. Kai kurie ekstruzijos įrenginiai veikia geriau, jei ši parinktis " "nepažymėta (absoliučiosios ekstruzijos režimas). Valymo bokštas suderinamas " "tik su santykiniu režimu. Jį rekomenduojama naudoti daugumoje spausdintuvų. " -"Pagal numatytuosius nustatymus pažymėta." +"Pagal numatytuosius nustatymus pažymėta" msgid "" "Classic wall generator produces walls with constant extrusion width and for " @@ -17067,8 +16921,8 @@ msgid "" "variable extrusion width." msgstr "" "Klasikinis sienų generatorius sukuria pastovaus pločio sieneles, o labai " -"plonoms sritims užpildyti naudojamas tarpų užpildymas. \"Arachnės\" variklis " -"gamina kintamo išspaudimo pločio sienas." +"plonoms sritims užpildyti naudojamas tarpų užpildymas. \"Arachne\" variklis " +"gamina kintamo išspaudimo pločio sienas" msgid "Arachne" msgstr "Arachnė" @@ -17083,7 +16937,7 @@ msgid "" msgstr "" "Pereinant nuo vieno sienelių skaičiaus prie kito, kai detalė tampa plonesnė, " "sienelių segmentams padalyti arba sujungti skiriama tam tikra erdvė. Jis " -"išreiškiamas procentais nuo purkštuko skersmens." +"išreiškiamas procentais nuo purkštuko skersmens" msgid "Wall transitioning filter margin" msgstr "Sienos perėjimo filtro riba" @@ -17103,7 +16957,7 @@ msgstr "" "skaičius, todėl sumažėja ekstruzijos paleidimų / stabdymų skaičius ir " "judėjimo laikas. Tačiau dėl didelio ekstruzijos pločio skirtumo gali kilti " "nepakankamo arba per didelio ekstruzijos pločio problemų. Jis išreiškiamas " -"procentais nuo purkštuko skersmens." +"procentais nuo purkštuko skersmens" msgid "Wall transitioning threshold angle" msgstr "Sienų perėjimo slenksčio kampas" @@ -17119,7 +16973,7 @@ msgstr "" "Pleišto formos, kurios kampas didesnis už šį nustatymą, perėjimų nebus, o " "centre nebus atspausdintos sienos, kad būtų užpildyta likusi erdvė. " "Sumažinus šį nustatymą, sumažėja šių centrinių sienelių skaičius ir ilgis, " -"tačiau gali likti tarpų arba jos gali būti per daug išsikišusios." +"tačiau gali likti tarpų arba jos gali būti per daug išsikišusios" msgid "Wall distribution count" msgstr "Sienų pasiskirstymo skaičius" @@ -17129,7 +16983,7 @@ msgid "" "to be spread. Lower values mean that the outer walls don't change in width." msgstr "" "Sienų skaičius, skaičiuojant nuo centro, ant kurių reikia paskirstyti " -"pokytį. Mažesnės reikšmės reiškia, kad išorinių sienų plotis nesikeičia." +"pokytį. Mažesnės reikšmės reiškia, kad išorinių sienų plotis nesikeičia" msgid "Minimum feature size" msgstr "Minimalus elemento dydis" @@ -17140,10 +16994,6 @@ msgid "" "will be widened to the minimum wall width. It's expressed as a percentage " "over nozzle diameter." msgstr "" -"Mažiausias plonų elementų storis. Modelio elementai, kurie yra plonesni už " -"šią vertę, nebus spausdinami, o elementai, kurie yra storesni už šią vertę, " -"bus praplatinti iki minimalaus sienelės storio. Išreiškiama procentais nuo " -"purkštuko skersmens." msgid "Minimum wall length" msgstr "Mažiausias sienos ilgis" @@ -17194,7 +17044,7 @@ msgstr "" "Sienos, kuri pakeis plonus modelio elementus, plotis (pagal minimalų " "elemento dydį). Jei Minimalus sienos plotis yra plonesnis už elemento storį, " "siena taps tokio pat storio kaip ir pats elementas. Jis išreiškiamas " -"procentais nuo purkštuko skersmens." +"procentais nuo purkštuko skersmens" msgid "Detect narrow internal solid infill" msgstr "Aptikti siaurą vidinį vientisą užpildą" @@ -17231,32 +17081,32 @@ msgid "Export slicing data" msgstr "Eksportuoti sluoksniavimo duomenis" msgid "Export slicing data to a folder." -msgstr "Eksportuoti sluoksniavimo duomenis į katalogą." +msgstr "Eksportuoti sluoksniavimo duomenis į katalogą" msgid "Load slicing data" msgstr "Įkelti sluoksniavimo duomenis" msgid "Load cached slicing data from directory." -msgstr "Įkelti į talpyklą įrašytus pjaustymo duomenis iš katalogo." +msgstr "Įkelti į talpyklą įrašytus pjaustymo duomenis iš katalogo" msgid "Export STL" msgstr "Eksportuoti STL" msgid "Export the objects as single STL." -msgstr "Eksportuoti visus objektus kaip vieną STL." +msgstr "Eksportuoti visus objektus kaip vieną STL" msgid "Export multiple STLs" msgstr "Eksportuoti kaip kelis STL" msgid "Export the objects as multiple STLs to directory." -msgstr "Eksportuokite objektus kaip kelis STL į katalogą." +msgstr "Eksportuokite objektus kaip kelis STL į katalogą" msgid "Slice" msgstr "Sluoksniuoti" msgid "Slice the plates: 0-all plates, i-plate i, others-invalid" msgstr "" -"Sluoksniuoja plokštes: 0-visos plokštės, i-plokštė i, kitos-negaliojančios" +"Sluoksniuoja plokštes: 0-visos plokštės, i-plokštė i, kitos-negaliojančios " msgid "Show command help." msgstr "Rodoma komandos pagalba." @@ -17281,7 +17131,7 @@ msgid "Load default filaments" msgstr "Įkelti numatytąsias gijas" msgid "Load first filament as default for those not loaded." -msgstr "Įkelti pirmąją giją kaip numatytąją neįkeltoms gijoms." +msgstr "Įkelti pirmąją giją kaip numatytąją neįkeltoms gijoms" msgid "Minimum save" msgstr "Minimalus išsaugojimas" @@ -17293,13 +17143,13 @@ msgid "mtcpp" msgstr "mtcpp" msgid "max triangle count per plate for slicing." -msgstr "maksimalus trikampių skaičius plokštelėje sluoksniavimui." +msgstr "maksimalus trikampių skaičius plokštelėje sluoksniavimui" msgid "mstpp" msgstr "mstpp" msgid "max slicing time per plate in seconds." -msgstr "maksimalus vienos plokštės sluoksniavimo laikas sekundėmis." +msgstr "maksimalus vienos plokštės sluoksniavimo laikas sekundėmis" msgid "No check" msgstr "Netikrinama" @@ -17328,7 +17178,7 @@ msgid "Export settings to a file." msgstr "Nustatymai eksportuojami į failą." msgid "Send progress to pipe" -msgstr "Siųsti pažangą į kanalą" +msgstr "Siųsti pažangą į kanalą." msgid "Send progress to pipe." msgstr "Siųsti pažangą į kanalą." @@ -17343,7 +17193,7 @@ msgid "Repetition count" msgstr "Pakartojimų skaičius" msgid "Repetition count of the whole model." -msgstr "Viso modelio pasikartojimų skaičius." +msgstr "Viso modelio pasikartojimų skaičius" msgid "Ensure on bed" msgstr "Užtikrinti ant pagrindo" @@ -17353,7 +17203,7 @@ msgid "" "default." msgstr "" "Pakelti daiktą virš pagrindo, kai jis iš dalies yra žemiau. Pagal " -"numatytuosius nustatymus išjungta." +"numatytuosius nustatymus išjungta" msgid "" "Arrange the supplied models in a plate and merge them in a single model in " @@ -17366,7 +17216,7 @@ msgid "Convert Unit" msgstr "Konvertuoti vienetus" msgid "Convert the units of model." -msgstr "Konvertuoti modelio matavimo vienetus." +msgstr "Konvertuoti modelio matavimo vienetus" msgid "Orient Options" msgstr "Orientacijos parinktys" @@ -17378,10 +17228,10 @@ msgid "Rotation angle around the Z axis in degrees." msgstr "Sukimosi kampas aplink Z ašį laipsniais." msgid "Rotate around X" -msgstr "Pasukti aplink X ašį" +msgstr "" msgid "Rotation angle around the X axis in degrees." -msgstr "Pasukimo kampas aplink X ašį laipsniais." +msgstr "" msgid "Rotate around Y" msgstr "Pasukti aplink Y" @@ -17390,71 +17240,71 @@ msgid "Rotation angle around the Y axis in degrees." msgstr "Sukimosi kampas aplink Y ašį laipsniais." msgid "Scale the model by a float factor." -msgstr "Modelio mastelio keitimas pagal kintamąjį koeficientą." +msgstr "Modelio mastelio keitimas pagal kintamąjį koeficientą" msgid "Load General Settings" msgstr "Įkelti bendruosius nustatymus" msgid "Load process/machine settings from the specified file." -msgstr "Įkelti proceso / mašinos nustatymus iš nurodyto failo." +msgstr "Įkelti proceso / mašinos nustatymus iš nurodyto failo" msgid "Load Filament Settings" msgstr "Įkelti gijų nustatymus" msgid "Load filament settings from the specified file list." -msgstr "Įkelti gijų nustatymus iš nurodyto failų sąrašo." +msgstr "Įkelti gijų nustatymus iš nurodyto failų sąrašo" msgid "Skip Objects" msgstr "Praleisti objektus" msgid "Skip some objects in this print." -msgstr "Praleisti kai kuriuos šio spausdinimo objektus." +msgstr "Praleisti kai kuriuos šio spausdinimo objektus" msgid "Clone Objects" msgstr "Klonuoti objektus" msgid "Clone objects in the load list." -msgstr "Įkrovos sąraše esančių objektų klonavimas." +msgstr "Įkrovos sąraše esančių objektų klonavimas" msgid "Load uptodate process/machine settings when using uptodate" -msgstr "Naudojant „Naujausius“, įkelkite naujausius proceso/mašinos nustatymus" +msgstr "" msgid "" "Load uptodate process/machine settings from the specified file when using " "uptodate." msgstr "" -"Įkelti \"naujausio\" proceso/įrenginio nustatymus iš nurodyto failo, kai " -"naudojamas \"naujausias\"." +"įkelti \"naujausio\" proceso/įrenginio nustatymus iš nurodyto failo, kai " +"naudojamas \"naujausias\"" msgid "Load uptodate filament settings when using uptodate" -msgstr "Naudojant „naujausius“, įkelkite naujausius gijos nustatymus" +msgstr "" msgid "" "Load uptodate filament settings from the specified file when using uptodate." msgstr "" -"Naudojant „naujausius“, įkelti naujausius gijų nustatymus iš nurodyto failo." +"naudojant „naujausius“, įkelti naujausius gijų nustatymus iš nurodyto failo." msgid "Downward machines check" -msgstr "Tolimesnių sąraše esančių mašinų patikra" +msgstr "" msgid "" "If enabled, check whether current machine downward compatible with the " "machines in the list." msgstr "" -"Jei įjungta, patikrinkite, ar dabartinė mašina yra suderinama su sąraše " +"jei įjungta, patikrinkite, ar dabartinė mašina yra suderinama su sąraše " "esančiomis mašinomis." msgid "downward machines settings" -msgstr "tolimesnių mašinų nustatymas" +msgstr "" msgid "The machine settings list needs to do downward checking." -msgstr "Mašinos nustatymų sąraše reikia atlikti žemyn einantį tikrinimą." +msgstr "mašinos nustatymų sąraše reikia atlikti žemyn einantį tikrinimą" msgid "Load assemble list" msgstr "Įkelti surinkimo sąrašą" msgid "Load assemble object list from config file." -msgstr "Surinkimo objektų sąrašo įkėlimas iš konfigūracijos failo." +msgstr "Surinkimo objektų sąrašo įkėlimas iš konfigūracijos failo" msgid "Data directory" msgstr "Duomenų katalogas" @@ -17478,8 +17328,8 @@ msgid "Debug level" msgstr "Derinimo lygis" msgid "" -"Sets debug logging level. 0:fatal, 1:error, 2:warning, 3:info, 4:debug, " -"5:trace\n" +"Sets debug logging level. 0:fatal, 1:error, 2:warning, 3:info, 4:debug, 5:" +"trace\n" msgstr "" "Nustato derinimo žurnalizavimo lygį. 0: mirtinas, 1: klaida, 2: įspėjimas, " "3: informacija, 4: derinimas, 5: sekimas\n" @@ -17495,13 +17345,13 @@ msgid "Load custom G-code" msgstr "Įkelti pasirinktinį G-kodą" msgid "Load custom G-code from json." -msgstr "Įkelti pasirinktinį G kodą iš json." +msgstr "" msgid "Load filament IDs" msgstr "Įkelti gijų ID" msgid "Load filament IDs for each object." -msgstr "Įkelkite kiekvieno objekto gijų identifikatorius." +msgstr "" msgid "Allow multiple colors on one plate" msgstr "Leisti skirtingas spalvas ant tos pačios plokštės" @@ -17529,43 +17379,42 @@ msgstr "Praleisti modifikuotus gkodus 3mf" msgid "Skip the modified G-code in 3mf from Printer or filament Presets." msgstr "" -"Praleiskite modifikuotą G kodą 3mf iš spausdintuvo arba gijos nustatymų." msgid "MakerLab name" msgstr "MakerLab pavadinimas" msgid "MakerLab name to generate this 3mf." -msgstr "„MakerLab“ pavadinimas šiam 3mf generuoti." +msgstr "„MakerLab“ pavadinimas šiam 3mf generuoti" msgid "MakerLab version" msgstr "„MakerLab“ versija" msgid "MakerLab version to generate this 3mf." -msgstr "„MakerLab“ versija šiam 3mf generuoti." +msgstr "„MakerLab“ versija šiam 3mf generuoti" msgid "metadata name list" msgstr "metaduomenų pavadinimų sąrašas" msgid "metadata name list added into 3mf." -msgstr "metaduomenų pavadinimų sąrašas įtrauktas į 3mf." +msgstr "metaduomenų pavadinimų sąrašas įtrauktas į 3mf" msgid "metadata value list" msgstr "metaduomenų reikšmių sąrašas" msgid "metadata value list added into 3mf." -msgstr "į 3mf įtrauktas metaduomenų reikšmių sąrašas." +msgstr "į 3mf įtrauktas metaduomenų reikšmių sąrašas" msgid "Allow 3mf with newer version to be sliced" -msgstr "Leisti 3mf su naujesne versija sluoksniuoti" +msgstr "" msgid "Allow 3mf with newer version to be sliced." -msgstr "Leisti sluoksniuoti 3mf su naujesne versija." +msgstr "Leisti sluoksniuoti 3mf su naujesne versija" msgid "Current Z-hop" -msgstr "Dabartinis z-šuolis" +msgstr "" msgid "Contains Z-hop present at the beginning of the custom G-code block." -msgstr "Turi z-šuolį, esantį pasirinktinio G-kodo bloko pradžioje." +msgstr "" msgid "" "Position of the extruder at the beginning of the custom G-code block. If the " @@ -17926,12 +17775,9 @@ msgid "" "is also fuzzy skin painted.\n" "XY Size compensation cannot be combined with fuzzy skin painting." msgstr "" -"Objektui įjungtas XY dydžio kompensavimas, kuris nebus naudojamas, nes jis " -"taip pat naudoja grublėtą paviršių.\n" -"XY dydžio kompensavimas negali būti derinamas su nelygiu paviršiumi." msgid "Object name" -msgstr "Objekto pavadinimas" +msgstr "" msgid "Support: generate contact points" msgstr "Atramos: generuoti kontaktinius taškus" @@ -17948,13 +17794,13 @@ msgstr "Pateikto failo nepavyko perskaityti, nes jis tuščias" msgid "" "Unknown file format. Input file must have .stl, .obj, .amf(.xml) extension." msgstr "" -"Nežinomas failo formatas. Įvesties failo plėtinys turi " -"būti .stl, .obj, .amf(.xml)." +"Nežinomas failo formatas. Įvesties failo plėtinys turi būti .stl, .obj, ." +"amf(.xml)." msgid "Unknown file format. Input file must have .3mf or .zip.amf extension." msgstr "" -"Nežinomas failo formatas. Įvesties failo plėtinys turi būti .3mf " -"arba .zip.amf." +"Nežinomas failo formatas. Įvesties failo plėtinys turi būti .3mf arba .zip." +"amf." msgid "load_obj: failed to parse" msgstr "load_obj: nepavyko apdoroti" @@ -18147,7 +17993,7 @@ msgid "The failed test result has been dropped." msgstr "Nepavykusio testo rezultatas buvo panaikintas." msgid "Flow Dynamics Calibration result has been saved to the printer." -msgstr "Srauto dinamikos kalibravimo rezultatas išsaugotas spausdintuve." +msgstr "Srauto dinamikos kalibravimo rezultatas išsaugotas spausdintuve" msgid "Internal Error" msgstr "Vidinė klaida" @@ -18156,10 +18002,10 @@ msgid "Please select at least one filament for calibration" msgstr "Kalibravimui pasirinkite bent vieną giją" msgid "Flow rate calibration result has been saved to preset." -msgstr "Srauto kalibravimo rezultatas įrašytas į profilį." +msgstr "Srauto kalibravimo rezultatas įrašytas į profilį" msgid "Max volumetric speed calibration result has been saved to preset." -msgstr "Maksimalaus tūrio greičio kalibravimo rezultatas įrašytas į profilį." +msgstr "Maksimalaus tūrio greičio kalibravimo rezultatas įrašytas į profilį" msgid "When do you need Flow Dynamics Calibration" msgstr "Kada jums reikia srauto dinamikos kalibravimo" @@ -18174,13 +18020,6 @@ msgid "" "3. If the max volumetric speed or print temperature is changed in the " "filament setting." msgstr "" -"Dabar pridėjome automatinį kalibravimą skirtingoms gijoms, kuris yra " -"visiškai automatizuotas, o rezultatas bus išsaugotas spausdintuve ateities " -"naudojimui. Kalibravimą reikia atlikti tik šiais ribotais atvejais:\n" -"1. Jei naudojate naują skirtingos markės/modelio giją arba gija yra drėgna;\n" -"2. Jei purkštukas yra susidėvėjęs arba pakeistas nauju;\n" -"3. Jei gijos nustatymuose pakeistas maksimalus tūrinis greitis arba " -"spausdinimo temperatūra." msgid "About this calibration" msgstr "Apie šį kalibravimą" @@ -18249,7 +18088,7 @@ msgstr "" "3. Prasta paviršiaus kokybė: Spausdinių paviršius atrodo šiurkštus arba " "nelygus.\n" "4. Silpnas struktūrinis vientisumas: Spaudiniai lengvai lūžta arba neatrodo " -"tokie tvirti, kokie turėtų būti" +"tokie tvirti, kokie turėtų būti." msgid "" "In addition, Flow Rate Calibration is crucial for foaming materials like LW-" @@ -18487,8 +18326,6 @@ msgid "" "together. Otherwise, the extruder and nozzle may be blocked or damaged " "during printing" msgstr "" -"Negalima spausdinti kelių skirtingos temperatūros gijų kartu. Priešingu " -"atveju, spausdinimo metu gali užsikimšti purkštukas arba sugesti ekstruderiai" msgid "Sync AMS and nozzle information" msgstr "" @@ -18645,6 +18482,12 @@ msgstr "Kableliais atskirtas spausdinimo pagreičių sąrašas" msgid "Comma-separated list of printing speeds" msgstr "Kableliais atskirtas spausdinimo greičių sąrašas" +msgid "Pressure Advance Guide" +msgstr "" + +msgid "Adaptive Pressure Advance Guide" +msgstr "" + msgid "" "Please input valid values:\n" "Start PA: >= 0.0\n" @@ -18692,6 +18535,9 @@ msgstr "Galutinė temp: " msgid "Temp step: " msgstr "Temp žingsnis: " +msgid "Wiki Guide: Temperature Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "Start temp: <= 350\n" @@ -18708,6 +18554,9 @@ msgstr "Pradinis tūrinis greitis: " msgid "End volumetric speed: " msgstr "Galinis tūrinis greitis: " +msgid "Wiki Guide: Volumetric Speed Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "start > 0\n" @@ -18728,6 +18577,9 @@ msgstr "Pradinis greitis: " msgid "End speed: " msgstr "Galinis greitis: " +msgid "Wiki Guide: VFA" +msgstr "" + msgid "" "Please input valid values:\n" "start > 10\n" @@ -18745,17 +18597,20 @@ msgstr "Pradinis įtraukimo ilgis: " msgid "End retraction length: " msgstr "Galinis įtraukimo ilgis: " +msgid "Wiki Guide: Retraction Calibration" +msgstr "" + msgid "Input shaping Frequency test" -msgstr "Įvesties formavimo dažnio testas" +msgstr "" msgid "Test model" -msgstr "Bandomasis modelis" +msgstr "" msgid "Ringing Tower" -msgstr "Bangavimo bokštas" +msgstr "" msgid "Fast Tower" -msgstr "Greitasis bokštas" +msgstr "" msgid "Input shaper type" msgstr "" @@ -18764,89 +18619,107 @@ msgid "Frequency (Start / End): " msgstr "" msgid "Start / End" -msgstr "Pradžia / Pabaiga" +msgstr "" msgid "Frequency settings" -msgstr "Dažnio nustatymai" +msgstr "" msgid "RepRap firmware uses the same frequency range for both axes." msgstr "" msgid "Damp: " -msgstr "Slopinimas: " +msgstr "" msgid "" "Recommended: Set Damp to 0.\n" "This will use the printer's default or saved value." msgstr "" +msgid "Wiki Guide: Input Shaping Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "(0 < FreqStart < FreqEnd < 500)" msgstr "" -"Įveskite tinkamas reikšmes:\n" -"(0 < FreqStart < FreqEnd < 500)" msgid "Please input a valid damping factor (0 < Damping/zeta factor <= 1)" msgstr "" -"Įveskite tinkamą slopinimo koeficientą (0 < slopinimas/zeta koeficientas <= " -"1)" msgid "Input shaping Damp test" -msgstr "Įvesties formavimas slopinimo bandymas" +msgstr "" msgid "Frequency: " msgstr "" msgid "Frequency" -msgstr "Dažnis" +msgstr "" msgid "Damp" -msgstr "Slopinimas" +msgstr "" msgid "RepRap firmware uses the same frequency for both axes." msgstr "" msgid "Note: Use previously calculated frequencies." -msgstr "Pastaba: Naudokite anksčiau apskaičiuotus dažnius." +msgstr "" msgid "" "Please input valid values:\n" "(0 < Freq < 500)" msgstr "" -"Įveskite tinkamas reikšmes:\n" -"(0 < Freq < 500)" msgid "" "Please input a valid damping factor (0 <= DampingStart < DampingEnd <= 1)" msgstr "" -"Įveskite galiojantį slopinimo koeficientą (0 <= Slopinimo pradžia < " -"Slopinimo pabaiga <= 1)" -msgid "Junction Deviation test" -msgstr "Jungties nuokrypio bandymas" +msgid "Cornering test" +msgstr "" -msgid "Start junction deviation: " -msgstr "Pradinis jungties nuokrypis: " +msgid "SCV-V2" +msgstr "" -msgid "End junction deviation: " -msgstr "Galinis jungties nuokrypis: " +msgid "Start: " +msgstr "" -msgid "Junction Deviation settings" -msgstr "Jungties nuokrypio nustatymai" +msgid "End: " +msgstr "" -msgid "Note: Lower values = sharper corners but slower speeds" -msgstr "Pastaba: mažesnės vertės = aštresni kampai, bet mažesnis greitis" +msgid "Cornering settings" +msgstr "" + +msgid "Note: Lower values = sharper corners but slower speeds.\n" +msgstr "" msgid "" -"Please input valid values:\n" -"(0 <= Junction Deviation < 1)" +"Marlin 2 Junction Deviation detected:\n" +"To test Classic Jerk, set 'Maximum Junction Deviation' in Motion ability to " +"0." msgstr "" -"Įveskite tinkamas reikšmes:\n" -"(0 <= Jungties nuokrypis < 1)" -msgid "NOTE: High values may cause Layer shift" -msgstr "PASTABA: Didelės vertės gali sukelti sluoksnio poslinkį" +msgid "" +"Marlin 2 Classic Jerk detected:\n" +"To test Junction Deviation, set 'Maximum Junction Deviation' in Motion " +"ability to a value > 0." +msgstr "" + +msgid "" +"RepRap detected: Jerk in mm/s.\n" +"OrcaSlicer will convert the values to mm/min when necessary." +msgstr "" + +msgid "Wiki Guide: Cornering Calibration" +msgstr "" + +#, c-format, boost-format +msgid "" +"Please input valid values:\n" +"(0 <= Cornering <= %s)" +msgstr "" + +#, c-format, boost-format +msgid "NOTE: High values may cause Layer shift (>%s)" +msgstr "" msgid "Send G-code to printer host" msgstr "Siųsti G-kodą tinkliniam spausdintuvui" @@ -19110,8 +18983,8 @@ msgstr "" "Ar norite jį perrašyti?" msgid "" -"We would rename the presets as \"Vendor Type Serial @printer you " -"selected\".\n" +"We would rename the presets as \"Vendor Type Serial @printer you selected" +"\".\n" "To add preset for more printers, please go to printer selection" msgstr "" "Būtų galima pervadinti iš anksto nustatytus nustatymus į \"Pardavėjo tipo " @@ -19391,9 +19264,6 @@ msgid "" "may have been opened by another program.\n" "Please close it and try again." msgstr "" -"Failas: %s\n" -"gali būti atidarytas kitoje programoje.\n" -"Uždarykite jį ir bandykite dar kartą." msgid "" "Printer and all the filament&&process presets that belongs to the printer.\n" @@ -19554,8 +19424,8 @@ msgid "nozzle size memorized: %d" msgstr "" msgid "" -"The size of nozzle type in preset is not consistent with memorized " -"nozzle.Did you change your nozzle lately ? " +"The size of nozzle type in preset is not consistent with memorized nozzle." +"Did you change your nozzle lately ? " msgstr "" #, c-format, boost-format @@ -19843,9 +19713,6 @@ msgid "" "height. This results in almost invisible layer lines and higher print " "quality but longer print time." msgstr "" -"Palyginti su numatytuoju 0,2 mm purkštuko profiliu, jo sluoksnio aukštis yra " -"mažesnis. Dėl to sluoksnių linijos yra beveik nematomos, o spausdinimo " -"kokybė yra geresnė, tačiau spausdinimo laikas yra ilgesnis." msgid "" "Compared with the default profile of a 0.2 mm nozzle, it has a smaller layer " @@ -19853,19 +19720,12 @@ msgid "" "Gyroid. This results in almost invisible layer lines and much higher print " "quality but much longer print time." msgstr "" -"Palyginti su numatytuoju 0,2 mm purkštuko profiliu, jis turi mažesnes " -"sluoksnių linijas, mažesnį greitį ir pagreitį, o reto užpildymo raštas yra " -"Gyroid. Dėl to sluoksnių linijos yra beveik nematomos, o spausdinimo kokybė " -"yra daug geresnė, tačiau spausdinimo laikas yra daug ilgesnis." msgid "" "Compared with the default profile of a 0.2 mm nozzle, it has a smaller layer " "height. This results in minimal layer lines and higher print quality but " "longer print time." msgstr "" -"Palyginti su numatytuoju 0,2 mm purkštuko profiliu, jo sluoksnio aukštis yra " -"mažesnis. Dėl to sluoksnių linijos yra minimalios, o spausdinimo kokybė " -"geresnė, tačiau spausdinimo laikas ilgesnis." msgid "" "Compared with the default profile of a 0.2 mm nozzle, it has a smaller layer " @@ -19882,8 +19742,6 @@ msgid "" "It has a normal layer height. This results in average layer lines and print " "quality. It is suitable for most printing cases." msgstr "" -"Jo sluoksnio aukštis yra normalus. Dėl to gaunamos vidutinės sluoksnio " -"linijos ir spausdinimo kokybė. Jis tinka daugumai spausdinimo atvejų." msgid "" "Compared with the default profile of a 0.4 mm nozzle, it has more wall loops " @@ -19929,9 +19787,9 @@ msgid "" "quality but much longer print time." msgstr "" "Palyginti su numatytuoju 0,4 mm purkštuko profiliu, jo sluoksnio aukštis " -"mažesnis, greitis ir pagreitis mažesni, o retas užpildymo raštas yra " -"\"Gyroid\". Taigi, dėl jo mažiau matomų sluoksnio linijų ir daug geresnė " -"spausdinimo kokybė, tačiau daug ilgesnis spausdinimo laikas." +"mažesnis, greitis ir pagreitis mažesni, o retas užpildymo raštas yra \"Gyroid" +"\". Taigi, dėl jo mažiau matomų sluoksnio linijų ir daug geresnė spausdinimo " +"kokybė, tačiau daug ilgesnis spausdinimo laikas." msgid "" "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer " @@ -19948,10 +19806,6 @@ msgid "" "Gyroid. This results in almost negligible layer lines and much higher print " "quality but much longer print time." msgstr "" -"Palyginti su numatytuoju 0,4 mm purkštuvo profiliu, jo sluoksnio aukštis yra " -"mažesnis, greitis ir pagreitis mažesni, o reto užpildymo raštas yra Gyroid. " -"Dėl to sluoksnių linijos yra beveik nepastebimos, o spausdinimo kokybė yra " -"daug geresnė, tačiau spausdinimo laikas yra daug ilgesnis." msgid "" "Compared with the default profile of a 0.4 mm nozzle, it has a smaller layer " @@ -20019,28 +19873,18 @@ msgid "" "It has a very big layer height. This results in very apparent layer lines, " "low print quality and shorter print time." msgstr "" -"Jo sluoksnio aukštis yra labai didelis. Dėl to sluoksnių linijos yra labai " -"ryškios, spausdinimo kokybė prasta, o spausdinimo laikas trumpesnis." msgid "" "Compared with the default profile of a 0.8 mm nozzle, it has a bigger layer " "height. This results in very apparent layer lines and much lower print " "quality, but shorter print time in some cases." msgstr "" -"Palyginti su numatytuoju 0,8 mm purkštuvo profiliu, jo sluoksnio aukštis yra " -"didesnis. Dėl to sluoksnių linijos yra labai aiškios, o spausdinimo kokybė " -"žymiai prastesnė, tačiau kai kuriais atvejais spausdinimo laikas yra " -"trumpesnis." msgid "" "Compared with the default profile of a 0.8 mm nozzle, it has a much bigger " "layer height. This results in extremely apparent layer lines and much lower " "print quality, but much shorter print time in some cases." msgstr "" -"Palyginti su numatytuoju 0,8 mm purkštuvo profiliu, jo sluoksnio aukštis yra " -"daug didesnis. Dėl to sluoksnių linijos tampa labai ryškios, o spausdinimo " -"kokybė – žymiai prastesnė, tačiau kai kuriais atvejais spausdinimo laikas " -"sutrumpėja." msgid "" "Compared with the default profile of a 0.8 mm nozzle, it has a slightly " @@ -20057,10 +19901,6 @@ msgid "" "height. This results in less but still apparent layer lines and slightly " "higher print quality but longer print time in some cases." msgstr "" -"Palyginti su numatytuoju 0,8 mm purkštuvo profiliu, jo sluoksnio aukštis yra " -"mažesnis. Dėl to sluoksnių linijos yra mažesnės, bet vis dar matomos, o " -"spausdinimo kokybė yra šiek tiek geresnė, tačiau kai kuriais atvejais " -"spausdinimo laikas yra ilgesnis." msgid "" "This is neither a commonly used filament, nor one of Bambu filaments, and it " @@ -20401,10 +20241,10 @@ msgstr "" "nustatykite." msgid "Serial connection to Flashforge is working correctly." -msgstr "Nuoseklusis ryšys su „Flashforge“ veikia tinkamai." +msgstr "" msgid "Could not connect to Flashforge via serial" -msgstr "Nepavyko prisijungti prie „Flashforge“ per nuoseklųjį prievadą" +msgstr "" msgid "The provided state is not correct." msgstr "Pateikta būsena neteisinga." @@ -20416,7 +20256,7 @@ msgid "Something unexpected happened when trying to log in, please try again." msgstr "Bandant prisijungti įvyko kažkas netikėto. Bandykite dar kartą." msgid "User cancelled." -msgstr "Vartotojas atšaukė." +msgstr "" msgid "Head diameter" msgstr "Galvutės skersmuo" @@ -20443,7 +20283,7 @@ msgid "Delete a brim ear" msgstr "Ištrinti krašto \"ausį\"" msgid "Adjust head diameter" -msgstr "Nustatykite galvutės skersmenį" +msgstr "" msgid "Adjust section view" msgstr "Pritaikyti sekcijos vaizdą" @@ -20456,10 +20296,10 @@ msgstr "" "nebus įjungtos!" msgid "Set the brim type of this object to \"painted\"" -msgstr "Nustatykite šio objekto krašto tipą kaip „pieštas“" +msgstr "" msgid " invalid brim ears" -msgstr " netinkamos krašto \"ausys\"" +msgstr "netinkamos krašto \"ausys\"" msgid "Brim Ears" msgstr "Krašto \"ausys\"" @@ -20619,9 +20459,6 @@ msgid "" "Did you know that Orca Slicer offers a wide range of keyboard shortcuts and " "3D scene operations?" msgstr "" -"Kaip naudoti klavišų kombinacijas\n" -"Ar žinojote, kad „Orca Slicer“ siūlo platų klavišų kombinacijų ir 3D scenos " -"operacijų pasirinkimą?" #: resources/data/hints.ini: [hint:Reverse on odd] msgid "" @@ -20667,8 +20504,6 @@ msgid "" "Auto-Arrange\n" "Did you know that you can auto-arrange all the objects in your project?" msgstr "" -"Automatinis išdėstymas\n" -"Ar žinojote, kad galite automatiškai išdėstyti visus savo projekto objektus?" #: resources/data/hints.ini: [hint:Auto-Orient] msgid "" @@ -20676,9 +20511,6 @@ msgid "" "Did you know that you can rotate objects to an optimal orientation for " "printing with a simple click?" msgstr "" -"Automatinis orientavimas\n" -"Ar žinojote, kad vienu paspaudimu galite pasukti objektus į optimalų " -"orientavimą spausdinimui?" #: resources/data/hints.ini: [hint:Lay on Face] msgid "" @@ -20867,9 +20699,6 @@ msgid "" "Did you know that you can set slicing parameters for all selected objects at " "once?" msgstr "" -"Nustatyti parametrus keliems objektams\n" -"Ar žinojote, kad galite nustatyti sluoksniavimo parametrus visiems " -"pasirinktiems objektams iš karto?" #: resources/data/hints.ini: [hint:Stack objects] msgid "" @@ -20885,9 +20714,6 @@ msgid "" "Did you know that you can save wasted filament by flushing it into support/" "objects/infill during filament change?" msgstr "" -"Išspausti į atramą/objektus/užpildą \n" -"Ar žinojote, kad galite sutaupyti eikvojamą giją, išspaudžiant ją į atramą/" -"objektus/užpildą keičiant giją?" #: resources/data/hints.ini: [hint:Improve strength] msgid "" @@ -20901,6 +20727,7 @@ msgstr "" #: resources/data/hints.ini: [hint:When do you need to print with the printer #: door opened] +#, fuzzy msgid "" "When do you need to print with the printer door opened?\n" "Did you know that opening the printer door can reduce the probability of " @@ -20920,10 +20747,6 @@ msgid "" "ABS, appropriately increasing the heatbed temperature can reduce the " "probability of warping?" msgstr "" -"Išvengti deformacijos\n" -"Ar žinojote, kad spausdinant medžiagas, kurios linkusios deformuotis, " -"pavyzdžiui, ABS, tinkamai padidinus kaitinimo pagrindo temperatūrą galima " -"sumažinti deformavimosi tikimybę." #~ msgid "AMS not connected" #~ msgstr "AMS neprijungta" @@ -20985,6 +20808,7 @@ msgstr "" #~ msgid "AMS Status" #~ msgstr "AMS būsena" +#, fuzzy #~ msgid "" #~ "The recommended minimum temperature is less than 190°C or the recommended " #~ "maximum temperature is greater than 300°C.\n" @@ -21067,24 +20891,6 @@ msgstr "" #~ msgid "Common" #~ msgstr "Pasikartojanti" -#~ msgid "" -#~ "The current chamber temperature or the target chamber temperature exceeds " -#~ "45℃. In order to avoid extruder clogging, low temperature filament (PLA/" -#~ "PETG/TPU) is not allowed to be loaded." -#~ msgstr "" -#~ "Dabartinė arba numatyta kameros temperatūra temperatūra viršija 45 °C. " -#~ "Siekiant išvengti ekstruderių užsikimšimo, negalima įdėti žemos " -#~ "temperatūros gijų (PLA/PETG/TPU)." - -#~ msgid "" -#~ "Low temperature filament (PLA/PETG/TPU) is loaded in the extruder. In " -#~ "order to avoid extruder clogging, it is not allowed to set the chamber " -#~ "temperature above 45℃." -#~ msgstr "" -#~ "Į ekstruderį įdedama žemos temperatūros gija (PLA/PETG/TPU). Siekiant " -#~ "išvengti ekstruderio užsikimšimo, kameros temperatūra neturi būti " -#~ "nustatoma aukštesnė nei 45 °C." - #~ msgid "Bambu PET-CF/PA6-CF is not supported by AMS." #~ msgstr "AMS nepalaiko Bambu PET-CF/PA6-CF." @@ -21136,7 +20942,7 @@ msgstr "" #~ msgstr "Vis dar įtraukiama" #~ msgid "Please select an AMS slot before calibration." -#~ msgstr "Prieš kalibruodami pasirinkite AMS lizdą." +#~ msgstr "Prieš kalibruodami pasirinkite AMS lizdą" #~ msgid "Can't start this without SD card." #~ msgstr "Negalima šito pradėti be SD kortelės." @@ -21202,6 +21008,15 @@ msgstr "" #~ msgid "General Settings" #~ msgstr "Bendri nustatymai" +#~ msgid "Login Region" +#~ msgstr "Prisijungimo regionas" + +#~ msgid "Stealth Mode" +#~ msgstr "Slaptas režimas" + +#~ msgid "Default Page" +#~ msgstr "Numatytas puslapis" + #~ msgid "Show \"Tip of the day\" notification after start" #~ msgstr "Pradėjus rodyti pranešimą „Dienos patarimas“" @@ -21227,6 +21042,10 @@ msgstr "" #~ msgstr "" #~ "Jei įjungtas, kiekvieną kartą pasikeitus gijai automatiškai perskaičiuoja" +#~ msgid "Multi-device Management (Take effect after restarting Orca Slicer)." +#~ msgstr "" +#~ "Kelių įrenginių valdymas (įsigalios tik po programos paleidimo iš naujo)." + #~ msgid "Auto arrange plate after object cloning" #~ msgstr "Automatinis plokštės išdėstymas po objekto klonavimo" @@ -21242,6 +21061,15 @@ msgstr "" #~ msgid "Associate URLs to OrcaSlicer" #~ msgstr "Susieti URL su Orca Slicer" +#~ msgid "Load Behaviour" +#~ msgstr "Įkelti elgseną" + +#~ msgid "No warnings when loading 3MF with modified G-code" +#~ msgstr "Nerodyti perspėjimų įkeliant 3MF su modifikuotais G-kodais" + +#~ msgid "Auto-Backup" +#~ msgstr "Automatinis atsarginis kopijavimas" + #~ msgid "every" #~ msgstr "kiekvienas" @@ -21251,6 +21079,9 @@ msgstr "" #~ msgid "Dark Mode" #~ msgstr "Tamsusis režimas" +#~ msgid "Enable Dark mode" +#~ msgstr "Įjungti tamsųjį režimą" + #~ msgid "Home page and daily tips" #~ msgstr "Pagrindinis puslapis ir dienos patarimai" @@ -21315,10 +21146,6 @@ msgstr "" #~ msgid "An SD card needs to be inserted to record timelapse." #~ msgstr "Norint įrašinėti pakadrinius video, reikia įdėti SD kortelę." -#, c-format, boost-format -#~ msgid "nozzle in preset: %.1f %s" -#~ msgstr "purkštukas nustatytas: %.1f %s" - #, c-format, boost-format #~ msgid "nozzle memorized: %.1f %s" #~ msgstr "įsimintas purkštukas: %.1f %s" @@ -21448,12 +21275,6 @@ msgstr "" #~ "3 veiksmas. Iš spausdintuvo pusės gaukite įrenginio SN; paprastai jį " #~ "rasite spausdintuvo ekrane esančioje įrenginio informacijoje." -#~ msgid "Laser 10 W" -#~ msgstr "Lazeris 10 W" - -#~ msgid "Laser 40 W" -#~ msgstr "Lazeris 40 W" - #~ msgid " is too close to others, there may be collisions when printing." #~ msgstr " yra per arti kitų, spausdinant gali įvykti susidūrimų." @@ -21463,8 +21284,8 @@ msgstr "" #~ "or damaged during printing." #~ msgstr "" #~ "Negalima kartu spausdinti kelių gijų, kurių temperatūrų skirtumai yra " -#~ "dideli. Priešingu atveju spausdinant gali užsikimšti purkštukas arba " -#~ "sugesti ekstruderis." +#~ "dideli. Priešingu atveju spausdinant gali užsikimšti arba sugesti " +#~ "ekstruderis ir purkštukas" #~ msgid "Ironing angle" #~ msgstr "Lyginimo kampas" @@ -21482,8 +21303,15 @@ msgstr "" #~ msgid "Remove small overhangs that possibly need no supports." #~ msgstr "Pašalinti nedideles iškyšas, kurioms galbūt nereikia atramų." -#~ msgid "Width of the brim." -#~ msgstr "Krašto plotis." +#~ msgid "Adaptive layer height" +#~ msgstr "Prisitaikantis sluoksnio aukštis" + +#~ msgid "" +#~ "Enabling this option means the height of tree support layer except the " +#~ "first will be automatically calculated." +#~ msgstr "" +#~ "Įjungus šią parinktį, medžio atraminio sluoksnio, išskyrus pirmąjį, " +#~ "aukštis bus apskaičiuojamas automatiškai. " #~ msgid "" #~ "Only one of the results with the same name will be saved. Are you sure " @@ -21506,19 +21334,9 @@ msgstr "" #~ "Galutinė temp: >= 170\n" #~ "Pradžios temp > Galutinė temp + 5)" -#~ msgid "" -#~ "Recommended: Set Damp to 0.\n" -#~ "This will use the printer's default or the last saved value." -#~ msgstr "" -#~ "Rekomenduojama: nustatykite „“Slopinimas“ į 0.\n" -#~ "Tai leis naudoti spausdintuvo numatytąją arba paskutinę išsaugotą vertę." - #~ msgid "The custom printer or model is not entered, please enter it." #~ msgstr "Pasirinktinis spausdintuvas arba modelis neįvestas, įveskite jį." -#~ msgid "BigTraffic" -#~ msgstr "Didelis srautas" - #, c-format, boost-format #~ msgid "nozzle in preset: %s %s" #~ msgstr "purkštukas parametre: %s %s" diff --git a/localization/i18n/nl/OrcaSlicer_nl.po b/localization/i18n/nl/OrcaSlicer_nl.po index 715849a956..1f2888ec41 100644 --- a/localization/i18n/nl/OrcaSlicer_nl.po +++ b/localization/i18n/nl/OrcaSlicer_nl.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: Orca Slicer\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-10-26 10:38+0800\n" +"POT-Creation-Date: 2025-10-29 11:23+0100\n" "PO-Revision-Date: \n" "Last-Translator: \n" "Language-Team: \n" @@ -1993,6 +1993,12 @@ msgstr "Vervangen door STL" msgid "Replace the selected part with new STL" msgstr "Vervang het geselecteerde onderdeel door een nieuwe STL" +msgid "Replace all with STL" +msgstr "" + +msgid "Replace all selected parts with STL from folder" +msgstr "" + msgid "Change filament" msgstr "Verander filament" @@ -2177,6 +2183,30 @@ msgstr "Verwijder printbed" msgid "Remove the selected plate" msgstr "Verwijder het huidige printbed" +msgid "Add instance" +msgstr "" + +msgid "Add one more instance of the selected object" +msgstr "" + +msgid "Remove instance" +msgstr "" + +msgid "Remove one instance of the selected object" +msgstr "" + +msgid "Set number of instances" +msgstr "" + +msgid "Change the number of instances of the selected object" +msgstr "" + +msgid "Fill bed with instances" +msgstr "" + +msgid "Fill the remaining area of bed with instances of the selected object" +msgstr "" + msgid "Clone" msgstr "Dupliceren" @@ -2702,9 +2732,9 @@ msgid "Top" msgstr "Bovenste" msgid "" -"The fan controls the temperature during printing to improve print " -"quality.The system automatically adjusts the fan's switch and speed " -"according to different printing materials." +"The fan controls the temperature during printing to improve print quality." +"The system automatically adjusts the fan's switch and speed according to " +"different printing materials." msgstr "" msgid "" @@ -2962,7 +2992,25 @@ msgstr "" msgid "Access code:%s IP address:%s" msgstr "" -msgid "Storage needs to be inserted before printing via LAN." +msgid "A Storage needs to be inserted before printing via LAN." +msgstr "" + +msgid "" +"Sending print job over LAN, but the Storage in the printer is abnormal and " +"print-issues may be caused by this." +msgstr "" + +msgid "" +"The Storage in the printer is abnormal. Please replace it with a normal " +"Storage before sending print job to printer." +msgstr "" + +msgid "" +"The Storage in the printer is read-only. Please replace it with a normal " +"Storage before sending print job to printer." +msgstr "" + +msgid "Encountered an unknown error with the Storage status. Please try again." msgstr "" msgid "Sending G-code file over LAN" @@ -2978,6 +3026,21 @@ msgstr "Succesvol verzonden. Sluit de huidige pagina in %s s" msgid "Storage needs to be inserted before sending to printer." msgstr "" +msgid "" +"Sending G-code file over LAN, but the Storage in the printer is abnormal and " +"print-issues may be caused by this." +msgstr "" + +msgid "" +"The Storage in the printer is abnormal. Please replace it with a normal " +"Storage before sending to printer." +msgstr "" + +msgid "" +"The Storage in the printer is read-only. Please replace it with a normal " +"Storage before sending to printer." +msgstr "" + msgid "Importing SLA archive" msgstr "" @@ -3852,6 +3915,7 @@ msgid "" "Reset to 0." msgstr "" +#, c-format, boost-format msgid "" "Lock depth should smaller than skin depth.\n" "Reset to 50% of skin depth." @@ -4820,7 +4884,7 @@ msgstr "Volume:" msgid "Size:" msgstr "Maat:" -#, boost-format +#, c-format, boost-format msgid "" "Conflicts of G-code paths have been found at layer %d, z = %.2lf mm. Please " "separate the conflicted objects farther (%s <-> %s)." @@ -5338,15 +5402,12 @@ msgstr "Retractietest" msgid "Max flowrate" msgstr "Max flowrate" -msgid "Junction Deviation" -msgstr "" - -msgid "Junction Deviation calibration" -msgstr "" - msgid "Cornering" msgstr "" +msgid "Cornering calibration" +msgstr "" + msgid "Input Shaping Frequency" msgstr "" @@ -6991,6 +7052,34 @@ msgstr "Selecteer een nieuw bestand" msgid "File for the replace wasn't selected" msgstr "Het bestand voor de vervanging is niet geselecteerd" +msgid "Select folder to replace from" +msgstr "" + +msgid "Directory for the replace wasn't selected" +msgstr "" + +msgid "Replaced with STLs from directory:\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: same file.\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: file does not exist.\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: failed to replace.\n" +msgstr "" + +#, boost-format +msgid "✔ Replaced %1%.\n" +msgstr "" + +msgid "Replaced volumes" +msgstr "" + msgid "Please select a file" msgstr "Selecteer een bestand" @@ -7465,13 +7554,13 @@ msgid "Home" msgstr "Thuis" msgid "Default page" -msgstr "Startpagina" +msgstr "" msgid "Set the page opened on startup." msgstr "Stel de pagina in die wordt geopend bij het opstarten." msgid "Enable dark mode" -msgstr "Donkere modus inschakelen" +msgstr "" msgid "Allow only one OrcaSlicer instance" msgstr "Sta slechts één OrcaSlicer-instantie toe" @@ -7534,7 +7623,7 @@ msgid "Add STL/STEP files to recent files list" msgstr "" msgid "Don't warn when loading 3MF with modified G-code" -msgstr "Geen waarschuwingen bij het laden van 3MF met aangepaste G-codes" +msgstr "" msgid "Show options when importing STEP file" msgstr "" @@ -7544,7 +7633,7 @@ msgid "" msgstr "" msgid "Auto backup" -msgstr "Automatisch een back-up maken" +msgstr "" msgid "" "Backup your project periodically for restoring from the occasional crash." @@ -7569,7 +7658,7 @@ msgid "Features" msgstr "" msgid "Multi device management" -msgstr "Beheer van meerdere apparaten" +msgstr "" msgid "" "With this option enabled, you can send a task to multiple devices at the " @@ -7676,10 +7765,10 @@ msgid "" msgstr "" msgid "Login region" -msgstr "Inlogregio" +msgstr "" msgid "Stealth mode" -msgstr "Stealth modus" +msgstr "" msgid "" "This stops the transmission of data to Bambu's cloud services. Users who " @@ -7690,7 +7779,7 @@ msgstr "" "gebruiken, kunnen deze functie veilig inschakelen." msgid "Network test" -msgstr "Netwerktest" +msgstr "" msgid "Test" msgstr "Test" @@ -7769,6 +7858,14 @@ msgid "" "difference together." msgstr "" +msgid "Allow Abnormal Storage" +msgstr "" + +msgid "" +"This allows the use of Storage that is marked as abnormal by the Printer.\n" +"Use at your own risk, can cause issues!" +msgstr "" + msgid "Log Level" msgstr "" @@ -8340,7 +8437,10 @@ msgid "" "information." msgstr "" -msgid "Storage is not available or is in read-only mode." +msgid "Storage needs to be inserted before printing via LAN." +msgstr "" + +msgid "Storage is in abnormal state or is in read-only mode." msgstr "" msgid "Storage needs to be inserted before printing." @@ -8728,8 +8828,8 @@ msgstr "" msgid "" "When recording timelapse without toolhead, it is recommended to add a " "\"Timelapse Wipe Tower\" \n" -"by right-click the empty position of build plate and choose \"Add " -"Primitive\"->\"Timelapse Wipe Tower\"." +"by right-click the empty position of build plate and choose \"Add Primitive" +"\"->\"Timelapse Wipe Tower\"." msgstr "" "Bij het opnemen van timelapse zonder toolhead is het aan te raden om een " "„Timelapse Wipe Tower” toe te voegen \n" @@ -9209,10 +9309,6 @@ msgstr "Afveegblok" msgid "Single extruder multi-material parameters" msgstr "Parameter voor multi-material met één extruder" -#, c-format, boost-format -msgid "Extruder %d" -msgstr "" - msgid "" "This is a single extruder multi-material printer, diameters of all extruders " "will be set to the new value. Do you want to proceed?" @@ -9695,6 +9791,9 @@ msgid "" "nozzle type." msgstr "" +msgid "Storage is not available or is in read-only mode." +msgstr "" + #, c-format, boost-format msgid "" "The selected printer (%s) is incompatible with the chosen printer profile in " @@ -12931,8 +13030,8 @@ msgid "mm/s² or %" msgstr "mm/s² of %" msgid "" -"Acceleration of sparse infill. If the value is expressed as a percentage " -"(e.g. 100%), it will be calculated based on the default acceleration." +"Acceleration of sparse infill. If the value is expressed as a percentage (e." +"g. 100%), it will be calculated based on the default acceleration." msgstr "" "Versnelling van de schaarse invulling. Als de waarde wordt uitgedrukt als " "een percentage (bijvoorbeeld 100%), wordt deze berekend op basis van de " @@ -12968,6 +13067,9 @@ msgstr "" msgid "Default jerk." msgstr "" +msgid "Junction Deviation" +msgstr "" + msgid "" "Marlin Firmware Junction Deviation (replaces the traditional XY Jerk " "setting)." @@ -13044,10 +13146,10 @@ msgstr "Volledige snelheid op laag" msgid "" "Fan speed will be ramped up linearly from zero at layer " -"\"close_fan_the_first_x_layers\" to maximum at layer " -"\"full_fan_speed_layer\". \"full_fan_speed_layer\" will be ignored if lower " -"than \"close_fan_the_first_x_layers\", in which case the fan will be running " -"at maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1." +"\"close_fan_the_first_x_layers\" to maximum at layer \"full_fan_speed_layer" +"\". \"full_fan_speed_layer\" will be ignored if lower than " +"\"close_fan_the_first_x_layers\", in which case the fan will be running at " +"maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1." msgstr "" msgid "layer" @@ -13896,7 +13998,9 @@ msgid "Maximum Junction Deviation" msgstr "" msgid "" -"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin Firmware)" +"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin " +"Firmware\n" +"If your Marlin 2 printer uses Classic Jerk set this value to 0.)" msgstr "" msgid "Minimum speed for extruding" @@ -14644,8 +14748,8 @@ msgid "Role base wipe speed" msgstr "" msgid "" -"The wipe speed is determined by the speed of the current extrusion role. " -"e.g. if a wipe action is executed immediately following an outer wall " +"The wipe speed is determined by the speed of the current extrusion role. e." +"g. if a wipe action is executed immediately following an outer wall " "extrusion, the speed of the outer wall extrusion will be utilized for the " "wipe action." msgstr "" @@ -15319,14 +15423,6 @@ msgid "" "needed." msgstr "" -msgid "Adaptive layer height" -msgstr "Adaptieve laaghoogte" - -msgid "" -"Enabling this option means the height of tree support layer except the first " -"will be automatically calculated." -msgstr "" - msgid "Auto brim width" msgstr "" @@ -15414,8 +15510,8 @@ msgstr "Temperatuurregeling activeren" msgid "" "Enable this option for automated chamber temperature control. This option " -"activates the emitting of an M191 command before the " -"\"machine_start_gcode\"\n" +"activates the emitting of an M191 command before the \"machine_start_gcode" +"\"\n" " which sets the chamber temperature and waits until it is reached. In " "addition, it emits an M141 command at the end of the print to turn off the " "chamber heater, if present.\n" @@ -15857,11 +15953,10 @@ msgid "" "Wipe tower is only compatible with relative mode. It is recommended on most " "printers. Default is checked." msgstr "" -"Relatieve extrusie wordt aanbevolen bij gebruik van de optie " -"\"label_objects\". Sommige extruders werken beter als deze optie niet is " -"aangevinkt (absolute extrusiemodus). Wipe tower is alleen compatibel met " -"relatieve modus. Het wordt aanbevolen op de meeste printers. Standaard is " -"aangevinkt" +"Relatieve extrusie wordt aanbevolen bij gebruik van de optie \"label_objects" +"\". Sommige extruders werken beter als deze optie niet is aangevinkt " +"(absolute extrusiemodus). Wipe tower is alleen compatibel met relatieve " +"modus. Het wordt aanbevolen op de meeste printers. Standaard is aangevinkt" msgid "" "Classic wall generator produces walls with constant extrusion width and for " @@ -16257,8 +16352,8 @@ msgid "Debug level" msgstr "Debuggen level" msgid "" -"Sets debug logging level. 0:fatal, 1:error, 2:warning, 3:info, 4:debug, " -"5:trace\n" +"Sets debug logging level. 0:fatal, 1:error, 2:warning, 3:info, 4:debug, 5:" +"trace\n" msgstr "" msgid "Enable timelapse for print" @@ -17315,6 +17410,12 @@ msgstr "" msgid "Comma-separated list of printing speeds" msgstr "" +msgid "Pressure Advance Guide" +msgstr "" + +msgid "Adaptive Pressure Advance Guide" +msgstr "" + msgid "" "Please input valid values:\n" "Start PA: >= 0.0\n" @@ -17362,6 +17463,9 @@ msgstr "Eindtemp:" msgid "Temp step: " msgstr "Temp stap:" +msgid "Wiki Guide: Temperature Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "Start temp: <= 350\n" @@ -17378,6 +17482,9 @@ msgstr "Volumetrische snelheid starten:" msgid "End volumetric speed: " msgstr "Volumetrische eindsnelheid:" +msgid "Wiki Guide: Volumetric Speed Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "start > 0\n" @@ -17394,6 +17501,9 @@ msgstr "Startsnelheid:" msgid "End speed: " msgstr "Eindsnelheid:" +msgid "Wiki Guide: VFA" +msgstr "" + msgid "" "Please input valid values:\n" "start > 10\n" @@ -17407,6 +17517,9 @@ msgstr "Begin terugtreklengte:" msgid "End retraction length: " msgstr "Beëindig terugtreklengte: " +msgid "Wiki Guide: Retraction Calibration" +msgstr "" + msgid "Input shaping Frequency test" msgstr "" @@ -17442,6 +17555,9 @@ msgid "" "This will use the printer's default or saved value." msgstr "" +msgid "Wiki Guide: Input Shaping Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "(0 < FreqStart < FreqEnd < 500)" @@ -17477,27 +17593,52 @@ msgid "" "Please input a valid damping factor (0 <= DampingStart < DampingEnd <= 1)" msgstr "" -msgid "Junction Deviation test" +msgid "Cornering test" msgstr "" -msgid "Start junction deviation: " +msgid "SCV-V2" msgstr "" -msgid "End junction deviation: " +msgid "Start: " msgstr "" -msgid "Junction Deviation settings" +msgid "End: " msgstr "" -msgid "Note: Lower values = sharper corners but slower speeds" +msgid "Cornering settings" +msgstr "" + +msgid "Note: Lower values = sharper corners but slower speeds.\n" msgstr "" msgid "" -"Please input valid values:\n" -"(0 <= Junction Deviation < 1)" +"Marlin 2 Junction Deviation detected:\n" +"To test Classic Jerk, set 'Maximum Junction Deviation' in Motion ability to " +"0." msgstr "" -msgid "NOTE: High values may cause Layer shift" +msgid "" +"Marlin 2 Classic Jerk detected:\n" +"To test Junction Deviation, set 'Maximum Junction Deviation' in Motion " +"ability to a value > 0." +msgstr "" + +msgid "" +"RepRap detected: Jerk in mm/s.\n" +"OrcaSlicer will convert the values to mm/min when necessary." +msgstr "" + +msgid "Wiki Guide: Cornering Calibration" +msgstr "" + +#, c-format, boost-format +msgid "" +"Please input valid values:\n" +"(0 <= Cornering <= %s)" +msgstr "" + +#, c-format, boost-format +msgid "NOTE: High values may cause Layer shift (>%s)" msgstr "" msgid "Send G-code to printer host" @@ -17759,8 +17900,8 @@ msgstr "" "Wil je het herschrijven?" msgid "" -"We would rename the presets as \"Vendor Type Serial @printer you " -"selected\".\n" +"We would rename the presets as \"Vendor Type Serial @printer you selected" +"\".\n" "To add preset for more printers, please go to printer selection" msgstr "" @@ -18184,8 +18325,8 @@ msgid "nozzle size memorized: %d" msgstr "" msgid "" -"The size of nozzle type in preset is not consistent with memorized " -"nozzle.Did you change your nozzle lately ? " +"The size of nozzle type in preset is not consistent with memorized nozzle." +"Did you change your nozzle lately ? " msgstr "" #, c-format, boost-format @@ -19666,6 +19807,15 @@ msgstr "" #~ msgid "General Settings" #~ msgstr "Algemene instellingen" +#~ msgid "Login Region" +#~ msgstr "Inlogregio" + +#~ msgid "Stealth Mode" +#~ msgstr "Stealth-modus" + +#~ msgid "Default Page" +#~ msgstr "Startpagina" + #~ msgid "Show \"Tip of the day\" notification after start" #~ msgstr "Toon de melding 'Tip van de dag' na het starten" @@ -19693,6 +19843,10 @@ msgstr "" #~ "Als dit is ingeschakeld, wordt er automatisch berekend telkens wanneer " #~ "het filament wordt verwisseld" +#~ msgid "Multi-device Management (Take effect after restarting Orca Slicer)." +#~ msgstr "" +#~ "Beheer van meerdere apparaten (Werkt nadat Orca opnieuw is opgestart)." + #~ msgid "Auto arrange plate after object cloning" #~ msgstr "" #~ "Automatische rangschikking van de plaat na het klonen van een object" @@ -19709,12 +19863,21 @@ msgstr "" #~ msgid "Associate URLs to OrcaSlicer" #~ msgstr "Koppel URL's aan OrcaSlicer" +#~ msgid "No warnings when loading 3MF with modified G-code" +#~ msgstr "Geen waarschuwingen bij het laden van 3MF met aangepaste G-codes" + +#~ msgid "Auto-Backup" +#~ msgstr "Automatisch een back-up maken" + #~ msgid "every" #~ msgstr "elke" #~ msgid "Dark Mode" #~ msgstr "Donkere modus" +#~ msgid "Enable Dark mode" +#~ msgstr "Donkere modus inschakelen" + #~ msgid "Home page and daily tips" #~ msgstr "Startpagina en dagelijkse tips" @@ -19858,6 +20021,9 @@ msgstr "" #~ msgid "Remove small overhangs that possibly need no supports." #~ msgstr "Verwijder kleine overstekken die mogelijk geen steun nodig hebben." +#~ msgid "Adaptive layer height" +#~ msgstr "Adaptieve laaghoogte" + #~ msgid "" #~ "Only one of the results with the same name will be saved. Are you sure " #~ "you want to overwrite the other results?" diff --git a/localization/i18n/pl/OrcaSlicer_pl.po b/localization/i18n/pl/OrcaSlicer_pl.po index fbcc833581..f9618e7d6c 100644 --- a/localization/i18n/pl/OrcaSlicer_pl.po +++ b/localization/i18n/pl/OrcaSlicer_pl.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: OrcaSlicer 2.3.0-rc\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-10-26 10:38+0800\n" +"POT-Creation-Date: 2025-10-29 11:23+0100\n" "PO-Revision-Date: \n" "Last-Translator: Krzysztof Morga <>\n" "Language-Team: \n" @@ -2031,6 +2031,12 @@ msgstr "Zamień na STL" msgid "Replace the selected part with new STL" msgstr "Zamień wybraną część na nowy plik STL" +msgid "Replace all with STL" +msgstr "" + +msgid "Replace all selected parts with STL from folder" +msgstr "" + msgid "Change filament" msgstr "Zmień filament" @@ -2212,6 +2218,30 @@ msgstr "Usuń płytę" msgid "Remove the selected plate" msgstr "Usuń wybraną płytę" +msgid "Add instance" +msgstr "" + +msgid "Add one more instance of the selected object" +msgstr "" + +msgid "Remove instance" +msgstr "" + +msgid "Remove one instance of the selected object" +msgstr "" + +msgid "Set number of instances" +msgstr "" + +msgid "Change the number of instances of the selected object" +msgstr "" + +msgid "Fill bed with instances" +msgstr "" + +msgid "Fill the remaining area of bed with instances of the selected object" +msgstr "" + msgid "Clone" msgstr "Powiel" @@ -2740,9 +2770,9 @@ msgid "Top" msgstr "Góra" msgid "" -"The fan controls the temperature during printing to improve print " -"quality.The system automatically adjusts the fan's switch and speed " -"according to different printing materials." +"The fan controls the temperature during printing to improve print quality." +"The system automatically adjusts the fan's switch and speed according to " +"different printing materials." msgstr "" msgid "" @@ -3011,7 +3041,25 @@ msgstr "Pomyślnie wysłano. Automatyczne przejście do następnej strony za %ss msgid "Access code:%s IP address:%s" msgstr "" -msgid "Storage needs to be inserted before printing via LAN." +msgid "A Storage needs to be inserted before printing via LAN." +msgstr "" + +msgid "" +"Sending print job over LAN, but the Storage in the printer is abnormal and " +"print-issues may be caused by this." +msgstr "" + +msgid "" +"The Storage in the printer is abnormal. Please replace it with a normal " +"Storage before sending print job to printer." +msgstr "" + +msgid "" +"The Storage in the printer is read-only. Please replace it with a normal " +"Storage before sending print job to printer." +msgstr "" + +msgid "Encountered an unknown error with the Storage status. Please try again." msgstr "" msgid "Sending G-code file over LAN" @@ -3027,6 +3075,21 @@ msgstr "Pomyślnie wysłano. Zamknięcie bieżącej strony za %ss" msgid "Storage needs to be inserted before sending to printer." msgstr "" +msgid "" +"Sending G-code file over LAN, but the Storage in the printer is abnormal and " +"print-issues may be caused by this." +msgstr "" + +msgid "" +"The Storage in the printer is abnormal. Please replace it with a normal " +"Storage before sending to printer." +msgstr "" + +msgid "" +"The Storage in the printer is read-only. Please replace it with a normal " +"Storage before sending to printer." +msgstr "" + msgid "Importing SLA archive" msgstr "Importowanie archiwum SLA" @@ -3926,6 +3989,7 @@ msgstr "" "seam_slope_start_height musi być mniejsza niż wysokość warstwy.\n" "Zresetuj do wartości 0" +#, c-format, boost-format msgid "" "Lock depth should smaller than skin depth.\n" "Reset to 50% of skin depth." @@ -4897,7 +4961,7 @@ msgstr "Objętość:" msgid "Size:" msgstr "Rozmiar:" -#, boost-format +#, c-format, boost-format msgid "" "Conflicts of G-code paths have been found at layer %d, z = %.2lf mm. Please " "separate the conflicted objects farther (%s <-> %s)." @@ -5420,15 +5484,12 @@ msgstr "Test retrakcji" msgid "Max flowrate" msgstr "Maksymalne natężenie przepływu" -msgid "Junction Deviation" -msgstr "" - -msgid "Junction Deviation calibration" -msgstr "" - msgid "Cornering" msgstr "" +msgid "Cornering calibration" +msgstr "" + msgid "Input Shaping Frequency" msgstr "" @@ -7105,6 +7166,34 @@ msgstr "Wybierz nowy plik" msgid "File for the replace wasn't selected" msgstr "Plik do zastąpienia nie został wybrany" +msgid "Select folder to replace from" +msgstr "" + +msgid "Directory for the replace wasn't selected" +msgstr "" + +msgid "Replaced with STLs from directory:\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: same file.\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: file does not exist.\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: failed to replace.\n" +msgstr "" + +#, boost-format +msgid "✔ Replaced %1%.\n" +msgstr "" + +msgid "Replaced volumes" +msgstr "" + msgid "Please select a file" msgstr "Proszę wybrać plik" @@ -7587,13 +7676,13 @@ msgid "Home" msgstr "Strona główna" msgid "Default page" -msgstr "Domyślna strona" +msgstr "" msgid "Set the page opened on startup." msgstr "Ustala stronę otwieraną po uruchomieniu programu." msgid "Enable dark mode" -msgstr "Włączenie trybu ciemnego" +msgstr "" msgid "Allow only one OrcaSlicer instance" msgstr "Zezwolenie na tylko jedną instancję programu" @@ -7641,7 +7730,7 @@ msgid "Load Geometry Only" msgstr "Wczytanie tylko geometrii" msgid "Load behaviour" -msgstr "Zachowanie przy wczytywaniu" +msgstr "" msgid "Should printer/filament/process settings be loaded when opening a .3mf?" msgstr "" @@ -7658,7 +7747,7 @@ msgid "Add STL/STEP files to recent files list" msgstr "" msgid "Don't warn when loading 3MF with modified G-code" -msgstr "Brak ostrzeżeń przy wczytywaniu plików 3MF z zmodyfikowanymi G-code" +msgstr "" msgid "Show options when importing STEP file" msgstr "" @@ -7668,7 +7757,7 @@ msgid "" msgstr "" msgid "Auto backup" -msgstr "Automatyczne tworzenie kopii zapasowej" +msgstr "" msgid "" "Backup your project periodically for restoring from the occasional crash." @@ -7693,7 +7782,7 @@ msgid "Features" msgstr "" msgid "Multi device management" -msgstr "Obsługiwanie wielu urządzeń" +msgstr "" msgid "" "With this option enabled, you can send a task to multiple devices at the " @@ -7797,10 +7886,10 @@ msgid "" msgstr "" msgid "Login region" -msgstr "Region logowania" +msgstr "" msgid "Stealth mode" -msgstr "Tryb niewidoczny" +msgstr "" msgid "" "This stops the transmission of data to Bambu's cloud services. Users who " @@ -7811,7 +7900,7 @@ msgstr "" "włączyć tę funkcję." msgid "Network test" -msgstr "Test sieci" +msgstr "" msgid "Test" msgstr "Test" @@ -7883,6 +7972,14 @@ msgid "" "difference together." msgstr "" +msgid "Allow Abnormal Storage" +msgstr "" + +msgid "" +"This allows the use of Storage that is marked as abnormal by the Printer.\n" +"Use at your own risk, can cause issues!" +msgstr "" + msgid "Log Level" msgstr "Poziom logowania" @@ -8451,7 +8548,10 @@ msgid "" "information." msgstr "" -msgid "Storage is not available or is in read-only mode." +msgid "Storage needs to be inserted before printing via LAN." +msgstr "" + +msgid "Storage is in abnormal state or is in read-only mode." msgstr "" msgid "Storage needs to be inserted before printing." @@ -8851,8 +8951,8 @@ msgstr "" msgid "" "When recording timelapse without toolhead, it is recommended to add a " "\"Timelapse Wipe Tower\" \n" -"by right-click the empty position of build plate and choose \"Add " -"Primitive\"->\"Timelapse Wipe Tower\"." +"by right-click the empty position of build plate and choose \"Add Primitive" +"\"->\"Timelapse Wipe Tower\"." msgstr "" "Podczas nagrywania timelapse bez głowicy drukującej zaleca się dodanie " "„Timelapse - Wieża czyszcząca” \n" @@ -9336,10 +9436,6 @@ msgstr "Wieża czyszcząca" msgid "Single extruder multi-material parameters" msgstr "Parametry pojedynczego extrudera wielomateriałowego" -#, c-format, boost-format -msgid "Extruder %d" -msgstr "" - msgid "" "This is a single extruder multi-material printer, diameters of all extruders " "will be set to the new value. Do you want to proceed?" @@ -9834,6 +9930,9 @@ msgid "" "nozzle type." msgstr "" +msgid "Storage is not available or is in read-only mode." +msgstr "" + #, c-format, boost-format msgid "" "The selected printer (%s) is incompatible with the chosen printer profile in " @@ -11151,8 +11250,8 @@ msgstr "" "Orca Slicer może przesyłać pliki G-code na hosta drukarki. To pole powinno " "zawierać nazwę hosta, adres IP lub URL hosta drukarki. Host drukowania za " "HAProxy z włączoną autoryzacją podstawową można uzyskać, wpisując nazwę " -"użytkownika i hasło w URL w następującym formacie: https://" -"username:password@your-octopi-address/" +"użytkownika i hasło w URL w następującym formacie: https://username:" +"password@your-octopi-address/" msgid "Device UI" msgstr "UI urządzenia" @@ -13596,8 +13695,8 @@ msgid "mm/s² or %" msgstr "mm/s² lub %" msgid "" -"Acceleration of sparse infill. If the value is expressed as a percentage " -"(e.g. 100%), it will be calculated based on the default acceleration." +"Acceleration of sparse infill. If the value is expressed as a percentage (e." +"g. 100%), it will be calculated based on the default acceleration." msgstr "" "Przyspieszenie na rzadkim wypełnieniu. Jeśli wartość jest wyrażona w " "procentach (np. 100%), będzie obliczana na podstawie domyślnego " @@ -13640,6 +13739,9 @@ msgstr "" msgid "Default jerk." msgstr "" +msgid "Junction Deviation" +msgstr "" + msgid "" "Marlin Firmware Junction Deviation (replaces the traditional XY Jerk " "setting)." @@ -13717,10 +13819,10 @@ msgstr "Pełna prędkość wentylatora na warstwie" msgid "" "Fan speed will be ramped up linearly from zero at layer " -"\"close_fan_the_first_x_layers\" to maximum at layer " -"\"full_fan_speed_layer\". \"full_fan_speed_layer\" will be ignored if lower " -"than \"close_fan_the_first_x_layers\", in which case the fan will be running " -"at maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1." +"\"close_fan_the_first_x_layers\" to maximum at layer \"full_fan_speed_layer" +"\". \"full_fan_speed_layer\" will be ignored if lower than " +"\"close_fan_the_first_x_layers\", in which case the fan will be running at " +"maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1." msgstr "" "Prędkość wentylatora będzie stopniowo zwiększana liniowo od zera na warstwie " "„close_fan_the_first_x_layers” do maksymalnej na warstwie " @@ -14688,7 +14790,9 @@ msgid "Maximum Junction Deviation" msgstr "" msgid "" -"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin Firmware)" +"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin " +"Firmware\n" +"If your Marlin 2 printer uses Classic Jerk set this value to 0.)" msgstr "" msgid "Minimum speed for extruding" @@ -15552,8 +15656,8 @@ msgid "Role base wipe speed" msgstr "Prędkość wycierania dyszy w oparciu o rolę ekstruzji" msgid "" -"The wipe speed is determined by the speed of the current extrusion role. " -"e.g. if a wipe action is executed immediately following an outer wall " +"The wipe speed is determined by the speed of the current extrusion role. e." +"g. if a wipe action is executed immediately following an outer wall " "extrusion, the speed of the outer wall extrusion will be utilized for the " "wipe action." msgstr "" @@ -16310,16 +16414,6 @@ msgstr "" "trudniejsze do usunięcia, dlatego zaleca się włączenie górnych łączników " "podpór zamiast wysokiej gęstości gałęzi, jeśli potrzebne są gęste podpory." -msgid "Adaptive layer height" -msgstr "Adaptacyjna wysokość warstwy" - -msgid "" -"Enabling this option means the height of tree support layer except the first " -"will be automatically calculated." -msgstr "" -"Włączenie tej opcji oznacza, że wysokość warstwy podpory drzewo, z wyjątkiem " -"pierwszej, zostanie automatycznie obliczona " - msgid "Auto brim width" msgstr "Automatyczna szerokość brimu" @@ -16414,8 +16508,8 @@ msgstr "Aktywuj kontrolę temperatury" msgid "" "Enable this option for automated chamber temperature control. This option " -"activates the emitting of an M191 command before the " -"\"machine_start_gcode\"\n" +"activates the emitting of an M191 command before the \"machine_start_gcode" +"\"\n" " which sets the chamber temperature and waits until it is reached. In " "addition, it emits an M141 command at the end of the print to turn off the " "chamber heater, if present.\n" @@ -17347,11 +17441,11 @@ msgid "Debug level" msgstr "Poziom debugowania" msgid "" -"Sets debug logging level. 0:fatal, 1:error, 2:warning, 3:info, 4:debug, " -"5:trace\n" +"Sets debug logging level. 0:fatal, 1:error, 2:warning, 3:info, 4:debug, 5:" +"trace\n" msgstr "" -"Ustawia poziom logowania debugowania. 0:fatal, 1:error, 2:warning, 3:info, " -"4:debug, 5:trace\n" +"Ustawia poziom logowania debugowania. 0:fatal, 1:error, 2:warning, 3:info, 4:" +"debug, 5:trace\n" msgid "Enable timelapse for print" msgstr "Włącz timelapse dla druku" @@ -17822,13 +17916,13 @@ msgstr "Dostarczony plik nie mógł być odczytany, ponieważ jest pusty" msgid "" "Unknown file format. Input file must have .stl, .obj, .amf(.xml) extension." msgstr "" -"Nieznany format pliku. Plik wejściowy musi mieć " -"rozszerzenie .stl, .obj, .amf(.xml)." +"Nieznany format pliku. Plik wejściowy musi mieć rozszerzenie .stl, .obj, ." +"amf(.xml)." msgid "Unknown file format. Input file must have .3mf or .zip.amf extension." msgstr "" -"Nieznany format pliku. Plik wejściowy musi mieć rozszerzenie .3mf " -"lub .zip.amf." +"Nieznany format pliku. Plik wejściowy musi mieć rozszerzenie .3mf lub .zip." +"amf." msgid "load_obj: failed to parse" msgstr "load_obj: nie udało się przetworzyć" @@ -18507,6 +18601,12 @@ msgstr "Wartości przyspieszenia oddzielona przecinkami" msgid "Comma-separated list of printing speeds" msgstr "Wartości prędkości druku oddzielona przecinkami" +msgid "Pressure Advance Guide" +msgstr "" + +msgid "Adaptive Pressure Advance Guide" +msgstr "" + msgid "" "Please input valid values:\n" "Start PA: >= 0.0\n" @@ -18554,6 +18654,9 @@ msgstr "Temp. końcowa: " msgid "Temp step: " msgstr "Krok temp.: " +msgid "Wiki Guide: Temperature Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "Start temp: <= 350\n" @@ -18570,6 +18673,9 @@ msgstr "Początkowa prędkość przepływu: " msgid "End volumetric speed: " msgstr "Końcowa prędkość przepływu: " +msgid "Wiki Guide: Volumetric Speed Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "start > 0\n" @@ -18590,6 +18696,9 @@ msgstr "Rozpocznij z prędkością: " msgid "End speed: " msgstr "Zakończ z prędkością: " +msgid "Wiki Guide: VFA" +msgstr "" + msgid "" "Please input valid values:\n" "start > 10\n" @@ -18607,6 +18716,9 @@ msgstr "Długość retrakcji na początku: " msgid "End retraction length: " msgstr "Długość retrakcji na końcu: " +msgid "Wiki Guide: Retraction Calibration" +msgstr "" + msgid "Input shaping Frequency test" msgstr "" @@ -18642,6 +18754,9 @@ msgid "" "This will use the printer's default or saved value." msgstr "" +msgid "Wiki Guide: Input Shaping Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "(0 < FreqStart < FreqEnd < 500)" @@ -18677,27 +18792,52 @@ msgid "" "Please input a valid damping factor (0 <= DampingStart < DampingEnd <= 1)" msgstr "" -msgid "Junction Deviation test" +msgid "Cornering test" msgstr "" -msgid "Start junction deviation: " +msgid "SCV-V2" msgstr "" -msgid "End junction deviation: " +msgid "Start: " msgstr "" -msgid "Junction Deviation settings" +msgid "End: " msgstr "" -msgid "Note: Lower values = sharper corners but slower speeds" +msgid "Cornering settings" +msgstr "" + +msgid "Note: Lower values = sharper corners but slower speeds.\n" msgstr "" msgid "" -"Please input valid values:\n" -"(0 <= Junction Deviation < 1)" +"Marlin 2 Junction Deviation detected:\n" +"To test Classic Jerk, set 'Maximum Junction Deviation' in Motion ability to " +"0." msgstr "" -msgid "NOTE: High values may cause Layer shift" +msgid "" +"Marlin 2 Classic Jerk detected:\n" +"To test Junction Deviation, set 'Maximum Junction Deviation' in Motion " +"ability to a value > 0." +msgstr "" + +msgid "" +"RepRap detected: Jerk in mm/s.\n" +"OrcaSlicer will convert the values to mm/min when necessary." +msgstr "" + +msgid "Wiki Guide: Cornering Calibration" +msgstr "" + +#, c-format, boost-format +msgid "" +"Please input valid values:\n" +"(0 <= Cornering <= %s)" +msgstr "" + +#, c-format, boost-format +msgid "NOTE: High values may cause Layer shift (>%s)" msgstr "" msgid "Send G-code to printer host" @@ -18964,8 +19104,8 @@ msgstr "" "Czy zastąpić go?" msgid "" -"We would rename the presets as \"Vendor Type Serial @printer you " -"selected\".\n" +"We would rename the presets as \"Vendor Type Serial @printer you selected" +"\".\n" "To add preset for more printers, please go to printer selection" msgstr "" "Nazwa profilu zostanie zmieniona na „Dostawca Typ Seria @nazwa drukarki, " @@ -19401,8 +19541,8 @@ msgid "nozzle size memorized: %d" msgstr "" msgid "" -"The size of nozzle type in preset is not consistent with memorized " -"nozzle.Did you change your nozzle lately ? " +"The size of nozzle type in preset is not consistent with memorized nozzle." +"Did you change your nozzle lately ? " msgstr "" #, c-format, boost-format @@ -21039,6 +21179,15 @@ msgstr "" #~ msgid "General Settings" #~ msgstr "Ustawienia ogólne" +#~ msgid "Login Region" +#~ msgstr "Region logowania" + +#~ msgid "Stealth Mode" +#~ msgstr "Tryb niewidoczny" + +#~ msgid "Default Page" +#~ msgstr "Domyślna strona" + #~ msgid "Show \"Tip of the day\" notification after start" #~ msgstr "Wyświetlanie powiadomienia „Porada dnia” po uruchomieniu" @@ -21064,6 +21213,10 @@ msgstr "" #~ "Jeśli ta opcja jest włączona, automatycznie obliczaj za każdym razem, gdy " #~ "zmieniany jest filament." +#~ msgid "Multi-device Management (Take effect after restarting Orca Slicer)." +#~ msgstr "" +#~ "Obsługiwanie wielu urządzeń (wymaga ponownego uruchomienia programu)" + #~ msgid "Auto arrange plate after object cloning" #~ msgstr "Automatyczne rozmieszcza obiekty na płycie po ich powieleniu" @@ -21079,6 +21232,15 @@ msgstr "" #~ msgid "Associate URLs to OrcaSlicer" #~ msgstr "Powiąż URL z OrcaSlicer" +#~ msgid "Load Behaviour" +#~ msgstr "Zachowanie przy wczytywaniu" + +#~ msgid "No warnings when loading 3MF with modified G-code" +#~ msgstr "Brak ostrzeżeń przy wczytywaniu plików 3MF z zmodyfikowanymi G-code" + +#~ msgid "Auto-Backup" +#~ msgstr "Automatyczne tworzenie kopii zapasowej" + #~ msgid "every" #~ msgstr "co" @@ -21088,6 +21250,9 @@ msgstr "" #~ msgid "Dark Mode" #~ msgstr "Tryb ciemny" +#~ msgid "Enable Dark mode" +#~ msgstr "Włączenie trybu ciemnego" + #~ msgid "Home page and daily tips" #~ msgstr "Strona główna i porada dnia" @@ -21312,6 +21477,16 @@ msgstr "" #~ msgid "Remove small overhangs that possibly need no supports." #~ msgstr "Usuń małe nawisy, które prawdopodobnie nie wymagają podpór." +#~ msgid "Adaptive layer height" +#~ msgstr "Adaptacyjna wysokość warstwy" + +#~ msgid "" +#~ "Enabling this option means the height of tree support layer except the " +#~ "first will be automatically calculated." +#~ msgstr "" +#~ "Włączenie tej opcji oznacza, że wysokość warstwy podpory drzewo, z " +#~ "wyjątkiem pierwszej, zostanie automatycznie obliczona " + #~ msgid "" #~ "Only one of the results with the same name will be saved. Are you sure " #~ "you want to overwrite the other results?" @@ -22295,8 +22470,8 @@ msgstr "" #~ "\n" #~ "Jednakże w mocno pochylonych lub zakrzywionych modelach, zwłaszcza przy " #~ "niskiej gęstości struktury wypełnienia, może to prowadzić do wywijania " -#~ "się niewspieranej struktury wypełnienia, co powoduje efekt " -#~ "\"pillowing\".\n" +#~ "się niewspieranej struktury wypełnienia, co powoduje efekt \"pillowing" +#~ "\".\n" #~ "\n" #~ "Włączenie tej opcji spowoduje drukowanie wewnętrznej warstwy mostka nad " #~ "nieco niewspieraną wewnętrzną strukturą wypełnienia. Poniższe opcje " @@ -23604,8 +23779,8 @@ msgstr "" #~ "Elevation is too low for object. Use the \"Pad around object\" feature to " #~ "print the object without elevation." #~ msgstr "" -#~ "Podniesienie zbyt małe dla modelu. Użyj funkcji \"Podkładka wokół " -#~ "modelu\", aby wydrukować model bez podniesienia." +#~ "Podniesienie zbyt małe dla modelu. Użyj funkcji \"Podkładka wokół modelu" +#~ "\", aby wydrukować model bez podniesienia." #~ msgid "" #~ "The endings of the support pillars will be deployed on the gap between " diff --git a/localization/i18n/pt_BR/OrcaSlicer_pt_BR.po b/localization/i18n/pt_BR/OrcaSlicer_pt_BR.po index dcf70add2e..62a5365a04 100644 --- a/localization/i18n/pt_BR/OrcaSlicer_pt_BR.po +++ b/localization/i18n/pt_BR/OrcaSlicer_pt_BR.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: Orca Slicer\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-10-26 10:38+0800\n" -"PO-Revision-Date: 2025-10-05 10:08-0300\n" +"POT-Creation-Date: 2025-10-29 11:23+0100\n" +"PO-Revision-Date: 2025-08-13 10:05-0300\n" "Last-Translator: Alexandre Folle de Menezes\n" "Language-Team: Portuguese, Brazilian\n" "Language: pt_BR\n" @@ -360,10 +360,10 @@ msgid "Part selection" msgstr "Seleção de peça" msgid "Fixed step drag" -msgstr "Arrasto de passo fixo" +msgstr "" msgid "Single sided scaling" -msgstr "Escala unilateral" +msgstr "" msgid "Position" msgstr "Posição" @@ -1666,7 +1666,7 @@ msgstr "Tempo de execução WebView2" #, c-format, boost-format msgid "Resources path does not exist or is not a directory: %s" -msgstr "O caminho dos recursos não existe ou não é um diretório: %s" +msgstr "" #, c-format, boost-format msgid "" @@ -2038,6 +2038,12 @@ msgstr "Substituir por STL" msgid "Replace the selected part with new STL" msgstr "Substituir a peça selecionada por novo STL" +msgid "Replace all with STL" +msgstr "" + +msgid "Replace all selected parts with STL from folder" +msgstr "" + msgid "Change filament" msgstr "Alterar filamento" @@ -2220,6 +2226,30 @@ msgstr "Apagar Placa" msgid "Remove the selected plate" msgstr "Remover a placa selecionada" +msgid "Add instance" +msgstr "" + +msgid "Add one more instance of the selected object" +msgstr "" + +msgid "Remove instance" +msgstr "" + +msgid "Remove one instance of the selected object" +msgstr "" + +msgid "Set number of instances" +msgstr "" + +msgid "Change the number of instances of the selected object" +msgstr "" + +msgid "Fill bed with instances" +msgstr "" + +msgid "Fill the remaining area of bed with instances of the selected object" +msgstr "" + msgid "Clone" msgstr "Clonar" @@ -2740,9 +2770,9 @@ msgid "Top" msgstr "Topo" msgid "" -"The fan controls the temperature during printing to improve print " -"quality.The system automatically adjusts the fan's switch and speed " -"according to different printing materials." +"The fan controls the temperature during printing to improve print quality." +"The system automatically adjusts the fan's switch and speed according to " +"different printing materials." msgstr "" msgid "" @@ -3012,7 +3042,25 @@ msgstr "" msgid "Access code:%s IP address:%s" msgstr "Código de acesso:%s Endereço IP:%s" -msgid "Storage needs to be inserted before printing via LAN." +msgid "A Storage needs to be inserted before printing via LAN." +msgstr "" + +msgid "" +"Sending print job over LAN, but the Storage in the printer is abnormal and " +"print-issues may be caused by this." +msgstr "" + +msgid "" +"The Storage in the printer is abnormal. Please replace it with a normal " +"Storage before sending print job to printer." +msgstr "" + +msgid "" +"The Storage in the printer is read-only. Please replace it with a normal " +"Storage before sending print job to printer." +msgstr "" + +msgid "Encountered an unknown error with the Storage status. Please try again." msgstr "" msgid "Sending G-code file over LAN" @@ -3028,6 +3076,21 @@ msgstr "Enviado com sucesso. Feche a página atual em %s s" msgid "Storage needs to be inserted before sending to printer." msgstr "" +msgid "" +"Sending G-code file over LAN, but the Storage in the printer is abnormal and " +"print-issues may be caused by this." +msgstr "" + +msgid "" +"The Storage in the printer is abnormal. Please replace it with a normal " +"Storage before sending to printer." +msgstr "" + +msgid "" +"The Storage in the printer is read-only. Please replace it with a normal " +"Storage before sending to printer." +msgstr "" + msgid "Importing SLA archive" msgstr "Importando arquivo SLA" @@ -3929,6 +3992,7 @@ msgstr "" "seam_slope_start_height precisa ser menor que layer_height.\n" "Redefinir para 0." +#, fuzzy, c-format, boost-format msgid "" "Lock depth should smaller than skin depth.\n" "Reset to 50% of skin depth." @@ -4915,7 +4979,7 @@ msgstr "Volume:" msgid "Size:" msgstr "Tamanho:" -#, boost-format +#, c-format, boost-format msgid "" "Conflicts of G-code paths have been found at layer %d, z = %.2lf mm. Please " "separate the conflicted objects farther (%s <-> %s)." @@ -5437,15 +5501,12 @@ msgstr "Teste de retração" msgid "Max flowrate" msgstr "Fluxo máximo" -msgid "Junction Deviation" -msgstr "Desvio de Junção" - -msgid "Junction Deviation calibration" -msgstr "Calibração do Desvio de Junção" - msgid "Cornering" msgstr "" +msgid "Cornering calibration" +msgstr "" + msgid "Input Shaping Frequency" msgstr "Frequência da Modelagem de Entrada" @@ -6927,17 +6988,11 @@ msgid "" "rotation template settings that may not work properly with your current " "infill pattern. This could result in weak support or print quality issues." msgstr "" -"Este projeto foi criado com um OrcaSlicer 2.3.1-alpha e usa configurações de " -"gabarito de rotação de preenchimento que podem não funcionar corretamente " -"com o seu padrão de preenchimento atual. Isso pode resultar em suporte fraco " -"ou problemas de qualidade de impressão." msgid "" "Would you like OrcaSlicer to automatically fix this by clearing the rotation " "template settings?" msgstr "" -"Você gostaria que o OrcaSlicer corrigisse isso automaticamente limpando as " -"configurações do gabarito de rotação?" #, c-format, boost-format msgid "" @@ -7129,6 +7184,34 @@ msgstr "Selecione um novo arquivo" msgid "File for the replace wasn't selected" msgstr "O arquivo para a substituição não foi selecionado" +msgid "Select folder to replace from" +msgstr "" + +msgid "Directory for the replace wasn't selected" +msgstr "" + +msgid "Replaced with STLs from directory:\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: same file.\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: file does not exist.\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: failed to replace.\n" +msgstr "" + +#, boost-format +msgid "✔ Replaced %1%.\n" +msgstr "" + +msgid "Replaced volumes" +msgstr "" + msgid "Please select a file" msgstr "Por favor, selecione um arquivo" @@ -7614,13 +7697,13 @@ msgid "Home" msgstr "Início" msgid "Default page" -msgstr "Página padrão" +msgstr "" msgid "Set the page opened on startup." msgstr "Define a página aberta na inicialização." msgid "Enable dark mode" -msgstr "Ativar modo escuro" +msgstr "" msgid "Allow only one OrcaSlicer instance" msgstr "Permitir apenas uma instância do OrcaSlicer" @@ -7668,7 +7751,7 @@ msgid "Load Geometry Only" msgstr "Carregar Apenas Geometria" msgid "Load behaviour" -msgstr "Comportamento de carregamento" +msgstr "" msgid "Should printer/filament/process settings be loaded when opening a .3mf?" msgstr "" @@ -7682,24 +7765,20 @@ msgid "Maximum count of recent files" msgstr "Contagem máxima de arquivos recentes" msgid "Add STL/STEP files to recent files list" -msgstr "Adicionar arquivos de modelo STL/STEP à lista de arquivos recentes" +msgstr "" msgid "Don't warn when loading 3MF with modified G-code" -msgstr "Sem avisos ao carregar 3MF com G-code modificado" +msgstr "" msgid "Show options when importing STEP file" msgstr "" -"Mostrar a caixa de diálogo de configuração dos parâmetros da malha de " -"degraus." msgid "" "If enabled,a parameter settings dialog will appear during STEP file import." msgstr "" -"Se ativo, uma caixa de diálogo de configurações de parâmetros será exibida " -"durante a importação do arquivo STEP." msgid "Auto backup" -msgstr "Backup automático" +msgstr "" msgid "" "Backup your project periodically for restoring from the occasional crash." @@ -7724,7 +7803,7 @@ msgid "Features" msgstr "" msgid "Multi device management" -msgstr "Gerenciamento de multi dispositivos" +msgstr "" msgid "" "With this option enabled, you can send a task to multiple devices at the " @@ -7831,10 +7910,10 @@ msgid "" msgstr "" msgid "Login region" -msgstr "Região de login" +msgstr "" msgid "Stealth mode" -msgstr "Modo oculto" +msgstr "" msgid "" "This stops the transmission of data to Bambu's cloud services. Users who " @@ -7845,7 +7924,7 @@ msgstr "" "função com segurança." msgid "Network test" -msgstr "Teste de Rede" +msgstr "" msgid "Test" msgstr "Testar" @@ -7871,7 +7950,7 @@ msgid "Enable network plugin" msgstr "Ativar plugin de rede" msgid "Use legacy network plugin" -msgstr "Usar o plugin de rede legado" +msgstr "" msgid "" "Disable to use latest network plugin that supports new BambuLab firmwares." @@ -7901,8 +7980,8 @@ msgstr "Associar arquivos .step/.stp ao OrcaSlicer" msgid "If enabled, sets OrcaSlicer as default application to open .step files" msgstr "" -"Se ativado, define OrcaSlicer como aplicativo padrão para abrir " -"arquivos .step" +"Se ativado, define OrcaSlicer como aplicativo padrão para abrir arquivos ." +"step" msgid "Associate web links to OrcaSlicer" msgstr "Associar links da web ao OrcaSlicer" @@ -7924,6 +8003,14 @@ msgid "" "difference together." msgstr "" +msgid "Allow Abnormal Storage" +msgstr "" + +msgid "" +"This allows the use of Storage that is marked as abnormal by the Printer.\n" +"Use at your own risk, can cause issues!" +msgstr "" + msgid "Log Level" msgstr "Nível de log" @@ -8498,7 +8585,10 @@ msgid "" "information." msgstr "" -msgid "Storage is not available or is in read-only mode." +msgid "Storage needs to be inserted before printing via LAN." +msgstr "" + +msgid "Storage is in abnormal state or is in read-only mode." msgstr "" msgid "Storage needs to be inserted before printing." @@ -8919,8 +9009,8 @@ msgstr "" msgid "" "When recording timelapse without toolhead, it is recommended to add a " "\"Timelapse Wipe Tower\" \n" -"by right-click the empty position of build plate and choose \"Add " -"Primitive\"->\"Timelapse Wipe Tower\"." +"by right-click the empty position of build plate and choose \"Add Primitive" +"\"->\"Timelapse Wipe Tower\"." msgstr "" "Ao gravar um timelapse sem o hotend aparecer, é recomendável adicionar uma " "\"Torre de Limpeza para Timelapse\" \n" @@ -9072,7 +9162,7 @@ msgid "Support filament" msgstr "Filamento de suporte" msgid "Support ironing" -msgstr "Passar a ferro nos suportes" +msgstr "" msgid "Tree supports" msgstr "Suportes de árvore" @@ -9406,10 +9496,6 @@ msgstr "Torre de limpeza" msgid "Single extruder multi-material parameters" msgstr "Parâmetros multimateriais de extrusora única" -#, c-format, boost-format -msgid "Extruder %d" -msgstr "Extrusora %d" - msgid "" "This is a single extruder multi-material printer, diameters of all extruders " "will be set to the new value. Do you want to proceed?" @@ -9909,6 +9995,9 @@ msgid "" "nozzle type." msgstr "" +msgid "Storage is not available or is in read-only mode." +msgstr "" + #, c-format, boost-format msgid "" "The selected printer (%s) is incompatible with the chosen printer profile in " @@ -13608,12 +13697,11 @@ msgstr "" "Zero é vertical." msgid "Infill overhang angle" -msgstr "Ângulo de saliência do preenchimento" +msgstr "" msgid "" "The angle of the infill angled lines. 60° will result in a pure honeycomb." msgstr "" -"O ângulo das linhas de preenchimento. 60° resultará em um favo de mel puro." msgid "Sparse infill anchor length" msgstr "Comprimento da âncora de preenchimento esparso" @@ -13707,8 +13795,8 @@ msgid "mm/s² or %" msgstr "mm/s² ou %" msgid "" -"Acceleration of sparse infill. If the value is expressed as a percentage " -"(e.g. 100%), it will be calculated based on the default acceleration." +"Acceleration of sparse infill. If the value is expressed as a percentage (e." +"g. 100%), it will be calculated based on the default acceleration." msgstr "" "Aceleração do preenchimento esparso. Se o valor for expresso como uma " "porcentagem (por exemplo, 100%), será calculado com base na aceleração " @@ -13748,6 +13836,9 @@ msgstr "" msgid "Default jerk." msgstr "Jerk padrão." +msgid "Junction Deviation" +msgstr "Desvio de Junção" + msgid "" "Marlin Firmware Junction Deviation (replaces the traditional XY Jerk " "setting)." @@ -13828,10 +13919,10 @@ msgstr "Velocidade total do ventilador na camada" msgid "" "Fan speed will be ramped up linearly from zero at layer " -"\"close_fan_the_first_x_layers\" to maximum at layer " -"\"full_fan_speed_layer\". \"full_fan_speed_layer\" will be ignored if lower " -"than \"close_fan_the_first_x_layers\", in which case the fan will be running " -"at maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1." +"\"close_fan_the_first_x_layers\" to maximum at layer \"full_fan_speed_layer" +"\". \"full_fan_speed_layer\" will be ignored if lower than " +"\"close_fan_the_first_x_layers\", in which case the fan will be running at " +"maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1." msgstr "" "A velocidade do ventilador aumentará linearmente de zero na camada " "\"close_fan_the_first_x_layers\" para o máximo na camada " @@ -13882,7 +13973,7 @@ msgstr "" "por um período prolongado de tempo." msgid "Ironing fan speed" -msgstr "Velocidade do ventilador para passar a ferro" +msgstr "" msgid "" "This part cooling fan speed is applied when ironing. Setting this parameter " @@ -13980,10 +14071,10 @@ msgstr "" "tempo, a largura da extrusão para uma camada específica também não deve ser " "inferior a um determinado nível. Geralmente, é igual a 15-25%% da altura da " "camada. Portanto, a espessura máxima da camada fuzzy com uma largura de " -"perímetro de 0,4 mm e uma altura de camada de 0,2 mm será 0,4-" -"(0,2*0,25)=±0,35 mm! Se você inserir um parâmetro maior que esse, o erro " -"Flow::spacing() será exibido e o modelo não será fatiado. Você pode escolher " -"este número até que o erro se repita." +"perímetro de 0,4 mm e uma altura de camada de 0,2 mm será 0,4-(0,2*0,25)=" +"±0,35 mm! Se você inserir um parâmetro maior que esse, o erro Flow::" +"spacing() será exibido e o modelo não será fatiado. Você pode escolher este " +"número até que o erro se repita." msgid "Displacement" msgstr "Deslocamento" @@ -14863,10 +14954,10 @@ msgid "Maximum Junction Deviation" msgstr "Desvio de Junção Máximo" msgid "" -"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin Firmware)" +"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin " +"Firmware\n" +"If your Marlin 2 printer uses Classic Jerk set this value to 0.)" msgstr "" -"Desvio de junção máximo (M205 J, aplicável apenas se JD > 0 para Firmware " -"Marlin)" msgid "Minimum speed for extruding" msgstr "Velocidade mínima para extrusão" @@ -15739,8 +15830,8 @@ msgid "Role base wipe speed" msgstr "Velocidade de limpeza baseada na função" msgid "" -"The wipe speed is determined by the speed of the current extrusion role. " -"e.g. if a wipe action is executed immediately following an outer wall " +"The wipe speed is determined by the speed of the current extrusion role. e." +"g. if a wipe action is executed immediately following an outer wall " "extrusion, the speed of the outer wall extrusion will be utilized for the " "wipe action." msgstr "" @@ -16502,16 +16593,6 @@ msgstr "" "interfaces superiores de suporte em vez de um valor de densidade de ramo " "alto se forem necessárias interfaces densas." -msgid "Adaptive layer height" -msgstr "Altura de camada adaptativa" - -msgid "" -"Enabling this option means the height of tree support layer except the first " -"will be automatically calculated." -msgstr "" -"Ativar essa opção significa que a altura da camada de suporte de árvore, " -"exceto a primeira, será calculada automaticamente." - msgid "Auto brim width" msgstr "Largura de borda automática" @@ -16592,10 +16673,10 @@ msgstr "" "ativada, a interface de suporte também será extrudada como sólida." msgid "Support Ironing Pattern" -msgstr "Padrão de Passar a Ferro no Suporte" +msgstr "" msgid "Support Ironing flow" -msgstr "Fluxo de Passar a Ferro no Suporte" +msgstr "" msgid "" "The amount of material to extrude during ironing. Relative to flow of normal " @@ -16607,15 +16688,15 @@ msgstr "" "em superextrusão na superfície." msgid "Support Ironing line spacing" -msgstr "Espaçamento de Passar a Ferro no Suporte" +msgstr "" msgid "Activate temperature control" msgstr "Ativar controle de temperatura" msgid "" "Enable this option for automated chamber temperature control. This option " -"activates the emitting of an M191 command before the " -"\"machine_start_gcode\"\n" +"activates the emitting of an M191 command before the \"machine_start_gcode" +"\"\n" " which sets the chamber temperature and waits until it is reached. In " "addition, it emits an M141 command at the end of the print to turn off the " "chamber heater, if present.\n" @@ -16625,8 +16706,8 @@ msgid "" "heater is installed." msgstr "" "Habilite esta opção para controle automatizado da temperatura da câmara. " -"Esta opção ativa a emissão de um comando M191 antes do " -"\"machine_start_gcode\"\n" +"Esta opção ativa a emissão de um comando M191 antes do \"machine_start_gcode" +"\"\n" "que define a temperatura da câmara e aguarda até que ela seja atingida. Além " "disso, emite um comando M141 no final da impressão para desligar o aquecedor " "da câmara, se presente.\n" @@ -17574,11 +17655,11 @@ msgid "Debug level" msgstr "Nível de depuração" msgid "" -"Sets debug logging level. 0:fatal, 1:error, 2:warning, 3:info, 4:debug, " -"5:trace\n" +"Sets debug logging level. 0:fatal, 1:error, 2:warning, 3:info, 4:debug, 5:" +"trace\n" msgstr "" -"Define o nível do log de depuração. 0:fatal, 1:error, 2:warning, 3:info, " -"4:debug, 5:trace\n" +"Define o nível do log de depuração. 0:fatal, 1:error, 2:warning, 3:info, 4:" +"debug, 5:trace\n" msgid "Enable timelapse for print" msgstr "Habilitar timelapse para impressão" @@ -18048,8 +18129,8 @@ msgstr "O arquivo fornecido não pôde ser lido porque está vazio" msgid "" "Unknown file format. Input file must have .stl, .obj, .amf(.xml) extension." msgstr "" -"Formato de arquivo desconhecido. O arquivo de entrada deve ter " -"extensão .stl, .obj, .amf(.xml)." +"Formato de arquivo desconhecido. O arquivo de entrada deve ter extensão ." +"stl, .obj, .amf(.xml)." msgid "Unknown file format. Input file must have .3mf or .zip.amf extension." msgstr "" @@ -18747,6 +18828,12 @@ msgstr "Lista separada por vírgulas de acelerações de impressão" msgid "Comma-separated list of printing speeds" msgstr "Lista separada por vírgulas de velocidades de impressão" +msgid "Pressure Advance Guide" +msgstr "" + +msgid "Adaptive Pressure Advance Guide" +msgstr "" + msgid "" "Please input valid values:\n" "Start PA: >= 0.0\n" @@ -18794,6 +18881,9 @@ msgstr "Temp. final: " msgid "Temp step: " msgstr "Passo de Temperatura: " +msgid "Wiki Guide: Temperature Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "Start temp: <= 350\n" @@ -18810,6 +18900,9 @@ msgstr "Iniciar Velocidade Volumétrica: " msgid "End volumetric speed: " msgstr "Finalizar Velocidade Volumétrica: " +msgid "Wiki Guide: Volumetric Speed Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "start > 0\n" @@ -18830,6 +18923,9 @@ msgstr "Velocidade Inicial: " msgid "End speed: " msgstr "Velocidade Final: " +msgid "Wiki Guide: VFA" +msgstr "" + msgid "" "Please input valid values:\n" "start > 10\n" @@ -18847,6 +18943,9 @@ msgstr "Distância de Retração Inicial: " msgid "End retraction length: " msgstr "Distância de Retração Final: " +msgid "Wiki Guide: Retraction Calibration" +msgstr "" + msgid "Input shaping Frequency test" msgstr "Teste de Frequência da modelagem de entrada" @@ -18882,6 +18981,9 @@ msgid "" "This will use the printer's default or saved value." msgstr "" +msgid "Wiki Guide: Input Shaping Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "(0 < FreqStart < FreqEnd < 500)" @@ -18925,31 +19027,53 @@ msgstr "" "Por favor insira um fator de amortecimento válido (0 <= DampingStart < " "DampingEnd <= 1)" -msgid "Junction Deviation test" -msgstr "Teste de Desvio de Junção" - -msgid "Start junction deviation: " -msgstr "Iniciar desvio de junção: " - -msgid "End junction deviation: " -msgstr "Finalizar desvio de junção: " - -msgid "Junction Deviation settings" -msgstr "Configurações de Desvio de Junção" - -msgid "Note: Lower values = sharper corners but slower speeds" +msgid "Cornering test" +msgstr "" + +msgid "SCV-V2" +msgstr "" + +msgid "Start: " +msgstr "" + +msgid "End: " +msgstr "" + +msgid "Cornering settings" +msgstr "" + +msgid "Note: Lower values = sharper corners but slower speeds.\n" msgstr "" -"Nota: Valores mais baixos = cantos mais nítidos, mas velocidades mais lentas" msgid "" -"Please input valid values:\n" -"(0 <= Junction Deviation < 1)" +"Marlin 2 Junction Deviation detected:\n" +"To test Classic Jerk, set 'Maximum Junction Deviation' in Motion ability to " +"0." msgstr "" -"Por favor insira valores válidos:\n" -"(0 <= Desvio de Junção < 1)" -msgid "NOTE: High values may cause Layer shift" -msgstr "NOTA: Valores altos podem causar Deslocamento de Camadas" +msgid "" +"Marlin 2 Classic Jerk detected:\n" +"To test Junction Deviation, set 'Maximum Junction Deviation' in Motion " +"ability to a value > 0." +msgstr "" + +msgid "" +"RepRap detected: Jerk in mm/s.\n" +"OrcaSlicer will convert the values to mm/min when necessary." +msgstr "" + +msgid "Wiki Guide: Cornering Calibration" +msgstr "" + +#, c-format, boost-format +msgid "" +"Please input valid values:\n" +"(0 <= Cornering <= %s)" +msgstr "" + +#, c-format, boost-format +msgid "NOTE: High values may cause Layer shift (>%s)" +msgstr "" msgid "Send G-code to printer host" msgstr "Enviar G-code para o host da impressora" @@ -19217,8 +19341,8 @@ msgstr "" "Você deseja reescrevê-lo?" msgid "" -"We would rename the presets as \"Vendor Type Serial @printer you " -"selected\".\n" +"We would rename the presets as \"Vendor Type Serial @printer you selected" +"\".\n" "To add preset for more printers, please go to printer selection" msgstr "" "Renomearíamos as predefinições como \"Fornecedor Tipo Serial @ impressora " @@ -19666,8 +19790,8 @@ msgid "nozzle size memorized: %d" msgstr "" msgid "" -"The size of nozzle type in preset is not consistent with memorized " -"nozzle.Did you change your nozzle lately ? " +"The size of nozzle type in preset is not consistent with memorized nozzle." +"Did you change your nozzle lately ? " msgstr "" #, c-format, boost-format @@ -20537,7 +20661,7 @@ msgstr "" "Algo inesperado aconteceu ao tentar conectar, por favor tente novamente." msgid "User cancelled." -msgstr "Cancelado pelo usuário." +msgstr "" msgid "Head diameter" msgstr "Diâmetro da cabeça" @@ -20577,7 +20701,7 @@ msgstr "" "borda não terão efeito!" msgid "Set the brim type of this object to \"painted\"" -msgstr "Defina o tipo de borda deste objeto como \"pintado\"" +msgstr "" msgid " invalid brim ears" msgstr " orelhas da borda iválidas" @@ -21228,6 +21352,9 @@ msgstr "" #~ "Você pode encontrá-lo em \"Configurações > Rede > Código de Conexão\"\n" #~ "na impressora, conforme mostrado na figura:" +#~ msgid "Junction Deviation calibration" +#~ msgstr "Calibração do Desvio de Junção" + #~ msgid "" #~ "Browsing file in SD card is not supported in current firmware. Please " #~ "update the printer firmware." @@ -21324,6 +21451,18 @@ msgstr "" #~ msgid "General Settings" #~ msgstr "Configurações Gerais" +#~ msgid "Login Region" +#~ msgstr "Região de Login" + +#~ msgid "Stealth Mode" +#~ msgstr "Modo Oculto" + +#~ msgid "Use legacy network plugin (Takes effect after restarting Orca)" +#~ msgstr "Usar o plugin de rede legado (entra em vigor após reiniciar o Orca)" + +#~ msgid "Default Page" +#~ msgstr "Página Padrão" + #~ msgid "Show \"Tip of the day\" notification after start" #~ msgstr "Mostrar notificação \"Dica do dia\" após o início" @@ -21343,6 +21482,11 @@ msgstr "" #~ msgid "If enabled, auto-calculate every time when filament is changed" #~ msgstr "Se ativo, auto-calcular toda vez que a cor mudar" +#~ msgid "Multi-device Management (Take effect after restarting Orca Slicer)." +#~ msgstr "" +#~ "Gerenciamento de Multi-dispositivos (Entra em vigor após reiniciar o " +#~ "OrcaSlicer)." + #~ msgid "Auto arrange plate after object cloning" #~ msgstr "Organizar automaticamente a placa após a clonagem de objeto" @@ -21358,6 +21502,19 @@ msgstr "" #~ msgid "Associate URLs to OrcaSlicer" #~ msgstr "Associar URLs ao OrcaSlicer" +#~ msgid "Load Behaviour" +#~ msgstr "Comportamento de Carregamento" + +#~ msgid "Add model files (stl/step) to recent file list." +#~ msgstr "" +#~ "Adicionar arquivos de modelo (stl/step) à lista de arquivos recentes." + +#~ msgid "No warnings when loading 3MF with modified G-code" +#~ msgstr "Sem avisos ao carregar 3MF com G-code modificado" + +#~ msgid "Auto-Backup" +#~ msgstr "Backup Automático" + #~ msgid "every" #~ msgstr "cada" @@ -21367,6 +21524,9 @@ msgstr "" #~ msgid "Dark Mode" #~ msgstr "Modo Escuro" +#~ msgid "Enable Dark mode" +#~ msgstr "Ativar Modo Escuro" + #~ msgid "Home page and daily tips" #~ msgstr "Página inicial e dicas diárias" @@ -21482,6 +21642,10 @@ msgstr "" #~ msgid "The printer does not support sending to printer SD card." #~ msgstr "A impressora não suporta enviar para o cartão SD da impressora." +#, c-format, boost-format +#~ msgid "Extruder %d" +#~ msgstr "Extrusora %d" + #, c-format, boost-format #~ msgid "The color count should be in range [%d, %d]." #~ msgstr "A quantidade de cores deve estar na faixa [%d, %d]." @@ -21596,6 +21760,13 @@ msgstr "" #~ "O ângulo em que o passar a ferro é feito. Um número negativo desativa " #~ "essa função e usa o método padrão." +#~ msgid "" +#~ "Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin " +#~ "Firmware)" +#~ msgstr "" +#~ "Desvio de junção máximo (M205 J, aplicável apenas se JD > 0 para Firmware " +#~ "Marlin)" + #~ msgid "Remove small overhangs" #~ msgstr "Remover pequenas saliências" @@ -21603,6 +21774,16 @@ msgstr "" #~ msgstr "" #~ "Remova pequenas saliências que possivelmente não precisam de suporte." +#~ msgid "Adaptive layer height" +#~ msgstr "Altura de camada adaptativa" + +#~ msgid "" +#~ "Enabling this option means the height of tree support layer except the " +#~ "first will be automatically calculated." +#~ msgstr "" +#~ "Ativar essa opção significa que a altura da camada de suporte de árvore, " +#~ "exceto a primeira, será calculada automaticamente." + #~ msgid "Width of the brim." #~ msgstr "Largura da borda." @@ -21634,6 +21815,30 @@ msgstr "" #~ "Recomendado: Defina o Amortecimento como 0.\n" #~ "Isso usará o valor padrão da impressora ou o último valor salvo." +#~ msgid "Junction Deviation test" +#~ msgstr "Teste de Desvio de Junção" + +#~ msgid "Start junction deviation: " +#~ msgstr "Iniciar desvio de junção: " + +#~ msgid "End junction deviation: " +#~ msgstr "Finalizar desvio de junção: " + +#~ msgid "Junction Deviation settings" +#~ msgstr "Configurações de Desvio de Junção" + +#~ msgid "Note: Lower values = sharper corners but slower speeds" +#~ msgstr "" +#~ "Nota: Valores mais baixos = cantos mais nítidos, mas velocidades mais " +#~ "lentas" + +#~ msgid "" +#~ "Please input valid values:\n" +#~ "(0 <= Junction Deviation < 1)" +#~ msgstr "" +#~ "Por favor insira valores válidos:\n" +#~ "(0 <= Desvio de Junção < 1)" + #~ msgid "The custom printer or model is not entered, please enter it." #~ msgstr "A impressora ou modelo personalizado não foi colocado." @@ -21720,6 +21925,9 @@ msgstr "" #~ msgid "Invalid number" #~ msgstr "Número inválido" +#~ msgid "Publish was canceled" +#~ msgstr "A publicação foi cancelada" + #, c-format, boost-format #~ msgid "nozzle memorized: %.2f %s" #~ msgstr "bico memorizado: %.2f %s" @@ -21821,6 +22029,9 @@ msgstr "" #~ msgid "User canceled." #~ msgstr "O usuário cancelou." +#~ msgid "Set the brim type to \"painted\"" +#~ msgstr "Defina o tipo de borda como \"pintada\"" + #~ msgid "" #~ "We have added an experimental style \"Tree Slim\" that features smaller " #~ "support volume but weaker strength.\n" diff --git a/localization/i18n/ru/OrcaSlicer_ru.po b/localization/i18n/ru/OrcaSlicer_ru.po index 42e296435f..2e0022d214 100644 --- a/localization/i18n/ru/OrcaSlicer_ru.po +++ b/localization/i18n/ru/OrcaSlicer_ru.po @@ -7,17 +7,17 @@ msgid "" msgstr "" "Project-Id-Version: OrcaSlicer V2.3.0 Official Release\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-10-26 10:38+0800\n" -"PO-Revision-Date: 2025-10-16 20:29+0300\n" +"POT-Creation-Date: 2025-10-29 11:23+0100\n" +"PO-Revision-Date: 2025-07-06 21:08+0700\n" "Last-Translator: \n" "Language-Team: Andylg \n" "Language: ru_RU\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" -"X-Generator: Poedit 3.8\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" +"X-Generator: Poedit 3.6\n" msgid "" "The filament may not be compatible with the current machine settings. " @@ -55,13 +55,13 @@ msgid "extruder" msgstr "" msgid "TPU is not supported by AMS." -msgstr "Печать TPU с помощью AMS не поддерживается." +msgstr "Печать TPU с помощью АСПП не поддерживается." msgid "" "Damp PVA will become flexible and get stuck inside AMS, please take care to " "dry it before use." msgstr "" -"Влажный PVA становится гибким и застревает внутри AMS, поэтому перед " +"Влажный PVA становится гибким и застревает внутри АСПП, поэтому перед " "использованием его необходимо просушить." msgid "Damp PVA is flexible and may get stuck in extruder. Dry it before use." @@ -76,8 +76,8 @@ msgid "" "CF/GF filaments are hard and brittle, it's easy to break or get stuck in " "AMS, please use with caution." msgstr "" -"Филаменты CF/GF твердые и хрупкие, легко ломаются или застревают в AMS, " -"поэтому используйте их с осторожностью." +"CF/GF пластиковые нити твердые и хрупкие, легко ломаются или застревают в " +"АСПП, поэтому используйте их с осторожностью." msgid "PPS-CF is brittle and could break in bended PTFE tube above Toolhead." msgstr "" @@ -90,19 +90,19 @@ msgid "%s is not supported by %s extruder." msgstr "" msgid "Current AMS humidity" -msgstr "Текущая влажность внутри AMS-модуля" +msgstr "Текущая влажность внутри АСПП" msgid "Humidity" -msgstr "Влажность" +msgstr "" msgid "Temperature" msgstr "Температура" msgid "Left Time" -msgstr "Оставшееся время" +msgstr "" msgid "Drying" -msgstr "Сушка" +msgstr "" msgid "Idle" msgstr "Простой" @@ -127,7 +127,7 @@ msgid "Ctrl+" msgstr "Ctrl+" msgid "Alt+" -msgstr "Alt+" +msgstr "" msgid "Shift+" msgstr "Shift+" @@ -136,7 +136,7 @@ msgid "Mouse wheel" msgstr "Колесо мыши" msgid "Section view" -msgstr "Вид в разрезе" +msgstr "Отсечение вида" msgid "Reset direction" msgstr "Сброс направления" @@ -154,7 +154,7 @@ msgid "Right mouse button" msgstr "Правая кнопка мыши" msgid "Block supports" -msgstr "Блокировка поддержек" +msgstr "Блокировка поддержки" msgid "Erase" msgstr "Очистить" @@ -163,17 +163,17 @@ msgid "Erase all painting" msgstr "Очистить всё" msgid "Highlight overhang areas" -msgstr "Выделить зоны нависания" +msgstr "Выделение свеса по углу" msgid "Gap fill" -msgstr "Заполнение пустот" +msgstr "Заполнение пробелов" msgid "Perform" msgstr "Выполнить" # это в гизмо покраски msgid "Gap area" -msgstr "Площадь пустот" +msgstr "Площадь пробела" msgid "Tool type" msgstr "Тип инструмента" @@ -182,7 +182,7 @@ msgid "Smart fill angle" msgstr "Угол для умной заливки" msgid "On overhangs only" -msgstr "Только на нависаниях" +msgstr "Только на свесах" msgid "Auto support threshold angle: " msgstr "Пороговый угол автоподдержки: " @@ -205,17 +205,17 @@ msgid "Allows painting only on facets selected by: \"%1%\"" msgstr "Позволяет рисовать на выбранных гранях, используя: \"%1%\"" msgid "Highlight faces according to overhang angle." -msgstr "Выделение граней по углу нависания." +msgstr "Выделение граней по углу свеса." # это в рисование поддержки идет после - Выделение граней по углу свеса. msgid "No auto support" -msgstr "Автоподдержка отключена" +msgstr "Автоподдержка отключена." msgid "Support Generated" msgstr "Поддержка сгенерирована" msgid "Gizmo-Place on Face" -msgstr "Гизмо: Поверхностью на стол" +msgstr "Гизмо поверхностью на стол" msgid "Lay on face" msgstr "Поверхностью на стол" @@ -225,9 +225,9 @@ msgid "" "Filament count exceeds the maximum number that painting tool supports. Only " "the first %1% filaments will be available in painting tool." msgstr "" -"Количество филамента превышает максимальное количество поддерживаемое " -"инструментом рисования. Только первые %1% материала будут доступны в " -"инструменте для рисования." +"Количество пластиковых нитей превышает максимальное количество " +"поддерживаемое инструментом рисования. Только первые %1% материала будут " +"доступны в инструменте для рисования." msgid "Color Painting" msgstr "Покраска" @@ -242,7 +242,7 @@ msgid "Key 1~9" msgstr "Клавиша 1~9" msgid "Choose filament" -msgstr "Выберите филамент" +msgstr "Выберите пруток" msgid "Edge detection" msgstr "Обнаружение граней" @@ -251,7 +251,7 @@ msgid "Triangles" msgstr "Треугольники" msgid "Filaments" -msgstr "Филамент" +msgstr "Прутки" msgid "Brush" msgstr "Кисть" @@ -266,16 +266,16 @@ msgid "Height range" msgstr "Диапазон высоты слоёв" msgid "Enter" -msgstr "Enter" +msgstr "" msgid "Toggle Wireframe" msgstr "Показать/скрыть каркас" msgid "Remap filaments" -msgstr "Перераспределение филамента" +msgstr "" msgid "Remap" -msgstr "Перераспределение" +msgstr "" msgid "Cancel" msgstr "Отмена" @@ -287,7 +287,9 @@ msgid "Triangle" msgstr "Треугольник" msgid "Height Range" -msgstr "Диапазон высот" +msgstr "" +"Диапазон \n" +"высоты слоёв" msgid "Vertical" msgstr "Вертикальная линия" @@ -300,13 +302,13 @@ msgstr "Удаление окрашенного участка" #, boost-format msgid "Painted using: Filament %1%" -msgstr "Окрашено с использованием филамента %1%" +msgstr "Окрашено с использованием прутка %1%" msgid "Filament remapping finished." -msgstr "Перераспределение филамента завершено." +msgstr "" msgid "Paint-on fuzzy skin" -msgstr "Нарисовать нечеткую оболочку" +msgstr "" msgid "Brush size" msgstr "Размер кисти" @@ -327,16 +329,16 @@ msgid "Move" msgstr "Перемещение" msgid "Please select at least one object." -msgstr "Пожалуйста, выберите хотя бы одну модель." +msgstr "Пожалуйста, выберите хотя бы один объект." msgid "Gizmo-Move" -msgstr "Гизмо: Перемещение" +msgstr "Гизмо перемещения" msgid "Rotate" msgstr "Вращение" msgid "Gizmo-Rotate" -msgstr "Гизмо: Вращение" +msgstr "Гизмо вращения" msgid "Optimize orientation" msgstr "Оптимизация положения модели" @@ -348,7 +350,7 @@ msgid "Scale" msgstr "Масштаб" msgid "Gizmo-Scale" -msgstr "Гизмо: Масштаб" +msgstr "Гизмо масштаба" msgid "Error: Please close all toolbar menus first" msgstr "Ошибка: пожалуйста, сначала закройте все меню панели инструментов." @@ -360,19 +362,19 @@ msgid "mm" msgstr "мм" msgid "Part selection" -msgstr "Выбор модели" +msgstr "" msgid "Fixed step drag" -msgstr "Фиксированный шаг перетаскивания" +msgstr "" msgid "Single sided scaling" -msgstr "Одностороннее масштабирование" +msgstr "" msgid "Position" -msgstr "Положение" +msgstr "Позиция" msgid "Rotate (relative)" -msgstr "Поворот (относительный)" +msgstr "" msgid "Scale ratios" msgstr "Коэф. масштаба" @@ -390,13 +392,13 @@ msgid "Group Operations" msgstr "Групповые манипуляции" msgid "Set Orientation" -msgstr "Задание ориентации" +msgstr "Задание поворота" msgid "Set Scale" msgstr "Задание масштаба" msgid "Reset Position" -msgstr "Сброс положения" +msgstr "Сброс позиции" msgid "Reset Rotation" msgstr "Сброс вращения" @@ -411,23 +413,23 @@ msgid "Translate(Relative)" msgstr "" msgid "Reset current rotation to the value when open the rotation tool." -msgstr "Сброс текущего поворота до значения при открытии инструмента поворота." +msgstr "" msgid "Rotate (absolute)" -msgstr "Поворот (абсолютный)" +msgstr "" msgid "Reset current rotation to real zeros." -msgstr "Сбросить текущее вращение до реальных нулей." +msgstr "" msgid "Part coordinates" -msgstr "Координаты модели" +msgstr "" #. TRN - Input label. Be short as possible msgid "Size" msgstr "Размер" msgid "uniform scale" -msgstr "равномерное масштабирование" +msgstr "Равномерное масштабирование" msgid "Planar" msgstr "Плоский" @@ -436,7 +438,7 @@ msgid "Dovetail" msgstr "Ласточкин хвост" msgid "Auto" -msgstr "Авто" +msgstr "Автоматич." msgid "Manual" msgstr "Вручную" @@ -466,7 +468,7 @@ msgid "Keep orientation" msgstr "Сохранить ориентацию" msgid "Place on cut" -msgstr "Сечением на стол" +msgstr "Срезом на стол" msgid "Flip upside down" msgstr "Перевернуть вверх дном" @@ -517,17 +519,17 @@ msgid "" "Click to flip the cut plane\n" "Drag to move the cut plane" msgstr "" -"Нажмите, чтобы перевернуть секущую плоскость\n" -"Двигайте, чтобы переместить секущую плоскость" +"Нажмите, чтобы перевернуть секущую плоскость.\n" +"Двигайте, чтобы переместить секущую плоскость." msgid "" "Click to flip the cut plane\n" "Drag to move the cut plane\n" "Right-click a part to assign it to the other side" msgstr "" -"Нажмите, чтобы перевернуть секущую плоскость\n" -"Двигайте, чтобы переместить секущую плоскость\n" -"Для переназначения стороны части модели используйте правую кнопку мыши" +"Нажмите, чтобы перевернуть секущую плоскость.\n" +"Двигайте, чтобы переместить секущую плоскость.\n" +"Для переназначения стороны части модели используйте правую кнопку мыши." msgid "Move cut plane" msgstr "Перемещение секущей плоскости" @@ -536,7 +538,7 @@ msgid "Mode" msgstr "Режим" msgid "Change cut mode" -msgstr "Выбор режима сечения" +msgstr "Выбор режима секущей плоскости" msgid "Tolerance" msgstr "Допуск" @@ -545,7 +547,7 @@ msgid "Drag" msgstr "Перетащить" msgid "Draw cut line" -msgstr "Нарисовать линию сечения" +msgstr "Нарисуйте линию разреза" msgid "Left click" msgstr "Левая кнопка мыши" @@ -573,7 +575,7 @@ msgstr "Выбрать все соединения" # Разный перевод одного слова -Одно название действия Разрезать в другой в Правке -> Вырезать msgid "Cut" -msgstr "Сечение" +msgstr "Разрезать" msgid "Rotate cut plane" msgstr "Поворот секущей плоскости" @@ -585,7 +587,7 @@ msgid "Bulge" msgstr "Выпуклость" msgid "Bulge proportion related to radius" -msgstr "Пропорция выпуклости, связанная с радиусом" +msgstr "Пропорция выпуклости клипсы, связанная с радиусом" msgid "Space" msgstr "Пробел" @@ -613,7 +615,7 @@ msgid "Edited" msgstr "Изменено" msgid "Cut position" -msgstr "Положение сечения" +msgstr "Положение секущей плоскости" msgid "Reset cutting plane" msgstr "Сброс позиции секущей плоскости" @@ -625,7 +627,7 @@ msgid "Add connectors" msgstr "Добавить соединения" msgid "Reset cut" -msgstr "Сброс сечения" +msgstr "Сброс" msgid "Reset cutting plane and remove connectors" msgstr "Сброс позиции секущей плоскости и удаление всех соединений" @@ -638,13 +640,13 @@ msgstr "Нижняя часть" # ?????8 к чему относится? msgid "Keep" -msgstr "Сохранить" +msgstr "Сохранять" msgid "Flip" msgstr "Перевернуть" msgid "After cut" -msgstr "После сечения" +msgstr "После разрезания" msgid "Cut to parts" msgstr "Разрезать на части" @@ -661,38 +663,38 @@ msgstr "Обнаружены недопустимые соединения" #, c-format, boost-format msgid "%1$d connector is out of cut contour" msgid_plural "%1$d connectors are out of cut contour" -msgstr[0] "%1$d соединение выходит за контур модели" -msgstr[1] "%1$d соединения выходит за контур модели" -msgstr[2] "%1$d соединений выходит за контур модели" +msgstr[0] "%1$d соединение выходит за контур модели." +msgstr[1] "%1$d соединения выходит за контур модели." +msgstr[2] "%1$d соединений выходит за контур модели." #, c-format, boost-format msgid "%1$d connector is out of object" msgid_plural "%1$d connectors are out of object" -msgstr[0] "%1$d соединение находится за пределами модели" -msgstr[1] "%1$d соединения находятся за пределами модели" -msgstr[2] "%1$d соединений находятся за пределами модели" +msgstr[0] "%1$d соединение находится за пределами модели." +msgstr[1] "%1$d соединения находятся за пределами модели." +msgstr[2] "%1$d соединений находятся за пределами модели." msgid "Some connectors are overlapped" msgstr "Имеются пересекающиеся соединения" msgid "Select at least one object to keep after cutting." -msgstr "Выберите хотя бы одну из моделей для сохранения после сечения." +msgstr "Выберите хотя бы одну из частей для сохранения после разреза." msgid "Cut plane is placed out of object" -msgstr "Секущая плоскость находится за пределами модели" +msgstr "Секущая плоскость находится за пределами модели." msgid "Cut plane with groove is invalid" -msgstr "Текущее положение секущей плоскости с пазом недопустимо" +msgstr "Текущее положение секущей плоскости с пазом недопустимо." msgid "Connector" msgstr "Соединение" msgid "Cut by Plane" -msgstr "Сечение по плоскости" +msgstr "Разрез по плоскости" msgid "non-manifold edges be caused by cut tool, do you want to fix it now?" msgstr "" -"при работе режущего инструмента образовались открытые рёбра. Хотите починить " +"При работе режущего инструмента образовались открытые рёбра. Хотите починить " "это сейчас?" msgid "Repairing model object" @@ -722,13 +724,13 @@ msgstr "" "медленной. Настоятельно рекомендуется упростить модель." msgid "Simplify model" -msgstr "Упростить модель" +msgstr "Упростить полигональную сетку" msgid "Simplify" -msgstr "Упростить" +msgstr "Упрощение полигональной сетки" msgid "Simplification is currently only allowed when a single part is selected" -msgstr "В настоящее время упрощение работает только при выборе одной модели" +msgstr "В настоящее время упрощение работает только при выборе одной модели." msgid "Error" msgstr "Ошибка" @@ -778,7 +780,7 @@ msgid "Seam painting" msgstr "Рисование шва" msgid "Remove selection" -msgstr "Удалить выделенное" +msgstr "Удаление выделенного" msgid "Entering Seam painting" msgstr "Вход в рисование шва" @@ -798,7 +800,9 @@ msgid "Thickness" msgstr "Толщина" msgid "Text Gap" -msgstr "Межбуквенный интервал" +msgstr "" +"Межбуквенный \n" +"интервал" msgid "Angle" msgstr "Угол" @@ -820,7 +824,7 @@ msgid "Horizontal text" msgstr "Горизонтальный текст" msgid "Mouse move up or down" -msgstr "Движение мыши вверх или вниз" +msgstr "" msgid "Rotate text" msgstr "Поворот текста" @@ -843,10 +847,10 @@ msgid "Embossed text" msgstr "Рельефный текст" msgid "Enter emboss gizmo" -msgstr "Гизмо: Вход в рельефный текст" +msgstr "Вход в гизмо рельефный текст" msgid "Leave emboss gizmo" -msgstr "Гизмо: выход из рельефного текста" +msgstr "Выход из гизмо рельефный текст" msgid "Embossing actions" msgstr "Действие c рельефным текстом" @@ -886,7 +890,7 @@ msgstr "" "шрифт." msgid "Embossed text cannot contain only white spaces." -msgstr "Рельефный текст не может содержать только пробелы." +msgstr "Рельефный текст не может содержать одни пробелы." msgid "Text contains character glyph (represented by '?') unknown by font." msgstr "Текст содержит символ ('?'), которого нет в шрифте." @@ -911,7 +915,7 @@ msgid "Text doesn't show current horizontal alignment." msgstr "Текст не отображает текущее горизонтальное выравнивание." msgid "Revert font changes." -msgstr "Сброс настроек шрифта." +msgstr "Сброс шрифта." #, boost-format msgid "Font \"%1%\" can't be selected." @@ -924,7 +928,7 @@ msgid "Join" msgstr "Добавление" msgid "Click to change text into object part." -msgstr "Нажмите, если хотите преобразовать текст в часть модели." +msgstr "Выберите, если хотите преобразовать текст в часть модели." msgid "You can't change a type of the last solid part of the object." msgstr "Вы не можете изменить тип последнего твердотельного элемента модели." @@ -947,7 +951,7 @@ msgstr "Изменить тип текста" #, boost-format msgid "Rename style (%1%) for embossing text" -msgstr "Переименование стиля (%1%) рельефного текста" +msgstr "Переименование стиля (%1%) для рельефного текста" msgid "Name can't be empty." msgstr "Имя не может быть пустым." @@ -972,7 +976,7 @@ msgstr "Сначала добавьте стиль в список." #, boost-format msgid "Save %1% style" -msgstr "Сохранить стиль \"%1%\"" +msgstr "Сохранить стиль \"%1%\"." msgid "No changes to save." msgstr "Нет изменений для сохранения." @@ -1033,23 +1037,23 @@ msgstr "" "Хотите продолжить?" msgid "Not valid style." -msgstr "Недопустимый стиль." +msgstr "Не допустимый стиль." #, boost-format msgid "Style \"%1%\" can't be used and will be removed from a list." msgstr "Стиль \"%1%\" не может быть использован и будет удалён из списка." msgid "Unset italic" -msgstr "Убрать Курсив" +msgstr "Убрать стиль Italic" msgid "Set italic" -msgstr "Задать Курсив" +msgstr "Задать стиль Italic" msgid "Unset bold" -msgstr "Убрать Жирный" +msgstr "Убрать стиль Bold" msgid "Set bold" -msgstr "Задать Жирный" +msgstr "Задать стиль Bold" msgid "Revert text size." msgstr "Сброс размера шрифта." @@ -1138,7 +1142,7 @@ msgid "Distance of the center of the text to the model surface." msgstr "Расстояние от центра текста до поверхности модели." msgid "Undo rotation" -msgstr "Отменить вращение" +msgstr "Сброс вращения" msgid "Rotate text Clock-wise." msgstr "Поворот текста по часовой стрелке." @@ -1231,7 +1235,7 @@ msgstr "Сдвиг от поверхности" #. TRN - Input label. Be short as possible #. Keep vector from bottom to top of text aligned with printer Y axis msgid "Keep up" -msgstr "Сохранять вертикальную ориентацию" +msgstr "Сохранять верт. ориентацию" #. TRN - Input label. Be short as possible. #. Some Font file contain multiple fonts inside and @@ -1248,10 +1252,10 @@ msgid "SVG move" msgstr "Перемещение SVG" msgid "Enter SVG gizmo" -msgstr "Гизмо: Вход в SVG" +msgstr "Вход в гизмо SVG" msgid "Leave SVG gizmo" -msgstr "Гизмо: Выход из SVG" +msgstr "Выход из гизмо SVG" msgid "SVG actions" msgstr "Действия с SVG" @@ -1329,7 +1333,7 @@ msgid "Change file" msgstr "Изменить файл" msgid "Change to another .svg file" -msgstr "Выбрать другой SVG файл" +msgstr "Выбрать другой SVG файл." msgid "Forget the file path" msgstr "Забыть путь к файлу" @@ -1347,7 +1351,7 @@ msgstr "Запечь" #. TRN: Tooltip for the menu item. msgid "Bake into model as uneditable part" -msgstr "Запекание SVG в модель т.е. преобразование в нередактируемую" +msgstr "Запекание SVG в модель т.е. преобразование в нередактируемую." msgid "Save as" msgstr "Сохранить как" @@ -1356,7 +1360,7 @@ msgid "Save SVG file" msgstr "Сохранить SVG файл" msgid "Save as '.svg' file" -msgstr "Сохранить как '.svg' файл" +msgstr "Сохранить как '.svg' файл." msgid "Size in emboss direction." msgstr "Глубина рельефа." @@ -1373,7 +1377,7 @@ msgid "Height of SVG." msgstr "Высота SVG." msgid "Lock/unlock the aspect ratio of the SVG." -msgstr "Блокировка/разблокировка соотношения сторон SVG." +msgstr "Блокировка/разблокировка пропорции SVG." msgid "Reset scale" msgstr "Сброс масштаба" @@ -1382,7 +1386,7 @@ msgid "Distance of the center of the SVG to the model surface." msgstr "Расстояние от центра SVG до поверхности модели." msgid "Reset distance" -msgstr "Сброс расстояния" +msgstr "Сбросить расстояние" msgid "Reset rotation" msgstr "Сброс вращения" @@ -1504,8 +1508,8 @@ msgid "" "Select 2 faces on objects and \n" " make objects assemble together." msgstr "" -"Выберите две грани на моделях и\n" -"соберите объекты вместе." +"Выберите 2 грани - по одной на каждой \n" +"модели, чтобы совместить их по этим граням." msgid "" "Select 2 points or circles on objects and \n" @@ -1528,7 +1532,7 @@ msgid "" "feature 2 has been feature 1" msgstr "" "Выбор элемента 1 отменён,\n" -"элемент 2 стал элементом 1" +"элемент 2 стал элементом 1." msgid "Warning: please select Plane's feature." msgstr "Внимание: выберите плоскость." @@ -1571,7 +1575,9 @@ msgid "Rotate around center:" msgstr "Вращение вокруг центра:" msgid "Parallel distance:" -msgstr "Расстояние между параллельными гранями:" +msgstr "" +"Расстояние между \n" +"параллельными гранями:" msgid "Flip by Face 2" msgstr "Перевернуть грань 2" @@ -1598,7 +1604,7 @@ msgstr "Профиль процесса" # ?????6 В одном месте юзается? msgid "Filament" -msgstr "Филамент" +msgstr "Профиль прутка" msgid "Machine" msgstr "Принтер" @@ -1613,7 +1619,7 @@ msgstr "" "Файл профиля \"%1%\" был загружен, но некоторые значения не были распознаны." msgid "Based on PrusaSlicer and BambuStudio" -msgstr "Основан на PrusaSlicer и BambuStudio" +msgstr "" msgid "" "OrcaSlicer will terminate because of running out of memory. It may be a bug. " @@ -1643,7 +1649,7 @@ msgid "Untitled" msgstr "Без названия" msgid "Downloading Bambu Network Plug-in" -msgstr "Загрузка сетевого плагина принтера Bambu" +msgstr "Загрузка сетевого плагина для принтеров Bambu" msgid "Login information expired. Please login again." msgstr "Срок действия данных для входа истек. Пожалуйста, авторизуйтесь снова." @@ -1653,7 +1659,7 @@ msgstr "Неверный пароль" #, c-format, boost-format msgid "Connect %s failed! [SN:%s, code=%s]" -msgstr "Сбой подключения к %s! [SN:%s, код=%s]" +msgstr "Сбой подключения к %s [Серийный №:%s, код=%s]!" msgid "" "Orca Slicer requires the Microsoft WebView2 Runtime to operate certain " @@ -1669,7 +1675,7 @@ msgstr "WebView2 Runtime" #, c-format, boost-format msgid "Resources path does not exist or is not a directory: %s" -msgstr "Путь не существует или не является каталогом: %s" +msgstr "" #, c-format, boost-format msgid "" @@ -1691,10 +1697,10 @@ msgstr "" "Нажмите OK, чтобы загрузить последнюю версию в браузере по умолчанию: %s" msgid "The Orca Slicer needs an upgrade" -msgstr "Orca Slice нуждается в обновлении" +msgstr "Orca Slice нуждается в обновлении." msgid "This is the newest version." -msgstr "Установлена последняя версия программы." +msgstr "У вас стоит последняя версия программы." msgid "Info" msgstr "Информация" @@ -1711,7 +1717,7 @@ msgstr "" "принтера не будут затронуты." msgid "Rebuild" -msgstr "Перестроить" +msgstr "Пересоздание" msgid "Loading current presets" msgstr "Загрузка текущих профилей" @@ -1749,7 +1755,7 @@ msgid "User logged out" msgstr "Пользователь вышел из системы" msgid "new or open project file is not allowed during the slicing process!" -msgstr "создание или открытие файла проекта во время нарезки не допускается!" +msgstr "Создание или открытие файла проекта во время нарезки не допускается!" msgid "Open Project" msgstr "Открыть проект" @@ -1769,8 +1775,8 @@ msgid "" "newly created user presets can only be used locally." msgstr "" "Количество пользовательских профилей, кэшированных в облаке, превысило " -"установленный лимит. Новые пользовательские профили можно будет использовать " -"только локально." +"установленный лимит. Новые создаваемые пользовательские профили можно будет " +"использовать только локально." msgid "Sync user presets" msgstr "Синхронизировать пользовательские профили" @@ -1825,7 +1831,7 @@ msgid "Rename" msgstr "Переименовать" msgid "Orca Slicer GUI initialization failed" -msgstr "Ошибка инициализации графического интерфейса Orca Slicer" +msgstr "Ошибка инициализации графического интерфейса приложения" #, boost-format msgid "Fatal error, exception caught: %1%" @@ -1859,7 +1865,7 @@ msgid "Top Minimum Shell Thickness" msgstr "Минимальная толщина оболочки сверху" msgid "Top Surface Density" -msgstr "Плотность верхней поверхности" +msgstr "" msgid "Bottom Solid Layers" msgstr "Сплошных слоёв снизу" @@ -1868,7 +1874,7 @@ msgid "Bottom Minimum Shell Thickness" msgstr "Минимальная толщина оболочки снизу" msgid "Bottom Surface Density" -msgstr "Плотность нижней поверхности" +msgstr "" msgid "Ironing" msgstr "Разглаживание" @@ -1937,7 +1943,7 @@ msgid "Delete the selected object" msgstr "Удаление выбранных моделей" msgid "Backspace" -msgstr "Backspace" +msgstr "" msgid "Load..." msgstr "Загрузить…" @@ -1958,7 +1964,7 @@ msgid "Torus" msgstr "Тороид" msgid "Orca Cube" -msgstr "Куб Orca" +msgstr "Куб Orca Design" msgid "Orca Tolerance Test" msgstr "Тест допусков от Orca" @@ -1970,7 +1976,7 @@ msgid "Autodesk FDM Test" msgstr "FDM тест от Autodesk" msgid "Voron Cube" -msgstr "Куб Voron" +msgstr "Куб Voron Design" msgid "Stanford Bunny" msgstr "Стенфордский кролик" @@ -1986,9 +1992,9 @@ msgid "" "No - Do not change these settings for me" msgstr "" "На верхней поверхности модели присутствует рельефный текст. Для достижения " -"оптимального результата рекомендуется установить значение «Порог одной " -"стенки» (min_width_top_surface)\" равным 0, чтобы хорошо работал параметр " -"«Только одна стенка на верхней поверхности».\n" +"оптимального результата рекомендуется установить значение «Порог одного " +"периметра» (min_width_top_surface)\" равным 0, чтобы хорошо работал параметр " +"«Только один периметр на верхней поверхности».\n" "Да - Изменить эти настройки автоматически\n" "Нет - Не изменять эти настройки" @@ -2014,7 +2020,7 @@ msgid "Fill bed with copies" msgstr "Заполнить весь стол копиями" msgid "Fill the remaining area of bed with copies of the selected object" -msgstr "Заполнить оставшуюся область печатного стола копиями выбранной модели" +msgstr "Заполнить оставшуюся область печатного стола копиями выбранной модели." msgid "Printable" msgstr "Для печати" @@ -2040,18 +2046,24 @@ msgstr "Заменить на другую модель" msgid "Replace the selected part with new STL" msgstr "Заменить выбранную модель другой" +msgid "Replace all with STL" +msgstr "" + +msgid "Replace all selected parts with STL from folder" +msgstr "" + msgid "Change filament" -msgstr "Сменить филамент" +msgstr "Сменить пруток" msgid "Set filament for selected items" -msgstr "Задать филамент для выбранных элементов" +msgstr "Задать пруток для выбранных элементов" msgid "Default" msgstr "По умолчанию" #, c-format, boost-format msgid "Filament %d" -msgstr "Филамент %d" +msgstr "Пруток %d" msgid "current" msgstr "текущий" @@ -2060,7 +2072,7 @@ msgid "Scale to build volume" msgstr "Отмасштабировать под область печати" msgid "Scale an object to fit the build volume" -msgstr "Масштабировать выбранную модель до объёма стола" +msgstr "Отмасштабировать выбранную модель до объёма стола" msgid "Flush Options" msgstr "Опции очистки" @@ -2072,7 +2084,7 @@ msgid "Flush into this object" msgstr "Очистка в модель" msgid "Flush into objects' support" -msgstr "Очистка в поддержку модели" +msgstr "Очистка в поддержку" msgid "Edit in Parameter Table" msgstr "Редактирование таблицы параметров" @@ -2084,7 +2096,7 @@ msgid "Restore to inches" msgstr "Восстановить в дюймы" msgid "Convert from meters" -msgstr "Преобразовать метры в дюймы" +msgstr "Преобразовать миллиметры в дюймы" msgid "Restore to meters" msgstr "Восстановить в миллиметры" @@ -2094,10 +2106,11 @@ msgid "Assemble" msgstr "Объединить в сборку" msgid "Assemble the selected objects to an object with multiple parts" -msgstr "Объединение выбранных объектов в модель, состоящую из несколько частей" +msgstr "" +"Объединение выбранных объектов в модель, состоящую из несколько частей." msgid "Assemble the selected objects to an object with single part" -msgstr "Объединение выбранных моделей в единую" +msgstr "Объединение выбранных моделей в единую." msgid "Mesh boolean" msgstr "Булевы операции" @@ -2139,7 +2152,7 @@ msgid "Change SVG source file, projection, size, ..." msgstr "Изменение исходного файла SVG, проекции, размера..." msgid "Invalidate cut info" -msgstr "Удалить информацию о сечении" +msgstr "Удалить информацию о разрезе" msgid "Add Primitive" msgstr "Добавить примитив" @@ -2190,31 +2203,31 @@ msgid "Select All" msgstr "Выбрать всё" msgid "select all objects on current plate" -msgstr "выбрать все модели на текущем столе" +msgstr "Выбрать все модели на текущем столе" msgid "Delete All" msgstr "Удалить всё" msgid "delete all objects on current plate" -msgstr "удаление всех моделей на текущем столе" +msgstr "Удаление всех моделей на текущем столе" msgid "Arrange" msgstr "Расставить" msgid "arrange current plate" -msgstr "расстановка моделей на текущем столе" +msgstr "Расстановка моделей на текущем столе" msgid "Reload All" msgstr "Перезагрузить всё" msgid "reload all from disk" -msgstr "перезагрузить всё с диска" +msgstr "Перезагрузить всё с диска" msgid "Auto Rotate" msgstr "Автоповорот" msgid "auto rotate current plate" -msgstr "автоповорот моделей на текущем столе" +msgstr "Автоповорот моделей на текущем столе" msgid "Delete Plate" msgstr "Удалить стол" @@ -2222,6 +2235,30 @@ msgstr "Удалить стол" msgid "Remove the selected plate" msgstr "Удалить выбранный стол" +msgid "Add instance" +msgstr "" + +msgid "Add one more instance of the selected object" +msgstr "" + +msgid "Remove instance" +msgstr "" + +msgid "Remove one instance of the selected object" +msgstr "" + +msgid "Set number of instances" +msgstr "" + +msgid "Change the number of instances of the selected object" +msgstr "" + +msgid "Fill bed with instances" +msgstr "" + +msgid "Fill the remaining area of bed with instances of the selected object" +msgstr "" + msgid "Clone" msgstr "Сделать копию" @@ -2247,10 +2284,10 @@ msgid "Edit print parameters for a single object" msgstr "Редактировать параметры печати для одной модели" msgid "Change Filament" -msgstr "Сменить филамент" +msgstr "Сменить пруток" msgid "Set Filament for selected items" -msgstr "Задать филамент для выбранных элементов" +msgstr "Задать пруток для выбранных элементов" msgid "Unlock" msgstr "Разблокировать" @@ -2265,7 +2302,7 @@ msgid "Name" msgstr "Имя" msgid "Fila." -msgstr "Фила." +msgstr "Прут." #, c-format, boost-format msgid "%1$d error repaired" @@ -2292,33 +2329,34 @@ msgstr[1] "%1$d открытых ребра" msgstr[2] "%1$d открытых рёбер" msgid "Click the icon to repair model object" -msgstr "Нажмите на значок, чтобы починить модель" +msgstr "" msgid "Right button click the icon to drop the object settings" -msgstr "Нажмите правой кнопкой мыши на значок, чтобы изменить настройки модели" +msgstr "" +"Нажмите правой кнопкой мыши на значок, чтобы изменить настройки модели." msgid "Click the icon to reset all settings of the object" -msgstr "Нажмите на значок, чтобы сбросить все настройки модели" +msgstr "Нажмите на значок, чтобы сбросить все настройки модели." msgid "Right button click the icon to drop the object printable property" msgstr "" "Нажмите правой кнопкой мыши на значок, чтобы разрешить/запретить печать " -"модели" +"модели." msgid "Click the icon to toggle printable property of the object" -msgstr "Нажмите на значок, чтобы разрешить/запретить печать модели" +msgstr "Нажмите на значок, чтобы разрешить/запретить печать модели." # ??? Нажмите на значок, открыть рисование поддержек... чтобы перераскрасить области расположения поддержек для модели." msgid "Click the icon to edit support painting of the object" msgstr "" -"Нажмите на значок, чтобы изменить зоны расположения поддержек для модели" +"Нажмите на значок, чтобы изменить зоны расположения поддержек для модели." # ??? цветовую раскраску модели? открыть покраску, чтобы изменить раскраску модели msgid "Click the icon to edit color painting of the object" -msgstr "Нажмите на значок, чтобы перераскрасить модель" +msgstr "Нажмите на значок, чтобы перераскрасить модель." msgid "Click the icon to shift this object to the bed" -msgstr "Нажмите на значок, чтобы переместить эту модель на стол" +msgstr "Нажмите на значок, чтобы переместить эту модель на стол." msgid "Loading file" msgstr "Загрузка файла" @@ -2337,7 +2375,7 @@ msgstr "Добавление модификатора" msgid "Switch to per-object setting mode to edit modifier settings." msgstr "" -"Переключитесь в режим настройки каждой модели, чтобы изменить настройки " +"Переключение в режим работы с моделями для редактирования настроек " "модификатора." msgid "" @@ -2348,7 +2386,7 @@ msgstr "" "печати." msgid "Remove paint-on fuzzy skin" -msgstr "Удалить покраску нечеткой оболочки" +msgstr "" msgid "Delete connector from object which is a part of cut" msgstr "Удаление соединения из модели, которое является частью разреза" @@ -2389,7 +2427,6 @@ msgstr "Удаление последней твердотельной част msgid "The target object contains only one part and can not be split." msgstr "" -"Заданная модель состоит только из одной части и не может быть разделена." msgid "Assembly" msgstr "Сборка" @@ -2398,7 +2435,7 @@ msgid "Cut Connectors information" msgstr "Информация о вырезанных соединениях" msgid "Object manipulation" -msgstr "Манипуляция с моделями" +msgstr "Манипуляция над моделями" msgid "Group manipulation" msgstr "Групповые манипуляции" @@ -2502,8 +2539,8 @@ msgstr "Неправильное числовое значение." msgid "one cell can only be copied to one or multiple cells in the same column" msgstr "" -"одна ячейка может быть скопирована только в одну или несколько ячеек одного " -"и того же столбца" +"Одна ячейка может быть скопирована только в одну или несколько ячеек одного " +"и того же столбца." msgid "Copying multiple cells is not supported." msgstr "Копирование нескольких ячеек не поддерживается." @@ -2515,7 +2552,7 @@ msgid "Layer height" msgstr "Высота слоя" msgid "Wall loops" -msgstr "Петли стенок" +msgstr "Периметров" msgid "Infill density(%)" msgstr "Плот. заполнения (%)" @@ -2542,7 +2579,7 @@ msgid "No-brim" msgstr "Без каймы" msgid "Outer wall speed" -msgstr "Скорость внешней стенки" +msgstr "Скор. внеш. периметра" msgid "Plate" msgstr "Стол" @@ -2551,7 +2588,7 @@ msgid "Brim" msgstr "Кайма" msgid "Object/Part Setting" -msgstr "Настройка модели/детали" +msgstr "Настройка для модели/частей" msgid "Reset parameter" msgstr "Сброс параметра" @@ -2626,10 +2663,10 @@ msgid "Insert template custom G-code at the beginning of this layer." msgstr "Вставить шаблон пользовательского G-кода в начале этого слоя." msgid "Filament " -msgstr "Филамент " +msgstr "Пруток " msgid "Change filament at the beginning of this layer." -msgstr "Сменить филамент в начале этого слоя." +msgstr "Сменить пластиковую нить в начале этого слоя." msgid "Delete Pause" msgstr "Удалить паузу печати" @@ -2644,7 +2681,7 @@ msgid "Delete Custom G-code" msgstr "Удалить пользовательский G-код" msgid "Delete Filament Change" -msgstr "Удалить команду смены филамента" +msgstr "Удалить команду смены прутка" msgid "No printer" msgstr "Принтер не выбран" @@ -2675,7 +2712,7 @@ msgid "Connection to printer failed" msgstr "Не удалось подключиться к принтеру" msgid "Please check the network connection of the printer and Orca." -msgstr "Проверьте сетевое соединение принтера и Orca." +msgstr "Убедитесь, что принтер и Orca имеют доступ к сети." msgid "Connecting..." msgstr "Подключение..." @@ -2695,8 +2732,8 @@ msgid "" "Choose an AMS slot then press \"Load\" or \"Unload\" button to automatically " "load or unload filaments." msgstr "" -"Выберите слот AMS, затем нажмите кнопку «Выдавить» или «Втянуть» для " -"автоматической загрузки или выгрузки филамента." +"Выберите слот АСПП, затем нажмите кнопку «Выдавить» или «Втянуть» для " +"автоматической загрузки или выгрузки прутка." msgid "" "Filament type is unknown which is required to perform this action. Please " @@ -2758,9 +2795,9 @@ msgid "Top" msgstr "Сверху" msgid "" -"The fan controls the temperature during printing to improve print " -"quality.The system automatically adjusts the fan's switch and speed " -"according to different printing materials." +"The fan controls the temperature during printing to improve print quality." +"The system automatically adjusts the fan's switch and speed according to " +"different printing materials." msgstr "" msgid "" @@ -2796,7 +2833,7 @@ msgid "Parts" msgstr "" msgid "Aux" -msgstr "Вспомогательный" +msgstr "Вспом." msgid "Nozzle1" msgstr "" @@ -2818,16 +2855,16 @@ msgid "Heat the nozzle" msgstr "Нагрев сопла" msgid "Cut filament" -msgstr "Отрезание филамента" +msgstr "Отрезка прутка" msgid "Pull back current filament" -msgstr "Извлечение текущего филамента" +msgstr "Извлечение текущего прутка" msgid "Push new filament into extruder" -msgstr "Вставьте новый филамент в экструдер" +msgstr "Вставка нового прутка в экструдер" msgid "Grab new filament" -msgstr "Загрузка нового филамента" +msgstr "Загрузка нового прутка" msgid "Purge old filament" msgstr "Очистка от старого материала" @@ -2836,7 +2873,7 @@ msgid "Confirm extruded" msgstr "Подтверждение экструзии" msgid "Check filament location" -msgstr "Проверка расположения филамента" +msgstr "Проверка расположения прутка" msgid "The maximum temperature cannot exceed " msgstr "" @@ -2848,11 +2885,11 @@ msgid "" "All the selected objects are on a locked plate.\n" "Cannot auto-arrange these objects." msgstr "" -"Все выбранные объекты находятся на заблокированном столе.\n" -"Невозможно автоматически расположить эти объекты." +"Авторасстановка недоступна,\n" +"т.к. все выбранные модели находятся на заблокированном столе." msgid "No arrangeable objects are selected." -msgstr "Не выбраны модели для расстановки." +msgstr "Не выбрано моделей для расстановки." msgid "" "This plate is locked.\n" @@ -2882,7 +2919,8 @@ msgstr "Расстановка выполнена." msgid "" "Arrange failed. Found some exceptions when processing object geometries." msgstr "" -"Не удалось выполнить расстановку из-за ошибки в геометрических данных модели." +"Не удалось выполнить расстановку из-за ошибки в геометрических данных " +"объекта." #, c-format, boost-format msgid "" @@ -2898,8 +2936,8 @@ msgid "" "All the selected objects are on a locked plate.\n" "Cannot auto-orient these objects." msgstr "" -"Все выбранные объекты находятся на заблокированном столе.\n" -"Автоматическая ориентация этих объектов невозможна." +"Автоориентация недоступна,\n" +"т.к. все выбранные модели находятся на заблокированном столе." msgid "" "This plate is locked.\n" @@ -2952,8 +2990,8 @@ msgstr "Задание отменено." msgid "Upload task timed out. Please check the network status and try again." msgstr "" -"Истекло время ожидания отправки . Проверьте сетевое подключение и повторите " -"попытку." +"Истекло время ожидания отправки задания. Проверьте сетевое подключение и " +"повторите попытку." msgid "Cloud service connection failed. Please try again." msgstr "" @@ -3022,18 +3060,36 @@ msgstr "Отправка конфигурации печати" #, c-format, boost-format msgid "Successfully sent. Will automatically jump to the device page in %ss" msgstr "" -"Успешно отправлено. Автоматический переход на страницу устройства через %s с" +"Успешно отправлено. Автоматический переход на страницу устройства через %s с." #, c-format, boost-format msgid "Successfully sent. Will automatically jump to the next page in %ss" msgstr "" -"Успешно отправлено. Автоматический переход на следующую страницу через %s с" +"Успешно отправлено. Автоматический переход на следующую страницу через %s с." #, c-format, boost-format msgid "Access code:%s IP address:%s" -msgstr "Код доступа:%s IP-адрес:%s" +msgstr "" -msgid "Storage needs to be inserted before printing via LAN." +msgid "A Storage needs to be inserted before printing via LAN." +msgstr "" + +msgid "" +"Sending print job over LAN, but the Storage in the printer is abnormal and " +"print-issues may be caused by this." +msgstr "" + +msgid "" +"The Storage in the printer is abnormal. Please replace it with a normal " +"Storage before sending print job to printer." +msgstr "" + +msgid "" +"The Storage in the printer is read-only. Please replace it with a normal " +"Storage before sending print job to printer." +msgstr "" + +msgid "Encountered an unknown error with the Storage status. Please try again." msgstr "" msgid "Sending G-code file over LAN" @@ -3044,11 +3100,26 @@ msgstr "Отправка G-код файла на SD-карту" #, c-format, boost-format msgid "Successfully sent. Close current page in %s s" -msgstr "Успешно отправлено. Закрытие текущей страницы через %s с" +msgstr "Успешно отправлено. Закрытие текущей страницы через %s с." msgid "Storage needs to be inserted before sending to printer." msgstr "" +msgid "" +"Sending G-code file over LAN, but the Storage in the printer is abnormal and " +"print-issues may be caused by this." +msgstr "" + +msgid "" +"The Storage in the printer is abnormal. Please replace it with a normal " +"Storage before sending to printer." +msgstr "" + +msgid "" +"The Storage in the printer is read-only. Please replace it with a normal " +"Storage before sending to printer." +msgstr "" + msgid "Importing SLA archive" msgstr "Импорт SLA архива" @@ -3073,8 +3144,7 @@ msgstr "" "использовались в качестве резервных." msgid "You cannot load SLA project with a multi-part object on the bed" -msgstr "" -"Вы не можете загрузить проект SLA с многокомпонентным объектом на столе" +msgstr "Вы не можете загрузить SLA проект с составной моделью на столе" msgid "Please check your object list before preset changing." msgstr "Пожалуйста, проверьте список моделей перед изменением профиля." @@ -3092,13 +3162,13 @@ msgid "Canceled" msgstr "Отменено" msgid "Installed successfully" -msgstr "Успешно установлено" +msgstr "Успешно установлено." msgid "Installing" msgstr "Установка" msgid "Install failed" -msgstr "Ошибка установки" +msgstr "Ошибка установки." msgid "Portions copyright" msgstr "С использованием разработок" @@ -3127,7 +3197,7 @@ msgid "" msgstr "" "В данном программном обеспечении используются компоненты с открытым исходным " "кодом, авторские и иные права на которые принадлежат их соответствующим " -"владельцам" +"владельцам." #, c-format, boost-format msgid "About %s" @@ -3153,7 +3223,7 @@ msgid "Version" msgstr "Версия" msgid "AMS Materials Setting" -msgstr "Настройка материалов AMS" +msgstr "Настройка материалов АСПП" msgid "Confirm" msgstr "Подтвердить" @@ -3169,17 +3239,17 @@ msgstr "" "сопла" msgid "max" -msgstr "макс" +msgstr "макс." msgid "min" -msgstr "мин" +msgstr "мин." #, boost-format msgid "The input value should be greater than %1% and less than %2%" -msgstr "Введённое значение должно быть больше %1%, но меньше %2%" +msgstr "Введённое значение должно быть больше %1%, но меньше %2%." msgid "SN" -msgstr "Серийный номер" +msgstr "Серийный №" msgid "Factors of Flow Dynamics Calibration" msgstr "Коэф. калиб. динам. потока" @@ -3194,14 +3264,14 @@ msgid "Factor N" msgstr "Коэф. N" msgid "Setting AMS slot information while printing is not supported" -msgstr "Изменение информации о слотах AMS во время печати не поддерживается" +msgstr "Изменение информации о слотах АСПП во время печати не поддерживается" msgid "Setting Virtual slot information while printing is not supported" msgstr "" "Настройка информации виртуального слота во время печати не поддерживается" msgid "Are you sure you want to clear the filament information?" -msgstr "Вы уверены, что хотите удалить информацию о филаменте?" +msgstr "Вы уверены, что хотите удалить информацию о пластиковой нити?" msgid "You need to select the material type and color first." msgstr "Сначала необходимо выбрать тип материала и цвет." @@ -3223,7 +3293,7 @@ msgid "" msgstr "" msgid "AMS" -msgstr "AMS" +msgstr "АСПП" msgid "Other Color" msgstr "Другой цвет" @@ -3239,9 +3309,10 @@ msgid "" "results. Please fill in the same values as the actual printing. They can be " "auto-filled by selecting a filament preset." msgstr "" -"Температура сопла и максимальная объёмная скорость повлияют на результаты " -"калибровки. Пожалуйста, заполните те же значения, что и для фактической " -"печати. ​​Их можно заполнить автоматически, выбрав предустановку филамента." +"Температура сопла и максимальный объёмный расход влияют на результаты " +"калибровки. Введите те же значения, которые вы используете при фактической " +"печати. Их можно заполнить автоматически, выбрав существующий профиль " +"пластиковой нити." msgid "Nozzle Diameter" msgstr "Диаметр сопла" @@ -3326,7 +3397,7 @@ msgid "" msgstr "" msgid "AMS Slots" -msgstr "Слоты AMS" +msgstr "Слоты АСПП" msgid "Please select from the following filaments" msgstr "" @@ -3338,7 +3409,7 @@ msgid "Select filament that installed to the right nozzle" msgstr "" msgid "Left AMS" -msgstr "Левый AMS" +msgstr "" msgid "External" msgstr "Внешние" @@ -3347,7 +3418,7 @@ msgid "Reset current filament mapping" msgstr "" msgid "Right AMS" -msgstr "Правый AMS" +msgstr "" msgid "Left Nozzle" msgstr "" @@ -3378,16 +3449,16 @@ msgid "Note: Only filament-loaded slots can be selected." msgstr "" msgid "Enable AMS" -msgstr "Включить AMS" +msgstr "Включить АСПП" msgid "Print with filaments in the AMS" -msgstr "Печать филаментами из AMS" +msgstr "Печать пластиковыми нитями из АСПП." msgid "Disable AMS" -msgstr "Отключить AMS" +msgstr "Отключить АСПП" msgid "Print with the filament mounted on the back of chassis" -msgstr "Печать материалом, установленным на задней части корпуса" +msgstr "Печать материалом, установленным на задней части корпуса." msgid "" "Please change the desiccant when it is too wet. The indicator may not " @@ -3403,32 +3474,34 @@ msgstr "" msgid "" "Configure which AMS slot should be used for a filament used in the print job." msgstr "" -"Задайте слот AMS, который должен использоваться для филамента, используемого " -"в текущем задании." +"Задайте слот АСПП, который должен использоваться для прутка, используемого в " +"текущем задании." msgid "Filament used in this print job" -msgstr "Филамент используемый в этом задании" +msgstr "Пруток используемый в этом задании" # убрал АСПП ибо длинно msgid "AMS slot used for this filament" -msgstr "Слот AMS используемый для этого филамента" +msgstr "Слот используемый для этого прутка" # убрал АСПП ибо длинно msgid "Click to select AMS slot manually" -msgstr "Нажмите, чтобы выбрать слот AMS вручную" +msgstr "Нажмите, чтобы выбрать слот вручную" msgid "Do not Enable AMS" -msgstr "Не включать AMS" +msgstr "Не включать АСПП" msgid "Print using materials mounted on the back of the case" msgstr "" "Печать с использованием материала, установленного на задней части корпуса" msgid "Print with filaments in AMS" -msgstr "Печать филаментами из AMS" +msgstr "" +"Печать пластиковыми\n" +"нитями из АСПП" msgid "Print with filaments mounted on the back of the chassis" -msgstr "Печать материалами, установленными на задней части корпуса" +msgstr "Печать материалами, установленными на задней части корпуса." msgid "Auto Refill" msgstr "Автодозаправка" @@ -3463,8 +3536,8 @@ msgstr "В настоящее время принтер не поддержив msgid "" "AMS filament backup is not enabled, please enable it in the AMS settings." msgstr "" -"Резервирование материала AMS не включено, пожалуйста, включите его в " -"настройках AMS." +"Резервирование материала АСПП не включено, пожалуйста, включите его в " +"настройках АСПП." msgid "" "When the current filament runs out, the printer will use identical filament " @@ -3479,7 +3552,7 @@ msgid "WET" msgstr "ВЛАЖНЫЙ" msgid "AMS Settings" -msgstr "Настройки AMS" +msgstr "Настройки АСПП" msgid "Insertion update" msgstr "Обновлять данные при вставке материала" @@ -3488,21 +3561,21 @@ msgid "" "The AMS will automatically read the filament information when inserting a " "new Bambu Lab filament. This takes about 20 seconds." msgstr "" -"AMS автоматически считывает информацию о материале при установке новой " +"АСПП автоматически считывает информацию о материале при установке новой " "катушки Bambu. Это занимает около 20 секунд." msgid "" "Note: if a new filament is inserted during printing, the AMS will not " "automatically read any information until printing is completed." msgstr "" -"Примечание: если во время печати вставляется новый филамент, AMS " +"Примечание: если во время печати вставляется новая пластиковая нить, АСПП " "автоматически считает информацию о ней только по завершению печати." msgid "" "When inserting a new filament, the AMS will not automatically read its " "information, leaving it blank for you to enter manually." msgstr "" -"При вставке нового филамента, AMS не будет автоматически считывать " +"При вставке новой пластиковой нити, АСПП не будет автоматически считывать " "информацию о ней, оставляя поле пустым, чтобы пользователь мог ввести данные " "о ней вручную." @@ -3515,7 +3588,7 @@ msgid "" "start-up. It will take about 1 minute. The reading process will roll the " "filament spools." msgstr "" -"AMS будет автоматически считывать информацию о вставленных материалах при " +"АСПП будет автоматически считывать информацию о вставленных материалах при " "включении принтера. Это занимает около одной минуты. В процессе считывания " "информации о материале катушка вращается." @@ -3525,8 +3598,8 @@ msgid "" "during startup and will continue to use the information recorded before the " "last shutdown." msgstr "" -"AMS не будет автоматически считывать информацию о вставленных материалах при " -"включении принтера и продолжит использовать данные, записанные перед " +"АСПП не будет автоматически считывать информацию о вставленных материалах " +"при включении принтера и продолжит использовать данные, записанные перед " "последним выключением." msgid "Update remaining capacity" @@ -3538,13 +3611,13 @@ msgid "" msgstr "" msgid "AMS filament backup" -msgstr "Резервирование материала AMS" +msgstr "Резервирование материала АСПП" msgid "" "AMS will continue to another spool with matching filament properties " "automatically when current filament runs out." msgstr "" -"AMS автоматически переключится на другую катушку с тем же типом материала, " +"АСПП автоматически переключится на другую катушку с тем же типом материала, " "когда текущий закончится." msgid "Air Printing Detection" @@ -3554,7 +3627,7 @@ msgid "" "Detects clogging and filament grinding, halting printing immediately to " "conserve time and filament." msgstr "" -"При обнаружении засорения сопла или истирания филамента, печать немедленно " +"При обнаружении засорения сопла или истирания прутка, печать немедленно " "прекращается для экономии времени и материала." msgid "File" @@ -3578,7 +3651,7 @@ msgstr "" "или не удалён антивирусом." msgid "click here to see more info" -msgstr "нажмите здесь, чтобы увидеть больше информации" +msgstr "Нажмите здесь, чтобы увидеть больше информации" msgid "Please home all axes (click " msgstr "Пожалуйста, припаркуйте все оси в начало координат (нажав " @@ -3598,7 +3671,7 @@ msgid "" "program" msgstr "" "Произошла ошибка. Возможно, недостаточно системной памяти или это баг " -"программы" +"программы." #, boost-format msgid "A fatal error occurred: \"%1%\"" @@ -3638,7 +3711,7 @@ msgid "Running post-processing scripts" msgstr "Запуск скриптов постобработки" msgid "Successfully executed post-processing script" -msgstr "Скрипт постобработки успешно выполнен" +msgstr "Скрипт постобработки успешно выполнен." msgid "Unknown error occurred during exporting G-code." msgstr "При экспорте в G-код произошла неизвестная ошибка." @@ -3819,8 +3892,8 @@ msgid "" "The recommended nozzle temperature for this filament type is [%d, %d] " "degrees Celsius." msgstr "" -"Рекомендуемая температура сопла для данного типа филамента составляет [%d, " -"%d] градусов Цельсия." +"Рекомендуемая температура сопла для данного типа пластиковой нити составляет " +"[%d, %d] градусов Цельсия." msgid "" "Too small max volumetric speed.\n" @@ -3837,7 +3910,7 @@ msgid "" msgstr "" "Текущая температура внутри термокамеры превышает безопасную температуру для " "этого материала, что может привести к размягчению материала или засорению " -"экструдера. Безопасная температура текущего материала составляет %d" +"экструдера. Безопасная температура текущего материала составляет %d." msgid "" "Too small layer height.\n" @@ -3955,19 +4028,16 @@ msgstr "" "seam_slope_start_height должна быть меньше высоты слоя.\n" "Значение сброшено на 0." +#, c-format, boost-format msgid "" "Lock depth should smaller than skin depth.\n" "Reset to 50% of skin depth." msgstr "" -"Глубина блокировки должна быть меньше глубины скин-слоя.\n" -"Сбросьте значение до 50% от глубины скин-слоя." msgid "" "Both [Extrusion] and [Combined] modes of Fuzzy Skin require the Arachne Wall " "Generator to be enabled." msgstr "" -"Для режимов [Экструзия] и [Комбинированный] эффекта нечеткой кожи требуется " -"включение генератора стенок Arachne." msgid "" "Change these settings automatically?\n" @@ -3975,10 +4045,6 @@ msgid "" "No - Disable Arachne Wall Generator and set [Displacement] mode of the " "Fuzzy Skin" msgstr "" -"Изменить эти настройки автоматически?\n" -"Да - Включить генератор стенок Atachne\n" -"Нет - Отключить генератор стенок Arachne и установить режим [Смещение] для " -"нечеткой оболочки" msgid "" "Spiral mode only works when wall loops is 1, support is disabled, clumping " @@ -4011,7 +4077,7 @@ msgid "Vibration compensation" msgstr "Компенсация вибрации" msgid "Changing filament" -msgstr "Смена филамента" +msgstr "Смена прутка" msgid "M400 pause" msgstr "M400 (пауза)" @@ -4065,13 +4131,13 @@ msgid "Pause (heatbed temperature malfunction)" msgstr "" msgid "Filament unloading" -msgstr "Выгрузка филамента" +msgstr "Выгрузка прутка" msgid "Pause (step loss)" msgstr "" msgid "Filament loading" -msgstr "Загрузка филамента" +msgstr "Загрузка прутка" msgid "Motor noise cancellation" msgstr "Шумоподавление двигателя" @@ -4242,7 +4308,7 @@ msgstr "" "установлена ​​на 0℃." msgid "Failed to start print job" -msgstr "Не удалось запустить задание на печать" +msgstr "Не удалось запустить задание на печать." msgid "" "This calibration does not support the currently selected nozzle diameter" @@ -4277,10 +4343,10 @@ msgid "Check Assistant" msgstr "Ассистент проверки" msgid "Filament Extruded, Continue" -msgstr "Филамент выдавлен, Продолжить" +msgstr "Пруток выдавлен, Продолжить" msgid "Not Extruded Yet, Retry" -msgstr "Филамент ещё не выдавлен, Повторить" +msgstr "Пруток ещё не выдавлен, Повторить" # ????? Готово msgid "Finished, Continue" @@ -4291,7 +4357,7 @@ msgid "Load Filament" msgstr "Загрузить" msgid "Filament Loaded, Resume" -msgstr "Филамент загружен, Продолжить" +msgstr "Пруток загружен, Повторить" msgid "View Liveview" msgstr "Посмотреть камеру" @@ -4334,7 +4400,7 @@ msgstr "" # отображается в Моделях msgid "default" -msgstr "по умолчанию" +msgstr "По ум." #, boost-format msgid "Edit Custom G-code (%1%)" @@ -4342,7 +4408,7 @@ msgstr "Изменение пользовательского G-кода (%1%)" msgid "Built-in placeholders (Double click item to add to G-code)" msgstr "" -"Встроенные заполнители. Для добавления его в G-код, дважды нажмите на " +"Встроенные заполнители. Для добавления его в G-код, дважды щелкните на " "выбранное." msgid "Search G-code placeholders" @@ -4370,7 +4436,7 @@ msgid "Print Statistics" msgstr "Статистика печати" msgid "Objects Info" -msgstr "Информация о моделях" +msgstr "Информация об моделях" msgid "Dimensions" msgstr "Размеры" @@ -4392,7 +4458,7 @@ msgid "Print settings" msgstr "Настройки печати" msgid "Filament settings" -msgstr "Настройки филамента" +msgstr "Настройки прутка" msgid "SLA Materials settings" msgstr "Настройки SLA материалов" @@ -4401,7 +4467,7 @@ msgid "Printer settings" msgstr "Настройки принтера" msgid "parameter name" -msgstr "имя параметра" +msgstr "Имя параметра" #, c-format, boost-format msgid "%s can't be a percentage" @@ -4448,14 +4514,12 @@ msgid "Some extension in the input is invalid" msgstr "Недопустимое расширение на входе" msgid "This parameter expects a valid template." -msgstr "Этот параметр ожидает допустимый шаблон." +msgstr "" msgid "" "Invalid pattern. Use N, N#K, or a comma-separated list with optional #K per " "entry. Examples: 5, 5#2, 1,7,9, 5,9#2,18." msgstr "" -"Недопустимый шаблон. Используйте N, N#K или список, разделённый запятыми, с " -"необязательным #K для каждой записи. Примеры: 5, 5#2, 1,7,9, 5,9#2,18." #, boost-format msgid "Invalid format. Expected vector format: \"%1%\"" @@ -4626,7 +4690,7 @@ msgid "Time" msgstr "Время" msgid "Usage" -msgstr "Использование" +msgstr "" msgid "Layer Height (mm)" msgstr "Высота слоя (мм)" @@ -4653,13 +4717,13 @@ msgid "Seams" msgstr "Швы" msgid "Retract" -msgstr "Ретракт" +msgstr "Откат" msgid "Unretract" msgstr "Подача" msgid "Filament Changes" -msgstr "Смена филамента" +msgstr "Смена прутка" msgid "Wipe" msgstr "Очистка" @@ -4668,7 +4732,7 @@ msgid "Options" msgstr "Параметры" msgid "travel" -msgstr "перемещения" +msgstr "Перемещения" msgid "Extruder" msgstr "Экструдер" @@ -4679,7 +4743,7 @@ msgstr "Стоимость" # в результате нарезки это, в профиле прутка # ??? Число смен материалов msgid "Filament change times" -msgstr "Время замены филамента" +msgstr "Кол-во смен материала" msgid "Color change" msgstr "Смена цвета" @@ -4689,7 +4753,7 @@ msgstr "Печать" # ?????6 msgid "Printer" -msgstr "Принтер" +msgstr "Профиль принтера" msgid "Tool Change" msgstr "Смена инструмента" @@ -4701,10 +4765,10 @@ msgid "Normal mode" msgstr "Нормальный режим" msgid "Total Filament" -msgstr "Всего филамента" +msgstr "Всего использовано прутка" msgid "Model Filament" -msgstr "Использование филамента для моделей" +msgstr "Исп. прутка для моделей" msgid "Prepare time" msgstr "Время подготовки" @@ -4730,10 +4794,6 @@ msgid "" "Please solve the problem by moving it totally on or off the plate, and " "confirming that the height is within the build volume." msgstr "" -"Объект находится за пределами печатающей пластины или превышает допустимую " -"высоту.\n" -"Решите проблему, полностью переместив его на пластину или сняв с неё, " -"убедившись, что высота находится в пределах объёма построения." msgid "Variable layer height" msgstr "Переменная высота слоёв" @@ -4775,16 +4835,16 @@ msgid "Sequence" msgstr "Последовательность" msgid "object selection" -msgstr "выбор объекта" +msgstr "" msgid "part selection" -msgstr "выбор детали" +msgstr "" msgid "number keys" -msgstr "цифровые клавиши" +msgstr "" msgid "number keys can quickly change the color of objects" -msgstr "цифровые клавиши могут быстро менять цвет объектов" +msgstr "" msgid "" "Following objects are laid over the boundary of plate or exceeds the height " @@ -4827,10 +4887,10 @@ msgid "Mirror Object" msgstr "Отразить модель" msgid "Tool Move" -msgstr "Перемещение инструмента" +msgstr "Инструмент перемещения" msgid "Tool Rotate" -msgstr "Вращение инструмента" +msgstr "Инструмент вращения" msgid "Move Object" msgstr "Перемещение модели" @@ -4866,7 +4926,7 @@ msgid "Avoid extrusion calibration region" msgstr "Избегать зону калибровки экструзии" msgid "Align to Y axis" -msgstr "Выравнить по оси Y" +msgstr "Выравнивать по оси Y" msgctxt "Camera" msgid "Left" @@ -4913,13 +4973,13 @@ msgid "Slice all" msgstr "Нарезать все столы" msgid "Failed" -msgstr "Ошибка" +msgstr "Неудачно" msgid "All Plates" -msgstr "Все печатные пластины" +msgstr "" msgid "Stats" -msgstr "Статистика" +msgstr "" msgid "Assembly Return" msgstr "Выйти из сборки" @@ -4940,7 +5000,7 @@ msgid "Assemble Control" msgstr "Управление сборкой" msgid "Selection Mode" -msgstr "Режим выбора" +msgstr "" msgid "Total Volume:" msgstr "Общий объём:" @@ -4954,7 +5014,7 @@ msgstr "Объём:" msgid "Size:" msgstr "Размер:" -#, boost-format +#, c-format, boost-format msgid "" "Conflicts of G-code paths have been found at layer %d, z = %.2lf mm. Please " "separate the conflicted objects farther (%s <-> %s)." @@ -5002,7 +5062,7 @@ msgid "Open wiki for more information." msgstr "" msgid "Only the object being edited is visible." -msgstr "Модели с которыми вы не работаете при редактировании скрываются." +msgstr "При редактировании, те модели с которыми вы не работаете скрываются." #, c-format, boost-format msgid "filaments %s cannot be printed directly on the surface of this plate." @@ -5251,7 +5311,7 @@ msgid "Open a project file" msgstr "Открыть файл проекта" msgid "Recent files" -msgstr "Недавние файлы" +msgstr "" msgid "Save Project" msgstr "Сохранить проект" @@ -5368,7 +5428,7 @@ msgid "Duplicate Current Plate" msgstr "Дублировать печатную пластину" msgid "Duplicate the current plate" -msgstr "Дублировать текущую печатную пластину" +msgstr "Дублировать текущую печатную пластину." msgid "Select all" msgstr "Выбрать всё" @@ -5424,7 +5484,7 @@ msgid "Show object labels in 3D scene." msgstr "Показать имена моделей в 3D-сцене." msgid "Show &Overhang" -msgstr "Показать &Нависание" +msgstr "Показать &нависания" msgid "Show object overhang highlight in 3D scene." msgstr "Подсвечивать нависания у модели в окне подготовки." @@ -5475,25 +5535,22 @@ msgid "Flow rate" msgstr "Скорость потока" msgid "Pressure advance" -msgstr "Прогнозирование расхода" +msgstr "Коэф. Pressure advance" msgid "Retraction test" -msgstr "Тест ретракта" +msgstr "Тест откатов" msgid "Max flowrate" msgstr "Макс. объёмный расход" -msgid "Junction Deviation" -msgstr "Отклонение соединения" - -msgid "Junction Deviation calibration" -msgstr "Калибровка отклонения соединений" - msgid "Cornering" -msgstr "Cornering" +msgstr "" + +msgid "Cornering calibration" +msgstr "" msgid "Input Shaping Frequency" -msgstr "Частота Input Shaping" +msgstr "Частота Input Shaping " msgid "Input Shaping Damping/zeta factor" msgstr "Затухание Input Shaping/Коэффициент затухания (ζ)" @@ -5532,7 +5589,7 @@ msgid "Open Slicer" msgstr "Открыть слайсер" msgid "&Quit" -msgstr "&Выход" +msgstr "В&ыход" #, c-format, boost-format msgid "Quit %s" @@ -5611,7 +5668,7 @@ msgid "The project is no longer available." msgstr "Проект больше недоступен." msgid "Filament Settings" -msgstr "Настройки филамента" +msgstr "Настройки прутка" msgid "" "Do you want to synchronize your personal data from Bambu Cloud?\n" @@ -5649,9 +5706,7 @@ msgstr "Пожалуйста, проверьте, подключен ли при msgid "" "The printer is currently busy downloading. Please try again after it " "finishes." -msgstr "" -"В настоящее время принтер выполняет загрузку. Повторите попытку после " -"завершения." +msgstr "Сейчас идёт загрузка. Пожалуйста, повторите попытку после завершения." msgid "Printer camera is malfunctioning." msgstr "Камера принтера неисправна." @@ -5689,7 +5744,7 @@ msgid "The printer has been logged out and cannot connect." msgstr "Принтер вышел из системы и не может подключиться." msgid "Video Stopped." -msgstr "Видеотрансляция остановлена." +msgstr "Видеотрансляция с камеры остановлена." # ??? Сбой подключения к локальной сети (не удалось запустить просмотр в реальном времени msgid "LAN Connection Failed (Failed to start liveview)" @@ -6087,7 +6142,7 @@ msgid "Camera" msgstr "Камера" msgid "Storage" -msgstr "Память" +msgstr "" msgid "Camera Setting" msgstr "Настройки камеры" @@ -6117,10 +6172,10 @@ msgid "Filament loading..." msgstr "" msgid "No Storage" -msgstr "Нет памяти" +msgstr "" msgid "Storage Abnormal" -msgstr "Память не в порядке" +msgstr "" msgid "Cancel print" msgstr "Отмена печати" @@ -6165,7 +6220,7 @@ msgstr "" msgid "" "Please heat the nozzle to above 170°C before loading or unloading filament." msgstr "" -"Пожалуйста, перед загрузкой или выгрузкой филамента, нагрейте сопло до " +"Пожалуйста, перед загрузкой или выгрузкой прутка, нагрейте сопло до " "температуры выше 170°C." msgid "" @@ -6180,8 +6235,8 @@ msgid "" "Cannot read filament info: the filament is loaded to the tool head,please " "unload the filament and try again." msgstr "" -"Невозможно считать информацию о филаменте: филамент загружен в печатающую " -"голову, извлеките его и повторите попытку." +"Не удаётся считать информацию о пластиковой нити. Пластиковая нить загружена " +"в голову, пожалуйста, выгрузите её и повторите попытку." msgid "This only takes effect during printing" msgstr "Применимо только во время печати" @@ -6238,13 +6293,13 @@ msgstr "Ошибка получения конфигурации OSS." # ??? или Загрузка оставить? msgid "Upload Pictures" -msgstr "Загрузка изображений" +msgstr "Отправка изображений" msgid "Number of images successfully uploaded" msgstr "Количество успешно отправленных изображений" msgid " upload failed" -msgstr " ошибка загрузки" +msgstr " ошибка отправки" msgid " upload config prase failed\n" msgstr " ошибка обработки конфигурации при отправке\n" @@ -6265,7 +6320,7 @@ msgstr "" "\n" msgid "info" -msgstr "инфо" +msgstr "Информация" msgid "Synchronizing the printing results. Please retry a few seconds later." msgstr "" @@ -6284,7 +6339,7 @@ msgid "" msgstr "" "Ваш комментарий не может быть отправлен по следующим причинам:\n" "\n" -" Код ошибки: " +"Код ошибки: " msgid "error message: " msgstr "сообщение об ошибке: " @@ -6449,7 +6504,7 @@ msgid "New printer config available." msgstr "Доступен новый профиль принтера." msgid "Wiki" -msgstr "Wiki" +msgstr "Вики-сайт" msgid "Undo integration failed." msgstr "Не удалось отменить интеграцию." @@ -6493,9 +6548,9 @@ msgstr[2] "Загружена %1$d деталей, являющиеся част #, c-format, boost-format msgid "%1$d object was loaded with fuzzy skin painting." msgid_plural "%1$d objects were loaded with fuzzy skin painting." -msgstr[0] "%1$d модель была загружена с нарисованной нечеткой оболочкой." -msgstr[1] "%1$d модели были загружены с нарисованной нечеткой оболочкой." -msgstr[2] "%1$d моделей было загружено с нарисованной нечеткой оболочкой." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" msgid "ERROR" msgstr "ОШИБКА" @@ -6528,7 +6583,7 @@ msgid "Serious warning:" msgstr "Серьёзное предупреждение:" msgid " (Repair)" -msgstr " (Починить)" +msgstr " (Починить модель)" msgid " Click here to install it." msgstr " Нажмите здесь, чтобы установить." @@ -6537,7 +6592,7 @@ msgid "WARNING:" msgstr "ПРЕДУПРЕЖДЕНИЕ:" msgid "Your model needs support! Please enable support material." -msgstr "Вашей модели нужна поддержка! Пожалуйста, включите поддержку." +msgstr "Вашей модели необходима поддержка, включите её генерацию!" msgid "G-code path overlap" msgstr "Перекрытие пути G-кода" @@ -6669,7 +6724,7 @@ msgid "Allow Prompt Sound" msgstr "Разрешить звуковые уведомления" msgid "Filament Tangle Detect" -msgstr "Обнаружение запутывания филамента" +msgstr "Обнаружение запутывания прутка" msgid "Check if the nozzle is clumping by filament or other foreign objects." msgstr "" @@ -6737,10 +6792,10 @@ msgid "Lock current plate" msgstr "Заблокировать текущую печатную пластину" msgid "Edit current plate name" -msgstr "Изменить имя текущей печатной пластины" +msgstr "Изменить имя текущей пластины" msgid "Move plate to the front" -msgstr "Переместить печатную пластину вперед" +msgstr "Переместить пластину вперед" msgid "Customize current plate" msgstr "Настроить текущую печатную пластину" @@ -6772,22 +6827,22 @@ msgstr "" #, boost-format msgid " plate %1%:" -msgstr " печатной пластины %1%:" +msgstr " печатной пластины %1%: " msgid "Invalid name, the following characters are not allowed:" -msgstr "Недопустимое имя файла, эти символы не разрешены:" +msgstr "Недопустимое имя файла. Следующие символы не разрешены:" msgid "Sliced Info" msgstr "Информация о нарезке" msgid "Used Filament (m)" -msgstr "Использовано филамента (м)" +msgstr "Использовано прутка (м)" msgid "Used Filament (mm³)" -msgstr "Использовано филамента (мм³)" +msgstr "Использовано прутка (мм³)" msgid "Used Filament (g)" -msgstr "Использовано филамента (г)" +msgstr "Использовано прутка (г)" msgid "Used Materials" msgstr "Использовано материалов" @@ -6796,7 +6851,7 @@ msgid "Estimated time" msgstr "Расчётное время печати" msgid "Filament changes" -msgstr "Смена филамента" +msgstr "Смена прутка" msgid "Set the number of AMS installed on the nozzle." msgstr "" @@ -6864,16 +6919,16 @@ msgid "Flushing volumes" msgstr "Объём очистки" msgid "Add one filament" -msgstr "Добавить один филамент" +msgstr "Добавить пластиковую нить" msgid "Remove last filament" -msgstr "Удалить последний добавленный филамент" +msgstr "Удалить последнюю добавленную пластиковую нить" msgid "Synchronize filament list from AMS" -msgstr "Синхронизировать перечень материалов из AMS" +msgstr "Синхронизировать перечень материалов из АСПП" msgid "Set filaments to use" -msgstr "Выбор филамента" +msgstr "Выбор пластиковой нити" msgid "Search plate, object and part." msgstr "Поиск печатной пластины, модели или части модели." @@ -6892,7 +6947,7 @@ msgstr "" "Синхронизация не выполнена, ввиду отсутствия совместимых пластиковых нитей." msgid "Sync filaments with AMS" -msgstr "Синхронизация филамента с AMS" +msgstr "Синхронизация прутка с АСПП" msgid "" "There are some unknown or uncompatible filaments mapped to generic preset.\n" @@ -6919,7 +6974,7 @@ msgstr "" #, c-format, boost-format msgid "Ejecting of device %s (%s) has failed." -msgstr "Извлечение устройства %s (%s) не выполнено." +msgstr "" msgid "Previous unsaved project detected, do you want to restore it?" msgstr "Обнаружен предыдущий несохранённый проект. Хотите восстановить его?" @@ -6942,8 +6997,8 @@ msgid "" "filament, otherwise, the nozzle will be attrited or damaged." msgstr "" "Твердость сопла, установленного по умолчанию, недостаточна для печати данной " -"пластиковой нитью. Замените сопло на закалённое или смените филамент. В " -"противном случае сопло будет изношено или повреждено." +"пластиковой нитью. Замените сопло на закалённое или смените пластиковую " +"нить. В противном случае сопло будет изношено или повреждено." msgid "" "Enabling traditional timelapse photography may cause surface imperfections. " @@ -6964,7 +7019,7 @@ msgid "Collapse sidebar" msgstr "Свернуть боковую панель" msgid "Tab" -msgstr "Вкладка" +msgstr "" #, c-format, boost-format msgid "Loading file: %s" @@ -6982,17 +7037,11 @@ msgid "" "rotation template settings that may not work properly with your current " "infill pattern. This could result in weak support or print quality issues." msgstr "" -"Этот проект был создан с помощью OrcaSlicer 2.3.1-alpha и использует " -"настройки шаблона поворота заполнения, которые могут некорректно работать с " -"вашим текущим шаблоном заполнения. Это может привести к слабой поддержке или " -"проблемам с качеством печати." msgid "" "Would you like OrcaSlicer to automatically fix this by clearing the rotation " "template settings?" msgstr "" -"Хотите ли вы, чтобы Orca Slicer автоматически исправил это, очистив " -"настройки поворота шаблона?" #, c-format, boost-format msgid "" @@ -7025,7 +7074,7 @@ msgstr "Пожалуйста, исправьте их на вкладках па msgid "" "The 3mf has the following modified G-code in filament or printer presets:" msgstr "" -"В профиле филамента или принтера этого 3mf файла содержится следующий " +"В профиле прутка или принтера этого 3mf файла содержится следующий " "модифицированный G-код:" msgid "" @@ -7040,15 +7089,15 @@ msgstr "Модифицированный G-код" msgid "The 3mf has the following customized filament or printer presets:" msgstr "" -"В этом 3mf файле содержатся следующие пользовательские профили филамента или " +"В этом 3mf файле содержаться следующие пользовательские профили прутка или " "принтера:" msgid "" "Please confirm that the G-code within these presets is safe to prevent any " "damage to the machine!" msgstr "" -"Пожалуйста, подтвердите, что G-код в этих профилях безопасен, чтобы " -"предотвратить повреждение принтера!" +"Во избежание повреждения принтера убедитесь, что G-код в этих профилях " +"безопасен!" msgid "Customized Preset" msgstr "Пользовательский профиль" @@ -7057,10 +7106,10 @@ msgid "Name of components inside step file is not UTF8 format!" msgstr "Имена компонентов внутри step файла не в формате UTF8!" msgid "The name may show garbage characters!" -msgstr "В названии могут присутствовать мусорные символы!" +msgstr "В названии могут присутствовать ненужные символы!" msgid "Remember my choice." -msgstr "Запомнить выбор." +msgstr "Запомнить выбор" #, boost-format msgid "Failed loading file \"%1%\". An invalid configuration was found." @@ -7184,6 +7233,34 @@ msgstr "Выберите новый файл" msgid "File for the replace wasn't selected" msgstr "Файл для замены не выбран" +msgid "Select folder to replace from" +msgstr "" + +msgid "Directory for the replace wasn't selected" +msgstr "" + +msgid "Replaced with STLs from directory:\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: same file.\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: file does not exist.\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: failed to replace.\n" +msgstr "" + +#, boost-format +msgid "✔ Replaced %1%.\n" +msgstr "" + +msgid "Replaced volumes" +msgstr "" + msgid "Please select a file" msgstr "Пожалуйста, выберите файл" @@ -7223,7 +7300,7 @@ msgstr "Пожалуйста, устраните ошибки нарезки и msgid "" "Network Plug-in is not detected. Network related features are unavailable." -msgstr "Сетевой плагин не обнаружен. Сетевые функции недоступны." +msgstr "Сетевой плагин не обнаружен. Функции, связанные с сетью, недоступны." msgid "" "Preview only mode:\n" @@ -7246,8 +7323,8 @@ msgstr "" msgid "You can keep the modified presets to the new project or discard them" msgstr "" -"Вы можете сохранить измененные настройки профиля в новом проекте или удалить " -"их" +"Вы можете перенести сделанные изменения в новый проект или отказаться от их " +"сохранения." msgid "Creating a new project" msgstr "Создание нового проекта" @@ -7362,8 +7439,8 @@ msgstr "Все модели будут удалены, продолжить?" msgid "The current project has unsaved changes, save it before continue?" msgstr "" -"В текущем проекте есть несохраненные изменения. Сохранить их перед " -"продолжением?" +"В текущем проекте имеются несохранённые изменения.\n" +"Сохранить их перед продолжением?" msgid "Number of copies:" msgstr "Количество копий:" @@ -7431,13 +7508,13 @@ msgstr "" "экспортированы только положительные части." msgid "Is the printer ready? Is the print sheet in place, empty and clean?" -msgstr "Готов ли Принтер? Печатная пластина на месте, пустая и чистая?" +msgstr "Готов ли 3D-принтер? Печатная пластина на месте, пустая и чистая?" msgid "Upload and Print" msgstr "Загрузить и напечатать" msgid "Abnormal print file data. Please slice again" -msgstr "Неправильные данные файла печати. Пожалуйста, нарежьте ещё раз" +msgstr "Неправильные данные файла печати. Пожалуйста, нарежьте ещё раз." msgid "" "Print By Object: \n" @@ -7533,7 +7610,8 @@ msgid "" "on Orca Slicer(windows) or CAD softwares." msgstr "" "Функция «Починить модель» в настоящее время доступна только в Windows. " -"Почините модель в Orca Slicer (Windows) или программах САПР." +"Пожалуйста, почините модель с помощью Bambu Studio (Windows) или в другой " +"CAD программе." #, c-format, boost-format msgid "" @@ -7541,9 +7619,9 @@ msgid "" "still want to do this print job, please set this filament's bed temperature " "to non-zero." msgstr "" -"Не рекомендуется использовать печатную пластину %d (%s) для печати " -"филаментов %s (%s). Если вы всё же хотите сделать это, то установите " -"температуру стола для этого филамента на ненулевое значение." +"Не рекомендуется использовать печатную пластину %d (%s) для печати прутком " +"%s (%s). Если вы всё же хотите сделать это, то установите температуру стола " +"для этого прутка на ненулевое значение." msgid "" "Currently, the object configuration form cannot be used with a multiple-" @@ -7659,10 +7737,12 @@ msgid "Imperial" msgstr "Имперская СИ" msgid "Units" -msgstr "Единицы измерения" +msgstr "" +"Единицы \n" +"измерения" msgid "Home" -msgstr "Главная" +msgstr "Home" msgid "Default page" msgstr "" @@ -7723,14 +7803,14 @@ msgstr "" msgid "Should printer/filament/process settings be loaded when opening a .3mf?" msgstr "" -"Следует ли при открытии 3mf проекта загружать настройки принтера, филамента " -"и процесса?" +"Выбор того, следует ли при открытии 3mf проекта загружать настройки " +"принтера, прутка и процесса." msgid "Maximum recent files" -msgstr "Максимальное количество последних файлов" +msgstr "" msgid "Maximum count of recent files" -msgstr "Максимальное количество последних файлов" +msgstr "" msgid "Add STL/STEP files to recent files list" msgstr "" @@ -7766,8 +7846,9 @@ msgid "" "If enabled, Orca will remember and switch filament/process configuration for " "each printer automatically." msgstr "" -"Если эта функция включена, Orca Slicer будет автоматически запоминать и " -"переключать конфигурацию филамента/процесса для каждого принтера." +"Если включено, программа будет запоминать связь выбранного профиля принтера " +"с профилем пластиковой нити и процессом печати, выставленными вами в " +"последний раз." msgid "Features" msgstr "" @@ -7809,7 +7890,9 @@ msgid "Touchpad" msgstr "Тачпад" msgid "Camera style" -msgstr "Стиль управления камерой" +msgstr "" +"Стиль управ-\n" +"ления камерой" msgid "" "Select camera navigation style.\n" @@ -7875,14 +7958,20 @@ msgstr "" # ??? Сбросить мой выбор действия для проектов, Сбросить запрос о несохранённых изменениях для проекта при закрытии программы msgid "Clear my choice on the unsaved projects." -msgstr "Отменить выбор для несохраненных проектов." +msgstr "" +"Сбросить мой выбор, сделанный \n" +"при запросе о несохранённых \n" +"изменениях в проекте." msgid "Unsaved presets" msgstr "" # ??? Сбросить мой выбор действия для профилей, Сбросить запрос о несохранённых изменениях для профиля при закрытии программы, Сбросить выбор, который я сделал при запросе о несохранённых изменениях в профиле. msgid "Clear my choice on the unsaved presets." -msgstr "Очистить мой выбор для несохраненных профилей." +msgstr "" +"Сбросить мой выбор, сделанный \n" +"при запросе о несохранённых \n" +"изменениях в профиле." msgid "Synchronizing printer preset" msgstr "" @@ -7918,11 +8007,10 @@ msgid "Check for stable updates only" msgstr "Уведомлять только о стабильных версиях программы" msgid "Auto sync user presets (Printer/Filament/Process)" -msgstr "" -"Автосинхронизация пользовательских профилей (принтера/филамента/процесса)" +msgstr "Автосинхронизация пользовательских профилей (принтера/прутка/процесса)" msgid "Update built-in Presets automatically." -msgstr "Автоматически обновлять системные профили." +msgstr "Автоматически обновлять системные профили" msgid "Network plugin" msgstr "" @@ -7936,8 +8024,6 @@ msgstr "" msgid "" "Disable to use latest network plugin that supports new BambuLab firmwares." msgstr "" -"Отключите, чтобы использовать последний сетевой плагин, поддерживающий новые " -"прошивки BambuLab." msgid "Associate files to OrcaSlicer" msgstr "Сопоставление типов файлов с OrcaSlicer" @@ -7947,27 +8033,27 @@ msgstr "Ассоциировать файлы .3mf с OrcaSlicer" msgid "If enabled, sets OrcaSlicer as default application to open .3mf files" msgstr "" -"Если включено, OrcaSlicer назначается приложением по умолчанию для открытия " -"файлов .3mf" +"Если включено, назначает OrcaSlicer в качестве приложения по умолчанию для " +"открытия .3mf файлов." msgid "Associate .stl files to OrcaSlicer" msgstr "Ассоциировать файлы .stl с OrcaSlicer" msgid "If enabled, sets OrcaSlicer as default application to open .stl files" msgstr "" -"Если включено, OrcaSlicer назначается приложением по умолчанию для открытия " -"файлов .stl" +"Если включено, назначает OrcaSlicer в качестве приложения по умолчанию для " +"открытия .stl файлов." msgid "Associate .step/.stp files to OrcaSlicer" msgstr "Ассоциировать файлы .step/.stp с OrcaSlicer" msgid "If enabled, sets OrcaSlicer as default application to open .step files" msgstr "" -"Если включено, OrcaSlicer назначается приложением по умолчанию для открытия " -"файлов .step" +"Если включено, назначает OrcaSlicer в качестве приложения по умолчанию для " +"открытия .step файлов." msgid "Associate web links to OrcaSlicer" -msgstr "Ассоциировать веб-ссылки с OrcaSlicer" +msgstr "Сопоставление веб-ссылок с OrcaSlicer" msgid "Developer" msgstr "" @@ -7976,7 +8062,7 @@ msgid "Develop mode" msgstr "Режим разработчика" msgid "Skip AMS blacklist check" -msgstr "Пропуск проверки материалов в AMS из файла чёрного списка" +msgstr "Пропуск проверки материалов в АСПП из файла чёрного списка" msgid "Remove mixed temperature restriction" msgstr "" @@ -7986,6 +8072,14 @@ msgid "" "difference together." msgstr "" +msgid "Allow Abnormal Storage" +msgstr "" + +msgid "" +"This allows the use of Storage that is marked as abnormal by the Printer.\n" +"Use at your own risk, can cause issues!" +msgstr "" + msgid "Log Level" msgstr "Уровень ведения журнала" @@ -8065,7 +8159,7 @@ msgid "debug save button" msgstr "кнопка сохранения отладки" msgid "save debug settings" -msgstr "сохранить настройки отладки" +msgstr "Сохранить настройки отладки" msgid "DEBUG settings have been saved successfully!" msgstr "Настройки отладки успешно сохранены!" @@ -8089,13 +8183,13 @@ msgid "Left filaments" msgstr "" msgid "AMS filaments" -msgstr "Филаменты AMS" +msgstr "Прутки АСПП" msgid "Right filaments" msgstr "" msgid "Click to select filament color" -msgstr "Нажмите, чтобы выбрать цвет филамента" +msgstr "Нажмите, чтобы выбрать цвет прутка" msgid "Add/Remove presets" msgstr "Добавить/удалить профиль" @@ -8104,7 +8198,7 @@ msgid "Edit preset" msgstr "Изменить профиль" msgid "Project-inside presets" -msgstr "Профили внутри проекта" +msgstr "Внутрипроектные профили" msgid "System" msgstr "" @@ -8116,7 +8210,7 @@ msgid "Unsupported" msgstr "" msgid "Add/Remove filaments" -msgstr "Добавить/удалить филаменты" +msgstr "Добавить/удалить пруток" msgid "Add/Remove materials" msgstr "Добавить/удалить материал" @@ -8138,13 +8232,13 @@ msgstr "Выбранный профиль пуст!" # ?????? В двух местах - в одном месте кнопка в другом Конечный слой. В V2.2.0beta2 пока не исправлено msgid "End" -msgstr "Конец" +msgstr "End" msgid "Customize" msgstr "Настройка" msgid "Other layer filament sequence" -msgstr "Другая последовательность слоев филамента" +msgstr "Последовательность прутков на других слоях" msgid "Please input layer value (>= 2)." msgstr "Пожалуйста, введите значение слоя (>= 2)." @@ -8174,7 +8268,7 @@ msgid "Spiral vase" msgstr "Спиральная ваза" msgid "First layer filament sequence" -msgstr "Последовательность филамента первого слоя" +msgstr "Последовательность прутков на первом слое" msgid "Same as Global Bed Type" msgstr "Аналогично глобальному типу стола" @@ -8193,8 +8287,8 @@ msgstr "Выход" msgid "Slice all plate to obtain time and filament estimation" msgstr "" -"Нарезка всех столов для расчтеа примерного времени печати и необходимого " -"количества филамента" +"Нарезка всех столов для получения примерного времени печати и расчёта " +"необходимого количества материала." msgid "Packing project data into 3mf file" msgstr "Упаковка данных проекта в файл формата 3mf" @@ -8214,7 +8308,7 @@ msgid "Publish" msgstr "Опубликовать" msgid "Publish was cancelled" -msgstr "Опубликование отменено" +msgstr "" msgid "Slicing Plate 1" msgstr "Нарезка стола 1" @@ -8233,7 +8327,7 @@ msgid "User Preset" msgstr "Пользовательский профиль" msgid "Preset Inside Project" -msgstr "Профиль внутри проекта" +msgstr "Внутрипроектный профиль" msgid "Name is unavailable." msgstr "Имя недоступно." @@ -8252,7 +8346,7 @@ msgstr "Профиль \"%1%\" уже существует и несовмест msgid "Please note that saving will overwrite this preset." msgstr "" -"Обратите внимание, что при сохранении произойдёт перезапись текущего профиля." +"Обратите внимание, что при сохранении произойдёт замена текущего профиля." msgid "The name cannot be the same as a preset alias name." msgstr "Имя не должно совпадать с именем предустановленного профиля." @@ -8278,7 +8372,7 @@ msgstr "Для \"%1%\" сменить \"%2%\" на \"%3%\" " #, boost-format msgid "For \"%1%\", add \"%2%\" as a new preset" -msgstr "Для \"%1%\" добавить \"%2%\" как новый профиль" +msgstr "Для \"%1%\" добавить \"%2%\" как новый шаблон" #, boost-format msgid "Simply switch to \"%1%\"" @@ -8288,7 +8382,7 @@ msgid "Task canceled" msgstr "Задание отменено" msgid "Bambu Cool Plate" -msgstr "Ненагреваемая пластика Bambu" +msgstr "Не нагреваемая пластина Bambu" msgid "PLA Plate" msgstr "PLA пластина" @@ -8337,7 +8431,9 @@ msgid "" msgstr "" msgid "Flow Dynamics Calibration" -msgstr "Калибровка динамики потока" +msgstr "" +"Калибровка\n" +"динамики потока" msgid "" "This process determines the dynamic flow values to improve overall print " @@ -8374,15 +8470,15 @@ msgid "" "Filament %s does not match the filament in AMS slot %s. Please update the " "printer firmware to support AMS slot assignment." msgstr "" -"Филамент %s не соответствует филаменту в слоте AMS %s. Обновите прошивку " -"принтера для возможности назначения слота AMS." +"Материал %s не соответствует материалу в слоте %s АСПП. Обновите прошивку " +"принтера, чтобы получить поддержку функции назначения слотов АСПП." msgid "" "Filament does not match the filament in AMS slot. Please update the printer " "firmware to support AMS slot assignment." msgstr "" -"Материал не соответствует материалу в слоте AMS. Обновите прошивку принтера, " -"чтобы получить поддержку функции назначения слотов AMS." +"Материал не соответствует материалу в слоте АСПП. Обновите прошивку " +"принтера, чтобы получить поддержку функции назначения слотов АСПП." #, c-format, boost-format msgid "" @@ -8429,7 +8525,7 @@ msgid "" "they are the required filaments. If they are okay, press \"Confirm\" to " "start printing." msgstr "" -"В AMS установлены неизвестные филаменты. Убедитесь, что установлены именно " +"В АСПП установлены неизвестные пластиковые нити. Убедитесь, что стоят именно " "те, что вам нужны. Если всё в порядке, нажмите «Подтвердить», чтобы начать " "печать." @@ -8438,8 +8534,8 @@ msgstr "Пожалуйста, проверьте следующую информ msgid "Please fix the error above, otherwise printing cannot continue." msgstr "" -"Пожалуйста, исправьте вышеуказанную ошибку, в противном случае печать не " -"будет продолжена." +"Пожалуйста, устраните вышеуказанную ошибку, иначе печать не может " +"продолжиться." msgid "" "Please click the confirm button if you still want to proceed with printing." @@ -8521,12 +8617,12 @@ msgid "Cool(Supertack)" msgstr "" msgid "Click here if you can't connect to the printer" -msgstr "Нажмите здесь, если вы не можете подключиться к принтеру" +msgstr "Не удаётся подключиться к принтеру?" msgid "No login account, only printers in LAN mode are displayed" msgstr "" -"Нет учетной записи для входа, отображаются только принтеры в режиме " -"локальной сети" +"Без входа в учётную запись, отображаются только \n" +"принтеры в локальной сети." msgid "Connecting to server" msgstr "Подключение к серверу" @@ -8542,12 +8638,12 @@ msgstr "" msgid "Cannot send the print job when the printer is updating firmware" msgstr "" -"Невозможно отправить задание на печать, пока принтер обновляет прошивку" +"При обновлении прошивки принтера невозможно отправить задание на печать." msgid "" "The printer is executing instructions. Please restart printing after it ends" msgstr "" -"Принтер выполняет команды. После их выполнения перезапустите процесс печати" +"Принтер выполняет команды. После их выполнения перезапустите процесс печати." msgid "AMS is setting up. Please try again later." msgstr "" @@ -8560,7 +8656,10 @@ msgid "" "information." msgstr "" -msgid "Storage is not available or is in read-only mode." +msgid "Storage needs to be inserted before printing via LAN." +msgstr "" + +msgid "Storage is in abnormal state or is in read-only mode." msgstr "" msgid "Storage needs to be inserted before printing." @@ -8574,8 +8673,7 @@ msgstr "" "в обновлении." msgid "Cannot send the print job for empty plate" -msgstr "" -"Невозможно отправить задание на печать, так как печатная пластина пуста" +msgstr "Невозможно отправить задание на печать, так как стол пуст." msgid "Storage needs to be inserted to record timelapse." msgstr "" @@ -8595,7 +8693,7 @@ msgid "" msgstr "" msgid "This printer does not support printing all plates" -msgstr "Принтер не поддерживает печать на всех типах печатных пластин" +msgstr "Данный принтер не поддерживает печать на всех типах печатных пластин." msgid "" "Please cold pull before printing TPU to avoid clogging. You may use cold " @@ -8713,7 +8811,7 @@ msgid "Binding..." msgstr "Привязка..." msgid "Please confirm on the printer screen" -msgstr "Пожалуйста, подтвердите на экране принтера" +msgstr "Пожалуйста, подтвердите привязку на экране принтера." msgid "Log in failed. Please check the Pin Code." msgstr "Не удалось выполнить вход в систему. Пожалуйста, проверьте пин-код." @@ -8773,18 +8871,18 @@ msgid "" "information, or phone numbers. By enabling this service, you agree to these " "terms and the statement about Privacy Policy." msgstr "" -"В сообществе 3D-печати мы учимся на успехах и неудачах друг друга, " -"корректируя собственные параметры и настройки слайсинга. %s следует тому же " -"принципу и использует машинное обучение для повышения производительности, " -"анализируя успехи и неудачи огромного количества отпечатков наших " -"пользователей. Мы обучаем %s быть умнее, предоставляя ему реальные данные. " -"При вашем согласии этот сервис получит доступ к информации из ваших журналов " -"ошибок и журналов использования, которая может включать информацию, " -"описанную в Политике конфиденциальности. Мы не собираем никаких персональных " -"данных, по которым можно прямо или косвенно идентифицировать человека, " -"включая, помимо прочего, имена, адреса, платежную информацию или номера " -"телефонов. Включая этот сервис, вы соглашаетесь с настоящими условиями и " -"заявлением о Политике конфиденциальности." +"В сообществе 3D-печатников мы учимся на успехах и неудачах друг друга, чтобы " +"корректировать свои собственные параметры и настройки нарезки. Система %s " +"работает по тому же принципу и использует машинное обучение для улучшения " +"своей работы на основе успехов и неудач огромного количества отпечатков " +"наших пользователей. Мы обучаем %s быть умнее, предоставляя ему данные из " +"реального мира. По вашему желанию эта служба получит доступ к информации из " +"журналу ошибок и журналу использования, которая может включать информацию, " +"описанную в Политике конфиденциальности. Мы не будем собирать никаких " +"персональных данных, по которым можно прямо или косвенно идентифицировать " +"физическое лицо, включая, помимо прочего, имена, адреса, платежную " +"информацию или номера телефонов. Включая данную услугу, вы соглашаетесь с " +"данными условиями и заявлением о Политике конфиденциальности." msgid "Statement on User Experience Improvement Plan" msgstr "Заявление о плане улучшения взаимодействия с пользователем" @@ -8820,7 +8918,9 @@ msgid "Search in preset" msgstr "Поиск в профиле" msgid "Click to reset all settings to the last saved preset." -msgstr "Нажмите, чтобы сбросить все настройки последнего сохраненного профиля." +msgstr "" +"Нажмите, чтобы сбросить все настройки к последнему сохранённому значению " +"профиля." msgid "" "A prime tower is required for smooth timelapse. There may be flaws on the " @@ -8834,8 +8934,6 @@ msgid "" "Enabling both precise Z height and the prime tower may cause the size of " "prime tower to increase. Do you still want to enable?" msgstr "" -"Включение точной высоты Z и основной башни может привести к увеличению " -"размера основной башни. Вы всё ещё хотите включить?" msgid "" "A prime tower is required for clumping detection. There may be flaws on the " @@ -8868,10 +8966,6 @@ msgid "" "0 top Z distance, 0 interface spacing, interlaced rectilinear pattern and " "disable independent support layer height" msgstr "" -"При использовании материала поддержки для интерфейса поддержки мы " -"рекомендуем следующие настройки:\n" -"0 верхнее расстояние по оси Z, 0 межинтерфейсный интервал, чересстрочный " -"прямолинейный узор и отключение независимой высоты слоя поддержки" msgid "" "Change these settings automatically?\n" @@ -8915,12 +9009,6 @@ msgid "" "support. Please proceed with caution and thoroughly check for any potential " "printing issues.Are you sure you want to enable this option?" msgstr "" -"Узоры заполнения обычно разработаны так, чтобы автоматически обрабатывать " -"поворот для обеспечения правильной печати и достижения желаемого эффекта " -"(например, «гироид», «куб»). Поворот текущего узора заполнения может " -"привести к недостаточной поддержке. Будьте осторожны и тщательно проверьте " -"наличие возможных проблем с печатью. Вы уверены, что хотите включить эту " -"опцию?" msgid "" "Layer height is too small.\n" @@ -8952,10 +9040,10 @@ msgid "" "reduce flush, it may also elevate the risk of nozzle clogs or other printing " "complications." msgstr "" -"Экспериментальная функция. Ретракт и обрезка филамента на большем расстоянии " -"во время её замены для минимизации очистки. Хотя это значительно сокращает " -"величину очистки, это может повысить риск засорения сопла или вызвать другие " -"проблемы при печати." +"Экспериментальная функция. Втягивание и обрезка пластиковой нити на большем " +"расстоянии во время её замены для минимизации очистки. Хотя это значительно " +"сокращает величину очистки, это может повысить риск засорения сопла или " +"вызвать другие проблемы при печати." msgid "" "Experimental feature: Retracting and cutting off the filament at a greater " @@ -8963,17 +9051,17 @@ msgid "" "reduce flush, it may also elevate the risk of nozzle clogs or other printing " "complications. Please use with the latest printer firmware." msgstr "" -"Экспериментальная функция. Ретракт и обрезка филамента на большем расстоянии " -"во время её замены для минимизации очистки. Хотя это значительно сокращает " -"величину очистки, это может повысить риск засорения сопла или вызвать другие " -"проблемы при печати. Пожалуйста, используйте для принтера последнюю версию " -"прошивки." +"Экспериментальная функция. Втягивание и обрезка пластиковой нити на большем " +"расстоянии во время её замены для минимизации очистки. Хотя это значительно " +"сокращает величину очистки, это может повысить риск засорения сопла или " +"вызвать другие проблемы при печати. Пожалуйста, используйте для принтера " +"последнюю версию прошивки." msgid "" "When recording timelapse without toolhead, it is recommended to add a " "\"Timelapse Wipe Tower\" \n" -"by right-click the empty position of build plate and choose \"Add " -"Primitive\"->\"Timelapse Wipe Tower\"." +"by right-click the empty position of build plate and choose \"Add Primitive" +"\"->\"Timelapse Wipe Tower\"." msgstr "" "При записи таймлапса без видимости головы рекомендуется добавить «Черновая " "башня таймлапса».\n" @@ -8990,8 +9078,8 @@ msgstr "" msgid "" "The current custom preset will be detached from the parent system preset." msgstr "" -"Текущий пользовательский профиль будет отвязан от родительского системного " -"профиля." +"Текущий пользовательский профиль будет отсоединён от родительского " +"системного профиля." msgid "Modifications to the current profile will be saved." msgstr "Изменения будут сохранены в текущем профиле." @@ -9002,7 +9090,7 @@ msgid "" msgstr "Это действие необратимо. Продолжить?" msgid "Detach preset" -msgstr "Отвязать профиль" +msgstr "Отсоединить профиль" msgid "This is a default preset." msgstr "Это профиль по умолчанию." @@ -9042,7 +9130,7 @@ msgid "default print profile" msgstr "профиль печати по умолчанию" msgid "default filament profile" -msgstr "профиль филамента по умолчанию" +msgstr "профиль прутка по умолчанию" msgid "default SLA material profile" msgstr "профиль SLA материала по умолчанию" @@ -9066,10 +9154,10 @@ msgid "Precision" msgstr "Точность" msgid "Wall generator" -msgstr "Генератор стенок" +msgstr "Генератор периметров" msgid "Walls and surfaces" -msgstr "Стенки и поверхности" +msgstr "Периметры и поверхности" msgid "Bridging" msgstr "Мосты" @@ -9078,7 +9166,7 @@ msgid "Overhangs" msgstr "Нависания" msgid "Walls" -msgstr "Стенки" +msgstr "Периметры" msgid "Top/bottom shells" msgstr "Горизонтальные оболочки сверху/снизу" @@ -9097,15 +9185,17 @@ msgid "" "expressed as a percentage of line width. 0 speed means no slowing down for " "the overhang degree range and wall speed is used" msgstr "" -"Это скорость для различных степеней нависания. Степень нависания выражается " -"в процентах от ширины линии. Скорость 0 означает отсутствие замедления для " -"диапазона степеней нависания" +"Скорость печати нависаний разной степени свеса. Размер этого свеса " +"выражается в процентах от ширины линии. Скорость 0 означает, что для данного " +"диапазона нависаний замедление отсутствует и используется скорость " +"периметра. Скорость для промежуточных значений рассчитывается с помощью " +"линейной интерполяции." msgid "Bridge" msgstr "Мосты" msgid "Set speed for external and internal bridges" -msgstr "Скорость печати внешних и внутренних мостов" +msgstr "Скорость печати внешних и внутренних мостов." msgid "Travel speed" msgstr "Скорость перемещения" @@ -9120,7 +9210,7 @@ msgid "Raft" msgstr "Подложка" msgid "Support filament" -msgstr "Филамент для поддержки" +msgstr "Пруток для поддержки" msgid "Support ironing" msgstr "Разглаживание поддержки" @@ -9136,7 +9226,7 @@ msgid "Prime tower" msgstr "Черновая башня" msgid "Filament for Features" -msgstr "Филамент для элементов" +msgstr "Пруток для элементов" msgid "Ooze prevention" msgstr "Предотвращение течи материала" @@ -9188,7 +9278,7 @@ msgid "Setting Overrides" msgstr "Переопределение параметров" msgid "Retraction" -msgstr "Ретракт" +msgstr "Откат" msgid "Basic information" msgstr "Общая информация" @@ -9198,11 +9288,11 @@ msgstr "Рекомендуемая температура сопла" msgid "Recommended nozzle temperature range of this filament. 0 means no set" msgstr "" -"Рекомендуемый диапазон температуры сопла для данного филамента. 0 значит " -"температура не задана" +"Рекомендуемый диапазон температуры сопла для данной пластиковой нити. 0 " +"значит не задано." msgid "Flow ratio and Pressure Advance" -msgstr "Коэффициент потока и Прогнозирование расхода" +msgstr "Коэффициент потока и Pressure Advance" msgid "Print chamber temperature" msgstr "Температура в термокамере при печати" @@ -9220,8 +9310,6 @@ msgid "" "Bed temperature when the Cool Plate SuperTack is installed. A value of 0 " "means the filament does not support printing on the Cool Plate SuperTack." msgstr "" -"Температура платформы при установленной Cool Plate SuperTack. Значение 0 " -"означает, что филамент не подходит для печати на Cool Plate SuperTack." msgid "Cool Plate" msgstr "Не нагреваемая пластина" @@ -9231,18 +9319,18 @@ msgid "" "filament does not support printing on the Cool Plate." msgstr "" "Температура стола при установленной не нагреваемой пластине. 0 означает, что " -"филамент не поддерживает печать на этой печатной пластине." +"пластиковая нить не поддерживает печать на этой печатной пластине." msgid "Textured Cool Plate" -msgstr "Ненагреваемая текстурированная пластина Bambu" +msgstr "Не нагреваемая текстур. пластина Bambu" msgid "" "Bed temperature when the Textured Cool Plate is installed. A value of 0 " "means the filament does not support printing on the Textured Cool Plate." msgstr "" "Температура стола при установленной не нагреваемой текстурированной " -"пластине. 0 означает, что филамент не поддерживает печать на этой печатной " -"пластине." +"пластине. 0 означает, что пластиковая нить не поддерживает печать на этой " +"печатной пластине." msgid "Engineering Plate" msgstr "Инженерная пластина" @@ -9252,7 +9340,8 @@ msgid "" "the filament does not support printing on the Engineering Plate." msgstr "" "Температура стола при установленной инженерной печатной пластине. 0 " -"означает, что филамент не поддерживает печать на этой печатной пластине." +"означает, что пластиковая нить не поддерживает печать на этой печатной " +"пластине." msgid "Smooth PEI Plate / High Temp Plate" msgstr "Гладкая PEI/высокотемп. пластина" @@ -9263,8 +9352,8 @@ msgid "" "Smooth PEI Plate/High Temp Plate." msgstr "" "Температура стола при установленной гладкой PEI/высокотемпературный печатной " -"пластине. 0 означает, что филамент не поддерживает печать на этой печатной " -"пластине." +"пластине. 0 означает, что пластиковая нить не поддерживает печать на этой " +"печатной пластине." msgid "Textured PEI Plate" msgstr "Текстурированная PEI пластина" @@ -9274,7 +9363,8 @@ msgid "" "the filament does not support printing on the Textured PEI Plate." msgstr "" "Температура стола при установленной текстурированной PEI пластите. 0 " -"означает, что филамент не поддерживает печать на этой печатной пластине." +"означает, что пластиковая нить не поддерживает печать на этой печатной " +"пластине." # ??? объёмной скорости msgid "Volumetric speed limitation" @@ -9299,7 +9389,7 @@ msgstr "" "когда расчётное время печати слоя не превышает заданное время печати слоя. " "Если время печати слоя меньше порогового значения, скорость вентилятора " "интерполируется между минимальной и максимальной скоростью вентилятора в " -"зависимости от времени печати слоя" +"зависимости от времени печати слоя." msgid "Max fan speed threshold" msgstr "Порог макс. скорости вентилятора" @@ -9309,7 +9399,7 @@ msgid "" "than the setting value" msgstr "" "Скорость вентилятора для охлаждения детали будет максимальной, если " -"расчётное время печати слоя меньше установленного значения" +"расчётное время печати слоя меньше установленного значения." msgid "Auxiliary part cooling fan" msgstr "Вспомогательный вентилятор модели" @@ -9324,10 +9414,10 @@ msgid "Complete print" msgstr "Скорость вентилятора после завершения печати" msgid "Filament start G-code" -msgstr "Стартовый G-код филамента" +msgstr "Стартовый G-код прутка" msgid "Filament end G-code" -msgstr "G-код конца филамента" +msgstr "Завершающий G-код прутка" msgid "Wipe tower parameters" msgstr "Параметры черновой башни" @@ -9337,14 +9427,14 @@ msgstr "" msgid "Tool change parameters with single extruder MM printers" msgstr "" -"Параметры смены инструмента в одноэкструдерных мульти-филаментных принтерах" +"Параметры смены инструмента в одноэкструдерных мультиматериальных принтерах" msgid "Set" msgstr "Выбор" msgid "Tool change parameters with multi extruder MM printers" msgstr "" -"Параметры смены инструмента в многоэкструдерных мульти-филаментных принтерах" +"Параметры смены инструмента в многоэкструдерных мультиматериальных принтерах" msgid "Dependencies" msgstr "Зависимости" @@ -9437,13 +9527,15 @@ msgid "Acceleration limitation" msgstr "Максимальные ускорения" msgid "Jerk limitation" -msgstr "Ограничение рывка" +msgstr "Максимальные рывки" msgid "Single extruder multi-material setup" -msgstr "Настройки для одного экструдера при работе с несколькими материалами" +msgstr "Параметры одиночного ММ экструдера" msgid "Number of extruders of the printer." -msgstr "Количество экструдеров принтера." +msgstr "" +"По факту количество подающих механизмов (фидеров) у принтера вне " +"зависимости, используют они одно общее, или несколько раздельных хотэндов." msgid "" "Single Extruder Multi Material is selected, \n" @@ -9463,17 +9555,13 @@ msgid "Wipe tower" msgstr "Черновая башня" msgid "Single extruder multi-material parameters" -msgstr "Настройки для одного экструдера при работе с несколькими материалами" - -#, c-format, boost-format -msgid "Extruder %d" -msgstr "Экструдер %d" +msgstr "Параметры одиночного мультиматериального экструдера" msgid "" "This is a single extruder multi-material printer, diameters of all extruders " "will be set to the new value. Do you want to proceed?" msgstr "" -"Это принтер с одиночным мульти-филаментым экструдером, диаметры всех " +"Это принтер с одиночным мультиматериальным экструдером, диаметры всех " "экструдеров будут установлены на новое значение. Продолжить?" msgid "Layer height limits" @@ -9483,19 +9571,19 @@ msgid "Z-Hop" msgstr "Подъём оси Z" msgid "Retraction when switching material" -msgstr "Ретракт при смене материала" +msgstr "Откат при смене материала" msgid "" "The Wipe option is not available when using the Firmware Retraction mode.\n" "\n" "Shall I disable it in order to enable Firmware Retraction?" msgstr "" -"Параметр прочистки недоступен при использовании ретракта из прошивки.\n" +"Параметр прочистки недоступен при использовании отката из прошивки.\n" "\n" -"Отключить его для включения ретракта из прошивки?" +"Отключить его для включения отката из прошивки?" msgid "Firmware Retraction" -msgstr "Ретракт из прошивки" +msgstr "Откат из прошивки" msgid "" "Switching to a printer with different extruder types or numbers will discard " @@ -9513,12 +9601,13 @@ msgid "" "%d Filament Preset and %d Process Preset is attached to this printer. Those " "presets would be deleted if the printer is deleted." msgstr "" -"К этому принтеру подключены %d предустановки филамента и %d предустановки " -"процесса. Эти предустановки будут удалены при удалении принтера." +"К этому принтеру прикреплено: \n" +"профилей прутка -%d шт. и профилей процесса печати - %d шт.\n" +"При удалении принтера эти профили так же будут удалены." # ??? Профили, наследуемые от других профилей, не могут быть удалены. msgid "Presets inherited by other presets cannot be deleted!" -msgstr "Профили, на которых основаны другие профили, не могут быть удалены!" +msgstr "Профили на которых основаны другие профили не могут быть удалены." msgid "The following presets inherit this preset." msgid_plural "The following preset inherits this preset." @@ -9542,13 +9631,10 @@ msgid "" "If the preset corresponds to a filament currently in use on your printer, " "please reset the filament information for that slot." msgstr "" -"Вы уверены, что хотите удалить выбранный профиль?\n" -"Если профиль соответствует филаменту, который в данный момент используется в " -"вашем принтере, сбросьте информацию о филаменте для этого слота." #, boost-format msgid "Are you sure to %1% the selected preset?" -msgstr "Вы уверены, что %1% выбранный профиль?" +msgstr "%1% выбранный профиль?" #, c-format, boost-format msgid "Left: %s" @@ -9647,7 +9733,7 @@ msgstr "" #, boost-format msgid "You have changed some settings of preset \"%1%\"." -msgstr "Вы изменили параметры профиля \"%1%\"." +msgstr "Вы изменили некоторые параметры профиля \"%1%\"." msgid "" "\n" @@ -9675,7 +9761,7 @@ msgid "" msgstr "" "\n" "Вы можете отказаться от сохранения изменений сделанных в профиле или же " -"перенести их в новый созданный профиль" +"перенести их в новый созданный профиль." msgid "Extruders count" msgstr "Количество экструдеров" @@ -9785,7 +9871,7 @@ msgid "No updates available." msgstr "Обновления отсутствуют." msgid "The configuration is up to date." -msgstr "Конфигурация актуальна." +msgstr "Обновление профилей отсутствует. " msgid "Open Wiki for more information >" msgstr "" @@ -9809,7 +9895,7 @@ msgid "Enter or click the adjustment button to modify number again" msgstr "" msgid "Recommended " -msgstr "Рекомендуется " +msgstr "рекомендуется" msgid "view" msgstr "" @@ -9828,7 +9914,7 @@ msgid "Color match" msgstr "Подбор цвета" msgid "Approximate color matching." -msgstr "Приблизительный подбор по цвету ваших филамента." +msgstr "Приблизительный подбор по цвету ваших прутков." # ??? msgid "Append" @@ -9909,7 +9995,7 @@ msgid "" msgstr "" msgid "Use AMS" -msgstr "Использовать AMS" +msgstr "Исп. АСПП" msgid "Tip" msgstr "" @@ -9966,6 +10052,9 @@ msgid "" "nozzle type." msgstr "" +msgid "Storage is not available or is in read-only mode." +msgstr "" + #, c-format, boost-format msgid "" "The selected printer (%s) is incompatible with the chosen printer profile in " @@ -10019,13 +10108,14 @@ msgid "" "This is an expert-level setting, incorrect adjustment will likely lead to " "jams, extruder wheel grinding into filament etc." msgstr "" -"Рэмминг (ramming) означает быстрая экструзия непосредственно перед сменой " -"инструмента в одноэкструдерном мультимфиламентном принтере. Цель процесса " -"состоит в том, чтобы правильно сформировать конец выгружаемого филамента, " -"чтобы он не препятствовал вставке нового филамента или этого же филамента, " -"вставленного позже. Эта фаза важна и разные материалы могут потребовать " -"разных скоростей экструзии, чтобы получить хорошую форму. По этой причине " -"скорость экструзии во время рэмминга регулируется.\n" +"Рэмминг (ramming, дословно утрамбовка) означает быстрое экструдирование " +"непосредственно перед сменой инструмента в одноэкструдерном " +"мультиматериальном принтере. Цель процесса состоит в том, чтобы правильно " +"сформировать конец выгружаемого прутка, чтобы он не препятствовал вставке " +"нового прутка или этого же прутка, вставленного позже. Эта фаза важна и " +"разные материалы могут потребовать разных скоростей экструзии, чтобы " +"получить хорошую форму. По этой причине скорость экструзии во время рэмминга " +"регулируется.\n" "\n" "Эта опция для опытных пользователей, неправильная настройка может привести к " "замятию, протиранию прутка приводом экструдера и т.д." @@ -10037,13 +10127,13 @@ msgstr "" "перетаскивании." msgid "Total ramming" -msgstr "Полный рэмминг" +msgstr "" msgid "Volume" -msgstr "Объем" +msgstr "" msgid "Ramming line" -msgstr "Линия рэмминга" +msgstr "" msgid "" "Orca would re-calculate your flushing volumes everytime the filaments color " @@ -10077,7 +10167,7 @@ msgid "Multiplier" msgstr "Множитель" msgid "Flushing volumes for filament change" -msgstr "Объёмы очистки при смене филамента" +msgstr "Объёмы очистки при смене пластиковой нити" msgid "Please choose the filament colour" msgstr "" @@ -10094,7 +10184,7 @@ msgid "" "to re-register it. You will be promoted twice" msgstr "" "Компонент BambuSource неправильно зарегистрирован для воспроизведения " -"медиафайлов! Нажмите «Да», чтобы повторно зарегистрировать его" +"медиафайлов! Нажмите «Да», чтобы повторно зарегистрировать его." msgid "" "Missing BambuSource component registered for media playing! Please re-" @@ -10118,8 +10208,8 @@ msgid "" "libav packages, then restart Orca Slicer?)" msgstr "" "В вашей системе отсутствуют кодеки H.264 для GStreamer, которые необходимы " -"для воспроизведения видео. (Попробуйте установить пакеты gstreamer1.0-" -"plugins-bad или gstreamer1.0-libav, а затем перезапустить Orca Slicer)" +"для воспроизведения видео. Попробуйте установить пакеты gstreamer1.0-plugins-" +"bad или gstreamer1.0-libav, а затем перезапустите Orca Slicer." msgid "Bambu Network plug-in not detected." msgstr "Сетевой плагин Bambu не обнаружен." @@ -10131,7 +10221,7 @@ msgid "Login" msgstr "Войти" msgid "The configuration package is changed in previous Config Guide" -msgstr "Пакет профилей был изменён при предыдущем запуске мастера настройки" +msgstr "Пакет профилей был изменён при предыдущем запуске мастера настройки." msgid "Configuration package changed" msgstr "Пакет профилей изменён" @@ -10149,7 +10239,9 @@ msgid "Paste from clipboard" msgstr "Вставить из буфера обмена" msgid "Show/Hide 3Dconnexion devices settings dialog" -msgstr "Показать/скрыть диалоговое окно настроек устройств 3Dconnexion" +msgstr "" +"Показать/Скрыть диалоговое окно настроек \n" +"устройств 3Dconnexion" msgid "Switch table page" msgstr "Переключение между вкладками" @@ -10185,7 +10277,7 @@ msgid "Collapse/Expand the sidebar" msgstr "Свернуть/Развернуть боковую панель" msgid "Any arrow" -msgstr "Любая стрелка" +msgstr "" msgid "Movement in camera space" msgstr "Перемещение выбранного по отношению к камере" @@ -10227,7 +10319,7 @@ msgid "Movement step set to 1 mm" msgstr "Зафиксировать шаг перемещения на 1 мм" msgid "keyboard 1-9: set filament for object/part" -msgstr "клавиши 1-9: задать филамент для модели/части модели" +msgstr "Клавиши 1-9: задать пруток для модели/части модели" msgid "Camera view - Default" msgstr "Камера по умолчанию" @@ -10254,43 +10346,43 @@ msgid "Select all objects" msgstr "Выбрать все модели" msgid "Gizmo move" -msgstr "Гизмо: Перемещения" +msgstr "Гизмо перемещения" msgid "Gizmo rotate" -msgstr "Гизмо: Вращение" +msgstr "Гизмо вращения" msgid "Gizmo scale" -msgstr "Гизмо: Масштаб" +msgstr "Гизмо масштаба" msgid "Gizmo place face on bed" -msgstr "Гизмо: Поверхностью на стол" +msgstr "Гизмо поверхностью на стол" msgid "Gizmo cut" -msgstr "Гизмо: Разрез" +msgstr "Гизмо разреза" msgid "Gizmo mesh boolean" -msgstr "Гизмо: Булевы операции" +msgstr "Гизмо булевы операции" msgid "Gizmo FDM paint-on fuzzy skin" -msgstr "Гизмо: Рисование нечеткой оболочки" +msgstr "" msgid "Gizmo SLA support points" -msgstr "Гизмо: Точки SLA поддержки" +msgstr "Гизмо точки SLA поддержки" msgid "Gizmo FDM paint-on seam" -msgstr "Гизмо: рисования шва (FDM)" +msgstr "Гизмо рисования шва (FDM)" msgid "Gizmo text emboss/engrave" -msgstr "Гизмо: Рельефный/выгравированный текст" +msgstr "Гизмо рельефного/выгравированного текста" msgid "Gizmo measure" -msgstr "Гизмо: Измерение" +msgstr "Гизмо измерения" msgid "Gizmo assemble" -msgstr "Гизмо: Объединение в сборку" +msgstr "Гизмо объединения в сборку" msgid "Gizmo brim ears" -msgstr "Гизмо: кайма «мышиные уши»" +msgstr "Гизмо каймы «мышиные уши»" msgid "Zoom in" msgstr "Приблизить" @@ -10367,7 +10459,7 @@ msgstr "Информация о версии" #, c-format, boost-format msgid "version %s update information:" -msgstr "информация об обновлении версии %s:" +msgstr "Информация об обновлении версии %s:" msgid "Network plug-in update" msgstr "Обновление сетевого плагина" @@ -10455,7 +10547,7 @@ msgstr "" msgid "Connecting to printer... The dialog will close later" msgstr "" "Подключение к принтеру... Диалоговое окно закроется само, когда подключение " -"будет успешно выполнено" +"будет успешно выполнено." msgid "Connection failed, please double check IP and Access Code" msgstr "" @@ -10465,8 +10557,8 @@ msgid "" "Connection failed! If your IP and Access Code is correct, \n" "please move to step 3 for troubleshooting network issues" msgstr "" -"Не удалось подключиться! Если ваш IP-адрес и код доступа указаны верно,\n" -"перейдите к шагу 3 для устранения проблем с сетью" +"Не удалось подключиться! Если ваш IP-адрес и код доступа верные,\n" +"тогда перейдите к шагу 3 для устранения проблем с сетью." msgid "Connection failed! Please refer to the wiki page." msgstr "" @@ -10483,7 +10575,7 @@ msgid "reconnect" msgstr "" msgid "Air Pump" -msgstr "Воздушный насос" +msgstr "" msgid "Laser 10W" msgstr "" @@ -10492,7 +10584,7 @@ msgid "Laser 40W" msgstr "" msgid "Cutting Module" -msgstr "Модуль обрезки" +msgstr "" msgid "Auto Fire Extinguishing System" msgstr "" @@ -10513,7 +10605,7 @@ msgid "Update failed" msgstr "Сбой обновления" msgid "Update successful" -msgstr "Обновление успешно завершено" +msgstr "Обновление успешно выполнено" msgid "" "Are you sure you want to update? This will take about 10 minutes. Do not " @@ -10538,7 +10630,7 @@ msgid "" msgstr "" "Ошибка в версии прошивки. Перед печатью её необходимо исправить и обновить. " "Хотите обновить сейчас? Вы можете сделать это позже с принтера или при " -"следующем запуске Orca Slicer." +"следующем запуске программы." msgid "Extension Board" msgstr "Плата расширения" @@ -10559,13 +10651,13 @@ msgid "Failed loading objects." msgstr "Ошибка загрузки модели." msgid "Repairing object by Windows service" -msgstr "Починка модели службой Windows" +msgstr "Починка модели службой Windows." msgid "Repair failed." msgstr "Не удалось починить модель." msgid "Loading repaired objects" -msgstr "Загрузка отремонтированной модели" +msgstr "Загрузка отремонтированной модели." msgid "Exporting 3mf file failed" msgstr "Ошибка экспорта 3mf файла" @@ -10586,10 +10678,10 @@ msgid "Repaired 3mf file contains more than one volume" msgstr "Отремонтированный 3MF файл содержит более одного объёма" msgid "Repair finished" -msgstr "Починка модели завершена" +msgstr "Починка модели завершена." msgid "Repair canceled" -msgstr "Починка модели отменена" +msgstr "Починка модели отменена." #, boost-format msgid "Copying of file %1% to %2% failed: %3%" @@ -10627,11 +10719,11 @@ msgid "" "Maybe parts of the object at these height are too thin, or the object has " "faulty mesh" msgstr "" -"Возможно, части модели на этой высоте слишком тонкие, или объект имеет " -"дефектную сетку" +"Возможно, части модели на этой высоте слишком тонкие, или она имеет " +"дефектную сетку." msgid "No object can be printed. Maybe too small" -msgstr "Печать моделей невозможна. Возможно, они слишком маленькие" +msgstr "Печать моделей невозможна. Возможно, они слишком маленькие." msgid "" "Your print is very close to the priming regions. Make sure there is no " @@ -10667,13 +10759,13 @@ msgid " can not be placed in the " msgstr "" msgid "Inner wall" -msgstr "Внутренняя стенка" +msgstr "Внутренние периметры" msgid "Outer wall" -msgstr "Внешняя стенка" +msgstr "Внешний периметр" msgid "Overhang wall" -msgstr "Нависающие стенка" +msgstr "Нависающие периметры" msgid "Sparse infill" msgstr "Заполнение" @@ -10812,20 +10904,21 @@ msgid "" "%1% is too close to exclusion area, there may be collisions when printing." msgstr "" "%1% находится слишком близко к области исключения, что может привести к " -"колизии при печати." +"столкновению при печати." #, boost-format msgid "%1% is too close to others, and collisions may be caused." -msgstr "%1% находится слишком близко к другим, что может привести к колизии." +msgstr "" +"%1% находится слишком близко к другим, что может привести к столкновению." #, boost-format msgid "%1% is too tall, and collisions will be caused." -msgstr "Модель «%1%» слишком высокая, что может привести к колизии." +msgstr "Модель «%1%» слишком высокая, что может привести к столкновению." msgid " is too close to exclusion area, there may be collisions when printing." msgstr "" -" находится слишком близко к области исключения, что может привести к колизии " -"при печати." +" находится слишком близко к области исключения, что может привести к " +"столкновению при печати." msgid "" " is too close to clumping detection area, there may be collisions when " @@ -10837,12 +10930,13 @@ msgstr "Черновая башня" msgid " is too close to others, and collisions may be caused.\n" msgstr "" -" находится слишком близко к другим моделям, что может привести к колизии.\n" +" находится слишком близко к другим моделям, что может привести к " +"столкновению.\n" msgid " is too close to exclusion area, and collisions will be caused.\n" msgstr "" " находится слишком близко к области исключения, что может привести к " -"колизии.\n" +"столкновению.\n" msgid "" " is too close to clumping detection area, and collisions will be caused.\n" @@ -10943,9 +11037,9 @@ msgid "" "well when the prime tower is enabled. It's very experimental, so please " "proceed with caution." msgstr "" -"Использование разных диаметров сопла и разных диаметров филамента может " -"привести к некорректной нарезке при включенной черновой башни. Этот метод " -"работы экспериментальный, поэтому, будьте осторожны при использовании." +"Использование разных диаметров сопла и разных диаметров пластиковых нити " +"может привести к некорректной нарезке при включенной черновой башни. Этот " +"метод работы экспериментальный, поэтому, будьте осторожны при использовании." msgid "" "The Wipe Tower is currently only supported with the relative extruder " @@ -11036,14 +11130,14 @@ msgid "" "diameter." msgstr "" "Печать несколькими экструдерами с разными диаметрами сопел. Если поддержка " -"должна быть напечатана текущим филаментом («Филамент базовой поддержки/" -"подложки» = 0 или «Филамент связующего слоя поддержки/подложки» = 0), все " -"сопла должны быть одинакового диаметра." +"должна быть напечатана текущим прутком («Пруток базовой поддержки/подложки» " +"= 0 или «Пруток связующего слоя поддержки/подложки» = 0), все сопла должны " +"быть одинакового диаметра." msgid "" "The prime tower requires that support has the same layer height with object." msgstr "" -"Для черновой башни требуется чтобы поддержка и модель имели одинаковую " +"Для черновой башни требуется, чтобы поддержка и модель имели одинаковую " "высоту слоя." msgid "" @@ -11102,13 +11196,13 @@ msgstr "" #, c-format, boost-format msgid "Plate %d: %s does not support filament %s" -msgstr "Печатная пластина %d: %s не поддерживает филамент %s" +msgstr "Печатная пластина %d: %s не поддерживает пруток %s" msgid "" "Setting the jerk speed too low could lead to artifacts on curved surfaces" msgstr "" "Слишком низкая скорость рывка может привести к появлению артефактов на " -"изогнутых поверхностях" +"изогнутых поверхностях. " msgid "" "The jerk setting exceeds the printer's maximum jerk (machine_max_jerk_x/" @@ -11120,7 +11214,7 @@ msgid "" msgstr "" "Значение максимального рывка (machine_max_jerk_x/machine_max_jerk_y) " "превышает значение заданное в настройках принтера.\n" -"Orca Sllicer автоматически ограничит рывок, чтобы он не превышал возможности " +"Программа автоматически ограничит рывок, чтобы он не превышал возможности " "принтера.\n" "Если хотите получить более высокие скорости, вы можете изменить это значение " "в настройках принтера (вкладка «Ограничение принтера»)." @@ -11133,12 +11227,6 @@ msgid "" "You can adjust the machine_max_junction_deviation value in your printer's " "configuration to get higher limits." msgstr "" -"Junction deviation setting exceeds the printer's maximum value " -"(machine_max_junction_deviation).\n" -"Orca will automatically cap the junction deviation to ensure it doesn't " -"surpass the printer's capabilities.\n" -"You can adjust the machine_max_junction_deviation value in your printer's " -"configuration to get higher limits." msgid "" "The acceleration setting exceeds the printer's maximum acceleration " @@ -11175,8 +11263,6 @@ msgid "" "The precise wall option will be ignored for outer-inner or inner-outer-inner " "wall sequences." msgstr "" -"Параметр точной стенки будет проигнорирован для последовательностей стен " -"«внешняя-внутренняя» или «внутренняя-внешняя-внутренняя»." msgid "" "Filament shrinkage will not be used because filament shrinkage for the used " @@ -11369,12 +11455,12 @@ msgid "HTTP digest" msgstr "HTTP digest-авторизация" msgid "Avoid crossing walls" -msgstr "Избегать пересечения стенок" +msgstr "Избегать пересечения периметров" msgid "" "Detour to avoid traveling across walls, which may cause blobs on the surface." msgstr "" -"Избегать пересечения стенок для предотвращения образования дефектов на " +"Избегать пересечения периметров для предотвращения образования дефектов на " "поверхности модели." msgid "Avoid crossing walls - Max detour length" @@ -11387,10 +11473,10 @@ msgid "" "travel path. Zero to disable." msgstr "" "Максимальное расстояние обхода сопла от модели во избежание пересечения " -"стенок при движении. Если расстояние обхода превышает это значение, то для " -"данного маршрута эта опция не применяется. Длина обхода может быть задана " -"как в абсолютном значении, так и в процентах (например, 50%) от прямого пути " -"перемещения. 0 - отключено." +"периметров при движении. Если расстояние обхода превышает это значение, то " +"для данного маршрута эта опция не применяется. Длина обхода может быть " +"задана как в абсолютном значении, так и в процентах (например, 50%) от " +"прямого пути перемещения. 0 - отключено." msgid "mm or %" msgstr "мм или %" @@ -11402,43 +11488,41 @@ msgid "" "Bed temperature for layers except the initial one. A value of 0 means the " "filament does not support printing on the Cool Plate SuperTack." msgstr "" -"Температура стола для всех слоёв, кроме первого. 0 означает, что филамент не " -"поддерживает печать на печатной пластине Cool Plate SuperTack." msgid "" "Bed temperature for layers except the initial one. A value of 0 means the " "filament does not support printing on the Cool Plate." msgstr "" -"Температура стола для всех слоёв, кроме первого. 0 означает, что филамент не " -"поддерживает печать на этой печатной пластине." +"Температура стола для всех слоёв, кроме первого. 0 означает, что пластиковая " +"нить не поддерживает печать на этой печатной пластине." msgid "" "Bed temperature for layers except the initial one. A value of 0 means the " "filament does not support printing on the Textured Cool Plate." msgstr "" -"Температура стола для всех слоёв, кроме первого. 0 означает, что филамент не " -"поддерживает печать на этой печатной пластине." +"Температура стола для всех слоёв, кроме первого. 0 означает, что пластиковая " +"нить не поддерживает печать на этой печатной пластине." msgid "" "Bed temperature for layers except the initial one. A value of 0 means the " "filament does not support printing on the Engineering Plate." msgstr "" -"Температура стола для всех слоёв, кроме первого. 0 означает, что филамент не " -"поддерживает печать на этой печатной пластине." +"Температура стола для всех слоёв, кроме первого. 0 означает, что пластиковая " +"нить не поддерживает печать на этой печатной пластине." msgid "" "Bed temperature for layers except the initial one. A value of 0 means the " "filament does not support printing on the High Temp Plate." msgstr "" -"Температура стола для всех слоёв, кроме первого. 0 означает, что филамент не " -"поддерживает печать на этой печатной пластине." +"Температура стола для всех слоёв, кроме первого. 0 означает, что пластиковая " +"нить не поддерживает печать на этой печатной пластине." msgid "" "Bed temperature for layers except the initial one. A value of 0 means the " "filament does not support printing on the Textured PEI Plate." msgstr "" -"Температура стола для всех слоёв, кроме первого. 0 означает, что филамент не " -"поддерживает печать на этой печатной пластине." +"Температура стола для всех слоёв, кроме первого. 0 означает, что пластиковая " +"нить не поддерживает печать на этой печатной пластине." msgid "Initial layer" msgstr "Первый слой" @@ -11450,43 +11534,43 @@ msgid "" "Bed temperature of the initial layer. A value of 0 means the filament does " "not support printing on the Cool Plate SuperTack." msgstr "" -"Температура стола для первого слоя. 0 означает, что филамент не поддерживает " -"печать на этой печатной пластине." +"Температура стола для первого слоя. 0 означает, что пластиковая нить не " +"поддерживает печать на этой печатной пластине." msgid "" "Bed temperature of the initial layer. A value of 0 means the filament does " "not support printing on the Cool Plate." msgstr "" -"Температура стола для первого слоя. 0 означает, что филамент не поддерживает " -"печать на этой печатной пластине." +"Температура стола для первого слоя. 0 означает, что пластиковая нить не " +"поддерживает печать на этой печатной пластине." msgid "" "Bed temperature of the initial layer. A value of 0 means the filament does " "not support printing on the Textured Cool Plate." msgstr "" -"Температура стола для первого слоя. 0 означает, что филамент не поддерживает " -"печать на этой печатной пластине." +"Температура стола для первого слоя. 0 означает, что пластиковая нить не " +"поддерживает печать на этой печатной пластине." msgid "" "Bed temperature of the initial layer. A value of 0 means the filament does " "not support printing on the Engineering Plate." msgstr "" -"Температура стола для первого слоя. 0 означает, что филамент не поддерживает " -"печать на этой печатной пластине." +"Температура стола для первого слоя. 0 означает, что пластиковая нить не " +"поддерживает печать на этой печатной пластине." msgid "" "Bed temperature of the initial layer. A value of 0 means the filament does " "not support printing on the High Temp Plate." msgstr "" -"Температура стола для первого слоя. 0 означает, что филамент не поддерживает " -"печать на этой печатной пластине." +"Температура стола для первого слоя. 0 означает, что пластиковая нить не " +"поддерживает печать на этой печатной пластине." msgid "" "Bed temperature of the initial layer. A value of 0 means the filament does " "not support printing on the Textured PEI Plate." msgstr "" -"Температура стола для первого слоя. 0 означает, что филамент не поддерживает " -"печать на этой печатной пластине." +"Температура стола для первого слоя. 0 означает, что пластиковая нить не " +"поддерживает печать на этой печатной пластине." msgid "Bed types supported by the printer." msgstr "Типы столов, поддерживаемые принтером." @@ -11498,13 +11582,11 @@ msgid "Smooth High Temp Plate" msgstr "Высокотемп. гладкая пластина" msgid "Default bed type" -msgstr "Стандартная печатающая пластина" +msgstr "" msgid "" "Default bed type for the printer (supports both numeric and string format)." msgstr "" -"Стандартная печатающая пластина для принтера (поддерживается как числовой, " -"так и строковый формат)." msgid "First layer print sequence" msgstr "Последовательность печати первого слоя" @@ -11517,7 +11599,7 @@ msgid "The number of other layers print sequence" msgstr "Количество других слоёв при последовательной печати" msgid "Other layers filament sequence" -msgstr "Последовательность филамента на других слоях" +msgstr "Последовательность прутков на других слоях" msgid "This G-code is inserted at every layer change before the Z lift." msgstr "" @@ -11762,12 +11844,14 @@ msgid "" "The actual bridge flow used is calculated by multiplying this value with the " "filament flow ratio, and if set, the object's flow ratio." msgstr "" -"Немного уменьшите это значение (например, до 0,9), чтобы уменьшить " -"количество материала для моста и улучшить провисание.\n" +"Параметр задаёт количество пластика, затрачиваемое для построения мостов. В " +"большинстве случаев настроек по умолчанию достаточно, тем не менее, при " +"печати некоторых моделей уменьшение параметра может сократить провисание " +"пластика при печати мостов.\n" "\n" -"Фактический расход моста рассчитывается путем умножения этого значения на " -"коэффициент расхода филамента и, если он установлен, на коэффициент расхода " -"объекта." +"Фактический поток для моста рассчитывается путем умножения введенного здесь " +"значения на коэффициент потока прутка, и если он задан, на коэффициент " +"потока модели." msgid "Internal bridge flow ratio" msgstr "Коэффициент потока внутреннего моста" @@ -11788,8 +11872,8 @@ msgstr "" "заполнения.\n" "\n" "Фактический поток для внутреннего моста рассчитывается путем умножения " -"введенного здесь значения на коэффициент потока филамента, и если он задан, " -"на коэффициент потока модели." +"введенного здесь значения на коэффициент потока прутка, и если он задан, на " +"коэффициент потока модели." msgid "Top surface flow ratio" msgstr "Коэффициент потока на верхней поверхности" @@ -11807,7 +11891,7 @@ msgstr "" "более гладкую поверхность.\n" "\n" "Фактический поток для сплошного заполнения нижней поверхности рассчитывается " -"путем умножения введенного здесь значения на коэффициент потока филамента, и " +"путем умножения введенного здесь значения на коэффициент потока прутка, и " "если он задан, на коэффициент потока модели." msgid "Bottom surface flow ratio" @@ -11824,7 +11908,7 @@ msgstr "" "сплошного слоя заполнения.\n" "\n" "Фактический поток для сплошного заполнения нижней поверхности рассчитывается " -"путем умножения введенного здесь значения на коэффициент потока филамента, и " +"путем умножения введенного здесь значения на коэффициент потока прутка, и " "если он задан, на коэффициент потока модели." msgid "Set other flow ratios" @@ -11925,30 +12009,26 @@ msgid "" msgstr "" msgid "Precise wall" -msgstr "Точные стенки" +msgstr "Точные периметры" msgid "" "Improve shell precision by adjusting outer wall spacing. This also improves " "layer consistency. NOTE: This option will be ignored for outer-inner or " "inner-outer-inner wall sequences." msgstr "" -"Повысьте точность оболочки, отрегулировав расстояние между внешними " -"стенками. Это также улучшит однородность слоёв. ПРИМЕЧАНИЕ: Эта опция будет " -"игнорироваться для последовательностей стенок «внешняя-внутренняя» или " -"«внутренняя-внешняя-внутренняя»." msgid "Only one wall on top surfaces" -msgstr "Только одна стенка на верхней поверхности" +msgstr "Только один периметр на верхней поверхности" msgid "" "Use only one wall on flat top surfaces, to give more space to the top infill " "pattern." msgstr "" -"На плоских верхних поверхностях используйте только одну стенку, чтобы " -"оставить больше места для верхнего шаблона заполнения." +"Печатать только один периметр на верхней поверхности, чтобы оставить больше " +"пространства для верхнего шаблона заполнения." msgid "One wall threshold" -msgstr "Порог одной стенки" +msgstr "Порог одного периметра" #, no-c-format, no-boost-format msgid "" @@ -11964,21 +12044,21 @@ msgstr "" "Если должна быть напечатана верхняя поверхность и частично покрыта другим " "слоем, она не будет рассматриваться как верхний слой, ширина которого ниже " "этого значения. Это может быть полезно, чтобы не допустить срабатывания " -"функции «Только одна стенка на верхней поверхности» на поверхности, которая " -"должна быть покрыта только периметрами. Это значение может быть задано в мм " -"или % от ширины экструзии периметра.\n" +"функции «Только один периметр на верхней поверхности» на поверхности, " +"которая должна быть покрыта только периметрами. Это значение может быть " +"задано в мм или % от ширины экструзии периметра.\n" "Предупреждение: если этот параметр включён, то могут возникнуть дефекты, " "если у вас на следующем слое имеются какие-то тонкие элементы, например, " "буквы. Установите значение 0, чтобы избавиться от этих дефектов." msgid "Only one wall on first layer" -msgstr "Только одна стенка на первом слое" +msgstr "Только один периметр на первом слое" msgid "" "Use only one wall on first layer, to give more space to the bottom infill " "pattern." msgstr "" -"Печатать только одну стенку на первом слое, чтобы оставить больше " +"Печатать только один периметр на первом слое, чтобы оставить больше " "пространства для нижнего шаблона заполнения." msgid "Extra perimeters on overhangs" @@ -12029,7 +12109,8 @@ msgid "" "Reverse Threshold to 0 so that all internal walls print in alternating " "directions on even layers irrespective of their overhang degree." msgstr "" -"Применяется логика реверса печати только для внутренних периметров.\n" +"Применяется логика реверса печати периметров только для внутренних " +"периметров.\n" "\n" "Эта настройка значительно снижает напряжения в деталях, поскольку теперь они " "распределяются в чередующихся направлениях. Это должно уменьшить деформацию " @@ -12072,7 +12153,7 @@ msgid "Reverse threshold" msgstr "Порог для реверса" msgid "Overhang reversal threshold" -msgstr "Порог разворота на нависаниях" +msgstr "Порог разворота на свесах" # ????? #, no-c-format, no-boost-format @@ -12083,12 +12164,12 @@ msgid "" "When Detect overhang wall is not enabled, this option is ignored and " "reversal happens on every even layers regardless." msgstr "" -"Величина нависания периметра при которой она считается достаточной для " -"активации функции реверса печати нависаний. Может быть задан в мм или в % от " -"ширины периметра.\n" +"Величина свеса периметра при которой она считается достаточной для активации " +"функции реверса печати нависаний. Может быть в мм или в % от ширины " +"периметра.\n" "При нуле разворот будет на каждом чётном слое, независимо от величина " -"нависания.\n" -"Если параметр «Обнаруживать нависающие периметры» не включен, этот параметр " +"свеса.\n" +"Если «Обнаруживать нависающие периметры» не включено, этот параметр " "игнорируется, и разворот происходит на каждом чётном слое без исключений." msgid "Slow down for overhang" @@ -12130,8 +12211,7 @@ msgstr "" "слабая или скорость печати слишком высокая. При печати внешнего периметра с " "высокой скоростью, этот параметр может вызвать небольшие артефакты при " "замедлении из-за большой вариативности в скоростях печати. Если вы заметите " -"артефакты, проверьте, правильно ли задан коэффициент Прогнозирования " -"расхода.\n" +"артефакты, проверьте, правильно ли задан коэффициент Pressure advance.\n" "\n" "Примечание: когда включено, нависающие периметры обрабатываются как " "нависания, что означает что к ним будет применяться скорость печати " @@ -12238,9 +12318,14 @@ msgid "" "profile. If this expression evaluates to true, this profile is considered " "compatible with the active printer profile." msgstr "" -"Логическое выражение, использующее значения конфигурации активного профиля " -"принтера. Если это выражение истинно, этот профиль считается совместимым с " -"активным профилем принтера." +"Логическое выражение, с помощью которого можно настраивать совместимость " +"профилей принтеров с текущим профилем пластиковой нити. Если это выражение " +"имеет значение true, этот профиль считается совместимым с активным профилем " +"принтера.\n" +"\n" +"Например, если хотите, чтобы текущий профиль пластиковой нити был совместим " +"только с профилями принтера, у которых диаметр сопла более 0.4 мм, то " +"напишите: 'nozzle_diameter[0]>0.4'." msgid "Select profiles" msgstr "Выбор профиля процесса" @@ -12250,9 +12335,14 @@ msgid "" "profile. If this expression evaluates to true, this profile is considered " "compatible with the active print profile." msgstr "" -"Логическое выражение, использующее значения конфигурации активного профиля " -"печати. ​​Если это выражение истинно, этот профиль считается совместимым с " -"активным профилем печати." +"Логическое выражение, с помощью которого можно настраивать совместимость " +"профилей печати с текущим профилем пластиковой нити. Если это выражение " +"имеет значение true, этот профиль считается совместимым с активным профилем " +"принтера.\n" +"\n" +"Например, если хотите, чтобы текущий профиль пластиковой нити был совместим " +"только с профилями печати, у которых указана высота слоя более 0.2 мм, то " +"напишите: 'layer_height>0.2'." msgid "Print sequence, layer by layer or object by object." msgstr "Выбор последовательности печати моделей - одновременно или по очереди." @@ -12296,11 +12386,12 @@ msgstr "" "Ускорение по умолчанию для обычной печати и перемещения, кроме первого слоя." msgid "Default filament profile" -msgstr "Профиль филамента по умолчанию" +msgstr "Профиль прутка по умолчанию" msgid "Default filament profile when switching to this machine profile." msgstr "" -"Профиль филамента по умолчанию при переключении на этот профиль принтера." +"Профиль пластиковой нити по умолчанию при переключении на этот профиль " +"принтера." msgid "Default process profile" msgstr "Профиль процесса по умолчанию" @@ -12325,7 +12416,7 @@ msgid "" "filament custom G-code." msgstr "" "Скорость вытяжного вентилятора во время печати. Эта скорость переопределяет " -"скорость в пользовательском G-коде филамента." +"скорость в пользовательском G-коде прутка." msgid "Speed of exhaust fan after printing completes." msgstr "Скорость вытяжного вентилятора после завершения печати." @@ -12482,7 +12573,7 @@ msgid "" "however, in most cases, it creates too many unnecessary bridges" msgstr "" "Эта опция может помочь уменьшить образование эффекта «дырявой подушки» на " -"верхних сильно наклонных поверхностях или изогнутых моделях\n" +"верхних сильно наклонных поверхностях или изогнутых моделях.\n" "\n" "По умолчанию, маленькие внутренние мосты отфильтровываются, а внутреннее " "сплошное заполнение печатается непосредственно поверх разреженного " @@ -12490,22 +12581,22 @@ msgstr "" "особого ущерба для качества верхней поверхности. Однако, на сильно наклонных " "поверхностях или изогнутых моделях, особенно при низкой плотности " "заполнения, это может привести к скручиванию неподдерживаемого сплошного " -"заполнения и образованию эффекта «дырявой подушки»\n" +"заполнения и образованию эффекта «дырявой подушки».\n" "\n" "Отключение позволит печатать слой внутреннего моста над слабо поддерживаемым " "внутренним сплошным заполнением. Приведённые ниже параметры управляют " -"степенью фильтрации, т.е. количеством создаваемых внутренних мостов.n\n" +"степенью фильтрации, т.е. количеством создаваемых внутренних мостов.\n" "\n" -"Фильтрация включена по умолчанию и хорошо работает в большинстве случаев\n" +"Фильтрация включена по умолчанию и хорошо работает в большинстве случаев.\n" "\n" "Ограниченная фильтрация - создаёт внутренние мосты на сильно наклонных " "поверхностях, при этом избегая создания ненужных внутренних мостов. Это " -"хорошо работает на большинстве сложных моделях.n\n" +"хорошо работает на большинстве сложных моделях.\n" "\n" "Без фильтрации - мосты создаются над каждым потенциально внутреннем " "нависании. Этот вариант полезен для моделей с сильно наклонной верхней " "поверхностью. Однако в большинстве случаев этот вариант создаёт слишком " -"много ненужных мостов" +"много ненужных мостов." msgid "Limited filtering" msgstr "Ограниченная фильтрация" @@ -12594,7 +12685,7 @@ msgid "Rectilinear" msgstr "Прямолинейный" msgid "Aligned Rectilinear" -msgstr "Выровненный прямолинейно" +msgstr "Выровн. прямолинейн." msgid "Concentric" msgstr "Концентрический" @@ -12629,15 +12720,15 @@ msgid "" "Line width of outer wall. If expressed as a %, it will be computed over the " "nozzle diameter." msgstr "" -"Ширина экструзии для внешней стенки. Если задано в процентах, то значение " -"вычисляется относительно диаметра сопла." +"Ширина экструзии для внешнего периметра. Если задано в процентах, то " +"значение вычисляться относительно диаметра сопла." msgid "" "Speed of outer wall which is outermost and visible. It's used to be slower " "than inner wall speed to get better quality." msgstr "" -"Скорость внешней стенки, которая находится дальше всего и видна. Раньше она " -"была ниже скорости внутренней стены для лучшего качества." +"Скорость печати внешнего периметра (видимого). Для улучшения качества, эту " +"скорость делают ниже скорости внутренних периметров." msgid "Small perimeters" msgstr "Маленькие периметры" @@ -12662,7 +12753,7 @@ msgstr "" "Пороговое значение длины маленьких периметров. Значение по умолчанию - 0 мм." msgid "Walls printing order" -msgstr "Порядок печати стенок" +msgstr "Порядок печати периметров" msgid "" "Print sequence of the internal (inner) and external (outer) walls.\n" @@ -12688,7 +12779,7 @@ msgid "" "\n" " " msgstr "" -"Последовательность печати внутренних и внешних стенок\n" +"Последовательность печати внутреннего и внешнего периметров.\n" "\n" "Используйте порядок печати периметров «Внутренний/Внешний» для получения " "наилучших нависаний. Однако этот вариант приводит к небольшому снижению " @@ -12734,18 +12825,18 @@ msgid "" "external surface finish. It can also cause the infill to shine through the " "external surfaces of the part." msgstr "" -"Последовательность печати стенок/заполнения. Когда функция отключена, " -"сначала печатаются стенки, что в большинстве случаев работает лучше всего.\n" +"Последовательность печати периметров/заполнения. Когда отключено, сначала " +"печатаются периметры, что в большинстве случаев работает лучше всего.\n" "\n" "Печать заполнения первым может помочь при экстремальных нависаниях, " -"поскольку стенки будут прилегать к соседнему заполнению. Однако в этом " +"поскольку периметры будут прилегать к соседнему заполнению. Однако в этом " "случае последующее заполнение будет слегка выдавливать напечатанные " "периметры в местах примыкания к ним, что приводит к ухудшению качества " "внешней поверхности. Кроме того, это может приводить к тому, что заполнение " "будет просвечиваться через внешнюю поверхность детали." msgid "Wall loop direction" -msgstr "Направление петель стенок" +msgstr "Направление петель периметров" msgid "" "The direction which the wall loops are extruded when looking down from the " @@ -12757,14 +12848,10 @@ msgid "" "\n" "This option will be disabled if spiral vase mode is enabled." msgstr "" -"Направление, в котором выдавливаются контуры стенок при взгляде сверху " -"вниз.\n" -"\n" -"По умолчанию все стенки печатаются против часовой стрелки, если не включён " -"режим реверса печати. Любое значение, отличное от «Авто», приведёт к " -"принудительному направлению стенок независимо от режима обратной печати.\n" -"\n" -"Этот параметр будет отключен, если включён режим «спиральной вазы»." +"По умолчанию все периметры выдавливаются против часовой стрелки, если не " +"включена опция «Реверс на чётных слоях». При установке этого параметра в " +"значение, отличное от автоматического, направление периметров будет " +"задаваться независимо от опция «Реверс на чётных слоях»." msgid "Counter clockwise" msgstr "Против часовой стрелки" @@ -12861,7 +12948,7 @@ msgid "" "the X and Y directions, with the default being 50mm for both X and Y." msgstr "" "Этот параметр задаёт расстояние между точками зондирования (размер сетки) в " -"направлениях X и Y. По умолчанию оно равно 50 мм как для X, так и для Y." +"направлениях XY. По умолчанию оно равно 50 мм как для X, так и для Y." msgid "Mesh margin" msgstr "Граница сетки" @@ -12882,7 +12969,7 @@ msgstr "Цвет экструдера" msgid "Only used as a visual help on UI." msgstr "" "Используется только в качестве визуальной помощи в пользовательском " -"интерфейсе." +"интерфейсе" msgid "Extruder offset" msgstr "Смещение координат экструдера" @@ -12918,25 +13005,25 @@ msgstr "" "параметра поможет получить хорошую гладкую поверхность.\n" "\n" "Фактический поток модели рассчитывается путем умножения введенного здесь " -"значения на коэффициент потока филамента." +"значения на коэффициент потока прутка." msgid "Enable pressure advance" -msgstr "Включить прогнозирование расхода" +msgstr "Включить Pressure advance" msgid "" "Enable pressure advance, auto calibration result will be overwritten once " "enabled." msgstr "" -"Включить прогнозирование расхода. Результат автокалибровки будет перезаписан " -"после включения." +"Включить Pressure advance (прогнозирование давления). Результат " +"автокалибровки будет перезаписан после включения." msgid "Pressure advance (Klipper) AKA Linear advance factor (Marlin)." msgstr "" -"Прогнозирование расхода (Pressure advance) в прошивке Klipper, это одно и " -"тоже что Linear advance factor в прошивке Marlin." +"Pressure advance (прогнозирование давления) в прошивки Klipper, это одно и " +"тоже что Linear advance в прошивке Marlin." msgid "Enable adaptive pressure advance (beta)" -msgstr "Включить адаптивное прогнозирование расхода (beta)" +msgstr "Включить адаптивное Pressure advance (beta)" #, no-c-format, no-boost-format msgid "" @@ -12961,29 +13048,27 @@ msgid "" msgstr "" "Было замечено, что с увеличением скорости печати (а следовательно, " "увеличением потока через сопло) и увеличением ускорений, эффективное " -"значение прогнозирования расхода уменьшается. Это означает, что одинаковое " -"значение коэффициента прогнозирования расхода не всегда на 100% оптимально " -"для всех элементов, и обычно используется компромиссное значение, которое не " -"вызывает слишком сильных выпуклостей на элементах с более низкой скоростью " -"потока и ускорениями, а также не вызывает пробелов на более быстрых " -"элементах.\n" +"значение Pressure advance обычно уменьшается. Это означает, что одинаковое " +"значение коэффициента PA не всегда на 100% оптимально для всех элементов, и " +"обычно используется компромиссное значение, которое не вызывает слишком " +"сильных выпуклостей на элементах с более низкой скоростью потока и " +"ускорениями, а также не вызывает пробелов на более быстрых элементах.\n" "\n" "Данная функция призвана устранить это ограничение путем моделирования " "реакции экструзионной системы вашего принтера в зависимости от объёмной " "скорости потока и ускорения, с которыми происходит печать. Внутри системы " "генерируется модель, которая позволяет экстраполировать необходимое значение " -"прогнозирования расхода для любой заданной объёмной скорости потока и " -"ускорения, которое затем подаётся на принтер в зависимости от текущих " -"условий печати.\n" +"Pressure advance для любой заданной объёмной скорости потока и ускорения, " +"которое затем подаётся на принтер в зависимости от текущих условий печати.\n" "\n" -"Если включено, указанное выше значение прогнозирования расхода " -"переопределяется. Однако настоятельно рекомендуется использовать разумное " -"значение по умолчанию, указанное выше, в качестве запасного варианта и при " -"смене инструмента.\n" +"Если включено, значение Pressure advance, указанное выше, переопределяется. " +"Однако настоятельно рекомендуется использовать разумное значение по " +"умолчанию, указанное выше, в качестве запасного варианта и при смене " +"инструмента.\n" "\n" msgid "Adaptive pressure advance measurements (beta)" -msgstr "Измеренные значения адаптивного прогнозирования расхода (beta)" +msgstr "Измеренные значения адаптивного Pressure advance (beta)" #, no-c-format, no-boost-format msgid "" @@ -13014,38 +13099,37 @@ msgid "" "3. Enter the triplets of PA values, Flow and Accelerations in the text box " "here and save your filament profile" msgstr "" -"Впишите через запятую наборы значений прогнозирования расхода, объёмных " -"скоростей потока (далее просто поток) и ускорений, при которых они были " -"измерены. По одному набору значений в строке. Например:\n" +"Впишите через запятую наборы значений Pressure advance, объёмных скоростей " +"потока (далее просто поток) и ускорений, при которых они были измерены. По " +"одному набору значений в строке. Например:\n" "0.04,3.96,3000\n" "0.033,3.96,10000\n" "0.029,7.91,3000\n" "0.026,7.91,10000\n" "\n" "Как выполнить калибровку:\n" -"1. Проведите тест прогнозируемого расхода не менее чем на трёх скоростях для " +"1. Проведите тест Pressure advance не менее чем на трёх скоростях для " "каждого значения ускорения. Рекомендуется выполнить тест как минимум для " "скорости внешних периметров, скорости внутренних периметров и самой высокой " "скорости печати элементов в вашем профиле (обычно это разреженное или " -"сплошное заполнение)\n" +"сплошное заполнение).\n" "Затем выполните тесты для тех же скоростей при самых медленных и самых " "быстрых ускорениях печати, но не быстрее рекомендуемого максимального " -"ускорения, указанного в конфиге Klipper-а\n" -"2. Запишите оптимальное значение прогнозируемого расхода для потока и " -"ускорения. Значение потока можно увидеть, выбрав «Поток» в раскрывающемся " -"меню цветовой схемы. Значение потока будет отображаться внизу на экране " -"предпросмотра нарезки. Идеальное значение прогнозируемого расхрда должно " -"уменьшаться с увеличением объёмного потока. Если это не так, убедитесь, что " -"ваш экструдер функционирует правильно. Чем медленнее и с меньшим ускорением " -"вы печатаете, тем больше диапазон допустимых значений прогнозируемого " -"расхода. Если разница не видна, используйте значение прогнозируемого расхода " -"из более быстрого теста\n" +"ускорения, указанного в конфиге Klipper-а.\n" +"2. Запишите оптимальное значение Pressure advance для потока и ускорения. " +"Значение потока можно увидеть, выбрав «Поток» в раскрывающемся меню цветовой " +"схемы. Значение потока будет отображаться внизу на экране предпросмотра " +"нарезки. Идеальное значение PA должно уменьшаться с увеличением объёмного " +"потока. Если это не так, убедитесь, что ваш экструдер функционирует " +"правильно. Чем медленнее и с меньшим ускорением вы печатаете, тем больше " +"диапазон допустимых значений PA. Если разница не видна, используйте значение " +"PA из более быстрого теста.\n" "3. Введите в текстовое поле здесь через запятую три значения - коэффициент " -"прогнозируемого расхода, значения потока и ускорения. Впишите столько " -"наборов значений сколько считаете нужным и сохраните профиль филамента" +"Pressure advance, значения потока и ускорения. Впишите столько наборов " +"значений сколько считаете нужным и сохраните профиль прутка." msgid "Enable adaptive pressure advance for overhangs (beta)" -msgstr "Включить адаптивный прогнозируемый расход на нависаниях (beta)" +msgstr "Включить адаптивное Pressure advance на нависаниях (beta)" msgid "" "Enable adaptive PA for overhangs as well as when flow changes within the " @@ -13053,14 +13137,13 @@ msgid "" "set accurately, it will cause uniformity issues on the external surfaces " "before and after overhangs.\n" msgstr "" -"Включить адаптивное прогнозируемого расхода на нависаниях, а также при " -"изменении потока в пределах одного и того же элемента. Это экспериментальная " -"опция, так как неточное заданное значение прогнозируемого расхода может " -"привести к проблемам с однородностью на внешних поверхностях до и после " -"нависаний.\n" +"Включить адаптивное Pressure advance на нависаниях, а также при изменении " +"потока в пределах одного и того же элемента. Это экспериментальная опция, " +"так как неточное заданное значение PA может привести к проблемам с " +"однородностью на внешних поверхностях до и после нависаний.\n" msgid "Pressure advance for bridges" -msgstr "Коэф. прогнозируемого расхода для мостов" +msgstr "Коэф. Pressure advance для мостов" msgid "" "Pressure advance value for bridges. Set to 0 to disable.\n" @@ -13070,13 +13153,12 @@ msgid "" "drop in the nozzle when printing in the air and a lower PA helps counteract " "this." msgstr "" -"Коэффициент прогнозируемого расхода для мостов. Установите значение 0, если " -"хотите отключить функцию.\n" +"Коэффициент Pressure advance для мостов. Установите 0 для отключения.\n" "\n" -"Более низкое значение прогнозируемого расхода при печати мостов помогает " -"уменьшить появление небольшой недоэкструзии сразу после мостов. Это вызвано " -"падением давления в сопле при печати в воздухе, и более низкое значение " -"прогнозируемого расхода помогает предотвратить это." +"Более низкое значение Pressure advance при печати мостов помогает уменьшить " +"появление небольшой недоэкструзии сразу после мостов. Это вызвано падением " +"давления в сопле при печати в воздухе, и более низкое значение Pressure " +"advance помогает предотвратить это." msgid "" "Default line width if other line widths are set to 0. If expressed as a %, " @@ -13099,7 +13181,7 @@ msgstr "" "запуска и остановки." msgid "Don't slow down outer walls" -msgstr "Не замедляться на внешних стенках" +msgstr "Не замедляться на внешнем периметре" msgid "" "If enabled, this setting will ensure external perimeters are not slowed down " @@ -13114,11 +13196,12 @@ msgstr "" "Если включено, то скорость печати внешних периметров не будет снижаться, " "чтобы уложиться в минимальное время печати слоя. Это особенно полезно при " "следующих сценариях:\n" -"1. Чтобы при печати глянцевыми материалами избежать изменения блеска\n" +"\n" +"1. Чтобы при печати глянцевыми материалами избежать изменения блеска.\n" "2. Чтобы избежать появления небольших дефектов, которые возникают при " -"изменении скорости и выглядят как горизонтальные полосы\n" -"3. Чтобы избежать печати на скоростях, при которых на внешних стенках " -"возникают вертикальные артефакты (VFA)" +"изменении скорости и выглядят как горизонтальные полосы.\n" +"3. Чтобы избежать печати на скоростях, при которых на внешних периметрах " +"возникают вертикальные артефакты (VFA)." msgid "Layer time" msgstr "Время слоя" @@ -13140,15 +13223,12 @@ msgid "" "Default filament color.\n" "Right click to reset value to system default." msgstr "" -"Цвет филамента по умолчанию.\n" -"Щелкните правой кнопкой мыши, чтобы сбросить значение до системного значения " -"по умолчанию." msgid "Filament notes" -msgstr "Примечание к филаменту" +msgstr "Примечание о прутке" msgid "You can put your notes regarding the filament here." -msgstr "Здесь вы можете написать свои заметки к текущему филаменту." +msgstr "Здесь вы можете написать свои заметки для текущей пластиковой нити." msgid "Required nozzle HRC" msgstr "Необходимая твёрдость сопла" @@ -13202,30 +13282,30 @@ msgstr "" "Параметр не может быть нулевым." msgid "Filament load time" -msgstr "Время загрузки филамента" +msgstr "Время загрузки прутка" msgid "" "Time to load new filament when switch filament. It's usually applicable for " "single-extruder multi-material machines. For tool changers or multi-tool " "machines, it's typically 0. For statistics only." msgstr "" -"Время загрузки нового филамента при его смене. Применяется для " -"одноэкструдерных мульти-филаментных принтеров. Для принтеров со сменой " -"инструмента или многоинструментальных принтеров оно обычно равно 0. " -"Используется только для статистики." +"Время загрузки новой пластиковой нити при её смене. Применяется для " +"одноэкструдерных мультиматериальных принтеров. Для принтеров со сменой " +"инструмента или многоинструментальных принтеров оно обычно равно 0. Это " +"необходимо только для отображения статистической информации." msgid "Filament unload time" -msgstr "Время выгрузки филамента" +msgstr "Время выгрузки прутка" msgid "" "Time to unload old filament when switch filament. It's usually applicable " "for single-extruder multi-material machines. For tool changers or multi-tool " "machines, it's typically 0. For statistics only." msgstr "" -"Время выгрузки старого филамента при его смене. Применяется для " -"одноэкструдерных мульти-филаментных принтеров. Для принтеров со сменой " -"инструмента или многоинструментальных принтеров оно обычно равно 0. " -"Используется только для статистики." +"Время выгрузки старой пластиковой нити при её смене. Применяется для " +"одноэкструдерных мультиматериальных принтеров. Для принтеров со сменой " +"инструмента или многоинструментальных принтеров оно обычно равно 0. Это " +"необходимо только для отображения статистической информации." msgid "Tool change time" msgstr "Время смены инструмента" @@ -13235,10 +13315,10 @@ msgid "" "multi-tool machines. For single-extruder multi-material machines, it's " "typically 0. For statistics only." msgstr "" -"Время, необходимое для смены экструдера. Обычно применимо к устройствам со " -"сменными экструдерами или мульти-филаментным принтерам. Для мульти-" -"филаментых принтеров с одним экструдером оно обычно равно 0. Используется " -"только для статистики." +"Время, необходимое для переключения инструмента. Обычно применяется для " +"принтеров со сменой инструментов или многоинструментальных принтеров. Для " +"одноэкструдерных мультиматериальных принтеров значение обычно равно 0. Это " +"необходимо только для отображения статистической информации." msgid "Bed temperature type" msgstr "" @@ -13259,8 +13339,8 @@ msgid "" "Filament diameter is used to calculate extrusion in G-code, so it is " "important and should be accurate." msgstr "" -"Диаметр филамента используется для расчёта экструзии в G-коде, поэтому он " -"важен и должен быть точно задан." +"Диаметр пластиковой нити используется для расчёта экструзии, поэтому он " +"важен и должен быть точным." msgid "Pellet flow coefficient" msgstr "Коэф. потока гранул" @@ -13277,10 +13357,10 @@ msgstr "" "Коэффициент потока гранул определяется эмпирическим путем и позволяет " "рассчитать объём для гранульных принтеров.\n" "\n" -"Внутри коэффициент преобразуется в диаметр прутка филамента " -"('filament_diameter'). Все остальные расчёты объёма остаются прежними.\n" +"Внутри коэффициент преобразуется в диаметр прутка ('filament_diameter'). Все " +"остальные расчёты объёма остаются прежними.\n" "\n" -"диаметр прутка филамента = √( (4 * коэф. потока гранул) / π )" +"диаметр прутка = √( (4 * коэф. потока гранул) / π )" msgid "Adaptive volumetric speed" msgstr "" @@ -13305,11 +13385,13 @@ msgid "" "Be sure to allow enough space between objects, as this compensation is done " "after the checks." msgstr "" -"Введите процент усадки филамента после охлаждения (94%, если измерено 94 мм " -"вместо 100 мм). Деталь будет масштабирована по осям XY для компенсации. " -"Учитывается только филамент, использованный для периметра.\n" -"Убедитесь, что между объектами достаточно свободного пространства, так как " -"эта компенсация выполняется после проверки." +"Введите процент усадки пластиковой нити, которую получит она после " +"охлаждения (пишите 94%, если вы намерили 94 мм, вместо 100 мм). Для " +"компенсации усадки деталь будет отмасштабирована по оси XY. При этом " +"учитывается только пластиковая нить, используемая для печати внешнего " +"периметра.\n" +"Убедитесь, что между моделями достаточно места, так как эта компенсация " +"выполняется после проверок." msgid "Shrinkage (Z)" msgstr "Компенсация усадки по Z" @@ -13320,9 +13402,9 @@ msgid "" "if you measure 94mm instead of 100mm). The part will be scaled in Z to " "compensate." msgstr "" -"Введите процент усадки филамента после охлаждения (94%, если измерено 94 мм " -"вместо 100 мм). Для компенсации усадки деталь будет отмасштабирована по оси " -"Z." +"Введите процент усадки пластиковой нити, которую получит она после " +"охлаждения (пишите 94%, если вы намерили 94 мм, вместо 100 мм). Для " +"компенсации усадки деталь будет отмасштабирована по оси Z." msgid "Adhesiveness Category" msgstr "" @@ -13334,13 +13416,13 @@ msgid "Loading speed" msgstr "Скорость загрузки" msgid "Speed used for loading the filament on the wipe tower." -msgstr "Скорость загрузки филамента при печати черновой башни." +msgstr "Скорость загрузки прутка при печати черновой башни." msgid "Loading speed at the start" msgstr "Начальная скорость загрузки" msgid "Speed used at the very beginning of loading phase." -msgstr "Скорость в начальной фазе загрузки филамента." +msgstr "Скорость в начальной фазе загрузки прутка." msgid "Unloading speed" msgstr "Скорость выгрузки" @@ -13349,7 +13431,7 @@ msgid "" "Speed used for unloading the filament on the wipe tower (does not affect " "initial part of unloading just after ramming)." msgstr "" -"Скорость выгрузки филамент на черновую башню (не влияет на начальную фазу " +"Скорость выгрузки прутка на черновую башню. (не влияет на начальную фазу " "выгрузки сразу после рэмминга)." msgid "Unloading speed at the start" @@ -13357,7 +13439,7 @@ msgstr "Начальная скорость выгрузки" msgid "" "Speed used for unloading the tip of the filament immediately after ramming." -msgstr "Скорость выгрузки кончика прутка филамента сразу после рэмминга." +msgstr "Скорость выгрузки кончика прутка сразу после рэмминга." msgid "Delay after unloading" msgstr "Задержка после выгрузки" @@ -13367,9 +13449,9 @@ msgid "" "changes with flexible materials that may need more time to shrink to " "original dimensions." msgstr "" -"Время ожидания после извлечения филамента. Может помочь обеспечить надёжную " -"смену материала при работе с гибкими материалами, которым может " -"потребоваться больше времени для усадки до исходных размеров." +"Время ожидания после выгрузки прутка. Может помочь добиться стабильной смены " +"гибких материалов, которым требуется больше времени для того, чтобы принять " +"положение покоя." msgid "Number of cooling moves" msgstr "Количество охлаждающих движений" @@ -13378,7 +13460,7 @@ msgid "" "Filament is cooled by being moved back and forth in the cooling tubes. " "Specify desired number of these moves." msgstr "" -"Филамент охлаждается в охлаждающей трубке путём перемещения назад и вперёд. " +"Пруток охлаждается в охлаждающей трубке путём перемещения назад и вперёд. " "Укажите желаемое количество таких движений." msgid "Stamping loading speed" @@ -13397,9 +13479,9 @@ msgid "" "individual cooling moves (\"stamping\"). This option configures how long " "this movement should be before the filament is retracted again." msgstr "" -"Если задано ненулевое значение, филамент будет перемещается к соплу между " +"Если задано ненулевое значение, пруток будет перемещается к соплу между " "отдельными охлаждающими движениями - утрамбовкой. Эта опция определяет длину " -"это движения, прежде чем филамент снова будет подвержен ретракту." +"это движения, прежде чем пруток снова будет втянут." msgid "Speed of the first cooling move" msgstr "Скорость первого охлаждающего движения" @@ -13417,12 +13499,12 @@ msgid "" "object, Orca Slicer will always prime this amount of material into the wipe " "tower to produce successive infill or sacrificial object extrusions reliably." msgstr "" -"После смены инструмента, точное положение вновь загруженного филамента " -"внутри него может быть неизвестно, и давление прутка, вероятно, ещё не " -"стабильно. Перед тем, как очистить печатающую головку в заполнение или в " -"«жертвенную» модель Orca Slicer всегда будет выдавливать это количество " -"материала на черновую башню, чтобы обеспечить надёжную печать заполнения или " -"«жертвенной» модели." +"После смены инструмента, точное положение вновь загруженного прутка внутри " +"него может быть неизвестно, и давление прутка, вероятно, ещё не стабильно. " +"Перед тем, как очистить печатающую головку в заполнение или в «жертвенную» " +"модель Orca Slicer всегда будет выдавливать это количество материала на " +"черновую башню, чтобы обеспечить надёжную печать заполнения или «жертвенной» " +"модели." msgid "Speed of the last cooling move" msgstr "Скорость последнего охлаждающего движения" @@ -13465,16 +13547,18 @@ msgid "Multi-tool ramming flow" msgstr "Поток рэмминга многоинструментального принтера" msgid "Flow used for ramming the filament before the tool change." -msgstr "Поток рэмминга филамента перед сменой печатающей головки." +msgstr "Поток рэмминга пластиковой нити перед сменой инструмента." msgid "Density" msgstr "Плотность" msgid "Filament density. For statistics only." -msgstr "Плотность филамента. Используется только для статистики." +msgstr "" +"Плотность пластиковой нити. Это необходимо только для отображения " +"статистической информации." msgid "The material type of filament." -msgstr "Тип материала филамента." +msgstr "Тип материала пластиковой нити." msgid "Soluble material" msgstr "Растворимый материал" @@ -13524,7 +13608,9 @@ msgid "Price" msgstr "Стоимость" msgid "Filament price. For statistics only." -msgstr "Стоимость филамента. Используется только для статистики." +msgstr "" +"Стоимость пластиковой нити. Это необходимо только для отображения " +"статистической информации." msgid "money/kg" msgstr "цена/кг" @@ -13533,7 +13619,9 @@ msgid "Vendor" msgstr "Производитель" msgid "Vendor of filament. For show only." -msgstr "Производитель филамента. Это необходимо только для статистики." +msgstr "" +"Производитель пластиковой нити. Это необходимо только для отображения " +"статистической информации." msgid "(Undefined)" msgstr "(Не указано)" @@ -13570,20 +13658,16 @@ msgstr "" "сплошное заполнение." msgid "Align infill direction to model" -msgstr "Выровнять направление заполнения по модели" +msgstr "" msgid "" "Aligns infill and surface fill directions to follow the model's orientation " "on the build plate. When enabled, fill directions rotate with the model to " "maintain optimal strength characteristics." msgstr "" -"Выравнивает направления заполнения и поверхностной заливки в соответствии с " -"ориентацией модели на рабочей пластине. При включении этого параметра " -"направления заливки вращаются вместе с моделью для поддержания оптимальных " -"прочностных характеристик." msgid "Insert solid layers" -msgstr "Вставить сплошные слои" +msgstr "" msgid "" "Insert solid infill at specific layers. Use N to insert every Nth layer, N#K " @@ -13591,20 +13675,13 @@ msgid "" "'5#' equals '5#1'), or a comma-separated list (e.g. 1,7,9) to insert at " "explicit layers. Layers are 1-based." msgstr "" -"Вставьте сплошное заполнение в определённые слои. Используйте N для вставки " -"каждого N-го слоя, N#K для вставки K последовательных сплошных слоёв через " -"каждые N слоёв (K необязательно, например, «5#» равно «5#1») или список, " -"разделённый запятыми (например, 1,7,9), для вставки в определённые слои. " -"Нумерация слоёв начинается с 1." msgid "Fill Multiline" -msgstr "Многострочное заполнение" +msgstr "" msgid "" "Using multiple lines for the infill pattern, if supported by infill pattern." msgstr "" -"Использование нескольких линий для шаблона заполнения, если это " -"поддерживается шаблоном заполнения." msgid "Sparse infill pattern" msgstr "Шаблон заполнения" @@ -13613,13 +13690,13 @@ msgid "Line pattern for internal sparse infill." msgstr "Шаблон разреженного заполнения." msgid "Zig Zag" -msgstr "Зиг заг" +msgstr "" msgid "Cross Zag" -msgstr "Кросс Заг" +msgstr "" msgid "Locked Zag" -msgstr "Заблокированный заг" +msgstr "" msgid "Line" msgstr "Линии" @@ -13652,7 +13729,7 @@ msgid "3D Honeycomb" msgstr "3D соты" msgid "Lateral Honeycomb" -msgstr "Продольные соты" +msgstr "" msgid "Lateral Lattice" msgstr "2D решётка" @@ -13661,10 +13738,10 @@ msgid "Cross Hatch" msgstr "Перекрёстная решётка" msgid "TPMS-D" -msgstr "TPMS-D" +msgstr "" msgid "TPMS-FK" -msgstr "TPMS-FK" +msgstr "" msgid "Gyroid" msgstr "Гироид" @@ -13690,11 +13767,11 @@ msgstr "" "вертикальной оси Z (0 - вертикально)." msgid "Infill overhang angle" -msgstr "Угол написания заполнения" +msgstr "" msgid "" "The angle of the infill angled lines. 60° will result in a pure honeycomb." -msgstr "Угол наклона линий заполнения 60° позволит получить чистые соты." +msgstr "" msgid "Sparse infill anchor length" msgstr "Длина привязки разреженного заполнения" @@ -13711,16 +13788,11 @@ msgid "" "Set this parameter to zero to disable anchoring perimeters connected to a " "single infill line." msgstr "" -"Соединение линии заполнения с внутренним периметром коротким отрезком " -"дополнительного периметра. Если значение выражено в процентах (например, " -"15%), оно рассчитывается по ширине печати заполнения. Orca Slicer пытается " -"соединить две линии рядом заполнением коротким отрезком периметра. Если " -"сегмент периметра короче infill_anchor_max не найден, линия заполнения " -"соединяется с сегментом периметра только с одной стороны, а длина " -"полученного сегмента периметра ограничивается этим параметром, но не " -"превышает anchor_length_max.\n" -"Установите этот параметр в ноль, чтобы отключить привязку периметров, " -"соединённых с одной линией заполнения." +"Привязка - это короткий отрезок, который добавляется вдоль внутреннего " +"периметра и соединяет линии разреженного заполнения с этим периметром. Если " +"параметр задан в процентах, длина привязки рассчитывается относительно " +"ширины линии заполнения. Установите значение равным 0, чтобы запретить " +"открытые привязки." msgid "0 (no open anchors)" msgstr "0 (без открытых привязок)" @@ -13756,10 +13828,10 @@ msgid "0 (Simple connect)" msgstr "0 (без привязок)" msgid "Acceleration of outer walls." -msgstr "Ускорение на наружных стенках." +msgstr "Ускорение на наружных периметрах." msgid "Acceleration of inner walls." -msgstr "Ускорение на внутренних стенках." +msgstr "Ускорение на внутренних периметрах." msgid "Acceleration of travel moves." msgstr "Ускорение холостого перемещения." @@ -13773,7 +13845,7 @@ msgstr "" msgid "Acceleration of outer wall. Using a lower value can improve quality." msgstr "" -"Ускорение на внешней стенке. Использование более низкого значения может " +"Ускорение на внешнем периметре. Использование более низкого значения может " "улучшить качество." msgid "" @@ -13781,14 +13853,14 @@ msgid "" "50%), it will be calculated based on the outer wall acceleration." msgstr "" "Ускорение на мостах. Если задано в процентах, то значение вычисляться " -"относительно ускорения внешних стенок." +"относительно ускорения внешнего периметра." msgid "mm/s² or %" msgstr "мм/с² или %" msgid "" -"Acceleration of sparse infill. If the value is expressed as a percentage " -"(e.g. 100%), it will be calculated based on the default acceleration." +"Acceleration of sparse infill. If the value is expressed as a percentage (e." +"g. 100%), it will be calculated based on the default acceleration." msgstr "" "Ускорение на разреженном заполнении. Если задано в процентах, то значение " "вычисляться относительно ускорения по умолчанию." @@ -13814,11 +13886,14 @@ msgstr "Вкл. ограничение ускорения зигзагов" msgid "Klipper's max_accel_to_decel will be adjusted automatically." msgstr "" "Значение Klipper-а ограничение ускорения зигзагов (max_accel_to_decel) будет " -"скорректировано автоматически." +"скорректировано автоматически.\n" +"\n" +"Параметр предназначен для ограничения влияния экстремальных переходов от " +"ускорения к замедлению, типичных для коротких зигзагообразных перемещений." # ??? Ускорение к замедлению, Ускорение торможения, Скорость торможения, Скорость торможения перед поворотом, Соотношение ускорения к замедлению msgid "accel_to_decel" -msgstr "accel_to_decel" +msgstr "Ограничение ускорения зигзагов" #, c-format, boost-format msgid "" @@ -13828,20 +13903,21 @@ msgstr "" "скорректировано на данный процент ускорения." msgid "Default jerk." -msgstr "Рывок по умолчанию." +msgstr "" + +msgid "Junction Deviation" +msgstr "" msgid "" "Marlin Firmware Junction Deviation (replaces the traditional XY Jerk " "setting)." msgstr "" -"Отклонение соединения прошивки Marlin (заменяет традиционную настройку рывка " -"XY)." msgid "Jerk of outer walls." -msgstr "Рывок для внешних стенок." +msgstr "Рывок для внешних периметров." msgid "Jerk of inner walls." -msgstr "Рывок для внутренних стенок." +msgstr "Рывок для внутренних периметров." msgid "Jerk for top surface." msgstr "Рывок для верхней поверхности." @@ -13902,18 +13978,18 @@ msgstr "Температура сопла на первом слое" msgid "Nozzle temperature for printing initial layer when using this filament." msgstr "" -"Температура сопла для печати первого слоя при использовании данного " -"филамента." +"Температура сопла для печати первого слоя при использовании данной " +"пластиковой нити." msgid "Full fan speed at layer" msgstr "Полная скорость вентилятора на слое" msgid "" "Fan speed will be ramped up linearly from zero at layer " -"\"close_fan_the_first_x_layers\" to maximum at layer " -"\"full_fan_speed_layer\". \"full_fan_speed_layer\" will be ignored if lower " -"than \"close_fan_the_first_x_layers\", in which case the fan will be running " -"at maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1." +"\"close_fan_the_first_x_layers\" to maximum at layer \"full_fan_speed_layer" +"\". \"full_fan_speed_layer\" will be ignored if lower than " +"\"close_fan_the_first_x_layers\", in which case the fan will be running at " +"maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1." msgstr "" "Скорость вентилятора будет линейно увеличиваться от нуля со слоя заданным " "параметром «Не включать вентилятор на первых» до заданной максимальной " @@ -13973,7 +14049,7 @@ msgstr "" "охлаждением большой поверхности в течение длительного времени." msgid "Ironing fan speed" -msgstr "Скорость вентилятора при разглаживании" +msgstr "" msgid "" "This part cooling fan speed is applied when ironing. Setting this parameter " @@ -13981,11 +14057,6 @@ msgid "" "low volumetric flow rate, making the interface smoother.\n" "Set to -1 to disable it." msgstr "" -"Скорость вентилятора охлаждения этой детали применяется при глажении. " -"Установка этого параметра на значение ниже обычной скорости снижает " -"вероятность засорения сопла из-за низкого объёмного расхода, делая все более " -"плавным.\n" -"Установите значение -1, чтобы отключить эту функцию." msgid "" "Randomly jitter while printing the wall, so that the surface has a rough " @@ -13996,14 +14067,14 @@ msgstr "" "нечёткая оболочка." msgid "Contour" -msgstr "Контур" +msgstr "Внешний периметр" msgid "Contour and hole" -msgstr "Контур и отверстие" +msgstr "Внешний периметр и отверстия" # на всех внутренних и внешних периметрах, На всех периметрах msgid "All walls" -msgstr "Все стенки" +msgstr "Все периметры" msgid "Fuzzy skin thickness" msgstr "Толщина нечёткой оболочки" @@ -14012,8 +14083,9 @@ msgid "" "The width within which to jitter. It's advised to be below outer wall line " "width." msgstr "" -"Ширина, в пределах которой следует будет применено дрожание. Рекомендуется, " -"чтобы она была меньше ширины внешней линии стенки." +"Величина амплитуды дрожания (т.е. в обои направления) измеряемая " +"перпендикулярно печатаемому периметру. Желательно, чтобы она была меньше " +"ширины внешнего периметра." msgid "Fuzzy skin point distance" msgstr "Расстояние между точками нечёткой оболочки" @@ -14034,7 +14106,7 @@ msgid "Whether to apply fuzzy skin on the first layer." msgstr "Применять ли нечёткую оболочку к первому слою." msgid "Fuzzy skin generator mode" -msgstr "Режим генерации нечеткой оболочки" +msgstr "" #, c-format, boost-format msgid "" @@ -14059,35 +14131,15 @@ msgid "" "displayed, and the model will not be sliced. You can choose this number " "until this error is repeated." msgstr "" -"Fuzzy skin generation mode. Works only with Arachne!\n" -"Displacement: Сlassic mode when the pattern is formed by shifting the nozzle " -"sideways from the original path.\n" -"Extrusion: The mode when the pattern formed by the amount of extruded " -"plastic. This is the fast and straight algorithm without unnecessary nozzle " -"shake that gives a smooth pattern. But it is more useful for forming loose " -"walls in the entire they array.\n" -"Combined: Joint mode [Displacement] + [Extrusion]. The appearance of the " -"walls is similar to [Displacement] Mode, but it leaves no pores between the " -"perimeters.\n" -"\n" -"Attention! The [Extrusion] and [Combined] modes works only the " -"fuzzy_skin_thickness parameter not more than the thickness of printed loop. " -"At the same time, the width of the extrusion for a particular layer should " -"also not be below a certain level. It is usually equal 15-25%% of a layer " -"height. Therefore, the maximum fuzzy skin thickness with a perimeter width " -"of 0.4 mm and a layer height of 0.2 mm will be 0.4-(0.2*0.25)=±0.35mm! If " -"you enter a higher parameter than this, the error Flow::spacing() will " -"displayed, and the model will not be sliced. You can choose this number " -"until this error is repeated." msgid "Displacement" -msgstr "Смещение" +msgstr "" msgid "Extrusion" -msgstr "Экструзия" +msgstr "" msgid "Combined" -msgstr "Комбинированная" +msgstr "Общая" msgid "Fuzzy skin noise type" msgstr "Тип нечёткой оболочки" @@ -14314,9 +14366,9 @@ msgid "" "Enable this option if machine has auxiliary part cooling fan. G-code " "command: M106 P2 S(0-255)." msgstr "" -"Если в принтере имеется вспомогательный вентилятор для охлаждения моделей " -"(обычно это боковой вентилятор), можете включить эту опцию. G-код команда: " -"M106 P2 S(0-255)." +"Если в принтере имеет вспомогательный вентилятор для охлаждения моделей " +"(обычно это боковой вентилятор), можете включить эту опцию.\n" +"G-код команда: M106 P2 S(0-255)." msgid "" "Start the fan this number of seconds earlier than its target start time (you " @@ -14340,7 +14392,7 @@ msgstr "" "Установите 0 для отключения." msgid "Only overhangs" -msgstr "Только на нависаниях" +msgstr "Только на свесах" msgid "Will only take into account the delay for the cooling of overhangs." msgstr "Применять смещение времени только для охлаждения нависаний." @@ -14465,17 +14517,15 @@ msgstr "" "Периметры по-прежнему печатаются с исходной высотой слоя." msgid "Infill shift step" -msgstr "Шаг сдвига заполнения" +msgstr "" msgid "" "This parameter adds a slight displacement to each layer of infill to create " "a cross texture." msgstr "" -"Этот параметр добавляет небольшое смещение к каждому слою заполнения, " -"создавая перекрестную текстуру." msgid "Sparse infill rotation template" -msgstr "Шаблон поворота заполнения" +msgstr "" msgid "" "Rotate the sparse infill direction per layer using a template of angles. " @@ -14486,14 +14536,6 @@ msgid "" "setting is ignored. Note: some infill patterns (e.g., Gyroid) control " "rotation themselves; use with care." msgstr "" -"Поверните направление разреженного заполнения для каждого слоя, используя " -"шаблон углов. Введите градусы, разделённые запятыми (например, " -"«0,30,60,90»). Углы применяются в порядке следования слоёв и повторяются, " -"когда список заканчивается. Поддерживается расширенный синтаксис: «+5» " -"поворачивает на +5° каждый слой; «+5#5» поворачивает на +5° каждые 5 слоёв. " -"Подробности см. в Wiki. При установке шаблона стандартное направление " -"заполнения игнорируется. Примечание: некоторые шаблоны заполнения (например, " -"Gyroid) сами управляют поворотом; используйте с осторожностью." msgid "°" msgstr "°" @@ -14509,15 +14551,9 @@ msgid "" "layers than angles, the angles will be repeated. Note that not all solid " "infill patterns support rotation." msgstr "" -"Этот параметр добавляет поворот направления сплошного заполнения к каждому " -"слою в соответствии с указанным шаблоном. Шаблон представляет собой список " -"углов в градусах, разделённых запятыми, например, «0,90». Первый угол " -"применяется к первому слою, второй — ко второму и так далее. Если слоёв " -"больше, чем углов, углы будут повторяться. Обратите внимание, что не все " -"шаблоны сплошного заполнения поддерживают поворот." msgid "Skeleton infill density" -msgstr "Плотность заполнения скелета" +msgstr "" msgid "" "The remaining part of the model contour after removing a certain depth from " @@ -14526,15 +14562,9 @@ msgid "" "settings but different skeleton densities, their skeleton areas will develop " "overlapping sections. Default is as same as infill density." msgstr "" -"Оставшаяся часть контура модели после удаления определённой глубины с " -"поверхности называется скелетом. Этот параметр используется для регулировки " -"плотности этого участка. Если два региона имеют одинаковые настройки " -"разреженного заполнения, но разную плотность скелета, их скелетные области " -"будут образовывать перекрывающиеся участки. Значение по умолчанию равно " -"плотности заполнения." msgid "Skin infill density" -msgstr "Плотность заполнения оболочки" +msgstr "" msgid "" "The portion of the model's outer surface within a certain depth range is " @@ -14543,47 +14573,39 @@ msgid "" "skin densities, this area will not be split into two separate regions. " "Default is as same as infill density." msgstr "" -"Часть внешней поверхности модели в пределах определённого диапазона глубин " -"называется оболочкой. Этот параметр используется для регулировки плотности " -"этой области. Если две области имеют одинаковые настройки заполнения, но " -"разную плотность оболочки, эта область не будет разделена на две отдельные " -"области. Значение по умолчанию равно плотности заполнения." msgid "Skin infill depth" -msgstr "Глубина заполнения оболочки" +msgstr "" msgid "The parameter sets the depth of skin." -msgstr "Этот параметр устанавливает глубину заполнения оболочки." +msgstr "" msgid "Infill lock depth" -msgstr "Глубина заблокированного заполнения" +msgstr "" msgid "The parameter sets the overlapping depth between the interior and skin." -msgstr "Параметр задает глубину перекрытия между внутренней частью и оболочки." +msgstr "" msgid "Skin line width" -msgstr "Ширина линии оболочки" +msgstr "" msgid "Adjust the line width of the selected skin paths." -msgstr "Отрегулируйте ширину линий выбранных контуров облочки." +msgstr "" msgid "Skeleton line width" -msgstr "Ширина линии скелета" +msgstr "" msgid "Adjust the line width of the selected skeleton paths." -msgstr "Отрегулируйте ширину линий выбранных контуров скелета." +msgstr "" msgid "Symmetric infill Y axis" -msgstr "Симметричное заполнение по оси Y" +msgstr "" msgid "" "If the model has two parts that are symmetric about the Y axis, and you want " "these parts to have symmetric textures, please click this option on one of " "the parts." msgstr "" -"Если модель состоит из двух частей, симметричных относительно оси Y, и вы " -"хотите, чтобы эти части имели симметричные текстуры, щелкните эту опцию на " -"одной из частей." msgid "Infill combination - Max layer height" msgstr "Максимальная высота слоя (КЗ)" @@ -14630,7 +14652,7 @@ msgid "Probing exclude area of clumping." msgstr "" msgid "Filament to print internal sparse infill." -msgstr "Филамент для печати заполнения." +msgstr "Пластиковая нить для печати заполнения." msgid "" "Line width of internal sparse infill. If expressed as a %, it will be " @@ -14782,7 +14804,7 @@ msgstr "" "гладкой поверхности. После печати верхнего слоя сопло пройдётся по нему ещё " "раз, но с значительно меньшей скоростью и потоком. Это нужно чтобы " "разгладить поверхность, скрыв шаблон заполнения и другие дефекты " -"поверхности. Эта функция увеличивает время печати" +"поверхности. Эта функция увеличивает время печати." msgid "No ironing" msgstr "Без разглаживания" @@ -14856,8 +14878,9 @@ msgid "" "Whether the machine supports silent mode in which machine use lower " "acceleration to print." msgstr "" -"Если принтер поддерживает бесшумный режим, в котором принтер использует " -"меньшее ускорение для печати." +"Поддержка тихого режима, в котором принтер использует более низкие ускорения " +"печати для уменьшения уровня шума. Прошивка принтера должна поддерживать " +"данную возможность." msgid "Emit limits to G-code" msgstr "Отправлять в G-код" @@ -14902,11 +14925,6 @@ msgid "" "and flow correction factor. Each pair is on a separate line, followed by a " "semicolon, in the following format: \"1.234, 5.678;\"" msgstr "" -"Модель компенсации расхода, используемая для корректировки расхода в " -"небольших областях заполнения. Модель выражается парой значений, разделенных " -"запятыми: длиной экструзии и коэффициентом коррекции расхода. Каждая пара " -"находится на отдельной строке, за которой следует точка с запятой, в " -"следующем формате: «1,234, 5,678;»" msgid "Maximum speed X" msgstr "Максимальная скорость перемещения по X" @@ -14945,16 +14963,16 @@ msgid "Maximum acceleration E" msgstr "Максимальное ускорение подачи у экструдера" msgid "Maximum acceleration of the X axis" -msgstr "Максимальное ускорение по оси X" +msgstr "Максимальное ускорение по оси X." msgid "Maximum acceleration of the Y axis" -msgstr "Максимальное ускорение по оси Y" +msgstr "Максимальное ускорение по оси Y." msgid "Maximum acceleration of the Z axis" -msgstr "Максимальное ускорение по оси Z" +msgstr "Максимальное ускорение по оси Z." msgid "Maximum acceleration of the E axis" -msgstr "Максимальное ускорение экструдера" +msgstr "Максимальное ускорение подачи у экструдера." msgid "Maximum jerk X" msgstr "Максимальный рывок по X" @@ -14966,28 +14984,28 @@ msgid "Maximum jerk Z" msgstr "Максимальный рывок по Z" msgid "Maximum jerk E" -msgstr "Максимальный рывок экструдера" +msgstr "Максимальный рывок у экструдера" msgid "Maximum jerk of the X axis" -msgstr "Максимальный рывок по оси X" +msgstr "Максимальный рывок по оси X." msgid "Maximum jerk of the Y axis" -msgstr "Максимальный рывок по оси Y" +msgstr "Максимальный рывок по оси Y." msgid "Maximum jerk of the Z axis" -msgstr "Максимальный рывок по оси Z" +msgstr "Максимальный рывок по оси Z." msgid "Maximum jerk of the E axis" -msgstr "Максимальный рывок экструдера" +msgstr "Максимальный рывок у экструдера." msgid "Maximum Junction Deviation" msgstr "Макс. значение Junction Deviation" msgid "" -"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin Firmware)" +"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin " +"Firmware\n" +"If your Marlin 2 printer uses Classic Jerk set this value to 0.)" msgstr "" -"Максимальное значение junction deviation (M205 J, применяется только если JD " -"> 0 для прошивки Marlin)" msgid "Minimum speed for extruding" msgstr "Минимальная скорость перемещения при печати" @@ -15008,10 +15026,10 @@ msgid "Maximum acceleration for extruding (M204 P)" msgstr "Максимальное ускорение при печати (M204 P)" msgid "Maximum acceleration for retracting" -msgstr "Максимальное ускорение ретракта" +msgstr "Максимальное ускорение отката" msgid "Maximum acceleration for retracting (M204 R)" -msgstr "Максимальное ускорение ретракта (M204 R)" +msgstr "Максимальное ускорение отката (M204 R)" msgid "Maximum acceleration for travel" msgstr "Максимальное ускорение холостых перемещений" @@ -15033,18 +15051,23 @@ msgid "" "printer, ringing on the surface of the model are avoided.\n" "Please turn this option off when testing ringing." msgstr "" -"Снижение скорости внешней стенки для исключения резонансной зоны принтера " -"позволяет избежать появления ряби на поверхности модели.\n" -"Отключите эту опцию при проверке ряби." +"Уменьшая скорость печати внешнего периметра для предотвращения попадания в " +"зону резонансной частоты принтера, можно избежать появления ряби на " +"поверхности модели. Эта функция требует установки минимального и " +"максимального значения. Если запланированная скорость печати попадает внутрь " +"диапазона, функция активируется, и реальная скорость печати будет " +"принудительно ограничена минимальным значением, несмотря на другие настройки " +"скорости.\n" +"Пожалуйста, отключите эту опцию при тестировании на вертикальные артефакты" msgid "Min" -msgstr "Мин" +msgstr "Мин." msgid "Minimum speed of resonance avoidance." msgstr "Минимальная скорость предотвращения резонанса." msgid "Max" -msgstr "Макс" +msgstr "Макс." msgid "Maximum speed of resonance avoidance." msgstr "Максимальная скорость предотвращения резонанса." @@ -15061,12 +15084,11 @@ msgid "" "The highest printable layer height for the extruder. Used to limit the " "maximum layer height when enable adaptive layer height." msgstr "" -"Максимальная высота печатаемого слоя для экструдера. Используется для " -"ограничения максимальной высоты слоя при включении адаптивной высоты слоя." msgid "Extrusion rate smoothing" msgstr "Сглаживание скорости экструзии" +#, fuzzy msgid "" "This parameter smooths out sudden extrusion rate changes that happen when " "the printer transitions from printing a high flow (high speed/larger width) " @@ -15110,16 +15132,16 @@ msgstr "" "Для высокоскоростных принтеров с высокопроизводительным директ-экструдером " "(например, Bambu lab или Voron) обычно не требуется использование данного " "параметра. Однако в некоторых случаях, когда скорость печати сильно " -"различается, это может принести некоторую пользу. Например, когда происходят " -"резкие замедления из-за нависаний. В этих случаях рекомендуется использовать " -"высокое значение, составляющее около 300-350 мм³/с², так как это " -"обеспечивает достаточное сглаживание, помогающее прогнозированию давления " -"достичь более плавного перехода потока.\n" +"различается, это может принести некоторую дополнительную пользу. Например, " +"когда происходят резкие замедления из-за нависаний. В этих случаях " +"рекомендуется использовать высокое значение, составляющее около 300-350 мм³/" +"с², так как это обеспечивает достаточное сглаживание, помогающее " +"прогнозированию давления достичь более плавного перехода потока.\n" "\n" -"Для более медленных принтеров, не использующих прогнозирование расхода, это " -"значение должно быть значительно ниже. Значение 10-15 мм³/с² является " -"хорошей отправной точкой для экструдеров с прямым приводом и 5-10 мм³/с² для " -"боуден экструдеров.\n" +"Для более медленных принтеров, не использующих прогнозирование давления " +"(pressure advance), это значение должно быть значительно ниже. Значение " +"10-15 мм³/с² является хорошей отправной точкой для экструдеров с прямым " +"приводом и 5-10 мм³/с² для боуден экструдеров.\n" "\n" "В Prusa Slicer эта функция известна как «Сглаживание расхода» (Pressure " "equalizer).\n" @@ -15139,15 +15161,14 @@ msgid "" "\n" "Allowed values: 0.5-5" msgstr "" -"Более низкое значение обеспечивает более плавное изменение скорости " -"экструзии. Однако это приводит к значительному увеличению размера файла G-" -"кода и увеличению количества инструкций, которые должен обработать принтер.\n" +"Меньшее значение приводит к более плавному изменению скорости экструзии. " +"Однако это приводит к значительному увеличению размера G-код файла и " +"увеличению количества инструкций для обработки принтером.\n" "\n" -"Значение по умолчанию, равное 3, подходит для большинства случаев. Если ваш " -"принтер работает нестабильно, увеличьте это значение, чтобы уменьшить " -"количество корректировок.\n" -"\n" -"Допустимые значения: 0,5–5" +"Значение по умолчанию, равное 3, хорошо подходит для большинства случаев. " +"Если принтер печатает с мини-фризами, увеличьте это значение, чтобы " +"уменьшить количество выполняемых изменений.\n" +"Допустимые значения: 0.5-5." # ??? msgid "Apply only on external features" @@ -15187,8 +15208,6 @@ msgid "" "The lowest printable layer height for the extruder. Used to limit the " "minimum layer height when enable adaptive layer height." msgstr "" -"Минимальная высота печатаемого слоя для экструдера. Используется для " -"ограничения минимальной высоты слоя при включении адаптивной высоты слоя." msgid "Min print speed" msgstr "Минимальная скорость печати" @@ -15203,10 +15222,10 @@ msgstr "" "«Замедлять печать для лучшего охлаждения слоёв»." msgid "The diameter of nozzle." -msgstr "Диаметр сопла." +msgstr "Диаметр сопла" msgid "Configuration notes" -msgstr "Примечания к конфигурации" +msgstr "Примечание конфигурации" msgid "" "You can put here your personal notes. This text will be added to the G-code " @@ -15229,7 +15248,7 @@ msgid "Nozzle volume" msgstr "Объём сопла" msgid "Volume of nozzle between the cutter and the end of nozzle." -msgstr "Объем сопла между резаком и концом сопла." +msgstr "Объём сопла между резцом прутка и кончиком сопла." msgid "Cooling tube position" msgstr "Позиция охлаждающей трубки" @@ -15247,7 +15266,7 @@ msgstr "" "движениях." msgid "High extruder current on filament swap" -msgstr "Повышение тока экструдера при замене филамента" +msgstr "Повышение тока экструдера при замене прутка" msgid "" "It may be beneficial to increase the extruder motor current during the " @@ -15255,18 +15274,18 @@ msgid "" "overcome resistance when loading a filament with an ugly shaped tip." msgstr "" "Это может быть полезно для увеличения тока двигателя экструдера во время " -"замены филамента, чтобы быстро увеличить скорость подачи и преодолеть " +"замены прутка, чтобы быстро увеличить скорость подачи и преодолеть " "сопротивление при загрузке прутка с плохой формой кончика." # ??? Положение прутка при парковке msgid "Filament parking position" -msgstr "Положение парковки филамента" +msgstr "Положение парковки прутка" msgid "" "Distance of the extruder tip from the position where the filament is parked " "when unloaded. This should match the value in printer firmware." msgstr "" -"Расстояние от сопла до точки, где размещается филамент при выгрузке. " +"Расстояние от сопла до точки, где размещается пруток при выгрузке. " "Расстояние должно соответствовать значению в прошивке принтера." msgid "Extra loading distance" @@ -15278,11 +15297,10 @@ msgid "" "positive, it is loaded further, if negative, the loading move is shorter " "than unloading." msgstr "" -"При значении, равном нулю, расстояние, на которое филамент перемещается из " -"положения парковки при загрузке, точно такое же, как и расстояние, на " -"которое она перемещалась при извлечении. При положительном значении филамент " -"перемещается дальше, при отрицательном — перемещение при загрузке короче, " -"чем при извлечении." +"Если установлено 0, то расстояние, которое проходит пруток при перемещении " +"из положения парковки во время загрузки, точно такое же, как и при выгрузке. " +"При положительном значении, она загружается дальше; при отрицательном, ход " +"загрузки короче (по сравнению с выгрузкой)." msgid "Start end points" msgstr "Начальные и конечные точки" @@ -15291,17 +15309,17 @@ msgid "The start and end points which is from cutter area to garbage can." msgstr "Начальная и конечная точки от зоны обрезки до мусорного лотка." msgid "Reduce infill retraction" -msgstr "Уменьшать ретракт при заполнении" +msgstr "Уменьшать откат при заполнении" msgid "" "Don't retract when the travel is in infill area absolutely. That means the " "oozing can't been seen. This can reduce times of retraction for complex " "model and save printing time, but make slicing and G-code generating slower." msgstr "" -"Отключение ретракта, когда перемещение происходит в зоне заполнения. Это " -"означает, что подтеков не будет видно. Это может сократить время отвода для " -"сложных моделей и сэкономить время печати, но замедлит нарезку и генерацию G-" -"кода." +"Отключает откат, когда перемещения полностью совершаются в области " +"заполнения (и, таким образом, любые подтёки скорее всего будут не заметны). " +"Это поможет снизить количество откатов при печати сложной модели и " +"сэкономить время печати, но увеличит время нарезки и генерации G-кода." msgid "" "This option will drop the temperature of the inactive extruders to prevent " @@ -15354,10 +15372,10 @@ msgid "" "speed to print. For 100%% overhang, bridge speed is used." msgstr "" "Определяет процент нависания относительно ширины линии и использует разную " -"скорость печати. Для 100%%-го нависания используется скорость печати мостов." +"скорость печати. Для 100%%-го свеса используется скорость печати мостов." msgid "Filament to print walls." -msgstr "Филамент для печати стенок." +msgstr "Пластиковая нить для печати периметров." msgid "" "Line width of inner wall. If expressed as a %, it will be computed over the " @@ -15413,7 +15431,7 @@ msgid "Printer type" msgstr "Тип принтера" msgid "Type of the printer." -msgstr "Тип принтера." +msgstr "Тип принтера" msgid "Printer notes" msgstr "Примечания к принтеру" @@ -15485,38 +15503,34 @@ msgid "" "Only trigger retraction when the travel distance is longer than this " "threshold." msgstr "" -"Ретракт будет срабатывать только в том случае, если расстояние перемещения " +"Откат будет срабатывать только в том случае, если расстояние перемещения " "превысит этот порог." msgid "Retract amount before wipe" -msgstr "Величина ретракта перед очисткой" +msgstr "Величина отката перед очисткой" msgid "" "The length of fast retraction before wipe, relative to retraction length." msgstr "" -"Длина быстрого ретракта перед очисткой, выраженная в процентах от общей " -"длины ретракта." +"Длина быстрого отката перед очисткой, выраженная в процентах от общей длины " +"отката." msgid "Retract when change layer" -msgstr "Ретракт при смене слоя" +msgstr "Откат при смене слоя" msgid "Force a retraction when changes layer." -msgstr "" -"Эта опция включает принудительный ретракт при переходе со слоя на слой." +msgstr "Эта опция включает принудительный откат при переходе со слоя на слой." msgid "Retraction Length" -msgstr "Длина оретракта" +msgstr "Длина отката" msgid "" "Some amount of material in extruder is pulled back to avoid ooze during long " "travel. Set zero to disable retraction." msgstr "" -"Некоторое количество материала в экструдере отводится назад, чтобы избежать " -"просачивания при длительном перемещении. Установите значение 0, чтобы " -"отключить ретракт." msgid "Long retraction when cut (beta)" -msgstr "Длинный ретракт при отрезании филамента (beta)" +msgstr "Длинное втягивание перед отрезанием прутка (beta)" msgid "" "Experimental feature: Retracting and cutting off the filament at a longer " @@ -15524,20 +15538,20 @@ msgid "" "significantly, it may also raise the risk of nozzle clogs or other printing " "problems." msgstr "" -"Экспериментальная функция. Ретракт и обрезка филамента на большем расстоянии " -"во время её замены для минимизации очистки. Хотя это значительно уменьшает " -"величину очистки, это может повысить риск засорения сопла или вызвать другие " -"проблемы при печати." +"Экспериментальная функция. Втягивание и обрезка пластиковой нити на большем " +"расстоянии во время её замены для минимизации очистки. Хотя это значительно " +"уменьшает величину очистки, это может повысить риск засорения сопла или " +"вызвать другие проблемы при печати." msgid "Retraction distance when cut" -msgstr "Длина ретракта при отрезании филамента" +msgstr "Длина втягивания перед отрезанием прутка" msgid "" "Experimental feature: Retraction length before cutting off during filament " "change." msgstr "" -"Экспериментальная функция. Длина ретракта перед отрезанием филамента при его " -"смене." +"Экспериментальная функция. Длина втягивания перед отрезанием пластиковой " +"нити при её смене." msgid "Long retraction when extruder change" msgstr "" @@ -15553,10 +15567,10 @@ msgid "" "clearance between nozzle and the print. It prevents nozzle from hitting the " "print when travel move. Using spiral lines to lift Z can prevent stringing." msgstr "" -"При каждом ретракте сопло немного приподнимается, создавая зазор между " -"соплом и моделью. Это предотвращает соприкосновение сопла с моделью при " -"перемещении. Использование спиральных линий для подъёма по оси Z позволяет " -"избежать застревания." +"Здесь задаётся на сколько миллиметров будет каждый раз приподниматься ось Z, " +"когда срабатывает откат. Это предотвращает задевание соплом печатаемой " +"модели при перемещении. Использование спирального типа подъёма оси Z может " +"предотвратить образование паутины." msgid "Z-hop lower boundary" msgstr "Приподнимать ось Z только ниже" @@ -15584,7 +15598,7 @@ msgid "Z-hop type" msgstr "Тип подъёма оси Z" msgid "Type of Z-hop." -msgstr "Тип подъема оси Z." +msgstr "" msgid "Slope" msgstr "Наклонный" @@ -15593,7 +15607,7 @@ msgid "Spiral" msgstr "Спиральный" msgid "Traveling angle" -msgstr "Угол перемещения" +msgstr "Угол подъёма" msgid "" "Traveling angle for Slope and Spiral Z-hop type. Setting it to 90° results " @@ -15665,21 +15679,24 @@ msgid "" "When the retraction is compensated after the travel move, the extruder will " "push this additional amount of filament. This setting is rarely needed." msgstr "" -"При компенсации ретракта после перемещения, экструдер выталкивает " -"дополнительное количество филамента. Эта настройка требуется редко." +"После того как экструдер совершил откат и переместился в другое место " +"печати, происходит обратная подача того же количества материала + заданное " +"тут значение. Для увеличения длины выдавливания ставится положительное " +"значение (например 0.5 мм), для уменьшения отрицательное. Этот параметр " +"редко нуждается в правке." msgid "" "When the retraction is compensated after changing tool, the extruder will " "push this additional amount of filament." msgstr "" -"При компенсации ретракта после смены инструмента экструдер выталкивает " -"дополнительное количество нити." +"Компенсация длины выдавливаемого пластика перед возобновлением печати после " +"смены сопла." msgid "Retraction Speed" -msgstr "Скорость ретракта" +msgstr "Скорость извлечения при откате" msgid "Speed for retracting filament from the nozzle." -msgstr "Скорость извлечения филамента из сопла." +msgstr "" msgid "De-retraction Speed" msgstr "Скорость заправки при откате" @@ -15688,17 +15705,16 @@ msgid "" "Speed for reloading filament into the nozzle. Zero means same speed of " "retraction." msgstr "" -"Скорость заправки филамента в сопло. Ноль означает ту же скорость ретракта." msgid "Use firmware retraction" -msgstr "Использовать ретракт из прошивки" +msgstr "Откат на уровне прошивки" msgid "" "This experimental setting uses G10 and G11 commands to have the firmware " "handle the retraction. This is only supported in recent Marlin." msgstr "" "Эта экспериментальная опция использует команды G10 и G11, чтобы сама " -"прошивка обрабатывала ретракты. Поддерживается только в последних версиях " +"прошивка обрабатывала откаты. Поддерживается только в последних версиях " "Marlin." msgid "Show auto-calibration marks" @@ -15726,7 +15742,7 @@ msgid "Aligned" msgstr "Выровненная" msgid "Aligned back" -msgstr "Выровненный сзади" +msgstr "" msgid "Back" msgstr "Сзади" @@ -15884,8 +15900,8 @@ msgid "Role base wipe speed" msgstr "Скорость очистки по типу экструзии" msgid "" -"The wipe speed is determined by the speed of the current extrusion role. " -"e.g. if a wipe action is executed immediately following an outer wall " +"The wipe speed is determined by the speed of the current extrusion role. e." +"g. if a wipe action is executed immediately following an outer wall " "extrusion, the speed of the outer wall extrusion will be utilized for the " "wipe action." msgstr "" @@ -15964,16 +15980,13 @@ msgid "How many layers of skirt. Usually only one layer." msgstr "Количество слоёв юбки. Обычно только один слой." msgid "Single loop after first layer" -msgstr "Одинарная петля после первого слоя" +msgstr "" msgid "" "Limits the skirt/draft shield loops to one wall after the first layer. This " "is useful, on occasion, to conserve filament but may cause the draft shield/" "skirt to warp / crack." msgstr "" -"Ограничивает петли юбки/ветрозащитного экрана одной стенкой после первого " -"слоя. Иногда это полезно для экономии филамента, но может привести к " -"деформации/трещинам юбки/ветрозащитного экрана." msgid "Draft shield" msgstr "Защитный кожух" @@ -16071,7 +16084,7 @@ msgid "Solid infill" msgstr "Сплошное заполнение" msgid "Filament to print solid infill." -msgstr "Филамент для печати сплошного заполнения." +msgstr "Пластиковая нить для печати сплошного заполнения." msgid "" "Line width of internal solid infill. If expressed as a %, it will be " @@ -16182,8 +16195,9 @@ msgid "" "zero value." msgstr "" "Разница температур, которая будет применяться, когда экструдер не активен. " -"Значение не используется, если для параметра «Температура ожидания» " -"('idle_temperature') в настройках филамента установлено ненулевое значение." +"Значение не используется, если для параметра «Температура " +"ожидания» ('idle_temperature') в настройках пластиковой нити установлено " +"ненулевое значение." msgid "Preheat time" msgstr "Время преднагрева" @@ -16226,11 +16240,11 @@ msgstr "Одиночный ММ экструдер" msgid "Use single nozzle to print multi filament." msgstr "" -"Принтер способный печатать несколькими филаментами через один хотэнд с " -"применением автоматической система подачи филамента (AMS)." +"Принтер способный печатать несколькими пластиковыми нитями через один хотэнд " +"с применением автоматической система подачи пластика (АСПП)." msgid "Manual Filament Change" -msgstr "Ручная смена филамента" +msgstr "Ручная смена прутка" msgid "" "Enable this option to omit the custom Change filament G-code only at the " @@ -16239,11 +16253,11 @@ msgid "" "printing, where we use M600/PAUSE to trigger the manual filament change " "action." msgstr "" -"Включите эту опцию, чтобы исключить пользовательский G-код «Замена " -"филамента» только в начале печати. ​​Команда смены экструдера (например, T0) " -"будет пропущена на протяжении всей печати. ​​Это полезно при ручной печати " -"несколькими материалами, где для запуска операции ручной замены филамента " -"используется команда M600/PAUSE." +"Полезно использовать при мультиматериальной печати при ручной замене " +"пластиковой нити, где для этого используются команды M600/PAUSE. Эта опция " +"отключает выполнение «G-кода смены прутка» в самом начале печати (обычно это " +"не требуется, так как пруток уже заправлен). Команда смены инструмента " +"(например, T0) будет пропускаться на протяжении всей печати." msgid "Purge in prime tower" msgstr "Очистка в черновую башню" @@ -16252,7 +16266,7 @@ msgid "Purge remaining filament into prime tower." msgstr "Очистка сопла от остатков материала в черновую башню." msgid "Enable filament ramming" -msgstr "Включить рэмминг филамента" +msgstr "Включить рэмминг прутка" msgid "No sparse layers (beta)" msgstr "Без разреженных слоёв (beta)" @@ -16429,17 +16443,16 @@ msgid "" "Filament to print support base and raft. \"Default\" means no specific " "filament for support and current filament is used." msgstr "" -"Филамент для печати базовой поддержки и подложки. Значение «По умолчанию» " -"означает, что для поддержки используется текущий филамент." +"Пластиковая нить для печати базовой поддержки и подложки. Значение «По " +"умолчанию» означает, что для поддержки используется текущая пластиковая нить." msgid "Avoid interface filament for base" -msgstr "Избегать пересечения филамента с основанием поддержки" +msgstr "Избегать исп. связующего прутка для тела поддержки" msgid "" "Avoid using support interface filament to print support base if possible." msgstr "" -"По возможности избегать пересечение филамента с основанием поддержки при " -"печати." +"Избегать использования прутка связующего слоя поддержки для тела поддержки." msgid "" "Line width of support. If expressed as a %, it will be computed over the " @@ -16466,8 +16479,9 @@ msgid "" "Filament to print support interface. \"Default\" means no specific filament " "for support interface and current filament is used." msgstr "" -"Филамент для печати связующего слоя поддержки. Значение «По умолчанию» " -"означает, что для связующего слоя поддержки используется текущий филамент." +"Пластиковая нить для печати связующего слоя поддержки. Значение «По " +"умолчанию» означает, что для связующего слоя поддержки используется текущая " +"пластиковая нить." msgid "Top interface layers" msgstr "Связующих слоёв сверху" @@ -16491,9 +16505,6 @@ msgid "" "Spacing of interface lines. Zero means solid interface.\n" "Force using solid interface when support ironing is enabled." msgstr "" -"Расстояние между линиями связующего слоя. Ноль означает сплошной слой.\n" -"Принудительное использование сплошного связующего слоя при включенной " -"поддержке глажения." msgid "Bottom interface spacing" msgstr "Расстояние между линиями связующего слоя снизу" @@ -16680,16 +16691,6 @@ msgstr "" "сложнее удалять, поэтому рекомендуется вместо высокого значения плотности " "ветвей включать связующие слои поддержки." -msgid "Adaptive layer height" -msgstr "Переменная высота слоёв" - -msgid "" -"Enabling this option means the height of tree support layer except the first " -"will be automatically calculated." -msgstr "" -"Включение автоматического расчёта высоты слоя древовидной поддержки, кроме " -"первого слоя." - msgid "Auto brim width" msgstr "Автоширина каймы" @@ -16794,8 +16795,8 @@ msgstr "Вкл. контроль температуры" msgid "" "Enable this option for automated chamber temperature control. This option " -"activates the emitting of an M191 command before the " -"\"machine_start_gcode\"\n" +"activates the emitting of an M191 command before the \"machine_start_gcode" +"\"\n" " which sets the chamber temperature and waits until it is reached. In " "addition, it emits an M141 command at the end of the print to turn off the " "chamber heater, if present.\n" @@ -16875,8 +16876,10 @@ msgid "" "This G-code is inserted when filament is changed, including T commands to " "trigger tool change." msgstr "" -"Этот G-код вставляется при смене филамента, включая T-команды для запуска " -"смены печатающей головки." +"Команды в G-коде, которые выполняются при ручной смене пластиковой нити " +"(цвета\\типа), включая команду T для запуска смены инструмента. Пользователь " +"может вставить его в окне предпросмотра нарезки, нажав правой кнопкой мыши " +"на ползунок выбора слоя." msgid "This G-code is inserted when the extrusion role is changed." msgstr "" @@ -16953,24 +16956,19 @@ msgid "" "purposes, not to fix issues such as over-extrusion.\n" "WARNING: Lowering this value may negatively affect bed adhesion." msgstr "" -"Плотность нижнего поверхностного слоя. Предназначена для эстетических или " -"функциональных целей, а не для устранения таких проблем, как чрезмерное " -"переэкструзия.\n" -"ВНИМАНИЕ: Уменьшение этого значения может отрицательно повлиять на адгезию к " -"слою." msgid "Speed of travel which is faster and without extrusion." msgstr "Скорость перемещения экструдера при позиционировании без печати." msgid "Wipe while retracting" -msgstr "Очистка сопла при ретракте" +msgstr "Очистка сопла при откате" msgid "" "Move nozzle along the last extrusion path when retracting to clean any " "leaked material on the nozzle. This can minimize blobs when printing a new " "part after traveling." msgstr "" -"Если включено, то во время ретракта сопло продолжит движение вдоль периметра " +"Если включено, то во время отката сопло продолжит движение вдоль периметра " "модели, чтобы очистить его от вытекшего материала. Это может снизить " "появление дефектов (каплей, пупырышек) при печати нового участка после " "перемещения." @@ -16989,15 +16987,15 @@ msgid "" "Setting a value in the retract amount before wipe setting below will perform " "any excess retraction before the wipe, else it will be performed after." msgstr "" -"Опишите, как долго сопло будет двигаться по последнему пути при ретракте.\n" +"Задаёт расстояние перемещения, добавленное после печати последнего участка " +"пути при совершении отката.\n" +"В зависимости от продолжительности очистки, скорости и величины отката в " +"настройках экструдера/прутка, может потребоваться дополнительное втягивание, " +"чтобы втянуть остатки материла.\n" "\n" -"В зависимости от продолжительности операции протирки, а также от настроек " -"скорости и длительности отвода экструдера/филамента, может потребоваться " -"ретракт оставшегося филамента.\n" -"\n" -"Установка значения величины ретракта перед ретрактом ниже приведет к " -"выполнению избыточного ретракта до очистки, в противном случае он будет " -"выполнен после." +"Если в параметре «Величина отката перед очисткой» задано значение (включая " +"0), дополнительное выполнится произойдет до очистки. Если параметр отключён " +"- после очистки." msgid "" "The wiping tower can be used to clean up the residue on the nozzle and " @@ -17143,14 +17141,14 @@ msgid "Rib width" msgstr "Ширина ребра" msgid "Rib width." -msgstr "Ширина ребра." +msgstr "" # ??? Скругление углов стенки msgid "Fillet wall" msgstr "Скругление стенки" msgid "The wall of prime tower will fillet." -msgstr "Стенка главной башни будет скруглена." +msgstr "" msgid "" "The extruder to use when printing perimeter of the wipe tower. Set to 0 to " @@ -17441,10 +17439,6 @@ msgid "" "will be widened to the minimum wall width. It's expressed as a percentage " "over nozzle diameter." msgstr "" -"Минимальная толщина тонких элементов. Элементы модели, толщина которых " -"меньше этого значения, не будут напечатаны, а элементы, толщина которых " -"больше этого значения, будут расширены до минимальной ширины стенки. Она " -"выражается в процентах от диаметра сопла." msgid "Minimum wall length" msgstr "Минимальная длина периметра" @@ -17469,7 +17463,7 @@ msgstr "" "настроить чувствительность определения верхней поверхности. «Порог одного " "периметра» будет отображаться только в том случае, если этот параметр " "установлен выше значения по умолчанию, равным 0,5 или если включён параметр " -"«Только один периметр на верхней поверхности»." +"«Только один периметр на верхней поверхности».ы" msgid "First layer minimum wall width" msgstr "Минимальная ширина периметра первого слоя" @@ -17571,13 +17565,13 @@ msgid "Update the configs values of 3mf to latest." msgstr "Обновить значения профилей 3MF файла до актуальных." msgid "downward machines check" -msgstr "проверка совместимости принтера" +msgstr "Проверка совместимости принтера" # ??? msgid "" "check whether current machine downward compatible with the machines in the " "list." -msgstr "проверка совместимости текущего принтера с принтерами из списка." +msgstr "Проверка совместимости текущего принтера с принтерами из списка." # ??? msgid "Load default filaments" @@ -17597,14 +17591,14 @@ msgid "mtcpp" msgstr "mtcpp" msgid "max triangle count per plate for slicing." -msgstr "максимальное количество треугольников на столе при нарезке." +msgstr "Максимальное количество треугольников на столе для нарезки." # мвнс , Макс. время нарезки стола msgid "mstpp" msgstr "mstpp" msgid "max slicing time per plate in seconds." -msgstr "максимальное время нарезки одного стола в секундах." +msgstr "Максимальное время нарезки одного стола в секундах." msgid "No check" msgstr "Без проверки" @@ -17637,11 +17631,11 @@ msgstr "Экспорт настроек в файл." # командная строка? нужен ли пеевод? msgid "Send progress to pipe" -msgstr "Send progress to pipe" +msgstr "" # ??? это относится к командной строке msgid "Send progress to pipe." -msgstr "Send progress to pipe." +msgstr "" msgid "Arrange Options" msgstr "Параметры расстановки" @@ -17652,11 +17646,11 @@ msgstr "" # командная строка? нужен ли перевод? msgid "Repetition count" -msgstr "Количество повторений" +msgstr "" # ??? это относится к командной строке msgid "Repetition count of the whole model." -msgstr "Количество повторений всей модели." +msgstr "" msgid "Ensure on bed" msgstr "Обеспечивать размещение на столе" @@ -17692,10 +17686,10 @@ msgid "Rotation angle around the Z axis in degrees." msgstr "Угол поворота вокруг оси Z в градусах." msgid "Rotate around X" -msgstr "Вращение вокруг оси X" +msgstr "" msgid "Rotation angle around the X axis in degrees." -msgstr "Угол поворота вокруг оси X в градусах." +msgstr "" msgid "Rotate around Y" msgstr "Поворот вокруг оси Y" @@ -17721,45 +17715,40 @@ msgstr "Загрузка настроек материала из указанн # Исключить модели # командная строка? нужен ли пеевод? msgid "Skip Objects" -msgstr "Пропустить объекты" +msgstr "" # ??? это относится к командной строке # Пропустить некоторые\выбранные модели в этой печати, Пропуск, Отменить msgid "Skip some objects in this print." -msgstr "Пропустите некоторые объекты при этой печати." +msgstr "" # Сделать копию модели # командная строка? нужен ли пеевод? msgid "Clone Objects" -msgstr "Клонировать объекты" +msgstr "" # ??? это относится к командной строке msgid "Clone objects in the load list." -msgstr "Клонировать объекты в списке загрузки." +msgstr "" msgid "Load uptodate process/machine settings when using uptodate" msgstr "" -"Загрузить параметры процесса обновления/принтера при использовании обновления" msgid "" "Load uptodate process/machine settings from the specified file when using " "uptodate." msgstr "" -"Загрузить параметры процесса обновления/принтера при использовании " -"обновления из указанного файла." msgid "Load uptodate filament settings when using uptodate" -msgstr "Загрузить обновленные настройки филамента при использовании обновления" +msgstr "" # ??? msgid "" "Load uptodate filament settings from the specified file when using uptodate." msgstr "" -"Загрузить обновленные настройки филамента при использовании обновления." -# Что за downward machines? msgid "Downward machines check" -msgstr "Проверка текущего принтера" +msgstr "" # ??? msgid "" @@ -17770,10 +17759,10 @@ msgstr "" "принтерами из списка." msgid "downward machines settings" -msgstr "настройка текущих принтеров" +msgstr "" msgid "The machine settings list needs to do downward checking." -msgstr "Необходимо выполнить проверку списка настроек текущего принтера." +msgstr "" # ??? Загрузка msgid "Load assemble list" @@ -17805,8 +17794,8 @@ msgid "Debug level" msgstr "Уровень отладки журнала" msgid "" -"Sets debug logging level. 0:fatal, 1:error, 2:warning, 3:info, 4:debug, " -"5:trace\n" +"Sets debug logging level. 0:fatal, 1:error, 2:warning, 3:info, 4:debug, 5:" +"trace\n" msgstr "" "Задаёт параметр чувствительности записи событий в журнал.\n" "0: Критическая ошибка, 1: Ошибка, 2: Предупреждение, 3: Информация, 4: " @@ -17823,14 +17812,14 @@ msgid "Load custom G-code" msgstr "Загрузить пользовательский G-код" msgid "Load custom G-code from json." -msgstr "Загрузить G-код из json." +msgstr "Загрузить пользовательской G-код из json" # ??? назначить идентификаторы msgid "Load filament IDs" -msgstr "Загрузить идентификаторы филаментов" +msgstr "Загрузить идентификаторы прутков" msgid "Load filament IDs for each object." -msgstr "Загрузите идентификаторы филамента для каждого объекта." +msgstr "" msgid "Allow multiple colors on one plate" msgstr "Разрешить многоцветную печать на одном столе" @@ -17849,7 +17838,7 @@ msgstr "" "Если включено, то при расстановке моделей на столе разрешено поворачивать их." msgid "Avoid extrusion calibrate region when arranging" -msgstr "Избегать зону калибровки экструзии при выполнении расстановки" +msgstr "Избегать зону калибровки экструзии при выполнении расстановки." msgid "" "If enabled, Arrange will avoid extrusion calibrate region when placing " @@ -17879,19 +17868,19 @@ msgid "MakerLab version to generate this 3mf." msgstr "Версия MakerLab, использованная для создания этого 3mf-файла." msgid "metadata name list" -msgstr "список имён метаданных" +msgstr "Список имён метаданных" msgid "metadata name list added into 3mf." -msgstr "список имён метаданных добавляемых в 3mf." +msgstr "Список имён метаданных добавляемых в 3mf" msgid "metadata value list" -msgstr "список значений метаданных" +msgstr "Список значений метаданных" msgid "metadata value list added into 3mf." -msgstr "список значений метаданных добавляемых в 3mf." +msgstr "Список значений метаданных добавляемых в 3mf" msgid "Allow 3mf with newer version to be sliced" -msgstr "Разрешить нарезку 3mf более новой версии" +msgstr "" # ??? msgid "Allow 3mf with newer version to be sliced." @@ -17920,13 +17909,13 @@ msgid "" "G-code moves the extruder axis, it should write to this variable so " "OrcaSlicer de-retracts correctly when it gets control back." msgstr "" -"Статус ретракта в начале пользовательского G-кода. Если пользовательский G-" -"код перемещает ось экструдера, то информация о статусе отката должна " +"Статус отката в начале пользовательского G-кода. Если пользовательский G-код " +"перемещает ось экструдера, то информация о статусе отката должна " "записываться в данную переменную, чтобы программа корректно совершала " "подачу, при возврате контроля над процессом печати." msgid "Extra de-retraction" -msgstr "Дополнительное выдавливание" +msgstr "Доп. выдавливание" msgid "Currently planned extra extruder priming after de-retraction." msgstr "Запланированная дополнительная предзарядка экструдера после подачи." @@ -17998,7 +17987,7 @@ msgstr "Имеется предзарядка одиночного ММ экст msgid "Are the extra multi-material priming regions used in this print?" msgstr "" "Используется ли в этой печати дополнительная область предзарядки для " -"одноэкструдерного мульти-филаментного принтера?" +"одноэкструдерного ММ принтера?" msgid "Volume per extruder" msgstr "Объём для каждого экструдера" @@ -18027,8 +18016,7 @@ msgid "" "filament_density value in Filament Settings." msgstr "" "Вес материала, выдавленного одним экструдером в процессе всей печати. " -"Рассчитывается исходя из плотности материала указанной в настройках " -"филамента." +"Рассчитывается исходя из плотности материала указанной в настройках прутка." msgid "Total weight" msgstr "Общий вес" @@ -18038,7 +18026,7 @@ msgid "" "Filament Settings." msgstr "" "Общий вес затраченного материала. Рассчитывается исходя из плотности " -"материала указанной в настройках филамента." +"материала указанной в настройках прутка." msgid "Total layer count" msgstr "Общее количество слоёв" @@ -18137,7 +18125,7 @@ msgid "Minute" msgstr "Минута" msgid "Second" -msgstr "Секунд" +msgstr "секунд" msgid "Print preset name" msgstr "Имя профиля печати" @@ -18146,13 +18134,13 @@ msgid "Name of the print preset used for slicing." msgstr "Имя профиля печати, используемого для нарезки." msgid "Filament preset name" -msgstr "Имя профиля филамента" +msgstr "Имя профиля прутка" msgid "" "Names of the filament presets used for slicing. The variable is a vector " "containing one name for each extruder." msgstr "" -"Имя профиля филамента, используемого для нарезки. Это переменная является " +"Имя профиля прутка, используемого для нарезки. Это переменная является " "вектором, содержащим одно имя профиля для каждого экструдера." msgid "Printer preset name" @@ -18272,13 +18260,9 @@ msgid "" "is also fuzzy skin painted.\n" "XY Size compensation cannot be combined with fuzzy skin painting." msgstr "" -"Для модели включена компенсация размера по оси XY, которая не будет " -"использоваться, поскольку она окрашена нечеткой оболочкой.\n" -"Компенсация размера по оси XY не может быть совмещена с окраской нечеткой " -"оболочкой." msgid "Object name" -msgstr "Имя объекта" +msgstr "" msgid "Support: generate contact points" msgstr "Поддержка: генерация точек контакта" @@ -18290,7 +18274,7 @@ msgid "Meshing of a model file failed or no valid shape." msgstr "" msgid "The supplied file couldn't be read because it's empty" -msgstr "Файл не может быть прочитан, так как он пуст" +msgstr "Предоставленный файл не может быть прочитан, так как он пуст." msgid "" "Unknown file format. Input file must have .stl, .obj, .amf(.xml) extension." @@ -18300,14 +18284,14 @@ msgstr "" msgid "Unknown file format. Input file must have .3mf or .zip.amf extension." msgstr "" -"Неизвестный формат файла. Входной файл должен иметь расширение *.3mf или " -"*.zip.amf." +"Неизвестный формат файла. Входной файл должен иметь расширение *.3mf или *." +"zip.amf." msgid "load_obj: failed to parse" msgstr "load_obj: ошибка обработки" msgid "load mtl in obj: failed to parse" -msgstr "загрузка mtl в obj: не удалось обработать" +msgstr "Загрузка mtl в obj: не удалось обработать" msgid "The file contains polygons with more than 4 vertices." msgstr "Файл содержит многоугольники с более чем 4 вершинами." @@ -18341,7 +18325,7 @@ msgid "Auto-Calibration" msgstr "Автокалибровка" msgid "We would use Lidar to read the calibration result" -msgstr "Для считывания результата калибровки будет использоваться лидар" +msgstr "Для считывания результата калибровки будет использоваться лидар." msgid "Prev" msgstr "Назад" @@ -18361,7 +18345,7 @@ msgstr "Как использовать результаты калибровк msgid "" "You could change the Flow Dynamics Calibration Factor in material editing" msgstr "" -"Коэффициент калибровки динамики потока можно изменить в настройках материала" +"Коэффициент калибровки динамики потока можно изменить в настройках материала." msgid "" "The current firmware version of the printer does not support calibration.\n" @@ -18439,7 +18423,7 @@ msgid "Printer is not connected yet." msgstr "Принтер ещё не подключен." msgid "Please select filament to calibrate." -msgstr "Пожалуйста, выберите филамент для калибровки." +msgstr "Пожалуйста, выберите пруток для калибровки." msgid "The input value size must be 3." msgstr "Размер входного значения должен быть равен 3." @@ -18493,20 +18477,20 @@ msgid "The failed test result has been dropped." msgstr "Результат неудачного теста был удалён." msgid "Flow Dynamics Calibration result has been saved to the printer." -msgstr "Результат калибровки динамики потока был сохранён на принтере." +msgstr "Результат калибровки динамики потока был сохранён на принтере" msgid "Internal Error" msgstr "Внутренняя ошибка" msgid "Please select at least one filament for calibration" -msgstr "Выберите хотя бы один филамент для калибровки" +msgstr "Выберите хотя бы один пруток для калибровки" msgid "Flow rate calibration result has been saved to preset." -msgstr "Результат калибровки динамики потока был сохранён в профиль." +msgstr "Результат калибровки динамики потока был сохранён в профиль" msgid "Max volumetric speed calibration result has been saved to preset." msgstr "" -"Результат калибровки максимального объёмного расхода был сохранён в профиль." +"Результат калибровки максимального объёмного расхода был сохранён в профиль" msgid "When do you need Flow Dynamics Calibration" msgstr "В каких случаях необходима калибровка динамики потока" @@ -18521,15 +18505,6 @@ msgid "" "3. If the max volumetric speed or print temperature is changed in the " "filament setting." msgstr "" -"Мы добавили функцию автоматической калибровки для разных филаментов. Она " -"полностью автоматизирована, а результаты сохраняются в памяти принтера для " -"дальнейшего использования. Калибровку необходимо выполнять только в " -"следующих случаях:\n" -"1. При использовании нового филамента другой марки/модели или при высокой " -"влажности филамента;\n" -"2. При износе сопла или замене на новое;\n" -"3. При изменении максимальной объёмной скорости или температуры печати в " -"настройках филамента." msgid "About this calibration" msgstr "О данном виде калибровки" @@ -18558,8 +18533,8 @@ msgstr "" "\n" "При обычных обстоятельствах калибровка не требуется.\n" "Если при запуске печати одним цветом/материалом в меню запуска печати " -"отмечена опция «Калибровка динамики потока», то калибровка филамента будет " -"производится старым способом.\n" +"отмечена опция «Калибровка динамики потока», то калибровка пластиковой нити " +"будет производится старым способом.\n" "При запуске печати несколькими цветами/материалами, принтер будет " "использовать параметр компенсации по умолчанию для материала при каждой его " "смене, что в большинстве случаев позволяет получить хороший результат.\n" @@ -18567,8 +18542,8 @@ msgstr "" "Обратите внимание, что есть несколько случаев, когда результат калибровки " "будет недостоверным, например, когда у печатной пластины плохая адгезия с " "материалом. Улучшить адгезию можно, помыв печатную пластину или нанеся на " -"неё клей для 3D печати. Более подробную информацию можно найти на нашем " -"Wiki.\n" +"неё клей для 3D печати. Более подробную информацию можно найти на нашем вики-" +"сайте.\n" "\n" "По нашим тестам, результаты калибровки имеют погрешность примерно 10%, что " "может приводить к разным результатам при каждой калибровке. Мы продолжаем " @@ -18591,13 +18566,13 @@ msgstr "" "После проведения калибровки динамики потока всё ещё могут возникать " "некоторые проблемы с экструзией, такие как:\n" "1. Избыточная экструзия. Это приводит к образованию на модели капель или " -"сгустков, слои кажутся толще и неравномерными, чем ожидалось\n" +"сгустков, слои кажутся толще и неравномерными, чем ожидалось.\n" "2. Недоэкструзия. Очень тонкие слои, слабая прочность заполнения или пробелы " -"на верхнем слое модели, даже при медленной печати\n" +"на верхнем слое модели, даже при медленной печати.\n" "3. Низкое качество поверхности. Поверхность деталей кажется шероховатой или " -"неровной\n" +"неровной.\n" "4. Слабая конструкционная прочность. Напечатанное легко ломается или кажется " -"не таким прочным, как должно быть" +"не таким прочным, как должно быть." msgid "" "In addition, Flow Rate Calibration is crucial for foaming materials like LW-" @@ -18679,7 +18654,7 @@ msgstr "" "материалов со значительной термической усадкой/расширением, например..." msgid "materials with inaccurate filament diameter" -msgstr "материалов с неточным диаметром прутка филамента" +msgstr "материалов с неточным диаметром пластиковой нити" msgid "We found the best Flow Dynamics Calibration Factor" msgstr "Мы нашли лучший коэффициент калибровки динамики потока" @@ -18714,7 +18689,7 @@ msgid "Input Value" msgstr "Входное значение" msgid "Save to Filament Preset" -msgstr "Сохранить в профиль филамента" +msgstr "Сохранить в профиль прутка" msgid "Record Factor" msgstr "Запись коэффициента" @@ -18801,7 +18776,7 @@ msgid "Plate Type" msgstr "Тип печатной пластины" msgid "filament position" -msgstr "положение филамента" +msgstr "положение прутка" msgid "Filament For Calibration" msgstr "Материал для калибровки" @@ -18840,9 +18815,6 @@ msgid "" "together. Otherwise, the extruder and nozzle may be blocked or damaged " "during printing" msgstr "" -"Невозможно печатать несколькими филаментами с большой разницей температур. В " -"противном случае экструдер и сопло могут быть заблокированы или повреждены " -"во время печати" msgid "Sync AMS and nozzle information" msgstr "" @@ -18913,10 +18885,10 @@ msgid "New Flow Dynamic Calibration" msgstr "Новая калибровка динамики потока" msgid "Ok" -msgstr "Ок" +msgstr "Ok" msgid "The filament must be selected." -msgstr "Филамент должен быть выбран." +msgstr "Выберите пластиковую нить." msgid "The extruder must be selected." msgstr "" @@ -18984,19 +18956,25 @@ msgid "PA step: " msgstr "Шаг коэффициента PA: " msgid "Accelerations: " -msgstr "Ускорения: " +msgstr "Ускорения:" msgid "Speeds: " -msgstr "Скорости: " +msgstr "Скорости:" msgid "Print numbers" msgstr "Печатать значения коэффициентов" msgid "Comma-separated list of printing accelerations" -msgstr "Значения ускорений печати, вводимые через запятую" +msgstr "Значения ускорений печати, вводимые через запятую." msgid "Comma-separated list of printing speeds" -msgstr "Значения скоростей печати, вводимые через запятую" +msgstr "Значения скоростей печати, вводимые через запятую." + +msgid "Pressure Advance Guide" +msgstr "" + +msgid "Adaptive Pressure Advance Guide" +msgstr "" msgid "" "Please input valid values:\n" @@ -19013,7 +18991,7 @@ msgid "Temperature calibration" msgstr "Калибровка температуры" msgid "Filament type" -msgstr "Тип филамента" +msgstr "Тип прутка" msgid "PLA" msgstr "PLA" @@ -19045,6 +19023,9 @@ msgstr "Конечная температура: " msgid "Temp step: " msgstr "Шаг температуры: " +msgid "Wiki Guide: Temperature Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "Start temp: <= 350\n" @@ -19061,6 +19042,9 @@ msgstr "Начальный объёмный расход: " msgid "End volumetric speed: " msgstr "Конечный объёмный расход: " +msgid "Wiki Guide: Volumetric Speed Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "start > 0\n" @@ -19081,6 +19065,9 @@ msgstr "Начальная скорость: " msgid "End speed: " msgstr "Конечная скорость: " +msgid "Wiki Guide: VFA" +msgstr "" + msgid "" "Please input valid values:\n" "start > 10\n" @@ -19093,10 +19080,13 @@ msgstr "" "Конечное > Начальное + Шаг" msgid "Start retraction length: " -msgstr "Начальная длина ретракта: " +msgstr "Начальная длина отката: " msgid "End retraction length: " -msgstr "Конечная длина ретракта: " +msgstr "Конечная длина отката: " + +msgid "Wiki Guide: Retraction Calibration" +msgstr "" # ??? Подбор msgid "Input shaping Frequency test" @@ -19127,22 +19117,23 @@ msgid "RepRap firmware uses the same frequency range for both axes." msgstr "" msgid "Damp: " -msgstr "Затухание (Damp): " +msgstr "Затухание (Damp):" msgid "" "Recommended: Set Damp to 0.\n" "This will use the printer's default or saved value." msgstr "" +msgid "Wiki Guide: Input Shaping Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "(0 < FreqStart < FreqEnd < 500)" msgstr "" -"Введите допустимые значения:\n" -"(0 < FreqStart < FreqEnd < 500)" msgid "Please input a valid damping factor (0 < Damping/zeta factor <= 1)" -msgstr "Введите валидный коэффициент затухания ((0 < Damping/zeta factor <= 1)" +msgstr "" msgid "Input shaping Damp test" msgstr "Тест затухания Input shaping" @@ -19172,35 +19163,54 @@ msgstr "" msgid "" "Please input a valid damping factor (0 <= DampingStart < DampingEnd <= 1)" msgstr "" -"Введите действительный коэффициент затухания (0 <= DampingStart < DampingEnd " -"<= 1)" -msgid "Junction Deviation test" -msgstr "Тест Junction Deviation" - -msgid "Start junction deviation: " -msgstr "Начальное значение junction deviation: " - -msgid "End junction deviation: " -msgstr "Конечное значение junction deviation: " - -msgid "Junction Deviation settings" -msgstr "Настройки Deviation settings" - -msgid "Note: Lower values = sharper corners but slower speeds" +msgid "Cornering test" +msgstr "" + +msgid "SCV-V2" +msgstr "" + +msgid "Start: " +msgstr "" + +msgid "End: " +msgstr "" + +msgid "Cornering settings" +msgstr "" + +msgid "Note: Lower values = sharper corners but slower speeds.\n" msgstr "" -"Примечание: более низкие значения = более острые углы, но более низкая " -"скорость" msgid "" -"Please input valid values:\n" -"(0 <= Junction Deviation < 1)" +"Marlin 2 Junction Deviation detected:\n" +"To test Classic Jerk, set 'Maximum Junction Deviation' in Motion ability to " +"0." msgstr "" -"Введите допустимые значения:\n" -"(0 <= Junction Deviation < 1)" -msgid "NOTE: High values may cause Layer shift" -msgstr "ПРИМЕЧАНИЕ: Высокие значения могут привести к смещению слоя" +msgid "" +"Marlin 2 Classic Jerk detected:\n" +"To test Junction Deviation, set 'Maximum Junction Deviation' in Motion " +"ability to a value > 0." +msgstr "" + +msgid "" +"RepRap detected: Jerk in mm/s.\n" +"OrcaSlicer will convert the values to mm/min when necessary." +msgstr "" + +msgid "Wiki Guide: Cornering Calibration" +msgstr "" + +#, c-format, boost-format +msgid "" +"Please input valid values:\n" +"(0 <= Cornering <= %s)" +msgstr "" + +#, c-format, boost-format +msgid "NOTE: High values may cause Layer shift (>%s)" +msgstr "" msgid "Send G-code to printer host" msgstr "Отправить G-кода на хост принтера" @@ -19209,7 +19219,7 @@ msgid "Upload to Printer Host with the following filename:" msgstr "Загрузить на хост принтера со следующим именем:" msgid "Use forward slashes ( / ) as a directory separator if needed." -msgstr "В качестве разделителя каталогов используйте косую черту ( / )." +msgstr "В качестве разделителя каталогов используйте косую черту ( / ). " msgid "Upload to storage" msgstr "Загрузить в хранилище" @@ -19283,7 +19293,7 @@ msgid "Smooth Build Plate (Side B)" msgstr "Текстурированная пластина (сторона Б)" msgid "Unable to perform boolean operation on selected parts" -msgstr "Невозможно выполнить булевую операцию над выбранными элементами" +msgstr "Невозможно выполнить булевую операцию над выбранными элементами." msgid "Mesh Boolean" msgstr "Булевы операции" @@ -19359,16 +19369,16 @@ msgid "Log Info" msgstr "Журнал сведений" msgid "Select filament preset" -msgstr "Выбор профиля филамента" +msgstr "Выбор профиля прутка" msgid "Create Filament" -msgstr "Создать филамент" +msgstr "Создание пластиковой нити" msgid "Create Based on Current Filament" -msgstr "Создать на основе профиля выбранного филамента" +msgstr "Создать на основе профиля выбранного прутка" msgid "Copy Current Filament Preset " -msgstr "Скопировать текущий профиль филамента " +msgstr "Скопировать текущий профиль прутка " msgid "Basic Information" msgstr "Основная информация" @@ -19376,10 +19386,10 @@ msgstr "Основная информация" # ??? Создать профиль для этого прутка, Создание профиля прутка для данный прутка # ??? было Добавление профиля прутка под текущий пруток msgid "Add Filament Preset under this filament" -msgstr "Создание профиля филамента, основанного на этом филамента" +msgstr "Создание профиля для данный прутка" msgid "We could create the filament presets for your following printer:" -msgstr "Можно создать профили филамента для следующих принтеров:" +msgstr "Можно создать профили прутка для ваших следующих принтеров:" msgid "Select Vendor" msgstr "Выбор производителя" @@ -19391,10 +19401,10 @@ msgid "Can't find vendor I want" msgstr "Производитель отсутствует в списке" msgid "Select Type" -msgstr "Выберите тип" +msgstr "Тип прутка" msgid "Select Filament Preset" -msgstr "Выбор профиля филамента" +msgstr "Выбор профиля прутка" msgid "Serial" msgstr "Серия" @@ -19403,7 +19413,7 @@ msgid "e.g. Basic, Matte, Silk, Marble" msgstr "например обычная, матовая, шёлковая, мраморная" msgid "Filament Preset" -msgstr "Профиль филамента" +msgstr "Профиль прутка" msgid "Create" msgstr "Создать" @@ -19421,22 +19431,22 @@ msgstr "" "пользовательский пластиковых нитей." msgid "Filament type is not selected, please reselect type." -msgstr "Не выбран тип филамента, пожалуйста, выберите его заново." +msgstr "Не выбран тип прутка, пожалуйста, выберите его заново." msgid "Filament serial is not entered, please enter serial." -msgstr "Пожалуйста, введите серийный номер филамента." +msgstr "Пожалуйста, введите серию пластиковой нити." msgid "" "There may be escape characters in the vendor or serial input of filament. " "Please delete and re-enter." msgstr "" -"В данных о производителе или серийном номере филамента могут присутствовать " -"экранирующие символы. Удалите их и введите заново." +"Похоже, в имени производителя или серии пластиковой нити присутствуют " +"управляющие символы. Удалите их и введите корректные данные." msgid "All inputs in the custom vendor or serial are spaces. Please re-enter." msgstr "" -"Все введенные данные в поле производителя или серийного номера содержат " -"пробелы. Пожалуйста, введите данные повторно." +"В поле ввода производителя/серии пластиковой нити введены пробелы.\n" +"Пожалуйста, введите нормальное имя." msgid "The vendor cannot be a number. Please re-enter." msgstr "" @@ -19453,7 +19463,7 @@ msgid "" "If you continue creating, the preset created will be displayed with its full " "name. Do you want to continue?" msgstr "" -"Филамент с таким именем %s уже существует.\n" +"Пластиковая нить с таким именем %s уже существует.\n" "Если продолжить создание, то созданный профиль будет отображаться с полным " "именем. Хотите продолжить?" @@ -19469,12 +19479,12 @@ msgstr "" "Хотите перезаписать его?" msgid "" -"We would rename the presets as \"Vendor Type Serial @printer you " -"selected\".\n" +"We would rename the presets as \"Vendor Type Serial @printer you selected" +"\".\n" "To add preset for more printers, please go to printer selection" msgstr "" "Мы переименуем профиль в \"Производитель Тип Серия @выбранный принтер\".\n" -"Чтобы добавить профиль для других принтеров, перейдите к выбору принтера" +"Чтобы добавить профиль для других принтеров, перейдите к выбору принтера." msgid "Create Printer/Nozzle" msgstr "Создать принтер/сопло" @@ -19560,7 +19570,7 @@ msgid "Printer Preset" msgstr "Профиль принтера" msgid "Filament Preset Template" -msgstr "Шаблон профиля филамента" +msgstr "Шаблон профиля прутка" msgid "Deselect All" msgstr "Снять выбор со всего" @@ -19572,8 +19582,9 @@ msgid "" "You have not yet chosen which printer preset to create based on. Please " "choose the vendor and model of the printer" msgstr "" -"Вы ещё не выбрали, на основе какого принтера создать профиль. Выберите " -"производителя и модель принтера" +"Вы не выбрали на базе какого профиля принтера хотите создать новый профиль " +"принтера.\n" +"Пожалуйста, выберите производителя и модель принтера." msgid "" "You have entered an illegal input in the printable area section on the first " @@ -19592,18 +19603,18 @@ msgid "" "\tCancel: Do not create a preset, return to the creation interface." msgstr "" "Профиль принтера с таким именем уже существует. Хотите перезаписать его?\n" -"\tДа: перезаписать профиль принтера. Профили филамента и процесса с теми же " +"\tДа: перезаписать профиль принтера. Профили прутка и процесса с теми же " "именами будут созданы заново, а профили без имени будут зарезервированы.\n" "\tОтмена: не создавать профиль и вернуться на экран создания." msgid "You need to select at least one filament preset." -msgstr "Необходимо выбрать хотя бы один профиль филамента." +msgstr "Необходимо выбрать хотя бы один профиль прутка." msgid "You need to select at least one process preset." msgstr "Необходимо выбрать хотя бы один профиль процесса." msgid "Create filament presets failed. As follows:\n" -msgstr "Не удалось создать профиль филамента. Причины: \n" +msgstr "Не удалось создать профиль прутка. Причины: \n" msgid "Create process presets failed. As follows:\n" msgstr "Не удалось создать профиль процесса. Причины: \n" @@ -19653,7 +19664,7 @@ msgid "Printer Created Successfully" msgstr "Профиль принтера успешно создан" msgid "Filament Created Successfully" -msgstr "Профиль филамента успешно создан" +msgstr "Профиль прутка успешно создан" msgid "Printer Created" msgstr "Профиль принтера создан" @@ -19662,7 +19673,7 @@ msgid "Please go to printer settings to edit your presets" msgstr "Для редактирования настроек профиля перейдите в настройки принтера" msgid "Filament Created" -msgstr "Профиль филамента создан" +msgstr "Профиль прутка создан" msgid "" "Please go to filament setting to edit your presets if you need.\n" @@ -19670,10 +19681,12 @@ msgid "" "volumetric speed has a significant impact on printing quality. Please set " "them carefully." msgstr "" -"При необходимости отредактируйте настройки в разделе настроек филамента.\n" -"Обратите внимание, что температура сопла, температура стола и максимальная " -"объёмная скорость существенно влияют на качество печати. ​​Устанавливайте их " -"внимательно." +"При необходимости перейдите в настройку прутка для редактирования настроек " +"профиля.\n" +"Обратите внимание, что на качество печати существенно влияют температура " +"сопла, температура \n" +"нагреваемого стола и максимальный объёмный расход. Пожалуйста, тщательнее " +"подбирайте настройки." msgid "" "\n" @@ -19686,8 +19699,8 @@ msgstr "" "\n" "\n" "Программа обнаружила, что функция синхронизации пользовательских профилей " -"отключена, что может привести к неудачной настройке филамента во вкладке " -"«Принтер».\n" +"отключена, \n" +"что может привести к неудачной настройке прутка на вкладке «Принтер».\n" "Нажмите «Синхронизировать пользовательские профили», чтобы включить функцию " "синхронизации." @@ -19698,13 +19711,13 @@ msgid "Printer config bundle(.orca_printer)" msgstr "Printer config bundle(.orca_printer) - Пакет профилей принтера" msgid "Filament bundle(.orca_filament)" -msgstr "Filament bundle(.orca_filament) - Пакет профилей филаментов" +msgstr "Filament bundle(.orca_filament) - Пакет профилей прутка" msgid "Printer presets(.zip)" msgstr "Printer presets(.zip) - Профили принтеров" msgid "Filament presets(.zip)" -msgstr "Filament presets (.zip) - Профили филаментов" +msgstr "Filament presets (.zip) - Профили прутков" msgid "Process presets(.zip)" msgstr "Process presets (.zip) - Профили процессов" @@ -19722,10 +19735,10 @@ msgid "finalize fail" msgstr "ошибка записи" msgid "open zip written fail" -msgstr "ошибка открытия zip-файла для записи" +msgstr "Ошибка открытия zip-файла для записи" msgid "Export successful" -msgstr "Успешно экспортировано" +msgstr "Успешно экспортировано!" #, c-format, boost-format msgid "" @@ -19743,9 +19756,6 @@ msgid "" "may have been opened by another program.\n" "Please close it and try again." msgstr "" -"Файл: %s\n" -"возможно, был открыт в другой программе.\n" -"Закройте его и повторите попытку." msgid "" "Printer and all the filament&&process presets that belongs to the printer.\n" @@ -19798,10 +19808,10 @@ msgstr "" "файл." msgid "Please select at least one printer or filament." -msgstr "Пожалуйста, выберите хотя бы один принтер или филамент." +msgstr "Пожалуйста, выберите хотя бы один принтер или пластиковую нить." msgid "Please select a type you want to export" -msgstr "Пожалуйста, выберите тип, который вы хотите экспортировать" +msgstr "Пожалуйста, выберите то, что вы хотите экспортировать." msgid "Failed to create temporary folder, please try Export Configs again." msgstr "" @@ -19809,10 +19819,10 @@ msgstr "" "конфигурации ещё раз." msgid "Edit Filament" -msgstr "Настройка филамента" +msgstr "Изменение прутка" msgid "Filament presets under this filament" -msgstr "Профили филамента, основанные на этом филаменте" +msgstr "Профили прутка под эту пластиковую нить" msgid "" "Note: If the only preset under this filament is deleted, the filament will " @@ -19822,7 +19832,7 @@ msgstr "" "то сам материал также будет удалён после закрытия окна." msgid "Presets inherited by other presets cannot be deleted" -msgstr "Профили на которых основаны другие профили не могут быть удалены" +msgstr "Профили на которых основаны другие профили не могут быть удалены." msgid "The following presets inherits this preset." msgid_plural "The following preset inherits this preset." @@ -19840,7 +19850,7 @@ msgid "" msgstr "" "Вы уверены, что хотите удалить выбранный профиль? \n" "Если этот профиль используется в данный момент в вашем принтере, пожалуйста, " -"сбросьте информацию о филаменте для этого слота." +"сбросьте информацию о прутке для этого слота." msgid "Are you sure to delete the selected preset?" msgstr "Вы уверены, что хотите удалить выбранный профиль?" @@ -19856,12 +19866,12 @@ msgid "" "If you are using this filament on your printer, please reset the filament " "information for that slot." msgstr "" -"Все профили филамента, относящиеся к этому материалу, будут удалены.\n" +"Все профили прутка, относящиеся к этому материалу, будут удалены.\n" "Если вы используете этот пруток в принтере, пожалуйста, сбросьте информацию " "о прутке для этого слота." msgid "Delete filament" -msgstr "Удаление филамента" +msgstr "Удаление прутка" msgid "Add Preset" msgstr "Добавить профиль" @@ -19870,10 +19880,10 @@ msgid "Add preset for new printer" msgstr "Добавление профиля для нового принтера" msgid "Copy preset from filament" -msgstr "Копировать профиль из филамента" +msgstr "Копировать профиль из прутка" msgid "The filament choice not find filament preset, please reselect it" -msgstr "Не удалось найти профиль филамента. Выберите его повторно" +msgstr "При выборе прутка не найден профиль прутка, выберите его повторно." msgid "[Delete Required]" msgstr "[Необходимо удалить]" @@ -19882,13 +19892,13 @@ msgid "Edit Preset" msgstr "Изменить профиль" msgid "For more information, please check out Wiki" -msgstr "Для получения более подробной информации посетите Wiki" +msgstr "Более подробно читайте на сайте -> " msgid "Collapse" msgstr "Свернуть" msgid "Daily Tips" -msgstr "Ежедневные советы" +msgstr "Ежедневные советы " #, c-format, boost-format msgid "nozzle size in preset: %d" @@ -19899,8 +19909,8 @@ msgid "nozzle size memorized: %d" msgstr "" msgid "" -"The size of nozzle type in preset is not consistent with memorized " -"nozzle.Did you change your nozzle lately ? " +"The size of nozzle type in preset is not consistent with memorized nozzle." +"Did you change your nozzle lately ? " msgstr "" #, c-format, boost-format @@ -19960,7 +19970,7 @@ msgid "" "large, or the step is too small" msgstr "" "Невозможно выполнить калибровку: возможно, установленный диапазон значений " -"калибровки слишком велик или шаг слишком мал" +"калибровки слишком велик или шаг слишком мал." msgid "Physical Printer" msgstr "Физический принтер" @@ -20193,9 +20203,6 @@ msgid "" "height. This results in almost invisible layer lines and higher print " "quality but longer print time." msgstr "" -"По сравнению со стандартным профилем для сопла 0,2 мм, высота слоя меньше. " -"Это обеспечивает практически незаметные линии слоёв и более высокое качество " -"печати, но увеличивает время печати." msgid "" "Compared with the default profile of a 0.2 mm nozzle, it has a smaller layer " @@ -20213,9 +20220,6 @@ msgid "" "height. This results in minimal layer lines and higher print quality but " "longer print time." msgstr "" -"По сравнению со стандартным профилем для сопла 0,2 мм, высота слоя меньше. " -"Это обеспечивает минимальный размер линий слоя и более высокое качество " -"печати, но увеличивает время печати." msgid "" "Compared with the default profile of a 0.2 mm nozzle, it has a smaller layer " @@ -20367,26 +20371,18 @@ msgid "" "It has a very big layer height. This results in very apparent layer lines, " "low print quality and shorter print time." msgstr "" -"Высота слоя очень большая. Это приводит к появлению заметных линий между " -"слоями, низкому качеству печати и сокращению времени печати." msgid "" "Compared with the default profile of a 0.8 mm nozzle, it has a bigger layer " "height. This results in very apparent layer lines and much lower print " "quality, but shorter print time in some cases." msgstr "" -"По сравнению со стандартным профилем для сопла 0.8 мм, имеет большую высоту " -"слоя. Как результат - заметные слои и более низкое качество печати, но при " -"этом в некоторых случаях уменьшается время печати." msgid "" "Compared with the default profile of a 0.8 mm nozzle, it has a much bigger " "layer height. This results in extremely apparent layer lines and much lower " "print quality, but much shorter print time in some cases." msgstr "" -"По сравнению со стандартным профилем для сопла 0.8 мм, имеет сильно большую " -"высоту слоя. Как результат - очень заметные слои и более низкое качество " -"печати, но при этом в некоторых случаях уменьшается время печати." msgid "" "Compared with the default profile of a 0.8 mm nozzle, it has a slightly " @@ -20403,9 +20399,6 @@ msgid "" "height. This results in less but still apparent layer lines and slightly " "higher print quality but longer print time in some cases." msgstr "" -"По сравнению со стандартным профилем для сопла 0.8 мм, имеет меньшую высоту " -"слоя. Как результат - менее заметные слои и немного более высокое качество " -"печати, но при этом в некоторых случаях увеличивается время печати." msgid "" "This is neither a commonly used filament, nor one of Bambu filaments, and it " @@ -20528,7 +20521,7 @@ msgid "Standard profile for 0.8mm nozzle, prioritizing speed." msgstr "" msgid "No AMS" -msgstr "AMS отсутствует" +msgstr "АСПП отсутствует" msgid "There is no device available to send printing." msgstr "Отсутствует устройство для отправки на печать." @@ -20563,7 +20556,9 @@ msgid "Printing Options" msgstr "Параметры печати" msgid "Bed Leveling" -msgstr "Выравнивание стола" +msgstr "" +"Выравнивание\n" +"стола" msgid "Flow Dynamic Calibration" msgstr "Калибровка динамики потока" @@ -20726,13 +20721,13 @@ msgid "" msgstr "" msgid "Connected to Obico successfully!" -msgstr "Подключение к Obico успешно установлено!" +msgstr "Подключение к Obico успешно установлено." msgid "Could not connect to Obico" msgstr "Не удалось подключиться к Obico" msgid "Connected to SimplyPrint successfully!" -msgstr "Подключение к SimplyPrint успешно установлено!" +msgstr "Подключение к SimplyPrint успешно установлено." msgid "Could not connect to SimplyPrint" msgstr "Не удалось подключиться к SimplyPrint" @@ -20749,10 +20744,10 @@ msgstr "" "настройки." msgid "Serial connection to Flashforge is working correctly." -msgstr "Serial соединение к Flashforge работает корректно." +msgstr "" msgid "Could not connect to Flashforge via serial" -msgstr "Невозможно подключиться к Flashforge через serial соединение" +msgstr "" msgid "The provided state is not correct." msgstr "Указано неверное состояние." @@ -20766,7 +20761,7 @@ msgid "Something unexpected happened when trying to log in, please try again." msgstr "При попытке войти произошла какая-то ошибка, попробуйте ещё раз." msgid "User cancelled." -msgstr "Отменено пользователем." +msgstr "" msgid "Head diameter" msgstr "Диаметр уха" @@ -20793,7 +20788,7 @@ msgid "Delete a brim ear" msgstr "Удалить «мышиные уши»" msgid "Adjust head diameter" -msgstr "Настройка диаметра головы" +msgstr "" msgid "Adjust section view" msgstr "Настройка вида сечения" @@ -20806,10 +20801,10 @@ msgstr "" "не будут работать!" msgid "Set the brim type of this object to \"painted\"" -msgstr "Установите тип полей этого объекта на «окрашенный»." +msgstr "" msgid " invalid brim ears" -msgstr " недействительные «мышиные уши»" +msgstr "недействительные «мышиные уши»" msgid "Brim Ears" msgstr "Кайма «мышиные уши»" @@ -20905,9 +20900,9 @@ msgid "" "overhangs?" msgstr "" "Порядок печати периметров «Сэндвич»\n" -"Знаете ли вы, что можно использовать порядок печати периметров «Сэндвич» " -"(т.е. внутренний-внешний-внутренний) для повышения точности и " -"согласованности слоёв, если у вашей модели не очень крутые нависания?" +"Знаете ли вы, что можно использовать порядок печати периметров «Сэндвич» (т." +"е. внутренний-внешний-внутренний) для повышения точности и согласованности " +"слоёв, если у вашей модели не очень крутые нависания?" #: resources/data/hints.ini: [hint:Chamber temperature] msgid "" @@ -21116,7 +21111,7 @@ msgstr "" "Знаете ли вы, что можно улучшить качество печати, используя STEP файлы " "вместо STL?\n" "Orca Slicer поддерживает нарезку STEP файлов, что обеспечивает более точное " -"представление геометрии, чем при нарезке STL файлов. Попробуйте!" +"представление геометрии, чем при нарезке STL файлов." #: resources/data/hints.ini: [hint:Z seam location] msgid "" @@ -21187,7 +21182,7 @@ msgstr "" "Различные типы поддержек\n" "Знаете ли вы, что можно выбрать один из нескольких типов поддержек? " "Древовидная поддержка отлично подходит для органических моделей, экономя при " -"этом материал и уменьшая время печати. Попробуйте их!" +"этом материал и уменьшая время печати." #: resources/data/hints.ini: [hint:Printing Silk Filament] msgid "" @@ -21196,10 +21191,10 @@ msgid "" "successfully? Higher temperature and lower speed are always recommended for " "the best results." msgstr "" -"Печать блестящим филаментом\n" -"Знаете ли вы, что блестящий филамент требует особого внимания для успешной " -"печати? Для достижения наилучшего результата рекомендуется более высокая " -"температура и более низкая скорость печати." +"Печать блестящей пластиковой нитью\n" +"Знаете ли вы, что блестящая пластиковая нить требует особого внимания для " +"успешной печати? Для достижения наилучшего результата рекомендуется более " +"высокая температура и более низкая скорость печати." #: resources/data/hints.ini: [hint:Brim for better adhesion] msgid "" @@ -21228,7 +21223,7 @@ msgid "" msgstr "" "Объединение моделей\n" "Знаете ли вы, что можно объединить несколько моделей в единую? Используйте " -"для этого команду «Объединить в сборку», выбрав несколько моделей?" +"для этого команду «Объединить в сборку», выбрав несколько моделей." #: resources/data/hints.ini: [hint:Flush into support/objects/infill] msgid "" @@ -21236,9 +21231,10 @@ msgid "" "Did you know that you can save wasted filament by flushing it into support/" "objects/infill during filament change?" msgstr "" -"Очистка в поддержке/модели/заполнинии\n" -"Знаете ли вы, что можно сэкономить филамент, очистить его в поддержке/модели/" -"заполнинии при замене филамента?" +"Очистка в поддержку/модель/заполнение\n" +"Знаете ли вы, что при смене пластиковой нити, можно сохранить материал, " +"который иначе попал бы на черновую башню, сбросив его в поддержку/модель/" +"заполнение?" #: resources/data/hints.ini: [hint:Improve strength] msgid "" @@ -21277,16 +21273,16 @@ msgstr "" "вероятность?" #~ msgid "AMS not connected" -#~ msgstr "AMS не подключен" +#~ msgstr "АСПП не подключена" #~ msgid "Ext Spool" #~ msgstr "Внеш. катушка" #~ msgid "Guide" -#~ msgstr "Руководство" +#~ msgstr "Инстр." #~ msgid "Calibrating AMS..." -#~ msgstr "Калибровка AMS…" +#~ msgstr "Калибровка АСПП..." #~ msgid "A problem occurred during calibration. Click to view the solution." #~ msgstr "" @@ -21300,7 +21296,7 @@ msgstr "" #~ msgstr "Отменить калибровку" #~ msgid "Feed Filament" -#~ msgstr "Подача филамента" +#~ msgstr "Подача прутка" #~ msgid "An SD card needs to be inserted before printing via LAN." #~ msgstr "Перед печатью через локальную сеть необходимо вставить SD-карту." @@ -21321,7 +21317,7 @@ msgstr "" #~ "(Currently supporting automatic supply of consumables with the same " #~ "brand, material type, and color)" #~ msgstr "" -#~ "При наличии в AMS двух одинаковых материалов включается функция " +#~ "При наличии в АСПП двух одинаковых материалов включается функция " #~ "резервирования материала (автодозаправка).\n" #~ "(В настоящее время поддерживается автоматическая дозаправка материала " #~ "только одного производителя, типа и цвета)" @@ -21331,12 +21327,12 @@ msgstr "" #~ "filament info is updated. During printing, remaining capacity will be " #~ "updated automatically." #~ msgstr "" -#~ "AMS считывает информацию о материале Bambu и рассчитывает его остаточную " +#~ "АСПП считывает информацию о материале Bambu и рассчитывает его остаточную " #~ "ёмкость на катушке. Остаточная ёмкость обновляется автоматически в " #~ "процессе печати." #~ msgid "AMS Status" -#~ msgstr "Статус AMS" +#~ msgstr "Статус АСПП" #~ msgid "" #~ "The recommended minimum temperature is less than 190°C or the recommended " @@ -21350,17 +21346,21 @@ msgstr "" #~ "shell layers is 0, sparse infill density is 0 and timelapse type is " #~ "traditional." #~ msgstr "" -#~ "Режим «Спиральной вазы» работает только в том случае, если количество " -#~ "петель стен равно 1, поддержка отключена, количество верхних слоев " -#~ "оболочки равно 0, плотность разреженного заполнения равна 0, а тип " -#~ "покадровой съемки — традиционный." +#~ "Для режима печати «Спиральная ваза» необходимо чтобы соблюдались " +#~ "следующие условия:\n" +#~ "- одностеночный периметр\n" +#~ "- отсутствие поддержки\n" +#~ "- отсутствие верхних сплошных слоёв\n" +#~ "- плотность заполнения 0%\n" +#~ "- отключено «Обнаружение тонких стенок»\n" +#~ "- Режим записи таймлапсов - обычный режим" # Режим проверки XY-механики #~ msgid "Sweeping XY mech mode" -#~ msgstr "Проверка XY-механизма" +#~ msgstr "Проверка XY-механики" #~ msgid "Paused due to filament runout" -#~ msgstr "Приостановлено из-за окончания филамента" +#~ msgstr "Пауза при окончании прутка" #~ msgid "Heating hotend" #~ msgstr "Нагрев хотэнда" @@ -21391,7 +21391,7 @@ msgstr "" #~ msgstr "Калибровка шума двигателя" #~ msgid "Paused due to AMS lost" -#~ msgstr "Печать приостановлена из-за потери связи с AMS" +#~ msgstr "Печать приостановлена из-за потери связи с АСПП" #~ msgid "Paused due to low speed of the heat break fan" #~ msgstr "" @@ -21409,7 +21409,7 @@ msgstr "" #~ msgstr "Пауза при обнаружении протечки материала" #~ msgid "Cutter error pause" -#~ msgstr "Пауза из-за ошибки обрезки филамента" +#~ msgstr "Пауза при ошибке обрезки прутка" #~ msgid "First layer error pause" #~ msgstr "Пауза при ошибке на первом слое" @@ -21433,19 +21433,19 @@ msgstr "" #~ msgstr "" #~ "Текущая температура или целевая температура внутри термокамеры превышает " #~ "45℃. Чтобы избежать засорения экструдера, запрещается загрузка " -#~ "низкотемпературной филамента (PLA/PETG/TPU)." +#~ "низкотемпературной печатной нити (PLA/PETG/TPU)." #~ msgid "" #~ "Low temperature filament (PLA/PETG/TPU) is loaded in the extruder. In " #~ "order to avoid extruder clogging, it is not allowed to set the chamber " #~ "temperature above 45℃." #~ msgstr "" -#~ "В экструдер загружается низкотемпературный филамент (PLA/PETG/TPU). Чтобы " -#~ "избежать засорения экструдера, запрещается устанавливать температуру " -#~ "внутри термокамеры выше 45℃." +#~ "В экструдер загружается низкотемпературная пластиковая нить (PLA/PETG/" +#~ "TPU). Чтобы избежать засорения экструдера, запрещается устанавливать " +#~ "температуру внутри термокамеры выше 45℃." #~ msgid "Bambu PET-CF/PA6-CF is not supported by AMS." -#~ msgstr "Печать Bambu PET-CF/PA6-CF с помощью AMS не поддерживается." +#~ msgstr "Печать Bambu PET-CF/PA6-CF с помощью АСПП не поддерживается." #~ msgid "" #~ "An object is laid over the plate boundaries or exceeds the height limit.\n" @@ -21465,6 +21465,9 @@ msgstr "" #~ "Вы можете найти его на принтере в разделе \n" #~ "Настройки > Сеть > Код подключения, как показано на рисунке:" +#~ msgid "Junction Deviation calibration" +#~ msgstr "Калибровка Junction Deviation" + #~ msgid "" #~ "Browsing file in SD card is not supported in current firmware. Please " #~ "update the printer firmware." @@ -21496,7 +21499,7 @@ msgstr "" #~ msgstr "Ещё загружается" #~ msgid "Please select an AMS slot before calibration." -#~ msgstr "Пожалуйста, выберите слот AMS перед калибровкой." +#~ msgstr "Пожалуйста, выберите слот АСПП перед калибровкой." #~ msgid "Can't start this without SD card." #~ msgstr "Невозможно запустить без SD-карты." @@ -21515,15 +21518,15 @@ msgstr "" #~ "No AMS filaments. Please select a printer in 'Device' page to load AMS " #~ "info." #~ msgstr "" -#~ "Нет филаментов в AMS. Пожалуйста, выберите принтер на вкладке «Принтер», " -#~ "чтобы загрузить информацию о AMS." +#~ "АСПП недоступна. Пожалуйста, выберите принтер \n" +#~ "на вкладке «Принтер», чтобы загрузить информацию о АСПП." #~ msgid "" #~ "Sync filaments with AMS will drop all current selected filament presets " #~ "and colors. Do you want to continue?" #~ msgstr "" -#~ "Синхронизация филамента с AMS удалит все текущие настройки филамента и " -#~ "цвета. Хотите продолжить?" +#~ "При синхронизации пластиковых нитей с АСПП все текущие выбранные профили " +#~ "прутков и цвета будут сброшены. Продолжить?" #~ msgid "" #~ "Already did a synchronization, do you want to sync only changes or resync " @@ -21569,13 +21572,10 @@ msgstr "" #~ msgid "Stealth Mode" #~ msgstr "Режим конфиденциальности (отключение телеметрии Bambulab)" -#~ msgid "Use legacy network plugin (Takes effect after restarting Orca)" -#~ msgstr "" -#~ "Использовать устаревший сетевой плагин (изменение вступит в силу после " -#~ "перезапуска Orca Slicer)" - #~ msgid "Default Page" -#~ msgstr "Страница по умолчанию" +#~ msgstr "" +#~ "Страница \n" +#~ "по умолчанию" #~ msgid "Show \"Tip of the day\" notification after start" #~ msgstr "Показывать уведомление с полезным советом при запуске приложения" @@ -21586,7 +21586,7 @@ msgstr "" #~ "запуске приложения." #~ msgid "Flushing volumes: Auto-calculate every time the color changed." -#~ msgstr "Объём очистки: автопересчёт при каждом изменении цвета." +#~ msgstr "Объём очистки: автопересчёт при каждом изменении цвета" #~ msgid "If enabled, auto-calculate every time the color changed." #~ msgstr "" @@ -21595,42 +21595,40 @@ msgstr "" #~ msgid "" #~ "Flushing volumes: Auto-calculate every time when the filament is changed." -#~ msgstr "Объём очистки: автопересчёт при каждой смене филамента." +#~ msgstr "Объём очистки: автопересчёт при каждой смене прутка" #~ msgid "If enabled, auto-calculate every time when filament is changed" #~ msgstr "" #~ "Если включено, выполняется автоматический перерасчёт объёма очистки при " -#~ "каждой смене филамента" +#~ "каждой смене прутка." #~ msgid "Show the step mesh parameter setting dialog." -#~ msgstr "Показывать диалоговое окно настройки сетки при импорте STEP файла." +#~ msgstr "Показывать диалоговое окно настройки сетки при импорте STEP файла" #~ msgid "Multi-device Management (Take effect after restarting Orca Slicer)." #~ msgstr "" -#~ "Управление несколькими устройствами (вступает в силу после перезапуска " -#~ "Orca Slicer)." +#~ "Управление несколькими устройствами (требуется перезапуск программы)" #~ msgid "Auto arrange plate after object cloning" -#~ msgstr "Авторасстановка моделей на печатной пластине при клонировании" +#~ msgstr "Авторасстановка моделей на печатной пластине при клонировании." #~ msgid "Network" #~ msgstr "Сеть" #~ msgid "User Sync" -#~ msgstr "Синхронизация пользовательских данных" +#~ msgstr "Синхронизация пользовательских данных." #~ msgid "System Sync" -#~ msgstr "Синхронизация системных данных" +#~ msgstr "Синхронизация системных данных." #~ msgid "Associate URLs to OrcaSlicer" #~ msgstr "Ассоциировать URL-адреса с OrcaSlicer" # нее влезает Поведение при открытии #~ msgid "Load Behaviour" -#~ msgstr "Поведение при открытии" - -#~ msgid "Add model files (stl/step) to recent file list." -#~ msgstr "Добавить файлы модели (stl/step) в список последних файлов." +#~ msgstr "" +#~ "Поведение \n" +#~ "при открытии" #~ msgid "No warnings when loading 3MF with modified G-code" #~ msgstr "" @@ -21658,7 +21656,7 @@ msgstr "" #~ msgstr "Показывать домашнюю страницу при запуске" #~ msgid "Please choose the filament color" -#~ msgstr "Пожалуйста, выберите цвет филамента" +#~ msgstr "Пожалуйста, выберите цвет прутка" #~ msgid "Bambu Engineering Plate" #~ msgstr "Инженерная пластина Bambu" @@ -21677,36 +21675,39 @@ msgstr "" #~ "Filament %s exceeds the number of AMS slots. Please update the printer " #~ "firmware to support AMS slot assignment." #~ msgstr "" -#~ "Количество филамента %s превышает количество слотов AMS. Обновите " -#~ "прошивку принтера для возможности назначения слотов AMS." +#~ "Количество пластиковых нитей - %s, что превышает количество слотов АСПП. " +#~ "Обновите прошивку принтера, чтобы получить поддержку функции назначения " +#~ "слотов АСПП." #~ msgid "" #~ "Filament exceeds the number of AMS slots. Please update the printer " #~ "firmware to support AMS slot assignment." #~ msgstr "" -#~ "Количество пластиковых нитей превышает количество слотов AMS. Обновите " -#~ "прошивку принтера, чтобы получить поддержку функции назначения слотов AMS." +#~ "Количество пластиковых нитей превышает количество слотов АСПП. Обновите " +#~ "прошивку принтера, чтобы получить поддержку функции назначения слотов " +#~ "АСПП." #~ msgid "" #~ "Filaments to AMS slots mappings have been established. You can click a " #~ "filament above to change its mapping AMS slot" #~ msgstr "" -#~ "Соответствия между материалами и слотами AMS были установлены. Вы можете " -#~ "нажать на филамент выше, чтобы вручную задать для неё нужный слот AMS" +#~ "Соответствия между материалами и слотами АСПП были установлены. Вы можете " +#~ "нажать на пластиковую нить выше, чтобы вручную задать для неё нужный слот " +#~ "АСПП." #~ msgid "" #~ "Please click each filament above to specify its mapping AMS slot before " #~ "sending the print job" #~ msgstr "" -#~ "Перед отправкой задания на печать, нажмите на каждый филамент, чтобы " -#~ "вручную задать для неё нужный слот AMS" +#~ "Перед отправкой задания на печать, нажмите на каждую пластиковую нить, " +#~ "чтобы вручную задать для неё нужный слот АСПП." #~ msgid "" #~ "The printer firmware only supports sequential mapping of filament => AMS " #~ "slot." #~ msgstr "" #~ "Текущая прошивка принтера поддерживает только последовательное " -#~ "сопоставление филамента => слот AMS." +#~ "сопоставление пластиковых нитей => слот АСПП." #~ msgid "An SD card needs to be inserted before printing." #~ msgstr "Перед печатью необходимо вставить SD-карту." @@ -21714,10 +21715,6 @@ msgstr "" #~ msgid "An SD card needs to be inserted to record timelapse." #~ msgstr "Для записи таймлапсов необходимо вставить SD-карту." -#, c-format, boost-format -#~ msgid "nozzle in preset: %.1f %s" -#~ msgstr "сопло в профиле: %.1f %s" - #, c-format, boost-format #~ msgid "nozzle memorized: %.1f %s" #~ msgstr "сопло сохранённое: %.1f %s" @@ -21768,7 +21765,7 @@ msgstr "" #~ msgstr "Количество цветов должно быть в диапазоне [%d, %d]." #~ msgid "Current filament colors:" -#~ msgstr "Текущие цвета филамента:" +#~ msgstr "Текущие цвета прутков:" #~ msgid "Quick set:" #~ msgstr "Быстрый выбор:" @@ -21808,9 +21805,9 @@ msgstr "" #~ "color changed. You could disable the auto-calculate in Orca Slicer > " #~ "Preferences" #~ msgstr "" -#~ "Orca будет пересчитывать объёмы очистки каждый раз при изменении цвета " -#~ "филаментов. Вы можете отключить автоматический расчёт в разделе Orca " -#~ "Slicer > Параметры" +#~ "Программа будет пересчитывать объёмы очистки каждый раз при изменении " +#~ "цвета пластиковой нити или её смены. Это можно отключить в меню Orca " +#~ "Slicer > Параметры." #~ msgid "unloaded" #~ msgstr "выгрузку" @@ -21819,7 +21816,7 @@ msgstr "" #~ msgstr "загрузку" #~ msgid "Filament #" -#~ msgstr "Филамент #" +#~ msgstr "Пруток #" #~ msgid "From" #~ msgstr "С" @@ -21853,16 +21850,10 @@ msgstr "" #~ "3) Найдите и введите серийный номер принтера (его можно найти в " #~ "информации об устройстве на экране принтера)." -#~ msgid "Laser 10 W" -#~ msgstr "Лазер 10 Вт" - -#~ msgid "Laser 40 W" -#~ msgstr "Лазер 40 Вт" - #~ msgid " is too close to others, there may be collisions when printing." #~ msgstr "" -#~ " находится слишком близко к другим моделям, что может привести к колизии " -#~ "при печати." +#~ " находится слишком близко к другим моделям, что может привести к " +#~ "столкновению при печати." #~ msgid "" #~ "Cannot print multiple filaments which have large difference of " @@ -21891,8 +21882,15 @@ msgstr "" #~ "Не печатать поддержку для небольших нависаний, которые могут обойтись без " #~ "неё." -#~ msgid "Width of the brim." -#~ msgstr "Ширина полей." +#~ msgid "Adaptive layer height" +#~ msgstr "Переменная высота слоёв" + +#~ msgid "" +#~ "Enabling this option means the height of tree support layer except the " +#~ "first will be automatically calculated." +#~ msgstr "" +#~ "Включение автоматического расчёта высоты слоя древовидной поддержки, " +#~ "кроме первого слоя. " # ??? было Можно сохранить только один результат с одинаковым именем. Вы уверены, что хотите перезаписать другие результаты? #~ msgid "" @@ -21925,12 +21923,26 @@ msgstr "" #~ "использоваться значение по умолчанию из принтера или последнее " #~ "сохранённое значение." +#~ msgid "Junction Deviation test" +#~ msgstr "Тест Junction Deviation" + +#~ msgid "Start junction deviation: " +#~ msgstr "Начальное значение junction deviation: " + +#~ msgid "End junction deviation: " +#~ msgstr "Конечное значение junction deviation: " + +#~ msgid "Junction Deviation settings" +#~ msgstr "Настройки Deviation settings" + +#~ msgid "Note: Lower values = sharper corners but slower speeds" +#~ msgstr "" +#~ "Примечание: более низкие значения = более острые углы, \n" +#~ "но более низкая скорость." + #~ msgid "The custom printer or model is not entered, please enter it." #~ msgstr "Пожалуйста, введите имя и модель пользовательского принтера." -#~ msgid "BigTraffic" -#~ msgstr "BigTraffic" - #, c-format, boost-format #~ msgid "nozzle in preset: %s %s" #~ msgstr "сопло в профиле: %s %s" @@ -21944,7 +21956,7 @@ msgstr "" #, c-format, boost-format #~ msgid "*Printing %s material with %s may cause nozzle damage" -#~ msgstr "*Печать %s материалом с %s может привести к повреждению сопла" +#~ msgstr "*Печать %s материалом с %s может привести к повреждению сопла." #~ msgid "" #~ "Improve shell precision by adjusting outer wall spacing. This also " diff --git a/localization/i18n/sv/OrcaSlicer_sv.po b/localization/i18n/sv/OrcaSlicer_sv.po index 1ae15c13d2..7cfb93654f 100644 --- a/localization/i18n/sv/OrcaSlicer_sv.po +++ b/localization/i18n/sv/OrcaSlicer_sv.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: Orca Slicer\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-10-26 10:38+0800\n" +"POT-Creation-Date: 2025-10-29 11:23+0100\n" "Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -1966,6 +1966,12 @@ msgstr "Ersätt med STL" msgid "Replace the selected part with new STL" msgstr "Ersätt den valda delen med ny STL" +msgid "Replace all with STL" +msgstr "" + +msgid "Replace all selected parts with STL from folder" +msgstr "" + msgid "Change filament" msgstr "Byta filament" @@ -2147,6 +2153,30 @@ msgstr "Radera platta" msgid "Remove the selected plate" msgstr "Radera den valda plattan" +msgid "Add instance" +msgstr "" + +msgid "Add one more instance of the selected object" +msgstr "" + +msgid "Remove instance" +msgstr "" + +msgid "Remove one instance of the selected object" +msgstr "" + +msgid "Set number of instances" +msgstr "" + +msgid "Change the number of instances of the selected object" +msgstr "" + +msgid "Fill bed with instances" +msgstr "" + +msgid "Fill the remaining area of bed with instances of the selected object" +msgstr "" + msgid "Clone" msgstr "Klona" @@ -2670,9 +2700,9 @@ msgid "Top" msgstr "Topplager" msgid "" -"The fan controls the temperature during printing to improve print " -"quality.The system automatically adjusts the fan's switch and speed " -"according to different printing materials." +"The fan controls the temperature during printing to improve print quality." +"The system automatically adjusts the fan's switch and speed according to " +"different printing materials." msgstr "" msgid "" @@ -2939,7 +2969,25 @@ msgstr "Skickat. Hoppar automatiskt till nästa sida in%s s" msgid "Access code:%s IP address:%s" msgstr "" -msgid "Storage needs to be inserted before printing via LAN." +msgid "A Storage needs to be inserted before printing via LAN." +msgstr "" + +msgid "" +"Sending print job over LAN, but the Storage in the printer is abnormal and " +"print-issues may be caused by this." +msgstr "" + +msgid "" +"The Storage in the printer is abnormal. Please replace it with a normal " +"Storage before sending print job to printer." +msgstr "" + +msgid "" +"The Storage in the printer is read-only. Please replace it with a normal " +"Storage before sending print job to printer." +msgstr "" + +msgid "Encountered an unknown error with the Storage status. Please try again." msgstr "" msgid "Sending G-code file over LAN" @@ -2955,6 +3003,21 @@ msgstr "Framgångsrikt skickat. Stäng den aktuella sidan i %s s" msgid "Storage needs to be inserted before sending to printer." msgstr "" +msgid "" +"Sending G-code file over LAN, but the Storage in the printer is abnormal and " +"print-issues may be caused by this." +msgstr "" + +msgid "" +"The Storage in the printer is abnormal. Please replace it with a normal " +"Storage before sending to printer." +msgstr "" + +msgid "" +"The Storage in the printer is read-only. Please replace it with a normal " +"Storage before sending to printer." +msgstr "" + msgid "Importing SLA archive" msgstr "Importera SLA arkiv" @@ -3806,6 +3869,7 @@ msgid "" "Reset to 0." msgstr "" +#, c-format, boost-format msgid "" "Lock depth should smaller than skin depth.\n" "Reset to 50% of skin depth." @@ -4773,7 +4837,7 @@ msgstr "Volym:" msgid "Size:" msgstr "Storlek:" -#, boost-format +#, c-format, boost-format msgid "" "Conflicts of G-code paths have been found at layer %d, z = %.2lf mm. Please " "separate the conflicted objects farther (%s <-> %s)." @@ -5291,15 +5355,12 @@ msgstr "" msgid "Max flowrate" msgstr "Max flödes hastighet" -msgid "Junction Deviation" -msgstr "" - -msgid "Junction Deviation calibration" -msgstr "" - msgid "Cornering" msgstr "" +msgid "Cornering calibration" +msgstr "" + msgid "Input Shaping Frequency" msgstr "" @@ -6920,6 +6981,34 @@ msgstr "Välj en ny fil" msgid "File for the replace wasn't selected" msgstr "Ersättningsfilen valdes inte" +msgid "Select folder to replace from" +msgstr "" + +msgid "Directory for the replace wasn't selected" +msgstr "" + +msgid "Replaced with STLs from directory:\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: same file.\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: file does not exist.\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: failed to replace.\n" +msgstr "" + +#, boost-format +msgid "✔ Replaced %1%.\n" +msgstr "" + +msgid "Replaced volumes" +msgstr "" + msgid "Please select a file" msgstr "Välj en fil" @@ -7393,7 +7482,7 @@ msgid "Set the page opened on startup." msgstr "" msgid "Enable dark mode" -msgstr "Aktivera mörkt läge" +msgstr "" msgid "Allow only one OrcaSlicer instance" msgstr "" @@ -7463,7 +7552,7 @@ msgid "" msgstr "" msgid "Auto backup" -msgstr "Auto säkerhetskopiera" +msgstr "" msgid "" "Backup your project periodically for restoring from the occasional crash." @@ -7587,7 +7676,7 @@ msgid "" msgstr "" msgid "Login region" -msgstr "Logga in region" +msgstr "" msgid "Stealth mode" msgstr "" @@ -7598,7 +7687,7 @@ msgid "" msgstr "" msgid "Network test" -msgstr "Nätverkstest" +msgstr "" msgid "Test" msgstr "Test" @@ -7671,6 +7760,14 @@ msgid "" "difference together." msgstr "" +msgid "Allow Abnormal Storage" +msgstr "" + +msgid "" +"This allows the use of Storage that is marked as abnormal by the Printer.\n" +"Use at your own risk, can cause issues!" +msgstr "" + msgid "Log Level" msgstr "Logg Nivå" @@ -8240,7 +8337,10 @@ msgid "" "information." msgstr "" -msgid "Storage is not available or is in read-only mode." +msgid "Storage needs to be inserted before printing via LAN." +msgstr "" + +msgid "Storage is in abnormal state or is in read-only mode." msgstr "" msgid "Storage needs to be inserted before printing." @@ -8624,8 +8724,8 @@ msgstr "" msgid "" "When recording timelapse without toolhead, it is recommended to add a " "\"Timelapse Wipe Tower\" \n" -"by right-click the empty position of build plate and choose \"Add " -"Primitive\"->\"Timelapse Wipe Tower\"." +"by right-click the empty position of build plate and choose \"Add Primitive" +"\"->\"Timelapse Wipe Tower\"." msgstr "" "När du spelar in timelapse utan verktygshuvud rekommenderas att du lägger " "till ett \"Timelapse Wipe Tower\".\n" @@ -9091,10 +9191,6 @@ msgstr "" msgid "Single extruder multi-material parameters" msgstr "" -#, c-format, boost-format -msgid "Extruder %d" -msgstr "" - msgid "" "This is a single extruder multi-material printer, diameters of all extruders " "will be set to the new value. Do you want to proceed?" @@ -9574,6 +9670,9 @@ msgid "" "nozzle type." msgstr "" +msgid "Storage is not available or is in read-only mode." +msgstr "" + #, c-format, boost-format msgid "" "The selected printer (%s) is incompatible with the chosen printer profile in " @@ -9583,8 +9682,8 @@ msgstr "" msgid "" "Timelapse is not supported because Print sequence is set to \"By object\"." msgstr "" -"Timelapse stöds inte eftersom utskrifts sekvensen är inställd på \"Per " -"objekt\"." +"Timelapse stöds inte eftersom utskrifts sekvensen är inställd på \"Per objekt" +"\"." msgid "" "You selected external and AMS filament at the same time in an extruder, you " @@ -11555,9 +11654,9 @@ msgid "" "quality for needle and small details." msgstr "" "Aktivera detta val för att sänka utskifts hastigheten för att göra den sista " -"lager tiden inte kortare än lager tidströskeln \"Max fläkthastighets " -"tröskel\", detta så att lager kan kylas under en längre tid. Detta kan " -"förbättra kylnings kvaliteten för små detaljer" +"lager tiden inte kortare än lager tidströskeln \"Max fläkthastighets tröskel" +"\", detta så att lager kan kylas under en längre tid. Detta kan förbättra " +"kylnings kvaliteten för små detaljer" msgid "Normal printing" msgstr "Normal utskrift" @@ -12725,8 +12824,8 @@ msgid "mm/s² or %" msgstr "mm/s² eller %" msgid "" -"Acceleration of sparse infill. If the value is expressed as a percentage " -"(e.g. 100%), it will be calculated based on the default acceleration." +"Acceleration of sparse infill. If the value is expressed as a percentage (e." +"g. 100%), it will be calculated based on the default acceleration." msgstr "" "Acceleration av gles utfyllnad. Om värdet uttrycks som en procentsats (t.ex. " "100%) kommer det att beräknas baserat på standard accelerationen." @@ -12761,6 +12860,9 @@ msgstr "" msgid "Default jerk." msgstr "" +msgid "Junction Deviation" +msgstr "" + msgid "" "Marlin Firmware Junction Deviation (replaces the traditional XY Jerk " "setting)." @@ -12834,10 +12936,10 @@ msgstr "Full fläkthastighet vid lager" msgid "" "Fan speed will be ramped up linearly from zero at layer " -"\"close_fan_the_first_x_layers\" to maximum at layer " -"\"full_fan_speed_layer\". \"full_fan_speed_layer\" will be ignored if lower " -"than \"close_fan_the_first_x_layers\", in which case the fan will be running " -"at maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1." +"\"close_fan_the_first_x_layers\" to maximum at layer \"full_fan_speed_layer" +"\". \"full_fan_speed_layer\" will be ignored if lower than " +"\"close_fan_the_first_x_layers\", in which case the fan will be running at " +"maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1." msgstr "" msgid "layer" @@ -13676,7 +13778,9 @@ msgid "Maximum Junction Deviation" msgstr "" msgid "" -"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin Firmware)" +"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin " +"Firmware\n" +"If your Marlin 2 printer uses Classic Jerk set this value to 0.)" msgstr "" msgid "Minimum speed for extruding" @@ -14389,8 +14493,8 @@ msgid "Role base wipe speed" msgstr "" msgid "" -"The wipe speed is determined by the speed of the current extrusion role. " -"e.g. if a wipe action is executed immediately following an outer wall " +"The wipe speed is determined by the speed of the current extrusion role. e." +"g. if a wipe action is executed immediately following an outer wall " "extrusion, the speed of the outer wall extrusion will be utilized for the " "wipe action." msgstr "" @@ -15040,14 +15144,6 @@ msgid "" "needed." msgstr "" -msgid "Adaptive layer height" -msgstr "Adaptiv lagerhöjd" - -msgid "" -"Enabling this option means the height of tree support layer except the first " -"will be automatically calculated." -msgstr "" - msgid "Auto brim width" msgstr "" @@ -15135,8 +15231,8 @@ msgstr "" msgid "" "Enable this option for automated chamber temperature control. This option " -"activates the emitting of an M191 command before the " -"\"machine_start_gcode\"\n" +"activates the emitting of an M191 command before the \"machine_start_gcode" +"\"\n" " which sets the chamber temperature and waits until it is reached. In " "addition, it emits an M141 command at the end of the print to turn off the " "chamber heater, if present.\n" @@ -15953,11 +16049,11 @@ msgid "Debug level" msgstr "Felsökningsnivå" msgid "" -"Sets debug logging level. 0:fatal, 1:error, 2:warning, 3:info, 4:debug, " -"5:trace\n" +"Sets debug logging level. 0:fatal, 1:error, 2:warning, 3:info, 4:debug, 5:" +"trace\n" msgstr "" -"Välj felsöknings nivå. 0:allvarlig, 1:fel, 2:varning, 3:info, 4:felsök, " -"5:spåra\n" +"Välj felsöknings nivå. 0:allvarlig, 1:fel, 2:varning, 3:info, 4:felsök, 5:" +"spåra\n" msgid "Enable timelapse for print" msgstr "" @@ -17009,6 +17105,12 @@ msgstr "" msgid "Comma-separated list of printing speeds" msgstr "" +msgid "Pressure Advance Guide" +msgstr "" + +msgid "Adaptive Pressure Advance Guide" +msgstr "" + msgid "" "Please input valid values:\n" "Start PA: >= 0.0\n" @@ -17056,6 +17158,9 @@ msgstr "Slut temp: " msgid "Temp step: " msgstr "Temp steg: " +msgid "Wiki Guide: Temperature Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "Start temp: <= 350\n" @@ -17072,6 +17177,9 @@ msgstr "Start volymetrisk hastighet: " msgid "End volumetric speed: " msgstr "Slut volymetrisk hastighet: " +msgid "Wiki Guide: Volumetric Speed Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "start > 0\n" @@ -17088,6 +17196,9 @@ msgstr "Start hastighet: " msgid "End speed: " msgstr "Sluthastighet: " +msgid "Wiki Guide: VFA" +msgstr "" + msgid "" "Please input valid values:\n" "start > 10\n" @@ -17101,6 +17212,9 @@ msgstr "Starta retraktion längd: " msgid "End retraction length: " msgstr "Slutets indragnings längd: " +msgid "Wiki Guide: Retraction Calibration" +msgstr "" + msgid "Input shaping Frequency test" msgstr "" @@ -17136,6 +17250,9 @@ msgid "" "This will use the printer's default or saved value." msgstr "" +msgid "Wiki Guide: Input Shaping Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "(0 < FreqStart < FreqEnd < 500)" @@ -17171,27 +17288,52 @@ msgid "" "Please input a valid damping factor (0 <= DampingStart < DampingEnd <= 1)" msgstr "" -msgid "Junction Deviation test" +msgid "Cornering test" msgstr "" -msgid "Start junction deviation: " +msgid "SCV-V2" msgstr "" -msgid "End junction deviation: " +msgid "Start: " msgstr "" -msgid "Junction Deviation settings" +msgid "End: " msgstr "" -msgid "Note: Lower values = sharper corners but slower speeds" +msgid "Cornering settings" +msgstr "" + +msgid "Note: Lower values = sharper corners but slower speeds.\n" msgstr "" msgid "" -"Please input valid values:\n" -"(0 <= Junction Deviation < 1)" +"Marlin 2 Junction Deviation detected:\n" +"To test Classic Jerk, set 'Maximum Junction Deviation' in Motion ability to " +"0." msgstr "" -msgid "NOTE: High values may cause Layer shift" +msgid "" +"Marlin 2 Classic Jerk detected:\n" +"To test Junction Deviation, set 'Maximum Junction Deviation' in Motion " +"ability to a value > 0." +msgstr "" + +msgid "" +"RepRap detected: Jerk in mm/s.\n" +"OrcaSlicer will convert the values to mm/min when necessary." +msgstr "" + +msgid "Wiki Guide: Cornering Calibration" +msgstr "" + +#, c-format, boost-format +msgid "" +"Please input valid values:\n" +"(0 <= Cornering <= %s)" +msgstr "" + +#, c-format, boost-format +msgid "NOTE: High values may cause Layer shift (>%s)" msgstr "" msgid "Send G-code to printer host" @@ -17451,8 +17593,8 @@ msgstr "" "Vill du skriva om det?" msgid "" -"We would rename the presets as \"Vendor Type Serial @printer you " -"selected\".\n" +"We would rename the presets as \"Vendor Type Serial @printer you selected" +"\".\n" "To add preset for more printers, please go to printer selection" msgstr "" @@ -17867,8 +18009,8 @@ msgid "nozzle size memorized: %d" msgstr "" msgid "" -"The size of nozzle type in preset is not consistent with memorized " -"nozzle.Did you change your nozzle lately ? " +"The size of nozzle type in preset is not consistent with memorized nozzle." +"Did you change your nozzle lately ? " msgstr "" #, c-format, boost-format @@ -19304,6 +19446,9 @@ msgstr "" #~ msgid "General Settings" #~ msgstr "Allmänna inställningar" +#~ msgid "Login Region" +#~ msgstr "Logga in Region" + #~ msgid "Show \"Tip of the day\" notification after start" #~ msgstr "Visa \"Dagens tips\" efter start" @@ -19330,6 +19475,9 @@ msgstr "" #~ msgid "System Sync" #~ msgstr "Synkronisering av system" +#~ msgid "Auto-Backup" +#~ msgstr "Auto Säkerhetskopiera" + #~ msgid "every" #~ msgstr "varje" @@ -19339,6 +19487,9 @@ msgstr "" #~ msgid "Dark Mode" #~ msgstr "Mörkt Läge" +#~ msgid "Enable Dark mode" +#~ msgstr "Aktivera mörkt läge" + #~ msgid "Home page and daily tips" #~ msgstr "Hemsida och dagliga förslag" @@ -19456,6 +19607,9 @@ msgstr "" #~ msgid "Remove small overhangs that possibly need no supports." #~ msgstr "Ta bort små överhäng som eventuellt inte behöver stöd." +#~ msgid "Adaptive layer height" +#~ msgstr "Adaptiv lagerhöjd" + #~ msgid "" #~ "Only one of the results with the same name will be saved. Are you sure " #~ "you want to overwrite the other results?" diff --git a/localization/i18n/tr/OrcaSlicer_tr.po b/localization/i18n/tr/OrcaSlicer_tr.po index 2f11d49bb0..a0de8820b6 100644 --- a/localization/i18n/tr/OrcaSlicer_tr.po +++ b/localization/i18n/tr/OrcaSlicer_tr.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: Orca Slicer\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-10-26 10:38+0800\n" -"PO-Revision-Date: 2025-09-30 09:12+0300\n" +"POT-Creation-Date: 2025-10-29 11:23+0100\n" +"PO-Revision-Date: 2025-09-14 23:43+0300\n" "Last-Translator: GlauTech\n" "Language-Team: \n" "Language: tr\n" @@ -2024,6 +2024,12 @@ msgstr "STL ile değiştirin" msgid "Replace the selected part with new STL" msgstr "Seçilen parçayı yeni STL ile değiştirin" +msgid "Replace all with STL" +msgstr "" + +msgid "Replace all selected parts with STL from folder" +msgstr "" + msgid "Change filament" msgstr "Filamenti değiştir" @@ -2205,6 +2211,30 @@ msgstr "Plakayı sil" msgid "Remove the selected plate" msgstr "Seçilen plakayı kaldır" +msgid "Add instance" +msgstr "" + +msgid "Add one more instance of the selected object" +msgstr "" + +msgid "Remove instance" +msgstr "" + +msgid "Remove one instance of the selected object" +msgstr "" + +msgid "Set number of instances" +msgstr "" + +msgid "Change the number of instances of the selected object" +msgstr "" + +msgid "Fill bed with instances" +msgstr "" + +msgid "Fill the remaining area of bed with instances of the selected object" +msgstr "" + msgid "Clone" msgstr "Klon oluştur" @@ -2720,9 +2750,9 @@ msgid "Top" msgstr "Üst" msgid "" -"The fan controls the temperature during printing to improve print " -"quality.The system automatically adjusts the fan's switch and speed " -"according to different printing materials." +"The fan controls the temperature during printing to improve print quality." +"The system automatically adjusts the fan's switch and speed according to " +"different printing materials." msgstr "" msgid "" @@ -2990,7 +3020,25 @@ msgstr "" msgid "Access code:%s IP address:%s" msgstr "Erişim kodu:%s IP adresi:%s" -msgid "Storage needs to be inserted before printing via LAN." +msgid "A Storage needs to be inserted before printing via LAN." +msgstr "" + +msgid "" +"Sending print job over LAN, but the Storage in the printer is abnormal and " +"print-issues may be caused by this." +msgstr "" + +msgid "" +"The Storage in the printer is abnormal. Please replace it with a normal " +"Storage before sending print job to printer." +msgstr "" + +msgid "" +"The Storage in the printer is read-only. Please replace it with a normal " +"Storage before sending print job to printer." +msgstr "" + +msgid "Encountered an unknown error with the Storage status. Please try again." msgstr "" msgid "Sending G-code file over LAN" @@ -3006,6 +3054,21 @@ msgstr "Başarıyla gönderildi. %s s'de mevcut sayfayı kapat" msgid "Storage needs to be inserted before sending to printer." msgstr "" +msgid "" +"Sending G-code file over LAN, but the Storage in the printer is abnormal and " +"print-issues may be caused by this." +msgstr "" + +msgid "" +"The Storage in the printer is abnormal. Please replace it with a normal " +"Storage before sending to printer." +msgstr "" + +msgid "" +"The Storage in the printer is read-only. Please replace it with a normal " +"Storage before sending to printer." +msgstr "" + msgid "Importing SLA archive" msgstr "SLA arşivi içe aktarılıyor" @@ -3890,6 +3953,7 @@ msgstr "" "gerekir.\n" "0 a sıfırla." +#, fuzzy, c-format, boost-format msgid "" "Lock depth should smaller than skin depth.\n" "Reset to 50% of skin depth." @@ -4875,7 +4939,7 @@ msgstr "Hacim:" msgid "Size:" msgstr "Boyut:" -#, boost-format +#, c-format, boost-format msgid "" "Conflicts of G-code paths have been found at layer %d, z = %.2lf mm. Please " "separate the conflicted objects farther (%s <-> %s)." @@ -5398,15 +5462,12 @@ msgstr "Geri çekme testi" msgid "Max flowrate" msgstr "Maksimum akış hızı" -msgid "Junction Deviation" -msgstr "Köşe sapması" - -msgid "Junction Deviation calibration" -msgstr "Köşe sapması kalibrasyonu" - msgid "Cornering" msgstr "Köşe dönüşü" +msgid "Cornering calibration" +msgstr "" + msgid "Input Shaping Frequency" msgstr "Input shaping Frekansı" @@ -6881,17 +6942,11 @@ msgid "" "rotation template settings that may not work properly with your current " "infill pattern. This could result in weak support or print quality issues." msgstr "" -"Bu proje OrcaSlicer 2.3.1-alpha ile oluşturulmuştur ve geçerli dolgu " -"(infill) deseninizle doğru çalışmayabilecek dolgu döndürme şablon ayarlarını " -"kullanmaktadır. Bu durum, zayıf destek veya baskı kalitesi sorunlarına yol " -"açabilir." msgid "" "Would you like OrcaSlicer to automatically fix this by clearing the rotation " "template settings?" msgstr "" -"OrcaSlicer’ın, döndürme şablonu ayarlarını temizleyerek otomatik olarak " -"düzeltmesini ister misiniz?" #, c-format, boost-format msgid "" @@ -7078,6 +7133,34 @@ msgstr "Yeni dosya seç" msgid "File for the replace wasn't selected" msgstr "Değiştirme dosyası seçilmedi" +msgid "Select folder to replace from" +msgstr "" + +msgid "Directory for the replace wasn't selected" +msgstr "" + +msgid "Replaced with STLs from directory:\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: same file.\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: file does not exist.\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: failed to replace.\n" +msgstr "" + +#, boost-format +msgid "✔ Replaced %1%.\n" +msgstr "" + +msgid "Replaced volumes" +msgstr "" + msgid "Please select a file" msgstr "Dosya seçin" @@ -7552,13 +7635,13 @@ msgid "Home" msgstr "Ana Sayfa" msgid "Default page" -msgstr "Varsayılan sayfa" +msgstr "" msgid "Set the page opened on startup." msgstr "Açılışta açılacak sayfayı ayarlayın." msgid "Enable dark mode" -msgstr "Karanlık modu etkinleştir" +msgstr "" msgid "Allow only one OrcaSlicer instance" msgstr "Yalnızca bir OrcaSlicer örneğine izin ver" @@ -7589,7 +7672,7 @@ msgid "Show the splash screen during startup." msgstr "Açılış sırasında açılış ekranını göster." msgid "Downloads folder" -msgstr "İndirilenler klasörü" +msgstr "" msgid "Target folder for downloaded items" msgstr "" @@ -7607,7 +7690,7 @@ msgid "Load Geometry Only" msgstr "Yalnızca Geometriyi Yükle" msgid "Load behaviour" -msgstr "Yükleme davranışı" +msgstr "" msgid "Should printer/filament/process settings be loaded when opening a .3mf?" msgstr "Bir .3mf açılırken yazıcı/filament/işlem ayarları yüklenmeli mi?" @@ -7619,13 +7702,13 @@ msgid "Maximum count of recent files" msgstr "Son dosyaların maksimum sayısı" msgid "Add STL/STEP files to recent files list" -msgstr "STL/STEP dosyalarını son dosyalar listesine ekle" +msgstr "" msgid "Don't warn when loading 3MF with modified G-code" -msgstr "Değiştirilmiş G-kodları içeren 3MF dosyalarını yüklerken uyarma" +msgstr "" msgid "Show options when importing STEP file" -msgstr "STEP dosyasını içe aktarırken seçenekleri göster" +msgstr "" msgid "" "If enabled,a parameter settings dialog will appear during STEP file import." @@ -7634,7 +7717,7 @@ msgstr "" "iletişim kutusu görüntülenir." msgid "Auto backup" -msgstr "Otomatik yedekleme" +msgstr "" msgid "" "Backup your project periodically for restoring from the occasional crash." @@ -7659,7 +7742,7 @@ msgid "Features" msgstr "" msgid "Multi device management" -msgstr "Çoklu Cihaz Yönetimi" +msgstr "" msgid "" "With this option enabled, you can send a task to multiple devices at the " @@ -7669,13 +7752,13 @@ msgstr "" "gönderebilir ve birden fazla cihazı yönetebilirsiniz." msgid "(Requires restart)" -msgstr "(Yeniden başlatma gerektirir)" +msgstr "" msgid "Pop up to select filament grouping mode" msgstr "" msgid "Behaviour" -msgstr "Davranış" +msgstr "" msgid "All" msgstr "Tümü" @@ -7767,10 +7850,10 @@ msgid "" msgstr "" msgid "Login region" -msgstr "Giriş bölgesi" +msgstr "" msgid "Stealth mode" -msgstr "Gizli mod" +msgstr "" msgid "" "This stops the transmission of data to Bambu's cloud services. Users who " @@ -7781,7 +7864,7 @@ msgstr "" "açabilir." msgid "Network test" -msgstr "Ağ testi" +msgstr "" msgid "Test" msgstr "Test" @@ -7799,13 +7882,13 @@ msgid "Update built-in Presets automatically." msgstr "Yerleşik Ön Ayarları otomatik olarak güncelleyin." msgid "Network plugin" -msgstr "Ağ eklentisi" +msgstr "" msgid "Enable network plugin" msgstr "Ağ eklentisini etkinleştir" msgid "Use legacy network plugin" -msgstr "Eski ağ eklentisini kullan" +msgstr "" msgid "" "Disable to use latest network plugin that supports new BambuLab firmwares." @@ -7860,6 +7943,14 @@ msgid "" "difference together." msgstr "" +msgid "Allow Abnormal Storage" +msgstr "" + +msgid "" +"This allows the use of Storage that is marked as abnormal by the Printer.\n" +"Use at your own risk, can cause issues!" +msgstr "" + msgid "Log Level" msgstr "Günlük Düzeyi" @@ -8428,7 +8519,10 @@ msgid "" "information." msgstr "" -msgid "Storage is not available or is in read-only mode." +msgid "Storage needs to be inserted before printing via LAN." +msgstr "" + +msgid "Storage is in abnormal state or is in read-only mode." msgstr "" msgid "Storage needs to be inserted before printing." @@ -8842,8 +8936,8 @@ msgstr "" msgid "" "When recording timelapse without toolhead, it is recommended to add a " "\"Timelapse Wipe Tower\" \n" -"by right-click the empty position of build plate and choose \"Add " -"Primitive\"->\"Timelapse Wipe Tower\"." +"by right-click the empty position of build plate and choose \"Add Primitive" +"\"->\"Timelapse Wipe Tower\"." msgstr "" "Araç başlığı olmadan timelapse kaydederken, bir \"Timelapse Wipe Tower\" " "eklenmesi önerilir.\n" @@ -9322,10 +9416,6 @@ msgstr "Silme Kulesi" msgid "Single extruder multi-material parameters" msgstr "Tek Ekstruder Çoklu Malzeme Parametreleri" -#, c-format, boost-format -msgid "Extruder %d" -msgstr "Ekstruder %d" - msgid "" "This is a single extruder multi-material printer, diameters of all extruders " "will be set to the new value. Do you want to proceed?" @@ -9818,6 +9908,9 @@ msgid "" "nozzle type." msgstr "" +msgid "Storage is not available or is in read-only mode." +msgstr "" + #, c-format, boost-format msgid "" "The selected printer (%s) is incompatible with the chosen printer profile in " @@ -10734,8 +10827,8 @@ msgid "" "Please select \"By object\" print sequence to print multiple objects in " "spiral vase mode." msgstr "" -"Birden fazla nesneyi spiral vazo modunda yazdırmak için lütfen \"Nesneye " -"göre\" yazdırma sırasını seçin." +"Birden fazla nesneyi spiral vazo modunda yazdırmak için lütfen \"Nesneye göre" +"\" yazdırma sırasını seçin." msgid "" "The spiral vase mode does not work when an object contains more than one " @@ -13548,8 +13641,8 @@ msgid "mm/s² or %" msgstr "mm/s² veya %" msgid "" -"Acceleration of sparse infill. If the value is expressed as a percentage " -"(e.g. 100%), it will be calculated based on the default acceleration." +"Acceleration of sparse infill. If the value is expressed as a percentage (e." +"g. 100%), it will be calculated based on the default acceleration." msgstr "" "Seyrek dolgunun hızlandırılması. Değer yüzde olarak ifade edilirse (örn. " "%100), varsayılan ivmeye göre hesaplanacaktır." @@ -13587,6 +13680,9 @@ msgstr "" msgid "Default jerk." msgstr "Varsayılan sarsıntı." +msgid "Junction Deviation" +msgstr "Köşe sapması" + msgid "" "Marlin Firmware Junction Deviation (replaces the traditional XY Jerk " "setting)." @@ -13664,17 +13760,16 @@ msgstr "Maksimum fan hızı" msgid "" "Fan speed will be ramped up linearly from zero at layer " -"\"close_fan_the_first_x_layers\" to maximum at layer " -"\"full_fan_speed_layer\". \"full_fan_speed_layer\" will be ignored if lower " -"than \"close_fan_the_first_x_layers\", in which case the fan will be running " -"at maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1." +"\"close_fan_the_first_x_layers\" to maximum at layer \"full_fan_speed_layer" +"\". \"full_fan_speed_layer\" will be ignored if lower than " +"\"close_fan_the_first_x_layers\", in which case the fan will be running at " +"maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1." msgstr "" "Fan hızı, \"close_fan_the_first_x_layers\" katmanında sıfırdan " "\"ful_fan_speed_layer\" katmanında maksimuma doğrusal olarak artırılacaktır. " "\"full_fan_speed_layer\", \"close_fan_the_first_x_layers\" değerinden " -"düşükse göz ardı edilecektir; bu durumda fan, " -"\"close_fan_the_first_x_layers\" + 1 katmanında izin verilen maksimum hızda " -"çalışacaktır." +"düşükse göz ardı edilecektir; bu durumda fan, \"close_fan_the_first_x_layers" +"\" + 1 katmanında izin verilen maksimum hızda çalışacaktır." msgid "layer" msgstr "katman" @@ -14685,10 +14780,10 @@ msgid "Maximum Junction Deviation" msgstr "Maksimum köşe sapması" msgid "" -"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin Firmware)" +"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin " +"Firmware\n" +"If your Marlin 2 printer uses Classic Jerk set this value to 0.)" msgstr "" -"Maksimum köşe sapması (M205 J, yalnızca Marlin Firmware için JD > 0 ise " -"geçerlidir)" msgid "Minimum speed for extruding" msgstr "Ekstrüzyon için minimum hız" @@ -15555,8 +15650,8 @@ msgid "Role base wipe speed" msgstr "Otomatik temizleme hızı" msgid "" -"The wipe speed is determined by the speed of the current extrusion role. " -"e.g. if a wipe action is executed immediately following an outer wall " +"The wipe speed is determined by the speed of the current extrusion role. e." +"g. if a wipe action is executed immediately following an outer wall " "extrusion, the speed of the outer wall extrusion will be utilized for the " "wipe action." msgstr "" @@ -16303,16 +16398,6 @@ msgstr "" "yüksek bir dal yoğunluğu değeri yerine üst destek arayüzlerinin " "etkinleştirilmesi önerilir." -msgid "Adaptive layer height" -msgstr "Uyarlanabilir katman yüksekliği" - -msgid "" -"Enabling this option means the height of tree support layer except the first " -"will be automatically calculated." -msgstr "" -"Bu seçeneğin etkinleştirilmesi, ilki hariç ağaç destek katmanının " -"yüksekliğinin otomatik olarak hesaplanacağı anlamına gelir." - msgid "Auto brim width" msgstr "Otomatik kenar genişliği" @@ -16414,8 +16499,8 @@ msgstr "Sıcaklık kontrolünü etkinleştirin" msgid "" "Enable this option for automated chamber temperature control. This option " -"activates the emitting of an M191 command before the " -"\"machine_start_gcode\"\n" +"activates the emitting of an M191 command before the \"machine_start_gcode" +"\"\n" " which sets the chamber temperature and waits until it is reached. In " "addition, it emits an M141 command at the end of the print to turn off the " "chamber heater, if present.\n" @@ -17372,8 +17457,8 @@ msgid "Debug level" msgstr "Hata ayıklama düzeyi" msgid "" -"Sets debug logging level. 0:fatal, 1:error, 2:warning, 3:info, 4:debug, " -"5:trace\n" +"Sets debug logging level. 0:fatal, 1:error, 2:warning, 3:info, 4:debug, 5:" +"trace\n" msgstr "" "Hata ayıklama günlüğü düzeyini ayarlar. 0:önemli, 1:hata, 2:uyarı, 3:bilgi, " "4:hata ayıklama, 5:izleme\n" @@ -18544,6 +18629,12 @@ msgstr "Yazdırma ivmelerinin virgülle ayrılmış listesi" msgid "Comma-separated list of printing speeds" msgstr "Yazdırma hızlarının virgülle ayrılmış listesi" +msgid "Pressure Advance Guide" +msgstr "" + +msgid "Adaptive Pressure Advance Guide" +msgstr "" + msgid "" "Please input valid values:\n" "Start PA: >= 0.0\n" @@ -18591,6 +18682,9 @@ msgstr "Bitiş: " msgid "Temp step: " msgstr "Sıcaklık adımı: " +msgid "Wiki Guide: Temperature Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "Start temp: <= 350\n" @@ -18607,6 +18701,9 @@ msgstr "Hacimsel hız başlangıcı: " msgid "End volumetric speed: " msgstr "Hacimsel hız bitişi: " +msgid "Wiki Guide: Volumetric Speed Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "start > 0\n" @@ -18627,6 +18724,9 @@ msgstr "Başlangıç hızı: " msgid "End speed: " msgstr "Bitiş hızı: " +msgid "Wiki Guide: VFA" +msgstr "" + msgid "" "Please input valid values:\n" "start > 10\n" @@ -18644,6 +18744,9 @@ msgstr "Geri çekme uzunluğu başlangıcı: " msgid "End retraction length: " msgstr "Geri çekme uzunluğu bitişi: " +msgid "Wiki Guide: Retraction Calibration" +msgstr "" + msgid "Input shaping Frequency test" msgstr "Input shaping frekans testi" @@ -18679,6 +18782,9 @@ msgid "" "This will use the printer's default or saved value." msgstr "" +msgid "Wiki Guide: Input Shaping Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "(0 < FreqStart < FreqEnd < 500)" @@ -18721,30 +18827,53 @@ msgid "" msgstr "" "Lütfen geçerli bir kamp faktörü girin (0 <= DampingStart < DampingEnd <= 1)" -msgid "Junction Deviation test" -msgstr "Köşe sapma testi" +msgid "Cornering test" +msgstr "" -msgid "Start junction deviation: " -msgstr "Başlangıç köşe sapması: " +msgid "SCV-V2" +msgstr "" -msgid "End junction deviation: " -msgstr "Bitiş köşe sapması: " +msgid "Start: " +msgstr "" -msgid "Junction Deviation settings" -msgstr "Köşe sapma ayarları" +msgid "End: " +msgstr "" -msgid "Note: Lower values = sharper corners but slower speeds" -msgstr "Not: Daha düşük değerler = daha keskin köşeler ancak daha yavaş hızlar" +msgid "Cornering settings" +msgstr "" + +msgid "Note: Lower values = sharper corners but slower speeds.\n" +msgstr "" msgid "" -"Please input valid values:\n" -"(0 <= Junction Deviation < 1)" +"Marlin 2 Junction Deviation detected:\n" +"To test Classic Jerk, set 'Maximum Junction Deviation' in Motion ability to " +"0." msgstr "" -"Lütfen geçerli değerler girin:\n" -"(0 <= Köşe Sapması < 1)" -msgid "NOTE: High values may cause Layer shift" -msgstr "Not: Yüksek değerler katman kaymasına neden olabilir" +msgid "" +"Marlin 2 Classic Jerk detected:\n" +"To test Junction Deviation, set 'Maximum Junction Deviation' in Motion " +"ability to a value > 0." +msgstr "" + +msgid "" +"RepRap detected: Jerk in mm/s.\n" +"OrcaSlicer will convert the values to mm/min when necessary." +msgstr "" + +msgid "Wiki Guide: Cornering Calibration" +msgstr "" + +#, c-format, boost-format +msgid "" +"Please input valid values:\n" +"(0 <= Cornering <= %s)" +msgstr "" + +#, c-format, boost-format +msgid "NOTE: High values may cause Layer shift (>%s)" +msgstr "" msgid "Send G-code to printer host" msgstr "G Kodunu yazıcı ana bilgisayarına gönder" @@ -18864,7 +18993,7 @@ msgid "Delete input" msgstr "Girişi sil" msgid "Network Test" -msgstr "Ağ Testi" +msgstr "Ağ testi" msgid "Start Test Multi-Thread" msgstr "Çoklu İş Parçacığı Testini Başlat" @@ -19004,8 +19133,8 @@ msgstr "" "Yeniden yazmak ister misin?" msgid "" -"We would rename the presets as \"Vendor Type Serial @printer you " -"selected\".\n" +"We would rename the presets as \"Vendor Type Serial @printer you selected" +"\".\n" "To add preset for more printers, please go to printer selection" msgstr "" "Ön ayarları şu şekilde yeniden adlandırırdık: \"Satıcı Türü Seçtiğiniz Seri " @@ -19436,8 +19565,8 @@ msgid "nozzle size memorized: %d" msgstr "" msgid "" -"The size of nozzle type in preset is not consistent with memorized " -"nozzle.Did you change your nozzle lately ? " +"The size of nozzle type in preset is not consistent with memorized nozzle." +"Did you change your nozzle lately ? " msgstr "" #, c-format, boost-format @@ -20996,6 +21125,9 @@ msgstr "" #~ "Bunu \"Ayarlar > Ağ > Bağlantı kodu\" bölümünde bulabilirsiniz.\n" #~ "şekilde gösterildiği gibi yazıcıda:" +#~ msgid "Junction Deviation calibration" +#~ msgstr "Köşe sapması kalibrasyonu" + #~ msgid "" #~ "Browsing file in SD card is not supported in current firmware. Please " #~ "update the printer firmware." @@ -21092,6 +21224,20 @@ msgstr "" #~ msgid "General Settings" #~ msgstr "Genel Ayarlar" +#~ msgid "Login Region" +#~ msgstr "Giriş Bölgesi" + +#~ msgid "Stealth Mode" +#~ msgstr "Gizli mod" + +#~ msgid "Use legacy network plugin (Takes effect after restarting Orca)" +#~ msgstr "" +#~ "Eski ağ eklentisini kullan (Orca'yı yeniden başlattıktan sonra etkili " +#~ "olur)" + +#~ msgid "Default Page" +#~ msgstr "Varsayılan Sayfa" + #~ msgid "Show \"Tip of the day\" notification after start" #~ msgstr "Başlangıçtan sonra \"Günün ipucu\" bildirimini göster" @@ -21113,6 +21259,13 @@ msgstr "" #~ msgid "If enabled, auto-calculate every time when filament is changed" #~ msgstr "Etkinleştirilirse filaman her değiştirildiğinde otomatik hesaplama" +#~ msgid "Show the step mesh parameter setting dialog." +#~ msgstr "Step ağ parametresi ayar iletişim kutusunu göster." + +#~ msgid "Multi-device Management (Take effect after restarting Orca Slicer)." +#~ msgstr "" +#~ "Çoklu Cihaz Yönetimi(Studio yeniden başlatıldıktan sonra geçerli olur)." + #~ msgid "Auto arrange plate after object cloning" #~ msgstr "Nesne klonlamadan sonra plakayı otomatik düzenleme" @@ -21128,6 +21281,19 @@ msgstr "" #~ msgid "Associate URLs to OrcaSlicer" #~ msgstr "URL’leri OrcaSlicer ile ilişkilendirin" +#~ msgid "Load Behaviour" +#~ msgstr "Yükleme Davranışı" + +#~ msgid "Add model files (stl/step) to recent file list." +#~ msgstr "Model dosyalarını (STL/STEP) son dosyalar listesine ekle." + +#~ msgid "No warnings when loading 3MF with modified G-code" +#~ msgstr "" +#~ "Değiştirilmiş G-kodları içeren 3MF dosyalarını yüklerken uyarı verme" + +#~ msgid "Auto-Backup" +#~ msgstr "Otomatik yedekleme" + #~ msgid "every" #~ msgstr "her" @@ -21137,6 +21303,9 @@ msgstr "" #~ msgid "Dark Mode" #~ msgstr "Karanlık Mod" +#~ msgid "Enable Dark mode" +#~ msgstr "Karanlık modu etkinleştir" + #~ msgid "Home page and daily tips" #~ msgstr "Ana sayfa ve günlük ipuçları" @@ -21251,6 +21420,10 @@ msgstr "" #~ msgid "The printer does not support sending to printer SD card." #~ msgstr "Yazıcı, yazıcı SD kartına gönderimi desteklemiyor." +#, c-format, boost-format +#~ msgid "Extruder %d" +#~ msgstr "Ekstruder %d" + #, c-format, boost-format #~ msgid "The color count should be in range [%d, %d]." #~ msgstr "Renk sayısı aralıkta olmalıdır [%d, %d]." @@ -21367,12 +21540,29 @@ msgstr "" #~ "Köşebent ütüleme işlemi yapılır. Negatif bir sayı bu işlevi devre dışı " #~ "bırakır ve varsayılan yöntemi kullanır." +#~ msgid "" +#~ "Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin " +#~ "Firmware)" +#~ msgstr "" +#~ "Maksimum köşe sapması (M205 J, yalnızca Marlin Firmware için JD > 0 ise " +#~ "geçerlidir)" + #~ msgid "Remove small overhangs" #~ msgstr "Küçük çıkıntıları kaldır" #~ msgid "Remove small overhangs that possibly need no supports." #~ msgstr "Muhtemelen desteğe ihtiyaç duymayan küçük çıkıntıları kaldırın." +#~ msgid "Adaptive layer height" +#~ msgstr "Uyarlanabilir katman yüksekliği" + +#~ msgid "" +#~ "Enabling this option means the height of tree support layer except the " +#~ "first will be automatically calculated." +#~ msgstr "" +#~ "Bu seçeneğin etkinleştirilmesi, ilki hariç ağaç destek katmanının " +#~ "yüksekliğinin otomatik olarak hesaplanacağı anlamına gelir." + #~ msgid "Width of the brim." #~ msgstr "Kenar genişliği." @@ -21405,6 +21595,32 @@ msgstr "" #~ "Bu, yazıcının varsayılan değerini veya son kaydedilen değeri " #~ "kullanacaktır." +#~ msgid "Junction Deviation test" +#~ msgstr "Köşe sapma testi" + +#~ msgid "Start junction deviation: " +#~ msgstr "Başlangıç köşe sapması: " + +#~ msgid "End junction deviation: " +#~ msgstr "Bitiş köşe sapması: " + +#~ msgid "Junction Deviation settings" +#~ msgstr "Köşe sapma ayarları" + +#~ msgid "Note: Lower values = sharper corners but slower speeds" +#~ msgstr "" +#~ "Not: Daha düşük değerler = daha keskin köşeler ancak daha yavaş hızlar" + +#~ msgid "" +#~ "Please input valid values:\n" +#~ "(0 <= Junction Deviation < 1)" +#~ msgstr "" +#~ "Lütfen geçerli değerler girin:\n" +#~ "(0 <= Köşe Sapması < 1)" + +#~ msgid "NOTE: High values may cause Layer shift" +#~ msgstr "Not: Yüksek değerler katman kaymasına neden olabilir" + #~ msgid "The custom printer or model is not entered, please enter it." #~ msgstr "Özel yazıcı veya model girilmedi lütfen giriş yapın." diff --git a/localization/i18n/uk/OrcaSlicer_uk.po b/localization/i18n/uk/OrcaSlicer_uk.po index 448e939f64..05b20986f6 100644 --- a/localization/i18n/uk/OrcaSlicer_uk.po +++ b/localization/i18n/uk/OrcaSlicer_uk.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: orcaslicerua\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-10-26 10:38+0800\n" +"POT-Creation-Date: 2025-10-29 11:23+0100\n" "PO-Revision-Date: 2025-03-07 09:30+0200\n" "Last-Translator: \n" "Language-Team: Ukrainian\n" @@ -2033,6 +2033,12 @@ msgstr "Замінити на STL" msgid "Replace the selected part with new STL" msgstr "Замініть вибрану частину новим STL" +msgid "Replace all with STL" +msgstr "" + +msgid "Replace all selected parts with STL from folder" +msgstr "" + msgid "Change filament" msgstr "Зміна філаменту" @@ -2214,6 +2220,30 @@ msgstr "Видалити пластину" msgid "Remove the selected plate" msgstr "Видалити вибрану пластину" +msgid "Add instance" +msgstr "" + +msgid "Add one more instance of the selected object" +msgstr "" + +msgid "Remove instance" +msgstr "" + +msgid "Remove one instance of the selected object" +msgstr "" + +msgid "Set number of instances" +msgstr "" + +msgid "Change the number of instances of the selected object" +msgstr "" + +msgid "Fill bed with instances" +msgstr "" + +msgid "Fill the remaining area of bed with instances of the selected object" +msgstr "" + msgid "Clone" msgstr "Зробити копію" @@ -2745,9 +2775,9 @@ msgid "Top" msgstr "Верх" msgid "" -"The fan controls the temperature during printing to improve print " -"quality.The system automatically adjusts the fan's switch and speed " -"according to different printing materials." +"The fan controls the temperature during printing to improve print quality." +"The system automatically adjusts the fan's switch and speed according to " +"different printing materials." msgstr "" msgid "" @@ -3016,7 +3046,25 @@ msgstr "" msgid "Access code:%s IP address:%s" msgstr "" -msgid "Storage needs to be inserted before printing via LAN." +msgid "A Storage needs to be inserted before printing via LAN." +msgstr "" + +msgid "" +"Sending print job over LAN, but the Storage in the printer is abnormal and " +"print-issues may be caused by this." +msgstr "" + +msgid "" +"The Storage in the printer is abnormal. Please replace it with a normal " +"Storage before sending print job to printer." +msgstr "" + +msgid "" +"The Storage in the printer is read-only. Please replace it with a normal " +"Storage before sending print job to printer." +msgstr "" + +msgid "Encountered an unknown error with the Storage status. Please try again." msgstr "" #, fuzzy @@ -3034,6 +3082,21 @@ msgstr "Успішно надіслано. Закрити поточну сто msgid "Storage needs to be inserted before sending to printer." msgstr "" +msgid "" +"Sending G-code file over LAN, but the Storage in the printer is abnormal and " +"print-issues may be caused by this." +msgstr "" + +msgid "" +"The Storage in the printer is abnormal. Please replace it with a normal " +"Storage before sending to printer." +msgstr "" + +msgid "" +"The Storage in the printer is read-only. Please replace it with a normal " +"Storage before sending to printer." +msgstr "" + msgid "Importing SLA archive" msgstr "Імпорт архіву SLA" @@ -3109,8 +3172,8 @@ msgid "" "This software uses open source components whose copyright and other " "proprietary rights belong to their respective owners" msgstr "" -"Це програмне забезпечення використовує компоненти з відкритим вихідним " -"кодом,авторські права та інші\n" +"Це програмне забезпечення використовує компоненти з відкритим вихідним кодом," +"авторські права та інші\n" "права власності належать їх відповідним власникам" #, c-format, boost-format @@ -3926,6 +3989,7 @@ msgstr "" "seam_slope_start_height має бути менше висоти шару.\n" "Значення скинуто на 0." +#, c-format, boost-format msgid "" "Lock depth should smaller than skin depth.\n" "Reset to 50% of skin depth." @@ -4898,7 +4962,7 @@ msgstr "Об'єм:" msgid "Size:" msgstr "Розмір:" -#, fuzzy, boost-format +#, fuzzy, c-format, boost-format msgid "" "Conflicts of G-code paths have been found at layer %d, z = %.2lf mm. Please " "separate the conflicted objects farther (%s <-> %s)." @@ -5418,15 +5482,12 @@ msgstr "Тест на втягування" msgid "Max flowrate" msgstr "Максимальний потік" -msgid "Junction Deviation" -msgstr "" - -msgid "Junction Deviation calibration" -msgstr "" - msgid "Cornering" msgstr "" +msgid "Cornering calibration" +msgstr "" + msgid "Input Shaping Frequency" msgstr "" @@ -7122,6 +7183,34 @@ msgstr "Виберіть новий файл" msgid "File for the replace wasn't selected" msgstr "Не вибраний файл для заміни" +msgid "Select folder to replace from" +msgstr "" + +msgid "Directory for the replace wasn't selected" +msgstr "" + +msgid "Replaced with STLs from directory:\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: same file.\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: file does not exist.\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: failed to replace.\n" +msgstr "" + +#, boost-format +msgid "✔ Replaced %1%.\n" +msgstr "" + +msgid "Replaced volumes" +msgstr "" + msgid "Please select a file" msgstr "Будь ласка, виберіть файл" @@ -7598,13 +7687,13 @@ msgid "Home" msgstr "Домашня" msgid "Default page" -msgstr "Початкова сторінка" +msgstr "" msgid "Set the page opened on startup." msgstr "Задати сторінку, яка відкривається при запуску." msgid "Enable dark mode" -msgstr "Увімкнути темний режим" +msgstr "" msgid "Allow only one OrcaSlicer instance" msgstr "Дозволити лише один екземпляр OrcaSlicer" @@ -7653,7 +7742,7 @@ msgid "Load Geometry Only" msgstr "Завантажити Тільки Геометрію" msgid "Load behaviour" -msgstr "Поведінка завантаження" +msgstr "" msgid "Should printer/filament/process settings be loaded when opening a .3mf?" msgstr "" @@ -7670,7 +7759,7 @@ msgid "Add STL/STEP files to recent files list" msgstr "" msgid "Don't warn when loading 3MF with modified G-code" -msgstr "Немає попереджень при завантаженні файлу 3MF із зміненими G-кодами" +msgstr "" msgid "Show options when importing STEP file" msgstr "" @@ -7680,7 +7769,7 @@ msgid "" msgstr "" msgid "Auto backup" -msgstr "Автобекап" +msgstr "" msgid "" "Backup your project periodically for restoring from the occasional crash." @@ -7705,7 +7794,7 @@ msgid "Features" msgstr "" msgid "Multi device management" -msgstr "Керування кількома пристроями" +msgstr "" msgid "" "With this option enabled, you can send a task to multiple devices at the " @@ -7812,10 +7901,10 @@ msgid "" msgstr "" msgid "Login region" -msgstr "Регіон входу" +msgstr "" msgid "Stealth mode" -msgstr "Прихований режим" +msgstr "" msgid "" "This stops the transmission of data to Bambu's cloud services. Users who " @@ -7826,7 +7915,7 @@ msgstr "" "можуть безпечно ввімкнути цю функцію." msgid "Network test" -msgstr "Тест мережі" +msgstr "" msgid "Test" msgstr "Тест" @@ -7904,6 +7993,14 @@ msgid "" "difference together." msgstr "" +msgid "Allow Abnormal Storage" +msgstr "" + +msgid "" +"This allows the use of Storage that is marked as abnormal by the Printer.\n" +"Use at your own risk, can cause issues!" +msgstr "" + msgid "Log Level" msgstr "Журнал рівня" @@ -8471,7 +8568,10 @@ msgid "" "information." msgstr "" -msgid "Storage is not available or is in read-only mode." +msgid "Storage needs to be inserted before printing via LAN." +msgstr "" + +msgid "Storage is in abnormal state or is in read-only mode." msgstr "" msgid "Storage needs to be inserted before printing." @@ -8874,8 +8974,8 @@ msgstr "" msgid "" "When recording timelapse without toolhead, it is recommended to add a " "\"Timelapse Wipe Tower\" \n" -"by right-click the empty position of build plate and choose \"Add " -"Primitive\"->\"Timelapse Wipe Tower\"." +"by right-click the empty position of build plate and choose \"Add Primitive" +"\"->\"Timelapse Wipe Tower\"." msgstr "" "При записі таймлапсу без інструментальної головки рекомендується додати " "“Timelapse Wipe Tower” \n" @@ -9358,10 +9458,6 @@ msgstr "Вежа протирання" msgid "Single extruder multi-material parameters" msgstr "Параметри екструдеру в багато-екструдерному принтері" -#, c-format, boost-format -msgid "Extruder %d" -msgstr "" - msgid "" "This is a single extruder multi-material printer, diameters of all extruders " "will be set to the new value. Do you want to proceed?" @@ -9860,6 +9956,9 @@ msgid "" "nozzle type." msgstr "" +msgid "Storage is not available or is in read-only mode." +msgstr "" + #, c-format, boost-format msgid "" "The selected printer (%s) is incompatible with the chosen printer profile in " @@ -13526,8 +13625,8 @@ msgstr "" "знайдено, лінія заповнення з'єднується з сегментом периметра лише з одного " "боку, і довжина взятого сегменту периметра обмежена цим параметром, але не " "більше anchor_length_max.\n" -"Встановіть цей параметр рівним нулю, щоб вимкнути периметри " -"прив'язки.пов'язані з однією лінією заповнення." +"Встановіть цей параметр рівним нулю, щоб вимкнути периметри прив'язки." +"пов'язані з однією лінією заповнення." msgid "0 (no open anchors)" msgstr "0 (немає відкритих прив'язок)" @@ -13597,8 +13696,8 @@ msgid "mm/s² or %" msgstr "мм/с² або %" msgid "" -"Acceleration of sparse infill. If the value is expressed as a percentage " -"(e.g. 100%), it will be calculated based on the default acceleration." +"Acceleration of sparse infill. If the value is expressed as a percentage (e." +"g. 100%), it will be calculated based on the default acceleration." msgstr "" "Прискорення заповнення. Якщо значення виражено у відсотках (наприклад, " "100%), воно буде розраховане на основі прискорення за умовчанням." @@ -13637,6 +13736,9 @@ msgstr "Klipper-ів max_accel_to_decel буде скориговано на ц msgid "Default jerk." msgstr "" +msgid "Junction Deviation" +msgstr "" + msgid "" "Marlin Firmware Junction Deviation (replaces the traditional XY Jerk " "setting)." @@ -13714,10 +13816,10 @@ msgstr "Повна швидкість вентилятора на шарі" msgid "" "Fan speed will be ramped up linearly from zero at layer " -"\"close_fan_the_first_x_layers\" to maximum at layer " -"\"full_fan_speed_layer\". \"full_fan_speed_layer\" will be ignored if lower " -"than \"close_fan_the_first_x_layers\", in which case the fan will be running " -"at maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1." +"\"close_fan_the_first_x_layers\" to maximum at layer \"full_fan_speed_layer" +"\". \"full_fan_speed_layer\" will be ignored if lower than " +"\"close_fan_the_first_x_layers\", in which case the fan will be running at " +"maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1." msgstr "" "Швидкість вентилятора лінійно збільшується від нуля на " "рівні«close_fan_the_first_x_layers» до максимуму на рівні " @@ -14687,7 +14789,9 @@ msgid "Maximum Junction Deviation" msgstr "" msgid "" -"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin Firmware)" +"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin " +"Firmware\n" +"If your Marlin 2 printer uses Classic Jerk set this value to 0.)" msgstr "" msgid "Minimum speed for extruding" @@ -15545,8 +15649,8 @@ msgid "Role base wipe speed" msgstr "Швидкість протирання залежно від типу" msgid "" -"The wipe speed is determined by the speed of the current extrusion role. " -"e.g. if a wipe action is executed immediately following an outer wall " +"The wipe speed is determined by the speed of the current extrusion role. e." +"g. if a wipe action is executed immediately following an outer wall " "extrusion, the speed of the outer wall extrusion will be utilized for the " "wipe action." msgstr "" @@ -15562,8 +15666,8 @@ msgid "" "To minimize the visibility of the seam in a closed loop extrusion, a small " "inward movement is executed before the extruder leaves the loop." msgstr "" -"Щоб звести до мінімуму видимість шва при екструзії із замкнутим " -"контуром,Невеликий рух усередину виконується до виходу екструдера з контуру." +"Щоб звести до мінімуму видимість шва при екструзії із замкнутим контуром," +"Невеликий рух усередину виконується до виходу екструдера з контуру." msgid "Wipe before external loop" msgstr "Протирати перед зовнішнім контуром" @@ -16031,8 +16135,8 @@ msgid "" "Only create support for critical regions including sharp tail, cantilever, " "etc." msgstr "" -"Створювати підтримку тільки для критичних областей, включаючи гострий " -"хвіст,консоль і т.д." +"Створювати підтримку тільки для критичних областей, включаючи гострий хвіст," +"консоль і т.д." msgid "Ignore small overhangs" msgstr "" @@ -16288,16 +16392,6 @@ msgstr "" "видаляти, тому рекомендується увімкнути верхні опорні інтерфейси замість " "високого значення щільності гілок, якщо потрібні щільні інтерфейси." -msgid "Adaptive layer height" -msgstr "Адаптивна ширина шару" - -msgid "" -"Enabling this option means the height of tree support layer except the first " -"will be automatically calculated." -msgstr "" -"Включення цієї опції означає, що висота шару підтримки дерева, за " -"виключенням першого, буде розрахована автоматично " - msgid "Auto brim width" msgstr "Автоматична ширина кайми" @@ -16392,8 +16486,8 @@ msgstr "Увімкнути контроль температури" msgid "" "Enable this option for automated chamber temperature control. This option " -"activates the emitting of an M191 command before the " -"\"machine_start_gcode\"\n" +"activates the emitting of an M191 command before the \"machine_start_gcode" +"\"\n" " which sets the chamber temperature and waits until it is reached. In " "addition, it emits an M141 command at the end of the print to turn off the " "chamber heater, if present.\n" @@ -16571,9 +16665,9 @@ msgstr "" "Залежно від тривалості операції витирання, швидкості та тривалості " "втягування екструдера/нитки, може знадобитися рух накату для нитки.\n" "\n" -"Якщо встановити значення у параметрі \"Кількість втягування перед " -"витиранням\" нижче, надлишкове втягування буде виконано перед витиранням, " -"інакше воно буде виконано після нього." +"Якщо встановити значення у параметрі \"Кількість втягування перед витиранням" +"\" нижче, надлишкове втягування буде виконано перед витиранням, інакше воно " +"буде виконано після нього." msgid "" "The wiping tower can be used to clean up the residue on the nozzle and " @@ -17309,8 +17403,8 @@ msgid "Debug level" msgstr "Рівень налагодження" msgid "" -"Sets debug logging level. 0:fatal, 1:error, 2:warning, 3:info, 4:debug, " -"5:trace\n" +"Sets debug logging level. 0:fatal, 1:error, 2:warning, 3:info, 4:debug, 5:" +"trace\n" msgstr "" "Встановлює рівень реєстрації налагодження. 0: непереборний, 1: помилка, 2: " "попередження, 3: інформація, 4: налагодження, 5: трасування\n" @@ -17774,13 +17868,13 @@ msgstr "Наданий файл не вдалося прочитати, оскі msgid "" "Unknown file format. Input file must have .stl, .obj, .amf(.xml) extension." msgstr "" -"Невідомий формат файлу: вхідний файл повинен мати розширення .stl, .obj " -"або .amf (.xml)." +"Невідомий формат файлу: вхідний файл повинен мати розширення .stl, .obj або ." +"amf (.xml)." msgid "Unknown file format. Input file must have .3mf or .zip.amf extension." msgstr "" -"Невідомий формат файлу: вхідний файл повинен мати розширення .3mf " -"або .zip.amf." +"Невідомий формат файлу: вхідний файл повинен мати розширення .3mf або .zip." +"amf." msgid "load_obj: failed to parse" msgstr "помилка завантаження файлу OBJ: не вдалося розпізнати формат" @@ -18464,6 +18558,12 @@ msgstr "" msgid "Comma-separated list of printing speeds" msgstr "" +msgid "Pressure Advance Guide" +msgstr "" + +msgid "Adaptive Pressure Advance Guide" +msgstr "" + msgid "" "Please input valid values:\n" "Start PA: >= 0.0\n" @@ -18511,6 +18611,9 @@ msgstr "Кінцева температура: " msgid "Temp step: " msgstr "Крок температури: " +msgid "Wiki Guide: Temperature Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "Start temp: <= 350\n" @@ -18527,6 +18630,9 @@ msgstr "Початкова об'ємна швидкість: " msgid "End volumetric speed: " msgstr "Кінцева об'ємна швидкість: " +msgid "Wiki Guide: Volumetric Speed Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "start > 0\n" @@ -18547,6 +18653,9 @@ msgstr "Початкова швидкість: " msgid "End speed: " msgstr "Кінцева швидкість: " +msgid "Wiki Guide: VFA" +msgstr "" + msgid "" "Please input valid values:\n" "start > 10\n" @@ -18564,6 +18673,9 @@ msgstr "Початкова довжина ретракту: " msgid "End retraction length: " msgstr "Кінцева довжина ретракту: " +msgid "Wiki Guide: Retraction Calibration" +msgstr "" + msgid "Input shaping Frequency test" msgstr "" @@ -18599,6 +18711,9 @@ msgid "" "This will use the printer's default or saved value." msgstr "" +msgid "Wiki Guide: Input Shaping Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "(0 < FreqStart < FreqEnd < 500)" @@ -18634,27 +18749,52 @@ msgid "" "Please input a valid damping factor (0 <= DampingStart < DampingEnd <= 1)" msgstr "" -msgid "Junction Deviation test" +msgid "Cornering test" msgstr "" -msgid "Start junction deviation: " +msgid "SCV-V2" msgstr "" -msgid "End junction deviation: " +msgid "Start: " msgstr "" -msgid "Junction Deviation settings" +msgid "End: " msgstr "" -msgid "Note: Lower values = sharper corners but slower speeds" +msgid "Cornering settings" +msgstr "" + +msgid "Note: Lower values = sharper corners but slower speeds.\n" msgstr "" msgid "" -"Please input valid values:\n" -"(0 <= Junction Deviation < 1)" +"Marlin 2 Junction Deviation detected:\n" +"To test Classic Jerk, set 'Maximum Junction Deviation' in Motion ability to " +"0." msgstr "" -msgid "NOTE: High values may cause Layer shift" +msgid "" +"Marlin 2 Classic Jerk detected:\n" +"To test Junction Deviation, set 'Maximum Junction Deviation' in Motion " +"ability to a value > 0." +msgstr "" + +msgid "" +"RepRap detected: Jerk in mm/s.\n" +"OrcaSlicer will convert the values to mm/min when necessary." +msgstr "" + +msgid "Wiki Guide: Cornering Calibration" +msgstr "" + +#, c-format, boost-format +msgid "" +"Please input valid values:\n" +"(0 <= Cornering <= %s)" +msgstr "" + +#, c-format, boost-format +msgid "NOTE: High values may cause Layer shift (>%s)" msgstr "" msgid "Send G-code to printer host" @@ -18923,8 +19063,8 @@ msgstr "" "Чи бажаєте ви їх перезаписати?" msgid "" -"We would rename the presets as \"Vendor Type Serial @printer you " -"selected\".\n" +"We would rename the presets as \"Vendor Type Serial @printer you selected" +"\".\n" "To add preset for more printers, please go to printer selection" msgstr "" "Ми б перейменували попередні налаштування на «Вибраний вами серійний " @@ -19369,8 +19509,8 @@ msgid "nozzle size memorized: %d" msgstr "" msgid "" -"The size of nozzle type in preset is not consistent with memorized " -"nozzle.Did you change your nozzle lately ? " +"The size of nozzle type in preset is not consistent with memorized nozzle." +"Did you change your nozzle lately ? " msgstr "" #, c-format, boost-format @@ -21003,6 +21143,15 @@ msgstr "" #~ msgid "General Settings" #~ msgstr "Загальні налаштування" +#~ msgid "Login Region" +#~ msgstr "Регіон входу" + +#~ msgid "Stealth Mode" +#~ msgstr "Прихований режим" + +#~ msgid "Default Page" +#~ msgstr "Початкова сторінка" + #~ msgid "Show \"Tip of the day\" notification after start" #~ msgstr "Показувати повідомлення \"Порада дня\" після запуску" @@ -21029,6 +21178,10 @@ msgstr "" #~ "Якщо ввімкнено, автоматично обчислювати кожного разу, коли змінюється " #~ "філамент" +#~ msgid "Multi-device Management (Take effect after restarting Orca Slicer)." +#~ msgstr "" +#~ "Керування кількома пристроями (набуває чинності після перезапуску Orca)." + #~ msgid "Auto arrange plate after object cloning" #~ msgstr "Автоматично впорядкувати об'єкти пластини після копіювання об'єкту" @@ -21044,6 +21197,15 @@ msgstr "" #~ msgid "Associate URLs to OrcaSlicer" #~ msgstr "Асоціювати URL-адреси з OrcaSlicer" +#~ msgid "Load Behaviour" +#~ msgstr "Поведінка завантаження" + +#~ msgid "No warnings when loading 3MF with modified G-code" +#~ msgstr "Немає попереджень при завантаженні файлу 3MF із зміненими G-кодами" + +#~ msgid "Auto-Backup" +#~ msgstr "Автобекап" + #~ msgid "every" #~ msgstr "кожен" @@ -21053,6 +21215,9 @@ msgstr "" #~ msgid "Dark Mode" #~ msgstr "Темний режим" +#~ msgid "Enable Dark mode" +#~ msgstr "Увімкнути темний режим" + #~ msgid "Home page and daily tips" #~ msgstr "Головна сторінка та щоденні поради" @@ -21277,6 +21442,16 @@ msgstr "" #~ msgid "Remove small overhangs that possibly need no supports." #~ msgstr "Видалити невеликі виступи, які, можливо, не потребують підтримки." +#~ msgid "Adaptive layer height" +#~ msgstr "Адаптивна ширина шару" + +#~ msgid "" +#~ "Enabling this option means the height of tree support layer except the " +#~ "first will be automatically calculated." +#~ msgstr "" +#~ "Включення цієї опції означає, що висота шару підтримки дерева, за " +#~ "виключенням першого, буде розрахована автоматично " + #~ msgid "" #~ "Only one of the results with the same name will be saved. Are you sure " #~ "you want to overwrite the other results?" diff --git a/localization/i18n/vi/OrcaSlicer_vi.po b/localization/i18n/vi/OrcaSlicer_vi.po index c1b3eba351..2e0ea6a37c 100644 --- a/localization/i18n/vi/OrcaSlicer_vi.po +++ b/localization/i18n/vi/OrcaSlicer_vi.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: Orca Slicer\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-10-26 10:38+0800\n" +"POT-Creation-Date: 2025-10-29 11:23+0100\n" "PO-Revision-Date: 2025-10-02 17:43+0700\n" "Last-Translator: \n" "Language-Team: hainguyen.ts13@gmail.com\n" @@ -2003,6 +2003,12 @@ msgstr "Thay thế bằng STL" msgid "Replace the selected part with new STL" msgstr "Thay thế phần đã chọn bằng STL mới" +msgid "Replace all with STL" +msgstr "" + +msgid "Replace all selected parts with STL from folder" +msgstr "" + msgid "Change filament" msgstr "Đổi filament" @@ -2184,6 +2190,30 @@ msgstr "Xóa plate" msgid "Remove the selected plate" msgstr "Xóa plate đã chọn" +msgid "Add instance" +msgstr "" + +msgid "Add one more instance of the selected object" +msgstr "" + +msgid "Remove instance" +msgstr "" + +msgid "Remove one instance of the selected object" +msgstr "" + +msgid "Set number of instances" +msgstr "" + +msgid "Change the number of instances of the selected object" +msgstr "" + +msgid "Fill bed with instances" +msgstr "" + +msgid "Fill the remaining area of bed with instances of the selected object" +msgstr "" + msgid "Clone" msgstr "Nhân bản" @@ -2694,9 +2724,9 @@ msgid "Top" msgstr "Trên" msgid "" -"The fan controls the temperature during printing to improve print " -"quality.The system automatically adjusts the fan's switch and speed " -"according to different printing materials." +"The fan controls the temperature during printing to improve print quality." +"The system automatically adjusts the fan's switch and speed according to " +"different printing materials." msgstr "" msgid "" @@ -2955,7 +2985,25 @@ msgstr "Gửi thành công. Sẽ tự động chuyển đến trang tiếp theo msgid "Access code:%s IP address:%s" msgstr "Mã truy cập:%s Địa chỉ IP:%s" -msgid "Storage needs to be inserted before printing via LAN." +msgid "A Storage needs to be inserted before printing via LAN." +msgstr "" + +msgid "" +"Sending print job over LAN, but the Storage in the printer is abnormal and " +"print-issues may be caused by this." +msgstr "" + +msgid "" +"The Storage in the printer is abnormal. Please replace it with a normal " +"Storage before sending print job to printer." +msgstr "" + +msgid "" +"The Storage in the printer is read-only. Please replace it with a normal " +"Storage before sending print job to printer." +msgstr "" + +msgid "Encountered an unknown error with the Storage status. Please try again." msgstr "" msgid "Sending G-code file over LAN" @@ -2971,6 +3019,21 @@ msgstr "Gửi thành công. Đóng trang hiện tại trong %s s" msgid "Storage needs to be inserted before sending to printer." msgstr "" +msgid "" +"Sending G-code file over LAN, but the Storage in the printer is abnormal and " +"print-issues may be caused by this." +msgstr "" + +msgid "" +"The Storage in the printer is abnormal. Please replace it with a normal " +"Storage before sending to printer." +msgstr "" + +msgid "" +"The Storage in the printer is read-only. Please replace it with a normal " +"Storage before sending to printer." +msgstr "" + msgid "Importing SLA archive" msgstr "Đang nhập lưu trữ SLA" @@ -3843,6 +3906,7 @@ msgstr "" "seam_slope_start_height cần nhỏ hơn layer_height.\n" "Đặt lại về 0." +#, fuzzy, c-format, boost-format msgid "" "Lock depth should smaller than skin depth.\n" "Reset to 50% of skin depth." @@ -4825,7 +4889,7 @@ msgstr "Thể tích:" msgid "Size:" msgstr "Kích thước:" -#, boost-format +#, c-format, boost-format msgid "" "Conflicts of G-code paths have been found at layer %d, z = %.2lf mm. Please " "separate the conflicted objects farther (%s <-> %s)." @@ -5347,15 +5411,12 @@ msgstr "Kiểm tra retraction" msgid "Max flowrate" msgstr "Flowrate tối đa" -msgid "Junction Deviation" -msgstr "Junction Deviation" - -msgid "Junction Deviation calibration" -msgstr "Hiệu chỉnh Junction Deviation" - msgid "Cornering" msgstr "Vào góc" +msgid "Cornering calibration" +msgstr "" + msgid "Input Shaping Frequency" msgstr "Tần số Input Shaping" @@ -6995,6 +7056,34 @@ msgstr "Chọn file mới" msgid "File for the replace wasn't selected" msgstr "Chưa chọn file để thay thế" +msgid "Select folder to replace from" +msgstr "" + +msgid "Directory for the replace wasn't selected" +msgstr "" + +msgid "Replaced with STLs from directory:\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: same file.\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: file does not exist.\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: failed to replace.\n" +msgstr "" + +#, boost-format +msgid "✔ Replaced %1%.\n" +msgstr "" + +msgid "Replaced volumes" +msgstr "" + msgid "Please select a file" msgstr "Vui lòng chọn một file" @@ -7764,6 +7853,14 @@ msgid "" "difference together." msgstr "" +msgid "Allow Abnormal Storage" +msgstr "" + +msgid "" +"This allows the use of Storage that is marked as abnormal by the Printer.\n" +"Use at your own risk, can cause issues!" +msgstr "" + msgid "Log Level" msgstr "Mức log" @@ -8325,7 +8422,10 @@ msgid "" "information." msgstr "" -msgid "Storage is not available or is in read-only mode." +msgid "Storage needs to be inserted before printing via LAN." +msgstr "" + +msgid "Storage is in abnormal state or is in read-only mode." msgstr "" msgid "Storage needs to be inserted before printing." @@ -8728,8 +8828,8 @@ msgstr "" msgid "" "When recording timelapse without toolhead, it is recommended to add a " "\"Timelapse Wipe Tower\" \n" -"by right-click the empty position of build plate and choose \"Add " -"Primitive\"->\"Timelapse Wipe Tower\"." +"by right-click the empty position of build plate and choose \"Add Primitive" +"\"->\"Timelapse Wipe Tower\"." msgstr "" "Khi ghi timelapse không có đầu công cụ, khuyến nghị thêm \"Timelapse Wipe " "Tower\" \n" @@ -9203,10 +9303,6 @@ msgstr "Wipe tower" msgid "Single extruder multi-material parameters" msgstr "Tham số đa vật liệu extruder đơn" -#, c-format, boost-format -msgid "Extruder %d" -msgstr "Extruder %d" - msgid "" "This is a single extruder multi-material printer, diameters of all extruders " "will be set to the new value. Do you want to proceed?" @@ -9696,6 +9792,9 @@ msgid "" "nozzle type." msgstr "" +msgid "Storage is not available or is in read-only mode." +msgstr "" + #, c-format, boost-format msgid "" "The selected printer (%s) is incompatible with the chosen printer profile in " @@ -10984,8 +11083,8 @@ msgstr "" "Orca Slicer có thể tải file G-code lên máy chủ máy in. Trường này nên chứa " "tên máy chủ, địa chỉ IP hoặc URL của phiên bản máy chủ máy in. Máy chủ in " "đằng sau HAProxy với xác thực cơ bản được bật có thể được truy cập bằng cách " -"đặt tên người dùng và mật khẩu vào URL theo định dạng sau: https://" -"username:password@your-octopi-address/" +"đặt tên người dùng và mật khẩu vào URL theo định dạng sau: https://username:" +"password@your-octopi-address/" msgid "Device UI" msgstr "Giao diện thiết bị" @@ -13339,8 +13438,8 @@ msgid "mm/s² or %" msgstr "mm/s² hoặc %" msgid "" -"Acceleration of sparse infill. If the value is expressed as a percentage " -"(e.g. 100%), it will be calculated based on the default acceleration." +"Acceleration of sparse infill. If the value is expressed as a percentage (e." +"g. 100%), it will be calculated based on the default acceleration." msgstr "" "Gia tốc của infill thưa. Nếu giá trị được biểu thị dưới dạng phần trăm (ví " "dụ 100%), nó sẽ được tính dựa trên gia tốc mặc định." @@ -13378,6 +13477,9 @@ msgstr "" msgid "Default jerk." msgstr "Giật mặc định." +msgid "Junction Deviation" +msgstr "Junction Deviation" + msgid "" "Marlin Firmware Junction Deviation (replaces the traditional XY Jerk " "setting)." @@ -13455,14 +13557,14 @@ msgstr "Tốc độ quạt đầy tại lớp" msgid "" "Fan speed will be ramped up linearly from zero at layer " -"\"close_fan_the_first_x_layers\" to maximum at layer " -"\"full_fan_speed_layer\". \"full_fan_speed_layer\" will be ignored if lower " -"than \"close_fan_the_first_x_layers\", in which case the fan will be running " -"at maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1." +"\"close_fan_the_first_x_layers\" to maximum at layer \"full_fan_speed_layer" +"\". \"full_fan_speed_layer\" will be ignored if lower than " +"\"close_fan_the_first_x_layers\", in which case the fan will be running at " +"maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1." msgstr "" "Tốc độ quạt sẽ được tăng tuyến tính từ không tại lớp " -"\"close_fan_the_first_x_layers\" đến tối đa tại lớp " -"\"full_fan_speed_layer\". \"full_fan_speed_layer\" sẽ bị bỏ qua nếu thấp hơn " +"\"close_fan_the_first_x_layers\" đến tối đa tại lớp \"full_fan_speed_layer" +"\". \"full_fan_speed_layer\" sẽ bị bỏ qua nếu thấp hơn " "\"close_fan_the_first_x_layers\", trong trường hợp đó quạt sẽ chạy ở tốc độ " "tối đa được phép tại lớp \"close_fan_the_first_x_layers\" + 1." @@ -14448,9 +14550,10 @@ msgid "Maximum Junction Deviation" msgstr "Độ lệch nút giao tối đa" msgid "" -"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin Firmware)" +"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin " +"Firmware\n" +"If your Marlin 2 printer uses Classic Jerk set this value to 0.)" msgstr "" -"Độ lệch nút giao tối đa (M205 J, chỉ áp dụng nếu JD > 0 cho firmware Marlin)" msgid "Minimum speed for extruding" msgstr "Tốc độ tối thiểu để đùn" @@ -15285,8 +15388,8 @@ msgid "Role base wipe speed" msgstr "Tốc độ lau dựa trên vai trò" msgid "" -"The wipe speed is determined by the speed of the current extrusion role. " -"e.g. if a wipe action is executed immediately following an outer wall " +"The wipe speed is determined by the speed of the current extrusion role. e." +"g. if a wipe action is executed immediately following an outer wall " "extrusion, the speed of the outer wall extrusion will be utilized for the " "wipe action." msgstr "" @@ -16016,16 +16119,6 @@ msgstr "" "đó khuyến nghị bật giao diện support trên thay vì giá trị mật độ nhánh cao " "nếu cần giao diện dày đặc ." -msgid "Adaptive layer height" -msgstr "Chiều cao lớp thích ứng" - -msgid "" -"Enabling this option means the height of tree support layer except the first " -"will be automatically calculated." -msgstr "" -"Bật tùy chọn này có nghĩa là chiều cao lớp support cây ngoại trừ lớp đầu " -"tiên sẽ được tính toán tự động." - msgid "Auto brim width" msgstr "Độ rộng vành tự động" @@ -16127,8 +16220,8 @@ msgstr "Kích hoạt điều khiển nhiệt độ" msgid "" "Enable this option for automated chamber temperature control. This option " -"activates the emitting of an M191 command before the " -"\"machine_start_gcode\"\n" +"activates the emitting of an M191 command before the \"machine_start_gcode" +"\"\n" " which sets the chamber temperature and waits until it is reached. In " "addition, it emits an M141 command at the end of the print to turn off the " "chamber heater, if present.\n" @@ -17053,11 +17146,11 @@ msgid "Debug level" msgstr "Mức gỡ lỗi" msgid "" -"Sets debug logging level. 0:fatal, 1:error, 2:warning, 3:info, 4:debug, " -"5:trace\n" +"Sets debug logging level. 0:fatal, 1:error, 2:warning, 3:info, 4:debug, 5:" +"trace\n" msgstr "" -"Đặt mức ghi log gỡ lỗi. 0:fatal, 1:error, 2:warning, 3:info, 4:debug, " -"5:trace\n" +"Đặt mức ghi log gỡ lỗi. 0:fatal, 1:error, 2:warning, 3:info, 4:debug, 5:" +"trace\n" msgid "Enable timelapse for print" msgstr "Bật timelapse cho in" @@ -17517,13 +17610,13 @@ msgstr "File được cung cấp không thể đọc được vì nó trống" msgid "" "Unknown file format. Input file must have .stl, .obj, .amf(.xml) extension." msgstr "" -"Định dạng file không xác định. File đầu vào phải có phần mở " -"rộng .stl, .obj, .amf(.xml)." +"Định dạng file không xác định. File đầu vào phải có phần mở rộng .stl, ." +"obj, .amf(.xml)." msgid "Unknown file format. Input file must have .3mf or .zip.amf extension." msgstr "" -"Định dạng file không xác định. File đầu vào phải có phần mở rộng .3mf " -"hoặc .zip.amf." +"Định dạng file không xác định. File đầu vào phải có phần mở rộng .3mf hoặc ." +"zip.amf." msgid "load_obj: failed to parse" msgstr "load_obj: phân tích thất bại" @@ -18203,6 +18296,12 @@ msgstr "Danh sách gia tốc in ngăn cách bằng dấu phẩy" msgid "Comma-separated list of printing speeds" msgstr "Danh sách tốc độ in ngăn cách bằng dấu phẩy" +msgid "Pressure Advance Guide" +msgstr "" + +msgid "Adaptive Pressure Advance Guide" +msgstr "" + msgid "" "Please input valid values:\n" "Start PA: >= 0.0\n" @@ -18250,6 +18349,9 @@ msgstr "Nhiệt độ kết thúc: " msgid "Temp step: " msgstr "Bước nhiệt độ: " +msgid "Wiki Guide: Temperature Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "Start temp: <= 350\n" @@ -18266,6 +18368,9 @@ msgstr "Tốc độ thể tích bắt đầu: " msgid "End volumetric speed: " msgstr "Tốc độ thể tích kết thúc: " +msgid "Wiki Guide: Volumetric Speed Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "start > 0\n" @@ -18286,6 +18391,9 @@ msgstr "Tốc độ bắt đầu: " msgid "End speed: " msgstr "Tốc độ kết thúc: " +msgid "Wiki Guide: VFA" +msgstr "" + msgid "" "Please input valid values:\n" "start > 10\n" @@ -18303,6 +18411,9 @@ msgstr "Độ dài rút bắt đầu: " msgid "End retraction length: " msgstr "Độ dài rút kết thúc: " +msgid "Wiki Guide: Retraction Calibration" +msgstr "" + msgid "Input shaping Frequency test" msgstr "Kiểm tra tần số input shaping" @@ -18338,6 +18449,9 @@ msgid "" "This will use the printer's default or saved value." msgstr "" +msgid "Wiki Guide: Input Shaping Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "(0 < FreqStart < FreqEnd < 500)" @@ -18379,30 +18493,53 @@ msgstr "" "Vui lòng nhập hệ số giảm chấn hợp lệ (0 <= Giảm chấn bắt đầu < Giảm chấn kết " "thúc <= 1)" -msgid "Junction Deviation test" -msgstr "Kiểm tra độ lệch nút giao" +msgid "Cornering test" +msgstr "" -msgid "Start junction deviation: " -msgstr "Độ lệch nút giao bắt đầu: " +msgid "SCV-V2" +msgstr "" -msgid "End junction deviation: " -msgstr "Độ lệch nút giao kết thúc: " +msgid "Start: " +msgstr "" -msgid "Junction Deviation settings" -msgstr "Cài đặt độ lệch nút giao" +msgid "End: " +msgstr "" -msgid "Note: Lower values = sharper corners but slower speeds" -msgstr "Lưu ý: Giá trị thấp hơn = góc sắc nét hơn nhưng tốc độ chậm hơn" +msgid "Cornering settings" +msgstr "" + +msgid "Note: Lower values = sharper corners but slower speeds.\n" +msgstr "" msgid "" -"Please input valid values:\n" -"(0 <= Junction Deviation < 1)" +"Marlin 2 Junction Deviation detected:\n" +"To test Classic Jerk, set 'Maximum Junction Deviation' in Motion ability to " +"0." msgstr "" -"Vui lòng nhập giá trị hợp lệ:\n" -"(0 <= Độ lệch nút giao < 1)" -msgid "NOTE: High values may cause Layer shift" -msgstr "LƯU Ý: Giá trị cao có thể gây dịch lớp" +msgid "" +"Marlin 2 Classic Jerk detected:\n" +"To test Junction Deviation, set 'Maximum Junction Deviation' in Motion " +"ability to a value > 0." +msgstr "" + +msgid "" +"RepRap detected: Jerk in mm/s.\n" +"OrcaSlicer will convert the values to mm/min when necessary." +msgstr "" + +msgid "Wiki Guide: Cornering Calibration" +msgstr "" + +#, c-format, boost-format +msgid "" +"Please input valid values:\n" +"(0 <= Cornering <= %s)" +msgstr "" + +#, c-format, boost-format +msgid "NOTE: High values may cause Layer shift (>%s)" +msgstr "" msgid "Send G-code to printer host" msgstr "Gửi G-code đến máy chủ máy in" @@ -18664,8 +18801,8 @@ msgstr "" "Bạn có muốn viết lại nó không?" msgid "" -"We would rename the presets as \"Vendor Type Serial @printer you " -"selected\".\n" +"We would rename the presets as \"Vendor Type Serial @printer you selected" +"\".\n" "To add preset for more printers, please go to printer selection" msgstr "" "Chúng tôi sẽ đổi tên cài đặt sẵn thành \"Nhà cung cấp Loại Serial @máy in " @@ -19090,8 +19227,8 @@ msgid "nozzle size memorized: %d" msgstr "" msgid "" -"The size of nozzle type in preset is not consistent with memorized " -"nozzle.Did you change your nozzle lately ? " +"The size of nozzle type in preset is not consistent with memorized nozzle." +"Did you change your nozzle lately ? " msgstr "" #, c-format, boost-format @@ -20446,6 +20583,55 @@ msgstr "" "Bạn có biết rằng khi in vật liệu dễ cong vênh như ABS, tăng nhiệt độ bàn " "nóng một cách thích hợp có thể giảm xác suất cong vênh không?" +#~ msgid "Junction Deviation calibration" +#~ msgstr "Hiệu chỉnh Junction Deviation" + +#, c-format, boost-format +#~ msgid "Extruder %d" +#~ msgstr "Extruder %d" + +#~ msgid "" +#~ "Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin " +#~ "Firmware)" +#~ msgstr "" +#~ "Độ lệch nút giao tối đa (M205 J, chỉ áp dụng nếu JD > 0 cho firmware " +#~ "Marlin)" + +#~ msgid "Adaptive layer height" +#~ msgstr "Chiều cao lớp thích ứng" + +#~ msgid "" +#~ "Enabling this option means the height of tree support layer except the " +#~ "first will be automatically calculated." +#~ msgstr "" +#~ "Bật tùy chọn này có nghĩa là chiều cao lớp support cây ngoại trừ lớp đầu " +#~ "tiên sẽ được tính toán tự động." + +#~ msgid "Junction Deviation test" +#~ msgstr "Kiểm tra độ lệch nút giao" + +#~ msgid "Start junction deviation: " +#~ msgstr "Độ lệch nút giao bắt đầu: " + +#~ msgid "End junction deviation: " +#~ msgstr "Độ lệch nút giao kết thúc: " + +#~ msgid "Junction Deviation settings" +#~ msgstr "Cài đặt độ lệch nút giao" + +#~ msgid "Note: Lower values = sharper corners but slower speeds" +#~ msgstr "Lưu ý: Giá trị thấp hơn = góc sắc nét hơn nhưng tốc độ chậm hơn" + +#~ msgid "" +#~ "Please input valid values:\n" +#~ "(0 <= Junction Deviation < 1)" +#~ msgstr "" +#~ "Vui lòng nhập giá trị hợp lệ:\n" +#~ "(0 <= Độ lệch nút giao < 1)" + +#~ msgid "NOTE: High values may cause Layer shift" +#~ msgstr "LƯU Ý: Giá trị cao có thể gây dịch lớp" + #~ msgid "AMS not connected" #~ msgstr "AMS chưa kết nối" diff --git a/localization/i18n/zh_CN/OrcaSlicer_zh_CN.po b/localization/i18n/zh_CN/OrcaSlicer_zh_CN.po index 0afe830a06..2bad14b07f 100644 --- a/localization/i18n/zh_CN/OrcaSlicer_zh_CN.po +++ b/localization/i18n/zh_CN/OrcaSlicer_zh_CN.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Slic3rPE\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-10-26 10:38+0800\n" +"POT-Creation-Date: 2025-10-29 11:23+0100\n" "PO-Revision-Date: 2024-07-28 07:12+0000\n" "Last-Translator: Handle \n" "Language-Team: \n" @@ -1983,6 +1983,12 @@ msgstr "替换为STL" msgid "Replace the selected part with new STL" msgstr "用新的STL替换选中的零件" +msgid "Replace all with STL" +msgstr "" + +msgid "Replace all selected parts with STL from folder" +msgstr "" + msgid "Change filament" msgstr "更换耗材丝" @@ -2164,6 +2170,30 @@ msgstr "删除盘" msgid "Remove the selected plate" msgstr "删除所选盘" +msgid "Add instance" +msgstr "" + +msgid "Add one more instance of the selected object" +msgstr "" + +msgid "Remove instance" +msgstr "" + +msgid "Remove one instance of the selected object" +msgstr "" + +msgid "Set number of instances" +msgstr "" + +msgid "Change the number of instances of the selected object" +msgstr "" + +msgid "Fill bed with instances" +msgstr "" + +msgid "Fill the remaining area of bed with instances of the selected object" +msgstr "" + msgid "Clone" msgstr "克隆" @@ -2663,9 +2693,9 @@ msgid "Top" msgstr "上" msgid "" -"The fan controls the temperature during printing to improve print " -"quality.The system automatically adjusts the fan's switch and speed " -"according to different printing materials." +"The fan controls the temperature during printing to improve print quality." +"The system automatically adjusts the fan's switch and speed according to " +"different printing materials." msgstr "" msgid "" @@ -2915,7 +2945,25 @@ msgstr "已成功发送。将自动跳转到%ss中的下一页。" msgid "Access code:%s IP address:%s" msgstr "访问码:%s IP地址:%s" -msgid "Storage needs to be inserted before printing via LAN." +msgid "A Storage needs to be inserted before printing via LAN." +msgstr "" + +msgid "" +"Sending print job over LAN, but the Storage in the printer is abnormal and " +"print-issues may be caused by this." +msgstr "" + +msgid "" +"The Storage in the printer is abnormal. Please replace it with a normal " +"Storage before sending print job to printer." +msgstr "" + +msgid "" +"The Storage in the printer is read-only. Please replace it with a normal " +"Storage before sending print job to printer." +msgstr "" + +msgid "Encountered an unknown error with the Storage status. Please try again." msgstr "" msgid "Sending G-code file over LAN" @@ -2931,6 +2979,21 @@ msgstr "成功发送。即将关闭当前页面(%s秒)" msgid "Storage needs to be inserted before sending to printer." msgstr "" +msgid "" +"Sending G-code file over LAN, but the Storage in the printer is abnormal and " +"print-issues may be caused by this." +msgstr "" + +msgid "" +"The Storage in the printer is abnormal. Please replace it with a normal " +"Storage before sending to printer." +msgstr "" + +msgid "" +"The Storage in the printer is read-only. Please replace it with a normal " +"Storage before sending to printer." +msgstr "" + msgid "Importing SLA archive" msgstr "导入SLA存档" @@ -3757,6 +3820,7 @@ msgstr "" "seam_slope_start_height需要小于layer_height。\n" "重置为0。" +#, fuzzy, c-format, boost-format msgid "" "Lock depth should smaller than skin depth.\n" "Reset to 50% of skin depth." @@ -4734,7 +4798,7 @@ msgstr "体积:" msgid "Size:" msgstr "尺寸:" -#, boost-format +#, c-format, boost-format msgid "" "Conflicts of G-code paths have been found at layer %d, z = %.2lf mm. Please " "separate the conflicted objects farther (%s <-> %s)." @@ -5253,15 +5317,12 @@ msgstr "回抽测试" msgid "Max flowrate" msgstr "最大体积流量" -msgid "Junction Deviation" -msgstr "结点偏差" - -msgid "Junction Deviation calibration" -msgstr "结点偏差校准" - msgid "Cornering" msgstr "转弯" +msgid "Cornering calibration" +msgstr "" + msgid "Input Shaping Frequency" msgstr "输入整形频率" @@ -5582,8 +5643,8 @@ msgid "" "The .gcode.3mf file contains no G-code data. Please slice it with Orca " "Slicer and export a new .gcode.3mf file." msgstr "" -".gcode.3mf文件中不包含G-code数据。请使用Orca Slicer进行切片并导出新" -"的.gcode.3mf文件。" +".gcode.3mf文件中不包含G-code数据。请使用Orca Slicer进行切片并导出新的." +"gcode.3mf文件。" #, c-format, boost-format msgid "File '%s' was lost! Please download it again." @@ -6848,6 +6909,34 @@ msgstr "选择新文件" msgid "File for the replace wasn't selected" msgstr "未选择替换文件" +msgid "Select folder to replace from" +msgstr "" + +msgid "Directory for the replace wasn't selected" +msgstr "" + +msgid "Replaced with STLs from directory:\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: same file.\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: file does not exist.\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: failed to replace.\n" +msgstr "" + +#, boost-format +msgid "✔ Replaced %1%.\n" +msgstr "" + +msgid "Replaced volumes" +msgstr "" + msgid "Please select a file" msgstr "请选择一个文件" @@ -7305,13 +7394,13 @@ msgid "Home" msgstr "首页" msgid "Default page" -msgstr "起始页" +msgstr "" msgid "Set the page opened on startup." msgstr "设置启动OrcaSlicer时首先显示的页面。" msgid "Enable dark mode" -msgstr "启用深色模式" +msgstr "" msgid "Allow only one OrcaSlicer instance" msgstr "同时仅运行一个 OrcaSlicer 实例" @@ -7357,7 +7446,7 @@ msgid "Load Geometry Only" msgstr "仅加载几何形状" msgid "Load behaviour" -msgstr "加载 交互项" +msgstr "" msgid "Should printer/filament/process settings be loaded when opening a .3mf?" msgstr "printter/filament/process 设置项文件能否以 .3mf后缀方式打开" @@ -7369,20 +7458,20 @@ msgid "Maximum count of recent files" msgstr "最近使用文件的最大数量" msgid "Add STL/STEP files to recent files list" -msgstr "添加模型文件 STL/STEP 到最近文件列表" +msgstr "" msgid "Don't warn when loading 3MF with modified G-code" -msgstr "加载具有修改的 G-Code 的 3MF 时不会出现警告" +msgstr "" msgid "Show options when importing STEP file" -msgstr "显示STEP网格参数设置对话框" +msgstr "" msgid "" "If enabled,a parameter settings dialog will appear during STEP file import." msgstr "如果启用,在导入STEP文件时将出现参数设置对话框" msgid "Auto backup" -msgstr "自动备份" +msgstr "" msgid "" "Backup your project periodically for restoring from the occasional crash." @@ -7403,7 +7492,7 @@ msgid "Features" msgstr "" msgid "Multi device management" -msgstr "多设备管理" +msgstr "" msgid "" "With this option enabled, you can send a task to multiple devices at the " @@ -7502,10 +7591,10 @@ msgid "" msgstr "" msgid "Login region" -msgstr "登录区域" +msgstr "" msgid "Stealth mode" -msgstr "局域网模式" +msgstr "" msgid "" "This stops the transmission of data to Bambu's cloud services. Users who " @@ -7515,7 +7604,7 @@ msgstr "" "式,则可以安全地启用此功能。" msgid "Network test" -msgstr "网络测试" +msgstr "" msgid "Test" msgstr "测试" @@ -7539,7 +7628,7 @@ msgid "Enable network plugin" msgstr "启用网络插件" msgid "Use legacy network plugin" -msgstr "使用旧版网络插件" +msgstr "" msgid "" "Disable to use latest network plugin that supports new BambuLab firmwares." @@ -7586,6 +7675,14 @@ msgid "" "difference together." msgstr "" +msgid "Allow Abnormal Storage" +msgstr "" + +msgid "" +"This allows the use of Storage that is marked as abnormal by the Printer.\n" +"Use at your own risk, can cause issues!" +msgstr "" + msgid "Log Level" msgstr "日志级别" @@ -8144,7 +8241,10 @@ msgid "" "information." msgstr "" -msgid "Storage is not available or is in read-only mode." +msgid "Storage needs to be inserted before printing via LAN." +msgstr "" + +msgid "Storage is in abnormal state or is in read-only mode." msgstr "" msgid "Storage needs to be inserted before printing." @@ -8524,8 +8624,8 @@ msgstr "" msgid "" "When recording timelapse without toolhead, it is recommended to add a " "\"Timelapse Wipe Tower\" \n" -"by right-click the empty position of build plate and choose \"Add " -"Primitive\"->\"Timelapse Wipe Tower\"." +"by right-click the empty position of build plate and choose \"Add Primitive" +"\"->\"Timelapse Wipe Tower\"." msgstr "" "在录制无工具头延时摄影视频时,建议添加“延时摄影擦料塔”\n" "右键单击打印板的空白位置,选择“添加标准模型”->“延时摄影擦料塔”。" @@ -8978,10 +9078,6 @@ msgstr "色塔" msgid "Single extruder multi-material parameters" msgstr "单挤出机多材料参数" -#, c-format, boost-format -msgid "Extruder %d" -msgstr "挤出机 %d" - msgid "" "This is a single extruder multi-material printer, diameters of all extruders " "will be set to the new value. Do you want to proceed?" @@ -9456,6 +9552,9 @@ msgid "" "nozzle type." msgstr "" +msgid "Storage is not available or is in read-only mode." +msgstr "" + #, c-format, boost-format msgid "" "The selected printer (%s) is incompatible with the chosen printer profile in " @@ -12743,8 +12842,8 @@ msgid "mm/s² or %" msgstr "mm/s² 或 %" msgid "" -"Acceleration of sparse infill. If the value is expressed as a percentage " -"(e.g. 100%), it will be calculated based on the default acceleration." +"Acceleration of sparse infill. If the value is expressed as a percentage (e." +"g. 100%), it will be calculated based on the default acceleration." msgstr "" "稀疏填充的加速度。如果该值表示为百分比(例如100%),则将根据默认加速度进行计" "算。" @@ -12779,6 +12878,9 @@ msgstr "Klipper的max_accel_to_decel将被调整为该加速度的百分比" msgid "Default jerk." msgstr "默认抖动" +msgid "Junction Deviation" +msgstr "结点偏差" + msgid "" "Marlin Firmware Junction Deviation (replaces the traditional XY Jerk " "setting)." @@ -12849,10 +12951,10 @@ msgstr "满速风扇在" msgid "" "Fan speed will be ramped up linearly from zero at layer " -"\"close_fan_the_first_x_layers\" to maximum at layer " -"\"full_fan_speed_layer\". \"full_fan_speed_layer\" will be ignored if lower " -"than \"close_fan_the_first_x_layers\", in which case the fan will be running " -"at maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1." +"\"close_fan_the_first_x_layers\" to maximum at layer \"full_fan_speed_layer" +"\". \"full_fan_speed_layer\" will be ignored if lower than " +"\"close_fan_the_first_x_layers\", in which case the fan will be running at " +"maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1." msgstr "" "风扇速度将从“禁用第一层”的零线性上升到“全风扇速度层”的最大。如果低于“禁用风扇" "第一层”,则“全风扇速度第一层”将被忽略,在这种情况下,风扇将在“禁用风扇第一" @@ -13715,8 +13817,10 @@ msgid "Maximum Junction Deviation" msgstr "最大结点偏差" msgid "" -"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin Firmware)" -msgstr "最大结点偏差(M205 J,仅适用于Marlin固件的JD > 0时)" +"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin " +"Firmware\n" +"If your Marlin 2 printer uses Classic Jerk set this value to 0.)" +msgstr "" msgid "Minimum speed for extruding" msgstr "最小挤出速度" @@ -14462,8 +14566,8 @@ msgid "Role base wipe speed" msgstr "自动擦拭速度" msgid "" -"The wipe speed is determined by the speed of the current extrusion role. " -"e.g. if a wipe action is executed immediately following an outer wall " +"The wipe speed is determined by the speed of the current extrusion role. e." +"g. if a wipe action is executed immediately following an outer wall " "extrusion, the speed of the outer wall extrusion will be utilized for the " "wipe action." msgstr "" @@ -15120,14 +15224,6 @@ msgstr "" "用于调整分支尖端所生成的支撑结构的密度。值越大悬垂越好,但更难拆支撑,因此," "如果需要密集的接触面,建议启用顶部接触面相关参数,而不是较高的分支密度。" -msgid "Adaptive layer height" -msgstr "自适应层高" - -msgid "" -"Enabling this option means the height of tree support layer except the first " -"will be automatically calculated." -msgstr "启用此选项将自动计算(除第一层外)树状支撑的层高。" - msgid "Auto brim width" msgstr "自动裙边宽度" @@ -15215,8 +15311,8 @@ msgstr "激活温度控制" msgid "" "Enable this option for automated chamber temperature control. This option " -"activates the emitting of an M191 command before the " -"\"machine_start_gcode\"\n" +"activates the emitting of an M191 command before the \"machine_start_gcode" +"\"\n" " which sets the chamber temperature and waits until it is reached. In " "addition, it emits an M141 command at the end of the print to turn off the " "chamber heater, if present.\n" @@ -16051,11 +16147,11 @@ msgid "Debug level" msgstr "调试等级" msgid "" -"Sets debug logging level. 0:fatal, 1:error, 2:warning, 3:info, 4:debug, " -"5:trace\n" +"Sets debug logging level. 0:fatal, 1:error, 2:warning, 3:info, 4:debug, 5:" +"trace\n" msgstr "" -"设置调试日志等级。0:fatal, 1:error, 2:warning, 3:info, 4:debug, " -"5:trace\n" +"设置调试日志等级。0:fatal, 1:error, 2:warning, 3:info, 4:debug, 5:" +"trace\n" msgid "Enable timelapse for print" msgstr "为打印启用延时摄影" @@ -16711,10 +16807,10 @@ msgid "" msgstr "" "请从我们的wiki中找到动态流量校准的详细信息。\n" "\n" -"通常情况下,校准是不必要的。当您开始单色/单材料打印,并在打印开始菜单中勾选了" -"“动态流量校准”选项时,打印机将按照旧的方式,在打印前校准丝料;当您开始多色/多" -"材料打印时,打印机将在每次换丝料时使用默认的补偿参数,这在大多数情况下会产生" -"良好的效果。\n" +"通常情况下,校准是不必要的。当您开始单色/单材料打印,并在打印开始菜单中勾选" +"了“动态流量校准”选项时,打印机将按照旧的方式,在打印前校准丝料;当您开始多色/" +"多材料打印时,打印机将在每次换丝料时使用默认的补偿参数,这在大多数情况下会产" +"生良好的效果。\n" "\n" "有几种情况可能导致校准结果不可靠,例如打印板的的附着力不足。清洗打印板或者使" "用胶水可以增强打印板附着力。您可以在我们的维基上找到更多相关信息。\n" @@ -17114,6 +17210,12 @@ msgstr "逗号分隔的打印加速度列表" msgid "Comma-separated list of printing speeds" msgstr "逗号分隔的打印速度列表" +msgid "Pressure Advance Guide" +msgstr "" + +msgid "Adaptive Pressure Advance Guide" +msgstr "" + msgid "" "Please input valid values:\n" "Start PA: >= 0.0\n" @@ -17161,6 +17263,9 @@ msgstr "结束温度" msgid "Temp step: " msgstr "温度步距" +msgid "Wiki Guide: Temperature Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "Start temp: <= 350\n" @@ -17177,6 +17282,9 @@ msgstr "起始流量" msgid "End volumetric speed: " msgstr "结束流量" +msgid "Wiki Guide: Volumetric Speed Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "start > 0\n" @@ -17197,6 +17305,9 @@ msgstr "起始速度" msgid "End speed: " msgstr "结束速度" +msgid "Wiki Guide: VFA" +msgstr "" + msgid "" "Please input valid values:\n" "start > 10\n" @@ -17214,6 +17325,9 @@ msgstr "起始回抽长度" msgid "End retraction length: " msgstr "结束回抽长度" +msgid "Wiki Guide: Retraction Calibration" +msgstr "" + msgid "Input shaping Frequency test" msgstr "输入整形频率测试" @@ -17249,6 +17363,9 @@ msgid "" "This will use the printer's default or saved value." msgstr "" +msgid "Wiki Guide: Input Shaping Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "(0 < FreqStart < FreqEnd < 500)" @@ -17284,28 +17401,53 @@ msgid "" "Please input a valid damping factor (0 <= DampingStart < DampingEnd <= 1)" msgstr "" -msgid "Junction Deviation test" -msgstr "结点偏差测试" - -msgid "Start junction deviation: " -msgstr "起始结点偏差: " - -msgid "End junction deviation: " -msgstr "结束结点偏差: " - -msgid "Junction Deviation settings" -msgstr "结点偏差设置" - -msgid "Note: Lower values = sharper corners but slower speeds" -msgstr "注意:较低值 = 更尖锐的拐角但速度更慢" - -msgid "" -"Please input valid values:\n" -"(0 <= Junction Deviation < 1)" +msgid "Cornering test" msgstr "" -msgid "NOTE: High values may cause Layer shift" -msgstr "注意:高值可能导致层偏移" +msgid "SCV-V2" +msgstr "" + +msgid "Start: " +msgstr "" + +msgid "End: " +msgstr "" + +msgid "Cornering settings" +msgstr "" + +msgid "Note: Lower values = sharper corners but slower speeds.\n" +msgstr "" + +msgid "" +"Marlin 2 Junction Deviation detected:\n" +"To test Classic Jerk, set 'Maximum Junction Deviation' in Motion ability to " +"0." +msgstr "" + +msgid "" +"Marlin 2 Classic Jerk detected:\n" +"To test Junction Deviation, set 'Maximum Junction Deviation' in Motion " +"ability to a value > 0." +msgstr "" + +msgid "" +"RepRap detected: Jerk in mm/s.\n" +"OrcaSlicer will convert the values to mm/min when necessary." +msgstr "" + +msgid "Wiki Guide: Cornering Calibration" +msgstr "" + +#, c-format, boost-format +msgid "" +"Please input valid values:\n" +"(0 <= Cornering <= %s)" +msgstr "" + +#, c-format, boost-format +msgid "NOTE: High values may cause Layer shift (>%s)" +msgstr "" msgid "Send G-code to printer host" msgstr "将G-Code发送到打印机" @@ -17557,8 +17699,8 @@ msgstr "" "你想重写预设吗" msgid "" -"We would rename the presets as \"Vendor Type Serial @printer you " -"selected\".\n" +"We would rename the presets as \"Vendor Type Serial @printer you selected" +"\".\n" "To add preset for more printers, please go to printer selection" msgstr "" "我们将会把预设重命名为“供应商类型名 @ 您选择的打印机”\n" @@ -17954,8 +18096,8 @@ msgid "nozzle size memorized: %d" msgstr "" msgid "" -"The size of nozzle type in preset is not consistent with memorized " -"nozzle.Did you change your nozzle lately ? " +"The size of nozzle type in preset is not consistent with memorized nozzle." +"Did you change your nozzle lately ? " msgstr "" #, c-format, boost-format @@ -19385,6 +19527,9 @@ msgstr "" #~ "你可以在打印机“设置->网络->连接->访问码\"\n" #~ "查看,如下图所示:" +#~ msgid "Junction Deviation calibration" +#~ msgstr "结点偏差校准" + #~ msgid "" #~ "Browsing file in SD card is not supported in current firmware. Please " #~ "update the printer firmware." @@ -19470,6 +19615,18 @@ msgstr "" #~ msgid "General Settings" #~ msgstr "通用设置" +#~ msgid "Login Region" +#~ msgstr "登录区域" + +#~ msgid "Stealth Mode" +#~ msgstr "局域网模式" + +#~ msgid "Use legacy network plugin (Takes effect after restarting Orca)" +#~ msgstr "使用旧版网络插件(重启Orca后生效)" + +#~ msgid "Default Page" +#~ msgstr "起始页" + #~ msgid "Show \"Tip of the day\" notification after start" #~ msgstr "启动后显示“每日小贴士”通知" @@ -19489,6 +19646,12 @@ msgstr "" #~ msgid "If enabled, auto-calculate every time when filament is changed" #~ msgstr "如果启用,会在每一次更换材料时自动计算。" +#~ msgid "Show the step mesh parameter setting dialog." +#~ msgstr "显示STEP网格参数设置对话框" + +#~ msgid "Multi-device Management (Take effect after restarting Orca Slicer)." +#~ msgstr "多设备管理 (重启Orca后生效)" + #~ msgid "Auto arrange plate after object cloning" #~ msgstr "对象克隆后自动排列打印板" @@ -19504,6 +19667,18 @@ msgstr "" #~ msgid "Associate URLs to OrcaSlicer" #~ msgstr "将URL关联到OrcaSlicer" +#~ msgid "Load Behaviour" +#~ msgstr "加载 交互项" + +#~ msgid "Add model files (stl/step) to recent file list." +#~ msgstr "添加模型文件(stl/step)到最近文件列表" + +#~ msgid "No warnings when loading 3MF with modified G-code" +#~ msgstr "加载具有修改的 G-Code 的 3MF 时不会出现警告" + +#~ msgid "Auto-Backup" +#~ msgstr "自动备份" + #~ msgid "every" #~ msgstr "每" @@ -19513,6 +19688,9 @@ msgstr "" #~ msgid "Dark Mode" #~ msgstr "深色模式" +#~ msgid "Enable Dark mode" +#~ msgstr "启用深色模式" + #~ msgid "Home page and daily tips" #~ msgstr "首页和每日小贴士" @@ -19613,6 +19791,10 @@ msgstr "" #~ msgid "The printer does not support sending to printer SD card." #~ msgstr "该打印机不支持发送到打印机SD卡。" +#, c-format, boost-format +#~ msgid "Extruder %d" +#~ msgstr "挤出机 %d" + #, c-format, boost-format #~ msgid "The color count should be in range [%d, %d]." #~ msgstr "颜色数量范围应该是[%d, %d]。" @@ -19717,12 +19899,25 @@ msgstr "" #~ "and uses the default method." #~ msgstr "熨烫的角度。设为负值将禁用此功能并使用默认方法。" +#~ msgid "" +#~ "Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin " +#~ "Firmware)" +#~ msgstr "最大结点偏差(M205 J,仅适用于Marlin固件的JD > 0时)" + #~ msgid "Remove small overhangs" #~ msgstr "移除小悬空" #~ msgid "Remove small overhangs that possibly need no supports." #~ msgstr "移除可能并不需要支撑的小悬空。" +#~ msgid "Adaptive layer height" +#~ msgstr "自适应层高" + +#~ msgid "" +#~ "Enabling this option means the height of tree support layer except the " +#~ "first will be automatically calculated." +#~ msgstr "启用此选项将自动计算(除第一层外)树状支撑的层高。" + #~ msgid "Width of the brim." #~ msgstr "边缘宽度。" @@ -19745,6 +19940,24 @@ msgstr "" #~ "结束温度:>= 170\n" #~ "起始温度 > 结束温度 + 5)" +#~ msgid "Junction Deviation test" +#~ msgstr "结点偏差测试" + +#~ msgid "Start junction deviation: " +#~ msgstr "起始结点偏差: " + +#~ msgid "End junction deviation: " +#~ msgstr "结束结点偏差: " + +#~ msgid "Junction Deviation settings" +#~ msgstr "结点偏差设置" + +#~ msgid "Note: Lower values = sharper corners but slower speeds" +#~ msgstr "注意:较低值 = 更尖锐的拐角但速度更慢" + +#~ msgid "NOTE: High values may cause Layer shift" +#~ msgstr "注意:高值可能导致层偏移" + #~ msgid "The custom printer or model is not entered, please enter it." #~ msgstr "自定义打印机或型号未输入,请输入。" diff --git a/localization/i18n/zh_TW/OrcaSlicer_zh_TW.po b/localization/i18n/zh_TW/OrcaSlicer_zh_TW.po index 882682a1b2..782078e1e2 100644 --- a/localization/i18n/zh_TW/OrcaSlicer_zh_TW.po +++ b/localization/i18n/zh_TW/OrcaSlicer_zh_TW.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Orca Slicer\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-10-26 10:38+0800\n" +"POT-Creation-Date: 2025-10-29 11:23+0100\n" "PO-Revision-Date: 2025-03-27 19:32+0800\n" "Last-Translator: 5idereal \n" "Language-Team: \n" @@ -1984,6 +1984,12 @@ msgstr "替換為 STL" msgid "Replace the selected part with new STL" msgstr "用新的 STL 替換選中的零件" +msgid "Replace all with STL" +msgstr "" + +msgid "Replace all selected parts with STL from folder" +msgstr "" + msgid "Change filament" msgstr "更換線材" @@ -2165,6 +2171,30 @@ msgstr "刪除列印板" msgid "Remove the selected plate" msgstr "刪除所選列印板" +msgid "Add instance" +msgstr "" + +msgid "Add one more instance of the selected object" +msgstr "" + +msgid "Remove instance" +msgstr "" + +msgid "Remove one instance of the selected object" +msgstr "" + +msgid "Set number of instances" +msgstr "" + +msgid "Change the number of instances of the selected object" +msgstr "" + +msgid "Fill bed with instances" +msgstr "" + +msgid "Fill the remaining area of bed with instances of the selected object" +msgstr "" + msgid "Clone" msgstr "複製" @@ -2665,9 +2695,9 @@ msgid "Top" msgstr "頂部" msgid "" -"The fan controls the temperature during printing to improve print " -"quality.The system automatically adjusts the fan's switch and speed " -"according to different printing materials." +"The fan controls the temperature during printing to improve print quality." +"The system automatically adjusts the fan's switch and speed according to " +"different printing materials." msgstr "" msgid "" @@ -2917,7 +2947,25 @@ msgstr "已成功傳送。將自動跳至 %ss 中的下一頁" msgid "Access code:%s IP address:%s" msgstr "訪問代碼:%s IP 位址:%s" -msgid "Storage needs to be inserted before printing via LAN." +msgid "A Storage needs to be inserted before printing via LAN." +msgstr "" + +msgid "" +"Sending print job over LAN, but the Storage in the printer is abnormal and " +"print-issues may be caused by this." +msgstr "" + +msgid "" +"The Storage in the printer is abnormal. Please replace it with a normal " +"Storage before sending print job to printer." +msgstr "" + +msgid "" +"The Storage in the printer is read-only. Please replace it with a normal " +"Storage before sending print job to printer." +msgstr "" + +msgid "Encountered an unknown error with the Storage status. Please try again." msgstr "" #, fuzzy @@ -2935,6 +2983,21 @@ msgstr "傳送成功。即將關閉目前頁面(%s秒)" msgid "Storage needs to be inserted before sending to printer." msgstr "" +msgid "" +"Sending G-code file over LAN, but the Storage in the printer is abnormal and " +"print-issues may be caused by this." +msgstr "" + +msgid "" +"The Storage in the printer is abnormal. Please replace it with a normal " +"Storage before sending to printer." +msgstr "" + +msgid "" +"The Storage in the printer is read-only. Please replace it with a normal " +"Storage before sending to printer." +msgstr "" + msgid "Importing SLA archive" msgstr "匯入 SLA 存檔" @@ -3765,6 +3828,7 @@ msgstr "" "seam_slope_start_height 必須小於 layer_height。\n" "重設為 0。" +#, fuzzy, c-format, boost-format msgid "" "Lock depth should smaller than skin depth.\n" "Reset to 50% of skin depth." @@ -4739,7 +4803,7 @@ msgstr "體積:" msgid "Size:" msgstr "尺寸:" -#, fuzzy, boost-format +#, fuzzy, c-format, boost-format msgid "" "Conflicts of G-code paths have been found at layer %d, z = %.2lf mm. Please " "separate the conflicted objects farther (%s <-> %s)." @@ -5258,15 +5322,12 @@ msgstr "回抽測試" msgid "Max flowrate" msgstr "最大體積流量" -msgid "Junction Deviation" -msgstr "轉折偏移值" - -msgid "Junction Deviation calibration" -msgstr "轉折偏移校正" - msgid "Cornering" msgstr "轉角控制" +msgid "Cornering calibration" +msgstr "" + msgid "Input Shaping Frequency" msgstr "輸入震動抑制頻率" @@ -5589,8 +5650,8 @@ msgid "" "The .gcode.3mf file contains no G-code data. Please slice it with Orca " "Slicer and export a new .gcode.3mf file." msgstr "" -".gcode.3mf 檔案中不包含 G-code 資料。請使用 Orca Slicer 進行切片並匯出新" -"的 .gcode.3mf 檔案。" +".gcode.3mf 檔案中不包含 G-code 資料。請使用 Orca Slicer 進行切片並匯出新的 ." +"gcode.3mf 檔案。" #, c-format, boost-format msgid "File '%s' was lost! Please download it again." @@ -6860,6 +6921,34 @@ msgstr "選擇新檔案" msgid "File for the replace wasn't selected" msgstr "未選擇替換檔案" +msgid "Select folder to replace from" +msgstr "" + +msgid "Directory for the replace wasn't selected" +msgstr "" + +msgid "Replaced with STLs from directory:\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: same file.\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: file does not exist.\n" +msgstr "" + +#, boost-format +msgid "✖ Skipped %1%: failed to replace.\n" +msgstr "" + +#, boost-format +msgid "✔ Replaced %1%.\n" +msgstr "" + +msgid "Replaced volumes" +msgstr "" + msgid "Please select a file" msgstr "請選擇一個檔案" @@ -7319,13 +7408,13 @@ msgid "Home" msgstr "首頁" msgid "Default page" -msgstr "預設頁面" +msgstr "" msgid "Set the page opened on startup." msgstr "設定為啟動頁面。" msgid "Enable dark mode" -msgstr "啟用深色模式" +msgstr "" msgid "Allow only one OrcaSlicer instance" msgstr "僅允許一個 OrcaSlicer 程序" @@ -7371,7 +7460,7 @@ msgid "Load Geometry Only" msgstr "僅載入幾何資料" msgid "Load behaviour" -msgstr "載入方式" +msgstr "" msgid "Should printer/filament/process settings be loaded when opening a .3mf?" msgstr "開啟 .3mf 檔案時,是否需要載入印表機、線材和參數設定?" @@ -7386,17 +7475,17 @@ msgid "Add STL/STEP files to recent files list" msgstr "" msgid "Don't warn when loading 3MF with modified G-code" -msgstr "載入包含修改過 G-code 的 3MF 時不顯示警告" +msgstr "" msgid "Show options when importing STEP file" -msgstr "顯示 STEP 網格參數設定視窗。" +msgstr "" msgid "" "If enabled,a parameter settings dialog will appear during STEP file import." msgstr "啟用後,匯入 STEP 檔案時會顯示參數設定視窗。" msgid "Auto backup" -msgstr "自動備份" +msgstr "" msgid "" "Backup your project periodically for restoring from the occasional crash." @@ -7417,7 +7506,7 @@ msgid "Features" msgstr "" msgid "Multi device management" -msgstr "多臺設備管理" +msgstr "" msgid "" "With this option enabled, you can send a task to multiple devices at the " @@ -7516,10 +7605,10 @@ msgid "" msgstr "" msgid "Login region" -msgstr "登入區域" +msgstr "" msgid "Stealth mode" -msgstr "區域網路模式" +msgstr "" msgid "" "This stops the transmission of data to Bambu's cloud services. Users who " @@ -7529,7 +7618,7 @@ msgstr "" "網路模式,可以安全地啟用此功能。" msgid "Network test" -msgstr "網路測試" +msgstr "" msgid "Test" msgstr "測試" @@ -7553,7 +7642,7 @@ msgid "Enable network plugin" msgstr "啟用網路外掛程式" msgid "Use legacy network plugin" -msgstr "使用舊版網路外掛" +msgstr "" msgid "" "Disable to use latest network plugin that supports new BambuLab firmwares." @@ -7600,6 +7689,14 @@ msgid "" "difference together." msgstr "" +msgid "Allow Abnormal Storage" +msgstr "" + +msgid "" +"This allows the use of Storage that is marked as abnormal by the Printer.\n" +"Use at your own risk, can cause issues!" +msgstr "" + msgid "Log Level" msgstr "日誌級別" @@ -8160,7 +8257,10 @@ msgid "" "information." msgstr "" -msgid "Storage is not available or is in read-only mode." +msgid "Storage needs to be inserted before printing via LAN." +msgstr "" + +msgid "Storage is in abnormal state or is in read-only mode." msgstr "" msgid "Storage needs to be inserted before printing." @@ -8540,8 +8640,8 @@ msgstr "" msgid "" "When recording timelapse without toolhead, it is recommended to add a " "\"Timelapse Wipe Tower\" \n" -"by right-click the empty position of build plate and choose \"Add " -"Primitive\"->\"Timelapse Wipe Tower\"." +"by right-click the empty position of build plate and choose \"Add Primitive" +"\"->\"Timelapse Wipe Tower\"." msgstr "" "在錄製無工具頭縮時錄影影片時,建議新增一個「縮時錄影換料塔」\n" "可以通過右鍵點擊構建板的空白位置,選擇『新增標準模型』->『縮時錄影換料塔』來" @@ -8995,10 +9095,6 @@ msgstr "換料塔" msgid "Single extruder multi-material parameters" msgstr "單擠出機多線材參數" -#, c-format, boost-format -msgid "Extruder %d" -msgstr "擠出機 %d" - msgid "" "This is a single extruder multi-material printer, diameters of all extruders " "will be set to the new value. Do you want to proceed?" @@ -9476,6 +9572,9 @@ msgid "" "nozzle type." msgstr "" +msgid "Storage is not available or is in read-only mode." +msgstr "" + #, c-format, boost-format msgid "" "The selected printer (%s) is incompatible with the chosen printer profile in " @@ -12839,8 +12938,8 @@ msgid "mm/s² or %" msgstr "mm/s² 或 %" msgid "" -"Acceleration of sparse infill. If the value is expressed as a percentage " -"(e.g. 100%), it will be calculated based on the default acceleration." +"Acceleration of sparse infill. If the value is expressed as a percentage (e." +"g. 100%), it will be calculated based on the default acceleration." msgstr "" "稀疏填充的加速度。如果該值表示為百分比(例如 100%),則將根據預設加速度進行計" "算。" @@ -12875,6 +12974,9 @@ msgstr "Klipper 的最大煞車速度將調整為加速度的 %%" msgid "Default jerk." msgstr "" +msgid "Junction Deviation" +msgstr "轉折偏移值" + msgid "" "Marlin Firmware Junction Deviation (replaces the traditional XY Jerk " "setting)." @@ -12945,10 +13047,10 @@ msgstr "滿速風扇在" msgid "" "Fan speed will be ramped up linearly from zero at layer " -"\"close_fan_the_first_x_layers\" to maximum at layer " -"\"full_fan_speed_layer\". \"full_fan_speed_layer\" will be ignored if lower " -"than \"close_fan_the_first_x_layers\", in which case the fan will be running " -"at maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1." +"\"close_fan_the_first_x_layers\" to maximum at layer \"full_fan_speed_layer" +"\". \"full_fan_speed_layer\" will be ignored if lower than " +"\"close_fan_the_first_x_layers\", in which case the fan will be running at " +"maximum allowed speed at layer \"close_fan_the_first_x_layers\" + 1." msgstr "" "風扇速度會從第「close_fan_the_first_x_layers」層開始,從零速以線性方式逐漸增" "加,直到第「full_fan_speed_layer」層達到最大速度。如果" @@ -13844,7 +13946,9 @@ msgid "Maximum Junction Deviation" msgstr "" msgid "" -"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin Firmware)" +"Maximum junction deviation (M205 J, only apply if JD > 0 for Marlin " +"Firmware\n" +"If your Marlin 2 printer uses Classic Jerk set this value to 0.)" msgstr "" msgid "Minimum speed for extruding" @@ -14591,8 +14695,8 @@ msgid "Role base wipe speed" msgstr "自動擦拭速度" msgid "" -"The wipe speed is determined by the speed of the current extrusion role. " -"e.g. if a wipe action is executed immediately following an outer wall " +"The wipe speed is determined by the speed of the current extrusion role. e." +"g. if a wipe action is executed immediately following an outer wall " "extrusion, the speed of the outer wall extrusion will be utilized for the " "wipe action." msgstr "" @@ -15268,14 +15372,6 @@ msgstr "" "難移除。如果需要密集的支撐層,建議啟用頂部支撐介面,而非單純提高分支密度設" "定。" -msgid "Adaptive layer height" -msgstr "自適應層高" - -msgid "" -"Enabling this option means the height of tree support layer except the first " -"will be automatically calculated." -msgstr "啟用此選項將自動計算(除第一層外)樹狀支撐的層高" - msgid "Auto brim width" msgstr "自動 Brim 寬度" @@ -15363,8 +15459,8 @@ msgstr "啟動溫度控制" msgid "" "Enable this option for automated chamber temperature control. This option " -"activates the emitting of an M191 command before the " -"\"machine_start_gcode\"\n" +"activates the emitting of an M191 command before the \"machine_start_gcode" +"\"\n" " which sets the chamber temperature and waits until it is reached. In " "addition, it emits an M141 command at the end of the print to turn off the " "chamber heater, if present.\n" @@ -16206,8 +16302,8 @@ msgid "Debug level" msgstr "除錯模式等級" msgid "" -"Sets debug logging level. 0:fatal, 1:error, 2:warning, 3:info, 4:debug, " -"5:trace\n" +"Sets debug logging level. 0:fatal, 1:error, 2:warning, 3:info, 4:debug, 5:" +"trace\n" msgstr "" "設定除錯日誌級別。0:致命錯誤,1:錯誤,2:警告,3:資訊,4:除錯,5:追蹤\n" @@ -17280,6 +17376,12 @@ msgstr "列印加速度的逗號分隔清單" msgid "Comma-separated list of printing speeds" msgstr "列印速度的逗號分隔清單" +msgid "Pressure Advance Guide" +msgstr "" + +msgid "Adaptive Pressure Advance Guide" +msgstr "" + msgid "" "Please input valid values:\n" "Start PA: >= 0.0\n" @@ -17327,6 +17429,9 @@ msgstr "終止溫度:" msgid "Temp step: " msgstr "溫度步距:" +msgid "Wiki Guide: Temperature Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "Start temp: <= 350\n" @@ -17343,6 +17448,9 @@ msgstr "起始流量:" msgid "End volumetric speed: " msgstr "結束流量:" +msgid "Wiki Guide: Volumetric Speed Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "start > 0\n" @@ -17363,6 +17471,9 @@ msgstr "起始速度:" msgid "End speed: " msgstr "結束速度:" +msgid "Wiki Guide: VFA" +msgstr "" + msgid "" "Please input valid values:\n" "start > 10\n" @@ -17380,6 +17491,9 @@ msgstr "起始回抽長度:" msgid "End retraction length: " msgstr "結束回抽長度:" +msgid "Wiki Guide: Retraction Calibration" +msgstr "" + msgid "Input shaping Frequency test" msgstr "" @@ -17415,6 +17529,9 @@ msgid "" "This will use the printer's default or saved value." msgstr "" +msgid "Wiki Guide: Input Shaping Calibration" +msgstr "" + msgid "" "Please input valid values:\n" "(0 < FreqStart < FreqEnd < 500)" @@ -17450,27 +17567,52 @@ msgid "" "Please input a valid damping factor (0 <= DampingStart < DampingEnd <= 1)" msgstr "" -msgid "Junction Deviation test" +msgid "Cornering test" msgstr "" -msgid "Start junction deviation: " +msgid "SCV-V2" msgstr "" -msgid "End junction deviation: " +msgid "Start: " msgstr "" -msgid "Junction Deviation settings" +msgid "End: " msgstr "" -msgid "Note: Lower values = sharper corners but slower speeds" +msgid "Cornering settings" +msgstr "" + +msgid "Note: Lower values = sharper corners but slower speeds.\n" msgstr "" msgid "" -"Please input valid values:\n" -"(0 <= Junction Deviation < 1)" +"Marlin 2 Junction Deviation detected:\n" +"To test Classic Jerk, set 'Maximum Junction Deviation' in Motion ability to " +"0." msgstr "" -msgid "NOTE: High values may cause Layer shift" +msgid "" +"Marlin 2 Classic Jerk detected:\n" +"To test Junction Deviation, set 'Maximum Junction Deviation' in Motion " +"ability to a value > 0." +msgstr "" + +msgid "" +"RepRap detected: Jerk in mm/s.\n" +"OrcaSlicer will convert the values to mm/min when necessary." +msgstr "" + +msgid "Wiki Guide: Cornering Calibration" +msgstr "" + +#, c-format, boost-format +msgid "" +"Please input valid values:\n" +"(0 <= Cornering <= %s)" +msgstr "" + +#, c-format, boost-format +msgid "NOTE: High values may cause Layer shift (>%s)" msgstr "" msgid "Send G-code to printer host" @@ -17723,8 +17865,8 @@ msgstr "" "確定要覆寫嗎?" msgid "" -"We would rename the presets as \"Vendor Type Serial @printer you " -"selected\".\n" +"We would rename the presets as \"Vendor Type Serial @printer you selected" +"\".\n" "To add preset for more printers, please go to printer selection" msgstr "" "將會將預設名稱重新命名為「廠牌 型號 序號 @選擇的列印設備」。\n" @@ -18120,8 +18262,8 @@ msgid "nozzle size memorized: %d" msgstr "" msgid "" -"The size of nozzle type in preset is not consistent with memorized " -"nozzle.Did you change your nozzle lately ? " +"The size of nozzle type in preset is not consistent with memorized nozzle." +"Did you change your nozzle lately ? " msgstr "" #, c-format, boost-format @@ -19572,6 +19714,9 @@ msgstr "" #~ "您可以在列印設備「設置->網路->連接->存取碼」\n" #~ "查看,如下圖所示:" +#~ msgid "Junction Deviation calibration" +#~ msgstr "轉折偏移校正" + #~ msgid "" #~ "Browsing file in SD card is not supported in current firmware. Please " #~ "update the printer firmware." @@ -19657,6 +19802,18 @@ msgstr "" #~ msgid "General Settings" #~ msgstr "一般設定" +#~ msgid "Login Region" +#~ msgstr "登入區域" + +#~ msgid "Stealth Mode" +#~ msgstr "區域網路模式" + +#~ msgid "Use legacy network plugin (Takes effect after restarting Orca)" +#~ msgstr "使用舊版網路外掛(重新啟動 Orca 後生效)" + +#~ msgid "Default Page" +#~ msgstr "預設頁面" + #~ msgid "Show \"Tip of the day\" notification after start" #~ msgstr "啟動後顯示「每日小提示」通知" @@ -19676,6 +19833,12 @@ msgstr "" #~ msgid "If enabled, auto-calculate every time when filament is changed" #~ msgstr "啟用後,換料時自動計算" +#~ msgid "Show the step mesh parameter setting dialog." +#~ msgstr "顯示 STEP 網格參數設定視窗。" + +#~ msgid "Multi-device Management (Take effect after restarting Orca Slicer)." +#~ msgstr "多臺設備管理 (需重開 Orca)" + #~ msgid "Auto arrange plate after object cloning" #~ msgstr "物件複製後自動排列列印板" @@ -19691,6 +19854,15 @@ msgstr "" #~ msgid "Associate URLs to OrcaSlicer" #~ msgstr "將 URL 關聯到 OrcaSlicer" +#~ msgid "Load Behaviour" +#~ msgstr "載入方式" + +#~ msgid "No warnings when loading 3MF with modified G-code" +#~ msgstr "載入包含修改過 G-code 的 3MF 時不顯示警告" + +#~ msgid "Auto-Backup" +#~ msgstr "自動備份" + #~ msgid "every" #~ msgstr "所有" @@ -19700,6 +19872,9 @@ msgstr "" #~ msgid "Dark Mode" #~ msgstr "深色模式" +#~ msgid "Enable Dark mode" +#~ msgstr "啟用深色模式" + #~ msgid "Home page and daily tips" #~ msgstr "首頁和每日小提示" @@ -19798,6 +19973,10 @@ msgstr "" #~ msgid "The printer does not support sending to printer SD card." #~ msgstr "該列印設備不支援傳送到 SD 記憶卡。" +#, c-format, boost-format +#~ msgid "Extruder %d" +#~ msgstr "擠出機 %d" + #, c-format, boost-format #~ msgid "The color count should be in range [%d, %d]." #~ msgstr "顏色數量應在 [%d, %d] 範圍內。" @@ -19909,6 +20088,14 @@ msgstr "" #~ msgid "Remove small overhangs that possibly need no supports." #~ msgstr "移除可能並不需要支撐的小懸空。" +#~ msgid "Adaptive layer height" +#~ msgstr "自適應層高" + +#~ msgid "" +#~ "Enabling this option means the height of tree support layer except the " +#~ "first will be automatically calculated." +#~ msgstr "啟用此選項將自動計算(除第一層外)樹狀支撐的層高" + #~ msgid "" #~ "Only one of the results with the same name will be saved. Are you sure " #~ "you want to overwrite the other results?" diff --git a/resources/i18n/vi/OrcaSlicer.mo b/resources/i18n/vi/OrcaSlicer.mo index 1cdda502d9a222a968e0276cf3349e47a37e1f84..7e936205b78d7830da9825a06ed37e538348772a 100644 GIT binary patch delta 92191 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 SCBD9HQmb_tB2J`dmGEj)?mqXl^( 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 rQ#JgoXl1lThAs874O^PWwe!CKBI;0# diff --git a/src/libslic3r/AppConfig.cpp b/src/libslic3r/AppConfig.cpp index 4283eca662..73c038f143 100644 --- a/src/libslic3r/AppConfig.cpp +++ b/src/libslic3r/AppConfig.cpp @@ -266,6 +266,9 @@ void AppConfig::set_defaults() if (get("stealth_mode").empty()) { set_bool("stealth_mode", false); } + if (get("allow_abnormal_storage").empty()) { + set_bool("allow_abnormal_storage", false); + } if (get("legacy_networking").empty()) { set_bool("legacy_networking", false); } diff --git a/src/slic3r/GUI/Jobs/PrintJob.cpp b/src/slic3r/GUI/Jobs/PrintJob.cpp index dbc0ae3db0..323616d65e 100644 --- a/src/slic3r/GUI/Jobs/PrintJob.cpp +++ b/src/slic3r/GUI/Jobs/PrintJob.cpp @@ -560,15 +560,32 @@ void PrintJob::process(Ctl &ctl) ctl.update_status(curr_percent, _u8L("Sending print job through cloud service")); result = m_agent->start_print(params, update_fn, cancel_fn, wait_fn); } - } - } else { - if (this->has_sdcard) { - ctl.update_status(curr_percent, _u8L("Sending print job over LAN")); - result = m_agent->start_local_print(params, update_fn, cancel_fn); - } else { - ctl.update_status(curr_percent, _u8L("Storage needs to be inserted before printing via LAN.")); - return; - } + } + } else { + switch(this->sdcard_state) { + case DevStorage::SdcardState::NO_SDCARD: + ctl.update_status(curr_percent, _u8L("A Storage needs to be inserted before printing via LAN.")); + return; + case DevStorage::SdcardState::HAS_SDCARD_ABNORMAL: + if(this->has_sdcard) { + // means the storage is abnormal but can be used option is enabled + ctl.update_status(curr_percent, _u8L("Sending print job over LAN, but the Storage in the printer is abnormal and print-issues may be caused by this.")); + result = m_agent->start_local_print(params, update_fn, cancel_fn); + break; + } + ctl.update_status(curr_percent, _u8L("The Storage in the printer is abnormal. Please replace it with a normal Storage before sending print job to printer.")); + return; + case DevStorage::SdcardState::HAS_SDCARD_READONLY: + ctl.update_status(curr_percent, _u8L("The Storage in the printer is read-only. Please replace it with a normal Storage before sending print job to printer.")); + return; + case DevStorage::SdcardState::HAS_SDCARD_NORMAL: + ctl.update_status(curr_percent, _u8L("Sending print job over LAN")); + result = m_agent->start_local_print(params, update_fn, cancel_fn); + break; + default: + ctl.update_status(curr_percent, _u8L("Encountered an unknown error with the Storage status. Please try again.")); + return; + } } if (result < 0) { diff --git a/src/slic3r/GUI/Jobs/PrintJob.hpp b/src/slic3r/GUI/Jobs/PrintJob.hpp index d8f711b027..503ffa32b8 100644 --- a/src/slic3r/GUI/Jobs/PrintJob.hpp +++ b/src/slic3r/GUI/Jobs/PrintJob.hpp @@ -5,6 +5,7 @@ #include #include "libslic3r/PrintConfig.hpp" #include "Job.hpp" +#include "slic3r/GUI/DeviceCore/DevStorage.h" namespace fs = boost::filesystem; @@ -82,6 +83,8 @@ public: bool cloud_print_only { false }; bool has_sdcard { false }; bool task_use_ams { true }; + + DevStorage::SdcardState sdcard_state = DevStorage::SdcardState::NO_SDCARD; bool task_ext_change_assist { false }; int auto_bed_leveling{0}; diff --git a/src/slic3r/GUI/Jobs/SendJob.cpp b/src/slic3r/GUI/Jobs/SendJob.cpp index d120ad1c4e..3818e50049 100644 --- a/src/slic3r/GUI/Jobs/SendJob.cpp +++ b/src/slic3r/GUI/Jobs/SendJob.cpp @@ -297,13 +297,30 @@ void SendJob::process(Ctl &ctl) ctl.update_status(curr_percent, _u8L("Sending G-code file over LAN")); } } else { - if (this->has_sdcard) { - ctl.update_status(curr_percent, _u8L("Sending G-code file over LAN")); - result = m_agent->start_send_gcode_to_sdcard(params, update_fn, cancel_fn, nullptr); - } else { - ctl.update_status(curr_percent, _u8L("Storage needs to be inserted before sending to printer.")); - return; - } + switch(this->sdcard_state) { + case DevStorage::SdcardState::NO_SDCARD: + ctl.update_status(curr_percent, _u8L("Storage needs to be inserted before sending to printer.")); + return; + case DevStorage::SdcardState::HAS_SDCARD_ABNORMAL: + if(this->has_sdcard) { + // means the sdcard is abnormal but can be used option is enabled + ctl.update_status(curr_percent, _u8L("Sending G-code file over LAN, but the Storage in the printer is abnormal and print-issues may be caused by this.")); + result = m_agent->start_send_gcode_to_sdcard(params, update_fn, cancel_fn, nullptr); + break; + } + ctl.update_status(curr_percent, _u8L("The Storage in the printer is abnormal. Please replace it with a normal Storage before sending to printer.")); + return; + case DevStorage::SdcardState::HAS_SDCARD_READONLY: + ctl.update_status(curr_percent, _u8L("The Storage in the printer is read-only. Please replace it with a normal Storage before sending to printer.")); + return; + case DevStorage::SdcardState::HAS_SDCARD_NORMAL: + ctl.update_status(curr_percent, _u8L("Sending G-code file over LAN")); + result = m_agent->start_send_gcode_to_sdcard(params, update_fn, cancel_fn, nullptr); + break; + default: + ctl.update_status(curr_percent, _u8L("Encountered an unknown error with the Storage status. Please try again.")); + return; + } } if (ctl.was_canceled()) { diff --git a/src/slic3r/GUI/Jobs/SendJob.hpp b/src/slic3r/GUI/Jobs/SendJob.hpp index 15463aa67c..6dac438165 100644 --- a/src/slic3r/GUI/Jobs/SendJob.hpp +++ b/src/slic3r/GUI/Jobs/SendJob.hpp @@ -3,6 +3,7 @@ #include #include +#include "slic3r/GUI/DeviceCore/DevStorage.h" #include "Job.hpp" #include "PrintJob.hpp" @@ -45,6 +46,8 @@ public: bool cloud_print_only { false }; bool has_sdcard { false }; bool task_use_ams { true }; + + DevStorage::SdcardState sdcard_state = DevStorage::SdcardState::NO_SDCARD; wxWindow* m_parent{nullptr}; diff --git a/src/slic3r/GUI/PrePrintChecker.cpp b/src/slic3r/GUI/PrePrintChecker.cpp index f3b3adb3af..2d41d8e73b 100644 --- a/src/slic3r/GUI/PrePrintChecker.cpp +++ b/src/slic3r/GUI/PrePrintChecker.cpp @@ -72,7 +72,7 @@ wxString PrePrintChecker::get_pre_state_msg(PrintDialogStatus status) case PrintStatusAmsMappingMixInvalid: return _L("Please do not mix-use the Ext with AMS"); case PrintStatusNozzleDataInvalid: return _L("Invalid nozzle information, please refresh or manually set nozzle information."); case PrintStatusLanModeNoSdcard: return _L("Storage needs to be inserted before printing via LAN."); - case PrintStatusLanModeSDcardNotAvailable: return _L("Storage is not available or is in read-only mode."); + case PrintStatusLanModeSDcardNotAvailable: return _L("Storage is in abnormal state or is in read-only mode."); case PrintStatusNoSdcard: return _L("Storage needs to be inserted before printing."); case PrintStatusNeedForceUpgrading: return _L("Cannot send the print job to a printer whose firmware is required to get updated."); case PrintStatusNeedConsistencyUpgrading: return _L("Cannot send the print job to a printer whose firmware is required to get updated."); diff --git a/src/slic3r/GUI/Preferences.cpp b/src/slic3r/GUI/Preferences.cpp index 71a81b62e1..514506628d 100644 --- a/src/slic3r/GUI/Preferences.cpp +++ b/src/slic3r/GUI/Preferences.cpp @@ -1342,7 +1342,9 @@ void PreferencesDialog::create_items() g_sizer->Add(item_enable_plugin); auto item_legacy_network = create_item_checkbox(_L("Use legacy network plugin"), _L("Disable to use latest network plugin that supports new BambuLab firmwares."), "legacy_networking", _L("(Requires restart)")); - g_sizer->Add(item_legacy_network); + g_sizer->Add(item_legacy_network); + //// ONLINE > Storage + g_sizer->AddSpacer(FromDIP(10)); sizer_page->Add(g_sizer, 0, wxEXPAND); @@ -1404,6 +1406,10 @@ void PreferencesDialog::create_items() auto item_mix_print_high_low_temperature = create_item_checkbox(_L("Remove mixed temperature restriction"), _L("With this option enabled, you can print materials with a large temperature difference together."), "enable_high_low_temp_mixed_printing"); g_sizer->Add(item_mix_print_high_low_temperature); + g_sizer->Add(create_item_title(_L("Storage")), 1, wxEXPAND); + auto item_allow_abnormal_storage = create_item_checkbox(_L("Allow Abnormal Storage"), _L("This allows the use of Storage that is marked as abnormal by the Printer.\nUse at your own risk, can cause issues!"), "allow_abnormal_storage"); + g_sizer->Add(item_allow_abnormal_storage); + g_sizer->Add(create_item_title(_L("Log Level")), 1, wxEXPAND); auto log_level_list = std::vector{_L("fatal"), _L("error"), _L("warning"), _L("info"), _L("debug"), _L("trace")}; auto loglevel_combox = create_item_loglevel_combobox(_L("Log Level"), _L("Log Level"), log_level_list); diff --git a/src/slic3r/GUI/SelectMachine.cpp b/src/slic3r/GUI/SelectMachine.cpp index 9aecca6bf4..9973b4daec 100644 --- a/src/slic3r/GUI/SelectMachine.cpp +++ b/src/slic3r/GUI/SelectMachine.cpp @@ -2516,8 +2516,14 @@ void SelectMachineDialog::on_send_print() if (build_nozzles_info(m_print_job->task_nozzles_info)) { BOOST_LOG_TRIVIAL(error) << "build_nozzle_info errors"; } - - m_print_job->has_sdcard = obj_->GetStorage()->get_sdcard_state() == DevStorage::SdcardState::HAS_SDCARD_NORMAL; + + m_print_job->sdcard_state = obj_->GetStorage()->get_sdcard_state() ; + m_print_job->has_sdcard = wxGetApp().app_config->get("allow_abnormal_storage") == "true" + ? (m_print_job->sdcard_state == DevStorage::SdcardState::HAS_SDCARD_NORMAL + || m_print_job->sdcard_state == DevStorage::SdcardState::HAS_SDCARD_ABNORMAL) + : m_print_job->sdcard_state == DevStorage::SdcardState::HAS_SDCARD_NORMAL; + + bool timelapse_option = m_checkbox_list["timelapse"]->IsShown()?true:false; @@ -3313,7 +3319,10 @@ void SelectMachineDialog::update_show_status(MachineObject* obj_) if (obj_->GetStorage()->get_sdcard_state() == DevStorage::SdcardState::NO_SDCARD) { show_status(PrintDialogStatus::PrintStatusLanModeNoSdcard); return; - } else if (obj_->GetStorage()->get_sdcard_state() == DevStorage::SdcardState::HAS_SDCARD_ABNORMAL || obj_->GetStorage()->get_sdcard_state() == DevStorage::SdcardState::HAS_SDCARD_READONLY) { + } else if (obj_->GetStorage()->get_sdcard_state() == DevStorage::SdcardState::HAS_SDCARD_READONLY) { + show_status(PrintDialogStatus::PrintStatusLanModeSDcardNotAvailable); + return; + } else if(obj_->GetStorage()->get_sdcard_state() == DevStorage::SdcardState::HAS_SDCARD_ABNORMAL && (wxGetApp().app_config->get("allow_abnormal_storage") == "false")){ show_status(PrintDialogStatus::PrintStatusLanModeSDcardNotAvailable); return; } diff --git a/src/slic3r/GUI/SendToPrinter.cpp b/src/slic3r/GUI/SendToPrinter.cpp index 761e942adf..6746ec27f1 100644 --- a/src/slic3r/GUI/SendToPrinter.cpp +++ b/src/slic3r/GUI/SendToPrinter.cpp @@ -960,7 +960,7 @@ void SendToPrinterDialog::on_ok(wxCommandEvent &event) update_print_status_msg(_L("No available external storage was obtained. Please confirm and try again."), true, true); } } - } else { + } else { auto m_send_job = std::make_unique(m_printer_last_select); m_send_job->m_dev_ip = obj_->get_dev_ip(); @@ -982,8 +982,15 @@ void SendToPrinterDialog::on_ok(wxCommandEvent &event) #endif m_send_job->connection_type = obj_->connection_type(); m_send_job->cloud_print_only = true; - m_send_job->has_sdcard = obj_->GetStorage()->get_sdcard_state() == DevStorage::SdcardState::HAS_SDCARD_NORMAL; - m_send_job->set_project_name(m_current_project_name.utf8_string()); + + + m_send_job->sdcard_state = obj_->GetStorage()->get_sdcard_state(); + m_send_job->has_sdcard = wxGetApp().app_config->get("allow_abnormal_storage") == "true" + ? (m_send_job->sdcard_state == DevStorage::SdcardState::HAS_SDCARD_NORMAL + || m_send_job->sdcard_state == DevStorage::SdcardState::HAS_SDCARD_ABNORMAL) + : m_send_job->sdcard_state == DevStorage::SdcardState::HAS_SDCARD_NORMAL; + + m_send_job->set_project_name(m_current_project_name.utf8_string()); enable_prepare_mode = false; diff --git a/src/slic3r/Utils/CalibUtils.cpp b/src/slic3r/Utils/CalibUtils.cpp index 51452af4d4..7b917dd221 100644 --- a/src/slic3r/Utils/CalibUtils.cpp +++ b/src/slic3r/Utils/CalibUtils.cpp @@ -1,6 +1,7 @@ #include "CalibUtils.hpp" #include "../GUI/I18N.hpp" #include "../GUI/GUI_App.hpp" +#include "../GUI/DeviceCore/DevStorage.h" #include "../GUI/DeviceManager.hpp" #include "../GUI/Jobs/ProgressIndicator.hpp" #include "../GUI/PartPlate.hpp" @@ -1815,8 +1816,14 @@ void CalibUtils::send_to_print(const CalibInfo &calib_info, wxString &error_mess CalibMode cali_mode = calib_info.params.mode; print_job->m_project_name = get_calib_mode_name(cali_mode, flow_ratio_mode); print_job->set_calibration_task(true); - - print_job->has_sdcard = obj_->GetStorage()->get_sdcard_state() == DevStorage::HAS_SDCARD_NORMAL; + print_job->sdcard_state = obj_->GetStorage()->get_sdcard_state(); + + print_job->has_sdcard = wxGetApp().app_config->get("allow_abnormal_storage") == "true" + ? (print_job->sdcard_state == DevStorage::SdcardState::HAS_SDCARD_NORMAL + || print_job->sdcard_state == DevStorage::SdcardState::HAS_SDCARD_ABNORMAL) + : print_job->sdcard_state == DevStorage::SdcardState::HAS_SDCARD_NORMAL; + + print_job->set_print_config(MachineBedTypeString[bed_type], true, false, false, false, true, false, 0, 0, 0); print_job->set_print_job_finished_event(wxGetApp().plater()->get_send_calibration_finished_event(), print_job->m_project_name);