diff --git a/.github/workflows/ccpp_mac.yml b/.github/workflows/ccpp_mac.yml index d5a23d041..9f64ec4fc 100644 --- a/.github/workflows/ccpp_mac.yml +++ b/.github/workflows/ccpp_mac.yml @@ -52,6 +52,9 @@ jobs: - name: make .mo working-directory: ./build run: make gettext_po_to_mo + - name: make .pot + working-directory: ./build + run: make gettext_make_pot - name: update Info.plist working-directory: ./build/src run: sed "s/+UNKNOWN/_$(date '+%F')/" Info.plist >Info.date.plist diff --git a/.github/workflows/ccpp_mac_rc.yml b/.github/workflows/ccpp_mac_rc.yml index 01c812618..ef258d699 100644 --- a/.github/workflows/ccpp_mac_rc.yml +++ b/.github/workflows/ccpp_mac_rc.yml @@ -52,6 +52,9 @@ jobs: - name: make .mo working-directory: ./build run: make gettext_po_to_mo + - name: make .pot + working-directory: ./build + run: make gettext_make_pot - name: update Info.plist working-directory: ./build/src run: sed "s/+UNKNOWN/_$(date '+%F')/" Info.plist >Info.date.plist diff --git a/.github/workflows/ccpp_ubuntu.yml b/.github/workflows/ccpp_ubuntu.yml index e6cfd3ee0..9d8432c23 100644 --- a/.github/workflows/ccpp_ubuntu.yml +++ b/.github/workflows/ccpp_ubuntu.yml @@ -53,6 +53,9 @@ jobs: - name: make .mo working-directory: ./build run: make gettext_po_to_mo + - name: make .pot + working-directory: ./build + run: make gettext_make_pot - name: create directory and copy into it working-directory: ./build run: | diff --git a/.github/workflows/ccpp_ubuntu_rc.yml b/.github/workflows/ccpp_ubuntu_rc.yml index d552b0b77..e2729261d 100644 --- a/.github/workflows/ccpp_ubuntu_rc.yml +++ b/.github/workflows/ccpp_ubuntu_rc.yml @@ -53,6 +53,9 @@ jobs: - name: make .mo working-directory: ./build run: make gettext_po_to_mo + - name: make .pot + working-directory: ./build + run: make gettext_make_pot - name: create directory and copy into it working-directory: ./build run: | diff --git a/.github/workflows/ccpp_win.yml b/.github/workflows/ccpp_win.yml index 5098bddcd..c45d6d466 100644 --- a/.github/workflows/ccpp_win.yml +++ b/.github/workflows/ccpp_win.yml @@ -62,6 +62,9 @@ jobs: - name: make .mo working-directory: ./build run: msbuild /m /P:Configuration=Release gettext_po_to_mo.vcxproj + - name: make .pot + working-directory: ./build + run: msbuild /m /P:Configuration=Release gettext_make_pot.vcxproj - name: create directory and copy into it working-directory: ./build run: ls diff --git a/.github/workflows/ccpp_win_rc.yml b/.github/workflows/ccpp_win_rc.yml index d9c514ad3..d0ef473ce 100644 --- a/.github/workflows/ccpp_win_rc.yml +++ b/.github/workflows/ccpp_win_rc.yml @@ -62,6 +62,9 @@ jobs: - name: make .mo working-directory: ./build run: msbuild /m /P:Configuration=Release gettext_po_to_mo.vcxproj + - name: make .pot + working-directory: ./build + run: msbuild /m /P:Configuration=Release gettext_make_pot.vcxproj - name: create directory and copy into it working-directory: ./build run: ls diff --git a/resources/localization/README.md b/resources/localization/README.md index 4658152cf..0b22ed33f 100644 --- a/resources/localization/README.md +++ b/resources/localization/README.md @@ -38,12 +38,20 @@ To decompile the .mo of Prusaslicer, use the command `msgunfmt PrusaSlicer.mo -o So the settings.ini contains these lines : ``` -data = es/my_old_po_file.po +data = es/Slic3r.po +data = MyKnowledgeBase.po data = es/PrusaSlicer_es.po +database_out = MyKnowledgeBase.po + ui_dir = ../ui_layout allow_msgctxt = false ignore_case = false +remove_comment = true +percent_error_similar = 0.4 +max_similar = 3 +language = french +language_code = fr input = Slic3r.pot todo = es/todo.po @@ -51,10 +59,15 @@ output = es/Slic3r.po ``` Notes: -* thee 'todo' and 'output' files will be erased, so be sure nothing has this name (or write another name) +* thee 'todo' and 'output' files will be erased, so be sure nothing important has this name (or write another name) +* the file at 'database_out' will receive all the database created from the data files. That way, it will keep your new & old unused translations just in case the wording revert back to it, or to be used as reference for the helper. * ui_dir should be the path to the slic3r/resources/ui_layout directory. If you're in slic3r/resources/localization, this value is good. * allow_msgctxt is a bool to allow to keep the msgctxt tags. You need a recent version of gettext to use that. * ignore_case is a bool that will let the tool to ignore the case when comparing msgid if no translation is found. +* remove_comment is a bool taht will remove all comment in the output file. It's to avoid unecessary changes in the git commit. +* percent_error_similar is a number between 0 and 1. This will activate the helper that will write help comment in the TODO file. These will present similar string that are already translated, to let you pick chunk that are already translated to avoid redoing all the work. It's the percentage of difference allowed (0 = identical, 1 = everything, 0.5 = not more than half of the string is different), using (levenshtein distance / msgid length). +* max_similar: max number of help translation per item +* language and language_code: text to include in the header. ### 2) launch the utility. @@ -83,13 +96,18 @@ After filling the todo file, change the settings.ini: ``` data = es/todo.po -data = es/Slic3r.po -data = es/my_old_po_file.po -data = es/PrusaSlicer_es.po +data = MyKnowledgeBase.po + +database_out = MyKnowledgeBase.po ui_dir = ../ui_layout allow_msgctxt = false ignore_case = false +remove_comment = true +percent_error_similar = 0.4 +max_similar = 3 +language = french +language_code = fr input = Slic3r.pot todo = es/todo.po diff --git a/resources/localization/Slic3r.pot b/resources/localization/Slic3r.pot deleted file mode 100644 index 0074a3607..000000000 --- a/resources/localization/Slic3r.pot +++ /dev/null @@ -1,14416 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#: src/slic3r/GUI/Tab.cpp:1716 -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-07 21:23+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" - -#: src/slic3r/GUI/AboutDialog.cpp:45 src/slic3r/GUI/AboutDialog.cpp:311 -msgid "Portions copyright" -msgstr "" - -#: src/slic3r/GUI/AboutDialog.cpp:140 src/slic3r/GUI/AboutDialog.cpp:268 -msgid "Copyright" -msgstr "" - -#. TRN "Slic3r _is licensed under the_ License" -#: src/slic3r/GUI/AboutDialog.cpp:142 -msgid "" -"License agreements of all following programs (libraries) are part of " -"application license agreement" -msgstr "" - -#: src/slic3r/GUI/AboutDialog.cpp:211 -#, possible-c-format -msgid "About %s" -msgstr "" - -#: src/slic3r/GUI/AboutDialog.cpp:243 src/slic3r/GUI/AboutDialog.cpp:373 -#: src/slic3r/GUI/GUI_App.cpp:261 src/slic3r/GUI/MainFrame.cpp:152 -msgid "Version" -msgstr "" - -#. TRN "Slic3r _is licensed under the_ License" -#: src/slic3r/GUI/AboutDialog.cpp:270 src/slic3r/GUI/GUI_App.cpp:265 -msgid "is licensed under the" -msgstr "" - -#: src/slic3r/GUI/AboutDialog.cpp:271 src/slic3r/GUI/GUI_App.cpp:265 -msgid "GNU Affero General Public License, version 3" -msgstr "" - -#: src/slic3r/GUI/AboutDialog.cpp:272 src/slic3r/GUI/GUI_App.cpp:264 -msgid "" -"SuperSlicer is a skinned version of Slic3r, based on the original Slic3r by " -"Alessandro Ranellucci & the RepRap community, and PrusaSlicer by Prusa." -msgstr "" - -#: src/slic3r/GUI/AboutDialog.cpp:273 -msgid "" -"Contributions by Henrik Brix Andersen, Nicolas Dandrimont, Mark Hindess, " -"Petr Ledvina, Joseph Lenox, Y. Sapir, Mike Sheldrake, Vojtech Bubnik, Durand " -"Rémi and numerous others." -msgstr "" - -#: src/slic3r/GUI/AboutDialog.cpp:274 -msgid "Manual by Gary Hodgson. Inspired by the RepRap community." -msgstr "" - -#: src/slic3r/GUI/AboutDialog.cpp:275 -msgid "Slic3r logo designed by Corey Daniels." -msgstr "" - -#: src/slic3r/GUI/AboutDialog.cpp:316 -msgid "Copy Version Info" -msgstr "" - -#: src/slic3r/GUI/BackgroundSlicingProcess.cpp:78 -#, possible-c-format -msgid "" -"%s has encountered an error. It was likely caused by running out of memory. " -"If you are sure you have enough RAM on your system, this may also be a bug " -"and we would be glad if you reported it." -msgstr "" - -#: src/slic3r/GUI/BackgroundSlicingProcess.cpp:164 -#: src/slic3r/GUI/BackgroundSlicingProcess.cpp:184 -msgid "Unknown error occured during exporting G-code." -msgstr "" - -#: src/slic3r/GUI/BackgroundSlicingProcess.cpp:169 -msgid "" -"Copying of the temporary G-code to the output G-code failed. Maybe the SD " -"card is write locked?\n" -"Error message: %1%" -msgstr "" - -#: src/slic3r/GUI/BackgroundSlicingProcess.cpp:172 -msgid "" -"Copying of the temporary G-code to the output G-code failed. There might be " -"problem with target device, please try exporting again or using different " -"device. The corrupted output G-code is at %1%.tmp." -msgstr "" - -#: src/slic3r/GUI/BackgroundSlicingProcess.cpp:175 -msgid "" -"Renaming of the G-code after copying to the selected destination folder has " -"failed. Current path is %1%.tmp. Please try exporting again." -msgstr "" - -#: src/slic3r/GUI/BackgroundSlicingProcess.cpp:178 -msgid "" -"Copying of the temporary G-code has finished but the original code at %1% " -"couldn't be opened during copy check. The output G-code is at %2%.tmp." -msgstr "" - -#: src/slic3r/GUI/BackgroundSlicingProcess.cpp:181 -msgid "" -"Copying of the temporary G-code has finished but the exported code couldn't " -"be opened during copy check. The output G-code is at %1%.tmp." -msgstr "" - -#: src/slic3r/GUI/BackgroundSlicingProcess.cpp:188 -#: src/slic3r/GUI/BackgroundSlicingProcess.cpp:597 -msgid "Running post-processing scripts" -msgstr "" - -#: src/slic3r/GUI/BackgroundSlicingProcess.cpp:190 -msgid "G-code file exported to %1%" -msgstr "" - -#: src/slic3r/GUI/BackgroundSlicingProcess.cpp:195 -#: src/slic3r/GUI/BackgroundSlicingProcess.cpp:237 -msgid "Slicing complete" -msgstr "" - -#: src/slic3r/GUI/BackgroundSlicingProcess.cpp:232 -msgid "Masked SLA file exported to %1%" -msgstr "" - -#: src/slic3r/GUI/BackgroundSlicingProcess.cpp:600 -msgid "Copying of the temporary G-code to the output G-code failed" -msgstr "" - -#: src/slic3r/GUI/BackgroundSlicingProcess.cpp:618 -msgid "Scheduling upload to `%1%`. See Window -> Print Host Upload Queue" -msgstr "" - -#: src/slic3r/GUI/BedShapeDialog.cpp:93 -#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:240 src/slic3r/GUI/Plater.cpp:163 -msgid "Size" -msgstr "" - -#: src/slic3r/GUI/BedShapeDialog.cpp:94 -msgid "Origin" -msgstr "" - -#: src/slic3r/GUI/BedShapeDialog.cpp:95 src/libslic3r/PrintConfig.cpp:1452 -msgid "Diameter" -msgstr "" - -#: src/slic3r/GUI/BedShapeDialog.cpp:110 -msgid "Size in X and Y of the rectangular plate." -msgstr "" - -#: src/slic3r/GUI/BedShapeDialog.cpp:121 -msgid "" -"Distance of the 0,0 G-code coordinate from the front left corner of the " -"rectangle." -msgstr "" - -#: src/slic3r/GUI/BedShapeDialog.cpp:129 -#: src/slic3r/GUI/CalibrationCubeDialog.cpp:40 -#: src/slic3r/GUI/ConfigWizard.cpp:247 src/slic3r/GUI/ConfigWizard.cpp:1381 -#: src/slic3r/GUI/ConfigWizard.cpp:1395 -#: src/slic3r/GUI/ExtruderSequenceDialog.cpp:88 -#: src/slic3r/GUI/GCodeViewer.cpp:4082 src/slic3r/GUI/GCodeViewer.cpp:4088 -#: src/slic3r/GUI/GCodeViewer.cpp:4096 src/slic3r/GUI/Gizmos/GLGizmoCut.cpp:179 -#: src/slic3r/GUI/GUI_ObjectLayers.cpp:145 -#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:341 -#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:418 -#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:487 -#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:488 -#: src/slic3r/GUI/ObjectDataViewModel.cpp:96 -#: src/slic3r/GUI/WipeTowerDialog.cpp:85 src/libslic3r/PrintConfig.cpp:117 -#: src/libslic3r/PrintConfig.cpp:126 src/libslic3r/PrintConfig.cpp:137 -#: src/libslic3r/PrintConfig.cpp:300 src/libslic3r/PrintConfig.cpp:427 -#: src/libslic3r/PrintConfig.cpp:436 src/libslic3r/PrintConfig.cpp:466 -#: src/libslic3r/PrintConfig.cpp:489 src/libslic3r/PrintConfig.cpp:607 -#: src/libslic3r/PrintConfig.cpp:616 src/libslic3r/PrintConfig.cpp:671 -#: src/libslic3r/PrintConfig.cpp:1070 src/libslic3r/PrintConfig.cpp:1083 -#: src/libslic3r/PrintConfig.cpp:1104 src/libslic3r/PrintConfig.cpp:1351 -#: src/libslic3r/PrintConfig.cpp:1455 src/libslic3r/PrintConfig.cpp:1688 -#: src/libslic3r/PrintConfig.cpp:2276 src/libslic3r/PrintConfig.cpp:2528 -#: src/libslic3r/PrintConfig.cpp:2615 src/libslic3r/PrintConfig.cpp:2625 -#: src/libslic3r/PrintConfig.cpp:2657 src/libslic3r/PrintConfig.cpp:2677 -#: src/libslic3r/PrintConfig.cpp:2835 src/libslic3r/PrintConfig.cpp:2845 -#: src/libslic3r/PrintConfig.cpp:3014 src/libslic3r/PrintConfig.cpp:3023 -#: src/libslic3r/PrintConfig.cpp:3078 src/libslic3r/PrintConfig.cpp:3087 -#: src/libslic3r/PrintConfig.cpp:3098 src/libslic3r/PrintConfig.cpp:3128 -#: src/libslic3r/PrintConfig.cpp:3137 src/libslic3r/PrintConfig.cpp:3226 -#: src/libslic3r/PrintConfig.cpp:3247 src/libslic3r/PrintConfig.cpp:3360 -#: src/libslic3r/PrintConfig.cpp:3371 src/libslic3r/PrintConfig.cpp:3536 -#: src/libslic3r/PrintConfig.cpp:3662 src/libslic3r/PrintConfig.cpp:3675 -#: src/libslic3r/PrintConfig.cpp:3745 src/libslic3r/PrintConfig.cpp:3804 -#: src/libslic3r/PrintConfig.cpp:3872 src/libslic3r/PrintConfig.cpp:4047 -#: src/libslic3r/PrintConfig.cpp:4203 src/libslic3r/PrintConfig.cpp:4211 -#: src/libslic3r/PrintConfig.cpp:4219 src/libslic3r/PrintConfig.cpp:4252 -#: src/libslic3r/PrintConfig.cpp:4259 src/libslic3r/PrintConfig.cpp:4271 -#: src/libslic3r/PrintConfig.cpp:4282 src/libslic3r/PrintConfig.cpp:4294 -#: src/libslic3r/PrintConfig.cpp:4338 src/libslic3r/PrintConfig.cpp:4349 -#: src/libslic3r/PrintConfig.cpp:4467 src/libslic3r/PrintConfig.cpp:4478 -#: src/libslic3r/PrintConfig.cpp:4486 src/libslic3r/PrintConfig.cpp:4494 -#: src/libslic3r/PrintConfig.cpp:4659 src/libslic3r/PrintConfig.cpp:4693 -#: src/libslic3r/PrintConfig.cpp:4832 src/libslic3r/PrintConfig.cpp:4841 -#: src/libslic3r/PrintConfig.cpp:4850 src/libslic3r/PrintConfig.cpp:4860 -#: src/libslic3r/PrintConfig.cpp:4925 src/libslic3r/PrintConfig.cpp:4935 -#: src/libslic3r/PrintConfig.cpp:4947 src/libslic3r/PrintConfig.cpp:4967 -#: src/libslic3r/PrintConfig.cpp:4977 src/libslic3r/PrintConfig.cpp:4989 -#: src/libslic3r/PrintConfig.cpp:5007 src/libslic3r/PrintConfig.cpp:5022 -#: src/libslic3r/PrintConfig.cpp:5036 src/libslic3r/PrintConfig.cpp:5047 -#: src/libslic3r/PrintConfig.cpp:5060 src/libslic3r/PrintConfig.cpp:5105 -#: src/libslic3r/PrintConfig.cpp:5115 src/libslic3r/PrintConfig.cpp:5124 -#: src/libslic3r/PrintConfig.cpp:5134 src/libslic3r/PrintConfig.cpp:5150 -#: src/libslic3r/PrintConfig.cpp:5174 -msgid "mm" -msgstr "" - -#: src/slic3r/GUI/BedShapeDialog.cpp:131 -msgid "" -"Diameter of the print bed. It is assumed that origin (0,0) is located in the " -"center." -msgstr "" - -#: src/slic3r/GUI/BedShapeDialog.cpp:141 -msgid "Rectangular" -msgstr "" - -#: src/slic3r/GUI/BedShapeDialog.cpp:142 -msgid "Circular" -msgstr "" - -#: src/slic3r/GUI/BedShapeDialog.cpp:143 src/slic3r/GUI/GUI_Preview.cpp:282 -#: src/slic3r/GUI/GUI_Preview.cpp:1149 src/libslic3r/ExtrusionEntity.cpp:287 -#: src/libslic3r/ExtrusionEntity.cpp:330 -msgid "Custom" -msgstr "" - -#: src/slic3r/GUI/BedShapeDialog.cpp:145 -msgid "Invalid" -msgstr "" - -#: src/slic3r/GUI/BedShapeDialog.cpp:156 src/slic3r/GUI/BedShapeDialog.cpp:222 -#: src/slic3r/GUI/GUI_ObjectList.cpp:2323 -msgid "Shape" -msgstr "" - -#: src/slic3r/GUI/BedShapeDialog.cpp:243 -msgid "Load shape from STL..." -msgstr "" - -#: src/slic3r/GUI/BedShapeDialog.cpp:292 src/slic3r/GUI/MainFrame.cpp:2194 -msgid "Settings" -msgstr "" - -#: src/slic3r/GUI/BedShapeDialog.cpp:315 -msgid "Texture" -msgstr "" - -#: src/slic3r/GUI/BedShapeDialog.cpp:325 src/slic3r/GUI/BedShapeDialog.cpp:405 -msgid "Load..." -msgstr "" - -#: src/slic3r/GUI/BedShapeDialog.cpp:333 src/slic3r/GUI/BedShapeDialog.cpp:413 -#: src/slic3r/GUI/Tab.cpp:3672 -msgid "Remove" -msgstr "" - -#: src/slic3r/GUI/BedShapeDialog.cpp:366 src/slic3r/GUI/BedShapeDialog.cpp:446 -msgid "Not found:" -msgstr "" - -#: src/slic3r/GUI/BedShapeDialog.cpp:395 -msgid "Model" -msgstr "" - -#: src/slic3r/GUI/BedShapeDialog.cpp:406 -msgid "" -"The position of the model origin (point with coordinates x:0, y:0, z:0) " -"needs to be in the middle of the print bed area. If you load a custom model " -"and it appears misaligned, the origin is not set properly." -msgstr "" - -#: src/slic3r/GUI/BedShapeDialog.cpp:563 -msgid "Choose an STL file to import bed shape from:" -msgstr "" - -#: src/slic3r/GUI/BedShapeDialog.cpp:570 src/slic3r/GUI/BedShapeDialog.cpp:619 -#: src/slic3r/GUI/BedShapeDialog.cpp:642 -msgid "Invalid file format." -msgstr "" - -#: src/slic3r/GUI/BedShapeDialog.cpp:581 -msgid "Error! Invalid model" -msgstr "" - -#: src/slic3r/GUI/BedShapeDialog.cpp:589 -msgid "The selected file contains no geometry." -msgstr "" - -#: src/slic3r/GUI/BedShapeDialog.cpp:593 -msgid "" -"The selected file contains several disjoint areas. This is not supported." -msgstr "" - -#: src/slic3r/GUI/BedShapeDialog.cpp:608 -msgid "Choose a file to import bed texture from (PNG/SVG):" -msgstr "" - -#: src/slic3r/GUI/BedShapeDialog.cpp:631 -msgid "Choose an STL file to import bed model from:" -msgstr "" - -#: src/slic3r/GUI/BedShapeDialog.hpp:98 src/slic3r/GUI/ConfigWizard.cpp:1340 -msgid "Bed Shape" -msgstr "" - -#: src/slic3r/GUI/BonjourDialog.cpp:55 -msgid "Network lookup" -msgstr "" - -#: src/slic3r/GUI/BonjourDialog.cpp:72 -msgid "Address" -msgstr "" - -#: src/slic3r/GUI/BonjourDialog.cpp:73 -msgid "Hostname" -msgstr "" - -#: src/slic3r/GUI/BonjourDialog.cpp:74 -msgid "Service name" -msgstr "" - -#: src/slic3r/GUI/BonjourDialog.cpp:76 -msgid "OctoPrint version" -msgstr "" - -#: src/slic3r/GUI/BonjourDialog.cpp:224 -msgid "Searching for devices" -msgstr "" - -#: src/slic3r/GUI/BonjourDialog.cpp:231 -msgid "Finished" -msgstr "" - -#: src/slic3r/GUI/ButtonsDescription.cpp:16 -msgid "Buttons And Text Colors Description" -msgstr "" - -#: src/slic3r/GUI/ButtonsDescription.cpp:36 -msgid "Value is the same as the system value" -msgstr "" - -#: src/slic3r/GUI/ButtonsDescription.cpp:53 -msgid "Value is the same as the last saved preset, but is not the system value" -msgstr "" - -#: src/slic3r/GUI/ButtonsDescription.cpp:65 -msgid "" -"Value was changed and is not equal to the system value or the last saved " -"preset" -msgstr "" - -#: src/slic3r/GUI/ButtonsDescription.cpp:77 -msgid "Value isn't taken into account, it's computed over an other field." -msgstr "" - -#: src/slic3r/GUI/CalibrationAbstractDialog.cpp:61 -#: src/slic3r/GUI/FirmwareDialog.cpp:852 src/slic3r/GUI/FreeCADDialog.cpp:302 -#: src/slic3r/GUI/Mouse3DController.cpp:551 -#: src/slic3r/GUI/PrintHostDialogs.cpp:202 -msgid "Close" -msgstr "" - -#: src/slic3r/GUI/CalibrationAbstractDialog.cpp:85 -#: src/slic3r/GUI/GUI_ObjectList.cpp:2176 -msgid "Error!" -msgstr "" - -#: src/slic3r/GUI/CalibrationAbstractDialog.cpp:150 -#: src/slic3r/GUI/KBShortcutsDialog.cpp:276 -msgid "Keyboard shortcuts" -msgstr "" - -#: src/slic3r/GUI/CalibrationBedDialog.cpp:28 -#: src/slic3r/GUI/CalibrationRetractionDialog.cpp:72 -#: src/slic3r/GUI/CalibrationTempDialog.cpp:51 -#: src/slic3r/GUI/FreeCADDialog.cpp:294 -msgid "Generate" -msgstr "" - -#: src/slic3r/GUI/CalibrationBedDialog.cpp:36 -msgid "First layer calibration" -msgstr "" - -#: src/slic3r/GUI/CalibrationBridgeDialog.cpp:31 -msgid "" -"Select the step in % between two tests.\n" -"Note that only multiple of 5 are engraved on the parts." -msgstr "" - -#: src/slic3r/GUI/CalibrationBridgeDialog.cpp:35 -msgid "Select the number of tests" -msgstr "" - -#: src/slic3r/GUI/CalibrationBridgeDialog.cpp:38 -#: src/slic3r/GUI/CalibrationRetractionDialog.cpp:52 -msgid "Step:" -msgstr "" - -#: src/slic3r/GUI/CalibrationBridgeDialog.cpp:41 -msgid "Nb tests:" -msgstr "" - -#: src/slic3r/GUI/CalibrationBridgeDialog.cpp:44 -msgid "Test Flow Ratio" -msgstr "" - -#: src/slic3r/GUI/CalibrationBridgeDialog.cpp:56 -msgid "Bridge calibration" -msgstr "" - -#: src/slic3r/GUI/CalibrationCubeDialog.cpp:29 -msgid "" -"You can choose the dimension of the cube. It's a simple scale, you can " -"modify it in the right panel yourself if you prefer. It's just quicker to " -"select it here." -msgstr "" - -#: src/slic3r/GUI/CalibrationCubeDialog.cpp:33 -msgid "Dimensional accuracy (default)" -msgstr "" - -#: src/slic3r/GUI/CalibrationCubeDialog.cpp:34 -msgid "" -"Select a goal, this will change settings to increase the effects to search." -msgstr "" - -#: src/slic3r/GUI/CalibrationCubeDialog.cpp:38 -msgid "Dimension:" -msgstr "" - -#: src/slic3r/GUI/CalibrationCubeDialog.cpp:42 -msgid "Goal:" -msgstr "" - -#: src/slic3r/GUI/CalibrationCubeDialog.cpp:46 -msgid "Standard Cube" -msgstr "" - -#: src/slic3r/GUI/CalibrationCubeDialog.cpp:48 -msgid "" -"Standard cubic xyz cube, with a flat top. Better for infill/perimeter " -"overlap calibration." -msgstr "" - -#: src/slic3r/GUI/CalibrationCubeDialog.cpp:51 -msgid "Voron Cube" -msgstr "" - -#: src/slic3r/GUI/CalibrationCubeDialog.cpp:53 -msgid "" -"Voron cubic cube with many features inside, with a bearing slot on top. " -"Better to check dimensional accuracy." -msgstr "" - -#: src/slic3r/GUI/CalibrationCubeDialog.cpp:60 -#: src/slic3r/GUI/MainFrame.cpp:1464 -msgid "Calibration cube" -msgstr "" - -#: src/slic3r/GUI/CalibrationFlowDialog.cpp:29 -#, possible-c-format -msgid "Generate 10% intervals around current value" -msgstr "" - -#: src/slic3r/GUI/CalibrationFlowDialog.cpp:32 -#, possible-c-format -msgid "Generate 2% intervals below current value" -msgstr "" - -#: src/slic3r/GUI/CalibrationFlowDialog.cpp:41 -msgid "Flow calibration" -msgstr "" - -#: src/slic3r/GUI/CalibrationOverBridgeDialog.cpp:29 -msgid "Over-Bridge calibration" -msgstr "" - -#: src/slic3r/GUI/CalibrationOverBridgeDialog.cpp:30 -msgid "Top flow calibration" -msgstr "" - -#: src/slic3r/GUI/CalibrationOverBridgeDialog.cpp:46 -msgid "Over-bridge calibration" -msgstr "" - -#: src/slic3r/GUI/CalibrationRetractionDialog.cpp:31 -msgid "Each militer add this value to the retraction value." -msgstr "" - -#: src/slic3r/GUI/CalibrationRetractionDialog.cpp:35 -msgid "Select the number milimeters for the tower." -msgstr "" - -#: src/slic3r/GUI/CalibrationRetractionDialog.cpp:45 -msgid "Note that only Multiple of 5 can be engraved in the part" -msgstr "" - -#: src/slic3r/GUI/CalibrationRetractionDialog.cpp:46 -msgid "one test" -msgstr "" - -#: src/slic3r/GUI/CalibrationRetractionDialog.cpp:46 -msgid "2x10°" -msgstr "" - -#: src/slic3r/GUI/CalibrationRetractionDialog.cpp:46 -msgid "3x10°" -msgstr "" - -#: src/slic3r/GUI/CalibrationRetractionDialog.cpp:46 -msgid "4x10°" -msgstr "" - -#: src/slic3r/GUI/CalibrationRetractionDialog.cpp:46 -msgid "3x50°" -msgstr "" - -#: src/slic3r/GUI/CalibrationRetractionDialog.cpp:46 -msgid "5x5°" -msgstr "" - -#: src/slic3r/GUI/CalibrationRetractionDialog.cpp:48 -msgid "" -"Select the number tower to print, and by how many degrees C to decrease each " -"time." -msgstr "" - -#: src/slic3r/GUI/CalibrationRetractionDialog.cpp:55 -msgid "Height:" -msgstr "" - -#: src/slic3r/GUI/CalibrationRetractionDialog.cpp:59 -msgid "Start temp:" -msgstr "" - -#: src/slic3r/GUI/CalibrationRetractionDialog.cpp:62 -msgid "Temp decr:" -msgstr "" - -#: src/slic3r/GUI/CalibrationRetractionDialog.cpp:66 -msgid "Remove fil. slowdown" -msgstr "" - -#: src/slic3r/GUI/CalibrationRetractionDialog.cpp:104 -msgid "Retraction calibration" -msgstr "" - -#: src/slic3r/GUI/CalibrationTempDialog.cpp:31 -msgid "" -"Select the step in celcius between two tests.\n" -"Note that only multiple of 5 are engraved on the part." -msgstr "" - -#: src/slic3r/GUI/CalibrationTempDialog.cpp:35 -msgid "Select the number of tests with lower temperature than the current one." -msgstr "" - -#: src/slic3r/GUI/CalibrationTempDialog.cpp:38 -msgid "" -"Select the number of tests with higher temperature than the current one." -msgstr "" - -#: src/slic3r/GUI/CalibrationTempDialog.cpp:41 -msgid "Nb down:" -msgstr "" - -#: src/slic3r/GUI/CalibrationTempDialog.cpp:44 -msgid "Nb up:" -msgstr "" - -#: src/slic3r/GUI/CalibrationTempDialog.cpp:47 -msgid "Steps:" -msgstr "" - -#: src/slic3r/GUI/CalibrationTempDialog.cpp:59 -msgid "Temperature calibration" -msgstr "" - -#: src/slic3r/GUI/ConfigManipulation.cpp:48 -msgid "" -"Zero layer height is not valid.\n" -"\n" -"The layer height will be reset to 0.01." -msgstr "" - -#: src/slic3r/GUI/ConfigManipulation.cpp:49 -#: src/slic3r/GUI/GUI_ObjectLayers.cpp:29 -msgid "Layer height" -msgstr "" - -#: src/slic3r/GUI/ConfigManipulation.cpp:60 -msgid "" -"Zero first layer height is not valid.\n" -"\n" -"The first layer height will be reset to 0.01." -msgstr "" - -#: src/slic3r/GUI/ConfigManipulation.cpp:61 src/libslic3r/PrintConfig.cpp:1775 -msgid "First layer height" -msgstr "" - -#: src/slic3r/GUI/ConfigManipulation.cpp:86 -#, possible-c-format -msgid "" -"The Spiral Vase mode requires:\n" -"- one perimeter\n" -"- no top solid layers\n" -"- 0% fill density\n" -"- no support material\n" -"- Ensure vertical shell thickness enabled\n" -"- unchecked 'exact last layer height'\n" -"- unchecked 'dense infill'\n" -"- unchecked 'extra perimeters'" -msgstr "" - -#: src/slic3r/GUI/ConfigManipulation.cpp:96 -msgid "Shall I adjust those settings in order to enable Spiral Vase?" -msgstr "" - -#: src/slic3r/GUI/ConfigManipulation.cpp:97 -msgid "Spiral Vase" -msgstr "" - -#: src/slic3r/GUI/ConfigManipulation.cpp:155 -msgid "" -"The Wipe Tower currently supports the non-soluble supports only\n" -"if they are printed with the current extruder without triggering a tool " -"change.\n" -"(both support_material_extruder and support_material_interface_extruder need " -"to be set to 0)." -msgstr "" - -#: src/slic3r/GUI/ConfigManipulation.cpp:159 -msgid "Shall I adjust those settings in order to enable the Wipe Tower?" -msgstr "" - -#: src/slic3r/GUI/ConfigManipulation.cpp:160 -#: src/slic3r/GUI/ConfigManipulation.cpp:191 -#: src/slic3r/GUI/ConfigManipulation.cpp:236 -msgid "Wipe Tower" -msgstr "" - -#: src/slic3r/GUI/ConfigManipulation.cpp:187 -msgid "" -"For the Wipe Tower to work with the soluble supports, the support layers\n" -"need to be synchronized with the object layers." -msgstr "" - -#: src/slic3r/GUI/ConfigManipulation.cpp:190 -msgid "Shall I synchronize support layers in order to enable the Wipe Tower?" -msgstr "" - -#: src/slic3r/GUI/ConfigManipulation.cpp:232 -#, possible-c-format -msgid "Did you forgot to put a '%' in the " -msgstr "" - -#: src/slic3r/GUI/ConfigManipulation.cpp:235 -msgid "Shall I add the '%'?" -msgstr "" - -#: src/slic3r/GUI/ConfigManipulation.cpp:267 -msgid "" -"It's not possible to use a bigger value for the brim offset than the brim " -"width, as it won't extrude anything. Brim offset have to be lower than the " -"brim width." -msgstr "" - -#: src/slic3r/GUI/ConfigManipulation.cpp:270 -msgid "Shall I switch the brim offset to 0?" -msgstr "" - -#: src/slic3r/GUI/ConfigManipulation.cpp:271 -msgid "Brim configuration" -msgstr "" - -#: src/slic3r/GUI/ConfigManipulation.cpp:289 -msgid "" -"Supports work better, if the following feature is enabled:\n" -"- overhangs with bridge speed & fan" -msgstr "" - -#: src/slic3r/GUI/ConfigManipulation.cpp:292 -msgid "Shall I adjust those settings for supports?" -msgstr "" - -#: src/slic3r/GUI/ConfigManipulation.cpp:293 -msgid "Support Generator" -msgstr "" - -#: src/slic3r/GUI/ConfigManipulation.cpp:330 -msgid "The %1% infill pattern is not supposed to work at 100%% density." -msgstr "" - -#: src/slic3r/GUI/ConfigManipulation.cpp:333 -msgid "Shall I switch to rectilinear fill pattern?" -msgstr "" - -#: src/slic3r/GUI/ConfigManipulation.cpp:334 src/slic3r/GUI/Plater.cpp:390 -#: src/libslic3r/PrintConfig.cpp:1803 src/libslic3r/PrintConfig.cpp:1960 -#: src/libslic3r/PrintConfig.cpp:2140 src/libslic3r/PrintConfig.cpp:2157 -msgid "Infill" -msgstr "" - -#: src/slic3r/GUI/ConfigManipulation.cpp:517 -msgid "Head penetration should not be greater than the head width." -msgstr "" - -#: src/slic3r/GUI/ConfigManipulation.cpp:519 -msgid "Invalid Head penetration" -msgstr "" - -#: src/slic3r/GUI/ConfigManipulation.cpp:530 -msgid "Pinhead diameter should be smaller than the pillar diameter." -msgstr "" - -#: src/slic3r/GUI/ConfigManipulation.cpp:532 -msgid "Invalid pinhead diameter" -msgstr "" - -#: src/slic3r/GUI/ConfigSnapshotDialog.cpp:19 -msgid "Upgrade" -msgstr "" - -#: src/slic3r/GUI/ConfigSnapshotDialog.cpp:21 -msgid "Downgrade" -msgstr "" - -#: src/slic3r/GUI/ConfigSnapshotDialog.cpp:23 -msgid "Before roll back" -msgstr "" - -#: src/slic3r/GUI/ConfigSnapshotDialog.cpp:25 src/libslic3r/PrintConfig.cpp:179 -msgid "User" -msgstr "" - -#: src/slic3r/GUI/ConfigSnapshotDialog.cpp:28 -#: src/slic3r/GUI/GUI_Preview.cpp:266 src/libslic3r/ExtrusionEntity.cpp:270 -msgid "Unknown" -msgstr "" - -#: src/slic3r/GUI/ConfigSnapshotDialog.cpp:44 -msgid "Active" -msgstr "" - -#: src/slic3r/GUI/ConfigSnapshotDialog.cpp:51 -msgid " version" -msgstr "" - -#: src/slic3r/GUI/ConfigSnapshotDialog.cpp:55 src/libslic3r/Preset.cpp:1553 -msgid "print" -msgstr "" - -#: src/slic3r/GUI/ConfigSnapshotDialog.cpp:56 -msgid "filaments" -msgstr "" - -#: src/slic3r/GUI/ConfigSnapshotDialog.cpp:59 src/libslic3r/Preset.cpp:1555 -msgid "SLA print" -msgstr "" - -#: src/slic3r/GUI/ConfigSnapshotDialog.cpp:60 src/slic3r/GUI/Plater.cpp:698 -#: src/libslic3r/Preset.cpp:1556 -msgid "SLA material" -msgstr "" - -#: src/slic3r/GUI/ConfigSnapshotDialog.cpp:62 src/libslic3r/Preset.cpp:1557 -msgid "printer" -msgstr "" - -#: src/slic3r/GUI/ConfigSnapshotDialog.cpp:66 src/slic3r/GUI/Tab.cpp:1374 -msgid "vendor" -msgstr "" - -#: src/slic3r/GUI/ConfigSnapshotDialog.cpp:66 -msgid "version" -msgstr "" - -#: src/slic3r/GUI/ConfigSnapshotDialog.cpp:67 -msgid "min " -msgstr "" - -#: src/slic3r/GUI/ConfigSnapshotDialog.cpp:69 -msgid "max " -msgstr "" - -#: src/slic3r/GUI/ConfigSnapshotDialog.cpp:72 -msgid "model" -msgstr "" - -#: src/slic3r/GUI/ConfigSnapshotDialog.cpp:72 -msgid "variants" -msgstr "" - -#: src/slic3r/GUI/ConfigSnapshotDialog.cpp:84 -#, possible-c-format -msgid "Incompatible with this %s" -msgstr "" - -#: src/slic3r/GUI/ConfigSnapshotDialog.cpp:87 -msgid "Activate" -msgstr "" - -#: src/slic3r/GUI/ConfigSnapshotDialog.cpp:113 -msgid "Configuration Snapshots" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:247 -msgid "nozzle" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:251 -msgid "Alternate nozzles:" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:315 -msgid "All standard" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:315 -msgid "Standard" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:316 src/slic3r/GUI/ConfigWizard.cpp:616 -#: src/slic3r/GUI/Tab.cpp:3753 src/slic3r/GUI/UnsavedChangesDialog.cpp:928 -msgid "All" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:317 src/slic3r/GUI/ConfigWizard.cpp:617 -#: src/slic3r/GUI/DoubleSlider.cpp:1892 src/slic3r/GUI/Plater.cpp:362 -#: src/slic3r/GUI/Plater.cpp:505 -msgid "None" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:457 -#, possible-c-format -msgid "Welcome to the %s Configuration Assistant" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:459 -#, possible-c-format -msgid "Welcome to the %s Configuration Wizard" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:461 -msgid "Welcome" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:463 -#, possible-c-format -msgid "" -"Hello, welcome to %s! This %s helps you with the initial configuration; just " -"a few settings and you will be ready to print." -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:468 -msgid "Remove user profiles (a snapshot will be taken beforehand)" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:510 -#, possible-c-format -msgid "%s Family" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:605 -msgid "Printer:" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:607 -msgid "Vendor:" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:608 -msgid "Profile:" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:680 src/slic3r/GUI/ConfigWizard.cpp:830 -#: src/slic3r/GUI/ConfigWizard.cpp:891 src/slic3r/GUI/ConfigWizard.cpp:1028 -msgid "(All)" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:709 -msgid "" -"Filaments marked with * are not compatible with some installed " -"printers." -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:712 -msgid "All installed printers are compatible with the selected filament." -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:732 -msgid "" -"Only the following installed printers are compatible with the selected " -"filament:" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:1118 -msgid "Custom Printer Setup" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:1118 -msgid "Custom Printer" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:1120 -msgid "Define a custom printer profile" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:1122 -msgid "Custom profile name:" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:1147 -msgid "Automatic updates" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:1147 -msgid "Updates" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:1155 src/slic3r/GUI/Preferences.cpp:97 -msgid "Check for application updates" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:1159 -#, possible-c-format -msgid "" -"If enabled, %s checks for new application versions online. When a new " -"version becomes available, a notification is displayed at the next " -"application startup (never during program usage). This is only a " -"notification mechanisms, no automatic installation is done." -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:1165 src/slic3r/GUI/Preferences.cpp:132 -msgid "Update built-in Presets automatically" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:1169 -#, possible-c-format -msgid "" -"If enabled, %s downloads updates of built-in system presets in the " -"background.These updates are downloaded into a separate temporary location." -"When a new preset version becomes available it is offered at application " -"startup." -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:1172 -msgid "" -"Updates are never applied without user's consent and never overwrite user's " -"customized settings." -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:1177 -msgid "" -"Additionally a backup snapshot of the whole configuration is created before " -"an update is applied." -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:1184 src/slic3r/GUI/GUI_ObjectList.cpp:1850 -#: src/slic3r/GUI/GUI_ObjectList.cpp:4604 src/slic3r/GUI/Plater.cpp:3194 -#: src/slic3r/GUI/Plater.cpp:4089 src/slic3r/GUI/Plater.cpp:4120 -msgid "Reload from disk" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:1187 -msgid "" -"Export full pathnames of models and parts sources into 3mf and amf files" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:1191 -msgid "" -"If enabled, allows the Reload from disk command to automatically find and " -"load the files when invoked.\n" -"If not enabled, the Reload from disk command will ask to select each file " -"using an open file dialog." -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:1201 -msgid "Files association" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:1203 -msgid "Associate .3mf files to " -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:1204 -msgid "Associate .stl files to " -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:1215 -msgid "View mode" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:1217 -msgid "" -"'s user interfaces comes in three variants:\n" -"Simple, Advanced, and Expert.\n" -"The Simple mode shows only the most frequently used settings relevant for " -"regular 3D printing. The other two offer progressively more sophisticated " -"fine-tuning, they are suitable for advanced and expert users, respectively." -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:1222 -msgid "Simple mode" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:1223 -msgid "Advanced mode" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:1224 -msgid "Expert mode" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:1230 -msgid "The size of the object can be specified in inches" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:1231 -msgid "Use inches" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:1266 -msgid "Other Vendors" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:1270 -#, possible-c-format -msgid "Pick another vendor supported by %s" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:1302 -msgid "Firmware Type" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:1302 -msgid "Firmware" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:1306 -msgid "Choose the type of firmware used by your printer." -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:1340 -msgid "Bed Shape and Size" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:1343 -msgid "Set the shape of your printer's bed." -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:1363 -msgid "Filament and Nozzle Diameters" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:1363 -msgid "Print Diameters" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:1377 -msgid "Enter the diameter of your printer's hot end nozzle." -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:1380 -msgid "Nozzle Diameter:" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:1390 -msgid "Enter the diameter of your filament." -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:1391 -msgid "" -"Good precision is required, so use a caliper and do multiple measurements " -"along the filament, then compute the average." -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:1394 -msgid "Filament Diameter:" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:1440 -msgid "Nozzle and Bed Temperatures" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:1440 -msgid "Temperatures" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:1456 -msgid "Enter the temperature needed for extruding your filament." -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:1457 -msgid "A rule of thumb is 160 to 230 °C for PLA, and 215 to 250 °C for ABS." -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:1460 -msgid "Extrusion Temperature:" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:1461 src/slic3r/GUI/ConfigWizard.cpp:1475 -#: src/libslic3r/PrintConfig.cpp:256 src/libslic3r/PrintConfig.cpp:258 -#: src/libslic3r/PrintConfig.cpp:499 src/libslic3r/PrintConfig.cpp:1114 -#: src/libslic3r/PrintConfig.cpp:1343 src/libslic3r/PrintConfig.cpp:1737 -#: src/libslic3r/PrintConfig.cpp:1822 src/libslic3r/PrintConfig.cpp:3855 -msgid "°C" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:1470 -msgid "" -"Enter the bed temperature needed for getting your filament to stick to your " -"heated bed." -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:1471 -msgid "" -"A rule of thumb is 60 °C for PLA and 110 °C for ABS. Leave zero if you have " -"no heated bed." -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:1474 -msgid "Bed Temperature:" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:1914 src/slic3r/GUI/ConfigWizard.cpp:2656 -msgid "Filaments" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:1914 src/slic3r/GUI/ConfigWizard.cpp:2658 -msgid "SLA Materials" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:1982 -msgid "FFF Technology Printers" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:1987 -msgid "SLA Technology Printers" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:2306 src/slic3r/GUI/DoubleSlider.cpp:2278 -#: src/slic3r/GUI/DoubleSlider.cpp:2298 src/slic3r/GUI/GUI.cpp:260 -msgid "Notice" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:2327 -msgid "The following FFF printer models have no filament selected:" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:2331 -msgid "Do you want to select default filaments for these FFF printer models?" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:2345 -msgid "The following SLA printer models have no materials selected:" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:2349 -msgid "Do you want to select default SLA materials for these printer models?" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:2598 -msgid "Select all standard printers in this page" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:2601 -msgid "< &Back" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:2602 -msgid "&Next >" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:2603 -msgid "&Finish" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:2604 src/slic3r/GUI/FirmwareDialog.cpp:151 -#: src/slic3r/GUI/Gizmos/GLGizmoFdmSupports.cpp:248 -#: src/slic3r/GUI/ProgressStatusBar.cpp:26 -#: src/slic3r/GUI/UnsavedChangesDialog.cpp:656 -msgid "Cancel" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:2619 -msgid "Prusa FFF Technology Printers" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:2622 -msgid "Prusa MSLA Technology Printers" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:2656 -msgid "Filament Profiles Selection" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:2656 src/slic3r/GUI/ConfigWizard.cpp:2658 -#: src/slic3r/GUI/GUI_ObjectList.cpp:4181 -msgid "Type:" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:2658 -msgid "SLA Material Profiles Selection" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:2784 -msgid "Configuration Assistant" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:2785 -msgid "Configuration &Assistant" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:2787 -msgid "Configuration Wizard" -msgstr "" - -#: src/slic3r/GUI/ConfigWizard.cpp:2788 -msgid "Configuration &Wizard" -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:98 -msgid "Place bearings in slots and resume printing" -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:1257 -msgid "One layer mode" -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:1259 -msgid "Discard all custom changes" -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:1263 src/slic3r/GUI/DoubleSlider.cpp:2028 -msgid "Jump to move" -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:1266 -#, possible-c-format -msgid "" -"Jump to height %s\n" -"Set ruler mode\n" -"or Set extruder sequence for the entire print" -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:1269 -#, possible-c-format -msgid "" -"Jump to height %s\n" -"or Set ruler mode" -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:1274 -msgid "Edit current color - Right click the colored slider segment" -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:1284 -msgid "Print mode" -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:1298 -msgid "Add extruder change - Left click" -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:1300 -msgid "" -"Add color change - Left click for predefined color or Shift + Left click for " -"custom color selection" -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:1302 -msgid "Add color change - Left click" -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:1303 -msgid "or press \"+\" key" -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:1305 -msgid "Add another code - Ctrl + Left click" -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:1306 -msgid "Add another code - Right click" -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:1312 -msgid "" -"The sequential print is on.\n" -"It's impossible to apply any custom G-code for objects printing " -"sequentually.\n" -"This code won't be processed during G-code generation." -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:1321 -msgid "Color change (\"%1%\")" -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:1322 -msgid "Color change (\"%1%\") for Extruder %2%" -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:1324 -msgid "Pause print (\"%1%\")" -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:1326 -msgid "Custom template (\"%1%\")" -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:1328 -msgid "Extruder (tool) is changed to Extruder \"%1%\"" -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:1335 -msgid "Note" -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:1337 -msgid "" -"G-code associated to this tick mark is in a conflict with print mode.\n" -"Editing it will cause changes of Slider data." -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:1340 -msgid "" -"There is a color change for extruder that won't be used till the end of " -"print job.\n" -"This code won't be processed during G-code generation." -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:1343 -msgid "" -"There is an extruder change set to the same extruder.\n" -"This code won't be processed during G-code generation." -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:1346 -msgid "" -"There is a color change for extruder that has not been used before.\n" -"Check your settings to avoid redundant color changes." -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:1351 -msgid "Delete tick mark - Left click or press \"-\" key" -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:1353 -msgid "Edit tick mark - Ctrl + Left click" -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:1354 -msgid "Edit tick mark - Right click" -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:1450 src/slic3r/GUI/DoubleSlider.cpp:1484 -#: src/slic3r/GUI/GUI_ObjectList.cpp:1889 -#, possible-c-format -msgid "Extruder %d" -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:1451 src/slic3r/GUI/GUI_ObjectList.cpp:1890 -msgid "active" -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:1460 -msgid "Switch code to Change extruder" -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:1460 src/slic3r/GUI/GUI_ObjectList.cpp:1857 -msgid "Change extruder" -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:1461 -msgid "Change extruder (N/A)" -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:1463 -msgid "Use another extruder" -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:1485 -msgid "used" -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:1493 -msgid "Switch code to Color change (%1%) for:" -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:1494 -msgid "Add color change (%1%) for:" -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:1830 -msgid "Add color change" -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:1841 -msgid "Add pause print" -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:1845 -msgid "Add custom template" -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:1848 -msgid "Add custom G-code" -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:1866 -msgid "Edit color" -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:1867 -msgid "Edit pause print message" -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:1868 -msgid "Edit custom G-code" -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:1874 -msgid "Delete color change" -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:1875 -msgid "Delete tool change" -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:1876 -msgid "Delete pause print" -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:1877 -msgid "Delete custom G-code" -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:1887 src/slic3r/GUI/DoubleSlider.cpp:2028 -msgid "Jump to height" -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:1892 -msgid "Hide ruler" -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:1896 -msgid "Show object height" -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:1896 -msgid "Show object height on the ruler" -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:1900 -msgid "Show estimated print time" -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:1900 -msgid "Show estimated print time on the ruler" -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:1904 -msgid "Ruler mode" -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:1904 -msgid "Set ruler mode" -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:1909 -msgid "Set extruder sequence for the entire print" -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:1995 -msgid "Enter custom G-code used on current layer" -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:1996 -msgid "Custom G-code on current layer (%1% mm)." -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:2011 -msgid "Enter short message shown on Printer display when a print is paused" -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:2012 -msgid "Message for pause print on current layer (%1% mm)." -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:2027 -msgid "Enter the move you want to jump to" -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:2027 -msgid "Enter the height you want to jump to" -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:2272 -msgid "The last color change data was saved for a single extruder printing." -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:2273 src/slic3r/GUI/DoubleSlider.cpp:2288 -msgid "The last color change data was saved for a multi extruder printing." -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:2275 -msgid "Your current changes will delete all saved color changes." -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:2276 src/slic3r/GUI/DoubleSlider.cpp:2296 -msgid "Are you sure you want to continue?" -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:2289 -msgid "" -"Select YES if you want to delete all saved tool changes, \n" -"NO if you want all tool changes switch to color changes, \n" -"or CANCEL to leave it unchanged." -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:2292 -msgid "Do you want to delete all saved tool changes?" -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:2294 -msgid "" -"The last color change data was saved for a multi extruder printing with tool " -"changes for whole print." -msgstr "" - -#: src/slic3r/GUI/DoubleSlider.cpp:2295 -msgid "Your current changes will delete all saved extruder (tool) changes." -msgstr "" - -#: src/slic3r/GUI/ExtraRenderers.cpp:297 src/slic3r/GUI/GUI_ObjectList.cpp:522 -#: src/slic3r/GUI/GUI_ObjectList.cpp:534 src/slic3r/GUI/GUI_ObjectList.cpp:1035 -#: src/slic3r/GUI/GUI_ObjectList.cpp:4619 -#: src/slic3r/GUI/GUI_ObjectList.cpp:4629 -#: src/slic3r/GUI/GUI_ObjectList.cpp:4664 -#: src/slic3r/GUI/ObjectDataViewModel.cpp:209 -#: src/slic3r/GUI/ObjectDataViewModel.cpp:266 -#: src/slic3r/GUI/ObjectDataViewModel.cpp:291 -#: src/slic3r/GUI/ObjectDataViewModel.cpp:499 -#: src/libslic3r/PrintConfig.cpp:1051 -msgid "default" -msgstr "" - -#: src/slic3r/GUI/ExtruderSequenceDialog.cpp:24 -msgid "Set extruder sequence" -msgstr "" - -#: src/slic3r/GUI/ExtruderSequenceDialog.cpp:40 -msgid "Set extruder change for every" -msgstr "" - -#: src/slic3r/GUI/ExtruderSequenceDialog.cpp:53 -#: src/libslic3r/PrintConfig.cpp:653 src/libslic3r/PrintConfig.cpp:1976 -#: src/libslic3r/PrintConfig.cpp:3000 src/libslic3r/PrintConfig.cpp:3236 -#: src/libslic3r/PrintConfig.cpp:3401 src/libslic3r/PrintConfig.cpp:3687 -#: src/libslic3r/PrintConfig.cpp:3736 -msgid "layers" -msgstr "" - -#: src/slic3r/GUI/ExtruderSequenceDialog.cpp:137 -msgid "Set extruder(tool) sequence" -msgstr "" - -#: src/slic3r/GUI/ExtruderSequenceDialog.cpp:183 -msgid "Remove extruder from sequence" -msgstr "" - -#: src/slic3r/GUI/ExtruderSequenceDialog.cpp:193 -msgid "Add extruder to sequence" -msgstr "" - -#: src/slic3r/GUI/Field.cpp:206 -msgid "default value" -msgstr "" - -#: src/slic3r/GUI/Field.cpp:209 -msgid "parameter name" -msgstr "" - -#: src/slic3r/GUI/Field.cpp:220 src/slic3r/GUI/OptionsGroup.cpp:855 -#: src/slic3r/GUI/UnsavedChangesDialog.cpp:881 -msgid "N/A" -msgstr "" - -#: src/slic3r/GUI/Field.cpp:242 -#, possible-c-format -msgid "%s doesn't support percentage" -msgstr "" - -#: src/slic3r/GUI/Field.cpp:262 src/slic3r/GUI/Field.cpp:316 -#: src/slic3r/GUI/Field.cpp:1636 src/slic3r/GUI/GUI_ObjectLayers.cpp:413 -msgid "Invalid numeric input." -msgstr "" - -#: src/slic3r/GUI/Field.cpp:273 -#, possible-c-format -msgid "" -"Input value is out of range\n" -"Are you sure that %s is a correct value and that you want to continue?" -msgstr "" - -#: src/slic3r/GUI/Field.cpp:275 src/slic3r/GUI/Field.cpp:363 -msgid "Parameter validation" -msgstr "" - -#: src/slic3r/GUI/Field.cpp:288 src/slic3r/GUI/Field.cpp:327 -#: src/slic3r/GUI/Field.cpp:411 src/slic3r/GUI/Field.cpp:1648 -msgid "Input value is out of range" -msgstr "" - -#: src/slic3r/GUI/Field.cpp:360 -#, possible-c-format -msgid "" -"Do you mean %s%% instead of %s %s?\n" -"Select YES if you want to change this value to %s%%, \n" -"or NO if you are sure that %s %s is a correct value." -msgstr "" - -#: src/slic3r/GUI/Field.cpp:419 -msgid "" -"Invalid input format. Expected vector of dimensions in the following format: " -"\"%1%\"" -msgstr "" - -#: src/slic3r/GUI/FirmwareDialog.cpp:150 -msgid "Flash!" -msgstr "" - -#: src/slic3r/GUI/FirmwareDialog.cpp:152 -msgid "Flashing in progress. Please do not disconnect the printer!" -msgstr "" - -#: src/slic3r/GUI/FirmwareDialog.cpp:199 -msgid "Flashing failed" -msgstr "" - -#: src/slic3r/GUI/FirmwareDialog.cpp:282 -msgid "Flashing succeeded!" -msgstr "" - -#: src/slic3r/GUI/FirmwareDialog.cpp:283 -msgid "Flashing failed. Please see the avrdude log below." -msgstr "" - -#: src/slic3r/GUI/FirmwareDialog.cpp:284 -msgid "Flashing cancelled." -msgstr "" - -#: src/slic3r/GUI/FirmwareDialog.cpp:332 -#, possible-c-format -msgid "" -"This firmware hex file does not match the printer model.\n" -"The hex file is intended for: %s\n" -"Printer reported: %s\n" -"\n" -"Do you want to continue and flash this hex file anyway?\n" -"Please only continue if you are sure this is the right thing to do." -msgstr "" - -#: src/slic3r/GUI/FirmwareDialog.cpp:419 src/slic3r/GUI/FirmwareDialog.cpp:454 -#, possible-c-format -msgid "" -"Multiple %s devices found. Please only connect one at a time for flashing." -msgstr "" - -#: src/slic3r/GUI/FirmwareDialog.cpp:436 -#, possible-c-format -msgid "" -"The %s device was not found.\n" -"If the device is connected, please press the Reset button next to the USB " -"connector ..." -msgstr "" - -#: src/slic3r/GUI/FirmwareDialog.cpp:548 -#, possible-c-format -msgid "The %s device could not have been found" -msgstr "" - -#: src/slic3r/GUI/FirmwareDialog.cpp:645 -#, possible-c-format -msgid "Error accessing port at %s: %s" -msgstr "" - -#: src/slic3r/GUI/FirmwareDialog.cpp:647 -#, possible-c-format -msgid "Error: %s" -msgstr "" - -#: src/slic3r/GUI/FirmwareDialog.cpp:777 -msgid "Firmware flasher" -msgstr "" - -#: src/slic3r/GUI/FirmwareDialog.cpp:802 -msgid "Firmware image:" -msgstr "" - -#: src/slic3r/GUI/FirmwareDialog.cpp:805 -#: src/slic3r/GUI/PhysicalPrinterDialog.cpp:324 -#: src/slic3r/GUI/PhysicalPrinterDialog.cpp:399 -msgid "Browse" -msgstr "" - -#: src/slic3r/GUI/FirmwareDialog.cpp:807 -msgid "Serial port:" -msgstr "" - -#: src/slic3r/GUI/FirmwareDialog.cpp:809 -msgid "Autodetected" -msgstr "" - -#: src/slic3r/GUI/FirmwareDialog.cpp:810 -msgid "Rescan" -msgstr "" - -#: src/slic3r/GUI/FirmwareDialog.cpp:817 -msgid "Progress:" -msgstr "" - -#: src/slic3r/GUI/FirmwareDialog.cpp:820 -msgid "Status:" -msgstr "" - -#: src/slic3r/GUI/FirmwareDialog.cpp:821 -msgid "Ready" -msgstr "" - -#: src/slic3r/GUI/FirmwareDialog.cpp:841 -msgid "Advanced: Output log" -msgstr "" - -#: src/slic3r/GUI/FirmwareDialog.cpp:902 -msgid "" -"Are you sure you want to cancel firmware flashing?\n" -"This could leave your printer in an unusable state!" -msgstr "" - -#: src/slic3r/GUI/FirmwareDialog.cpp:903 -msgid "Confirmation" -msgstr "" - -#: src/slic3r/GUI/FirmwareDialog.cpp:906 -msgid "Cancelling..." -msgstr "" - -#: src/slic3r/GUI/FreeCADDialog.cpp:171 -msgid "FreePySCAD : script engine for FreeCAD" -msgstr "" - -#: src/slic3r/GUI/FreeCADDialog.cpp:273 -msgid "New" -msgstr "" - -#: src/slic3r/GUI/FreeCADDialog.cpp:276 src/slic3r/GUI/GUI_ObjectList.cpp:1601 -msgid "Load" -msgstr "" - -#: src/slic3r/GUI/FreeCADDialog.cpp:279 src/slic3r/GUI/Plater.cpp:4841 -#: src/slic3r/GUI/UnsavedChangesDialog.cpp:654 -msgid "Save" -msgstr "" - -#: src/slic3r/GUI/FreeCADDialog.cpp:282 -msgid "Quick Save" -msgstr "" - -#: src/slic3r/GUI/FreeCADDialog.cpp:288 -msgid "" -"What to do with the result? insert it into the existing plater or replacing " -"the current plater by a new one?" -msgstr "" - -#: src/slic3r/GUI/FreeCADDialog.cpp:340 src/slic3r/GUI/FreeCADDialog.cpp:380 -msgid "Choose one file (py):" -msgstr "" - -#: src/slic3r/GUI/GCodeViewer.cpp:330 -msgid "Tool position" -msgstr "" - -#: src/slic3r/GUI/GCodeViewer.cpp:1569 src/slic3r/GUI/GCodeViewer.cpp:2105 -msgid "Generating toolpaths" -msgstr "" - -#: src/slic3r/GUI/GCodeViewer.cpp:1607 src/slic3r/GUI/GCodeViewer.cpp:2489 -msgid "Generating vertex buffer" -msgstr "" - -#: src/slic3r/GUI/GCodeViewer.cpp:1884 src/slic3r/GUI/GCodeViewer.cpp:2577 -msgid "Generating index buffers" -msgstr "" - -#: src/slic3r/GUI/GCodeViewer.cpp:3953 -msgid "Click to hide" -msgstr "" - -#: src/slic3r/GUI/GCodeViewer.cpp:3953 -msgid "Click to show" -msgstr "" - -#: src/slic3r/GUI/GCodeViewer.cpp:4082 -msgid "up to" -msgstr "" - -#: src/slic3r/GUI/GCodeViewer.cpp:4088 -msgid "above" -msgstr "" - -#: src/slic3r/GUI/GCodeViewer.cpp:4096 -msgid "from" -msgstr "" - -#: src/slic3r/GUI/GCodeViewer.cpp:4096 -msgid "to" -msgstr "" - -#: src/slic3r/GUI/GCodeViewer.cpp:4124 src/slic3r/GUI/GCodeViewer.cpp:4132 -msgid "Feature type" -msgstr "" - -#: src/slic3r/GUI/GCodeViewer.cpp:4124 src/slic3r/GUI/GCodeViewer.cpp:4132 -#: src/slic3r/GUI/RammingChart.cpp:76 -msgid "Time" -msgstr "" - -#: src/slic3r/GUI/GCodeViewer.cpp:4132 -msgid "Percentage" -msgstr "" - -#: src/slic3r/GUI/GCodeViewer.cpp:4135 -msgid "Height (mm)" -msgstr "" - -#: src/slic3r/GUI/GCodeViewer.cpp:4136 -msgid "Width (mm)" -msgstr "" - -#: src/slic3r/GUI/GCodeViewer.cpp:4137 -msgid "Speed (mm/s)" -msgstr "" - -#: src/slic3r/GUI/GCodeViewer.cpp:4138 -msgid "Fan Speed (%)" -msgstr "" - -#: src/slic3r/GUI/GCodeViewer.cpp:4139 -msgid "Layer Time" -msgstr "" - -#: src/slic3r/GUI/GCodeViewer.cpp:4140 -msgid "Layer Time (log)" -msgstr "" - -#: src/slic3r/GUI/GCodeViewer.cpp:4141 -msgid "Chronology" -msgstr "" - -#: src/slic3r/GUI/GCodeViewer.cpp:4142 -msgid "Volumetric flow rate (mm³/s)" -msgstr "" - -#: src/slic3r/GUI/GCodeViewer.cpp:4143 src/slic3r/GUI/GUI_Preview.cpp:253 -#: src/slic3r/GUI/GUI_Preview.cpp:961 -msgid "Tool" -msgstr "" - -#: src/slic3r/GUI/GCodeViewer.cpp:4144 src/slic3r/GUI/GCodeViewer.cpp:4194 -#: src/slic3r/GUI/GCodeViewer.cpp:4492 src/slic3r/GUI/GCodeViewer.cpp:4522 -#: src/slic3r/GUI/GUI_Preview.cpp:254 src/slic3r/GUI/Plater.cpp:696 -msgid "Filament" -msgstr "" - -#: src/slic3r/GUI/GCodeViewer.cpp:4145 -msgid "Color Print" -msgstr "" - -#: src/slic3r/GUI/GCodeViewer.cpp:4146 src/libslic3r/PrintConfig.cpp:3851 -#: src/libslic3r/PrintConfig.cpp:3862 -msgid "Temperature" -msgstr "" - -#: src/slic3r/GUI/GCodeViewer.cpp:4186 src/slic3r/GUI/GCodeViewer.cpp:4229 -#: src/slic3r/GUI/GCodeViewer.cpp:4234 src/slic3r/GUI/GUI_ObjectList.cpp:322 -#: src/slic3r/GUI/wxExtensions.cpp:549 src/libslic3r/PrintConfig.cpp:1046 -msgid "Extruder" -msgstr "" - -#: src/slic3r/GUI/GCodeViewer.cpp:4205 -msgid "Default color" -msgstr "" - -#: src/slic3r/GUI/GCodeViewer.cpp:4229 -msgid "default color" -msgstr "" - -#: src/slic3r/GUI/GCodeViewer.cpp:4324 src/slic3r/GUI/GCodeViewer.cpp:4370 -msgid "Color change" -msgstr "" - -#: src/slic3r/GUI/GCodeViewer.cpp:4343 src/slic3r/GUI/GCodeViewer.cpp:4368 -msgid "Print" -msgstr "" - -#: src/slic3r/GUI/GCodeViewer.cpp:4369 src/slic3r/GUI/GCodeViewer.cpp:4386 -#: src/slic3r/GUI/GUI_Preview.cpp:1148 -msgid "Pause" -msgstr "" - -#: src/slic3r/GUI/GCodeViewer.cpp:4374 src/slic3r/GUI/GCodeViewer.cpp:4377 -msgid "Event" -msgstr "" - -#: src/slic3r/GUI/GCodeViewer.cpp:4374 src/slic3r/GUI/GCodeViewer.cpp:4377 -msgid "Remaining time" -msgstr "" - -#: src/slic3r/GUI/GCodeViewer.cpp:4377 -msgid "Duration" -msgstr "" - -#: src/slic3r/GUI/GCodeViewer.cpp:4412 src/slic3r/GUI/GUI_Preview.cpp:1142 -#: src/libslic3r/PrintConfig.cpp:4052 -msgid "Travel" -msgstr "" - -#: src/slic3r/GUI/GCodeViewer.cpp:4415 -msgid "Movement" -msgstr "" - -#: src/slic3r/GUI/GCodeViewer.cpp:4416 -msgid "Extrusion" -msgstr "" - -#: src/slic3r/GUI/GCodeViewer.cpp:4417 src/slic3r/GUI/Tab.cpp:2204 -msgid "Retraction" -msgstr "" - -#: src/slic3r/GUI/GCodeViewer.cpp:4434 src/slic3r/GUI/GCodeViewer.cpp:4437 -#: src/slic3r/GUI/GUI_Preview.cpp:1143 -msgid "Wipe" -msgstr "" - -#: src/slic3r/GUI/GCodeViewer.cpp:4468 src/slic3r/GUI/GUI_Preview.cpp:287 -#: src/slic3r/GUI/GUI_Preview.cpp:301 -msgid "Options" -msgstr "" - -#: src/slic3r/GUI/GCodeViewer.cpp:4471 -msgid "Retractions" -msgstr "" - -#: src/slic3r/GUI/GCodeViewer.cpp:4472 -msgid "Deretractions" -msgstr "" - -#: src/slic3r/GUI/GCodeViewer.cpp:4473 -msgid "Tool changes" -msgstr "" - -#: src/slic3r/GUI/GCodeViewer.cpp:4474 -msgid "Color changes" -msgstr "" - -#: src/slic3r/GUI/GCodeViewer.cpp:4475 -msgid "Print pauses" -msgstr "" - -#: src/slic3r/GUI/GCodeViewer.cpp:4476 -msgid "Custom G-codes" -msgstr "" - -#: src/slic3r/GUI/GCodeViewer.cpp:4487 src/slic3r/GUI/GCodeViewer.cpp:4511 -#: src/slic3r/GUI/Plater.cpp:699 src/libslic3r/PrintConfig.cpp:161 -msgid "Printer" -msgstr "" - -#: src/slic3r/GUI/GCodeViewer.cpp:4489 src/slic3r/GUI/GCodeViewer.cpp:4516 -#: src/slic3r/GUI/Plater.cpp:695 -msgid "Print settings" -msgstr "" - -#: src/slic3r/GUI/GCodeViewer.cpp:4547 src/slic3r/GUI/GCodeViewer.cpp:4552 -#: src/slic3r/GUI/Plater.cpp:243 src/slic3r/GUI/Plater.cpp:1136 -#: src/slic3r/GUI/Plater.cpp:1249 -msgid "Estimated printing time" -msgstr "" - -#: src/slic3r/GUI/GCodeViewer.cpp:4547 -msgid "Normal mode" -msgstr "" - -#: src/slic3r/GUI/GCodeViewer.cpp:4552 -msgid "Stealth mode" -msgstr "" - -#: src/slic3r/GUI/GCodeViewer.cpp:4580 -msgid "Show stealth mode" -msgstr "" - -#: src/slic3r/GUI/GCodeViewer.cpp:4584 -msgid "Show normal mode" -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:236 src/slic3r/GUI/GLCanvas3D.cpp:4660 -msgid "Variable layer height" -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:238 -msgid "Left mouse button:" -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:240 -msgid "Add detail" -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:242 -msgid "Right mouse button:" -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:244 -msgid "Remove detail" -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:246 -msgid "Shift + Left mouse button:" -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:248 -msgid "Reset to base" -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:250 -msgid "Shift + Right mouse button:" -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:252 -msgid "Smoothing" -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:254 -msgid "Mouse wheel:" -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:256 -msgid "Increase/decrease edit area" -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:259 -msgid "Adaptive" -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:265 -msgid "Quality / Speed" -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:268 -msgid "Higher print quality versus higher print speed." -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:279 -msgid "Smooth" -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:285 src/libslic3r/PrintConfig.cpp:1076 -msgid "Radius" -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:295 -msgid "Keep min" -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:304 src/slic3r/GUI/GLCanvas3D.cpp:4072 -msgid "Reset" -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:569 -msgid "Variable layer height - Manual edit" -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:637 -msgid "An object outside the print area was detected." -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:638 -msgid "A toolpath outside the print area was detected." -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:639 -msgid "SLA supports outside the print area were detected." -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:640 -msgid "Some objects are not visible." -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:642 -msgid "" -"An object outside the print area was detected.\n" -"Resolve the current problem to continue slicing." -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:957 -msgid "Seq." -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:1470 -msgid "Variable layer height - Reset" -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:1478 -msgid "Variable layer height - Adaptive" -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:1486 -msgid "Variable layer height - Smooth all" -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:1891 -msgid "Mirror Object" -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:2761 -#: src/slic3r/GUI/Gizmos/GLGizmosManager.cpp:520 -msgid "Gizmo-Move" -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:2847 -#: src/slic3r/GUI/Gizmos/GLGizmosManager.cpp:522 -msgid "Gizmo-Rotate" -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:3406 -msgid "Move Object" -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:3876 src/slic3r/GUI/GLCanvas3D.cpp:4621 -msgid "Switch to Settings" -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:3877 src/slic3r/GUI/GLCanvas3D.cpp:4621 -msgid "Print Settings Tab" -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:3878 src/slic3r/GUI/GLCanvas3D.cpp:4622 -msgid "Filament Settings Tab" -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:3878 src/slic3r/GUI/GLCanvas3D.cpp:4622 -msgid "Material Settings Tab" -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:3879 src/slic3r/GUI/GLCanvas3D.cpp:4623 -msgid "Printer Settings Tab" -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:3931 -msgid "Undo History" -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:3931 -msgid "Redo History" -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:3952 -#, possible-c-format -msgid "Undo %1$d Action" -msgid_plural "Undo %1$d Actions" -msgstr[0] "" -msgstr[1] "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:3952 -#, possible-c-format -msgid "Redo %1$d Action" -msgid_plural "Redo %1$d Actions" -msgstr[0] "" -msgstr[1] "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:3972 src/slic3r/GUI/GLCanvas3D.cpp:4639 -#: src/slic3r/GUI/KBShortcutsDialog.cpp:98 src/slic3r/GUI/Search.cpp:376 -msgid "Search" -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:3986 src/slic3r/GUI/GLCanvas3D.cpp:3994 -#: src/slic3r/GUI/Search.cpp:383 -msgid "Enter a search term" -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:4025 -msgid "Arrange options" -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:4055 -msgid "Press %1%left mouse button to enter the exact value" -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:4057 -msgid "Spacing" -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:4064 -msgid "Enable rotations (slow)" -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:4082 src/slic3r/GUI/GLCanvas3D.cpp:4531 -#: src/slic3r/GUI/KBShortcutsDialog.cpp:120 src/slic3r/GUI/Plater.cpp:1678 -msgid "Arrange" -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:4505 -msgid "Add..." -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:4513 src/slic3r/GUI/GUI_ObjectList.cpp:1903 -#: src/slic3r/GUI/Plater.cpp:4086 src/slic3r/GUI/Plater.cpp:4110 -#: src/slic3r/GUI/Tab.cpp:3672 -msgid "Delete" -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:4522 src/slic3r/GUI/KBShortcutsDialog.cpp:88 -#: src/slic3r/GUI/Plater.cpp:5260 -msgid "Delete all" -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:4531 src/slic3r/GUI/KBShortcutsDialog.cpp:121 -msgid "Arrange selection" -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:4531 -msgid "Click right mouse button to show arrangement options" -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:4553 -msgid "Copy" -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:4562 -msgid "Paste" -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:4574 src/slic3r/GUI/Plater.cpp:3945 -#: src/slic3r/GUI/Plater.cpp:3957 src/slic3r/GUI/Plater.cpp:4095 -msgid "Add instance" -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:4585 src/slic3r/GUI/Plater.cpp:4097 -msgid "Remove instance" -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:4598 -msgid "Split to objects" -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:4608 src/slic3r/GUI/GUI_ObjectList.cpp:1675 -msgid "Split to parts" -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:4710 src/slic3r/GUI/KBShortcutsDialog.cpp:89 -#: src/slic3r/GUI/MainFrame.cpp:1353 -msgid "Undo" -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:4710 src/slic3r/GUI/GLCanvas3D.cpp:4749 -msgid "Click right mouse button to open/close History" -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:4733 -msgid "Next Undo action: %1%" -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:4749 src/slic3r/GUI/KBShortcutsDialog.cpp:90 -#: src/slic3r/GUI/MainFrame.cpp:1356 -msgid "Redo" -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:4771 -msgid "Next Redo action: %1%" -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:6401 -msgid "Selection-Add from rectangle" -msgstr "" - -#: src/slic3r/GUI/GLCanvas3D.cpp:6420 -msgid "Selection-Remove from rectangle" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoCut.cpp:54 -#: src/slic3r/GUI/Gizmos/GLGizmoCut.cpp:151 src/libslic3r/PrintConfig.cpp:6371 -msgid "Cut" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoCut.cpp:179 -#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:341 -#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:418 -#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:487 -#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:488 -msgid "in" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoCut.cpp:185 -msgid "Keep upper part" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoCut.cpp:186 -msgid "Keep lower part" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoCut.cpp:187 -msgid "Rotate lower part upwards" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoCut.cpp:192 -msgid "Perform cut" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoFdmSupports.cpp:33 -msgid "Paint-on supports" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoFdmSupports.cpp:42 -#: src/slic3r/GUI/Gizmos/GLGizmoHollow.cpp:49 -#: src/slic3r/GUI/Gizmos/GLGizmoSeam.cpp:27 -#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:57 -msgid "Clipping of view" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoFdmSupports.cpp:43 -#: src/slic3r/GUI/Gizmos/GLGizmoHollow.cpp:50 -#: src/slic3r/GUI/Gizmos/GLGizmoSeam.cpp:28 -#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:58 -msgid "Reset direction" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoFdmSupports.cpp:44 -#: src/slic3r/GUI/Gizmos/GLGizmoSeam.cpp:29 -msgid "Brush size" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoFdmSupports.cpp:45 -#: src/slic3r/GUI/Gizmos/GLGizmoSeam.cpp:30 -msgid "Brush shape" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoFdmSupports.cpp:46 -#: src/slic3r/GUI/Gizmos/GLGizmoSeam.cpp:31 -msgid "Left mouse button" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoFdmSupports.cpp:47 -msgid "Enforce supports" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoFdmSupports.cpp:48 -#: src/slic3r/GUI/Gizmos/GLGizmoSeam.cpp:33 -msgid "Right mouse button" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoFdmSupports.cpp:49 -#: src/slic3r/GUI/Gizmos/GLGizmoPainterBase.cpp:374 -msgid "Block supports" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoFdmSupports.cpp:50 -#: src/slic3r/GUI/Gizmos/GLGizmoSeam.cpp:35 -msgid "Shift + Left mouse button" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoFdmSupports.cpp:51 -#: src/slic3r/GUI/Gizmos/GLGizmoSeam.cpp:36 -#: src/slic3r/GUI/Gizmos/GLGizmoPainterBase.cpp:369 -#: src/slic3r/GUI/Gizmos/GLGizmoPainterBase.cpp:379 -msgid "Remove selection" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoFdmSupports.cpp:52 -#: src/slic3r/GUI/Gizmos/GLGizmoSeam.cpp:37 -msgid "Remove all selection" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoFdmSupports.cpp:53 -#: src/slic3r/GUI/Gizmos/GLGizmoSeam.cpp:38 -msgid "Circle" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoFdmSupports.cpp:54 -#: src/slic3r/GUI/Gizmos/GLGizmoSeam.cpp:39 -#: src/slic3r/GUI/GUI_ObjectList.cpp:1650 -#: src/slic3r/GUI/GUI_ObjectList.cpp:1662 -msgid "Sphere" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoFdmSupports.cpp:129 -msgid "Autoset by angle" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoFdmSupports.cpp:136 -#: src/slic3r/GUI/Gizmos/GLGizmoSeam.cpp:124 -msgid "Reset selection" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoFdmSupports.cpp:160 -#: src/slic3r/GUI/Gizmos/GLGizmoSeam.cpp:147 -msgid "Alt + Mouse wheel" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoFdmSupports.cpp:178 -#: src/slic3r/GUI/Gizmos/GLGizmoSeam.cpp:165 -msgid "Paints all facets inside, regardless of their orientation." -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoFdmSupports.cpp:192 -#: src/slic3r/GUI/Gizmos/GLGizmoSeam.cpp:179 -msgid "Ignores facets facing away from the camera." -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoFdmSupports.cpp:225 -#: src/slic3r/GUI/Gizmos/GLGizmoSeam.cpp:209 -msgid "Ctrl + Mouse wheel" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoFdmSupports.cpp:233 -msgid "Autoset custom supports" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoFdmSupports.cpp:235 -msgid "Threshold:" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoFdmSupports.cpp:242 -msgid "Enforce" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoFdmSupports.cpp:245 -msgid "Block" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoFdmSupports.cpp:295 -msgid "Block supports by angle" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoFdmSupports.cpp:296 -msgid "Add supports by angle" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoFlatten.cpp:40 -msgid "Place on face" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoHollow.cpp:40 -msgid "Hollow this object" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoHollow.cpp:41 -msgid "Preview hollowed and drilled model" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoHollow.cpp:42 -msgid "Offset" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoHollow.cpp:43 -#: src/slic3r/GUI/Jobs/SLAImportJob.cpp:56 -msgid "Quality" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoHollow.cpp:44 -#: src/libslic3r/PrintConfig.cpp:5166 -msgid "Closing distance" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoHollow.cpp:45 -msgid "Hole diameter" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoHollow.cpp:46 -msgid "Hole depth" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoHollow.cpp:47 -msgid "Remove selected holes" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoHollow.cpp:48 -msgid "Remove all holes" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoHollow.cpp:51 -msgid "Show supports" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoHollow.cpp:308 -msgid "Add drainage hole" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoHollow.cpp:424 -msgid "Delete drainage hole" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoHollow.cpp:624 -msgid "Hollowing parameter change" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoHollow.cpp:693 -msgid "Change drainage hole diameter" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoHollow.cpp:785 -msgid "Hollow and drill" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoHollow.cpp:835 -msgid "Move drainage hole" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoMove.cpp:64 -msgid "Move" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoRotate.cpp:461 -#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:528 -#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:547 -#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:563 -#: src/libslic3r/PrintConfig.cpp:6423 -msgid "Rotate" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoScale.cpp:78 -#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:238 -#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:548 -#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:564 -#: src/libslic3r/PrintConfig.cpp:6438 -msgid "Scale" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoSeam.cpp:32 -#: src/slic3r/GUI/Gizmos/GLGizmoPainterBase.cpp:382 -msgid "Enforce seam" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoSeam.cpp:34 -#: src/slic3r/GUI/Gizmos/GLGizmoPainterBase.cpp:384 -msgid "Block seam" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoSeam.cpp:48 -msgid "Seam painting" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:47 -msgid "Head diameter" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:48 -msgid "Lock supports under new islands" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:49 -#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1218 -msgid "Remove selected points" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:50 -msgid "Remove all points" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:51 -#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1221 -msgid "Apply changes" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:52 -#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1222 -msgid "Discard changes" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:53 -msgid "Minimal points distance" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:54 -#: src/libslic3r/PrintConfig.cpp:4996 -msgid "Support points density" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:55 -#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1224 -msgid "Auto-generate points" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:56 -msgid "Manual editing" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:374 -msgid "Add support point" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:514 -msgid "Delete support point" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:694 -msgid "Change point head diameter" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:762 -msgid "Support parameter change" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:869 -msgid "SLA Support Points" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:897 -msgid "SLA gizmo turned on" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:911 -msgid "Do you want to save your manually edited support points?" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:912 -msgid "Save changes?" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:924 -msgid "SLA gizmo turned off" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:955 -msgid "Move support point" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1048 -msgid "Support points edit" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1127 -msgid "Autogeneration will erase all manually edited points." -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1128 -msgid "Are you sure you want to do it?" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1129 src/slic3r/GUI/GUI.cpp:272 -#: src/slic3r/GUI/PhysicalPrinterDialog.cpp:603 -#: src/slic3r/GUI/PhysicalPrinterDialog.cpp:627 -#: src/slic3r/GUI/WipeTowerDialog.cpp:45 src/slic3r/GUI/WipeTowerDialog.cpp:366 -msgid "Warning" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1134 -msgid "Autogenerate support points" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1181 -msgid "SLA gizmo keyboard shortcuts" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1192 -msgid "Note: some shortcuts work in (non)editing mode only." -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1210 -#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1213 -#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1214 -msgid "Left click" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1210 -msgid "Add point" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1211 -msgid "Right click" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1211 -msgid "Remove point" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1212 -#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1215 -#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1216 -msgid "Drag" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1212 -msgid "Move point" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1213 -msgid "Add point to selection" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1214 -msgid "Remove point from selection" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1215 -msgid "Select by rectangle" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1216 -msgid "Deselect by rectangle" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1217 -msgid "Select all points" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1219 -msgid "Mouse wheel" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1219 -msgid "Move clipping plane" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1220 -msgid "Reset clipping plane" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1223 -msgid "Switch to editing mode" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmosManager.cpp:521 -msgid "Gizmo-Scale" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmosManager.cpp:630 -msgid "Gizmo-Place on Face" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoPainterBase.cpp:40 -msgid "Entering Paint-on supports" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoPainterBase.cpp:41 -msgid "Entering Seam painting" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoPainterBase.cpp:48 -msgid "Leaving Seam painting" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoPainterBase.cpp:49 -msgid "Leaving Paint-on supports" -msgstr "" - -#: src/slic3r/GUI/Gizmos/GLGizmoPainterBase.cpp:372 -msgid "Add supports" -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:266 -msgid "" -"Contributions by Vojtech Bubnik, Enrico Turri, Durand Remi, Oleksandra " -"Iushchenko, Tamas Meszaros, Lukas Matena, Vojtech Kral, David Kocik and " -"numerous others." -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:407 -msgid "" -"Starting with %1% 2.3, configuration directory on Linux has changed " -"(according to XDG Base Directory Specification) to \n" -"%2%.\n" -"\n" -"This directory did not exist yet (maybe you run the new version for the " -"first time).\n" -"However, an old %1% configuration directory was detected in \n" -"%3%.\n" -"\n" -"Consider moving the contents of the old directory to the new location in " -"order to access your profiles, etc.\n" -"Note that if you decide to downgrade %1% in future, it will use the old " -"location again.\n" -"\n" -"What do you want to do now?" -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:415 -#, possible-c-format -msgid "%s - BREAKING CHANGE" -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:417 -msgid "Quit, I will move my data now" -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:417 -msgid "Start the application" -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:605 -#, possible-c-format -msgid "" -"%s has encountered an error. It was likely caused by running out of memory. " -"If you are sure you have enough RAM on your system, this may also be a bug " -"and we would be glad if you reported it.\n" -"\n" -"The application will now terminate." -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:608 -msgid "Fatal error" -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:612 -msgid " has encountered a localization error. Please report to " -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:615 -msgid "Critical error" -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:747 src/slic3r/GUI/GUI_App.cpp:753 -msgid "Error parsing " -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:807 -#, possible-c-format -msgid "" -"%s\n" -"Do you want to continue?" -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:809 src/slic3r/GUI/OG_CustomCtrl.cpp:813 -#: src/slic3r/GUI/UnsavedChangesDialog.cpp:665 -msgid "Remember my choice" -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:839 src/slic3r/GUI/Preferences.cpp:257 -msgid " icon" -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:853 -msgid "Artwork model by" -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:874 -msgid "Loading configuration" -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:943 -msgid "Preparing settings tabs" -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:1217 -msgid "" -"You have the following presets with saved options for \"Print Host upload\"" -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:1221 -msgid "But since this version of " -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:1223 -msgid "" -"By default new Printer devices will be named as \"Printer N\" during its " -"creation.\n" -"Note: This name can be changed later from the physical printers settings" -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:1226 src/slic3r/GUI/PhysicalPrinterDialog.cpp:672 -msgid "Information" -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:1239 src/slic3r/GUI/GUI_App.cpp:1250 -msgid "Recreating" -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:1255 -msgid "Loading of current presets" -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:1260 -msgid "Loading of a mode view" -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:1408 -msgid "Choose one file (3MF/AMF):" -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:1420 -msgid "Choose one or more files (STL/OBJ/AMF/3MF/PRUSA):" -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:1432 -msgid "Choose one file (GCODE/.GCO/.G/.ngc/NGC):" -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:1443 -msgid "Changing of an application language" -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:1566 -msgid "Select the language" -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:1566 -msgid "Language" -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:1715 -msgid "modified" -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:1764 -#, possible-c-format -msgid "Run %s" -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:1768 -msgid "&Configuration Snapshots" -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:1768 -msgid "Inspect / activate configuration snapshots" -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:1769 -msgid "Take Configuration &Snapshot" -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:1769 -msgid "Capture a configuration snapshot" -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:1770 -msgid "Check for updates" -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:1770 -msgid "Check for configuration updates" -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:1773 -msgid "&Preferences" -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:1779 -msgid "Application preferences" -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:1784 src/slic3r/GUI/wxExtensions.cpp:715 -msgid "Simple" -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:1784 -msgid "Simple View Mode" -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:1786 src/slic3r/GUI/wxExtensions.cpp:717 -msgctxt "Mode" -msgid "Advanced" -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:1786 -msgid "Advanced View Mode" -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:1787 src/slic3r/GUI/wxExtensions.cpp:718 -msgid "Expert" -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:1787 -msgid "Expert View Mode" -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:1792 -msgid "Mode" -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:1792 -#, possible-c-format -msgid "%s View Mode" -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:1795 -msgid "&Language" -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:1798 -msgid "Flash printer &firmware" -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:1798 -msgid "Upload a firmware image into an Arduino based printer" -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:1814 -msgid "Taking configuration snapshot" -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:1814 -msgid "Snapshot name" -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:1843 -msgid "Failed to activate configuration snapshot." -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:1893 -msgid "Language selection" -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:1895 -msgid "" -"Switching the language will trigger application restart.\n" -"You will lose content of the plater." -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:1897 -msgid "Do you want to proceed?" -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:1924 -msgid "&Configuration" -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:1955 -msgid "The preset(s) modifications are successfully saved" -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:1976 -msgid "The uploads are still ongoing" -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:1976 -msgid "Stop them and continue anyway?" -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:1979 -msgid "Ongoing uploads" -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:2190 src/slic3r/GUI/Tab.cpp:3426 -msgid "It's impossible to print multi-part object(s) with SLA technology." -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:2191 -msgid "Please check and fix your object list." -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:2192 src/slic3r/GUI/Jobs/SLAImportJob.cpp:210 -#: src/slic3r/GUI/Plater.cpp:2411 src/slic3r/GUI/Tab.cpp:3428 -msgid "Attention!" -msgstr "" - -#: src/slic3r/GUI/GUI_App.cpp:2209 -msgid "Select a gcode file:" -msgstr "" - -#: src/slic3r/GUI/GUI_Init.cpp:88 src/slic3r/GUI/GUI_Init.cpp:91 -msgid " GUI initialization failed" -msgstr "" - -#: src/slic3r/GUI/GUI_Init.cpp:91 -msgid "Fatal error, exception catched: %1%" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectLayers.cpp:29 -msgid "Start at height" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectLayers.cpp:29 -msgid "Stop at height" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectLayers.cpp:161 -msgid "Remove layer range" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectLayers.cpp:165 -msgid "Add layer range" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:51 -msgid "Add part" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:52 -msgid "Add modifier" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:53 -msgid "Add support enforcer" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:54 -msgid "Add support blocker" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:55 -msgid "Add seam position" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:310 -#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:161 -msgid "Name" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:326 src/slic3r/GUI/GUI_ObjectList.cpp:467 -msgid "Editing" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:412 -#, possible-c-format -msgid "Auto-repaired (%d errors):" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:419 -msgid "degenerate facets" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:420 -msgid "edges fixed" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:421 -msgid "facets removed" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:422 -msgid "facets added" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:423 -msgid "facets reversed" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:424 -msgid "backwards edges" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:432 -msgid "Right button click the icon to fix STL through Netfabb" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:469 -msgid "Right button click the icon to change the object settings" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:471 -msgid "Click the icon to change the object settings" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:475 -msgid "Right button click the icon to change the object printable property" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:477 -msgid "Click the icon to change the object printable property" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:600 -msgid "Change Extruder" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:615 -msgid "Rename Object" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:615 -msgid "Rename Sub-object" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:1253 -#: src/slic3r/GUI/GUI_ObjectList.cpp:4409 -msgid "Instances to Separated Objects" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:1268 -msgid "Volumes in Object reordered" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:1268 -msgid "Object reordered" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:1345 -#: src/slic3r/GUI/GUI_ObjectList.cpp:1718 -#: src/slic3r/GUI/GUI_ObjectList.cpp:1724 -#: src/slic3r/GUI/GUI_ObjectList.cpp:2107 -#, possible-c-format -msgid "Quick Add Settings (%s)" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:1439 -msgid "Select showing settings" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:1488 -msgid "Add Settings for Layers" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:1489 -msgid "Add Settings for Sub-object" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:1490 -msgid "Add Settings for Object" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:1560 -msgid "Add Settings Bundle for Height range" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:1561 -msgid "Add Settings Bundle for Sub-object" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:1562 -msgid "Add Settings Bundle for Object" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:1609 -msgid "Slab" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:1642 -msgid "Box" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:1646 -msgid "Cylinder" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:1688 -msgid "Height range Modifier" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:1697 -msgid "Add settings" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:1775 -msgid "Change type" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:1785 -#: src/slic3r/GUI/GUI_ObjectList.cpp:1797 -msgid "Set as a Separated Object" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:1797 -msgid "Set as a Separated Objects" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:1807 -msgid "Printable" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:1822 -msgid "Rename" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:1833 -msgid "Fix through the Netfabb" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:1843 src/slic3r/GUI/Plater.cpp:4123 -msgid "Export as STL" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:1850 -#: src/slic3r/GUI/GUI_ObjectList.cpp:4604 src/slic3r/GUI/Plater.cpp:4089 -msgid "Reload the selected volumes from disk" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:1857 -msgid "Set extruder for selected items" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:1889 src/slic3r/Utils/Repetier.cpp:119 -#: src/slic3r/Utils/Repetier.cpp:198 src/libslic3r/PrintConfig.cpp:622 -#: src/libslic3r/PrintConfig.cpp:806 src/libslic3r/PrintConfig.cpp:1788 -#: src/libslic3r/PrintConfig.cpp:2910 src/libslic3r/PrintConfig.cpp:3810 -msgid "Default" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:1909 -msgid "Scale to print volume" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:1909 -msgid "Scale the selected object to fit the print volume" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:1938 src/slic3r/GUI/Plater.cpp:5382 -msgid "Convert from imperial units" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:1940 src/slic3r/GUI/Plater.cpp:5382 -msgid "Revert conversion from imperial units" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:1969 -#: src/slic3r/GUI/GUI_ObjectList.cpp:1977 -#: src/slic3r/GUI/GUI_ObjectList.cpp:2667 src/libslic3r/PrintConfig.cpp:6414 -msgid "Merge" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:1969 -msgid "Merge objects to the one multipart object" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:1977 -msgid "Merge objects to the one single object" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:2051 -#: src/slic3r/GUI/GUI_ObjectList.cpp:2318 -msgid "Add Shape" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:2137 -msgid "Load Part" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:2251 -msgid "Add Generic Subobject" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:2415 -msgid "Delete Settings" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:2439 -msgid "Delete All Instances from Object" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:2455 -msgid "Delete Height Range" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:2487 -msgid "From Object List You can't delete the last solid part from object." -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:2491 -msgid "Delete Subobject" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:2506 -msgid "Last instance of an object cannot be deleted." -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:2510 -msgid "Delete Instance" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:2534 src/slic3r/GUI/Plater.cpp:2932 -msgid "" -"The selected object couldn't be split because it contains only one part." -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:2538 -msgid "Split to Parts" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:2674 -msgid "Merged" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:2758 -msgid "Merge all parts to the one single object" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:2790 -msgid "Add Layers" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:2944 -msgid "Group manipulation" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:2956 -msgid "Object manipulation" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:2969 -msgid "Object Settings to modify" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:2973 -msgid "Part Settings to modify" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:2978 -msgid "Layer range Settings to modify" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:2984 -msgid "Part manipulation" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:2990 -msgid "Instance manipulation" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:2997 -msgid "Height ranges" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:2997 -msgid "Settings for height range" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:3181 -msgid "Delete Selected Item" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:3369 -msgid "Delete Selected" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:3445 -#: src/slic3r/GUI/GUI_ObjectList.cpp:3473 -#: src/slic3r/GUI/GUI_ObjectList.cpp:3493 -msgid "Add Height Range" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:3539 -msgid "" -"Cannot insert a new layer range after the current layer range.\n" -"The next layer range is too thin to be split to two\n" -"without violating the minimum layer height." -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:3543 -msgid "" -"Cannot insert a new layer range between the current and the next layer " -"range.\n" -"The gap between the current layer range and the next layer range\n" -"is thinner than the minimum layer height allowed." -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:3548 -msgid "" -"Cannot insert a new layer range after the current layer range.\n" -"Current layer range overlaps with the next layer range." -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:3607 -msgid "Edit Height Range" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:3902 -msgid "Selection-Remove from list" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:3910 -msgid "Selection-Add from list" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:4045 -msgid "Object or Instance" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:4046 -#: src/slic3r/GUI/GUI_ObjectList.cpp:4179 -msgid "Part" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:4046 -msgid "Layer" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:4048 -msgid "Unsupported selection" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:4049 -#, possible-c-format -msgid "You started your selection with %s Item." -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:4050 -#, possible-c-format -msgid "In this mode you can select only other %s Items%s" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:4053 -msgid "of a current Object" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:4058 -#: src/slic3r/GUI/GUI_ObjectList.cpp:4133 src/slic3r/GUI/Plater.cpp:144 -msgid "Info" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:4174 -msgid "You can't change a type of the last solid part of the object." -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:4179 -msgid "Modifier" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:4179 -msgid "Support Enforcer" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:4179 -msgid "Support Blocker" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:4181 -msgid "Select type of part" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:4186 -msgid "Change Part Type" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:4431 -msgid "Enter new name" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:4431 -msgid "Renaming" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:4447 -#: src/slic3r/GUI/GUI_ObjectList.cpp:4574 -#: src/slic3r/GUI/SavePresetDialog.cpp:101 -#: src/slic3r/GUI/SavePresetDialog.cpp:109 -msgid "The supplied name is not valid;" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:4448 -#: src/slic3r/GUI/GUI_ObjectList.cpp:4575 -#: src/slic3r/GUI/SavePresetDialog.cpp:102 -msgid "the following characters are not allowed:" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:4623 -msgid "Select extruder number:" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:4624 -msgid "This extruder will be set for selected items" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:4649 -msgid "Change Extruders" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:4746 src/slic3r/GUI/Selection.cpp:1485 -msgid "Set Printable" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectList.cpp:4746 src/slic3r/GUI/Selection.cpp:1485 -msgid "Set Unprintable" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:68 -#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:111 -msgid "World coordinates" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:69 -#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:112 -msgid "Local coordinates" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:88 -msgid "Select coordinate space, in which the transformation will be performed." -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:163 src/libslic3r/GCode.cpp:588 -msgid "Object name" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:223 -#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:506 -msgid "Position" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:224 -#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:507 -#: src/slic3r/GUI/Mouse3DController.cpp:486 -#: src/slic3r/GUI/Mouse3DController.cpp:507 -msgid "Rotation" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:271 -#, possible-c-format -msgid "Toggle %c axis mirroring" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:305 -msgid "Set Mirror" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:345 -#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:357 -msgid "Drop to bed" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:372 -msgid "Reset rotation" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:394 -msgid "Reset Rotation" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:407 -#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:409 -msgid "Reset scale" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:423 -msgid "Inches" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:508 -msgid "Scale factors" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:562 -msgid "Translate" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:626 -msgid "" -"You cannot use non-uniform scaling mode for multiple objects/parts selection" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:798 -msgid "Set Position" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:829 -msgid "Set Orientation" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:894 -msgid "Set Scale" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:926 -msgid "" -"The currently manipulated object is tilted (rotation angles are not " -"multiples of 90°).\n" -"Non-uniform scaling of tilted objects is only possible in the World " -"coordinate system,\n" -"once the rotation is embedded into the object coordinates." -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:929 -msgid "" -"This operation is irreversible.\n" -"Do you want to proceed?" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectSettings.cpp:62 -msgid "Additional Settings" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectSettings.cpp:98 -msgid "Remove parameter" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectSettings.cpp:104 -#, possible-c-format -msgid "Delete Option %s" -msgstr "" - -#: src/slic3r/GUI/GUI_ObjectSettings.cpp:163 -#, possible-c-format -msgid "Change Option %s" -msgstr "" - -#: src/slic3r/GUI/GUI_Preview.cpp:242 -msgid "View" -msgstr "" - -#: src/slic3r/GUI/GUI_Preview.cpp:244 -msgid "Feature" -msgstr "" - -#: src/slic3r/GUI/GUI_Preview.cpp:245 src/libslic3r/PrintConfig.cpp:1063 -msgid "Height" -msgstr "" - -#: src/slic3r/GUI/GUI_Preview.cpp:246 src/libslic3r/PrintConfig.cpp:1693 -#: src/libslic3r/PrintConfig.cpp:4216 -msgid "Width" -msgstr "" - -#: src/slic3r/GUI/GUI_Preview.cpp:247 src/libslic3r/PrintConfig.cpp:3284 -msgid "Speed" -msgstr "" - -#: src/slic3r/GUI/GUI_Preview.cpp:248 src/slic3r/GUI/PresetHints.cpp:41 -msgid "Fan" -msgstr "" - -#: src/slic3r/GUI/GUI_Preview.cpp:249 -msgid "time" -msgstr "" - -#: src/slic3r/GUI/GUI_Preview.cpp:250 -msgid "Log time" -msgstr "" - -#: src/slic3r/GUI/GUI_Preview.cpp:251 -msgid "Chrono" -msgstr "" - -#: src/slic3r/GUI/GUI_Preview.cpp:252 -msgid "Vol. flow" -msgstr "" - -#: src/slic3r/GUI/GUI_Preview.cpp:255 src/slic3r/GUI/Plater.cpp:1164 -#: src/slic3r/GUI/Plater.cpp:1168 src/slic3r/GUI/Plater.cpp:1183 -#: src/slic3r/GUI/Plater.cpp:1188 src/libslic3r/PrintConfig.cpp:85 -#: src/libslic3r/PrintConfig.cpp:1209 -msgid "Color" -msgstr "" - -#: src/slic3r/GUI/GUI_Preview.cpp:261 -msgid "Show" -msgstr "" - -#: src/slic3r/GUI/GUI_Preview.cpp:263 src/slic3r/GUI/GUI_Preview.cpp:284 -msgid "Feature types" -msgstr "" - -#: src/slic3r/GUI/GUI_Preview.cpp:267 src/libslic3r/ExtrusionEntity.cpp:271 -#: src/libslic3r/ExtrusionEntity.cpp:298 -msgid "Internal perimeter" -msgstr "" - -#: src/slic3r/GUI/GUI_Preview.cpp:268 src/libslic3r/ExtrusionEntity.cpp:272 -#: src/libslic3r/ExtrusionEntity.cpp:300 -msgid "External perimeter" -msgstr "" - -#: src/slic3r/GUI/GUI_Preview.cpp:269 src/libslic3r/ExtrusionEntity.cpp:273 -#: src/libslic3r/ExtrusionEntity.cpp:302 -msgid "Overhang perimeter" -msgstr "" - -#: src/slic3r/GUI/GUI_Preview.cpp:270 src/libslic3r/ExtrusionEntity.cpp:274 -#: src/libslic3r/ExtrusionEntity.cpp:304 -msgid "Internal infill" -msgstr "" - -#: src/slic3r/GUI/GUI_Preview.cpp:271 src/libslic3r/ExtrusionEntity.cpp:275 -#: src/libslic3r/ExtrusionEntity.cpp:306 src/libslic3r/PrintConfig.cpp:3407 -msgid "Solid infill" -msgstr "" - -#: src/slic3r/GUI/GUI_Preview.cpp:272 src/libslic3r/ExtrusionEntity.cpp:276 -#: src/libslic3r/ExtrusionEntity.cpp:308 src/libslic3r/PrintConfig.cpp:3986 -msgid "Top solid infill" -msgstr "" - -#: src/slic3r/GUI/GUI_Preview.cpp:273 src/libslic3r/ExtrusionEntity.cpp:278 -#: src/libslic3r/ExtrusionEntity.cpp:312 -msgid "Bridge infill" -msgstr "" - -#: src/slic3r/GUI/GUI_Preview.cpp:274 src/libslic3r/ExtrusionEntity.cpp:279 -#: src/libslic3r/ExtrusionEntity.cpp:314 -msgid "Internal bridge infill" -msgstr "" - -#: src/slic3r/GUI/GUI_Preview.cpp:275 src/libslic3r/ExtrusionEntity.cpp:280 -#: src/libslic3r/ExtrusionEntity.cpp:316 -msgid "Thin wall" -msgstr "" - -#: src/slic3r/GUI/GUI_Preview.cpp:276 src/libslic3r/ExtrusionEntity.cpp:281 -#: src/libslic3r/ExtrusionEntity.cpp:318 src/libslic3r/PrintConfig.cpp:1839 -#: src/libslic3r/PrintConfig.cpp:1871 -msgid "Gap fill" -msgstr "" - -#: src/slic3r/GUI/GUI_Preview.cpp:277 src/libslic3r/ExtrusionEntity.cpp:282 -#: src/libslic3r/ExtrusionEntity.cpp:320 src/libslic3r/PrintConfig.cpp:3241 -msgid "Skirt" -msgstr "" - -#: src/slic3r/GUI/GUI_Preview.cpp:278 src/libslic3r/ExtrusionEntity.cpp:283 -#: src/libslic3r/ExtrusionEntity.cpp:322 src/libslic3r/PrintConfig.cpp:3703 -msgid "Support material" -msgstr "" - -#: src/slic3r/GUI/GUI_Preview.cpp:279 src/libslic3r/ExtrusionEntity.cpp:284 -#: src/libslic3r/ExtrusionEntity.cpp:324 -msgid "Support material interface" -msgstr "" - -#: src/slic3r/GUI/GUI_Preview.cpp:280 src/libslic3r/ExtrusionEntity.cpp:285 -#: src/libslic3r/ExtrusionEntity.cpp:326 -msgid "Wipe tower" -msgstr "" - -#: src/slic3r/GUI/GUI_Preview.cpp:281 src/libslic3r/ExtrusionEntity.cpp:286 -#: src/libslic3r/ExtrusionEntity.cpp:328 -msgid "Mill" -msgstr "" - -#: src/slic3r/GUI/GUI_Preview.cpp:1144 -msgid "Retr." -msgstr "" - -#: src/slic3r/GUI/GUI_Preview.cpp:1145 -msgid "Dere." -msgstr "" - -#: src/slic3r/GUI/GUI_Preview.cpp:1146 -msgid "Tool/C" -msgstr "" - -#: src/slic3r/GUI/GUI_Preview.cpp:1147 -msgid "Col/C" -msgstr "" - -#: src/slic3r/GUI/GUI_Preview.cpp:1150 -msgid "Shells" -msgstr "" - -#: src/slic3r/GUI/GUI_Preview.cpp:1151 -msgid "Marker" -msgstr "" - -#: src/slic3r/GUI/GUI_Preview.cpp:1152 -msgid "Legend" -msgstr "" - -#: src/slic3r/GUI/ImGuiWrapper.cpp:836 src/slic3r/GUI/Search.cpp:415 -msgid "Use for search" -msgstr "" - -#: src/slic3r/GUI/ImGuiWrapper.cpp:837 src/slic3r/GUI/Search.cpp:408 -msgid "Category" -msgstr "" - -#: src/slic3r/GUI/ImGuiWrapper.cpp:839 src/slic3r/GUI/Search.cpp:410 -msgid "Search in English" -msgstr "" - -#: src/slic3r/GUI/ImGuiWrapper.cpp:840 src/slic3r/GUI/Search.cpp:411 -msgid "Exact pattern" -msgstr "" - -#: src/slic3r/GUI/Jobs/ArrangeJob.cpp:146 -msgid "Arranging" -msgstr "" - -#: src/slic3r/GUI/Jobs/ArrangeJob.cpp:177 -msgid "Could not arrange model objects! Some geometries may be invalid." -msgstr "" - -#: src/slic3r/GUI/Jobs/ArrangeJob.cpp:183 -msgid "Arranging canceled." -msgstr "" - -#: src/slic3r/GUI/Jobs/ArrangeJob.cpp:184 -msgid "Arranging done." -msgstr "" - -#: src/slic3r/GUI/Jobs/Job.cpp:75 -msgid "ERROR: not enough resources to execute a new job." -msgstr "" - -#: src/slic3r/GUI/Jobs/RotoptimizeJob.cpp:41 -msgid "Searching for optimal orientation" -msgstr "" - -#: src/slic3r/GUI/Jobs/RotoptimizeJob.cpp:73 -msgid "Orientation search canceled." -msgstr "" - -#: src/slic3r/GUI/Jobs/RotoptimizeJob.cpp:74 -msgid "Orientation found." -msgstr "" - -#: src/slic3r/GUI/Jobs/SLAImportJob.cpp:35 -msgid "Choose SLA archive:" -msgstr "" - -#: src/slic3r/GUI/Jobs/SLAImportJob.cpp:39 -msgid "Import file" -msgstr "" - -#: src/slic3r/GUI/Jobs/SLAImportJob.cpp:46 -msgid "Import model and profile" -msgstr "" - -#: src/slic3r/GUI/Jobs/SLAImportJob.cpp:47 -msgid "Import profile only" -msgstr "" - -#: src/slic3r/GUI/Jobs/SLAImportJob.cpp:48 -msgid "Import model only" -msgstr "" - -#: src/slic3r/GUI/Jobs/SLAImportJob.cpp:59 -msgid "Accurate" -msgstr "" - -#: src/slic3r/GUI/Jobs/SLAImportJob.cpp:60 -msgid "Balanced" -msgstr "" - -#: src/slic3r/GUI/Jobs/SLAImportJob.cpp:61 -msgid "Quick" -msgstr "" - -#: src/slic3r/GUI/Jobs/SLAImportJob.cpp:135 -msgid "Importing SLA archive" -msgstr "" - -#: src/slic3r/GUI/Jobs/SLAImportJob.cpp:159 -msgid "Importing canceled." -msgstr "" - -#: src/slic3r/GUI/Jobs/SLAImportJob.cpp:160 -msgid "Importing done." -msgstr "" - -#: src/slic3r/GUI/Jobs/SLAImportJob.cpp:208 src/slic3r/GUI/Plater.cpp:2409 -msgid "You cannot load SLA project with a multi-part object on the bed" -msgstr "" - -#: src/slic3r/GUI/Jobs/SLAImportJob.cpp:209 src/slic3r/GUI/Plater.cpp:2410 -#: src/slic3r/GUI/Tab.cpp:3427 -msgid "Please check your object list before preset changing." -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:17 src/slic3r/GUI/MainFrame.cpp:1118 -msgid "Keyboard Shortcuts" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:69 -msgid "New project, clear plater" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:70 -msgid "Open project STL/OBJ/AMF/3MF with config, clear plater" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:71 -msgid "Save project (3mf)" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:72 -msgid "Save project as (3mf)" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:73 -msgid "(Re)slice" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:75 -msgid "Import STL/OBJ/AMF/3MF without config, keep plater" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:76 -msgid "Import Config from ini/amf/3mf/gcode" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:77 -msgid "Load Config from ini/amf/3mf/gcode and merge" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:79 src/slic3r/GUI/Plater.cpp:772 -#: src/slic3r/GUI/Plater.cpp:6223 src/libslic3r/PrintConfig.cpp:6316 -msgid "Export G-code" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:80 src/slic3r/GUI/Plater.cpp:6224 -msgid "Send G-code" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:81 -msgid "Export config" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:82 src/slic3r/GUI/Plater.cpp:760 -msgid "Export to SD card / Flash drive" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:83 -msgid "Eject SD card / Flash drive" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:85 -msgid "Select all objects" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:86 -msgid "Deselect all" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:87 -msgid "Delete selected" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:91 -msgid "Copy to clipboard" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:92 -msgid "Paste from clipboard" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:94 -#: src/slic3r/GUI/KBShortcutsDialog.cpp:96 -#: src/slic3r/GUI/KBShortcutsDialog.cpp:187 -msgid "Reload plater from disk" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:100 -msgid "Select 3d editor Tab" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:101 -msgid "Select Layer Preview Tab" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:102 -msgid "Select Gcode preview Tab" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:103 -msgid "Select Print Settings Tab" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:104 -msgid "Select Filament Settings Tab" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:105 -msgid "Select Printer Settings Tab" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:106 -#: src/slic3r/GUI/PrintHostDialogs.cpp:178 -msgid "Print host upload queue" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:107 src/slic3r/GUI/MainFrame.cpp:66 -#: src/slic3r/GUI/MainFrame.cpp:1416 -msgid "Open new instance" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:109 -msgid "Camera view" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:110 -msgid "Show/Hide object/instance labels" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:112 src/slic3r/GUI/Preferences.cpp:13 -msgid "Preferences" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:114 -msgid "Show keyboard shortcuts list" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:117 -#: src/slic3r/GUI/KBShortcutsDialog.cpp:191 -msgid "Commands" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:122 -msgid "Add Instance of the selected object" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:123 -msgid "Remove Instance of the selected object" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:124 -msgid "" -"Press to select multiple objects\n" -"or move multiple objects with mouse" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:125 -msgid "Press to activate selection rectangle" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:126 -msgid "Press to activate deselection rectangle" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:127 -#: src/slic3r/GUI/KBShortcutsDialog.cpp:196 -#: src/slic3r/GUI/KBShortcutsDialog.cpp:207 -#: src/slic3r/GUI/KBShortcutsDialog.cpp:219 -#: src/slic3r/GUI/KBShortcutsDialog.cpp:226 -#: src/slic3r/GUI/KBShortcutsDialog.cpp:243 -msgid "Arrow Up" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:127 -msgid "Move selection 10 mm in positive Y direction" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:128 -#: src/slic3r/GUI/KBShortcutsDialog.cpp:197 -#: src/slic3r/GUI/KBShortcutsDialog.cpp:208 -#: src/slic3r/GUI/KBShortcutsDialog.cpp:220 -#: src/slic3r/GUI/KBShortcutsDialog.cpp:227 -#: src/slic3r/GUI/KBShortcutsDialog.cpp:244 -msgid "Arrow Down" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:128 -msgid "Move selection 10 mm in negative Y direction" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:129 -#: src/slic3r/GUI/KBShortcutsDialog.cpp:198 -#: src/slic3r/GUI/KBShortcutsDialog.cpp:221 -#: src/slic3r/GUI/KBShortcutsDialog.cpp:228 -#: src/slic3r/GUI/KBShortcutsDialog.cpp:241 -#: src/slic3r/GUI/KBShortcutsDialog.cpp:246 -msgid "Arrow Left" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:129 -msgid "Move selection 10 mm in negative X direction" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:130 -#: src/slic3r/GUI/KBShortcutsDialog.cpp:199 -#: src/slic3r/GUI/KBShortcutsDialog.cpp:222 -#: src/slic3r/GUI/KBShortcutsDialog.cpp:229 -#: src/slic3r/GUI/KBShortcutsDialog.cpp:242 -#: src/slic3r/GUI/KBShortcutsDialog.cpp:247 -msgid "Arrow Right" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:130 -msgid "Move selection 10 mm in positive X direction" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:131 -#: src/slic3r/GUI/KBShortcutsDialog.cpp:132 -msgid "Any arrow" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:131 -msgid "Movement step set to 1 mm" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:132 -msgid "Movement in camera space" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:133 -msgid "Page Up" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:133 -msgid "Rotate selection 45 degrees CCW" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:134 -msgid "Page Down" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:134 -msgid "Rotate selection 45 degrees CW" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:135 -msgid "Gizmo move" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:136 -msgid "Gizmo scale" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:137 -msgid "Gizmo rotate" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:138 -msgid "Gizmo cut" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:139 -msgid "Gizmo Place face on bed" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:140 -msgid "Gizmo SLA hollow" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:141 -msgid "Gizmo SLA support points" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:142 -msgid "Unselect gizmo or clear selection" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:143 -msgid "Change camera type (perspective, orthographic)" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:144 -msgid "Zoom to Bed" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:145 -msgid "" -"Zoom to selected object\n" -"or all objects in scene, if none selected" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:146 -msgid "Zoom in" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:147 -msgid "Zoom out" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:148 -msgid "Switch between Editor/Preview" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:149 -msgid "Collapse/Expand the sidebar" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:152 -msgid "Show/Hide 3Dconnexion devices settings dialog, if enabled" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:154 -#: src/slic3r/GUI/KBShortcutsDialog.cpp:158 -msgid "Show/Hide 3Dconnexion devices settings dialog" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:167 src/slic3r/GUI/MainFrame.cpp:374 -#: src/slic3r/GUI/MainFrame.cpp:462 -msgid "Plater" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:170 -msgid "All gizmos: Rotate - left mouse button; Pan - right mouse button" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:171 -msgid "Gizmo move: Press to snap by 1mm" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:172 -msgid "Gizmo scale: Press to snap by 5%" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:173 -msgid "Gizmo scale: Scale selection to fit print volume" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:174 -msgid "Gizmo scale: Press to activate one direction scaling" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:175 -msgid "Gizmo scale: Press to scale selected objects around their own center" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:176 -msgid "Gizmo rotate: Press to rotate selected objects around their own center" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:179 -msgid "Gizmos" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:179 -msgid "" -"The following shortcuts are applicable when the specified gizmo is active" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:183 src/slic3r/GUI/MainFrame.cpp:1517 -msgid "Open a G-code file" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:185 src/slic3r/GUI/MainFrame.cpp:1370 -#: src/slic3r/GUI/MainFrame.cpp:1374 src/slic3r/GUI/MainFrame.cpp:1522 -#: src/slic3r/GUI/MainFrame.cpp:1526 -msgid "Reload the plater from disk" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:196 -#: src/slic3r/GUI/KBShortcutsDialog.cpp:200 -msgid "Vertical slider - Move active thumb Up" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:197 -#: src/slic3r/GUI/KBShortcutsDialog.cpp:201 -msgid "Vertical slider - Move active thumb Down" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:198 -#: src/slic3r/GUI/KBShortcutsDialog.cpp:202 -msgid "Horizontal slider - Move active thumb Left" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:199 -#: src/slic3r/GUI/KBShortcutsDialog.cpp:203 -msgid "Horizontal slider - Move active thumb Right" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:204 -msgid "On/Off one layer mode of the vertical slider" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:205 -msgid "Show/Hide Legend and Estimated printing time" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:207 -msgid "Upper layer" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:208 -msgid "Lower layer" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:209 -msgid "Upper Layer" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:210 -msgid "Lower Layer" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:211 -msgid "Show/Hide Legend & Estimated printing time" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:215 src/slic3r/GUI/Plater.cpp:4288 -msgid "Preview" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:219 -msgid "Move active thumb Up" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:220 -msgid "Move active thumb Down" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:221 -msgid "Set upper thumb as active" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:222 -msgid "Set lower thumb as active" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:223 -#: src/slic3r/GUI/KBShortcutsDialog.cpp:230 -msgid "Add color change marker for current layer" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:224 -#: src/slic3r/GUI/KBShortcutsDialog.cpp:231 -msgid "Delete color change marker for current layer" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:226 -msgid "Move current slider thumb Up" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:227 -msgid "Move current slider thumb Down" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:228 -msgid "Set upper thumb to current slider thumb" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:229 -msgid "Set lower thumb to current slider thumb" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:233 -#: src/slic3r/GUI/KBShortcutsDialog.cpp:234 -#: src/slic3r/GUI/KBShortcutsDialog.cpp:249 -#: src/slic3r/GUI/KBShortcutsDialog.cpp:250 -msgid "" -"Press to speed up 5 times while moving thumb\n" -"with arrow keys or mouse wheel" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:237 -msgid "Vertical Slider" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:237 -msgid "" -"The following shortcuts are applicable in G-code preview when the vertical " -"slider is active" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:241 -msgid "Move active thumb Left" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:242 -msgid "Move active thumb Right" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:243 -msgid "Set left thumb as active" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:244 -msgid "Set right thumb as active" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:246 -msgid "Move active slider thumb Left" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:247 -msgid "Move active slider thumb Right" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:253 -msgid "Horizontal Slider" -msgstr "" - -#: src/slic3r/GUI/KBShortcutsDialog.cpp:253 -msgid "" -"The following shortcuts are applicable in G-code preview when the horizontal " -"slider is active" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:66 src/slic3r/GUI/MainFrame.cpp:80 -#, possible-c-format -msgid "Open a new %s instance" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:69 src/slic3r/GUI/MainFrame.cpp:82 -msgid "G-code preview" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:69 src/slic3r/GUI/MainFrame.cpp:1319 -msgid "Open G-code viewer" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:80 -#, possible-c-format -msgid "Open %s" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:82 -msgid "Open new G-code viewer" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:154 -#, possible-c-format -msgid "Remember to check for updates at %s" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:429 -msgid "3D view" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:430 -msgid "Sliced preview" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:431 -msgid "Gcode preview" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1086 -msgid " Releases" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1086 -#, possible-c-format -msgid "Open the %s releases page in your browser" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1088 -msgid " wiki" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1088 -#, possible-c-format -msgid "Open the %s wiki in your browser" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1090 -msgid " website" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1090 -msgid "Open the Slic3r website in your browser" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1096 -msgid "Slic3r Manual" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1097 -msgid "Open the Slic3r Manual in your browser" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1103 -msgid "System &Info" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1103 -msgid "Show system information" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1105 -msgid "Show &Configuration Folder" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1105 -msgid "Show user configuration folder (datadir)" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1107 -msgid "Report an I&ssue" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1107 -#, possible-c-format -msgid "Report an issue on %s" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1111 src/slic3r/GUI/MainFrame.cpp:1114 -#, possible-c-format -msgid "&About %s" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1111 src/slic3r/GUI/MainFrame.cpp:1114 -msgid "Show about dialog" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1118 -msgid "Show the list of the keyboard shortcuts" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1132 -msgid "Iso" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1132 -msgid "Iso View" -msgstr "" - -#. TRN To be shown in the main menu View->Top -#. TRN To be shown in Print Settings "Top solid layers" -#: src/slic3r/GUI/MainFrame.cpp:1136 src/libslic3r/PrintConfig.cpp:710 -#: src/libslic3r/PrintConfig.cpp:3654 src/libslic3r/PrintConfig.cpp:4031 -#: src/libslic3r/PrintConfig.cpp:4041 -msgid "Top" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1136 -msgid "Top View" -msgstr "" - -#. TRN To be shown in the main menu View->Bottom -#. TRN To be shown in Print Settings "Bottom solid layers" -#. TRN To be shown in Print Settings "Top solid layers" -#: src/slic3r/GUI/MainFrame.cpp:1139 src/libslic3r/PrintConfig.cpp:287 -#: src/libslic3r/PrintConfig.cpp:295 src/libslic3r/PrintConfig.cpp:741 -#: src/libslic3r/PrintConfig.cpp:3669 -msgid "Bottom" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1139 -msgid "Bottom View" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1141 -msgid "Front" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1141 -msgid "Front View" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1143 src/libslic3r/PrintConfig.cpp:995 -#: src/libslic3r/PrintConfig.cpp:3173 -msgid "Rear" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1143 -msgid "Rear View" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1145 -msgid "Left" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1145 -msgid "Left View" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1147 -msgid "Right" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1147 -msgid "Right View" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1160 -msgid "&New Project" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1160 -msgid "Start a new project" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1163 -msgid "&Open Project" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1163 -msgid "Open a project file" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1168 -msgid "Recent projects" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1177 -msgid "" -"The selected project is no longer available.\n" -"Do you want to remove it from the recent projects list?" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1177 src/slic3r/GUI/MainFrame.cpp:1616 -#: src/slic3r/GUI/PrintHostDialogs.cpp:276 -msgid "Error" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1202 -msgid "&Save Project" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1202 -msgid "Save current project file" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1206 src/slic3r/GUI/MainFrame.cpp:1208 -msgid "Save Project &as" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1206 src/slic3r/GUI/MainFrame.cpp:1208 -msgid "Save current project file as" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1216 -msgid "Import STL/OBJ/AM&F/3MF" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1216 -msgid "Load a model" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1220 -msgid "Import STL (imperial units)" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1220 -msgid "Load an model saved with imperial units" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1224 -msgid "Import SL1 archive" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1224 -msgid "Load an SL1 archive" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1229 -msgid "Import &Config" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1229 -msgid "Load exported configuration file" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1232 -msgid "Import Config from &project" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1232 -msgid "Load configuration from project file" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1236 -msgid "Import Config &Bundle" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1236 -msgid "Load presets from a bundle" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1239 -msgid "&Import" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1242 src/slic3r/GUI/MainFrame.cpp:1578 -msgid "Export &G-code" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1242 -msgid "Export current plate as G-code" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1246 src/slic3r/GUI/MainFrame.cpp:1579 -msgid "S&end G-code" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1246 -msgid "Send to print current plate as G-code" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1250 -msgid "Export G-code to SD card / Flash drive" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1250 -msgid "Export current plate as G-code to SD card / Flash drive" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1254 -msgid "Export plate as &STL" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1254 -msgid "Export current plate as STL" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1257 -msgid "Export plate as STL &including supports" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1257 -msgid "Export current plate as STL including supports" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1260 -msgid "Export plate as &AMF" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1260 -msgid "Export current plate as AMF" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1264 src/slic3r/GUI/MainFrame.cpp:1530 -msgid "Export &toolpaths as OBJ" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1264 src/slic3r/GUI/MainFrame.cpp:1530 -msgid "Export toolpaths as OBJ" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1268 -msgid "Export &Config" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1268 -msgid "Export current configuration to file" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1271 -msgid "Export Config &Bundle" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1271 -msgid "Export all presets to file" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1274 -msgid "Export Config Bundle With Physical Printers" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1274 -msgid "Export all presets including physical printers to file" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1278 -msgid "Export to &Prusa Config" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1278 -msgid "" -"Export current configuration to file, with only settings compatible with " -"PrusaSlicer" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1281 -msgid "&Export" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1283 -msgid "Ejec&t SD card / Flash drive" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1283 -msgid "Eject SD card / Flash drive after the G-code was exported to it." -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1291 -msgid "Quick Slice" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1291 -msgid "Slice a file into a G-code" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1297 -msgid "Quick Slice and Save As" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1297 -msgid "Slice a file into a G-code, save as" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1303 -msgid "Repeat Last Quick Slice" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1303 -msgid "Repeat last quick slice" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1311 -msgid "(Re)Slice No&w" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1311 -msgid "Start new slicing process" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1315 -msgid "&Repair STL file" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1315 -msgid "Automatically repair an STL file" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1319 -msgid "&G-code preview" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1322 src/slic3r/GUI/MainFrame.cpp:1537 -msgid "&Quit" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1322 src/slic3r/GUI/MainFrame.cpp:1537 -#, possible-c-format -msgid "Quit %s" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1337 -msgid "&Select all" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1338 -msgid "Selects all objects" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1340 -msgid "D&eselect all" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1341 -msgid "Deselects all objects" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1344 -msgid "&Delete selected" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1345 -msgid "Deletes the current selection" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1347 -msgid "Delete &all" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1348 -msgid "Deletes all objects" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1352 -msgid "&Undo" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1355 -msgid "&Redo" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1360 -msgid "&Copy" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1361 -msgid "Copy selection to clipboard" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1363 -msgid "&Paste" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1364 -msgid "Paste clipboard" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1369 src/slic3r/GUI/MainFrame.cpp:1373 -#: src/slic3r/GUI/MainFrame.cpp:1521 src/slic3r/GUI/MainFrame.cpp:1525 -msgid "Re&load from disk" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1379 -msgid "Searc&h" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1380 -msgid "Search in settings" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1388 -msgid "3D &Plater Tab" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1388 -msgid "Show the editor of the input models" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1391 -msgid "Layer previe&w Tab" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1391 -msgid "Show the layers from the slicing process" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1394 -msgid "GCode Pre&view Tab" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1394 -msgid "Show the preview of the gcode output" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1399 -msgid "P&rint Settings Tab" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1399 -msgid "Show the print settings" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1402 src/slic3r/GUI/MainFrame.cpp:1581 -msgid "&Filament Settings Tab" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1402 -msgid "Show the filament settings" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1406 -msgid "Print&er Settings Tab" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1406 -msgid "Show the printer settings" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1412 -msgid "Print &Host Upload Queue" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1412 -msgid "Display the Print Host Upload Queue window" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1416 -msgid "Open a new " -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1426 -msgid "Show &labels" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1426 -msgid "Show object/instance labels in 3D scene" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1429 -msgid "&Collapse sidebar" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1429 src/slic3r/GUI/Plater.cpp:2299 -msgid "Collapse sidebar" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1446 -msgid "Introduction" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1446 -msgid "How to use this menu and calibrations." -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1449 -msgid "Bed/Extruder levelling" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1449 -msgid "Create a test print to help you to level your printer bed." -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1452 -msgid "Filament Flow calibration" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1452 -msgid "" -"Create a test print to help you to set your filament extrusion multiplier." -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1454 -msgid "Filament temperature calibration" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1454 -msgid "Create a test print to help you to set your filament temperature." -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1456 -msgid "Extruder retraction calibration" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1456 -msgid "Create a test print to help you to set your retraction length." -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1459 -msgid "Bridge flow calibration" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1459 -msgid "Create a test print to help you to set your bridge flow ratio." -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1461 -msgid "Ironing pattern calibration" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1461 -msgid "" -"Create a test print to help you to set your over-bridge flow ratio and " -"ironing pattern." -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1464 -msgid "Print a calibration cube, for various calibration goals." -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1473 -msgid "FreeCad python script" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1473 -msgid "Create an object by writing little easy script." -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1475 -msgid "Script help page" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1475 -msgid "How to use the FreeCad python script window." -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1487 src/slic3r/GUI/MainFrame.cpp:1552 -msgid "&File" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1488 -msgid "&Edit" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1489 -msgid "&Window" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1490 src/slic3r/GUI/MainFrame.cpp:1553 -msgid "&View" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1491 -msgid "C&alibration" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1492 -msgid "&Generate" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1495 src/slic3r/GUI/MainFrame.cpp:1556 -msgid "&Help" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1517 -msgid "&Open G-code" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1533 -msgid "O&pen " -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1533 -msgid "Open " -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1578 -msgid "E&xport" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1579 -msgid "S&end to print" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1581 -msgid "Mate&rial Settings Tab" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1604 -msgid "Choose a file to slice (STL/OBJ/AMF/3MF/PRUSA):" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1615 -msgid "No previously sliced file." -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1621 -msgid "Previously sliced file (" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1621 -msgid ") not found." -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1622 -msgid "File Not Found" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1657 -#, possible-c-format -msgid "Save %s file as:" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1657 -msgid "SVG" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1657 -msgid "G-code" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1669 -msgid "Save zip file as:" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1678 src/slic3r/GUI/Plater.cpp:3077 -#: src/slic3r/GUI/Plater.cpp:5751 src/slic3r/GUI/Tab.cpp:4369 -msgid "Slicing" -msgstr "" - -#. TRN "Processing input_file_basename" -#: src/slic3r/GUI/MainFrame.cpp:1680 -#, possible-c-format -msgid "Processing %s" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1703 -msgid "%1% was successfully sliced." -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1705 -msgid "Slicing Done!" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1720 -msgid "Select the STL file to repair:" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1730 -msgid "Save OBJ file (less prone to coordinate errors than STL) as:" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1742 -msgid "Your file was repaired." -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1742 src/libslic3r/PrintConfig.cpp:6419 -msgid "Repair" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1756 -msgid "Save configuration as:" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1775 src/slic3r/GUI/MainFrame.cpp:1837 -msgid "Select configuration to load:" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1811 -msgid "Save presets bundle as:" -msgstr "" - -#: src/slic3r/GUI/MainFrame.cpp:1858 -#, possible-c-format -msgid "%d presets successfully imported." -msgstr "" - -#: src/slic3r/GUI/Mouse3DController.cpp:461 -msgid "3Dconnexion settings" -msgstr "" - -#: src/slic3r/GUI/Mouse3DController.cpp:472 -msgid "Device:" -msgstr "" - -#: src/slic3r/GUI/Mouse3DController.cpp:477 -msgid "Speed:" -msgstr "" - -#: src/slic3r/GUI/Mouse3DController.cpp:480 -#: src/slic3r/GUI/Mouse3DController.cpp:501 -msgid "Translation" -msgstr "" - -#: src/slic3r/GUI/Mouse3DController.cpp:492 -#: src/slic3r/GUI/Mouse3DController.cpp:501 -msgid "Zoom" -msgstr "" - -#: src/slic3r/GUI/Mouse3DController.cpp:498 -msgid "Deadzone:" -msgstr "" - -#: src/slic3r/GUI/Mouse3DController.cpp:513 -msgid "Options:" -msgstr "" - -#: src/slic3r/GUI/Mouse3DController.cpp:516 -msgid "Swap Y/Z axes" -msgstr "" - -#: src/slic3r/GUI/MsgDialog.cpp:70 -#, possible-c-format -msgid "%s error" -msgstr "" - -#: src/slic3r/GUI/MsgDialog.cpp:71 -#, possible-c-format -msgid "%s has encountered an error" -msgstr "" - -#: src/slic3r/GUI/NotificationManager.hpp:471 -msgid "3D Mouse disconnected." -msgstr "" - -#: src/slic3r/GUI/NotificationManager.hpp:474 -msgid "Configuration update is available." -msgstr "" - -#: src/slic3r/GUI/NotificationManager.hpp:474 -msgid "See more." -msgstr "" - -#: src/slic3r/GUI/NotificationManager.hpp:476 -msgid "New version is available." -msgstr "" - -#: src/slic3r/GUI/NotificationManager.hpp:476 -msgid "See Releases page." -msgstr "" - -#: src/slic3r/GUI/NotificationManager.hpp:479 -msgid "" -"You have just added a G-code for color change, but its value is empty.\n" -"To export the G-code correctly, check the \"Color Change G-code\" in " -"\"Printer Settings > Custom G-code\"" -msgstr "" - -#: src/slic3r/GUI/NotificationManager.cpp:817 -#: src/slic3r/GUI/NotificationManager.cpp:1096 -msgid "Export G-Code." -msgstr "" - -#: src/slic3r/GUI/NotificationManager.cpp:862 -msgid "Open Folder." -msgstr "" - -#: src/slic3r/GUI/NotificationManager.cpp:901 -msgid "Eject drive" -msgstr "" - -#: src/slic3r/GUI/NotificationManager.cpp:1015 -#: src/slic3r/GUI/NotificationManager.cpp:1031 -#: src/slic3r/GUI/NotificationManager.cpp:1042 -msgid "ERROR:" -msgstr "" - -#: src/slic3r/GUI/NotificationManager.cpp:1020 -#: src/slic3r/GUI/NotificationManager.cpp:1035 -#: src/slic3r/GUI/NotificationManager.cpp:1050 -msgid "WARNING:" -msgstr "" - -#: src/slic3r/GUI/NotificationManager.cpp:1099 -msgid "Slicing finished." -msgstr "" - -#: src/slic3r/GUI/NotificationManager.cpp:1141 -msgid "Exporting finished." -msgstr "" - -#: src/slic3r/GUI/ObjectDataViewModel.cpp:58 -msgid "Instances" -msgstr "" - -#: src/slic3r/GUI/ObjectDataViewModel.cpp:62 -#: src/slic3r/GUI/ObjectDataViewModel.cpp:225 -#, possible-c-format -msgid "Instance %d" -msgstr "" - -#: src/slic3r/GUI/ObjectDataViewModel.cpp:69 src/slic3r/GUI/Tab.cpp:4214 -#: src/slic3r/GUI/Tab.cpp:4298 -msgid "Layers" -msgstr "" - -#: src/slic3r/GUI/ObjectDataViewModel.cpp:96 -msgid "Range" -msgstr "" - -#: src/slic3r/GUI/OG_CustomCtrl.cpp:180 src/slic3r/GUI/OG_CustomCtrl.cpp:608 -#: src/slic3r/GUI/OptionsGroup.cpp:340 -msgctxt "Layers" -msgid "Top" -msgstr "" - -#: src/slic3r/GUI/OG_CustomCtrl.cpp:180 src/slic3r/GUI/OG_CustomCtrl.cpp:608 -#: src/slic3r/GUI/OptionsGroup.cpp:340 -msgctxt "Layers" -msgid "Bottom" -msgstr "" - -#: src/slic3r/GUI/OG_CustomCtrl.cpp:792 -msgid "Should we open this hyperlink in your default browser?" -msgstr "" - -#: src/slic3r/GUI/OG_CustomCtrl.cpp:792 -msgid ": Open hyperlink" -msgstr "" - -#: src/slic3r/GUI/OG_CustomCtrl.cpp:819 src/slic3r/GUI/Preferences.cpp:366 -msgid "Suppress to open hyperlink in browser" -msgstr "" - -#: src/slic3r/GUI/OG_CustomCtrl.cpp:821 -msgid " will remember your choice." -msgstr "" - -#: src/slic3r/GUI/OG_CustomCtrl.cpp:822 -msgid "You will not be asked about it again on label hovering." -msgstr "" - -#: src/slic3r/GUI/OG_CustomCtrl.cpp:823 -msgid "" -"Visit \"Preferences\" and check \"%1%\"\n" -"to changes your choice." -msgstr "" - -#: src/slic3r/GUI/OG_CustomCtrl.cpp:825 -#: src/slic3r/GUI/UnsavedChangesDialog.cpp:680 -msgid ": Don't ask me again" -msgstr "" - -#: src/slic3r/GUI/OpenGLManager.cpp:261 -#, possible-c-format -msgid "" -" requires OpenGL 2.0 capable graphics driver to run correctly, \n" -"while OpenGL version %s, render %s, vendor %s was detected." -msgstr "" - -#: src/slic3r/GUI/OpenGLManager.cpp:264 -msgid "You may need to update your graphics card driver." -msgstr "" - -#: src/slic3r/GUI/OpenGLManager.cpp:267 -msgid "As a workaround, you may run " -msgstr "" - -#: src/slic3r/GUI/OpenGLManager.cpp:269 -msgid "Unsupported OpenGL version" -msgstr "" - -#: src/slic3r/GUI/OpenGLManager.cpp:277 -#, possible-c-format -msgid "" -"Unable to load the following shaders:\n" -"%s" -msgstr "" - -#: src/slic3r/GUI/OpenGLManager.cpp:278 -msgid "Error loading shaders" -msgstr "" - -#: src/slic3r/GUI/PhysicalPrinterDialog.cpp:51 -msgid "Delete this preset from this printer device" -msgstr "" - -#: src/slic3r/GUI/PhysicalPrinterDialog.cpp:81 -msgid "This printer will be shown in the presets list as" -msgstr "" - -#: src/slic3r/GUI/PhysicalPrinterDialog.cpp:155 -msgid "Physical Printer" -msgstr "" - -#: src/slic3r/GUI/PhysicalPrinterDialog.cpp:161 -msgid "Type here the name of your printer device" -msgstr "" - -#: src/slic3r/GUI/PhysicalPrinterDialog.cpp:172 -msgid "Descriptive name for the printer" -msgstr "" - -#: src/slic3r/GUI/PhysicalPrinterDialog.cpp:176 -msgid "Add preset for this printer device" -msgstr "" - -#: src/slic3r/GUI/PhysicalPrinterDialog.cpp:205 -msgid "Print Host upload" -msgstr "" - -#: src/slic3r/GUI/PhysicalPrinterDialog.cpp:337 -msgid "Test" -msgstr "" - -#: src/slic3r/GUI/PhysicalPrinterDialog.cpp:342 -msgid "Could not get a valid Printer Host reference" -msgstr "" - -#: src/slic3r/GUI/PhysicalPrinterDialog.cpp:354 -msgid "Success!" -msgstr "" - -#: src/slic3r/GUI/PhysicalPrinterDialog.cpp:364 -msgid "Refresh Printers" -msgstr "" - -#: src/slic3r/GUI/PhysicalPrinterDialog.cpp:391 -msgid "" -"HTTPS CA file is optional. It is only needed if you use HTTPS with a self-" -"signed certificate." -msgstr "" - -#: src/slic3r/GUI/PhysicalPrinterDialog.cpp:401 -msgid "Certificate files (*.crt, *.pem)|*.crt;*.pem|All files|*.*" -msgstr "" - -#: src/slic3r/GUI/PhysicalPrinterDialog.cpp:402 -msgid "Open CA certificate file" -msgstr "" - -#: src/slic3r/GUI/PhysicalPrinterDialog.cpp:430 -#: src/libslic3r/PrintConfig.cpp:168 src/libslic3r/PrintConfig.cpp:2711 -msgid "HTTPS CA File" -msgstr "" - -#: src/slic3r/GUI/PhysicalPrinterDialog.cpp:431 -#, possible-c-format -msgid "" -"On this system, %s uses HTTPS certificates from the system Certificate Store " -"or Keychain." -msgstr "" - -#: src/slic3r/GUI/PhysicalPrinterDialog.cpp:432 -msgid "" -"To use a custom CA file, please import your CA file into Certificate Store / " -"Keychain." -msgstr "" - -#: src/slic3r/GUI/PhysicalPrinterDialog.cpp:589 -msgid "The supplied name is empty. It can't be saved." -msgstr "" - -#: src/slic3r/GUI/PhysicalPrinterDialog.cpp:593 -msgid "You should change the name of your printer device." -msgstr "" - -#: src/slic3r/GUI/PhysicalPrinterDialog.cpp:601 -msgid "Printer with name \"%1%\" already exists." -msgstr "" - -#: src/slic3r/GUI/PhysicalPrinterDialog.cpp:602 -msgid "Replace?" -msgstr "" - -#: src/slic3r/GUI/PhysicalPrinterDialog.cpp:625 -msgid "" -"Following printer preset(s) is duplicated:%1%The above preset for printer " -"\"%2%\" will be used just once." -msgstr "" - -#: src/slic3r/GUI/PhysicalPrinterDialog.cpp:671 -msgid "It's not possible to delete the last related preset for the printer." -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:164 -msgid "Volume" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:165 -msgid "Facets" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:166 -msgid "Materials" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:169 -msgid "Manifold" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:219 -msgid "Sliced Info" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:238 src/slic3r/GUI/Plater.cpp:1152 -msgid "Used Filament (m)" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:239 src/slic3r/GUI/Plater.cpp:1174 -msgid "Used Filament (mm³)" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:240 src/slic3r/GUI/Plater.cpp:1179 -#: src/slic3r/GUI/Plater.cpp:1193 -msgid "Used Filament (g)" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:241 -msgid "Used Material (unit)" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:242 -msgid "Cost (money)" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:244 -msgid "Number of tool changes" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:358 src/slic3r/GUI/Tab.cpp:4302 -#: src/slic3r/GUI/Tab.cpp:4303 -msgid "Supports" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:361 -msgid "Select what kind of support do you need" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:363 src/libslic3r/PrintConfig.cpp:3629 -#: src/libslic3r/PrintConfig.cpp:4904 -msgid "Support on build plate only" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:364 src/slic3r/GUI/Plater.cpp:490 -msgid "For support enforcers only" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:365 -msgid "Everywhere" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:397 -msgid "Brim" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:399 -msgid "" -"This flag enables the brim that will be printed around each object on the " -"first layer." -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:407 -msgid "Purging volumes" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:501 src/slic3r/GUI/Tab.cpp:4343 -#: src/slic3r/GUI/Tab.cpp:4344 src/slic3r/GUI/Tab.cpp:4415 -msgid "Pad" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:504 -msgid "Select what kind of pad do you need" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:506 -msgid "Below object" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:507 -msgid "Around object" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:697 -msgid "SLA print settings" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:758 src/slic3r/GUI/Plater.cpp:6224 -msgid "Send to printer" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:773 src/slic3r/GUI/Plater.cpp:3077 -#: src/slic3r/GUI/Plater.cpp:5754 -msgid "Slice now" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:927 -msgid "Hold Shift to Slice & Export G-code" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:1072 -#, possible-c-format -msgid "%d (%d shells)" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:1077 -#, possible-c-format -msgid "Auto-repaired (%d errors)" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:1080 -#, possible-c-format -msgid "" -"%d degenerate facets, %d edges fixed, %d facets removed, %d facets added, %d " -"facets reversed, %d backwards edges" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:1090 -msgid "Yes" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:1111 -msgid "Used Material (ml)" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:1114 -msgid "object(s)" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:1114 -msgid "supports and pad" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:1152 -msgid "Used Filament (in)" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:1154 src/slic3r/GUI/Plater.cpp:1235 -msgid "objects" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:1154 src/slic3r/GUI/Plater.cpp:1235 -msgid "wipe tower" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:1174 -msgid "Used Filament (in³)" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:1233 src/libslic3r/PrintConfig.cpp:1528 -#: src/libslic3r/PrintConfig.cpp:4719 src/libslic3r/PrintConfig.cpp:4720 -msgid "Cost" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:1251 -msgid "normal mode" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:1261 -msgid "stealth mode" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:1432 src/slic3r/GUI/Plater.cpp:5063 -#, possible-c-format -msgid "%s - Drop project file" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:1439 src/slic3r/GUI/Plater.cpp:5070 -msgid "Open as project" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:1440 src/slic3r/GUI/Plater.cpp:5071 -msgid "Import geometry only" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:1441 src/slic3r/GUI/Plater.cpp:5072 -msgid "Import config only" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:1444 src/slic3r/GUI/Plater.cpp:5075 -msgid "Select an action to apply to the file" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:1445 src/slic3r/GUI/Plater.cpp:5076 -msgid "Action" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:1453 src/slic3r/GUI/Plater.cpp:5084 -msgid "Don't show again" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:1498 src/slic3r/GUI/Plater.cpp:5121 -msgid "You can open only one .gcode file at a time." -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:1499 src/slic3r/GUI/Plater.cpp:5122 -msgid "Drag and drop G-code file" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:1553 src/slic3r/GUI/Plater.cpp:4937 -#: src/slic3r/GUI/Plater.cpp:5176 -msgid "Import Object" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:1575 src/slic3r/GUI/Plater.cpp:5202 -msgid "Load File" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:1580 src/slic3r/GUI/Plater.cpp:5207 -msgid "Load Files" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:1684 -msgid "Fill bed" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:1690 -msgid "Optimize Rotation" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:1696 -msgid "Import SLA archive" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:2176 -#, possible-c-format -msgid "" -"Successfully unmounted. The device %s(%s) can now be safely removed from the " -"computer." -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:2181 -#, possible-c-format -msgid "Ejecting of device %s(%s) has failed." -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:2200 -msgid "New Project" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:2298 -msgid "Expand sidebar" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:2371 -msgid "Loading" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:2381 -msgid "Loading file" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:2478 -msgid "" -"This file contains several objects positioned at multiple heights.\n" -"Instead of considering them as multiple objects, should I consider\n" -"this file as a single object having multiple parts?" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:2481 src/slic3r/GUI/Plater.cpp:2534 -msgid "Multi-part object detected" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:2488 -msgid "" -"This file cannot be loaded in a simple mode. Do you want to switch to an " -"advanced mode?" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:2489 -msgid "Detected advanced data" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:2511 -#, possible-c-format -msgid "" -"You can't to add the object(s) from %s because of one or some of them " -"is(are) multi-part" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:2531 -msgid "" -"Multiple objects were loaded for a multi-material printer.\n" -"Instead of considering them as multiple objects, should I consider\n" -"these files to represent a single object having multiple parts?" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:2548 -msgid "Loaded" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:2650 -msgid "" -"Your object appears to be too large, so it was automatically scaled down to " -"fit your print bed." -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:2651 -msgid "Object too large?" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:2713 -msgid "Export STL file:" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:2720 -msgid "Export AMF file:" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:2726 -msgid "Save file as:" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:2732 -msgid "Export OBJ file:" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:2840 -msgid "Delete Object" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:2851 -msgid "Reset Project" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:2924 -msgid "" -"The selected object can't be split because it contains more than one volume/" -"material." -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:2935 -msgid "Split to Objects" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:3061 src/slic3r/GUI/Plater.cpp:3807 -msgid "Invalid data" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:3071 -msgid "Ready to slice" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:3119 src/slic3r/GUI/PrintHostDialogs.cpp:277 -msgid "Cancelling" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:3138 -msgid "Another export job is currently running." -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:3255 -msgid "Please select the file to reload" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:3290 -msgid "It is not allowed to change the file to reload" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:3290 -msgid "Do you want to retry" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:3308 -msgid "Reload from:" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:3401 -msgid "Unable to reload:" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:3406 -msgid "Error during reload" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:3425 -msgid "Reload all from disk" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:3452 -msgid "" -"ERROR: Please close all manipulators available from the left toolbar before " -"fixing the mesh." -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:3458 -msgid "Fix through NetFabb" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:3475 -msgid "Custom supports and seams were removed after repairing the mesh." -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:3761 -msgid "There are active warnings concerning sliced models:" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:3771 -msgid "generated warnings" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:3815 src/slic3r/GUI/PrintHostDialogs.cpp:278 -msgid "Cancelled" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:4086 src/slic3r/GUI/Plater.cpp:4110 -msgid "Remove the selected object" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:4095 -msgid "Add one more instance of the selected object" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:4097 -msgid "Remove one instance of the selected object" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:4099 -msgid "Set number of instances" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:4099 -msgid "Change the number of instances of the selected object" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:4101 -msgid "Fill bed with instances" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:4101 -msgid "Fill the remaining area of bed with instances of the selected object" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:4120 -msgid "Reload the selected object from disk" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:4123 -msgid "Export the selected object as STL file" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:4153 -msgid "Along X axis" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:4153 -msgid "Mirror the selected object along the X axis" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:4155 -msgid "Along Y axis" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:4155 -msgid "Mirror the selected object along the Y axis" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:4157 -msgid "Along Z axis" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:4157 -msgid "Mirror the selected object along the Z axis" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:4160 -msgid "Mirror" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:4160 -msgid "Mirror the selected object" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:4172 -msgid "To objects" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:4172 src/slic3r/GUI/Plater.cpp:4192 -msgid "Split the selected object into individual objects" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:4174 -msgid "To parts" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:4174 src/slic3r/GUI/Plater.cpp:4210 -msgid "Split the selected object into individual sub-parts" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:4177 src/slic3r/GUI/Plater.cpp:4192 -#: src/slic3r/GUI/Plater.cpp:4210 src/libslic3r/PrintConfig.cpp:6443 -msgid "Split" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:4177 -msgid "Split the selected object" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:4199 -msgid "Optimize orientation" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:4200 -msgid "Optimize the rotation of the object for better print results." -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:4280 -msgid "3D editor view" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:4651 -msgid "" -"%1% printer was active at the time the target Undo / Redo snapshot was " -"taken. Switching to %1% printer requires reloading of %1% presets." -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:4840 -msgid "" -"You have unsaved Changed, do you want to save your project or to remove all " -"settings and objects?" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:4841 src/slic3r/GUI/UnsavedChangesDialog.cpp:653 -msgid "Discard" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:4908 -msgid "Load Project" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:4941 -msgid "Import Objects" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:5007 -msgid "The selected file" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:5007 -msgid "does not contain valid gcode." -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:5008 -msgid "Error while loading .gcode file" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:5260 -msgid "All objects will be removed, continue?" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:5273 -msgid "Delete Selected Objects" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:5281 -msgid "Increase Instances" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:5315 -msgid "Decrease Instances" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:5346 -msgid "Enter the number of copies:" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:5347 -msgid "Copies of the selected object" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:5351 -#, possible-c-format -msgid "Set numbers of copies to %d" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:5417 -msgid "Cut by Plane" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:5474 -msgid "Save G-code file as:" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:5474 -msgid "Save SL1 file as:" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:5621 -#, possible-c-format -msgid "STL file exported to %s" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:5638 -#, possible-c-format -msgid "AMF file exported to %s" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:5641 -#, possible-c-format -msgid "Error exporting AMF file %s" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:5681 -#, possible-c-format -msgid "3MF file exported to %s" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:5687 -#, possible-c-format -msgid "Error exporting 3MF file %s" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:6223 -msgid "Export" -msgstr "" - -#: src/slic3r/GUI/Plater.cpp:6318 -msgid "Paste From Clipboard" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:57 -msgid "General" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:72 -msgid "Remember output directory" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:74 -msgid "" -"If this is enabled, Slic3r will prompt the last output directory instead of " -"the one containing the input files." -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:80 -msgid "Auto-center parts" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:82 -msgid "" -"If this is enabled, Slic3r will auto-center objects around the print bed " -"center." -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:88 -msgid "Background processing" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:90 -msgid "" -"If this is enabled, Slic3r will pre-process objects as soon as they're " -"loaded in order to save time when exporting G-code." -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:99 -msgid "If enabled, " -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:105 -msgid "Export sources full pathnames to 3mf and amf" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:107 -msgid "" -"If enabled, allows the Reload from disk command to automatically find and " -"load the files when invoked." -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:115 -msgid "Associate .3mf files to %1%" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:117 -msgid "If enabled, sets Slic3r as default application to open .3mf files." -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:122 -msgid "Associate .stl files to %1%" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:124 -msgid "If enabled, sets Slic3r as default application to open .stl files." -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:134 -msgid "" -"If enabled, Slic3r downloads updates of built-in system presets in the " -"background. These updates are downloaded into a separate temporary location. " -"When a new preset version becomes available it is offered at application " -"startup." -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:139 -msgid "Suppress \" - default - \" presets" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:141 -msgid "" -"Suppress \" - default - \" presets in the Print / Filament / Printer " -"selections once there are any other valid presets available." -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:147 -msgid "Show incompatible print and filament presets" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:149 -msgid "" -"When checked, the print and filament presets are shown in the preset editor " -"even if they are marked as incompatible with the active printer" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:155 -msgid "Main GUI always in expert mode" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:157 -msgid "" -"If enabled, the gui will be in expert mode even if the simple or advanced " -"mode is selected (but not the setting tabs)." -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:162 -msgid "Show drop project dialog" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:164 -msgid "" -"When checked, whenever dragging and dropping a project file on the " -"application, shows a dialog asking to select the action to take on the file " -"to load." -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:171 src/slic3r/GUI/Preferences.cpp:175 -msgid "Allow just a single Slic3r instance" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:173 -msgid "" -"On OSX there is always only one instance of app running by default. However " -"it is allowed to run multiple instances of same app from the command line. " -"In such case this settings will allow only one instance." -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:177 -msgid "" -"If this is enabled, when starting Slic3r and another instance of the same " -"Slic3r is already running, that instance will be reactivated instead." -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:183 -#: src/slic3r/GUI/UnsavedChangesDialog.cpp:671 -msgid "Ask for unsaved changes when closing application" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:185 -msgid "When closing the application, always ask for unsaved changes" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:190 -#: src/slic3r/GUI/UnsavedChangesDialog.cpp:672 -msgid "Ask for unsaved changes when selecting new preset" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:192 -msgid "Always ask for unsaved changes when selecting new preset" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:197 -msgid "Always keep current preset changes on a new project" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:199 -msgid "" -"When you create a new project, it will keep the current preset state, and " -"won't open the preset change dialog." -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:204 -msgid "Ask for unsaved project changes" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:206 -msgid "" -"Always ask if you want to save your project change if you are going to loose " -"some changes. Or it will discard them by deafult." -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:214 -msgid "Associate .gcode files to Slic3r G-code Viewer" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:216 -msgid "" -"If enabled, sets Slic3r G-code Viewer as default application to open .gcode " -"files." -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:225 -msgid "Use Retina resolution for the 3D scene" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:227 -msgid "" -"If enabled, the 3D scene will be rendered in Retina resolution. If you are " -"experiencing 3D performance problems, disabling this option may help." -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:235 src/slic3r/GUI/Preferences.cpp:237 -msgid "Show splash screen" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:242 -msgid "Random splash screen" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:244 -msgid "Show a random splash screen image from the list at each startup" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:252 -msgid "Splashscreen image" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:254 -msgid "Choose the image to use as splashscreen" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:272 -msgid "Enable support for legacy 3DConnexion devices" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:274 -msgid "" -"If enabled, the legacy 3DConnexion devices settings dialog is available by " -"pressing CTRL+M" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:285 -msgid "Paths" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:290 -msgid "FreeCAD path" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:292 -msgid "" -"If it point to a valid freecad instance (the bin directory or the python " -"executable), you can use the built-in python script to quickly generate " -"geometry." -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:302 -msgid "Camera" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:307 -msgid "Use perspective camera" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:309 -msgid "" -"If enabled, use perspective camera. If not enabled, use orthographic camera." -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:314 -msgid "Use free camera" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:316 -msgid "If enabled, use free camera. If not enabled, use constrained camera." -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:321 -msgid "Reverse direction of zoom with mouse wheel" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:323 -msgid "If enabled, reverses the direction of zoom with mouse wheel" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:331 -msgid "GUI" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:350 -msgid "Sequential slider applied only to top layer" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:352 -msgid "" -"If enabled, changes made using the sequential slider, in preview, apply only " -"to gcode top layer. If disabled, changes made using the sequential slider, " -"in preview, apply to the whole gcode." -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:359 -msgid "Show sidebar collapse/expand button" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:361 -msgid "" -"If enabled, the button for the collapse sidebar will be appeared in top " -"right corner of the 3D Scene" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:368 -msgid "" -"If enabled, the descriptions of configuration parameters in settings tabs " -"wouldn't work as hyperlinks. If disabled, the descriptions of configuration " -"parameters in settings tabs will work as hyperlinks." -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:374 -msgid "Use custom size for toolbar icons" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:376 -msgid "If enabled, you can change size of toolbar icons manually." -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:381 -msgid "Tab icon size" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:383 -msgid "Size of the tab icons, in pixels. Set to 0 to remove icons." -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:384 src/slic3r/GUI/Preferences.cpp:403 -#: src/slic3r/GUI/Preferences.cpp:414 src/slic3r/GUI/Preferences.cpp:424 -#: src/slic3r/GUI/Preferences.cpp:434 src/slic3r/GUI/Preferences.cpp:445 -msgid "" -"\n" -"You have to restart the application before any change will be taken into " -"account." -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:399 -msgid "Very dark gui color" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:401 -msgid "Very dark color, in the RGB hex format." -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:402 -msgid " Mainly used as background or dark text color." -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:404 -msgid "" -"\n" -"Slic3r(yellow): ada230, PrusaSlicer(orange): c46737, SuperSlicer(blue): " -"0047c7" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:410 -msgid "Dark gui color" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:412 -msgid "Dark color, in the RGB hex format." -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:413 -msgid " Mainly used as icon color." -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:415 -msgid "" -"\n" -"Slic3r(yellow): cabe39, PrusaSlicer(orange): ed6b21, SuperSlicer(blue): " -"2172eb" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:421 -msgid "Gui color" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:423 -msgid "Main color, in the RGB hex format." -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:425 -msgid "" -" Slic3r(yellow): eddc21, PrusaSlicer(orange): fd7e42, SuperSlicer(blue): " -"428dfd" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:431 -msgid "Light gui color" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:433 -msgid "Light color, in the RGB hex format." -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:435 -msgid "" -" Slic3r(yellow): ffee38, PrusaSlicer(orange): feac8b, SuperSlicer(blue): " -"8bb9fe" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:441 -msgid "Very light gui color" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:443 -msgid "Very light color, in the RGB hex format." -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:444 -msgid " Mainly used as light text color." -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:446 -msgid "" -"\n" -"Slic3r(yellow): fef48b, PrusaSlicer(orange): ff7d38, SuperSlicer(blue): " -"428cff" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:453 -msgid "Switch from 3D view to Preview when sliced" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:455 -msgid "" -"When an object is sliced, it will switch your view from the 3D view to the " -"previewx (and then gcode-preview) automatically." -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:473 -msgid "Render" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:478 -msgid "Use environment map" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:480 -msgid "If enabled, renders object using the environment map." -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:505 -#, possible-c-format -msgid "You need to restart %s to make the changes effective." -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:581 -msgid "Icon size in a respect to the default size" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:596 -msgid "Select toolbar icon size in respect to the default one." -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:627 -msgid "Regular layout with the tab bar" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:628 -msgid "Old PrusaSlicer layout" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:629 -msgid "Access via settings button in the top menu" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:630 -msgid "Settings in non-modal window" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:645 -msgid "Layout Options" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:657 -msgid "!! Can be unstable in some os distribution !!" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:658 -msgid "Choose how the windows are selectable and displayed:" -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:659 -msgid "" -" Tab layout: all windows are in the application, all are selectable via a " -"tab." -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:663 -msgid "" -"Old layout: all windows are in the application, settings are on the top tab " -"bar and the plater choice in on the bottom of the plater view." -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:664 -msgid "" -"Settings button: all windows are in the application, no tabs: you have to " -"clic on settings gears to switch to settings tabs." -msgstr "" - -#: src/slic3r/GUI/Preferences.cpp:665 -msgid "" -"Settings window: settings are displayed in their own window. You have to " -"clic on settings gears to show the settings window." -msgstr "" - -#: src/slic3r/GUI/PresetComboBoxes.cpp:224 -#: src/slic3r/GUI/PresetComboBoxes.cpp:262 -#: src/slic3r/GUI/PresetComboBoxes.cpp:788 -#: src/slic3r/GUI/PresetComboBoxes.cpp:838 -#: src/slic3r/GUI/PresetComboBoxes.cpp:959 -#: src/slic3r/GUI/PresetComboBoxes.cpp:1003 -msgid "System presets" -msgstr "" - -#: src/slic3r/GUI/PresetComboBoxes.cpp:266 -#: src/slic3r/GUI/PresetComboBoxes.cpp:842 -#: src/slic3r/GUI/PresetComboBoxes.cpp:1007 -msgid "User presets" -msgstr "" - -#: src/slic3r/GUI/PresetComboBoxes.cpp:277 -msgid "Incompatible presets" -msgstr "" - -#: src/slic3r/GUI/PresetComboBoxes.cpp:312 -msgid "Are you sure you want to delete \"%1%\" printer?" -msgstr "" - -#: src/slic3r/GUI/PresetComboBoxes.cpp:314 -msgid "Delete Physical Printer" -msgstr "" - -#: src/slic3r/GUI/PresetComboBoxes.cpp:651 -msgid "Click to edit preset" -msgstr "" - -#: src/slic3r/GUI/PresetComboBoxes.cpp:707 -#: src/slic3r/GUI/PresetComboBoxes.cpp:737 -msgid "Add/Remove presets" -msgstr "" - -#: src/slic3r/GUI/PresetComboBoxes.cpp:712 -#: src/slic3r/GUI/PresetComboBoxes.cpp:742 src/slic3r/GUI/Tab.cpp:3174 -msgid "Add physical printer" -msgstr "" - -#: src/slic3r/GUI/PresetComboBoxes.cpp:726 -msgid "Edit preset" -msgstr "" - -#: src/slic3r/GUI/PresetComboBoxes.cpp:730 src/slic3r/GUI/Tab.cpp:3174 -msgid "Edit physical printer" -msgstr "" - -#: src/slic3r/GUI/PresetComboBoxes.cpp:733 -msgid "Delete physical printer" -msgstr "" - -#: src/slic3r/GUI/PresetComboBoxes.cpp:853 -#: src/slic3r/GUI/PresetComboBoxes.cpp:1021 -msgid "Physical printers" -msgstr "" - -#: src/slic3r/GUI/PresetComboBoxes.cpp:877 -msgid "Add/Remove filaments" -msgstr "" - -#: src/slic3r/GUI/PresetComboBoxes.cpp:879 -msgid "Add/Remove materials" -msgstr "" - -#: src/slic3r/GUI/PresetComboBoxes.cpp:881 -#: src/slic3r/GUI/PresetComboBoxes.cpp:1045 -msgid "Add/Remove printers" -msgstr "" - -#: src/slic3r/GUI/PresetHints.cpp:44 -msgid "will run at %1%%% by default" -msgstr "" - -#: src/slic3r/GUI/PresetHints.cpp:47 src/slic3r/GUI/PresetHints.cpp:73 -#: src/slic3r/GUI/PresetHints.cpp:75 -msgid "at %1%%% over external perimeters" -msgstr "" - -#: src/slic3r/GUI/PresetHints.cpp:50 src/slic3r/GUI/PresetHints.cpp:78 -msgid "at %1%%% over top fill surfaces" -msgstr "" - -#: src/slic3r/GUI/PresetHints.cpp:53 src/slic3r/GUI/PresetHints.cpp:81 -#: src/slic3r/GUI/PresetHints.cpp:83 -msgid "at %1%%% over bridges" -msgstr "" - -#: src/slic3r/GUI/PresetHints.cpp:56 src/slic3r/GUI/PresetHints.cpp:86 -#: src/slic3r/GUI/PresetHints.cpp:101 -msgid "except for the first %1% layers where the fan is disabled" -msgstr "" - -#: src/slic3r/GUI/PresetHints.cpp:58 src/slic3r/GUI/PresetHints.cpp:88 -#: src/slic3r/GUI/PresetHints.cpp:103 -msgid "except for the first layer where the fan is disabled" -msgstr "" - -#: src/slic3r/GUI/PresetHints.cpp:61 -msgid "will be turned off by default." -msgstr "" - -#: src/slic3r/GUI/PresetHints.cpp:68 -msgid "" -"\n" -"\n" -"If estimated layer time is below ~%1%s, but still greater than ~%2%s, fan " -"will run at a proportionally increasing speed between %3%%% and %4%%%" -msgstr "" - -#: src/slic3r/GUI/PresetHints.cpp:75 src/slic3r/GUI/PresetHints.cpp:83 -msgid "if it's above the current computed fan speed value" -msgstr "" - -#: src/slic3r/GUI/PresetHints.cpp:94 -msgid "" -"\n" -"\n" -"If estimated layer time is below ~%1%s" -msgstr "" - -#: src/slic3r/GUI/PresetHints.cpp:97 -msgid "fan will run by default to %1%%%" -msgstr "" - -#: src/slic3r/GUI/PresetHints.cpp:108 -msgid "" -"print speed will be reduced so that no less than %1%s are spent on that layer" -msgstr "" - -#: src/slic3r/GUI/PresetHints.cpp:112 -msgid "" -"(however, speed will never be reduced below %1%mm/s or up to %2%%% reduction)" -msgstr "" - -#: src/slic3r/GUI/PresetHints.cpp:115 -msgid "(however, speed will never be reduced below %1%mm/s)" -msgstr "" - -#: src/slic3r/GUI/PresetHints.cpp:237 -msgid "external perimeters" -msgstr "" - -#: src/slic3r/GUI/PresetHints.cpp:246 -msgid "perimeters" -msgstr "" - -#: src/slic3r/GUI/PresetHints.cpp:255 -msgid "infill" -msgstr "" - -#: src/slic3r/GUI/PresetHints.cpp:265 -msgid "solid infill" -msgstr "" - -#: src/slic3r/GUI/PresetHints.cpp:273 -msgid "top solid infill" -msgstr "" - -#: src/slic3r/GUI/PresetHints.cpp:284 -msgid "support" -msgstr "" - -#: src/slic3r/GUI/PresetHints.cpp:294 -msgid "support interface" -msgstr "" - -#: src/slic3r/GUI/PresetHints.cpp:300 -msgid "First layer volumetric" -msgstr "" - -#: src/slic3r/GUI/PresetHints.cpp:300 -msgid "Bridging volumetric" -msgstr "" - -#: src/slic3r/GUI/PresetHints.cpp:300 -msgid "Volumetric" -msgstr "" - -#: src/slic3r/GUI/PresetHints.cpp:301 -msgid "flow rate is maximized" -msgstr "" - -#: src/slic3r/GUI/PresetHints.cpp:304 -msgid "by the print profile maximum" -msgstr "" - -#: src/slic3r/GUI/PresetHints.cpp:305 -msgid "when printing" -msgstr "" - -#: src/slic3r/GUI/PresetHints.cpp:306 -msgid "with a volumetric rate" -msgstr "" - -#: src/slic3r/GUI/PresetHints.cpp:310 -#, possible-c-format -msgid "%3.2f mm³/s at filament speed %3.2f mm/s." -msgstr "" - -#: src/slic3r/GUI/PresetHints.cpp:328 -msgid "" -"Recommended object min thin wall thickness: Not available due to invalid " -"layer height." -msgstr "" - -#: src/slic3r/GUI/PresetHints.cpp:347 -#, possible-c-format -msgid "Recommended object min (thick) wall thickness for layer height %.2f and" -msgstr "" - -#: src/slic3r/GUI/PresetHints.cpp:348 src/slic3r/GUI/PresetHints.cpp:353 -#, possible-c-format -msgid "%d perimeter: %.2f mm" -msgstr "" - -#: src/slic3r/GUI/PresetHints.cpp:358 -msgid "" -"Recommended object thin wall thickness: Not available due to excessively " -"small extrusion width." -msgstr "" - -#: src/slic3r/GUI/PresetHints.cpp:382 -msgid "" -"Ideally, the spacing between two extrusions shouldn't be lower than the " -"nozzle diameter. Below are the extrusion widths for a spacing equal to the " -"nozzle diameter.\n" -msgstr "" - -#: src/slic3r/GUI/PresetHints.cpp:383 -msgid "" -"Recommended min extrusion width for the first layer (with a first layer " -"height of %1%) is %2$.3f mm (or %3%%%)\n" -msgstr "" - -#: src/slic3r/GUI/PresetHints.cpp:385 -msgid "" -"Recommended min extrusion width for other layers (with a layer height of " -"%1%) is %2$.3f mm (or %3%%%).\n" -msgstr "" - -#: src/slic3r/GUI/PresetHints.cpp:414 -msgid "" -"Top / bottom shell thickness hint: Not available due to invalid layer height." -msgstr "" - -#: src/slic3r/GUI/PresetHints.cpp:427 -msgid "Top shell is %1% mm thick for layer height %2% mm." -msgstr "" - -#: src/slic3r/GUI/PresetHints.cpp:430 -msgid "Minimum top shell thickness is %1% mm." -msgstr "" - -#: src/slic3r/GUI/PresetHints.cpp:433 -msgid "Top is open." -msgstr "" - -#: src/slic3r/GUI/PresetHints.cpp:446 -msgid "Bottom shell is %1% mm thick for layer height %2% mm." -msgstr "" - -#: src/slic3r/GUI/PresetHints.cpp:449 -msgid "Minimum bottom shell thickness is %1% mm." -msgstr "" - -#: src/slic3r/GUI/PresetHints.cpp:452 -msgid "Bottom is open." -msgstr "" - -#: src/slic3r/GUI/PrintHostDialogs.cpp:35 -msgid "Send G-Code to printer host" -msgstr "" - -#: src/slic3r/GUI/PrintHostDialogs.cpp:35 -msgid "Upload to Printer Host with the following filename:" -msgstr "" - -#: src/slic3r/GUI/PrintHostDialogs.cpp:37 -msgid "Start printing after upload" -msgstr "" - -#: src/slic3r/GUI/PrintHostDialogs.cpp:45 -msgid "Use forward slashes ( / ) as a directory separator if needed." -msgstr "" - -#: src/slic3r/GUI/PrintHostDialogs.cpp:58 -msgid "Group" -msgstr "" - -#: src/slic3r/GUI/PrintHostDialogs.cpp:189 -msgid "ID" -msgstr "" - -#: src/slic3r/GUI/PrintHostDialogs.cpp:190 -msgid "Progress" -msgstr "" - -#: src/slic3r/GUI/PrintHostDialogs.cpp:191 -msgid "Status" -msgstr "" - -#: src/slic3r/GUI/PrintHostDialogs.cpp:192 -msgid "Host" -msgstr "" - -#: src/slic3r/GUI/PrintHostDialogs.cpp:193 -msgid "Filename" -msgstr "" - -#: src/slic3r/GUI/PrintHostDialogs.cpp:194 -msgid "Error Message" -msgstr "" - -#: src/slic3r/GUI/PrintHostDialogs.cpp:197 -msgid "Cancel selected" -msgstr "" - -#: src/slic3r/GUI/PrintHostDialogs.cpp:199 -msgid "Show error message" -msgstr "" - -#: src/slic3r/GUI/PrintHostDialogs.cpp:241 -#: src/slic3r/GUI/PrintHostDialogs.cpp:274 -msgid "Enqueued" -msgstr "" - -#: src/slic3r/GUI/PrintHostDialogs.cpp:275 -msgid "Uploading" -msgstr "" - -#: src/slic3r/GUI/PrintHostDialogs.cpp:279 -msgid "Completed" -msgstr "" - -#: src/slic3r/GUI/PrintHostDialogs.cpp:317 -msgid "Error uploading to print host:" -msgstr "" - -#: src/slic3r/GUI/RammingChart.cpp:23 -msgid "NO RAMMING AT ALL" -msgstr "" - -#: src/slic3r/GUI/RammingChart.cpp:76 src/slic3r/GUI/WipeTowerDialog.cpp:83 -#: src/libslic3r/PrintConfig.cpp:1387 src/libslic3r/PrintConfig.cpp:1431 -#: src/libslic3r/PrintConfig.cpp:1446 src/libslic3r/PrintConfig.cpp:2346 -#: src/libslic3r/PrintConfig.cpp:2362 src/libslic3r/PrintConfig.cpp:4617 -#: src/libslic3r/PrintConfig.cpp:4626 src/libslic3r/PrintConfig.cpp:4736 -#: src/libslic3r/PrintConfig.cpp:4744 src/libslic3r/PrintConfig.cpp:4752 -#: src/libslic3r/PrintConfig.cpp:4759 src/libslic3r/PrintConfig.cpp:4767 -#: src/libslic3r/PrintConfig.cpp:4775 -msgid "s" -msgstr "" - -#: src/slic3r/GUI/RammingChart.cpp:81 -msgid "Volumetric speed" -msgstr "" - -#: src/slic3r/GUI/RammingChart.cpp:81 src/libslic3r/PrintConfig.cpp:1244 -#: src/libslic3r/PrintConfig.cpp:2559 -msgid "mm³/s" -msgstr "" - -#: src/slic3r/GUI/SavePresetDialog.cpp:57 -#, possible-c-format -msgid "Save %s as:" -msgstr "" - -#: src/slic3r/GUI/SavePresetDialog.cpp:110 -msgid "the following suffix is not allowed:" -msgstr "" - -#: src/slic3r/GUI/SavePresetDialog.cpp:116 -msgid "The supplied name is not available." -msgstr "" - -#: src/slic3r/GUI/SavePresetDialog.cpp:122 -msgid "Cannot overwrite a system profile." -msgstr "" - -#: src/slic3r/GUI/SavePresetDialog.cpp:127 -msgid "Cannot overwrite an external profile." -msgstr "" - -#: src/slic3r/GUI/SavePresetDialog.cpp:134 -msgid "Preset with name \"%1%\" already exists." -msgstr "" - -#: src/slic3r/GUI/SavePresetDialog.cpp:136 -msgid "" -"Preset with name \"%1%\" already exists and is incompatible with selected " -"printer." -msgstr "" - -#: src/slic3r/GUI/SavePresetDialog.cpp:137 -msgid "Note: This preset will be replaced after saving" -msgstr "" - -#: src/slic3r/GUI/SavePresetDialog.cpp:142 -msgid "The name cannot be empty." -msgstr "" - -#: src/slic3r/GUI/SavePresetDialog.cpp:147 -msgid "The name cannot start with space character." -msgstr "" - -#: src/slic3r/GUI/SavePresetDialog.cpp:152 -msgid "The name cannot end with space character." -msgstr "" - -#: src/slic3r/GUI/SavePresetDialog.cpp:186 -#: src/slic3r/GUI/SavePresetDialog.cpp:192 -msgid "Save preset" -msgstr "" - -#: src/slic3r/GUI/SavePresetDialog.cpp:215 -msgctxt "PresetName" -msgid "Copy" -msgstr "" - -#: src/slic3r/GUI/SavePresetDialog.cpp:273 -msgid "" -"You have selected physical printer \"%1%\" \n" -"with related printer preset \"%2%\"" -msgstr "" - -#: src/slic3r/GUI/SavePresetDialog.cpp:306 -msgid "What would you like to do with \"%1%\" preset after saving?" -msgstr "" - -#: src/slic3r/GUI/SavePresetDialog.cpp:309 -msgid "Change \"%1%\" to \"%2%\" for this physical printer \"%3%\"" -msgstr "" - -#: src/slic3r/GUI/SavePresetDialog.cpp:310 -msgid "Add \"%1%\" as a next preset for the the physical printer \"%2%\"" -msgstr "" - -#: src/slic3r/GUI/SavePresetDialog.cpp:311 -msgid "Just switch to \"%1%\" preset" -msgstr "" - -#: src/slic3r/GUI/Search.cpp:77 src/slic3r/GUI/Tab.cpp:2568 -msgid "Stealth" -msgstr "" - -#: src/slic3r/GUI/Search.cpp:77 src/slic3r/GUI/Tab.cpp:2562 -msgid "Normal" -msgstr "" - -#: src/slic3r/GUI/Selection.cpp:172 -msgid "Selection-Add" -msgstr "" - -#: src/slic3r/GUI/Selection.cpp:213 -msgid "Selection-Remove" -msgstr "" - -#: src/slic3r/GUI/Selection.cpp:245 -msgid "Selection-Add Object" -msgstr "" - -#: src/slic3r/GUI/Selection.cpp:264 -msgid "Selection-Remove Object" -msgstr "" - -#: src/slic3r/GUI/Selection.cpp:282 -msgid "Selection-Add Instance" -msgstr "" - -#: src/slic3r/GUI/Selection.cpp:301 -msgid "Selection-Remove Instance" -msgstr "" - -#: src/slic3r/GUI/Selection.cpp:402 -msgid "Selection-Add All" -msgstr "" - -#: src/slic3r/GUI/Selection.cpp:428 -msgid "Selection-Remove All" -msgstr "" - -#: src/slic3r/GUI/Selection.cpp:960 -msgid "Scale To Fit" -msgstr "" - -#: src/slic3r/GUI/Selection.cpp:1487 -msgid "Set Printable Instance" -msgstr "" - -#: src/slic3r/GUI/Selection.cpp:1487 -msgid "Set Unprintable Instance" -msgstr "" - -#: src/slic3r/GUI/SysInfoDialog.cpp:82 -msgid "System Information" -msgstr "" - -#: src/slic3r/GUI/SysInfoDialog.cpp:158 -msgid "Copy to Clipboard" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:118 src/libslic3r/PrintConfig.cpp:521 -msgid "Compatible printers" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:119 -msgid "Select the printers this profile is compatible with." -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:124 src/libslic3r/PrintConfig.cpp:536 -msgid "Compatible print profiles" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:125 -msgid "Select the print profiles this profile is compatible with." -msgstr "" - -#. TRN "Save current Settings" -#: src/slic3r/GUI/Tab.cpp:220 -#, possible-c-format -msgid "Save current %s" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:221 -msgid "Delete this preset" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:225 -msgid "" -"Hover the cursor over buttons to find more information \n" -"or click this button." -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:229 -msgid "Search in settings [%1%]" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:1307 -msgid "Detach from system preset" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:1320 -msgid "" -"A copy of the current system preset will be created, which will be detached " -"from the system preset." -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:1321 -msgid "" -"The current custom preset will be detached from the parent system preset." -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:1324 -msgid "Modifications to the current profile will be saved." -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:1327 -msgid "" -"This action is not revertable.\n" -"Do you want to proceed?" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:1329 -msgid "Detach preset" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:1355 -msgid "This is a default preset." -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:1357 -msgid "This is a system preset." -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:1359 -msgid "Current preset is inherited from the default preset." -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:1363 -msgid "Current preset is inherited from" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:1367 -msgid "It can't be deleted or modified." -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:1368 -msgid "" -"Any modifications should be saved as a new preset inherited from this one." -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:1369 -msgid "To do that please specify a new name for the preset." -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:1373 -msgid "Additional information:" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:1379 -msgid "printer model" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:1387 -msgid "default print profile" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:1390 -msgid "default filament profile" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:1404 -msgid "default SLA material profile" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:1408 -msgid "default SLA print profile" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:1416 -msgid "full profile name" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:1417 -msgid "symbolic profile name" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:1609 -msgid "" -"Single Extruder Multi Material is selected, \n" -"and all extruders must have the same diameter.\n" -"Do you want to change the diameter for all extruders to first extruder " -"nozzle diameter value?" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:1612 src/slic3r/GUI/Tab.cpp:2043 -#: src/libslic3r/PrintConfig.cpp:2674 -msgid "Nozzle diameter" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:1886 -msgid "Help / Details:" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:1905 -msgid "" -"If the perimeter overlap is set at 100%, the yellow areas should be filled " -"by the overlap.\n" -"If overlap is at 0%, width = spacing." -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:1956 -msgid "" -"Note: All parameters from this group are moved to the Physical Printer " -"settings (see changelog).\n" -"\n" -"A new Physical Printer profile is created by clicking on the \"cog\" icon " -"right of the Printer profiles combo box, by selecting the \"Add physical " -"printer\" item in the Printer combo box. The Physical Printer profile editor " -"opens also when clicking on the \"cog\" icon in the Printer settings tab. " -"The Physical Printer profiles are being stored into " -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:1975 -msgid "Ramming settings" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:2011 -msgid "Extruders" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:2012 -msgid "Number of extruders of the printer." -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:2021 -msgid "Milling cutters" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:2022 -msgid "Number of milling heads." -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:2041 -msgid "" -"This is a single extruder multimaterial printer, diameters of all extruders " -"will be set to the new value. Do you want to proceed?" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:2066 -msgid "Reset to Filament Color" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:2203 -msgid "Filament Overrides" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:2323 -msgid "Volumetric flow hints not available" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:2535 src/slic3r/GUI/Tab.cpp:2641 -msgid "Machine limits" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:2538 -msgid "not-marlin/lerdge firmware compensation" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:2541 -msgid "Machine Limits" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:2561 -msgid "Values in this column are for Normal mode" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:2567 -msgid "Values in this column are for Stealth mode" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:2577 -msgid "Maximum feedrates" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:2585 -msgid "Maximum accelerations" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:2593 -msgid "Jerk limits" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:2598 -msgid "Minimum feedrates" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:2669 src/slic3r/GUI/Tab.cpp:2678 -msgid "Single extruder MM setup" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:2679 -msgid "Single extruder multimaterial parameters" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:2685 -msgid "Advanced wipe tower purge volume calculs" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:2914 -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 "" - -#: src/slic3r/GUI/Tab.cpp:2916 -msgid "Firmware Retraction" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:3560 -msgid "Detached" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:3627 -msgid "remove" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:3627 -msgid "delete" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:3636 -msgid "It's a last preset for this physical printer." -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:3641 -msgid "" -"Are you sure you want to delete \"%1%\" preset from the physical printer " -"\"%2%\"?" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:3653 -msgid "" -"The physical printer(s) below is based on the preset, you are going to " -"delete." -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:3657 -msgid "" -"Note, that selected preset will be deleted from this/those printer(s) too." -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:3661 -msgid "" -"The physical printer(s) below is based only on the preset, you are going to " -"delete." -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:3665 -msgid "" -"Note, that this/those printer(s) will be deleted after deleting of the " -"selected preset." -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:3669 -msgid "Are you sure you want to %1% the selected preset?" -msgstr "" - -#. TRN Remove/Delete -#: src/slic3r/GUI/Tab.cpp:3674 -msgid "%1% Preset" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:3755 src/slic3r/GUI/Tab.cpp:3827 -msgid "Set" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:3892 -msgid "" -"Machine limits will be emitted to G-code and used to estimate print time. " -"They are also used as safegard when generating gcode" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:3894 src/slic3r/GUI/Tab.cpp:3902 -#: src/slic3r/GUI/Tab.cpp:3906 -msgid "" -"(even if the acceleration is set to 3000 in the print profile, if this is at " -"1500, it won't export a gcode that will tell to go over 1500)." -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:3896 -msgid "" -"Grey values means that they can't be send to your firmware (no g-code " -"available)." -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:3899 -msgid "" -"Machine limits will NOT be emitted to G-code, however they will be used to " -"estimate print time, which may therefore not be accurate as the printer may " -"apply a different set of machine limits. They are also used as safegard when " -"generating gcode" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:3905 -msgid "Machine limits are used as safegard when generating gcode" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:3909 -msgid "Machine limits are disabled. They are not used for anything." -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:3982 -msgid "LOCKED LOCK" -msgstr "" - -#. TRN Description for "LOCKED LOCK" -#: src/slic3r/GUI/Tab.cpp:3984 -msgid "" -"indicates that the settings are the same as the system (or default) values " -"for the current option group" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:3986 -msgid "UNLOCKED LOCK" -msgstr "" - -#. TRN Description for "UNLOCKED LOCK" -#: src/slic3r/GUI/Tab.cpp:3988 -msgid "" -"indicates that some settings were changed and are not equal to the system " -"(or default) values for the current option group.\n" -"Click the UNLOCKED LOCK icon to reset all settings for current option group " -"to the system (or default) values." -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:3993 -msgid "WHITE BULLET" -msgstr "" - -#. TRN Description for "WHITE BULLET" -#: src/slic3r/GUI/Tab.cpp:3995 -msgid "" -"for the left button: indicates a non-system (or non-default) preset,\n" -"for the right button: indicates that the settings hasn't been modified." -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:3998 -msgid "BACK ARROW" -msgstr "" - -#. TRN Description for "BACK ARROW" -#: src/slic3r/GUI/Tab.cpp:4000 -msgid "" -"indicates that the settings were changed and are not equal to the last saved " -"preset for the current option group.\n" -"Click the BACK ARROW icon to reset all settings for the current option group " -"to the last saved preset." -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:4010 -msgid "" -"LOCKED LOCK icon indicates that the settings are the same as the system (or " -"default) values for the current option group" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:4012 -msgid "" -"UNLOCKED LOCK icon indicates that some settings were changed and are not " -"equal to the system (or default) values for the current option group.\n" -"Click to reset all settings for current option group to the system (or " -"default) values." -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:4015 -msgid "WHITE BULLET icon indicates a non system (or non default) preset." -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:4018 -msgid "" -"WHITE BULLET icon indicates that the settings are the same as in the last " -"saved preset for the current option group." -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:4020 -msgid "" -"BACK ARROW icon indicates that the settings were changed and are not equal " -"to the last saved preset for the current option group.\n" -"Click to reset all settings for the current option group to the last saved " -"preset." -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:4026 -msgid "" -"LOCKED LOCK icon indicates that the value is the same as the system (or " -"default) value." -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:4027 -msgid "" -"UNLOCKED LOCK icon indicates that the value was changed and is not equal to " -"the system (or default) value.\n" -"Click to reset current value to the system (or default) value." -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:4033 -msgid "" -"WHITE BULLET icon indicates that the value is the same as in the last saved " -"preset." -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:4034 -msgid "" -"BACK ARROW icon indicates that the value was changed and is not equal to the " -"last saved preset.\n" -"Click to reset current value to the last saved preset." -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:4180 src/slic3r/GUI/Tab.cpp:4182 -msgid "Material" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:4217 -msgid "Exposure" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:4221 -msgid "Corrections" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:4237 src/slic3r/GUI/Tab.cpp:4238 -msgid "Notes" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:4245 src/slic3r/GUI/Tab.cpp:4378 -msgid "Dependencies" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:4246 src/slic3r/GUI/Tab.cpp:4379 -msgid "Profile dependencies" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:4296 -msgid "Layers and perimeters" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:4306 -msgid "Support head" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:4311 -msgid "Support pillar" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:4334 -msgid "Connection of the support sticks and junctions" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:4339 -msgid "Automatic generation" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:4361 src/slic3r/GUI/Tab.cpp:4362 -#: src/libslic3r/SLA/Hollowing.cpp:45 src/libslic3r/SLA/Hollowing.cpp:57 -#: src/libslic3r/SLA/Hollowing.cpp:66 src/libslic3r/SLA/Hollowing.cpp:75 -msgid "Hollowing" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:4368 -msgid "Advanced" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:4372 -msgid "Output options" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:4373 -msgid "Output file" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:4413 -msgid "" -"\"%1%\" is disabled because \"%2%\" is on in \"%3%\" category.\n" -"To enable \"%1%\", please switch off \"%2%\"" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:4415 src/libslic3r/PrintConfig.cpp:4983 -msgid "Object elevation" -msgstr "" - -#: src/slic3r/GUI/Tab.cpp:4415 src/libslic3r/PrintConfig.cpp:5087 -msgid "Pad around object" -msgstr "" - -#: src/slic3r/GUI/Tab.hpp:382 src/slic3r/GUI/Tab.hpp:515 -msgid "Print Settings" -msgstr "" - -#: src/slic3r/GUI/Tab.hpp:414 -msgid "Filament Settings" -msgstr "" - -#: src/slic3r/GUI/Tab.hpp:464 -msgid "Printer Settings" -msgstr "" - -#: src/slic3r/GUI/Tab.hpp:499 -msgid "Material Settings" -msgstr "" - -#: src/slic3r/GUI/UnsavedChangesDialog.cpp:149 -#: src/slic3r/GUI/UnsavedChangesDialog.cpp:158 -#: src/slic3r/GUI/UnsavedChangesDialog.cpp:854 -msgid "Undef" -msgstr "" - -#: src/slic3r/GUI/UnsavedChangesDialog.cpp:537 -msgid " is closing: Unsaved Changes" -msgstr "" - -#: src/slic3r/GUI/UnsavedChangesDialog.cpp:554 -msgid "Switching Presets: Unsaved Changes" -msgstr "" - -#: src/slic3r/GUI/UnsavedChangesDialog.cpp:620 -msgid "Old Value" -msgstr "" - -#: src/slic3r/GUI/UnsavedChangesDialog.cpp:621 -msgid "New Value" -msgstr "" - -#: src/slic3r/GUI/UnsavedChangesDialog.cpp:652 -msgid "Transfer" -msgstr "" - -#: src/slic3r/GUI/UnsavedChangesDialog.cpp:674 -msgid " will remember your action." -msgstr "" - -#: src/slic3r/GUI/UnsavedChangesDialog.cpp:676 -msgid "" -"You will not be asked about the unsaved changes the next time you close " -msgstr "" - -#: src/slic3r/GUI/UnsavedChangesDialog.cpp:677 -msgid "" -"You will not be asked about the unsaved changes the next time you switch a " -"preset." -msgstr "" - -#: src/slic3r/GUI/UnsavedChangesDialog.cpp:678 -msgid "" -"Visit \"Preferences\" and check \"%1%\"\n" -"to be asked about unsaved changes again." -msgstr "" - -#: src/slic3r/GUI/UnsavedChangesDialog.cpp:747 -msgid "" -"Some fields are too long to fit. Right mouse click reveals the full text." -msgstr "" - -#: src/slic3r/GUI/UnsavedChangesDialog.cpp:749 -msgid "All settings changes will be discarded." -msgstr "" - -#: src/slic3r/GUI/UnsavedChangesDialog.cpp:752 -msgid "Save the selected options." -msgstr "" - -#: src/slic3r/GUI/UnsavedChangesDialog.cpp:752 -msgid "Transfer the selected settings to the newly selected preset." -msgstr "" - -#: src/slic3r/GUI/UnsavedChangesDialog.cpp:756 -msgid "Save the selected options to preset \"%1%\"." -msgstr "" - -#: src/slic3r/GUI/UnsavedChangesDialog.cpp:757 -msgid "Transfer the selected options to the newly selected preset \"%1%\"." -msgstr "" - -#: src/slic3r/GUI/UnsavedChangesDialog.cpp:1036 -msgid "The following presets were modified:" -msgstr "" - -#: src/slic3r/GUI/UnsavedChangesDialog.cpp:1041 -msgid "Preset \"%1%\" has the following unsaved changes:" -msgstr "" - -#: src/slic3r/GUI/UnsavedChangesDialog.cpp:1045 -msgid "" -"Preset \"%1%\" is not compatible with the new printer profile and it has the " -"following unsaved changes:" -msgstr "" - -#: src/slic3r/GUI/UnsavedChangesDialog.cpp:1046 -msgid "" -"Preset \"%1%\" is not compatible with the new print profile and it has the " -"following unsaved changes:" -msgstr "" - -#: src/slic3r/GUI/UnsavedChangesDialog.cpp:1092 -msgid "Extruders count" -msgstr "" - -#: src/slic3r/GUI/UnsavedChangesDialog.cpp:1098 -msgid "Capabilities" -msgstr "" - -#: src/slic3r/GUI/UnsavedChangesDialog.cpp:1218 -msgid "Old value" -msgstr "" - -#: src/slic3r/GUI/UnsavedChangesDialog.cpp:1219 -msgid "New value" -msgstr "" - -#: src/slic3r/GUI/UpdateDialogs.cpp:38 -msgid "Update available" -msgstr "" - -#: src/slic3r/GUI/UpdateDialogs.cpp:38 -#, possible-c-format -msgid "New version of %s is available" -msgstr "" - -#: src/slic3r/GUI/UpdateDialogs.cpp:43 -msgid "Current version:" -msgstr "" - -#: src/slic3r/GUI/UpdateDialogs.cpp:45 -msgid "New version:" -msgstr "" - -#: src/slic3r/GUI/UpdateDialogs.cpp:53 -msgid "Changelog && Download" -msgstr "" - -#: src/slic3r/GUI/UpdateDialogs.cpp:60 src/slic3r/GUI/UpdateDialogs.cpp:125 -#: src/slic3r/GUI/UpdateDialogs.cpp:183 -msgid "Open changelog page" -msgstr "" - -#: src/slic3r/GUI/UpdateDialogs.cpp:65 -msgid "Open download page" -msgstr "" - -#: src/slic3r/GUI/UpdateDialogs.cpp:71 -msgid "Don't notify about new releases any more" -msgstr "" - -#: src/slic3r/GUI/UpdateDialogs.cpp:89 src/slic3r/GUI/UpdateDialogs.cpp:266 -msgid "Configuration update" -msgstr "" - -#: src/slic3r/GUI/UpdateDialogs.cpp:89 -msgid "Configuration update is available" -msgstr "" - -#: src/slic3r/GUI/UpdateDialogs.cpp:92 -msgid "" -"Would you like to install it?\n" -"\n" -"Note that a full configuration snapshot will be created first. It can then " -"be restored at any time should there be a problem with the new version.\n" -"\n" -"Updated configuration bundles:" -msgstr "" - -#: src/slic3r/GUI/UpdateDialogs.cpp:113 src/slic3r/GUI/UpdateDialogs.cpp:173 -msgid "Comment:" -msgstr "" - -#: src/slic3r/GUI/UpdateDialogs.cpp:148 src/slic3r/GUI/UpdateDialogs.cpp:210 -#, possible-c-format -msgid "%s incompatibility" -msgstr "" - -#: src/slic3r/GUI/UpdateDialogs.cpp:148 -msgid "You must install a configuration update." -msgstr "" - -#: src/slic3r/GUI/UpdateDialogs.cpp:151 -#, possible-c-format -msgid "" -"%s will now start updates. Otherwise it won't be able to start.\n" -"\n" -"Note that a full configuration snapshot will be created first. It can then " -"be restored at any time should there be a problem with the new version.\n" -"\n" -"Updated configuration bundles:" -msgstr "" - -#: src/slic3r/GUI/UpdateDialogs.cpp:191 src/slic3r/GUI/UpdateDialogs.cpp:246 -#, possible-c-format -msgid "Exit %s" -msgstr "" - -#: src/slic3r/GUI/UpdateDialogs.cpp:211 -#, possible-c-format -msgid "%s configuration is incompatible" -msgstr "" - -#: src/slic3r/GUI/UpdateDialogs.cpp:216 -#, possible-c-format -msgid "" -"This version of %s is not compatible with currently installed configuration " -"bundles.\n" -"This probably happened as a result of running an older %s after using a " -"newer one.\n" -"\n" -"You may either exit %s and try again with a newer version, or you may re-run " -"the initial configuration. Doing so will create a backup snapshot of the " -"existing configuration before installing files compatible with this %s." -msgstr "" - -#: src/slic3r/GUI/UpdateDialogs.cpp:225 -#, possible-c-format -msgid "This %s version: %s" -msgstr "" - -#: src/slic3r/GUI/UpdateDialogs.cpp:230 -msgid "Incompatible bundles:" -msgstr "" - -#: src/slic3r/GUI/UpdateDialogs.cpp:249 -msgid "Re-configure" -msgstr "" - -#: src/slic3r/GUI/UpdateDialogs.cpp:270 -#, possible-c-format -msgid "" -"%s now uses an updated configuration structure.\n" -"\n" -"So called 'System presets' have been introduced, which hold the built-in " -"default settings for various printers. These System presets cannot be " -"modified, instead, users now may create their own presets inheriting " -"settings from one of the System presets.\n" -"An inheriting preset may either inherit a particular value from its parent " -"or override it with a customized value.\n" -"\n" -"Please proceed with the %s that follows to set up the new presets and to " -"choose whether to enable automatic preset updates." -msgstr "" - -#: src/slic3r/GUI/UpdateDialogs.cpp:287 -msgid "For more information please visit Prusa wiki page:" -msgstr "" - -#: src/slic3r/GUI/UpdateDialogs.cpp:303 -msgid "Configuration updates" -msgstr "" - -#: src/slic3r/GUI/UpdateDialogs.cpp:303 -msgid "No updates available" -msgstr "" - -#: src/slic3r/GUI/UpdateDialogs.cpp:308 -#, possible-c-format -msgid "%s has no configuration updates available." -msgstr "" - -#: src/slic3r/GUI/WipeTowerDialog.cpp:15 -msgid "Ramming customization" -msgstr "" - -#: src/slic3r/GUI/WipeTowerDialog.cpp:41 -msgid "" -"Ramming denotes the rapid extrusion just before a tool change in a single-" -"extruder MM printer. Its purpose is to properly shape the end of the " -"unloaded filament so it does not prevent insertion of the new filament and " -"can itself be reinserted later. This phase is important and different " -"materials can require different extrusion speeds to get the good shape. For " -"this reason, the extrusion rates during ramming are adjustable.\n" -"\n" -"This is an expert-level setting, incorrect adjustment will likely lead to " -"jams, extruder wheel grinding into filament etc." -msgstr "" - -#: src/slic3r/GUI/WipeTowerDialog.cpp:83 -msgid "Total ramming time" -msgstr "" - -#: src/slic3r/GUI/WipeTowerDialog.cpp:85 -msgid "Total rammed volume" -msgstr "" - -#: src/slic3r/GUI/WipeTowerDialog.cpp:89 -msgid "Ramming line width" -msgstr "" - -#: src/slic3r/GUI/WipeTowerDialog.cpp:91 -msgid "Ramming line spacing" -msgstr "" - -#: src/slic3r/GUI/WipeTowerDialog.cpp:142 -msgid "Wipe tower - Purging volume adjustment" -msgstr "" - -#: src/slic3r/GUI/WipeTowerDialog.cpp:254 -msgid "" -"Here you can adjust required purging volume (mm³) for any given pair of " -"tools." -msgstr "" - -#: src/slic3r/GUI/WipeTowerDialog.cpp:255 -msgid "Extruder changed to" -msgstr "" - -#: src/slic3r/GUI/WipeTowerDialog.cpp:263 -msgid "unloaded" -msgstr "" - -#: src/slic3r/GUI/WipeTowerDialog.cpp:264 -msgid "loaded" -msgstr "" - -#: src/slic3r/GUI/WipeTowerDialog.cpp:276 -msgid "Tool #" -msgstr "" - -#: src/slic3r/GUI/WipeTowerDialog.cpp:285 -msgid "" -"Total purging volume is calculated by summing two values below, depending on " -"which tools are loaded/unloaded." -msgstr "" - -#: src/slic3r/GUI/WipeTowerDialog.cpp:286 -msgid "Volume to purge (mm³) when the filament is being" -msgstr "" - -#: src/slic3r/GUI/WipeTowerDialog.cpp:300 -msgid "From" -msgstr "" - -#: src/slic3r/GUI/WipeTowerDialog.cpp:365 -msgid "" -"Switching to simple settings will discard changes done in the advanced " -"mode!\n" -"\n" -"Do you want to proceed?" -msgstr "" - -#: src/slic3r/GUI/WipeTowerDialog.cpp:377 -msgid "Show simplified settings" -msgstr "" - -#: src/slic3r/GUI/WipeTowerDialog.cpp:377 -msgid "Show advanced settings" -msgstr "" - -#: src/slic3r/GUI/wxExtensions.cpp:657 -#, possible-c-format -msgid "Switch to the %s mode" -msgstr "" - -#: src/slic3r/GUI/wxExtensions.cpp:658 -#, possible-c-format -msgid "Current mode is %s" -msgstr "" - -#: src/slic3r/Utils/AstroBox.cpp:69 src/slic3r/Utils/OctoPrint.cpp:68 -#: src/slic3r/Utils/Repetier.cpp:69 -#, possible-c-format -msgid "Mismatched type of print host: %s" -msgstr "" - -#: src/slic3r/Utils/AstroBox.cpp:85 src/slic3r/Utils/FlashAir.cpp:69 -#: src/slic3r/Utils/OctoPrint.cpp:84 src/slic3r/Utils/Repetier.cpp:85 -#, possible-c-format -msgid "Could not connect to %s" -msgstr "" - -#: src/slic3r/Utils/AstroBox.cpp:87 -msgid "Note: AstroBox version at least 1.1.0 is required." -msgstr "" - -#: src/slic3r/Utils/Duet.cpp:76 src/slic3r/Utils/Duet.cpp:139 -#: src/slic3r/Utils/FlashAir.cpp:117 src/slic3r/Utils/FlashAir.cpp:138 -#: src/slic3r/Utils/FlashAir.cpp:154 -msgid "Unknown error occured" -msgstr "" - -#: src/slic3r/Utils/Duet.cpp:133 -msgid "Wrong password" -msgstr "" - -#: src/slic3r/Utils/Duet.cpp:136 -msgid "Could not get resources to create a new connection" -msgstr "" - -#: src/slic3r/Utils/FixModelByWin10.cpp:219 -#: src/slic3r/Utils/FixModelByWin10.cpp:359 -msgid "Exporting source model" -msgstr "" - -#: src/slic3r/Utils/FixModelByWin10.cpp:235 -msgid "Failed loading the input model." -msgstr "" - -#: src/slic3r/Utils/FixModelByWin10.cpp:242 -msgid "Repairing model by the Netfabb service" -msgstr "" - -#: src/slic3r/Utils/FixModelByWin10.cpp:248 -msgid "Mesh repair failed." -msgstr "" - -#: src/slic3r/Utils/FixModelByWin10.cpp:251 -#: src/slic3r/Utils/FixModelByWin10.cpp:378 -msgid "Loading repaired model" -msgstr "" - -#: src/slic3r/Utils/FixModelByWin10.cpp:263 -#: src/slic3r/Utils/FixModelByWin10.cpp:270 -#: src/slic3r/Utils/FixModelByWin10.cpp:302 -msgid "Saving mesh into the 3MF container failed." -msgstr "" - -#: src/slic3r/Utils/FixModelByWin10.cpp:340 -msgid "Model fixing" -msgstr "" - -#: src/slic3r/Utils/FixModelByWin10.cpp:341 -msgid "Exporting model" -msgstr "" - -#: src/slic3r/Utils/FixModelByWin10.cpp:368 -msgid "Export of a temporary 3mf file failed" -msgstr "" - -#: src/slic3r/Utils/FixModelByWin10.cpp:383 -msgid "Import of the repaired 3mf file failed" -msgstr "" - -#: src/slic3r/Utils/FixModelByWin10.cpp:385 -msgid "Repaired 3MF file does not contain any object" -msgstr "" - -#: src/slic3r/Utils/FixModelByWin10.cpp:387 -msgid "Repaired 3MF file contains more than one object" -msgstr "" - -#: src/slic3r/Utils/FixModelByWin10.cpp:389 -msgid "Repaired 3MF file does not contain any volume" -msgstr "" - -#: src/slic3r/Utils/FixModelByWin10.cpp:391 -msgid "Repaired 3MF file contains more than one volume" -msgstr "" - -#: src/slic3r/Utils/FixModelByWin10.cpp:400 -msgid "Model repair finished" -msgstr "" - -#: src/slic3r/Utils/FixModelByWin10.cpp:406 -msgid "Model repair canceled" -msgstr "" - -#: src/slic3r/Utils/FixModelByWin10.cpp:423 -msgid "Model repaired successfully" -msgstr "" - -#: src/slic3r/Utils/FixModelByWin10.cpp:423 -#: src/slic3r/Utils/FixModelByWin10.cpp:426 -msgid "Model Repair by the Netfabb service" -msgstr "" - -#: src/slic3r/Utils/FixModelByWin10.cpp:426 -msgid "Model repair failed:" -msgstr "" - -#: src/slic3r/Utils/FlashAir.cpp:58 -msgid "Upload not enabled on FlashAir card." -msgstr "" - -#: src/slic3r/Utils/FlashAir.cpp:71 -msgid "" -"Note: FlashAir with firmware 2.00.02 or newer and activated upload function " -"is required." -msgstr "" - -#: src/slic3r/Utils/Http.cpp:73 -msgid "" -"Could not detect system SSL certificate store. The slicer will be unable to " -"establish secure network connections." -msgstr "" - -#: src/slic3r/Utils/Http.cpp:78 -msgid "The slicer detected system SSL certificate store in: %1%" -msgstr "" - -#: src/slic3r/Utils/Http.cpp:82 -msgid "" -"To specify the system certificate store manually, please set the %1% " -"environment variable to the correct CA bundle and restart the application." -msgstr "" - -#: src/slic3r/Utils/Http.cpp:91 -msgid "" -"CURL init has failed. The slicer will be unable to establish network " -"connections. See logs for additional details." -msgstr "" - -#: src/slic3r/Utils/OctoPrint.cpp:86 -msgid "Note: OctoPrint version at least 1.1.0 is required." -msgstr "" - -#: src/slic3r/Utils/OctoPrint.cpp:181 -msgid "Connection to Prusa SL1 works correctly." -msgstr "" - -#: src/slic3r/Utils/OctoPrint.cpp:187 -msgid "Could not connect to Prusa SLA" -msgstr "" - -#: src/slic3r/Utils/PresetUpdater.cpp:744 -#, possible-c-format -msgid "requires min. %s and max. %s" -msgstr "" - -#: src/slic3r/Utils/PresetUpdater.cpp:748 -#, possible-c-format -msgid "requires min. %s" -msgstr "" - -#: src/slic3r/Utils/PresetUpdater.cpp:751 -#, possible-c-format -msgid "requires max. %s" -msgstr "" - -#: src/slic3r/Utils/Process.cpp:157 -msgid "Open G-code file:" -msgstr "" - -#: src/slic3r/Utils/Repetier.cpp:87 -msgid "Note: Repetier version at least 0.90.0 is required." -msgstr "" - -#: src/slic3r/Utils/Repetier.cpp:235 -msgid "" -"HTTP status: %1%\n" -"Message body: \"%2%\"" -msgstr "" - -#: src/slic3r/Utils/Repetier.cpp:242 -msgid "" -"Parsing of host response failed.\n" -"Message body: \"%1%\"\n" -"Error: \"%2%\"" -msgstr "" - -#: src/slic3r/Utils/Repetier.cpp:255 -msgid "" -"Enumeration of host printers failed.\n" -"Message body: \"%1%\"\n" -"Error: \"%2%\"" -msgstr "" - -#: src/libslic3r/ExtrusionEntity.cpp:277 src/libslic3r/ExtrusionEntity.cpp:310 -#: src/libslic3r/PrintConfig.cpp:737 src/libslic3r/PrintConfig.cpp:764 -#: src/libslic3r/PrintConfig.cpp:783 src/libslic3r/PrintConfig.cpp:2282 -#: src/libslic3r/PrintConfig.cpp:2284 src/libslic3r/PrintConfig.cpp:3796 -msgid "Ironing" -msgstr "" - -#: src/libslic3r/ExtrusionEntity.cpp:288 src/libslic3r/ExtrusionEntity.cpp:332 -msgid "Mixed" -msgstr "" - -#: src/libslic3r/ExtrusionEntity.cpp:298 -msgid "Perimeter" -msgstr "" - -#: src/libslic3r/GCode.cpp:569 -msgid "There is an object with no extrusions on the first layer." -msgstr "" - -#: src/libslic3r/GCode.cpp:587 -msgid "Empty layers detected, the output would not be printable." -msgstr "" - -#: src/libslic3r/GCode.cpp:588 -msgid "Print z" -msgstr "" - -#: src/libslic3r/GCode.cpp:589 -msgid "" -"This is usually caused by negligibly small extrusions or by a faulty model. " -"Try to repair the model or change its orientation on the bed." -msgstr "" - -#: src/libslic3r/GCode.cpp:1522 -msgid "" -"Your print is very close to the priming regions. Make sure there is no " -"collision." -msgstr "" - -#: src/libslic3r/Flow.cpp:61 -msgid "" -"Cannot calculate extrusion width for %1%: Variable \"%2%\" not accessible." -msgstr "" - -#: src/libslic3r/Format/3mf.cpp:1731 -msgid "" -"The selected 3mf file has been saved with a newer version of %1% and is not " -"compatible." -msgstr "" - -#: src/libslic3r/Format/AMF.cpp:980 -msgid "" -"The selected amf file has been saved with a newer version of %1% and is not " -"compatible." -msgstr "" - -#: src/libslic3r/miniz_extension.cpp:91 -msgid "undefined error" -msgstr "" - -#: src/libslic3r/miniz_extension.cpp:93 -msgid "too many files" -msgstr "" - -#: src/libslic3r/miniz_extension.cpp:95 -msgid "file too large" -msgstr "" - -#: src/libslic3r/miniz_extension.cpp:97 -msgid "unsupported method" -msgstr "" - -#: src/libslic3r/miniz_extension.cpp:99 -msgid "unsupported encryption" -msgstr "" - -#: src/libslic3r/miniz_extension.cpp:101 -msgid "unsupported feature" -msgstr "" - -#: src/libslic3r/miniz_extension.cpp:103 -msgid "failed finding central directory" -msgstr "" - -#: src/libslic3r/miniz_extension.cpp:105 -msgid "not a ZIP archive" -msgstr "" - -#: src/libslic3r/miniz_extension.cpp:107 -msgid "invalid header or archive is corrupted" -msgstr "" - -#: src/libslic3r/miniz_extension.cpp:109 -msgid "unsupported multidisk archive" -msgstr "" - -#: src/libslic3r/miniz_extension.cpp:111 -msgid "decompression failed or archive is corrupted" -msgstr "" - -#: src/libslic3r/miniz_extension.cpp:113 -msgid "compression failed" -msgstr "" - -#: src/libslic3r/miniz_extension.cpp:115 -msgid "unexpected decompressed size" -msgstr "" - -#: src/libslic3r/miniz_extension.cpp:117 -msgid "CRC-32 check failed" -msgstr "" - -#: src/libslic3r/miniz_extension.cpp:119 -msgid "unsupported central directory size" -msgstr "" - -#: src/libslic3r/miniz_extension.cpp:121 -msgid "allocation failed" -msgstr "" - -#: src/libslic3r/miniz_extension.cpp:123 -msgid "file open failed" -msgstr "" - -#: src/libslic3r/miniz_extension.cpp:125 -msgid "file create failed" -msgstr "" - -#: src/libslic3r/miniz_extension.cpp:127 -msgid "file write failed" -msgstr "" - -#: src/libslic3r/miniz_extension.cpp:129 -msgid "file read failed" -msgstr "" - -#: src/libslic3r/miniz_extension.cpp:131 -msgid "file close failed" -msgstr "" - -#: src/libslic3r/miniz_extension.cpp:133 -msgid "file seek failed" -msgstr "" - -#: src/libslic3r/miniz_extension.cpp:135 -msgid "file stat failed" -msgstr "" - -#: src/libslic3r/miniz_extension.cpp:137 -msgid "invalid parameter" -msgstr "" - -#: src/libslic3r/miniz_extension.cpp:139 -msgid "invalid filename" -msgstr "" - -#: src/libslic3r/miniz_extension.cpp:141 -msgid "buffer too small" -msgstr "" - -#: src/libslic3r/miniz_extension.cpp:143 -msgid "internal error" -msgstr "" - -#: src/libslic3r/miniz_extension.cpp:145 -msgid "file not found" -msgstr "" - -#: src/libslic3r/miniz_extension.cpp:147 -msgid "archive is too large" -msgstr "" - -#: src/libslic3r/miniz_extension.cpp:149 -msgid "validation failed" -msgstr "" - -#: src/libslic3r/miniz_extension.cpp:151 -msgid "write calledback failed" -msgstr "" - -#: src/libslic3r/Preset.cpp:1554 -msgid "filament" -msgstr "" - -#: src/libslic3r/Print.cpp:1365 -msgid "All objects are outside of the print volume." -msgstr "" - -#: src/libslic3r/Print.cpp:1368 -msgid "The supplied settings will cause an empty print." -msgstr "" - -#: src/libslic3r/Print.cpp:1372 -msgid "Some objects are too close; your extruder will collide with them." -msgstr "" - -#: src/libslic3r/Print.cpp:1374 -msgid "" -"Some objects are too tall and cannot be printed without extruder collisions." -msgstr "" - -#: src/libslic3r/Print.cpp:1383 -msgid "" -"Only a single object may be printed at a time in Spiral Vase mode. Either " -"remove all but the last object, or enable sequential mode by " -"\"complete_objects\"." -msgstr "" - -#: src/libslic3r/Print.cpp:1391 -msgid "" -"The Spiral Vase option can only be used when printing single material " -"objects." -msgstr "" - -#: src/libslic3r/Print.cpp:1404 -msgid "" -"The wipe tower is only supported if all extruders have the same nozzle " -"diameter and use filaments of the same diameter." -msgstr "" - -#: src/libslic3r/Print.cpp:1410 -msgid "" -"The Wipe Tower is currently only supported for the Marlin, RepRap/Sprinter " -"and Repetier G-code flavors." -msgstr "" - -#: src/libslic3r/Print.cpp:1412 -msgid "" -"The Wipe Tower is currently only supported with the relative extruder " -"addressing (use_relative_e_distances=1)." -msgstr "" - -#: src/libslic3r/Print.cpp:1414 -msgid "Ooze prevention is currently not supported with the wipe tower enabled." -msgstr "" - -#: src/libslic3r/Print.cpp:1416 -msgid "" -"The Wipe Tower currently does not support volumetric E (use_volumetric_e=0)." -msgstr "" - -#: src/libslic3r/Print.cpp:1418 -msgid "" -"The Wipe Tower is currently not supported for multimaterial sequential " -"prints." -msgstr "" - -#: src/libslic3r/Print.cpp:1439 -msgid "" -"The Wipe Tower is only supported for multiple objects if they have equal " -"layer heights" -msgstr "" - -#: src/libslic3r/Print.cpp:1441 -msgid "" -"The Wipe Tower is only supported for multiple objects if they are printed " -"over an equal number of raft layers" -msgstr "" - -#: src/libslic3r/Print.cpp:1445 -msgid "" -"The Wipe Tower is only supported for multiple objects if they are printed " -"with the same support_material_contact_distance" -msgstr "" - -#: src/libslic3r/Print.cpp:1447 -msgid "" -"The Wipe Tower is only supported for multiple objects if they are sliced " -"equally." -msgstr "" - -#: src/libslic3r/Print.cpp:1489 -msgid "" -"The Wipe tower is only supported if all objects have the same variable layer " -"height" -msgstr "" - -#: src/libslic3r/Print.cpp:1515 -msgid "" -"One or more object were assigned an extruder that the printer does not have." -msgstr "" - -#: src/libslic3r/Print.cpp:1524 -msgid "%1%=%2% mm is too low to be printable at a layer height %3% mm" -msgstr "" - -#: src/libslic3r/Print.cpp:1527 -msgid "Excessive %1%=%2% mm to be printable with a nozzle diameter %3% mm" -msgstr "" - -#: src/libslic3r/Print.cpp:1538 -msgid "" -"Printing with multiple extruders of differing nozzle diameters. If support " -"is to be printed with the current extruder (support_material_extruder == 0 " -"or support_material_interface_extruder == 0), all nozzles have to be of the " -"same diameter." -msgstr "" - -#: src/libslic3r/Print.cpp:1546 -msgid "" -"For the Wipe Tower to work with the soluble supports, the support layers " -"need to be synchronized with the object layers." -msgstr "" - -#: src/libslic3r/Print.cpp:1550 -msgid "" -"The Wipe Tower currently supports the non-soluble supports only if they are " -"printed with the current extruder without triggering a tool change. (both " -"support_material_extruder and support_material_interface_extruder need to be " -"set to 0)." -msgstr "" - -#: src/libslic3r/Print.cpp:1572 -msgid "First layer height can't be greater than nozzle diameter" -msgstr "" - -#: src/libslic3r/Print.cpp:1577 -msgid "Layer height can't be greater than nozzle diameter" -msgstr "" - -#: src/libslic3r/Print.cpp:1738 -msgid "Infilling layers" -msgstr "" - -#: src/libslic3r/Print.cpp:1768 -msgid "Generating skirt" -msgstr "" - -#: src/libslic3r/Print.cpp:1826 -msgid "Generating brim" -msgstr "" - -#: src/libslic3r/Print.cpp:1888 -msgid "Exporting G-code" -msgstr "" - -#: src/libslic3r/Print.cpp:1892 -msgid "Generating G-code" -msgstr "" - -#: src/libslic3r/PrintBase.cpp:72 -msgid "Failed processing of the output_filename_format template." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:49 src/libslic3r/PrintConfig.cpp:50 -msgid "Printer technology" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:58 -msgid "Bed shape" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:64 -msgid "Bed custom texture" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:70 -msgid "Bed custom model" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:76 -msgid "Thumbnails size" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:77 -msgid "" -"Picture sizes to be stored into a .gcode and .sl1 files, in the following " -"format: \"XxY, XxY, ...\"" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:86 -msgid "Thumbnail color" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:88 -msgid "This is the color that will be enforce on objects in the thumbnails." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:94 -msgid "Enforce thumbnail color" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:95 -msgid "" -"Enforce a specific color on thumbnails. If not enforced, their color will be " -"the one defined by the filament." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:101 -msgid "Bed on thumbnail" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:102 -msgid "Show the bed texture on the thumbnail picture." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:107 -msgid "Support on thumbnail" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:108 -msgid "Show the supports (and pads) on the thumbnail picture." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:113 -msgid "Base Layer height" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:115 -msgid "" -"This setting controls the height (and thus the total number) of the slices/" -"layers. Thinner layers give better accuracy but take more time to print." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:123 -msgid "Max print height" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:125 -msgid "" -"Set this to the maximum height that can be reached by your extruder while " -"printing." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:133 -msgid "Slice gap closing radius" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:135 -msgid "" -"Cracks smaller than 2x gap closing radius are being filled during the " -"triangle mesh slicing. The gap closing operation may reduce the final print " -"resolution, therefore it is advisable to keep the value reasonably low." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:143 src/libslic3r/PrintConfig.cpp:2718 -msgid "Hostname, IP or URL" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:145 -msgid "" -"Slic3r can upload G-code files to a printer host. This field should contain " -"the hostname, IP address or URL of the printer host instance. Print host " -"behind HAProxy with basic auth enabled can be accessed by putting the user " -"name and password into the URL in the following format: https://username:" -"password@your-octopi-address/" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:153 src/libslic3r/PrintConfig.cpp:2703 -msgid "API Key / Password" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:155 src/libslic3r/PrintConfig.cpp:2705 -msgid "" -"Slic3r can upload G-code files to a printer host. This field should contain " -"the API Key or the password required for authentication." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:162 -msgid "Name of the printer" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:170 src/libslic3r/PrintConfig.cpp:2712 -msgid "" -"Custom CA certificate file can be specified for HTTPS OctoPrint connections, " -"in crt/pem format. If left blank, the default OS CA certificate repository " -"is used." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:185 -msgid "Password" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:191 -msgid "Printer preset name" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:192 -msgid "Related printer preset name" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:197 -msgid "Authorization Type" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:202 -msgid "API key" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:203 -msgid "HTTP digest" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:216 src/libslic3r/PrintConfig.cpp:217 -msgid "Allow empty layers" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:219 -msgid "" -"Do not prevent the gcode builder to trigger an exception if a full layer is " -"empty and so the print will have to start from thin air afterward." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:224 -msgid "Avoid crossing perimeters" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:226 -msgid "" -"Optimize travel moves in order to minimize the crossing of perimeters. This " -"is mostly useful with Bowden extruders which suffer from oozing. This " -"feature slows down both the print and the G-code generation." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:233 src/libslic3r/PrintConfig.cpp:234 -msgid "Don't avoid crossing on 1st layer" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:236 -msgid "Do not use the 'Avoid crossing perimeters' on the first layer." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:241 -msgid "Avoid crossing perimeters - Max detour length" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:243 -msgid "" -"The maximum detour length for avoid crossing perimeters. If the detour is " -"longer than this value, avoid crossing perimeters is not applied for this " -"travel path. Detour length could be specified either as an absolute value or " -"as percentage (for example 50%) of a direct travel path." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:246 -msgid "mm or % (zero to disable)" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:252 src/libslic3r/PrintConfig.cpp:3850 -msgid "Other layers" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:254 -msgid "" -"Bed temperature for layers after the first one. Set this to zero to disable " -"bed temperature control commands in the output." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:257 -msgid "Bed temperature" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:264 -msgid "Before layer change G-code" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:266 -msgid "" -"This custom code is inserted at every layer change, right before the Z move. " -"Note that you can use placeholder variables for all Slic3r settings as well " -"as [layer_num] and [layer_z]." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:276 -msgid "Between objects G-code" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:278 -msgid "" -"This code is inserted between objects when using sequential printing. By " -"default extruder and bed temperature are reset using non-wait command; " -"however if M104, M109, M140 or M190 are detected in this custom code, Slic3r " -"will not add temperature commands. Note that you can use placeholder " -"variables for all Slic3r settings, so you can put a \"M109 " -"S[first_layer_temperature]\" command wherever you want." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:289 -msgid "Number of solid layers to generate on bottom surfaces." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:290 -msgid "Bottom solid layers" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:297 -msgid "" -"The number of bottom solid layers is increased above bottom_solid_layers if " -"necessary to satisfy minimum thickness of bottom shell." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:299 -msgid "Minimum bottom shell thickness" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:305 src/libslic3r/PrintConfig.cpp:356 -msgid "Bridge" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:306 -msgid "Bridge acceleration" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:308 -#, possible-c-format -msgid "" -"This is the acceleration your printer will use for bridges.\n" -"Can be a % of the default acceleration\n" -"Set zero to disable acceleration control for bridges.\n" -"Note that it won't be applied to overhangs, they still use the perimeter " -"acceleration." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:312 src/libslic3r/PrintConfig.cpp:629 -#: src/libslic3r/PrintConfig.cpp:1726 src/libslic3r/PrintConfig.cpp:1966 -#: src/libslic3r/PrintConfig.cpp:2856 -msgid "mm/s² or %" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:318 -msgid "Bridging" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:319 -msgid "Bridging angle" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:321 -msgid "" -"Bridging angle override. If left to zero, the bridging angle will be " -"calculated automatically. Otherwise the provided angle will be used for all " -"bridges. Use 180° for zero angle." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:324 src/libslic3r/PrintConfig.cpp:454 -#: src/libslic3r/PrintConfig.cpp:1562 src/libslic3r/PrintConfig.cpp:1575 -#: src/libslic3r/PrintConfig.cpp:2242 src/libslic3r/PrintConfig.cpp:3201 -#: src/libslic3r/PrintConfig.cpp:3212 src/libslic3r/PrintConfig.cpp:3329 -#: src/libslic3r/PrintConfig.cpp:3344 src/libslic3r/PrintConfig.cpp:3622 -#: src/libslic3r/PrintConfig.cpp:3835 src/libslic3r/PrintConfig.cpp:4226 -#: src/libslic3r/PrintConfig.cpp:4957 src/libslic3r/PrintConfig.cpp:5080 -msgid "°" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:330 -msgid "Bridges fan speed" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:332 -msgid "" -"This fan speed is enforced during all bridges and overhangs. It won't slow " -"down the fan if it's currently running at a higher speed.\n" -"Set to 1 to disable the fan.\n" -"Set to -1 to disable this override.\n" -"Can only be overriden by disable_fan_first_layers." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:336 src/libslic3r/PrintConfig.cpp:349 -#: src/libslic3r/PrintConfig.cpp:358 src/libslic3r/PrintConfig.cpp:372 -#: src/libslic3r/PrintConfig.cpp:385 src/libslic3r/PrintConfig.cpp:864 -#: src/libslic3r/PrintConfig.cpp:875 src/libslic3r/PrintConfig.cpp:888 -#: src/libslic3r/PrintConfig.cpp:901 src/libslic3r/PrintConfig.cpp:918 -#: src/libslic3r/PrintConfig.cpp:1122 src/libslic3r/PrintConfig.cpp:1154 -#: src/libslic3r/PrintConfig.cpp:1260 src/libslic3r/PrintConfig.cpp:1296 -#: src/libslic3r/PrintConfig.cpp:1466 src/libslic3r/PrintConfig.cpp:1587 -#: src/libslic3r/PrintConfig.cpp:1663 src/libslic3r/PrintConfig.cpp:1673 -#: src/libslic3r/PrintConfig.cpp:1716 src/libslic3r/PrintConfig.cpp:1864 -#: src/libslic3r/PrintConfig.cpp:2266 src/libslic3r/PrintConfig.cpp:2514 -#: src/libslic3r/PrintConfig.cpp:2548 src/libslic3r/PrintConfig.cpp:2595 -#: src/libslic3r/PrintConfig.cpp:3033 src/libslic3r/PrintConfig.cpp:3182 -#: src/libslic3r/PrintConfig.cpp:3192 src/libslic3r/PrintConfig.cpp:3960 -#: src/libslic3r/PrintConfig.cpp:4634 src/libslic3r/PrintConfig.cpp:4871 -#: src/libslic3r/PrintConfig.cpp:4999 -msgid "%" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:343 -msgid "Top fan speed" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:345 -msgid "" -"This fan speed is enforced during all top fills.\n" -"Set to 1 to disable the fan.\n" -"Set to -1 to disable this override.\n" -"Can only be overriden by disable_fan_first_layers." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:357 -msgid "Bridge flow ratio" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:360 -msgid "" -"This factor affects the amount of plastic for bridging. You can decrease it " -"slightly to pull the extrudates and prevent sagging, although default " -"settings are usually good and you should experiment with cooling (use a fan) " -"before tweaking this." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:370 -msgid "Above the bridges" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:371 -msgid "Above bridge flow ratio" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:374 -msgid "" -"Flow ratio to compensate for the gaps in a bridged top surface. Used for " -"ironing infillpattern to prevent regions where the low-flow pass does not " -"provide a smooth surface due to a lack of plastic. You can increase it " -"slightly to pull the top layer at the correct height. Recommended maximum: " -"120%." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:383 src/libslic3r/PrintConfig.cpp:384 -msgid "Bridge overlap" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:387 -msgid "" -"Amount of overlap between lines of the bridge. If want more space between " -"line (or less), you can modify it. Default to 100%. A value of 50% will " -"create two times less lines." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:394 -msgid "Bridges" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:395 -msgid "Bridge speed" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:397 -msgid "Speed for printing bridges." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:398 src/libslic3r/PrintConfig.cpp:1233 -#: src/libslic3r/PrintConfig.cpp:1269 src/libslic3r/PrintConfig.cpp:1360 -#: src/libslic3r/PrintConfig.cpp:1369 src/libslic3r/PrintConfig.cpp:1377 -#: src/libslic3r/PrintConfig.cpp:1404 src/libslic3r/PrintConfig.cpp:1423 -#: src/libslic3r/PrintConfig.cpp:1876 src/libslic3r/PrintConfig.cpp:2202 -#: src/libslic3r/PrintConfig.cpp:2285 src/libslic3r/PrintConfig.cpp:2418 -#: src/libslic3r/PrintConfig.cpp:2452 src/libslic3r/PrintConfig.cpp:2464 -#: src/libslic3r/PrintConfig.cpp:2474 src/libslic3r/PrintConfig.cpp:2539 -#: src/libslic3r/PrintConfig.cpp:2646 src/libslic3r/PrintConfig.cpp:2758 -#: src/libslic3r/PrintConfig.cpp:2914 src/libslic3r/PrintConfig.cpp:3146 -#: src/libslic3r/PrintConfig.cpp:3156 src/libslic3r/PrintConfig.cpp:3814 -#: src/libslic3r/PrintConfig.cpp:3938 src/libslic3r/PrintConfig.cpp:4056 -#: src/libslic3r/PrintConfig.cpp:4068 src/libslic3r/PrintConfig.cpp:4549 -msgid "mm/s" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:405 -msgid "Internal bridges" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:406 -msgid "Internal bridge speed" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:408 -#, possible-c-format -msgid "" -"Speed for printing the bridges that support the top layer.\n" -"Can be a % of the bridge speed." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:409 src/libslic3r/PrintConfig.cpp:931 -#: src/libslic3r/PrintConfig.cpp:1796 src/libslic3r/PrintConfig.cpp:1810 -#: src/libslic3r/PrintConfig.cpp:3290 src/libslic3r/PrintConfig.cpp:3443 -#: src/libslic3r/PrintConfig.cpp:3756 src/libslic3r/PrintConfig.cpp:4023 -msgid "mm/s or %" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:416 src/libslic3r/PrintConfig.cpp:417 -msgid "Brim inside holes" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:419 -msgid "" -"Allow to create a brim over an island when it's inside a hole (or surrounded " -"by an object)." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:424 -msgid "Brim width" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:426 -msgid "" -"Horizontal width of the brim that will be printed around each object on the " -"first layer." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:433 -msgid "Interior Brim width" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:435 -msgid "" -"Horizontal width of the brim that will be printed inside each object on the " -"first layer." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:442 src/libslic3r/PrintConfig.cpp:443 -msgid "Brim ears" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:445 -msgid "Only draw brim over the sharp edges of the model." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:450 -msgid "Max angle" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:451 -msgid "Brim ear max angle" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:453 -msgid "" -"Maximum angle to let a brim ear appear. \n" -"If set to 0, no brim will be created. \n" -"If set to ~178, brim will be created on everything but strait sections." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:461 -msgid "Detection radius" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:462 -msgid "Brim ear detection length" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:464 -msgid "" -"The geometry will be decimated before dectecting sharp angles. This " -"parameter indicate the minimum length of the deviation for the decimation.\n" -"0 to deactivate" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:472 src/libslic3r/PrintConfig.cpp:1619 -#: src/libslic3r/PrintConfig.cpp:3763 src/libslic3r/PrintConfig.cpp:3778 -msgid "Pattern" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:473 -msgid "Ear pattern" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:475 -msgid "" -"Pattern for the ear. The concentric id the default one. The rectilinear has " -"a perimeter around it, you can try it if the concentric has too many " -"problems to stick to the build plate." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:480 src/libslic3r/PrintConfig.cpp:731 -#: src/libslic3r/PrintConfig.cpp:759 src/libslic3r/PrintConfig.cpp:787 -#: src/libslic3r/PrintConfig.cpp:1648 src/libslic3r/PrintConfig.cpp:3792 -msgid "Concentric" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:481 src/libslic3r/PrintConfig.cpp:728 -#: src/libslic3r/PrintConfig.cpp:756 src/libslic3r/PrintConfig.cpp:784 -#: src/libslic3r/PrintConfig.cpp:1641 src/libslic3r/PrintConfig.cpp:3771 -#: src/libslic3r/PrintConfig.cpp:3790 -msgid "Rectilinear" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:486 -msgid "Brim offset" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:488 -msgid "" -"Distance between the brim and the part. Should be kept at 0 unless you " -"encounter great difficulties to separate them. It's subtracted to brim_width " -"and brim_width_interior., so it has to be lower than them" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:495 -msgid "Chamber" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:496 -msgid "Chamber temperature" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:498 -msgid "" -"Chamber temperature0. Note that this setting doesn't do anything, but you " -"can access it in Start G-code, Tool change G-code and the other ones, like " -"for other temperature settings." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:506 -msgid "Clip multi-part objects" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:508 -msgid "" -"When printing multi-material objects, this settings will make Slic3r to clip " -"the overlapping object parts one by the other (2nd part will be clipped by " -"the 1st, 3rd part will be clipped by the 1st and 2nd etc)." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:515 -msgid "Colorprint height" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:517 -msgid "Heights at which a filament change is to occur. " -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:527 -msgid "Compatible printers condition" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:528 -msgid "" -"A boolean expression using the configuration values of an active printer " -"profile. If this expression evaluates to true, this profile is considered " -"compatible with the active printer profile." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:542 -msgid "Compatible print profiles condition" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:543 -msgid "" -"A boolean expression using the configuration values of an active print " -"profile. If this expression evaluates to true, this profile is considered " -"compatible with the active print profile." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:560 -msgid "Complete individual objects" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:562 -msgid "" -"When printing multiple objects or copies, this feature will complete each " -"object before moving onto next one (and starting it from its bottom layer). " -"This feature is useful to avoid the risk of ruined prints. Slic3r should " -"warn and prevent you from extruder collisions, but beware." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:570 -msgid "Allow only one skirt loop" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:572 -msgid "" -"When using 'Complete individual objects', the default behavior is to draw " -"the skirt around each object. if you prefer to have only one skirt for the " -"whole plater, use this option." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:578 -msgid "Object sort" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:580 -msgid "" -"When printing multiple objects or copies on after another, this will help " -"you to choose how it's ordered.\n" -"Object will sort them by the order of the right panel.\n" -"Lowest Y will sort them by their lowest Y point. Useful for printers with a " -"X-bar.\n" -"Lowest Z will sort them by their height, useful for delta printers." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:589 -msgid "Right panel" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:590 -msgid "lowest Y" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:591 -msgid "lowest Z" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:596 -msgid "Enable auto cooling" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:598 -msgid "" -"This flag enables the automatic cooling logic that adjusts print speed and " -"fan speed according to layer printing time." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:604 -msgid "Cooling tube position" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:606 -msgid "Distance of the center-point of the cooling tube from the extruder tip." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:613 -msgid "Cooling tube length" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:615 -msgid "Length of the cooling tube to limit space for cooling moves inside it." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:624 -msgid "Default acceleration" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:625 -#, possible-c-format -msgid "" -"This is the acceleration your printer will be reset to after the role-" -"specific acceleration values are used (perimeter/infill). \n" -"You can set it as a % of the max of the X/Y machine acceleration limit.\n" -"Set zero to prevent resetting acceleration at all." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:635 -msgid "Default filament profile" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:636 -msgid "" -"Default filament profile associated with the current printer profile. On " -"selection of the current printer profile, this filament profile will be " -"activated." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:642 -msgid "Default print profile" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:643 src/libslic3r/PrintConfig.cpp:4801 -#: src/libslic3r/PrintConfig.cpp:4812 -msgid "" -"Default print profile associated with the current printer profile. On " -"selection of the current printer profile, this print profile will be " -"activated." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:649 -msgid "Disable fan for the first" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:651 -msgid "" -"You can set this to a positive value to disable fan at all during the first " -"layers, so that it does not make adhesion worse." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:660 -msgid "Don't support bridges" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:662 -msgid "" -"Experimental option for preventing support material from being generated " -"under bridged areas." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:668 -msgid "Distance between objects" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:670 -msgid "Distance used for the auto-arrange feature of the plater." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:677 src/libslic3r/PrintConfig.cpp:688 -msgid "End G-code" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:679 -msgid "" -"This end procedure is inserted at the end of the output file. Note that you " -"can use placeholder variables for all Slic3r settings." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:689 -msgid "Filament end G-code" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:691 -msgid "" -"This end procedure is inserted at the end of the output file, before the " -"printer end gcode (and before any toolchange from this filament in case of " -"multimaterial printers). Note that you can use placeholder variables for all " -"Slic3r settings. If you have multiple extruders, the gcode is processed in " -"extruder order." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:702 -msgid "Ensure vertical shell thickness" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:704 -msgid "" -"Add solid infill near sloping surfaces to guarantee the vertical shell " -"thickness (top+bottom solid layers)." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:711 -msgid "Top Pattern" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:713 -msgid "" -"Fill pattern for top infill. This only affects the top visible layer, and " -"not its adjacent solid shells." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:729 src/libslic3r/PrintConfig.cpp:757 -msgid "Monotonic (filled)" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:730 src/libslic3r/PrintConfig.cpp:758 -#: src/libslic3r/PrintConfig.cpp:786 src/libslic3r/PrintConfig.cpp:1642 -#: src/libslic3r/PrintConfig.cpp:3791 -msgid "Monotonic" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:732 src/libslic3r/PrintConfig.cpp:760 -#: src/libslic3r/PrintConfig.cpp:788 src/libslic3r/PrintConfig.cpp:3793 -msgid "Concentric (filled)" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:733 src/libslic3r/PrintConfig.cpp:761 -#: src/libslic3r/PrintConfig.cpp:789 src/libslic3r/PrintConfig.cpp:1652 -#: src/libslic3r/PrintConfig.cpp:3794 -msgid "Hilbert Curve" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:734 src/libslic3r/PrintConfig.cpp:762 -#: src/libslic3r/PrintConfig.cpp:790 src/libslic3r/PrintConfig.cpp:1653 -msgid "Archimedean Chords" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:735 src/libslic3r/PrintConfig.cpp:763 -#: src/libslic3r/PrintConfig.cpp:791 src/libslic3r/PrintConfig.cpp:1654 -msgid "Octagram Spiral" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:736 src/libslic3r/PrintConfig.cpp:3795 -msgid "Sawtooth" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:742 -msgid "Bottom fill pattern" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:744 -msgid "" -"Fill pattern for bottom infill. This only affects the bottom visible layer, " -"and not its adjacent solid shells." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:769 -msgid "Solid pattern" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:771 -msgid "" -"Fill pattern for solid (internal) infill. This only affects the solid not-" -"visible layers. You should use rectilinear is most cases. You can try " -"ironing for transluscnet material. Rectilinear (filled) replace zig-zag " -"patterns by a single big line & is more efficient for filling little spaces." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:785 -msgid "Rectilinear (filled)" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:796 -#, possible-c-format -msgid "Enforce 100% fill volume" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:798 -msgid "" -"Experimental option which modifies (in solid infill) fill flow to have the " -"exact amount of plastic inside the volume to fill (it generally changes the " -"flow from -7% to +4%, depending on the size of the surface to fill and the " -"overlap parameters, but it can go as high as +50% for infill in very small " -"areas where rectilinear doesn't have good coverage). It has the advantage to " -"remove the over-extrusion seen in thin infill areas, from the overlap ratio" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:807 -msgid "Default infill margin" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:809 -#, possible-c-format -msgid "" -"This parameter grows the top/bottom/solid layers by the specified MM to " -"anchor them into the part. Put 0 to deactivate it. Can be a % of the width " -"of the perimeters." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:810 src/libslic3r/PrintConfig.cpp:821 -#: src/libslic3r/PrintConfig.cpp:1703 -msgid "mm/%" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:817 -msgid "Bridged" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:818 -msgid "Bridge margin" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:820 -#, possible-c-format -msgid "" -"This parameter grows the bridged solid infill layers by the specified MM to " -"anchor them into the part. Put 0 to deactivate it. Can be a % of the width " -"of the external perimeter." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:828 src/libslic3r/PrintConfig.cpp:843 -msgid "External perimeters" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:829 -msgid "External perimeters width" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:831 -msgid "" -"Set this to a non-zero value to set a manual extrusion width for external " -"perimeters. If left zero, default extrusion width will be used if set, " -"otherwise 1.05 x nozzle diameter will be used. If expressed as percentage " -"(for example 112.5%), it will be computed over nozzle diameter." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:834 src/libslic3r/PrintConfig.cpp:848 -#: src/libslic3r/PrintConfig.cpp:1166 src/libslic3r/PrintConfig.cpp:1179 -#: src/libslic3r/PrintConfig.cpp:1765 src/libslic3r/PrintConfig.cpp:2886 -#: src/libslic3r/PrintConfig.cpp:2900 -msgid "" -"You can set either 'Spacing', or 'Width'; the other will be calculated, " -"using the perimeter 'Overlap' percentages and default layer height." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:835 src/libslic3r/PrintConfig.cpp:849 -#: src/libslic3r/PrintConfig.cpp:1167 src/libslic3r/PrintConfig.cpp:1180 -#: src/libslic3r/PrintConfig.cpp:1752 src/libslic3r/PrintConfig.cpp:1766 -#: src/libslic3r/PrintConfig.cpp:1781 src/libslic3r/PrintConfig.cpp:1991 -#: src/libslic3r/PrintConfig.cpp:2148 src/libslic3r/PrintConfig.cpp:2162 -#: src/libslic3r/PrintConfig.cpp:2192 src/libslic3r/PrintConfig.cpp:2636 -#: src/libslic3r/PrintConfig.cpp:2887 src/libslic3r/PrintConfig.cpp:2901 -#: src/libslic3r/PrintConfig.cpp:3302 src/libslic3r/PrintConfig.cpp:3316 -#: src/libslic3r/PrintConfig.cpp:3414 src/libslic3r/PrintConfig.cpp:3428 -#: src/libslic3r/PrintConfig.cpp:3610 src/libslic3r/PrintConfig.cpp:3709 -#: src/libslic3r/PrintConfig.cpp:3993 src/libslic3r/PrintConfig.cpp:4006 -#: src/libslic3r/PrintConfig.cpp:4531 src/libslic3r/PrintConfig.cpp:4540 -msgid "mm or %" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:844 -msgid "External perimeters spacing" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:846 -msgid "" -"Like the External perimeters width, but this value is the distance between " -"the edge and the 'frontier' to the next perimeter.\n" -"Setting the spacing will deactivate the width setting, and vice versa." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:857 -msgid "Cutting corners" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:858 -msgid "Ext. peri. cut corners" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:860 -#, possible-c-format -msgid "" -"Activate this option to modify the flow to acknoledge that the nozzle is " -"round and the corners will have a round shape, and so change the flow to " -"realized that and avoid over-extrusion. 100% is activated, 0% is deactivated " -"and 50% is half-activated.\n" -"Note: At 100% this change the flow by ~5% over a very small distance " -"(~nozzle diameter), so it shouldn't be noticeable unless you have a very big " -"nozzle and a very precise printer.\n" -"It's very experimental, please report about the usefulness. It may be " -"removed if there is no use of it." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:869 -msgid "External perimeter fan speed" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:870 -msgid "" -"When set to a non-zero value this fan speed is used only for external " -"perimeters (visible ones). \n" -"Set to 1 to disable the fan.\n" -"Set to -1 to use the normal fan speed on external perimeters.External " -"perimeters can benefit from higher fan speed to improve surface finish, " -"while internal perimeters, infill, etc. benefit from lower fan speed to " -"improve layer adhesion." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:882 -msgid "external perimeter overlap" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:883 -msgid "Ext. peri. overlap" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:885 -#, possible-c-format -msgid "" -"This setting allow you to reduce the overlap between the perimeters and the " -"external one, to reduce the impact of the perimeters artifacts. 100% means " -"that no gaps is left, and 0% means that the external perimeter isn't " -"contributing to the overlap with the 'inner' one.\n" -"It's very experimental, please report about the usefulness. It may be " -"removed if there is no use of it." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:895 -msgid "perimeter overlap" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:896 -msgid "Perimeter overlap" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:898 -#, possible-c-format -msgid "" -"This setting allow you to reduce the overlap between the perimeters, to " -"reduce the impact of the perimeters artifacts. 100% means that no gaps is " -"left, and 0% means that perimeters are not touching each other anymore.\n" -"It's very experimental, please report about the usefulness. It may be " -"removed if there is no use for it." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:908 -msgid "Better bonding" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:909 -msgid "Perimeter bonding" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:911 -msgid "" -"This setting may degrad a bit the quality of your external perimeter, in " -"exchange for a better bonding between perimeters.Use it if you have great " -"difficulties with perimeter bonding, for example with high temperature " -"filaments.\n" -"This percentage is the % of overlap between perimeters, a bit like " -"perimeter_overlap and external_perimeter_overlap, but in reverse. You have " -"to set perimeter_overlap and external_perimeter_overlap to 100%, or this " -"setting has no effect. 0: no effect, 50%: half of the nozzle will be over an " -"already extruded perimeter while extruding a new one, unless it's an " -"external ones).\n" -"It's very experimental, please report about the usefulness. It may be " -"removed if there is no use for it." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:925 -msgid "External" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:926 -msgid "External perimeters speed" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:928 -msgid "" -"This separate setting will affect the speed of external perimeters (the " -"visible ones). If expressed as percentage (for example: 80%) it will be " -"calculated on the perimeters speed setting above. Set to zero for auto." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:938 -msgid "first" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:939 -msgid "External perimeters first" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:941 -msgid "" -"Print contour perimeters from the outermost one to the innermost one instead " -"of the default inverse order." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:947 -msgid "In vase mode (no seam)" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:948 -msgid "ExternalPerimeter in vase mode" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:950 -msgid "" -"Print contour perimeters in two circle, in a contiunous way, like for a vase " -"mode. It needs the external_perimeters_first parameter do work. \n" -"Doesn't work for the first layer, as it may damage the bed overwise. \n" -"Note that It will use min_layer_height from your hardware setting as the " -"base height (it doesn't start at 0), so be sure to put here the lowest value " -"your printer can handle. if it's not lower than two times the current layer " -"height, it falls back to the normal algorithm, as there are not enough room " -"to do two loops." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:959 -msgid "Only for outer side" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:960 -msgid "Ext peri first for outer side" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:962 -msgid "" -"Only do the vase trick on the external side. Useful when the thikness is too " -"low." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:967 -msgid "Only for inner side" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:968 -msgid "ext peri first for inner side" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:970 -msgid "" -"Only do the vase trick on the external side. Useful when you only want to " -"remode seam from screw hole." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:978 src/libslic3r/PrintConfig.cpp:979 -msgid "Perimeters loop" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:981 -msgid "" -"Join the perimeters to create only one continuous extrusion without any z-" -"hop. Long inside travel (from external to holes) are not extruded to give " -"some space to the infill." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:987 src/libslic3r/PrintConfig.cpp:3161 -msgid "Seam position" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:988 -msgid "Perimeter loop seam" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:990 -msgid "Position of perimeters starting points." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:994 -msgid "Nearest" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1000 -msgid "filling horizontal gaps on slopes" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1001 -msgid "Extra perimeters (do nothing)" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1003 -#, possible-c-format -msgid "" -"Add more perimeters when needed for avoiding gaps in sloping walls. Slic3r " -"keeps adding perimeters, until more than 70% of the loop immediately above " -"is supported.\n" -"If you succeed to trigger the algorihtm behind this setting, please send me " -"a message. Personally, i think it's useless." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1012 -msgid "On overhangs" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1013 -msgid "Extra perimeters over overhangs" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1015 -msgid "" -"Add more perimeters when needed for avoiding gaps in sloping walls. Slic3r " -"keeps adding perimeter until all overhangs are filled.\n" -"!! this is a very slow algorithm !!\n" -"If you use this setting, consider strongly using also overhangs_reverse." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1023 -msgid "On odd layers" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1024 -msgid "Extra perimeter on odd layers" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1026 -msgid "" -"Add one perimeter every odd layer. With this, infill is taken into sandwitch " -"and you may be able to reduce drastically the infill/perimeter overlap " -"setting. " -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1032 -msgid "Only one perimeter on Top surfaces" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1034 -msgid "" -"Use only one perimeter on flat top surface, to let more space to the top " -"infill pattern." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1038 -msgid "Only one peri - other algo" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1040 -msgid "" -"If you have some problem with the 'Only one perimeter on Top surfaces' " -"option, you can try to activate this on the problematic layer." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1048 -msgid "" -"The extruder to use (unless more specific extruder settings are specified). " -"This value overrides perimeter and infill extruders, but not the support " -"extruders." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1064 -msgid "Extruder clearance height" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1066 -msgid "" -"Set this to the vertical distance between your nozzle tip and (usually) the " -"X carriage rods. In other words, this is the height of the clearance " -"cylinder around your extruder, and it represents the maximum depth the " -"extruder can peek before colliding with other printed objects." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1078 -msgid "Extruder clearance radius" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1079 -msgid "" -"Set this to the clearance radius around your extruder. If the extruder is " -"not centered, choose the largest value for safety. This setting is used to " -"check for collisions and to display the graphical preview in the plater." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1089 -msgid "Extruder Color" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1091 src/libslic3r/PrintConfig.cpp:1212 -msgid "This is only used in the Slic3r interface as a visual help." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1098 -msgid "Extruder offset" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1100 src/libslic3r/PrintConfig.cpp:4474 -msgid "" -"If your firmware doesn't handle the extruder displacement you need the G-" -"code to take it into account. This option lets you specify the displacement " -"of each extruder with respect to the first one. It expects positive " -"coordinates (they will be subtracted from the XY coordinate)." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1109 -msgid "Extruder temp offset" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1111 -msgid "" -"This offset will be added to all extruder temperature set by the filament " -"settings.\n" -"Note that you should set 'M104 S{first_layer_temperature[initial_extruder] + " -"extruder_temperature_offset[initial_extruder]}'\n" -"instead of 'M104 S[first_layer_temperature]' in the start_gcode" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1119 -msgid "Extruder fan offset" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1121 -msgid "" -"This offset wil be add to all fan value set by the filament properties. It " -"won't make them go higher than 100% and lower than 0%." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1128 -msgid "Extrusion axis" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1130 -msgid "" -"Use this option to set the axis letter associated to your printer's extruder " -"(usually E but some printers use A)." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1135 src/libslic3r/PrintConfig.cpp:1146 -msgid "Extrusion multiplier" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1137 -msgid "" -"This factor changes the amount of flow proportionally. You may need to tweak " -"this setting to get nice surface finish and correct single wall widths. " -"Usual values are between 0.9 and 1.1. If you think you need to change this " -"more, check filament diameter and your firmware E steps." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1148 -msgid "" -"This factor changes the amount of flow proportionally. You may need to tweak " -"this setting to get nice surface finish and correct single wall widths. " -"Usual values are between 90% and 110%. If you think you need to change this " -"more, check filament diameter and your firmware E steps. This print setting " -"is multiplied against the extrusion_multiplier from the filament tab. Its " -"only purpose is to offer the same functionality but with a per-object basis." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1160 -msgid "Default extrusion width" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1162 -msgid "" -"Set this to a non-zero value to allow a manual extrusion width. If left to " -"zero, Slic3r derives extrusion widths from the nozzle diameter (see the " -"tooltips for perimeter extrusion width, infill extrusion width etc). If " -"expressed as percentage (for example: 105%), it will be computed over nozzle " -"diameter." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1176 -msgid "Default extrusion spacing" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1178 -msgid "" -"Like Default extrusion width but spacing is the distance between two lines " -"(as they overlap a bit, it's not the same)." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1189 -msgid "Keep fan always on" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1191 -msgid "" -"If this is enabled, fan will continuously run at base speed if no setting " -"override the speed. Useful for PLA, harmful for ABS." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1197 -msgid "Enable fan if layer print time is below" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1199 -msgid "" -"If layer print time is estimated below this number of seconds, fan will be " -"enabled and its speed will be calculated by interpolating the default and " -"maximum speeds.\n" -"Set to 0 to disable." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1202 src/libslic3r/PrintConfig.cpp:3277 -msgid "approximate seconds" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1210 -msgid "Filament color" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1218 -msgid "Filament notes" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1220 -msgid "You can put your notes regarding the filament here." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1228 -msgid "Max speed" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1230 -msgid "" -"Maximum speed allowed for this filament. Limits the maximum speed of a print " -"to the minimum of the print speed and the filament speed. Set to zero for no " -"limit." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1239 src/libslic3r/PrintConfig.cpp:2555 -msgid "Max volumetric speed" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1241 -msgid "" -"Maximum volumetric speed allowed for this filament. Limits the maximum " -"volumetric speed of a print to the minimum of print and filament volumetric " -"speed. Set to zero for no limit." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1250 -msgid "Max speed on the wipe tower" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1251 -msgid "" -"This setting is used to set the maximum speed when extruding inside the wipe " -"tower (use M220). In %, set 0 to disable and use the Filament type instead.\n" -"If disabled, these filament types will have a defaut value of:\n" -" - PVA: 80% to 60%\n" -" - SCAFF: 35%\n" -" - FLEX: 35%\n" -" - OTHERS: 100%\n" -"Note that the wipe tower reset the speed at 100% for the unretract in any " -"case.\n" -"If using marlin, M220 B/R is used to save the speed override before the wipe " -"tower print." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1267 -msgid "Loading speed" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1268 -msgid "Speed used for loading the filament on the wipe tower. " -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1276 -msgid "Toolchange temperature enabled" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1277 -msgid "Determines whether toolchange temperatures will be applied" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1282 -msgid "Fast mode" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1283 -msgid "" -"Experimental: drops nozzle temperature during cooling moves instead of prior " -"to extraction to reduce wait time." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1288 -msgid "Use part fan to cool hotend" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1289 -msgid "" -"Experimental setting. May enable the hotend to cool down faster during " -"toolchanges" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1294 -msgid "Toolchange part fan speed" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1295 -msgid "" -"Experimental setting. Fan speeds that are too high can clash with the " -"hotend's PID routine." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1303 -msgid "Enable Skinnydip string reduction" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1304 -msgid "" -"Skinnydip performs a secondary dip into the meltzone to burn off fine " -"strings of filament" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1309 -msgid "Pause in melt zone" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1310 -msgid "" -"Stay in melt zone for this amount of time before extracting the filament. " -"Not usually necessary." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1311 src/libslic3r/PrintConfig.cpp:1319 -msgid "milliseconds" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1317 -msgid "Pause before extraction " -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1318 -msgid "" -"Can be useful to avoid bondtech gears deforming hot tips, but not ordinarily " -"needed" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1325 -msgid "Speed to move into melt zone" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1326 src/libslic3r/PrintConfig.cpp:1334 -msgid "usually not necessary to change this" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1327 src/libslic3r/PrintConfig.cpp:1335 -msgid "mm/sec" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1333 -msgid "Speed to extract from melt zone" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1341 -msgid "Toolchange temperature" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1342 -msgid "" -"To further reduce stringing, it can be helpful to set a lower temperature " -"just prior to extracting filament from the hotend." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1349 -msgid "Insertion distance" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1350 -msgid "" -"For stock extruders, usually 40-42mm. For bondtech extruder upgrade, " -"usually 30-32mm. Start with a low value and gradually increase it until " -"strings are gone. If there are blobs on your wipe tower, your value is too " -"high." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1358 -msgid "Loading speed at the start" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1359 -msgid "Speed used at the very beginning of loading phase. " -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1366 -msgid "Unloading speed" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1367 -msgid "" -"Speed used for unloading the filament on the wipe tower (does not affect " -"initial part of unloading just after ramming). " -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1375 -msgid "Unloading speed at the start" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1376 -msgid "" -"Speed used for unloading the tip of the filament immediately after ramming. " -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1383 -msgid "Delay after unloading" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1384 -msgid "" -"Time to wait after the filament is unloaded. May help to get reliable " -"toolchanges with flexible materials that may need more time to shrink to " -"original dimensions. " -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1393 -msgid "Number of cooling moves" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1394 -msgid "" -"Filament is cooled by being moved back and forth in the cooling tubes. " -"Specify desired number of these moves." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1402 -msgid "Speed of the first cooling move" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1403 -msgid "Cooling moves are gradually accelerating beginning at this speed. " -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1410 -msgid "Minimal purge on wipe tower" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1411 -msgid "" -"After a tool change, the exact position of the newly loaded filament inside " -"the nozzle may not be known, and the filament pressure is likely not yet " -"stable. Before purging the print head into an infill or a sacrificial " -"object, Slic3r will always prime this amount of material into the wipe tower " -"to produce successive infill or sacrificial object extrusions reliably." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1415 -msgid "mm³" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1421 -msgid "Speed of the last cooling move" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1422 -msgid "Cooling moves are gradually accelerating towards this speed. " -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1429 -msgid "Filament load time" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1430 -msgid "" -"Time for the printer firmware (or the Multi Material Unit 2.0) to load a new " -"filament during a tool change (when executing the T code). This time is " -"added to the total print time by the G-code time estimator." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1437 -msgid "Ramming parameters" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1438 -msgid "" -"This string is edited by RammingDialog and contains ramming specific " -"parameters." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1444 -msgid "Filament unload time" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1445 -msgid "" -"Time for the printer firmware (or the Multi Material Unit 2.0) to unload a " -"filament during a tool change (when executing the T code). This time is " -"added to the total print time by the G-code time estimator." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1453 -msgid "" -"Enter your filament diameter here. Good precision is required, so use a " -"caliper and do multiple measurements along the filament, then compute the " -"average." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1461 -msgid "Shrinkage" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1462 -#, possible-c-format -msgid "" -"Enter the shrinkage percentage that the filament will get after cooling " -"(94% if you measure 94mm instead of 100mm). The part will be scaled in xy to " -"conpensate. Only the filament used for the perimeter is taken into account.\n" -"Be sure to let enough space between objects, as this compensation is done " -"after the checks." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1472 src/libslic3r/PrintConfig.cpp:4712 -#: src/libslic3r/PrintConfig.cpp:4713 -msgid "Density" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1474 -msgid "" -"Enter your filament density here. This is only for statistical information. " -"A decent way is to weigh a known length of filament and compute the ratio of " -"the length to volume. Better is to calculate the volume directly through " -"displacement." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1477 -msgid "g/cm³" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1483 -msgid "Filament type" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1485 -msgid "The filament material type for use in custom G-codes." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1521 -msgid "Soluble material" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1523 -msgid "Soluble material is most likely used for a soluble support." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1529 -msgid "Filament cost" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1531 -msgid "" -"Enter your filament cost per kg here. This is only for statistical " -"information." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1532 -msgid "money/kg" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1537 -msgid "Spool weight" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1539 -msgid "" -"Enter weight of the empty filament spool. One may weigh a partially consumed " -"filament spool before printing and one may compare the measured weight with " -"the calculated weight of the filament with the spool to find out whether the " -"amount of filament on the spool is sufficient to finish the print." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1543 -msgid "g" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1552 src/libslic3r/PrintConfig.cpp:4796 -msgid "(Unknown)" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1556 src/libslic3r/PrintConfig.cpp:1569 -msgid "Fill" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1557 -msgid "Fill angle" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1559 -msgid "" -"Default base angle for infill orientation. Cross-hatching will be applied to " -"this. Bridges will be infilled using the best direction Slic3r can detect, " -"so this setting does not affect them." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1570 -msgid "Fill angle increment" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1572 -msgid "" -"Add this angle each layer to the base angle for infill. May be useful for " -"art, or to be sure to hit every object's feature even with very low infill. " -"Still experiemental, tell me what makes it useful, or the problems that " -"arise using it." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1584 -msgid "Fill density" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1586 -msgid "Density of internal infill, expressed in the range 0% - 100%." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1620 -msgid "Fill pattern" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1622 -msgid "Fill pattern for general low-density infill." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1643 -msgid "Grid" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1644 -msgid "Triangles" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1645 -msgid "Stars" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1646 -msgid "Cubic" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1647 -msgid "Line" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1649 src/libslic3r/PrintConfig.cpp:3773 -msgid "Honeycomb" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1650 -msgid "3D Honeycomb" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1651 -msgid "Gyroid" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1655 -msgid "Scattered Rectilinear" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1656 -msgid "Adaptive Cubic" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1657 -msgid "Support Cubic" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1661 -msgid "Top fill" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1662 -msgid "Top fill flow ratio" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1665 -msgid "" -"You can increase this to over-extrude on the top layer if there are not " -"enough plastic to make a good fill." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1671 src/libslic3r/PrintConfig.cpp:1683 -#: src/libslic3r/PrintConfig.cpp:1720 src/libslic3r/PrintConfig.cpp:1732 -#: src/libslic3r/PrintConfig.cpp:1743 src/libslic3r/PrintConfig.cpp:1761 -#: src/libslic3r/PrintConfig.cpp:1817 -msgid "First layer" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1672 -msgid "First layer flow ratio" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1675 -msgid "" -"You can increase this to over-extrude on the first layer if there are not " -"enough plastic because your bed isn't levelled.\n" -"Note: DON'T USE THIS if your only problem is bed levelling, LEVEL YOUR BED! " -"Use this setting only as last resort after all calibrations failed." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1684 -msgid "XY First layer compensation" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1686 -msgid "" -"The first layer will be grown / shrunk in the XY plane by the configured " -"value to compensate for the 1st layer squish aka an Elephant Foot effect. " -"(should be negative = inwards)" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1694 -msgid "Ironing width" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1696 -msgid "" -"This is the width of the ironing pass, in a % of the top infill extrusion " -"width, should not be more than 50% (two times more lines, 50% overlap). It's " -"not necessary to go below 25% (four times more lines, 75% overlap). \n" -"If you have problems with your ironing process, don't forget to look at the " -"flow->above bridge flow, as this setting should be set to min 110% to let " -"you have enough plastic in the top layer. A value too low will make your " -"extruder eat the filament." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1707 -msgid "Distribution" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1708 -msgid "Ironing flow distribution" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1710 -msgid "" -"This is the percentage of the flow that is used for the second ironing pass. " -"Typical 10-20%. Should not be higher than 20%, unless you have your top " -"extrusion width greatly superior to your nozzle width. A value too low and " -"your extruder will eat the filament. A value too high and the first pass " -"won't print well." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1721 -msgid "First layer acceleration" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1723 -#, possible-c-format -msgid "" -"This is the acceleration your printer will use for first layer.\n" -"Can be a % of the default acceleration\n" -"Set zero to disable acceleration control for first layer." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1733 -msgid "First layer bed temperature" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1735 -msgid "" -"Heated build plate temperature for the first layer. Set this to zero to " -"disable bed temperature control commands in the output." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1744 -msgid "First layer width" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1746 -msgid "" -"Set this to a non-zero value to set a manual extrusion width for first " -"layer. You can use this to force fatter extrudates for better adhesion. If " -"expressed as percentage (for example 140%) it will be computed over the " -"nozzle diameter of the nozzle used for the type of extrusion. If set to " -"zero, it will use the default extrusion width.\n" -"You can set either 'Spacing', or 'Width'; the other will be calculated, " -"using the perimeter 'Overlap' percentages and default layer height." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1762 -msgid "First layer spacing" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1764 src/libslic3r/PrintConfig.cpp:2160 -msgid "" -"Like First layer width but spacing is the distance between two lines (as " -"they overlap a bit, it's not the same)." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1777 -msgid "" -"When printing with very low layer heights, you might still want to print a " -"thicker bottom layer to improve adhesion and tolerance for non perfect build " -"plates. This can be expressed as an absolute value or as a percentage (for " -"example: 75%) over the default nozzle width." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1789 -msgid "Default first layer speed" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1791 -#, possible-c-format -msgid "" -"If expressed as absolute value in mm/s, this speed will be applied to all " -"the print moves but infill of the first layer, it can be overwrite by the " -"'default' (default depends of the type of the path) speed if it's lower than " -"that. If expressed as a percentage it will scale the current speed.\n" -"Set it at 100% to remove any first layer speed modification (with " -"first_layer_infill_speed)." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1804 -msgid "Infill first layer speed" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1806 -msgid "" -"If expressed as absolute value in mm/s, this speed will be applied to infill " -"moves of the first layer, it can be overwrite by the 'default' (solid infill " -"or infill if not bottom) speed if it's lower than that. If expressed as a " -"percentage (for example: 40%) it will scale the current infill speed." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1818 -msgid "First layer nozzle temperature" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1820 -msgid "" -"Extruder nozzle temperature for first layer. If you want to control " -"temperature manually during print, set this to zero to disable temperature " -"control commands in the output file." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1828 -msgid "Full fan speed at layer" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1829 -msgid "" -"Fan speed will be ramped up linearly from zero at layer " -"\"disable_fan_first_layers\" to maximum at layer \"full_fan_speed_layer\". " -"\"full_fan_speed_layer\" will be ignored if lower than " -"\"disable_fan_first_layers\", in which case the fan will be running at " -"maximum allowed speed at layer \"disable_fan_first_layers\" + 1." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1840 -msgid "Enable Gap fill" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1842 -msgid "" -"Enable gap fill algorithm. It will extrude small lines between perimeters " -"when there is not enough space for another perimeter or an infill." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1848 -msgid "Min surface" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1849 -msgid "Min gap-fill surface" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1851 -#, possible-c-format -msgid "" -"This setting represents the minimum mm² for a gapfill extrusion to be " -"created.\n" -"Can be a % of (perimeter width)²" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1858 src/libslic3r/PrintConfig.cpp:1859 -msgid "Gap fill overlap" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1861 -#, possible-c-format -msgid "" -"This setting allow you to reduce the overlap between the perimeters and the " -"gap fill. 100% means that no gaps is left, and 0% means that the gap fill " -"won't touch the perimeters.\n" -"It's very experimental, please report about the usefulness. It may be " -"removed if there is no use for it." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1872 -msgid "Gap fill speed" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1874 -msgid "" -"Speed for filling small gaps using short zigzag moves. Keep this reasonably " -"low to avoid too much shaking and resonance issues." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1882 -msgid "Verbose G-code" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1884 -msgid "" -"Enable this to get a commented G-code file, with each line explained by a " -"descriptive text. If you print from SD card, the additional weight of the " -"file could make your firmware slow down." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1891 -msgid "G-code flavor" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1893 -msgid "" -"Some G/M-code commands, including temperature control and others, are not " -"universal. Set this option to your printer's firmware to get a compatible " -"output. The \"No extrusion\" flavor prevents Slic3r from exporting any " -"extrusion value at all." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1922 -msgid "No extrusion" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1927 -msgid "Label objects" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1929 -msgid "" -"Enable this to add comments into the G-Code labeling print moves with what " -"object they belong to, which is useful for the Octoprint CancelObject " -"plugin. This settings is NOT compatible with Single Extruder Multi Material " -"setup and Wipe into Object / Wipe into Infill." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1937 -msgid "xyz decimals" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1939 -msgid "Choose how many digit after the dot for xyz coordinates." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1944 -msgid "Extruder decimals" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1946 -msgid "Choose how many digit after the dot for extruder moves." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1951 -msgid "High extruder current on filament swap" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1953 -msgid "" -"It may be beneficial to increase the extruder motor current during the " -"filament exchange sequence to allow for rapid ramming feed rates and to " -"overcome resistance when loading a filament with an ugly shaped tip." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1961 -msgid "Infill acceleration" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1963 -#, possible-c-format -msgid "" -"This is the acceleration your printer will use for infill.\n" -"Can be a % of the default acceleration\n" -"Set zero to disable acceleration control for infill." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1972 -msgid "Combine infill every" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1974 -msgid "" -"This feature allows to combine infill and speed up your print by extruding " -"thicker infill layers while preserving thin perimeters, thus accuracy." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1977 -msgid "Combine infill every n layers" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1983 -msgid "Length of the infill anchor" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:1985 src/libslic3r/PrintConfig.cpp:2012 -msgid "" -"Connect an infill line to an internal perimeter with a short segment of an " -"additional perimeter. If expressed as percentage (example: 15%) it is " -"calculated over infill extrusion width. " -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2000 -msgid "0 (no open anchors)" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2005 src/libslic3r/PrintConfig.cpp:2027 -msgid "1000 (unlimited)" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2010 -msgid "Maximum length of the infill anchor" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2022 -msgid "0 (Simple connect)" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2032 src/libslic3r/PrintConfig.cpp:2033 -msgid "Dense infill layer" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2035 -#, possible-c-format -msgid "" -"Enables the creation of a support layer under the first solid layer. This " -"allows you to use a lower infill ratio without compromising the top quality. " -"The dense infill is laid out with a 50% infill density." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2041 -msgid "Connection of sparse infill lines" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2043 src/libslic3r/PrintConfig.cpp:2061 -#: src/libslic3r/PrintConfig.cpp:2079 src/libslic3r/PrintConfig.cpp:2097 -msgid "" -"Give to the infill algorithm if the infill needs to be connected, and on " -"which periemters Can be useful for art or with high infill/perimeter " -"overlap. The result may varies between infill typers." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2051 src/libslic3r/PrintConfig.cpp:2069 -#: src/libslic3r/PrintConfig.cpp:2087 src/libslic3r/PrintConfig.cpp:2105 -msgid "Connected" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2052 src/libslic3r/PrintConfig.cpp:2070 -#: src/libslic3r/PrintConfig.cpp:2088 src/libslic3r/PrintConfig.cpp:2106 -msgid "Connected to hole perimeters" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2053 src/libslic3r/PrintConfig.cpp:2071 -#: src/libslic3r/PrintConfig.cpp:2089 src/libslic3r/PrintConfig.cpp:2107 -msgid "Connected to outer perimeters" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2054 src/libslic3r/PrintConfig.cpp:2072 -#: src/libslic3r/PrintConfig.cpp:2090 src/libslic3r/PrintConfig.cpp:2108 -msgid "Not connected" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2059 -msgid "Connection of top infill lines" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2077 -msgid "Connection of bottom infill lines" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2095 -msgid "Connection of solid infill lines" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2113 src/libslic3r/PrintConfig.cpp:4176 -msgid "Algorithm" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2114 -msgid "Dense infill algorithm" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2116 -msgid "" -"Choose the way the dense layer is lay out. The automatic option let it try " -"to draw the smallest surface with only strait lines inside the sparse " -"infill. The anchored just enlarge a bit (by 'Default infill margin') the " -"surfaces that need a better support." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2124 -msgid "Automatic" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2125 -msgid "Automatic, only for small areas" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2126 -msgid "Automatic, or anchored if too big" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2127 -msgid "Anchored" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2132 -msgid "Infill extruder" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2134 -msgid "The extruder to use when printing infill." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2141 -msgid "Infill width" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2143 -msgid "" -"Set this to a non-zero value to set a manual extrusion width for infill. If " -"left zero, default extrusion width will be used if set, otherwise 1.125 x " -"nozzle diameter will be used. You may want to use fatter extrudates to speed " -"up the infill and make your parts stronger. If expressed as percentage (for " -"example 110%) it will be computed over nozzle diameter." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2147 src/libslic3r/PrintConfig.cpp:2161 -#: src/libslic3r/PrintConfig.cpp:3413 src/libslic3r/PrintConfig.cpp:3427 -#: src/libslic3r/PrintConfig.cpp:3992 src/libslic3r/PrintConfig.cpp:4005 -msgid "" -"You can set either 'Spacing', or 'Width'; the other will be calculated, " -"using default layer height." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2158 -msgid "Infill spacing" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2171 -msgid "Infill before perimeters" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2173 -msgid "" -"This option will switch the print order of perimeters and infill, making the " -"latter first." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2178 -msgid "Only infill where needed" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2180 -msgid "" -"This option will limit infill to the areas actually needed for supporting " -"ceilings (it will act as internal support material). If enabled, slows down " -"the G-code generation due to the multiple checks involved." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2187 -msgid "Infill/perimeters overlap" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2189 -msgid "" -"This setting applies an additional overlap between infill and perimeters for " -"better bonding. Theoretically this shouldn't be needed, but backlash might " -"cause gaps. If expressed as percentage (example: 15%) it is calculated over " -"perimeter extrusion width." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2198 -msgid "Sparse" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2199 -msgid "Sparse infill speed" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2201 -msgid "Speed for printing the internal fill. Set to zero for auto." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2209 -msgid "Inherits profile" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2210 -msgid "Name of the profile, from which this profile inherits." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2223 -msgid "Interface shells" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2224 -msgid "" -"Force the generation of solid shells between adjacent materials/volumes. " -"Useful for multi-extruder prints with translucent materials or manual " -"soluble support material." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2232 -msgid "Enable ironing" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2233 -msgid "" -"Enable ironing of the top layers with the hot print head for smooth surface" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2239 -msgid "Ironing angle" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2241 -msgid "Ironing angle. if negative, it will use the fill angle." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2248 src/libslic3r/PrintConfig.cpp:2250 -msgid "Ironing Type" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2255 -msgid "All top surfaces" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2256 -msgid "Topmost surface only" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2257 -msgid "All solid surfaces" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2262 -msgid "Flow rate" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2264 -msgid "" -"Percent of a flow rate relative to object's normal layer height. It's the " -"percentage of the layer that will be over-extruded on top to do the ironing." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2273 -msgid "Spacing between ironing lines" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2275 -msgid "Distance between ironing lines" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2291 src/libslic3r/PrintConfig.cpp:2304 -msgid "After layer change G-code" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2293 -msgid "" -"This custom code is inserted at every layer change, right after the Z move " -"and before the extruder moves to the first layer point. Note that you can " -"use placeholder variables for all Slic3r settings as well as [layer_num] and " -"[layer_z]." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2306 -msgid "" -"This custom code is inserted at every extrusion type change.Note that you " -"can use placeholder variables for all Slic3r settings as well as " -"[extrusion_role], [layer_num] and [layer_z] that can take these string " -"values: { Perimeter, ExternalPerimeter, OverhangPerimeter, InternalInfill, " -"SolidInfill, TopSolidInfill, BridgeInfill, GapFill, Skirt, SupportMaterial, " -"SupportMaterialInterface, WipeTower, Mixed }. Mixed is only used when the " -"role of the extrusion is not unique, not exactly inside an other category or " -"not known." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2318 -msgid "Exact last layer height" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2320 -msgid "" -"This setting controls the height of last object layers to put the last layer " -"at the exact highest height possible. Experimental." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2325 -msgid "Supports remaining times" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2327 -msgid "" -"Emit M73 P[percent printed] R[remaining time in minutes] at 1 minute " -"intervals into the G-code to let the firmware show accurate remaining time. " -"As of now only the Prusa i3 MK3 firmware recognizes M73. Also the i3 MK3 " -"firmware supports M73 Qxx Sxx for the silent mode." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2335 -msgid "Supports stealth mode" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2337 -msgid "The firmware supports stealth mode" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2342 -msgid "Fan startup delay" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2344 -msgid "" -"Move the fan start in the past by at least this delay (in seconds, you can " -"use decimals). It assumes infinite acceleration for this time estimation, " -"and will only take into account G1 and G0 moves. Use 0 to deactivate." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2351 -msgid "Allow fan delay on overhangs" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2353 -msgid "Will only take into account the delay for the cooling of overhangs." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2358 -msgid "Fan KickStart time" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2360 -msgid "" -"Add a M106 S255 (max speed for fan) for this amount of seconds before gonig " -"down to the desired speed to kick-start the cooling fan.\n" -"Set to 0 to deactivate." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2368 -msgid "How to apply limits" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2369 -msgid "Purpose of Machine Limits" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2371 -msgid "" -"How to apply the Machine Limits.\n" -"* In every case, they will be used as safeguard: Even if you use a print " -"profile that set an acceleration of 5000, if your machine limits the " -"acceleration is 4000, the outputted gcode will use the 4000 limit.\n" -"* You can also use it as safeguard and to have a better printing time " -"estimate.\n" -"* You can also use it as safeguard, to have a better printing time estimate " -"and emit the limits as the begining of the gcode file, with M201 M202 M203 " -"M204 and M205 commands. If you want only to write a sub-set, choose the 'for " -"time estimate' option and write yourself gcodes in the custom gcode section." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2382 -msgid "Also emit limits to G-code" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2383 -msgid "Use also for time estimate" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2384 -msgid "Use only as safeguards" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2385 -msgid "Disable" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2408 -msgid "Maximum feedrate X" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2409 -msgid "Maximum feedrate Y" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2410 -msgid "Maximum feedrate Z" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2411 -msgid "Maximum feedrate E" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2414 -msgid "Maximum feedrate of the X axis" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2415 -msgid "Maximum feedrate of the Y axis" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2416 -msgid "Maximum feedrate of the Z axis" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2417 -msgid "Maximum feedrate of the E axis" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2425 -msgid "Maximum acceleration X" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2426 -msgid "Maximum acceleration Y" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2427 -msgid "Maximum acceleration Z" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2428 -msgid "Maximum acceleration E" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2431 -msgid "Maximum acceleration of the X axis" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2432 -msgid "Maximum acceleration of the Y axis" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2433 -msgid "Maximum acceleration of the Z axis" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2434 -msgid "Maximum acceleration of the E axis" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2435 src/libslic3r/PrintConfig.cpp:2484 -#: src/libslic3r/PrintConfig.cpp:2494 src/libslic3r/PrintConfig.cpp:2504 -msgid "mm/s²" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2442 -msgid "Maximum jerk X" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2443 -msgid "Maximum jerk Y" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2444 -msgid "Maximum jerk Z" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2445 -msgid "Maximum jerk E" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2448 -msgid "Maximum jerk of the X axis" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2449 -msgid "Maximum jerk of the Y axis" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2450 -msgid "Maximum jerk of the Z axis" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2451 -msgid "Maximum jerk of the E axis" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2461 -msgid "Minimum feedrate when extruding" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2463 -msgid "Minimum feedrate when extruding (M205 S)" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2471 -msgid "Minimum travel feedrate" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2473 -msgid "Minimum travel feedrate (M205 T)" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2481 -msgid "Maximum acceleration when extruding" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2483 -msgid "Maximum acceleration when extruding (M204 P)" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2491 -msgid "Maximum acceleration when retracting" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2493 -msgid "Maximum acceleration when retracting (M204 R)" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2501 -msgid "Maximum acceleration when travelling" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2503 -msgid "Maximum acceleration when travelling (M204 T)" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2510 src/libslic3r/PrintConfig.cpp:2521 -msgid "Max" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2511 -msgid "Max fan speed" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2513 -msgid "" -"This setting represents the maximum speed of your fan, used when the layer " -"print time is Very short." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2522 -msgid "Max layer height" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2524 -#, possible-c-format -msgid "" -"This is the highest printable layer height for this extruder, used to cap " -"the variable layer height and support layer height. Maximum recommended " -"layer height is 75% of the extrusion width to achieve reasonable inter-layer " -"adhesion. If set to 0, layer height is limited to 75% of the nozzle diameter." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2534 -msgid "Max print speed" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2536 -msgid "" -"When setting other speed settings to 0 Slic3r will autocalculate the optimal " -"speed in order to keep constant extruder pressure. This experimental setting " -"is used to set the highest print speed you want to allow." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2545 -msgid "Max speed reduction" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2547 -msgid "Set to 90% if you don't want the speed to be reduced by more than 90%." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2557 -msgid "" -"This experimental setting is used to set the maximum volumetric speed your " -"extruder supports." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2566 -msgid "Max volumetric slope positive" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2567 src/libslic3r/PrintConfig.cpp:2579 -msgid "" -"This experimental setting is used to limit the speed of change in extrusion " -"rate. A value of 1.8 mm³/s² ensures, that a change from the extrusion rate " -"of 1.8 mm³/s (0.45mm extrusion width, 0.2mm extrusion height, feedrate 20 mm/" -"s) to 5.4 mm³/s (feedrate 60 mm/s) will take at least 2 seconds." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2571 src/libslic3r/PrintConfig.cpp:2583 -msgid "mm³/s²" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2578 -msgid "Max volumetric slope negative" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2591 src/libslic3r/PrintConfig.cpp:2592 -msgid "Default fan speed" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2594 -msgid "" -"This setting represents the base fan speed this filament needs, or at least " -"the minimum PWM your fan needs to work." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2602 -msgid "Fan PWM from 0-100" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2604 -msgid "" -"Set this if your printer uses control values from 0-100 instead of 0-255." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2610 -msgid "Min" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2611 -msgid "Min layer height" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2613 -msgid "" -"This is the lowest printable layer height for this extruder and limits the " -"resolution for variable layer height. Typical values are between 0.05 mm and " -"0.1 mm." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2621 -msgid "Minimum extrusion length" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2623 -msgid "" -"Too many too small commands may overload the firmware / connection. Put a " -"higher value here if you see strange slowdown.\n" -"0 to disable." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2631 -msgid "Minimum top width for infill" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2633 -#, possible-c-format -msgid "" -"If a top surface has to be printed and it's partially covered by an other " -"layer, it won't be considered at a top layer where its width is below this " -"value. This can be useful to not let the 'one perimeter on top' trigger on " -"surface that should be covered only by perimeters. This value can be a mm or " -"a % of the perimeter extrusion width." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2643 -msgid "Min print speed" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2645 -msgid "Slic3r will never scale the speed below this one." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2652 -msgid "Minimal filament extrusion length" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2654 -msgid "" -"Generate no less than the number of skirt loops required to consume the " -"specified amount of filament on the bottom layer. For multi-extruder " -"machines, this minimum applies to each extruder." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2663 -msgid "Configuration notes" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2665 -msgid "" -"You can put here your personal notes. This text will be added to the G-code " -"header comments." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2676 -msgid "" -"This is the diameter of your extruder nozzle (for example: 0.5, 0.35 etc.)" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2682 -msgid "Host Type" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2684 -msgid "" -"Slic3r can upload G-code files to a printer host. This field must contain " -"the kind of the host." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2720 -msgid "" -"Slic3r can upload G-code files to a printer host. This field should contain " -"the hostname, IP address or URL of the printer host instance." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2726 -msgid "Only retract when crossing perimeters" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2728 -msgid "" -"Disables retraction when the travel path does not exceed the upper layer's " -"perimeters (and thus any ooze will be probably invisible)." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2734 src/libslic3r/PrintConfig.cpp:4119 -msgid "Enable" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2736 -msgid "" -"This option will drop the temperature of the inactive extruders to prevent " -"oozing. It will enable a tall skirt automatically and move extruders outside " -"such skirt when changing temperatures." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2743 -msgid "Output filename format" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2745 -msgid "" -"You can use all configuration options as variables inside this template. For " -"example: [layer_height], [fill_density] etc. You can also use [timestamp], " -"[year], [month], [day], [hour], [minute], [second], [version], " -"[input_filename], [input_filename_base]." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2754 -msgid "Overhangs" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2755 -msgid "Overhangs speed" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2757 -#, possible-c-format -msgid "" -"Speed for printing overhangs.\n" -"Can be a % of the bridge speed." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2765 -msgid "'As bridge' speed threshold" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2766 -msgid "Overhang bridge speed threshold" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2768 -#, possible-c-format -msgid "" -"Minimum unsupported width for an extrusion to apply the bridge fan & " -"overhang speed to this overhang. Can be in mm or in a % of the nozzle " -"diameter. Set to 0 to deactivate." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2777 -msgid "'As bridge' flow threshold" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2778 -msgid "Overhang bridge flow threshold" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2780 -#, possible-c-format -msgid "" -"Minimum unsupported width for an extrusion to apply the bridge flow to this " -"overhang. Can be in mm or in a % of the nozzle diameter. Set to 0 to " -"deactivate." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2789 -msgid "Reverse on odd" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2790 -msgid "Overhang reversal" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2792 -msgid "" -"Extrude perimeters that have a part over an overhang in the reverse " -"direction in odd layers. That alternating pattern can drastically improve " -"steep overhang.\n" -"!! this is a very slow algorithm (it uses the same results as " -"extra_perimeters_overhangs) !!" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2798 -msgid "Reverse threshold" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2799 -msgid "Overhang reversal threshold" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2801 -#, possible-c-format -msgid "" -"Number of mm the overhang need to be for the reversal to be considered " -"useful. Can be a % of the perimeter width." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2808 -msgid "No perimeters on bridge areas" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2810 -msgid "" -"Experimental option to remove perimeters where there is nothing under it and " -"where a bridged infill should be better. \n" -" * Remove perimeters: remove the unsupported perimeters, let the bridge area " -"as-is.\n" -" * Keep only bridges: remove the perimeters in the bridge areas, keep only " -"bridges that end in solid area.\n" -" * Keep bridges and overhangs: remove the unsupported perimeters, keep only " -"bridges that end in solid area, fill the rest with overhang perimeters" -"+bridges.\n" -" * Fill the voids with bridges: remove the unsupported perimeters, draw " -"bridges over the whole hole.* !! this one can escalate to problems with " -"overhangs shape like /\\, so you should use it only on one layer at a time " -"via the height-range modifier!\n" -"!!Computationally intensive!!. " -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2823 -msgid "Disabled" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2824 -msgid "Remove perimeters" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2825 -msgid "Keep only bridges" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2826 -msgid "Keep bridges and overhangs" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2827 -msgid "Fill the voids with bridges" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2832 -msgid "Filament parking position" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2833 -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 "" - -#: src/libslic3r/PrintConfig.cpp:2841 -msgid "Extra loading distance" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2842 -msgid "" -"When set to zero, the distance the filament is moved from parking position " -"during load is exactly the same as it was moved back during unload. When " -"positive, it is loaded further, if negative, the loading move is shorter " -"than unloading. " -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2850 src/libslic3r/PrintConfig.cpp:2879 -#: src/libslic3r/PrintConfig.cpp:2896 src/libslic3r/PrintConfig.cpp:2921 -msgid "Perimeters" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2851 -msgid "Perimeter acceleration" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2853 -#, possible-c-format -msgid "" -"This is the acceleration your printer will use for perimeters. \n" -"Can be a % of the default acceleration\n" -"Set zero to disable acceleration control for perimeters." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2861 -msgid "Round corners" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2862 -msgid "Round corners for perimeters" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2864 -msgid "" -"Internal periemters will go around sharp corners by tunring around isntead " -"of making the same sharp corner. This can help when there is visible holes " -"in sharp corners on perimeters" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2870 -msgid "Perimeter extruder" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2872 -msgid "" -"The extruder to use when printing perimeters and brim. First extruder is 1." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2880 -msgid "Perimeter width" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2882 -msgid "" -"Set this to a non-zero value to set a manual extrusion width for perimeters. " -"You may want to use thinner extrudates to get more accurate surfaces. If " -"left zero, default extrusion width will be used if set, otherwise 1.125 x " -"nozzle diameter will be used. If expressed as percentage (for example 105%) " -"it will be computed over nozzle diameter." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2897 -msgid "Perimeter spacing" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2899 -msgid "" -"Like Perimeter width but spacing is the distance between two perimeter lines " -"(as they overlap a bit, it's not the same)." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2911 -msgid "Default speed" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2913 -msgid "" -"Speed for perimeters (contours, aka vertical shells). Set to zero for auto." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2922 -msgid "Perimeters count" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2924 -msgid "" -"This option sets the number of perimeters to generate for each layer. Note " -"that Slic3r may increase this number automatically when it detects sloping " -"surfaces which benefit from a higher number of perimeters if the Extra " -"Perimeters option is enabled." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2928 -msgid "(minimum)." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2935 -msgid "Post-processing scripts" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2937 -msgid "" -"If you want to process the output G-code through custom scripts, just list " -"their absolute paths here. Separate multiple scripts with a semicolon. " -"Scripts will be passed the absolute path to the G-code file as the first " -"argument, and they can access the Slic3r config settings by reading " -"environment variables." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2949 -msgid "Printer type" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2950 -msgid "Type of the printer." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2955 -msgid "Printer notes" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2957 -msgid "You can put your notes regarding the printer here." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2965 -msgid "Printer vendor" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2966 -msgid "Name of the printer vendor." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2971 -msgid "Printer variant" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2972 -msgid "" -"Name of the printer variant. For example, the printer variants may be " -"differentiated by a nozzle diameter." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2989 -msgid "Solid first layer" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2991 -msgid "" -"Use a solid layer instead of a raft for the layer that touch the build plate." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2996 -msgid "Raft layers" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:2998 -msgid "" -"The object will be raised by this number of layers, and support material " -"will be generated under it." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3006 -msgid "Resolution" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3008 -msgid "" -"Minimum detail resolution, used to simplify the input file for speeding up " -"the slicing job and reducing memory usage. High-resolution models often " -"carry more details than printers can render. Set to zero to disable any " -"simplification and use full resolution from input. \n" -"Note: " -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3020 -msgid "Minimum travel after retraction" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3022 -msgid "" -"Retraction is not triggered when travel moves are shorter than this length." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3029 -msgid "Retract amount before wipe" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3031 -msgid "" -"With bowden extruders, it may be wise to do some amount of quick retract " -"before doing the wipe movement." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3038 -msgid "Retract on layer change" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3040 -msgid "This flag enforces a retraction whenever a Z move is done (before it)." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3045 src/libslic3r/PrintConfig.cpp:3062 -msgid "Length" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3046 -msgid "Retraction Length" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3048 -msgid "" -"When retraction is triggered, filament is pulled back by the specified " -"amount (the length is measured on raw filament, before it enters the " -"extruder)." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3050 src/libslic3r/PrintConfig.cpp:3067 -msgid "mm (zero to disable)" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3055 -msgid "Retraction length" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3057 -msgid "" -"Override the retract_length settign from the printer config. Used for " -"calibration. Set negative to disable" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3063 -msgid "Retraction Length (Toolchange)" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3064 -msgid "" -"When retraction is triggered before changing tool, filament is pulled back " -"by the specified amount (the length is measured on raw filament, before it " -"enters the extruder)." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3073 -msgid "Lift Z" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3075 -msgid "" -"If you set this to a positive value, Z is quickly raised every time a " -"retraction is triggered. When using multiple extruders, only the setting for " -"the first extruder will be considered." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3082 -msgid "Above Z" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3083 -msgid "Only lift Z above" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3085 -msgid "" -"If you set this to a positive value, Z lift will only take place above the " -"specified absolute Z. You can tune this setting for skipping lift on the " -"first layers." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3092 -msgid "Below Z" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3093 -msgid "Only lift Z below" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3095 -msgid "" -"If you set this to a positive value, Z lift will only take place below the " -"specified absolute Z. You can tune this setting for limiting lift to the " -"first layers." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3103 -msgid "Enforce on first layer" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3104 -msgid "Enforce lift on first layer" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3106 -msgid "Select this option to enforce z-lift on the first layer." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3111 -msgid "On surfaces" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3112 -msgid "Lift only on" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3114 -msgid "Select this option to not use/enforce the z-lift on a top surface." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3125 src/libslic3r/PrintConfig.cpp:3133 -msgid "Extra length on restart" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3126 -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 "" - -#: src/libslic3r/PrintConfig.cpp:3134 -msgid "Extrat length on toolchange restart" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3135 -msgid "" -"When the retraction is compensated after changing tool, the extruder will " -"push this additional amount of filament." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3142 src/libslic3r/PrintConfig.cpp:3143 -msgid "Retraction Speed" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3145 -msgid "The speed for retractions (it only applies to the extruder motor)." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3151 src/libslic3r/PrintConfig.cpp:3152 -msgid "Deretraction Speed" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3154 -msgid "" -"The speed for loading of a filament into extruder after retraction (it only " -"applies to the extruder motor). If left to zero, the retraction speed is " -"used." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3163 -msgid "" -"Position of perimeters starting points.\n" -" " -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3170 -msgid "Cost-based" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3171 -msgid "Random" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3172 -msgid "Aligned" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3178 -msgid "Angle cost" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3179 -msgid "Seam angle cost" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3181 -msgid "" -"Cost of placing the seam at a bad angle. The worst angle (max penalty) is " -"when it's flat." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3188 -msgid "Travel cost" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3189 -msgid "Seam travel cost" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3191 -msgid "" -"Cost of moving the extruder. The highest penalty is when the point is the " -"farest from the position of the extruder before extruding the external " -"periemter" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3200 -msgid "Direction" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3202 -msgid "Preferred direction of the seam" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3203 -msgid "Seam preferred direction" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3211 -msgid "Jitter" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3213 -msgid "Seam preferred direction jitter" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3214 -msgid "Preferred direction of the seam - jitter" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3222 -msgid "Distance from object" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3224 -msgid "" -"Distance between skirt and object(s). Set this to zero to attach the skirt " -"to the object(s) and get a brim for better adhesion." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3232 -msgid "Skirt height" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3234 -msgid "" -"Height of skirt expressed in layers. Set this to a tall value to use skirt " -"as a shield against drafts." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3242 -msgid "Skirt width" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3244 -msgid "" -"Horizontal width of the skirt that will be printed around each object. If " -"left zero, first layer extrusion width will be used if set and the skirt is " -"only 1 layer height, or perimeter extrusion width will be used (using the " -"computed value if not set)." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3254 -msgid "Draft shield" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3255 -msgid "" -"If enabled, the skirt will be as tall as a highest printed object. This is " -"useful to protect an ABS or ASA print from warping and detaching from print " -"bed due to wind draft." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3261 -msgid "Loops (minimum)" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3262 -msgid "Skirt Loops" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3264 -msgid "" -"Number of loops for the skirt. If the Minimum Extrusion Length option is " -"set, the number of loops might be greater than the one configured here. Set " -"this to zero to disable skirt completely." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3272 -msgid "Slow down if layer print time is below" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3274 -msgid "" -"If layer print time is estimated below this number of seconds, print moves " -"speed will be scaled down to extend duration to this value, if possible.\n" -"Set to 0 to disable." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3285 -msgid "Small perimeters speed" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3287 -msgid "" -"This separate setting will affect the speed of perimeters having radius <= " -"6.5mm (usually holes). If expressed as percentage (for example: 80%) it will " -"be calculated on the perimeters speed setting above. Set to zero for auto." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3297 -msgid "Min length" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3298 -msgid "Min small perimeters length" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3300 -#, possible-c-format -msgid "" -"This set the threshold for small periemter length. Every loop with a length " -"lower than that will be printed at small perimeter speed\n" -"Can be a mm or a % of the nozzle diameter." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3310 -msgid "Max length" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3311 -msgid "Max small perimeters length" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3313 -#, possible-c-format -msgid "" -"This set the end of the threshold for small periemter length. Every " -"periemter loop lower than that will see their speed reduced a bit, from " -"their normal spee at this length down to small perimeter speed.\n" -"Can be a mm or a % of the nozzle diameter." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3323 -msgid "Min convex angle" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3324 -msgid "Curve smoothing minimum angle (convex)" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3326 -msgid "" -"Minimum (convex) angle at a vertex to enable smoothing (trying to create a " -"curve around the vertex). 180 : nothing will be smooth, 0 : all angles will " -"be smoothen." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3338 -msgid "Min concave angle" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3339 -msgid "Curve smoothing minimum angle (concave)" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3341 -msgid "" -"Minimum (concave) angle at a vertex to enable smoothing (trying to create a " -"curve around the vertex). 180 : nothing will be smooth, 0 : all angles will " -"be smoothen." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3352 -msgid "Precision" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3353 -msgid "Curve smoothing precision" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3355 -msgid "" -"These parameter allow the slicer to smooth the angles in each layer. The " -"precision will be at least the new precision of the curve. Set to 0 to " -"deactivate.\n" -"Note: as it use the polygon's edges and only work in the 2D planes, you must " -"have a very clean or hand-made 3D model.\n" -"It's really only useful to smoothen functional models or very wide angles." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3367 -msgid "cutoff" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3368 -msgid "Curve smoothing cutoff dist" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3370 -msgid "" -"Maximum distance between two points to allow adding new ones. Allow to avoid " -"distording long strait areas. 0 to disable." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3378 -msgid "Solid infill threshold area" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3380 -msgid "" -"Force solid infill for regions having a smaller area than the specified " -"threshold." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3381 src/libslic3r/PrintConfig.cpp:4305 -#: src/libslic3r/PrintConfig.cpp:4327 -msgid "mm²" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3387 -msgid "Solid infill extruder" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3389 -msgid "The extruder to use when printing solid infill." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3395 -msgid "Solid infill every" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3397 -msgid "" -"This feature allows to force a solid layer every given number of layers. " -"Zero to disable. You can set this to any value (for example 9999); Slic3r " -"will automatically choose the maximum possible number of layers to combine " -"according to nozzle diameter and layer height." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3408 -msgid "Solid infill width" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3410 -msgid "" -"Set this to a non-zero value to set a manual extrusion width for infill for " -"solid surfaces. If left zero, default extrusion width will be used if set, " -"otherwise 1.125 x nozzle diameter will be used. If expressed as percentage " -"(for example 110%) it will be computed over nozzle diameter." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3423 -msgid "Solid spacing" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3424 -msgid "Solid infill spacing" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3426 -msgid "" -"Like Solid infill width but spacing is the distance between two lines (as " -"they overlap a bit, it's not the same)." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3437 -msgid "Solid" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3438 -msgid "Solid infill speed" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3440 -msgid "" -"Speed for printing solid regions (top/bottom/internal horizontal shells). " -"This can be expressed as a percentage (for example: 80%) over the default " -"infill speed. Set to zero for auto." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3451 -msgid "Solid layers" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3453 -msgid "Number of solid layers to generate on top and bottom surfaces." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3459 src/libslic3r/PrintConfig.cpp:3460 -msgid "Minimum thickness of a top / bottom shell" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3466 -msgid "Spiral vase" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3468 -msgid "" -"This feature will raise Z gradually while printing a single-walled object in " -"order to remove any visible seam. This option requires a single perimeter, " -"no infill, no top solid layers and no support material. You can still set " -"any number of bottom solid layers as well as skirt/brim loops. It won't work " -"when printing more than one single object." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3476 -msgid "Temperature variation" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3477 -msgid "" -"Temperature difference to be applied when an extruder is not active. Enables " -"a full-height \"sacrificial\" skirt on which the nozzles are periodically " -"wiped." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3486 src/libslic3r/PrintConfig.cpp:3511 -msgid "Start G-code" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3488 -msgid "" -"This start procedure is inserted at the beginning, after bed has reached the " -"target temperature and extruder just started heating, and before extruder " -"has finished heating. If Slic3r detects M104 or M190 in your custom codes, " -"such commands will not be prepended automatically so you're free to " -"customize the order of heating commands and other custom actions. Note that " -"you can use placeholder variables for all Slic3r settings, so you can put a " -"\"M109 S[first_layer_temperature]\" command wherever you want.\n" -" placeholders: initial_extruder, total_layer_count, has_wipe_tower, " -"has_single_extruder_multi_material_priming, total_toolchanges, " -"bounding_box[minx,miny,maxx,maxy]" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3503 -msgid "Only custom Start G-code" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3505 -msgid "" -"Ensure that the slicer won't add heating, fan, extruder... commands before " -"or just after your start-gcode.If set to true, you have to write a good and " -"complete start_gcode, as no checks are made anymore." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3512 -msgid "Filament start G-code" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3514 -msgid "" -"This start procedure is inserted at the beginning, after any printer start " -"gcode (and after any toolchange to this filament in case of multi-material " -"printers). This is used to override settings for a specific filament. If " -"Slic3r detects M104, M109, M140 or M190 in your custom codes, such commands " -"will not be prepended automatically so you're free to customize the order of " -"heating commands and other custom actions. Note that you can use placeholder " -"variables for all Slic3r settings, so you can put a \"M109 " -"S[first_layer_temperature]\" command wherever you want. If you have multiple " -"extruders, the gcode is processed in extruder order." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3530 src/libslic3r/PrintConfig.cpp:3531 -msgid "Model rounding precision" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3533 -msgid "" -"This is the rounding error of the input object. It's used to align points " -"that should be in the same line. Put 0 to disable." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3542 -msgid "Color change G-code" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3543 -msgid "This G-code will be used as a code for the color change" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3551 -msgid "Pause Print G-code" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3552 -msgid "This G-code will be used as a code for the pause print" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3560 -msgid "Custom G-code" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3561 -msgid "This G-code will be used as a custom code" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3569 -msgid "Single Extruder Multi Material" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3571 -msgid "The printer multiplexes filaments into a single hot end." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3576 -msgid "Prime all printing extruders" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3578 -msgid "" -"If enabled, all printing extruders will be primed at the front edge of the " -"print bed at the start of the print." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3583 -msgid "No sparse layers (EXPERIMENTAL)" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3585 -msgid "" -"If enabled, the wipe tower will not be printed on layers with no " -"toolchanges. On layers with a toolchange, extruder will travel downward to " -"print the wipe tower. User is responsible for ensuring there is no collision " -"with the print." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3592 -msgid "Generate support material" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3594 -msgid "Enable support material generation." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3598 -msgid "Auto generated supports" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3600 -msgid "" -"If checked, supports will be generated automatically based on the overhang " -"threshold value. If unchecked, supports will be generated inside the " -"\"Support Enforcer\" volumes only." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3606 -msgid "XY separation between an object and its support" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3608 -msgid "" -"XY separation between an object and its support. If expressed as percentage " -"(for example 50%), it will be calculated over external perimeter width." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3618 -msgid "Pattern angle" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3619 -msgid "Support pattern angle" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3621 -msgid "" -"Use this setting to rotate the support material pattern on the horizontal " -"plane." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3631 src/libslic3r/PrintConfig.cpp:4906 -msgid "" -"Only create support if it lies on a build plate. Don't create support on a " -"print." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3636 -msgid "Type" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3637 -msgid "Support contact distance type" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3639 -msgid "" -"How to compute the vertical z-distance.\n" -"From filament: it use the nearest bit of the filament. When a bridge is " -"extruded, it goes below the current plane.\n" -"From plane: it use the plane-z. Same than 'from filament' if no 'bridge' is " -"extruded.\n" -"None: No z-offset. Useful for Soluble supports.\n" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3647 -msgid "From filament" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3648 -msgid "From plane" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3649 -msgid "None (soluble)" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3655 -msgid "Contact distance on top of supports" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3657 -#, possible-c-format -msgid "" -"The vertical distance between support material interface and the object(when " -"the object is printed on top of the support). Setting this to 0 will also " -"prevent Slic3r from using bridge flow and speed for the first object layer. " -"Can be a % of the extruding width used for the interface layers." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3670 -msgid "Contact distance under the bottom of supports" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3672 -#, possible-c-format -msgid "" -"The vertical distance between object and support material interface(when the " -"support is printed on top of the object). Can be a % of the extruding width " -"used for the interface layers." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3681 -msgid "Enforce support for the first" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3683 -msgid "" -"Generate support material for the specified number of layers counting from " -"bottom, regardless of whether normal support material is enabled or not and " -"regardless of any angle threshold. This is useful for getting more adhesion " -"of objects having a very thin or poor footprint on the build plate." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3688 -msgid "Enforce support for the first n layers" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3694 -msgid "Support material/raft/skirt extruder" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3696 -msgid "" -"The extruder to use when printing support material, raft and skirt (1+, 0 to " -"use the current extruder to minimize tool changes)." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3704 -msgid "Support material width" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3706 -msgid "" -"Set this to a non-zero value to set a manual extrusion width for support " -"material. If left zero, default extrusion width will be used if set, " -"otherwise nozzle diameter will be used. If expressed as percentage (for " -"example 110%) it will be computed over nozzle diameter." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3717 -msgid "Interface loops" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3719 -msgid "" -"Cover the top contact layer of the supports with loops. Disabled by default." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3724 -msgid "Support material/raft interface extruder" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3726 -msgid "" -"The extruder to use when printing support material interface (1+, 0 to use " -"the current extruder to minimize tool changes). This affects raft too." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3733 -msgid "Interface layers" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3735 -msgid "" -"Number of interface layers to insert between the object(s) and support " -"material." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3742 -msgid "Interface pattern spacing" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3744 -msgid "Spacing between interface lines. Set zero to get a solid interface." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3751 -msgid "Interface" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3752 -msgid "Support interface speed" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3754 -msgid "" -"Speed for printing support material interface layers. If expressed as " -"percentage (for example 50%) it will be calculated over support material " -"speed." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3764 -msgid "Support pattern" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3766 -msgid "Pattern used to generate support material." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3772 -msgid "Rectilinear grid" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3779 -msgid "Support interface pattern" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3781 -msgid "Pattern for interface layer." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3801 -msgid "Pattern spacing" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3803 -msgid "Spacing between support material lines." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3811 -msgid "Support speed" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3813 -msgid "Speed for printing support material." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3820 -msgid "Synchronize with object layers" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3822 -msgid "" -"Synchronize support layers with the object print layers. This is useful with " -"multi-material printers, where the extruder switch is expensive." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3828 -msgid "Overhang threshold" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3830 -msgid "" -"Support material will not be generated for overhangs whose slope angle (90° " -"= vertical) is above the given threshold. In other words, this value " -"represent the most horizontal slope (measured from the horizontal plane) " -"that you can print without support material. Set to zero for automatic " -"detection (recommended)." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3842 -msgid "With sheath around the support" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3844 -msgid "" -"Add a sheath (a single perimeter line) around the base support. This makes " -"the support more reliable, but also more difficult to remove." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3853 -msgid "" -"Extruder nozzle temperature for layers after the first one. Set this to zero " -"to disable temperature control commands in the output G-code." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3856 -msgid "Nozzle temperature" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3864 -msgid "" -"Override the temperature of the extruder. Avoid doing too many changes, it " -"won't stop for cooling/heating. 0 to disable. May only works on Height range " -"modifiers." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3869 -msgid "Z-lift override" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3871 -msgid "" -"Set the new lift-z value for this override. 0 will disable the z-lift. -& to " -"disable. May only works on Height range modifiers." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3877 src/libslic3r/PrintConfig.cpp:3878 -msgid "Overlapping external perimeter" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3880 -msgid "" -"Allow outermost perimeter to overlap itself to avoid the use of thin walls. " -"Note that their flow isn't adjusted and so it will result in over-extruding " -"and undefined behavior." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3885 src/libslic3r/PrintConfig.cpp:3886 -msgid "Overlapping all perimeters" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3888 -msgid "Allow all perimeters to overlap, instead of just external ones." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3893 src/libslic3r/PrintConfig.cpp:3894 -#: src/libslic3r/PrintConfig.cpp:3934 -msgid "Thin walls" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3896 -msgid "" -"Detect single-width walls (parts where two extrusions don't fit and we need " -"to collapse them into a single trace). If unchecked, slic3r may try to fit " -"perimeters where it's not possible, creating some overlap leading to over-" -"extrusion." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3903 -msgid "Min width" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3904 -msgid "Thin walls min width" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3906 -msgid "" -"Minimum width for the extrusion to be extruded (widths lower than the nozzle " -"diameter will be over-extruded at the nozzle diameter). If expressed as " -"percentage (for example 110%) it will be computed over nozzle diameter. The " -"default behavior of slic3r and slic3rPE is with a 33% value. Put 100% to " -"avoid any sort of over-extrusion." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3915 -msgid "Overlap" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3916 -msgid "Thin wall overlap" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3918 -msgid "" -"Overlap between the thin wall and the perimeters. Can be a % of the external " -"perimeter width (default 50%)" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3925 -msgid "Merging with perimeters" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3926 -msgid "Thin wall merge" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3928 -msgid "" -"Allow the external perimeter to merge the thin walls in the path. You can " -"deactivate it if you use thin walls as a custom support, to reduce adhesion " -"a little bit." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3935 -msgid "Thin walls speed" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3937 -msgid "" -"Speed for thin wall (external extrusion that are alone because the obect is " -"too thin at these places)." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3944 -msgid "Threads" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3945 -msgid "" -"Threads are used to parallelize long-running tasks. Optimal threads number " -"is slightly above the number of available cores/processors." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3956 -msgid "Time estimation compensation" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3958 -#, possible-c-format -msgid "" -"This setting allow you to modify the time estiamtion by a % amount. As " -"slic3r only use the marlin algorithm, it's not precise enough if an other " -"firmware is used." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3965 -msgid "Tool change G-code" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3967 -msgid "" -"This custom code is inserted at every extruder change. If you don't leave " -"this empty, you are expected to take care of the toolchange yourself - " -"slic3r will not output any other G-code to change the filament. You can use " -"placeholder variables for all Slic3r settings as well as [previous_extruder] " -"and [next_extruder], so e.g. the standard toolchange command can be scripted " -"as T[next_extruder].!! Warning !!: if any charater is written here, slic3r " -"won't output any toochange command by itself." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3979 -msgid "Tool name" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3981 -msgid "" -"Only used for klipper, where you can name the extruder. If not set, will be " -"'extruderX' with 'X' replaced by the extruder number." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:3988 -msgid "" -"Set this to a non-zero value to set a manual extrusion width for infill for " -"top surfaces. You may want to use thinner extrudates to fill all narrow " -"regions and get a smoother finish. If left zero, default extrusion width " -"will be used if set, otherwise nozzle diameter will be used. If expressed as " -"percentage (for example 110%) it will be computed over nozzle diameter." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4002 -msgid "Top solid spacing" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4004 -msgid "" -"Like Top solid infill width but spacing is the distance between two lines " -"(as they overlap a bit, it's not the same)." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4015 -msgid "Top solid" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4016 -msgid "Top solid speed" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4018 -msgid "" -"Speed for printing top solid layers (it only applies to the uppermost " -"external layers and not to their internal solid layers). You may want to " -"slow down this to get a nicer surface finish. This can be expressed as a " -"percentage (for example: 80%) over the solid infill speed above. Set to zero " -"for auto." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4032 -msgid "Top layers" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4034 -msgid "Number of solid layers to generate on top surfaces." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4035 -msgid "Top solid layers" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4043 -msgid "" -"The number of top solid layers is increased above top_solid_layers if " -"necessary to satisfy minimum thickness of top shell. This is useful to " -"prevent pillowing effect when printing with variable layer height." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4046 -msgid "Minimum top shell thickness" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4053 -msgid "Travel speed" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4055 -msgid "Speed for travel moves (jumps between distant extrusion points)." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4063 -msgid "Z Travel" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4064 -msgid "Z travel speed" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4066 -msgid "" -"Speed for movements along the Z axis.\n" -"When set to zero, this value is ignored and regular travel speed is used " -"instead." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4075 -msgid "Use firmware retraction" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4077 -msgid "" -"This experimental setting uses G10 and G11 commands to have the firmware " -"handle the retraction. This is only supported in recent Marlin." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4083 -msgid "Use relative E distances" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4085 -msgid "" -"If your firmware requires relative E values, check this, otherwise leave it " -"unchecked. Most firmwares use absolute values." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4091 -msgid "Use volumetric E" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4093 -msgid "" -"This experimental setting uses outputs the E values in cubic millimeters " -"instead of linear millimeters. If your firmware doesn't already know " -"filament diameter(s), you can put commands like 'M200 D[filament_diameter_0] " -"T0' in your start G-code in order to turn volumetric mode on and use the " -"filament diameter associated to the filament selected in Slic3r. This is " -"only supported in recent Marlin." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4103 -msgid "Enable variable layer height feature" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4105 -msgid "" -"Some printers or printer setups may have difficulties printing with a " -"variable layer height. Enabled by default." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4111 -msgid "Wipe while retracting" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4113 -msgid "" -"This flag will move the nozzle while retracting to minimize the possible " -"blob on leaky extruders." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4120 -msgid "Enable wipe tower" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4122 -msgid "" -"Multi material printers may need to prime or purge extruders on tool " -"changes. Extrude the excess material into the wipe tower." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4128 -msgid "Purging volumes - load/unload volumes" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4129 -msgid "" -"This vector saves required volumes to change from/to each tool used on the " -"wipe tower. These values are used to simplify creation of the full purging " -"volumes below. " -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4135 -msgid "Purging volumes - matrix" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4136 -msgid "" -"This matrix describes volumes (in cubic milimetres) required to purge the " -"new filament on the wipe tower for any given pair of tools. " -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4146 -msgid "Enable advanced wiping volume" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4147 -#, possible-c-format -msgid "" -"Allow slic3r to compute the purge volume via smart computations. Use the " -"pigment% of each filament and following parameters" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4152 -msgid "Nozzle volume" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4153 -msgid "" -"The volume of melted plastic inside your nozlle. Used by 'advanced wiping'." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4154 src/libslic3r/PrintConfig.cpp:4170 -msgid "mm3" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4159 -msgid "Pigment percentage" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4160 -msgid "" -"The pigment % for this filament (bewteen 0 and 1, 1=100%). 0 for translucent/" -"natural, 0.2-0.5 for white and 1 for black." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4167 -msgid "Multiplier" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4168 -msgid "Auto-wipe multiplier" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4169 -msgid "" -"The volume multiplier used to compute the final volume to extrude by the " -"algorithm." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4177 -msgid "Auto-wipe algorithm" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4178 -msgid "" -"Algo for the advanced wipe.\n" -"Linear : volume = nozzle + volume_mult * (pigmentBefore-pigmentAfter)\n" -"Quadratic: volume = nozzle + volume_mult * (pigmentBefore-pigmentAfter)+ " -"volume_mult * (pigmentBefore-pigmentAfter)^3\n" -"Hyperbola: volume = nozzle + volume_mult * (0.5+pigmentBefore) / " -"(0.5+pigmentAfter)" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4186 -msgid "Linear" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4187 -msgid "Quadratric" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4188 -msgid "Hyperbola" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4193 -msgid "Wipe tower brim width" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4194 -#, possible-c-format -msgid "" -"Width of the brim for the wipe tower. Can be in mm of in % of the (assumed) " -"only one nozzle diameter." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4200 src/libslic3r/PrintConfig.cpp:4575 -msgid "X" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4201 -msgid "Wipe tower X" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4202 -msgid "X coordinate of the left front corner of a wipe tower" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4208 src/libslic3r/PrintConfig.cpp:4581 -msgid "Y" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4209 -msgid "Wipe tower Y" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4210 -msgid "Y coordinate of the left front corner of a wipe tower" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4217 -msgid "Wipe tower Width" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4218 -msgid "Width of a wipe tower" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4224 -msgid "Wipe tower rotation angle" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4225 -msgid "Wipe tower rotation angle with respect to x-axis." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4232 -msgid "Wipe into this object's infill" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4233 -msgid "" -"Purging after toolchange will done inside this object's infills. This lowers " -"the amount of waste but may result in longer print time due to additional " -"travel moves." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4240 -msgid "Wipe into this object" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4241 -msgid "" -"Object will be used to purge the nozzle after a toolchange to save material " -"that would otherwise end up in the wipe tower and decrease print time. " -"Colours of the objects will be mixed as a result." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4248 -msgid "Extra Wipe for external perimeters" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4249 -msgid "" -"When the external perimeter loop extrusion end, a wipe is done, going a bit " -"inside the print. The number put in this setting increase the wipe by moving " -"the nozzle again along the loop before the final wipe." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4257 -msgid "Maximal bridging distance" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4258 -msgid "Maximal distance between supports on sparse infill sections. " -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4264 -msgid "Outer" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4265 -msgid "Outer XY size compensation" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4267 -msgid "" -"The object will be grown/shrunk in the XY plane by the configured value " -"(negative = inwards, positive = outwards). This might be useful for fine-" -"tuning sizes.\n" -"This one only applies to the 'exterior' shell of the object.\n" -" !!! it's recommended you put the same value into the 'Inner XY size " -"compensation', unless you are sure you don't have horizontal holes. !!! " -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4276 -msgid "Inner" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4277 -msgid "Inner XY size compensation" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4279 -msgid "" -"The object will be grown/shrunk in the XY plane by the configured value " -"(negative = inwards, positive = outwards). This might be useful for fine-" -"tuning sizes.\n" -"This one only applies to the 'inner' shell of the object (!!! horizontal " -"holes break the shell !!!)" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4287 -msgid "XY compensation" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4288 -msgid "XY holes compensation" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4290 -msgid "" -"The convex holes will be grown / shrunk in the XY plane by the configured " -"value (negative = inwards, positive = outwards, should be negative as the " -"holes are always a bit smaller irl). This might be useful for fine-tuning " -"hole sizes.\n" -"This setting behave the same as 'Inner XY size compensation' but only for " -"convex shapes. It's added to 'Inner XY size compensation', it does not " -"replace it. " -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4299 -msgid "Threshold" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4300 -msgid "XY holes threshold" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4302 -msgid "" -"Maximum area for the hole where the hole_size_compensation will apply fully. " -"After that, it will decraese down to 0 for four time this area. Set to 0 to " -"let the hole_size_compensation apply fully for all detected holes" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4310 src/libslic3r/PrintConfig.cpp:4311 -msgid "Convert round holes to polyholes" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4313 -msgid "" -"Search for almost-circular holes that span more than one layer and convert " -"the geometry to polyholes. Use the nozzle size and the (biggest) diameter to " -"compute the polyhole.\n" -"See http://hydraraptor.blogspot.com/2011/02/polyholes.html" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4320 -msgid "Roundness margin" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4321 -msgid "Polyhole detection margin" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4323 -#, possible-c-format -msgid "" -"Maximum defection of a point to the estimated radius of the circle.\n" -"As cylinder are often exported as triangles of varying size, point may not " -"be on the circle circumference. This setting allow you some leway to browden " -"the detection.\n" -"In mm or in % of the radius." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4332 -msgid "Z offset" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4334 -msgid "" -"This value will be added (or subtracted) from all the Z coordinates in the " -"output G-code. It is used to compensate for bad Z endstop position: for " -"example, if your endstop zero actually leaves the nozzle 0.3mm far from the " -"print bed, set this to -0.3 (or fix your endstop)." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4343 -msgid "Z full step" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4344 -msgid "" -"Set this to the height moved when your Z motor (or equivalent) turns one " -"step.If your motor needs 200 steps to move your head/plater by 1mm, this " -"field have to be 1/200 = 0.005.\n" -"Note that the gcode will write the z values with 6 digits after the dot if " -"z_step is set (it's 3 digits if it's disabled).\n" -"Put 0 to disable." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4448 -msgid "Milling cutter" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4450 -msgid "" -"The milling cutter to use (unless more specific extruder settings are " -"specified). " -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4464 -msgid "Milling diameter" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4466 -msgid "This is the diameter of your cutting tool." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4472 -msgid "Tool offset" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4483 -msgid "Tool z offset" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4485 -msgid "." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4491 -msgid "Tool z lift" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4493 -msgid "Amount of lift for travel." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4499 -msgid "G-Code to switch to this toolhead" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4501 -msgid "" -"Put here the gcode to change the toolhead (called after the g-code " -"T[next_extruder]). You have access to [next_extruder] and " -"[previous_extruder]. next_extruder is the 'extruder number' of the new " -"milling tool, it's equal to the index (begining at 0) of the milling tool " -"plus the number of extruders. previous_extruder is the 'extruder number' of " -"the previous tool, it may be a normal extruder, if it's below the number of " -"extruders. The number of extruder is available at [extruder] and the number " -"of milling tool is available at [milling_cutter]." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4509 -msgid "G-Code to switch from this toolhead" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4511 -msgid "" -"Put here the gcode to end the toolhead action, like stopping the spindle. " -"You have access to [next_extruder] and [previous_extruder]. " -"previous_extruder is the 'extruder number' of the current milling tool, it's " -"equal to the index (begining at 0) of the milling tool plus the number of " -"extruders. next_extruder is the 'extruder number' of the next tool, it may " -"be a normal extruder, if it's below the number of extruders. The number of " -"extruder is available at [extruder]and the number of milling tool is " -"available at [milling_cutter]." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4519 -msgid "Milling post-processing" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4521 -msgid "" -"If activated, at the end of each layer, the printer will switch to a milling " -"head and mill the external perimeters.\n" -"You should set the 'Milling extra XY size' to a value high enough to have " -"enough plastic to mill. Also, be sure that your piece is firmly glued to the " -"bed." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4527 -msgid "Milling extra XY size" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4529 -msgid "" -"This increase the size of the object by a certain amount to have enough " -"plastic to mill. You can set a number of mm or a percentage of the " -"calculated optimal extra width (from flow calculation)." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4537 -msgid "Milling only after" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4539 -#, possible-c-format -msgid "" -"This setting restrict the post-process milling to a certain height, to avoid " -"milling the bed. It can be a mm of a % of the first layer height (so it can " -"depends of the object)." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4546 -msgid "Milling Speed" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4548 -msgid "Speed for milling tool." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4562 -msgid "Display width" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4563 -msgid "Width of the display" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4568 -msgid "Display height" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4569 -msgid "Height of the display" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4574 -msgid "Number of pixels in" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4576 -msgid "Number of pixels in X" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4582 -msgid "Number of pixels in Y" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4587 -msgid "Display horizontal mirroring" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4588 -msgid "Mirror horizontally" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4589 -msgid "Enable horizontal mirroring of output images" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4594 -msgid "Display vertical mirroring" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4595 -msgid "Mirror vertically" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4596 -msgid "Enable vertical mirroring of output images" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4601 -msgid "Display orientation" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4602 -msgid "" -"Set the actual LCD display orientation inside the SLA printer. Portrait mode " -"will flip the meaning of display width and height parameters and the output " -"images will be rotated by 90 degrees." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4608 -msgid "Landscape" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4609 -msgid "Portrait" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4614 -msgid "Fast" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4615 -msgid "Fast tilt" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4616 -msgid "Time of the fast tilt" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4623 -msgid "Slow" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4624 -msgid "Slow tilt" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4625 -msgid "Time of the slow tilt" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4632 -msgid "Area fill" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4633 -msgid "" -"The percentage of the bed area. \n" -"If the print area exceeds the specified value, \n" -"then a slow tilt will be used, otherwise - a fast tilt" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4640 src/libslic3r/PrintConfig.cpp:4641 -#: src/libslic3r/PrintConfig.cpp:4642 -msgid "Printer scaling correction" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4648 src/libslic3r/PrintConfig.cpp:4649 -msgid "Printer absolute correction" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4650 -msgid "" -"Will inflate or deflate the sliced 2D polygons according to the sign of the " -"correction." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4656 -msgid "minimum width" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4658 -msgid "" -"Minimum width of features to maintain when doing the first layer " -"compensation." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4665 src/libslic3r/PrintConfig.cpp:4666 -msgid "Printer gamma correction" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4667 -msgid "" -"This will apply a gamma correction to the rasterized 2D polygons. A gamma " -"value of zero means thresholding with the threshold in the middle. This " -"behaviour eliminates antialiasing without losing holes in polygons." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4679 src/libslic3r/PrintConfig.cpp:4680 -msgid "SLA material type" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4691 src/libslic3r/PrintConfig.cpp:4692 -msgid "Initial layer height" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4698 src/libslic3r/PrintConfig.cpp:4699 -msgid "Bottle volume" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4700 -msgid "ml" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4705 src/libslic3r/PrintConfig.cpp:4706 -msgid "Bottle weight" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4707 -msgid "kg" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4714 -msgid "g/ml" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4721 -msgid "money/bottle" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4726 -msgid "Faded layers" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4727 -msgid "" -"Number of the layers needed for the exposure time fade from initial exposure " -"time to the exposure time" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4734 src/libslic3r/PrintConfig.cpp:4735 -msgid "Minimum exposure time" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4742 src/libslic3r/PrintConfig.cpp:4743 -msgid "Maximum exposure time" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4750 src/libslic3r/PrintConfig.cpp:4751 -msgid "Exposure time" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4757 src/libslic3r/PrintConfig.cpp:4758 -msgid "Minimum initial exposure time" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4765 src/libslic3r/PrintConfig.cpp:4766 -msgid "Maximum initial exposure time" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4773 src/libslic3r/PrintConfig.cpp:4774 -msgid "Initial exposure time" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4780 src/libslic3r/PrintConfig.cpp:4781 -msgid "Correction for expansion" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4787 -msgid "SLA print material notes" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4788 -msgid "You can put your notes regarding the SLA print material here." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4800 src/libslic3r/PrintConfig.cpp:4811 -msgid "Default SLA material profile" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4822 -msgid "Generate supports" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4824 -msgid "Generate supports for the models" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4829 -msgid "Pinhead front diameter" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4831 -msgid "Diameter of the pointing side of the head" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4838 -msgid "Head penetration" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4840 -msgid "How much the pinhead has to penetrate the model surface" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4847 -msgid "Pinhead width" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4849 -msgid "Width from the back sphere center to the front sphere center" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4857 -msgid "Pillar diameter" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4859 -msgid "Diameter in mm of the support pillars" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4867 -msgid "Small pillar diameter percent" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4869 -msgid "" -"The percentage of smaller pillars compared to the normal pillar diameter " -"which are used in problematic areas where a normal pilla cannot fit." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4878 -msgid "Max bridges on a pillar" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4880 -msgid "" -"Maximum number of bridges that can be placed on a pillar. Bridges hold " -"support point pinheads and connect to pillars as small branches." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4888 -msgid "Pillar connection mode" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4889 -msgid "" -"Controls the bridge type between two neighboring pillars. Can be zig-zag, " -"cross (double zig-zag) or dynamic which will automatically switch between " -"the first two depending on the distance of the two pillars." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4897 -msgid "Zig-Zag" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4898 -msgid "Cross" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4899 -msgid "Dynamic" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4911 -msgid "Pillar widening factor" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4913 -msgid "" -"Merging bridges or pillars into another pillars can increase the radius. " -"Zero means no increase, one means full increase." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4922 -msgid "Support base diameter" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4924 -msgid "Diameter in mm of the pillar base" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4932 -msgid "Support base height" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4934 -msgid "The height of the pillar base cone" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4941 -msgid "Support base safety distance" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4944 -msgid "" -"The minimum distance of the pillar base from the model in mm. Makes sense in " -"zero elevation mode where a gap according to this parameter is inserted " -"between the model and the pad." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4954 -msgid "Critical angle" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4956 -msgid "The default angle for connecting support sticks and junctions." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4964 -msgid "Max bridge length" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4966 -msgid "The max length of a bridge" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4973 -msgid "Max pillar linking distance" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4975 -msgid "" -"The max distance of two pillars to get linked with each other. A zero value " -"will prohibit pillar cascading." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4985 -msgid "" -"How much the supports should lift up the supported object. If this value is " -"zero, the bottom of the model geometry will be considered as part of the pad." -"If \"Pad around object\" is enabled, this value is ignored." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:4998 -msgid "This is a relative measure of support points density." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:5004 -msgid "Minimal distance of the support points" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:5006 -msgid "No support points will be placed closer than this threshold." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:5012 -msgid "Use pad" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:5014 -msgid "Add a pad underneath the supported model" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:5019 -msgid "Pad wall thickness" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:5021 -msgid "The thickness of the pad and its optional cavity walls." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:5029 -msgid "Pad wall height" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:5030 -msgid "" -"Defines the pad cavity depth. Set to zero to disable the cavity. Be careful " -"when enabling this feature, as some resins may produce an extreme suction " -"effect inside the cavity, which makes peeling the print off the vat foil " -"difficult." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:5043 -msgid "Pad brim size" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:5044 -msgid "How far should the pad extend around the contained geometry" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:5054 -msgid "Max merge distance" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:5056 -msgid "" -"Some objects can get along with a few smaller pads instead of a single big " -"one. This parameter defines how far the center of two smaller pads should " -"be. If theyare closer, they will get merged into one pad." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:5076 -msgid "Pad wall slope" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:5078 -msgid "" -"The slope of the pad wall relative to the bed plane. 90 degrees means " -"straight walls." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:5089 -msgid "Create pad around object and ignore the support elevation" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:5094 -msgid "Pad around object everywhere" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:5096 -msgid "Force pad around object everywhere" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:5101 -msgid "Pad object gap" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:5103 -msgid "" -"The gap between the object bottom and the generated pad in zero elevation " -"mode." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:5112 -msgid "Pad object connector stride" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:5114 -msgid "" -"Distance between two connector sticks which connect the object and the " -"generated pad." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:5121 -msgid "Pad object connector width" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:5123 -msgid "" -"Width of the connector sticks which connect the object and the generated pad." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:5130 -msgid "Pad object connector penetration" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:5133 -msgid "How much should the tiny connectors penetrate into the model body." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:5140 -msgid "Enable hollowing" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:5142 -msgid "Hollow out a model to have an empty interior" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:5147 -msgid "Wall thickness" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:5149 -msgid "Minimum wall thickness of a hollowed model." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:5157 -msgid "Accuracy" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:5159 -msgid "" -"Performance vs accuracy of calculation. Lower values may produce unwanted " -"artifacts." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:5169 -msgid "" -"Hollowing is done in two steps: first, an imaginary interior is calculated " -"deeper (offset plus the closing distance) in the object and then it's " -"inflated back to the specified offset. A greater closing distance makes the " -"interior more rounded. At zero, the interior will resemble the exterior the " -"most." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:5182 -msgid "Output Format" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:5183 -msgid "Select the output format for this printer." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:5187 -msgid "Masked CWS" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:5188 -msgid "Prusa SL1" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6282 -msgid "Export OBJ" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6283 -msgid "Export the model(s) as OBJ." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6295 -msgid "Export SLA" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6296 -msgid "Slice the model and export SLA printing layers as PNG." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6301 -msgid "Export 3MF" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6302 -msgid "Export the model(s) as 3MF." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6306 -msgid "Export AMF" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6307 -msgid "Export the model(s) as AMF." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6311 -msgid "Export STL" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6312 -msgid "Export the model(s) as STL." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6317 -msgid "Slice the model and export toolpaths as G-code." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6322 -msgid "G-code viewer" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6323 -msgid "Visualize an already sliced and saved G-code" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6328 -msgid "Slice" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6329 -msgid "" -"Slice the model as FFF or SLA based on the printer_technology configuration " -"value." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6334 -msgid "Help" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6335 -msgid "Show this help." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6340 -msgid "Help (FFF options)" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6341 -msgid "Show the full list of print/G-code configuration options." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6345 -msgid "Help (SLA options)" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6346 -msgid "Show the full list of SLA print configuration options." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6350 -msgid "Output Model Info" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6351 -msgid "Write information about the model to the console." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6355 -msgid "Save config file" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6356 -msgid "Save configuration to the specified file." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6366 -msgid "Align XY" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6367 -msgid "Align the model to the given point." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6372 -msgid "Cut model at the given Z." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6396 -msgid "Center" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6397 -msgid "Center the print around the given center." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6401 -msgid "Don't arrange" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6402 -msgid "" -"Do not rearrange the given models before merging and keep their original XY " -"coordinates." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6405 -msgid "Duplicate" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6406 -msgid "Multiply copies by this factor." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6410 -msgid "Duplicate by grid" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6411 -msgid "Multiply copies by creating a grid." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6415 -msgid "" -"Arrange the supplied models in a plate and merge them in a single model in " -"order to perform actions once." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6420 -msgid "" -"Try to repair any non-manifold meshes (this option is implicitly added " -"whenever we need to slice the model to perform the requested action)." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6424 -msgid "Rotation angle around the Z axis in degrees." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6428 -msgid "Rotate around X" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6429 -msgid "Rotation angle around the X axis in degrees." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6433 -msgid "Rotate around Y" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6434 -msgid "Rotation angle around the Y axis in degrees." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6439 -msgid "Scaling factor or percentage." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6444 -msgid "" -"Detect unconnected parts in the given model(s) and split them into separate " -"objects." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6447 -msgid "Scale to Fit" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6448 -msgid "Scale to fit the given volume." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6457 -msgid "Ignore non-existent config files" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6458 -msgid "Do not fail if a file supplied to --load does not exist." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6461 -msgid "Load config file" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6462 -msgid "" -"Load configuration from the specified file. It can be used more than once to " -"load options from multiple files." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6465 -msgid "Output File" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6466 -msgid "" -"The file where the output will be written (if not specified, it will be " -"based on the input file)." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6470 -msgid "Single instance mode" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6471 -msgid "" -"If enabled, the command line arguments are sent to an existing instance of " -"GUI " -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6482 -msgid "Data directory" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6483 -msgid "" -"Load and store settings at the given directory. This is useful for " -"maintaining different profiles or including configurations from a network " -"storage." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6486 -msgid "Logging level" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6487 -msgid "" -"Sets logging sensitivity. 0:fatal, 1:error, 2:warning, 3:info, 4:debug, 5:" -"trace\n" -"For example. loglevel=2 logs fatal, error and warning level messages." -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6493 -msgid "Render with a software renderer" -msgstr "" - -#: src/libslic3r/PrintConfig.cpp:6494 -msgid "" -"Render with a software renderer. The bundled MESA software renderer is " -"loaded instead of the default OpenGL driver." -msgstr "" - -#: src/libslic3r/PrintObject.cpp:115 -msgid "Processing triangulated mesh" -msgstr "" - -#: src/libslic3r/PrintObject.cpp:277 -msgid "Generating perimeters" -msgstr "" - -#: src/libslic3r/PrintObject.cpp:395 -msgid "Preparing infill" -msgstr "" - -#: src/libslic3r/PrintObject.cpp:581 -msgid "Generating support material" -msgstr "" - -#: src/libslic3r/SLA/Pad.cpp:532 -msgid "Pad brim size is too small for the current configuration." -msgstr "" - -#: src/libslic3r/SLAPrint.cpp:630 -msgid "" -"Cannot proceed without support points! Add support points or disable support " -"generation." -msgstr "" - -#: src/libslic3r/SLAPrint.cpp:642 -msgid "" -"Elevation is too low for object. Use the \"Pad around object\" feature to " -"print the object without elevation." -msgstr "" - -#: src/libslic3r/SLAPrint.cpp:648 -msgid "" -"The endings of the support pillars will be deployed on the gap between the " -"object and the pad. 'Support base safety distance' has to be greater than " -"the 'Pad object gap' parameter to avoid this." -msgstr "" - -#: src/libslic3r/SLAPrint.cpp:663 -msgid "Exposition time is out of printer profile bounds." -msgstr "" - -#: src/libslic3r/SLAPrint.cpp:670 -msgid "Initial exposition time is out of printer profile bounds." -msgstr "" - -#: src/libslic3r/SLAPrint.cpp:792 -msgid "Slicing done" -msgstr "" - -#: src/libslic3r/SLAPrintSteps.cpp:44 -msgid "Hollowing model" -msgstr "" - -#: src/libslic3r/SLAPrintSteps.cpp:45 -msgid "Drilling holes into model." -msgstr "" - -#: src/libslic3r/SLAPrintSteps.cpp:46 -msgid "Slicing model" -msgstr "" - -#: src/libslic3r/SLAPrintSteps.cpp:47 src/libslic3r/SLAPrintSteps.cpp:361 -msgid "Generating support points" -msgstr "" - -#: src/libslic3r/SLAPrintSteps.cpp:48 -msgid "Generating support tree" -msgstr "" - -#: src/libslic3r/SLAPrintSteps.cpp:49 -msgid "Generating pad" -msgstr "" - -#: src/libslic3r/SLAPrintSteps.cpp:50 -msgid "Slicing supports" -msgstr "" - -#: src/libslic3r/SLAPrintSteps.cpp:65 -msgid "Merging slices and calculating statistics" -msgstr "" - -#: src/libslic3r/SLAPrintSteps.cpp:66 -msgid "Rasterizing layers" -msgstr "" - -#: src/libslic3r/SLAPrintSteps.cpp:192 -msgid "Too many overlapping holes." -msgstr "" - -#: src/libslic3r/SLAPrintSteps.cpp:201 -msgid "" -"Drilling holes into the mesh failed. This is usually caused by broken model. " -"Try to fix it first." -msgstr "" - -#: src/libslic3r/SLAPrintSteps.cpp:247 -msgid "" -"Slicing had to be stopped due to an internal error: Inconsistent slice index." -msgstr "" - -#: src/libslic3r/SLAPrintSteps.cpp:413 src/libslic3r/SLAPrintSteps.cpp:422 -#: src/libslic3r/SLAPrintSteps.cpp:461 -msgid "Visualizing supports" -msgstr "" - -#: src/libslic3r/SLAPrintSteps.cpp:453 -msgid "No pad can be generated for this model with the current configuration" -msgstr "" - -#: src/libslic3r/SLAPrintSteps.cpp:621 -msgid "" -"There are unprintable objects. Try to adjust support settings to make the " -"objects printable." -msgstr "" - -#: src/libslic3r/Zipper.cpp:27 -msgid "Error with zip archive" -msgstr "" diff --git a/resources/localization/pom_merger.py b/resources/localization/pom_merger.py index 86b5c2480..d8d44c4b0 100644 --- a/resources/localization/pom_merger.py +++ b/resources/localization/pom_merger.py @@ -1,6 +1,13 @@ import re from datetime import date +try: + from Levenshtein import distance as levenshtein_distance +except ImportError: + print("you need to do 'python -m pip install python-Levenshtein'"); + exit(0); + + datastore = dict(); datastore_trim = dict();# key:string -> TranslationLine @@ -8,6 +15,11 @@ regex_only_letters = re.compile(r"[^a-zA-Z]") allow_msgctxt = True; ignore_case = False; remove_comment = False; +percent_error_similar = 0 +language_code = "??" +language = "" +max_similar = 3; +database_out = ""; def trim(str): redo = True; @@ -37,6 +49,7 @@ class TranslationFiles: file_in = "" file_out = "" file_todo = "" + database = "" class TranslationLine: header_comment = "" @@ -48,6 +61,7 @@ class TranslationLine: def main(): global datastore, datastore_trim, regex_only_letters, allow_msgctxt, ignore_case, remove_comment; + global percent_error_similar, language, language_code, max_similar, database_out; data_files = list(); # list of file paths ui_dir = ""; operations = list(); # list of TranslationFiles @@ -55,7 +69,10 @@ def main(): lines = settings_stream.read().splitlines() for line in lines: if line.startswith("data"): - data_files.append(line[line.index('=')+1:].strip()); + if line.startswith("database_out"): + database_out = line[line.index('=')+1:].strip(); + else: + data_files.append(line[line.index('=')+1:].strip()); if line.startswith("input"): operations.append(TranslationFiles()); @@ -67,6 +84,7 @@ def main(): if line.startswith("todo") and operations: operations[-1].file_todo = line[line.index('=')+1:].strip(); + if line.startswith("ui_dir"): ui_dir = line[line.index('=')+1:].strip(); @@ -82,27 +100,45 @@ def main(): remove_comment = (line[line.index('=')+1:].strip().lower() == "true"); if remove_comment: print("Will not output the comments"); + + if line.startswith("percent_error_similar"): + percent_error_similar = float(line[line.index('=')+1:].strip()); + print("percent_error_similar set to " + str(percent_error_similar)); + + if line.startswith("max_similar"): + max_similar = int(line[line.index('=')+1:].strip()); + print("max_similar set to " + str(max_similar)); + + if line.startswith("language"): + if line.startswith("language_code"): + language_code = line[line.index('=')+1:].strip(); + print("language_code set to " + language_code); + else: + language = line[line.index('=')+1:].strip(); + print("language set to " + language); + # all_lines = list(); for data_file in data_files: new_data = createKnowledge(data_file); for dataline in new_data: - if not dataline.msgid in datastore: - datastore[dataline.msgid] = dataline; - datastore_trim[trim(dataline.msgid)] = dataline; - if dataline.msgid == " Layers,": - print(trim(dataline.msgid)+" is inside? "+("oui" if "Layers" in datastore_trim else "non")); - else: - str_old_val = datastore[dataline.msgid].msgstr; - str_test_val = dataline.msgstr; - length_old = len(regex_only_letters.sub("", str_old_val)); - length_new = len(regex_only_letters.sub("", str_test_val)); - # if already exist, only change it if the previous was lower than 3 char - if length_new > length_old and length_old < 3: - print(str_old_val.replace('\n', ' ')+" replaced by "+str_test_val.replace('\n', ' ')); - datastore[dataline.msgid].msgstr = str_test_val; - datastore_trim[trim(dataline.msgid)].msgstr = str_test_val; + if len(dataline.msgstr) > 0: + if not dataline.msgid in datastore: + datastore[dataline.msgid] = dataline; + datastore_trim[trim(dataline.msgid)] = dataline; + if dataline.msgid == " Layers,": + print(trim(dataline.msgid)+" is inside? "+("oui" if "Layers" in datastore_trim else "non")); + else: + str_old_val = datastore[dataline.msgid].msgstr; + str_test_val = dataline.msgstr; + length_old = len(regex_only_letters.sub("", str_old_val)); + length_new = len(regex_only_letters.sub("", str_test_val)); + # if already exist, only change it if the previous was lower than 3 char + if length_new > length_old and length_old < 3: + print(str_old_val.replace('\n', ' ')+" replaced by "+str_test_val.replace('\n', ' ')); + datastore[dataline.msgid].msgstr = str_test_val; + datastore_trim[trim(dataline.msgid)].msgstr = str_test_val; print("finish reading" + data_file + " of size "+ str(len(new_data)) + ", now we had "+ str(len(datastore)) + " items"); if ignore_case: @@ -155,6 +191,10 @@ def main(): dict_ope[dataline.msgid] = dataline; ope_file_in.append(dataline); print("String to translate: " + str(len(ope_file_in) - nbTrans)+" and already translated: "+str(nbTrans)); + + #create database + if database_out: + outputDatabase(database_out); #create TODO file if operation.file_todo: @@ -260,7 +300,7 @@ def createKnowledge(file_path_in): read_data_lines.append(current_line); current_line = TranslationLine(); except Exception as error: - print("error, cannot read file " + file_path_in); + print("Warning, cannot read file " + file_path_in); print(error); return read_data_lines; @@ -301,12 +341,21 @@ def getTranslation(item): return getTranslation(lowercase) return ""; +def getTranslationNear(msgid_to_search, percent): + max_word_diff = 1 + int(percent * len(msgid_to_search)); + possible_solutions = list(); + for msgid in datastore: + dist = levenshtein_distance(msgid, msgid_to_search); + if dist < max_word_diff: + possible_solutions.append( (dist, datastore[msgid]) ); + possible_solutions.sort(key=lambda x:x[0]); + return possible_solutions; def outputUntranslated(data_to_translate, file_path_out): try: file_out_stream = open(file_path_out, mode="w", encoding="utf-8") nb_lines = 0; - #sort to have an easier time trnaslating. + #sort to have an easier time translating. # idealy, they shoud be grouped by proximity, but it's abit more complicated to code sorted_lines = list() for dataline in data_to_translate: @@ -316,12 +365,20 @@ def outputUntranslated(data_to_translate, file_path_out): # output bits that are empty for dataline in sorted_lines: - file_out_stream.write(dataline.header_comment) - file_out_stream.write("\n") - file_out_stream.write(dataline.raw_msgid) - file_out_stream.write("\n") - file_out_stream.write(dataline.raw_msgstr) - file_out_stream.write("\n") + file_out_stream.write(dataline.header_comment); + file_out_stream.write("\n"); + # get translation that are near enough to be copy-pasted by humans. + good_enough = getTranslationNear(dataline.msgid, 0.4); + if len(good_enough) >0: + file_out_stream.write("#Similar to me: "+dataline.msgid+"\n"); + for index in range(min(len(good_enough), max_similar)): + file_out_stream.write("# "+str(good_enough[index][0])+("" if len(str(good_enough[index][0]))>2 else " " if len(str(good_enough[index][0]))==2 else " ") + +" changes: " + good_enough[index][1].msgid+"\n"); + file_out_stream.write("# translation: " + good_enough[index][1].msgstr+"\n"); + file_out_stream.write(dataline.raw_msgid); + file_out_stream.write("\n"); + file_out_stream.write(dataline.raw_msgstr); + file_out_stream.write("\n"); nb_lines+=1; print("There is " + str(nb_lines) +" string untranslated"); @@ -332,7 +389,7 @@ def outputUntranslated(data_to_translate, file_path_out): def translate(data_to_translate, file_path_out): # try: file_out_stream = open(file_path_out, mode="w", encoding="utf-8") - file_out_stream.write("# Translation file for ???\n"); + file_out_stream.write("# Translation file for "+(language if len(language)>0 else language_code)+"\n"); file_out_stream.write("# Copyright (C) 2021\n"); file_out_stream.write("# This file is distributed under the same license as Slic3r.\n"); file_out_stream.write("#\n"); @@ -346,7 +403,7 @@ def translate(data_to_translate, file_path_out): file_out_stream.write("\"MIME-Version: 1.0\\n\"\n"); file_out_stream.write("\"Content-Type: text/plain; charset=UTF-8\\n\"\n"); file_out_stream.write("\"Content-Transfer-Encoding: 8bit\\n\"\n"); - file_out_stream.write("\"Language:\\n\"\n"); + file_out_stream.write("\"Language:"+language_code+"\\n\"\n"); nb_lines = 0; data_to_translate.sort(key=lambda x:x.msgid.lower().strip()) # translate bits that are empty @@ -384,6 +441,26 @@ def translate(data_to_translate, file_path_out): # print("error, cannot write file " + file_path_out); # print(error); +def outputDatabase(file_path_out): + try: + file_out_stream = open(file_path_out, mode="w", encoding="utf-8") + nb_lines = 0; + + for msgid in datastore: + dataline = datastore[msgid]; + file_out_stream.write(dataline.header_comment); + file_out_stream.write("\n"); + file_out_stream.write(dataline.raw_msgid); + file_out_stream.write("\n"); + file_out_stream.write(dataline.raw_msgstr); + file_out_stream.write("\n"); + nb_lines+=1; + + print("There is " + str(nb_lines) +" in your database file"); + except Exception as error: + print("error, cannot write file " + file_path_out); + print(error); + def parse_ui_file(file_path): read_data_lines = list(); # try: @@ -414,7 +491,7 @@ def parse_ui_file(file_path): if items[0]=="setting": for item in items: if item.startswith("label$") or item.startswith("full_label$") or item.startswith("sidetext$") or item.startswith("tooltip$"): - if item.split("$")[-1] != "_" and len(item.split("$")[-1]) > 0 : + if item.split("$")[-1] != '_' and len(item.split("$")[-1]) > 0 : current_line = TranslationLine(); current_line.header_comment = "\n#: "+file_path+" : l"+str(line_idx); current_line.msgid = item.split("$")[-1]; diff --git a/resources/localization/pomergeur.jar b/resources/localization/pomergeur.jar deleted file mode 100644 index cc42fc838..000000000 Binary files a/resources/localization/pomergeur.jar and /dev/null differ diff --git a/resources/localization/settings.ini b/resources/localization/settings.ini index 52750461d..d7bad147b 100644 --- a/resources/localization/settings.ini +++ b/resources/localization/settings.ini @@ -1,15 +1,35 @@ +# all files taken as input to construt the knowledge base +# a file can't overwrite what's already inside (unless it's empty), so put the best files in first. +# if a file ins't here, a warning message will be emmited +data = Slic3r.po +data = TODO.po +data = MyKnowledgeBase.po -#data = C:/local/Slic3r/resources/localization/lang/TODO.po -#data = C:/local/Slic3r/resources/localization/lang/Slic3r.po -#data = Slic3r++.po -data = it/TODO.po -data = it/Slic3r.po +# optional: output all the knowledge base into a file, to be reused in the future. +database_out = MyKnowledgeBase.po + +# path to the ui_layout dir, to grab all ui string defined here ui_dir = ../ui_layout +# to allow to keep the msgctxt tags. You need a recent version of gettext to use that. allow_msgctxt = false +# the tool to ignore the case when comparing msgid if no exact translation is found. ignore_case = false +# will remove the comments in the output files (not the todo). remove_comment = true +# flaot between 0 and 1. If higher than 0, the tool may porpose you some similar transaltion from the knowledge base in the comment +# to help you write the translation. It's useful when only a part of the original string changes, so you can reuse almost everything. +# it's the % of diff (levenshtein distance / msgid length) allowed for an other string to be proposed +percent_error_similar = 0.4 +# max number of proposed translation per item. Work with percent_error_similar. +max_similar = 3 +# strings written in the header +language = french +language_code = fr +# input is the pot (or po) where the msgid are picked input = Slic3r.pot -todo = it/TODO.po -output = it/Slic3r.po +# the todo will receive the msgid for which no translation are found +todo = fr/TODO.po +# the output will receive the other msgid with their translation +output = fr/Slic3r.po diff --git a/src/libslic3r/PrintConfig.cpp b/src/libslic3r/PrintConfig.cpp index 33d3cb808..d46443c0e 100644 --- a/src/libslic3r/PrintConfig.cpp +++ b/src/libslic3r/PrintConfig.cpp @@ -1754,8 +1754,8 @@ void PrintConfigDef::init_fff_params() "You can use this to force fatter extrudates for better adhesion. If expressed " "as percentage (for example 140%) it will be computed over the nozzle diameter " "of the nozzle used for the type of extrusion. " - "If set to zero, it will use the default extrusion width." - "\nYou can set either 'Spacing', or 'Width'; the other will be calculated, using the perimeter 'Overlap' percentages and default layer height."); + "If set to zero, it will use the default extrusion width.") + std::string("\n") + + L("You can set either 'Spacing', or 'Width'; the other will be calculated, using the perimeter 'Overlap' percentages and default layer height."); def->sidetext = L("mm or %"); def->ratio_over = "nozzle_diameter"; def->min = 0; @@ -1992,8 +1992,7 @@ void PrintConfigDef::init_fff_params() def->label = L("Length of the infill anchor"); def->category = OptionCategory::infill; def->tooltip = L("Connect an infill line to an internal perimeter with a short segment of an additional perimeter. " - "If expressed as percentage (example: 15%) it is calculated over infill extrusion width. " - SLIC3R_APP_NAME " tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment " + "If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Slic3r tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment " "shorter than infill_anchor_max is found, the infill line is connected to a perimeter segment at just one side " "and the length of the perimeter segment taken is limited to this parameter, but no longer than anchor_length_max. " "\nSet this parameter to zero to disable anchoring perimeters connected to a single infill line."); @@ -2019,8 +2018,7 @@ void PrintConfigDef::init_fff_params() def->label = L("Maximum length of the infill anchor"); def->category = def_infill_anchor_min->category; def->tooltip = L("Connect an infill line to an internal perimeter with a short segment of an additional perimeter. " - "If expressed as percentage (example: 15%) it is calculated over infill extrusion width. " - SLIC3R_APP_NAME " tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment " + "If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Slic3r tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment " "shorter than this parameter is found, the infill line is connected to a perimeter segment at just one side " "and the length of the perimeter segment taken is limited to infill_anchor, but no longer than this parameter. " "\nIf set to 0, the old algorithm for infill connection will be used, it should create the same result as with 1000 & 0."); @@ -2873,7 +2871,7 @@ void PrintConfigDef::init_fff_params() def->label = L("Round corners"); def->full_label = L("Round corners for perimeters"); def->category = OptionCategory::perimeter; - def->tooltip = L("Internal periemters will go around sharp corners by tunring around isntead of making the same sharp corner." + def->tooltip = L("Internal perimeters will go around sharp corners by turning around instead of making the same sharp corner." " This can help when there is visible holes in sharp corners on perimeters"); def->mode = comAdvanced; def->set_default_value(new ConfigOptionBool(false)); @@ -3023,7 +3021,7 @@ void PrintConfigDef::init_fff_params() "the slicing job and reducing memory usage. High-resolution models often carry " "more details than printers can render. Set to zero to disable any simplification " "and use full resolution from input. " - "\nNote: " SLIC3R_APP_NAME " has an internal working resolution of 0.0001mm." + "\nNote: Slic3r has an internal working resolution of 0.0001mm." "\nInfill & Thin areas are simplified up to 0.0125mm."); def->sidetext = L("mm"); def->min = 0; @@ -3915,7 +3913,7 @@ void PrintConfigDef::init_fff_params() def->full_label = L("Thin walls"); def->category = OptionCategory::perimeter; def->tooltip = L("Detect single-width walls (parts where two extrusions don't fit and we need " - "to collapse them into a single trace). If unchecked, slic3r may try to fit perimeters " + "to collapse them into a single trace). If unchecked, Slic3r may try to fit perimeters " "where it's not possible, creating some overlap leading to over-extrusion."); def->mode = comAdvanced; def->set_default_value(new ConfigOptionBool(true)); @@ -3926,7 +3924,7 @@ void PrintConfigDef::init_fff_params() def->category = OptionCategory::perimeter; def->tooltip = L("Minimum width for the extrusion to be extruded (widths lower than the nozzle diameter will be over-extruded at the nozzle diameter)." " If expressed as percentage (for example 110%) it will be computed over nozzle diameter." - " The default behavior of slic3r and slic3rPE is with a 33% value. Put 100% to avoid any sort of over-extrusion."); + " The default behavior of PrusaSlicer is with a 33% value. Put 100% to avoid any sort of over-extrusion."); def->ratio_over = "nozzle_diameter"; def->mode = comExpert; def->min = 0; @@ -3976,7 +3974,7 @@ void PrintConfigDef::init_fff_params() def = this->add("time_estimation_compensation", coPercent); def->label = L("Time estimation compensation"); def->category = OptionCategory::firmware; - def->tooltip = L("This setting allow you to modify the time estiamtion by a % amount. As slic3r only use the marlin algorithm, it's not precise enough if an other firmware is used."); + def->tooltip = L("This setting allow you to modify the time estiamtion by a % amount. As Slic3r only use the marlin algorithm, it's not precise enough if an other firmware is used."); def->mode = comAdvanced; def->sidetext = L("%"); def->min = 0; @@ -3986,10 +3984,10 @@ void PrintConfigDef::init_fff_params() def->label = L("Tool change G-code"); def->category = OptionCategory::customgcode; def->tooltip = L("This custom code is inserted at every extruder change. If you don't leave this empty, you are " - "expected to take care of the toolchange yourself - slic3r will not output any other G-code to " + "expected to take care of the toolchange yourself - Slic3r will not output any other G-code to " "change the filament. You can use placeholder variables for all Slic3r settings as well as [previous_extruder] " "and [next_extruder], so e.g. the standard toolchange command can be scripted as T[next_extruder]." - "!! Warning !!: if any charater is written here, slic3r won't output any toochange command by itself."); + "!! Warning !!: if any charater is written here, Slic3r won't output any toochange command by itself."); def->multiline = true; def->full_width = true; def->height = 5; @@ -4167,7 +4165,7 @@ void PrintConfigDef::init_fff_params() def = this->add("wipe_advanced", coBool); def->label = L("Enable advanced wiping volume"); - def->tooltip = L("Allow slic3r to compute the purge volume via smart computations. Use the pigment% of each filament and following parameters"); + def->tooltip = L("Allow Slic3r to compute the purge volume via smart computations. Use the pigment% of each filament and following parameters"); def->mode = comExpert; def->set_default_value(new ConfigOptionBool(false)); @@ -6504,8 +6502,8 @@ CLIMiscConfigDef::CLIMiscConfigDef() def = this->add("single_instance", coBool); def->label = L("Single instance mode"); - def->tooltip = L("If enabled, the command line arguments are sent to an existing instance of GUI " SLIC3R_APP_NAME ", " - "or an existing " SLIC3R_APP_NAME " window is activated. " + def->tooltip = L("If enabled, the command line arguments are sent to an existing instance of GUI Slic3r, " + "or an existing Slic3r window is activated. " "Overrides the \"single_instance\" configuration value from application preferences."); /* diff --git a/src/slic3r/GUI/GUI_Preview.cpp b/src/slic3r/GUI/GUI_Preview.cpp index d5965c59d..354b7f6c4 100644 --- a/src/slic3r/GUI/GUI_Preview.cpp +++ b/src/slic3r/GUI/GUI_Preview.cpp @@ -1141,15 +1141,15 @@ wxString Preview::get_option_type_string(OptionType type) const { case OptionType::Travel: { return _L("Travel"); } case OptionType::Wipe: { return _L("Wipe"); } - case OptionType::Retractions: { return _L(m_width_screen == tiny ? "Retr." : "Retractions"); } - case OptionType::Unretractions: { return _L(m_width_screen == tiny ? "Dere." : "Deretractions"); } - case OptionType::ToolChanges: { return _L(m_width_screen == tiny ? "Tool/C" : "Tool changes"); } - case OptionType::ColorChanges: { return _L(m_width_screen == tiny ? "Col/C" : "Color changes"); } - case OptionType::PausePrints: { return _L(m_width_screen == tiny ? "Pause" : "Print pauses"); } - case OptionType::CustomGCodes: { return _L(m_width_screen == tiny ? "Custom" : "Custom G-codes"); } + case OptionType::Retractions: { return m_width_screen == tiny ? _L("Retr.") : _L("Retractions"); } + case OptionType::Unretractions: { return m_width_screen == tiny ? _L("Dere.") : _L("Deretractions"); } + case OptionType::ToolChanges: { return m_width_screen == tiny ? _L("Tool/C") : _L("Tool changes"); } + case OptionType::ColorChanges: { return m_width_screen == tiny ? _L("Col/C") : _L("Color changes"); } + case OptionType::PausePrints: { return m_width_screen == tiny ? _L("Pause") : _L("Print pauses"); } + case OptionType::CustomGCodes: { return m_width_screen == tiny ? _L("Custom") : _L("Custom G-codes"); } case OptionType::Shells: { return _L("Shells"); } - case OptionType::ToolMarker: { return _L(m_width_screen == tiny ? "Marker" : "Tool marker"); } - case OptionType::Legend: { return _L(m_width_screen == tiny ? "Legend" : "Legend/Estimated printing time"); } + case OptionType::ToolMarker: { return m_width_screen == tiny ? _L("Marker") : _L("Tool marker"); } + case OptionType::Legend: { return m_width_screen == tiny ? _L("Legend") : _L("Legend/Estimated printing time"); } default: { return ""; } } } diff --git a/src/slic3r/GUI/Preferences.cpp b/src/slic3r/GUI/Preferences.cpp index c7380dea8..af5c43c0a 100644 --- a/src/slic3r/GUI/Preferences.cpp +++ b/src/slic3r/GUI/Preferences.cpp @@ -168,11 +168,11 @@ void PreferencesDialog::build() #if __APPLE__ - def.label = (L("Allow just a single Slic3r instance")) % SLIC3R_APP_NAME).str(); + def.label = (boost::format(L("Allow just a single %1% instance")) % SLIC3R_APP_NAME).str(); def.type = coBool; def.tooltip = L("On OSX there is always only one instance of app running by default. However it is allowed to run multiple instances of same app from the command line. In such case this settings will allow only one instance."); #else - def.label = (boost::format(L("Allow just a single Slic3r instance")) % SLIC3R_APP_NAME).str(); + def.label = (boost::format(L("Allow just a single %1% instance")) % SLIC3R_APP_NAME).str(); def.type = coBool; def.tooltip = L("If this is enabled, when starting Slic3r and another instance of the same Slic3r is already running, that instance will be reactivated instead."); #endif @@ -211,9 +211,9 @@ void PreferencesDialog::build() #if ENABLE_CUSTOMIZABLE_FILES_ASSOCIATION_ON_WIN #ifdef _WIN32 else { - def.label = (boost::format(L("Associate .gcode files to Slic3r G-code Viewer")) % SLIC3R_APP_NAME).str(); + def.label = (boost::format(L("Associate .gcode files to %1%")) % GCODEVIEWER_APP_NAME).str(); def.type = coBool; - def.tooltip = L("If enabled, sets Slic3r G-code Viewer as default application to open .gcode files."); + def.tooltip = (boost::format(L("If enabled, sets %1% as default application to open .gcode files.")) % GCODEVIEWER_APP_NAME).str(); def.set_default_value(new ConfigOptionBool(app_config->get("associate_gcode") == "1")); option = Option(def, "associate_gcode"); m_optgroup_general->append_single_option_line(option); diff --git a/src/slic3r/Utils/OctoPrint.cpp b/src/slic3r/Utils/OctoPrint.cpp index 9dc9b4e74..bb864c98d 100644 --- a/src/slic3r/Utils/OctoPrint.cpp +++ b/src/slic3r/Utils/OctoPrint.cpp @@ -178,7 +178,7 @@ const char* SL1Host::get_name() const { return "SL1Host"; } wxString SL1Host::get_test_ok_msg () const { - return _(L("Connection to Prusa SL1 works correctly.")); + return wxString::Format(_L("Connection to %s works correctly."), "Prusa SL1"); } wxString SL1Host::get_test_failed_msg (wxString &msg) const