mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-29 07:14:24 +08:00
Merge branch 'main' into CURA-10389_update_qt
This commit is contained in:
commit
6e452b06e1
10
.github/workflows/update-translation.yml
vendored
10
.github/workflows/update-translation.yml
vendored
@ -30,8 +30,8 @@ jobs:
|
||||
- name: Setup Python and pip
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.11.x'
|
||||
cache: 'pip'
|
||||
python-version: 3.11.x
|
||||
cache: pip
|
||||
cache-dependency-path: .github/workflows/requirements-conan-package.txt
|
||||
|
||||
- name: Install Python requirements for runner
|
||||
@ -63,6 +63,6 @@ jobs:
|
||||
|
||||
- uses: stefanzweifel/git-auto-commit-action@v4
|
||||
with:
|
||||
file_pattern: 'resources/i18n/*.po resources/i18n/*.pot'
|
||||
status_options: '--untracked-files=no'
|
||||
commit_message: "update translations"
|
||||
file_pattern: resources/i18n/*.po resources/i18n/*.pot
|
||||
status_options: --untracked-files=no
|
||||
commit_message: update translations
|
||||
|
@ -46,7 +46,7 @@ class PauseAtHeight(Script):
|
||||
"pause_layer":
|
||||
{
|
||||
"label": "Pause Layer",
|
||||
"description": "Enter the Number of the LAST layer you want to finish prior to the pause (from the Cura preview).",
|
||||
"description": "Enter the Number of the LAST layer you want to finish prior to the pause. Note that 0 is the first layer printed.",
|
||||
"type": "int",
|
||||
"value": "math.floor((pause_height - 0.27) / 0.1) + 1",
|
||||
"minimum_value": "0",
|
||||
|
@ -1298,6 +1298,18 @@
|
||||
"limit_to_extruder": "wall_0_extruder_nr",
|
||||
"settable_per_mesh": true
|
||||
},
|
||||
"hole_xy_offset_max_diameter":
|
||||
{
|
||||
"label": "Hole Horizontal Expansion Max Diameter",
|
||||
"description": "When greater than zero, the Hole Horizontal Expansion is gradually applied on small holes (small holes are expanded more). When set to zero the Hole Horizontal Expansion will be applied to all holes. Holes larger than the Hole Horizontal Expansion Max Diameter are not expanded.",
|
||||
"unit": "mm",
|
||||
"type": "float",
|
||||
"default_value": 0,
|
||||
"minimum_value": "0",
|
||||
"enabled": "hole_xy_offset > 0",
|
||||
"limit_to_extruder": "wall_0_extruder_nr",
|
||||
"settable_per_mesh": true
|
||||
},
|
||||
"z_seam_type":
|
||||
{
|
||||
"label": "Z Seam Alignment",
|
||||
@ -4395,9 +4407,9 @@
|
||||
"unit": "mm/s",
|
||||
"type": "float",
|
||||
"default_value": 10,
|
||||
"enabled": "cool_min_layer_time > 0",
|
||||
"minimum_value": "0",
|
||||
"minimum_value": "1",
|
||||
"maximum_value_warning": "100",
|
||||
"enabled": "cool_min_layer_time > 0",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
},
|
||||
@ -5679,6 +5691,21 @@
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
},
|
||||
"skirt_height":
|
||||
{
|
||||
"label": "Skirt Height",
|
||||
"description": "Printing the innermost skirt line with multiple layers makes it easy to remove the skirt.",
|
||||
"type": "int",
|
||||
"default_value": 3,
|
||||
"value": "3 if resolveOrValue('skirt_gap') > 0.0 else 1",
|
||||
"minimum_value": "1",
|
||||
"maximum_value_warning": "10",
|
||||
"maximum_value": "machine_height / layer_height",
|
||||
"enabled": "resolveOrValue('adhesion_type') == 'skirt'",
|
||||
"limit_to_extruder": "skirt_brim_extruder_nr",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
},
|
||||
"skirt_gap":
|
||||
{
|
||||
"label": "Skirt Distance",
|
||||
|
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Cura 5.1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-03-09 11:03+0000\n"
|
||||
"POT-Creation-Date: 2023-03-15 11:58+0000\n"
|
||||
"PO-Revision-Date: 2023-02-16 20:28+0100\n"
|
||||
"Last-Translator: Miroslav Šustek <sustmidown@centrum.cz>\n"
|
||||
"Language-Team: DenyCZ <www.github.com/DenyCZ>\n"
|
||||
|
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Cura 5.1\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2023-03-08 09:03+0000\n"
|
||||
"POT-Creation-Date: 2023-03-14 17:27+0000\n"
|
||||
"PO-Revision-Date: 2023-02-16 20:35+0100\n"
|
||||
"Last-Translator: Miroslav Šustek <sustmidown@centrum.cz>\n"
|
||||
"Language-Team: DenyCZ <www.github.com/DenyCZ>\n"
|
||||
@ -1641,6 +1641,11 @@ msgctxt "hole_xy_offset label"
|
||||
msgid "Hole Horizontal Expansion"
|
||||
msgstr "Horizontální expanze díry"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "hole_xy_offset_max_diameter label"
|
||||
msgid "Hole Horizontal Expansion Max Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_hole_max_size description"
|
||||
msgid "Holes and part outlines with a diameter smaller than this will be printed using Small Feature Speed."
|
||||
@ -3181,6 +3186,11 @@ msgctxt "material_print_temperature_layer_0 label"
|
||||
msgid "Printing Temperature Initial Layer"
|
||||
msgstr "Teplota při tisku první vrstvy"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "skirt_height description"
|
||||
msgid "Printing the innermost skirt line with multiple layers makes it easy to remove the skirt."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "alternate_extra_perimeter description"
|
||||
msgid "Prints an extra wall at every other layer. This way infill gets caught between these extra walls, resulting in stronger prints."
|
||||
@ -3666,6 +3676,11 @@ msgctxt "skirt_gap label"
|
||||
msgid "Skirt Distance"
|
||||
msgstr "Vzdálenost okraj"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "skirt_height label"
|
||||
msgid "Skirt Height"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "skirt_line_count label"
|
||||
msgid "Skirt Line Count"
|
||||
@ -6310,6 +6325,11 @@ msgctxt "retraction_combing_max_distance description"
|
||||
msgid "When greater than zero, combing travel moves that are longer than this distance will use retraction. If set to zero, there is no maximum and combing moves will not use retraction."
|
||||
msgstr "Pokud je větší než nula, combingové pohyby delší než tato vzdálenost budou používat retrakci. Nula znamená, že se při combingových pohybech retrakce provádět nebudou."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "hole_xy_offset_max_diameter description"
|
||||
msgid "When greater then zero, the Hole Horizontal Expansion is gradually applied on small holes (small holes are expanded more). When set to zero the Hole Horizontal Expansion will be applied to all holes. Holes larger then the Hole Horizontal Expansion Max Diameter are not expanded."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "bridge_skin_material_flow description"
|
||||
msgid "When printing bridge skin regions, the amount of material extruded is multiplied by this value."
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-03-09 11:03+0000\n"
|
||||
"POT-Creation-Date: 2023-03-15 11:58+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Uranium json setting files\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2023-03-08 09:03+0000\n"
|
||||
"POT-Creation-Date: 2023-03-14 17:27+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE\n"
|
||||
@ -1638,6 +1638,11 @@ msgctxt "hole_xy_offset label"
|
||||
msgid "Hole Horizontal Expansion"
|
||||
msgstr "Horizontalloch-Erweiterung"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "hole_xy_offset_max_diameter label"
|
||||
msgid "Hole Horizontal Expansion Max Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_hole_max_size description"
|
||||
msgid "Holes and part outlines with a diameter smaller than this will be printed using Small Feature Speed."
|
||||
@ -3178,6 +3183,11 @@ msgctxt "material_print_temperature_layer_0 label"
|
||||
msgid "Printing Temperature Initial Layer"
|
||||
msgstr "Drucktemperatur erste Schicht"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "skirt_height description"
|
||||
msgid "Printing the innermost skirt line with multiple layers makes it easy to remove the skirt."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "alternate_extra_perimeter description"
|
||||
msgid "Prints an extra wall at every other layer. This way infill gets caught between these extra walls, resulting in stronger prints."
|
||||
@ -3663,6 +3673,11 @@ msgctxt "skirt_gap label"
|
||||
msgid "Skirt Distance"
|
||||
msgstr "Skirt-Abstand"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "skirt_height label"
|
||||
msgid "Skirt Height"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "skirt_line_count label"
|
||||
msgid "Skirt Line Count"
|
||||
@ -6307,6 +6322,11 @@ msgctxt "retraction_combing_max_distance description"
|
||||
msgid "When greater than zero, combing travel moves that are longer than this distance will use retraction. If set to zero, there is no maximum and combing moves will not use retraction."
|
||||
msgstr "Bei Werten größer als Null verwenden die Combing-Fahrbewegungen, die weiter als über diese Distanz erfolgen, die Einzugsfunktion. Beim Wert Null gibt es keine Maximalstellung, und die Combing-Fahrbewegungen verwenden die Einzugsfunktion nicht."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "hole_xy_offset_max_diameter description"
|
||||
msgid "When greater then zero, the Hole Horizontal Expansion is gradually applied on small holes (small holes are expanded more). When set to zero the Hole Horizontal Expansion will be applied to all holes. Holes larger then the Hole Horizontal Expansion Max Diameter are not expanded."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "bridge_skin_material_flow description"
|
||||
msgid "When printing bridge skin regions, the amount of material extruded is multiplied by this value."
|
||||
|
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Cura 5.3\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-03-09 11:03+0000\n"
|
||||
"POT-Creation-Date: 2023-03-15 11:58+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Uranium json setting files\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2023-03-08 09:03+0000\n"
|
||||
"POT-Creation-Date: 2023-03-14 17:27+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE\n"
|
||||
@ -1638,6 +1638,11 @@ msgctxt "hole_xy_offset label"
|
||||
msgid "Hole Horizontal Expansion"
|
||||
msgstr "Expansión horizontal de orificios"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "hole_xy_offset_max_diameter label"
|
||||
msgid "Hole Horizontal Expansion Max Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_hole_max_size description"
|
||||
msgid "Holes and part outlines with a diameter smaller than this will be printed using Small Feature Speed."
|
||||
@ -3178,6 +3183,11 @@ msgctxt "material_print_temperature_layer_0 label"
|
||||
msgid "Printing Temperature Initial Layer"
|
||||
msgstr "Temperatura de impresión de la capa inicial"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "skirt_height description"
|
||||
msgid "Printing the innermost skirt line with multiple layers makes it easy to remove the skirt."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "alternate_extra_perimeter description"
|
||||
msgid "Prints an extra wall at every other layer. This way infill gets caught between these extra walls, resulting in stronger prints."
|
||||
@ -3663,6 +3673,11 @@ msgctxt "skirt_gap label"
|
||||
msgid "Skirt Distance"
|
||||
msgstr "Distancia de falda"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "skirt_height label"
|
||||
msgid "Skirt Height"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "skirt_line_count label"
|
||||
msgid "Skirt Line Count"
|
||||
@ -6307,6 +6322,11 @@ msgctxt "retraction_combing_max_distance description"
|
||||
msgid "When greater than zero, combing travel moves that are longer than this distance will use retraction. If set to zero, there is no maximum and combing moves will not use retraction."
|
||||
msgstr "Si es mayor que cero, los movimientos de desplazamiento de peinada que sean superiores a esta distancia utilizarán retracción. Si se establece como cero, no hay un máximo y los movimientos de peinada no utilizarán la retracción."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "hole_xy_offset_max_diameter description"
|
||||
msgid "When greater then zero, the Hole Horizontal Expansion is gradually applied on small holes (small holes are expanded more). When set to zero the Hole Horizontal Expansion will be applied to all holes. Holes larger then the Hole Horizontal Expansion Max Diameter are not expanded."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "bridge_skin_material_flow description"
|
||||
msgid "When printing bridge skin regions, the amount of material extruded is multiplied by this value."
|
||||
|
@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Uranium json setting files\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2023-03-08 09:03+0000\n"
|
||||
"POT-Creation-Date: 2023-03-14 17:27+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE\n"
|
||||
@ -1161,6 +1161,16 @@ msgctxt "hole_xy_offset description"
|
||||
msgid "Amount of offset applied to all holes in each layer. Positive values increase the size of the holes, negative values reduce the size of the holes."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "hole_xy_offset_max_diameter label"
|
||||
msgid "Hole Horizontal Expansion Max Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "hole_xy_offset_max_diameter description"
|
||||
msgid "When greater then zero, the Hole Horizontal Expansion is gradually applied on small holes (small holes are expanded more). When set to zero the Hole Horizontal Expansion will be applied to all holes. Holes larger then the Hole Horizontal Expansion Max Diameter are not expanded."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "z_seam_type label"
|
||||
msgid "Z Seam Alignment"
|
||||
@ -4696,6 +4706,16 @@ msgctxt "skirt_line_count description"
|
||||
msgid "Multiple skirt lines help to prime your extrusion better for small models. Setting this to 0 will disable the skirt."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "skirt_height label"
|
||||
msgid "Skirt Height"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "skirt_height description"
|
||||
msgid "Printing the innermost skirt line with multiple layers makes it easy to remove the skirt."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "skirt_gap label"
|
||||
msgid "Skirt Distance"
|
||||
|
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Cura 5.1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-03-09 11:03+0000\n"
|
||||
"POT-Creation-Date: 2023-03-15 11:58+0000\n"
|
||||
"PO-Revision-Date: 2022-07-15 10:53+0200\n"
|
||||
"Last-Translator: Bothof <info@bothof.nl>\n"
|
||||
"Language-Team: Finnish\n"
|
||||
|
@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Cura 5.1\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2023-03-08 09:03+0000\n"
|
||||
"POT-Creation-Date: 2023-03-14 17:27+0000\n"
|
||||
"PO-Revision-Date: 2022-07-15 11:17+0200\n"
|
||||
"Last-Translator: Bothof <info@bothof.nl>\n"
|
||||
"Language-Team: Finnish\n"
|
||||
@ -1636,6 +1636,11 @@ msgctxt "hole_xy_offset label"
|
||||
msgid "Hole Horizontal Expansion"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "hole_xy_offset_max_diameter label"
|
||||
msgid "Hole Horizontal Expansion Max Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_hole_max_size description"
|
||||
msgid "Holes and part outlines with a diameter smaller than this will be printed using Small Feature Speed."
|
||||
@ -3176,6 +3181,11 @@ msgctxt "material_print_temperature_layer_0 label"
|
||||
msgid "Printing Temperature Initial Layer"
|
||||
msgstr "Alkukerroksen tulostuslämpötila"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "skirt_height description"
|
||||
msgid "Printing the innermost skirt line with multiple layers makes it easy to remove the skirt."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "alternate_extra_perimeter description"
|
||||
msgid "Prints an extra wall at every other layer. This way infill gets caught between these extra walls, resulting in stronger prints."
|
||||
@ -3661,6 +3671,11 @@ msgctxt "skirt_gap label"
|
||||
msgid "Skirt Distance"
|
||||
msgstr "Helman etäisyys"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "skirt_height label"
|
||||
msgid "Skirt Height"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "skirt_line_count label"
|
||||
msgid "Skirt Line Count"
|
||||
@ -6309,6 +6324,11 @@ msgctxt "retraction_combing_max_distance description"
|
||||
msgid "When greater than zero, combing travel moves that are longer than this distance will use retraction. If set to zero, there is no maximum and combing moves will not use retraction."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "hole_xy_offset_max_diameter description"
|
||||
msgid "When greater then zero, the Hole Horizontal Expansion is gradually applied on small holes (small holes are expanded more). When set to zero the Hole Horizontal Expansion will be applied to all holes. Holes larger then the Hole Horizontal Expansion Max Diameter are not expanded."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "bridge_skin_material_flow description"
|
||||
msgid "When printing bridge skin regions, the amount of material extruded is multiplied by this value."
|
||||
|
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-03-09 11:03+0000\n"
|
||||
"POT-Creation-Date: 2023-03-15 11:58+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Uranium json setting files\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2023-03-08 09:03+0000\n"
|
||||
"POT-Creation-Date: 2023-03-14 17:27+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE\n"
|
||||
@ -1638,6 +1638,11 @@ msgctxt "hole_xy_offset label"
|
||||
msgid "Hole Horizontal Expansion"
|
||||
msgstr "Expansion horizontale des trous"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "hole_xy_offset_max_diameter label"
|
||||
msgid "Hole Horizontal Expansion Max Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_hole_max_size description"
|
||||
msgid "Holes and part outlines with a diameter smaller than this will be printed using Small Feature Speed."
|
||||
@ -3178,6 +3183,11 @@ msgctxt "material_print_temperature_layer_0 label"
|
||||
msgid "Printing Temperature Initial Layer"
|
||||
msgstr "Température d’impression couche initiale"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "skirt_height description"
|
||||
msgid "Printing the innermost skirt line with multiple layers makes it easy to remove the skirt."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "alternate_extra_perimeter description"
|
||||
msgid "Prints an extra wall at every other layer. This way infill gets caught between these extra walls, resulting in stronger prints."
|
||||
@ -3663,6 +3673,11 @@ msgctxt "skirt_gap label"
|
||||
msgid "Skirt Distance"
|
||||
msgstr "Distance de la jupe"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "skirt_height label"
|
||||
msgid "Skirt Height"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "skirt_line_count label"
|
||||
msgid "Skirt Line Count"
|
||||
@ -6307,6 +6322,11 @@ msgctxt "retraction_combing_max_distance description"
|
||||
msgid "When greater than zero, combing travel moves that are longer than this distance will use retraction. If set to zero, there is no maximum and combing moves will not use retraction."
|
||||
msgstr "Lorsque cette distance est supérieure à zéro, les déplacements de détour qui sont plus longs que cette distance utiliseront la rétraction. Si elle est définie sur zéro, il n'y a pas de maximum et les mouvements de détour n'utiliseront pas la rétraction."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "hole_xy_offset_max_diameter description"
|
||||
msgid "When greater then zero, the Hole Horizontal Expansion is gradually applied on small holes (small holes are expanded more). When set to zero the Hole Horizontal Expansion will be applied to all holes. Holes larger then the Hole Horizontal Expansion Max Diameter are not expanded."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "bridge_skin_material_flow description"
|
||||
msgid "When printing bridge skin regions, the amount of material extruded is multiplied by this value."
|
||||
|
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Cura 5.1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-03-09 11:03+0000\n"
|
||||
"POT-Creation-Date: 2023-03-15 11:58+0000\n"
|
||||
"PO-Revision-Date: 2020-03-24 09:36+0100\n"
|
||||
"Last-Translator: Nagy Attila <vokroot@gmail.com>\n"
|
||||
"Language-Team: ATI-SZOFT\n"
|
||||
|
@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Cura 5.1\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2023-03-08 09:03+0000\n"
|
||||
"POT-Creation-Date: 2023-03-14 17:27+0000\n"
|
||||
"PO-Revision-Date: 2020-03-24 09:43+0100\n"
|
||||
"Last-Translator: Nagy Attila <vokroot@gmail.com>\n"
|
||||
"Language-Team: AT-VLOG\n"
|
||||
@ -1641,6 +1641,11 @@ msgctxt "hole_xy_offset label"
|
||||
msgid "Hole Horizontal Expansion"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "hole_xy_offset_max_diameter label"
|
||||
msgid "Hole Horizontal Expansion Max Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_hole_max_size description"
|
||||
msgid "Holes and part outlines with a diameter smaller than this will be printed using Small Feature Speed."
|
||||
@ -3181,6 +3186,11 @@ msgctxt "material_print_temperature_layer_0 label"
|
||||
msgid "Printing Temperature Initial Layer"
|
||||
msgstr "Kezdő réteg nyomtatási hőmérséklete"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "skirt_height description"
|
||||
msgid "Printing the innermost skirt line with multiple layers makes it easy to remove the skirt."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "alternate_extra_perimeter description"
|
||||
msgid "Prints an extra wall at every other layer. This way infill gets caught between these extra walls, resulting in stronger prints."
|
||||
@ -3666,6 +3676,11 @@ msgctxt "skirt_gap label"
|
||||
msgid "Skirt Distance"
|
||||
msgstr "Szoknya távolság"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "skirt_height label"
|
||||
msgid "Skirt Height"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "skirt_line_count label"
|
||||
msgid "Skirt Line Count"
|
||||
@ -6319,6 +6334,11 @@ msgctxt "retraction_combing_max_distance description"
|
||||
msgid "When greater than zero, combing travel moves that are longer than this distance will use retraction. If set to zero, there is no maximum and combing moves will not use retraction."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "hole_xy_offset_max_diameter description"
|
||||
msgid "When greater then zero, the Hole Horizontal Expansion is gradually applied on small holes (small holes are expanded more). When set to zero the Hole Horizontal Expansion will be applied to all holes. Holes larger then the Hole Horizontal Expansion Max Diameter are not expanded."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "bridge_skin_material_flow description"
|
||||
msgid "When printing bridge skin regions, the amount of material extruded is multiplied by this value."
|
||||
|
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-03-09 11:03+0000\n"
|
||||
"POT-Creation-Date: 2023-03-15 11:58+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Uranium json setting files\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2023-03-08 09:03+0000\n"
|
||||
"POT-Creation-Date: 2023-03-14 17:27+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE\n"
|
||||
@ -1638,6 +1638,11 @@ msgctxt "hole_xy_offset label"
|
||||
msgid "Hole Horizontal Expansion"
|
||||
msgstr "Espansione orizzontale dei fori"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "hole_xy_offset_max_diameter label"
|
||||
msgid "Hole Horizontal Expansion Max Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_hole_max_size description"
|
||||
msgid "Holes and part outlines with a diameter smaller than this will be printed using Small Feature Speed."
|
||||
@ -3178,6 +3183,11 @@ msgctxt "material_print_temperature_layer_0 label"
|
||||
msgid "Printing Temperature Initial Layer"
|
||||
msgstr "Temperatura di stampa Strato iniziale"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "skirt_height description"
|
||||
msgid "Printing the innermost skirt line with multiple layers makes it easy to remove the skirt."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "alternate_extra_perimeter description"
|
||||
msgid "Prints an extra wall at every other layer. This way infill gets caught between these extra walls, resulting in stronger prints."
|
||||
@ -3663,6 +3673,11 @@ msgctxt "skirt_gap label"
|
||||
msgid "Skirt Distance"
|
||||
msgstr "Distanza dello skirt"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "skirt_height label"
|
||||
msgid "Skirt Height"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "skirt_line_count label"
|
||||
msgid "Skirt Line Count"
|
||||
@ -6307,6 +6322,11 @@ msgctxt "retraction_combing_max_distance description"
|
||||
msgid "When greater than zero, combing travel moves that are longer than this distance will use retraction. If set to zero, there is no maximum and combing moves will not use retraction."
|
||||
msgstr "Per un valore superiore a zero, le corse di spostamento in modalità combing superiori a tale distanza utilizzeranno la retrazione. Se il valore impostato è zero, non è presente un valore massimo e le corse in modalità combing non utilizzeranno la retrazione."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "hole_xy_offset_max_diameter description"
|
||||
msgid "When greater then zero, the Hole Horizontal Expansion is gradually applied on small holes (small holes are expanded more). When set to zero the Hole Horizontal Expansion will be applied to all holes. Holes larger then the Hole Horizontal Expansion Max Diameter are not expanded."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "bridge_skin_material_flow description"
|
||||
msgid "When printing bridge skin regions, the amount of material extruded is multiplied by this value."
|
||||
|
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-03-09 11:03+0000\n"
|
||||
"POT-Creation-Date: 2023-03-15 11:58+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Uranium json setting files\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2023-03-08 09:03+0000\n"
|
||||
"POT-Creation-Date: 2023-03-14 17:27+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE\n"
|
||||
@ -1636,6 +1636,11 @@ msgctxt "hole_xy_offset label"
|
||||
msgid "Hole Horizontal Expansion"
|
||||
msgstr "穴の水平展開"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "hole_xy_offset_max_diameter label"
|
||||
msgid "Hole Horizontal Expansion Max Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_hole_max_size description"
|
||||
msgid "Holes and part outlines with a diameter smaller than this will be printed using Small Feature Speed."
|
||||
@ -3178,6 +3183,11 @@ msgctxt "material_print_temperature_layer_0 label"
|
||||
msgid "Printing Temperature Initial Layer"
|
||||
msgstr "初期レイヤー印刷温度"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "skirt_height description"
|
||||
msgid "Printing the innermost skirt line with multiple layers makes it easy to remove the skirt."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "alternate_extra_perimeter description"
|
||||
msgid "Prints an extra wall at every other layer. This way infill gets caught between these extra walls, resulting in stronger prints."
|
||||
@ -3663,6 +3673,11 @@ msgctxt "skirt_gap label"
|
||||
msgid "Skirt Distance"
|
||||
msgstr "スカート距離"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "skirt_height label"
|
||||
msgid "Skirt Height"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "skirt_line_count label"
|
||||
msgid "Skirt Line Count"
|
||||
@ -6309,6 +6324,11 @@ msgctxt "retraction_combing_max_distance description"
|
||||
msgid "When greater than zero, combing travel moves that are longer than this distance will use retraction. If set to zero, there is no maximum and combing moves will not use retraction."
|
||||
msgstr "ゼロを超える場合、この距離より長い移動量をコーミングすると、引き戻しが使用されます。ゼロに設定した場合、最大値はなく、コーミング移動では引き戻しを使用しません。"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "hole_xy_offset_max_diameter description"
|
||||
msgid "When greater then zero, the Hole Horizontal Expansion is gradually applied on small holes (small holes are expanded more). When set to zero the Hole Horizontal Expansion will be applied to all holes. Holes larger then the Hole Horizontal Expansion Max Diameter are not expanded."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "bridge_skin_material_flow description"
|
||||
msgid "When printing bridge skin regions, the amount of material extruded is multiplied by this value."
|
||||
|
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-03-09 11:03+0000\n"
|
||||
"POT-Creation-Date: 2023-03-15 11:58+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Uranium json setting files\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2023-03-08 09:03+0000\n"
|
||||
"POT-Creation-Date: 2023-03-14 17:27+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE\n"
|
||||
@ -1636,6 +1636,11 @@ msgctxt "hole_xy_offset label"
|
||||
msgid "Hole Horizontal Expansion"
|
||||
msgstr "구멍 수평 확장"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "hole_xy_offset_max_diameter label"
|
||||
msgid "Hole Horizontal Expansion Max Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_hole_max_size description"
|
||||
msgid "Holes and part outlines with a diameter smaller than this will be printed using Small Feature Speed."
|
||||
@ -3176,6 +3181,11 @@ msgctxt "material_print_temperature_layer_0 label"
|
||||
msgid "Printing Temperature Initial Layer"
|
||||
msgstr "첫번째 레이어의 프린팅 온도"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "skirt_height description"
|
||||
msgid "Printing the innermost skirt line with multiple layers makes it easy to remove the skirt."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "alternate_extra_perimeter description"
|
||||
msgid "Prints an extra wall at every other layer. This way infill gets caught between these extra walls, resulting in stronger prints."
|
||||
@ -3661,6 +3671,11 @@ msgctxt "skirt_gap label"
|
||||
msgid "Skirt Distance"
|
||||
msgstr "스커트 거리"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "skirt_height label"
|
||||
msgid "Skirt Height"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "skirt_line_count label"
|
||||
msgid "Skirt Line Count"
|
||||
@ -6305,6 +6320,11 @@ msgctxt "retraction_combing_max_distance description"
|
||||
msgid "When greater than zero, combing travel moves that are longer than this distance will use retraction. If set to zero, there is no maximum and combing moves will not use retraction."
|
||||
msgstr "0보다 큰 경우 이 거리보다 긴 combing travel은 retraction을 사용합니다. 0으로 설정한 경우 최댓값이 없으며 combing travel은 retraction을 사용하지 않습니다."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "hole_xy_offset_max_diameter description"
|
||||
msgid "When greater then zero, the Hole Horizontal Expansion is gradually applied on small holes (small holes are expanded more). When set to zero the Hole Horizontal Expansion will be applied to all holes. Holes larger then the Hole Horizontal Expansion Max Diameter are not expanded."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "bridge_skin_material_flow description"
|
||||
msgid "When printing bridge skin regions, the amount of material extruded is multiplied by this value."
|
||||
|
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-03-09 11:03+0000\n"
|
||||
"POT-Creation-Date: 2023-03-15 11:58+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Uranium json setting files\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2023-03-08 09:03+0000\n"
|
||||
"POT-Creation-Date: 2023-03-14 17:27+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE\n"
|
||||
@ -1638,6 +1638,11 @@ msgctxt "hole_xy_offset label"
|
||||
msgid "Hole Horizontal Expansion"
|
||||
msgstr "Horizontale uitbreiding gaten"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "hole_xy_offset_max_diameter label"
|
||||
msgid "Hole Horizontal Expansion Max Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_hole_max_size description"
|
||||
msgid "Holes and part outlines with a diameter smaller than this will be printed using Small Feature Speed."
|
||||
@ -3178,6 +3183,11 @@ msgctxt "material_print_temperature_layer_0 label"
|
||||
msgid "Printing Temperature Initial Layer"
|
||||
msgstr "Printtemperatuur van de eerste laag"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "skirt_height description"
|
||||
msgid "Printing the innermost skirt line with multiple layers makes it easy to remove the skirt."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "alternate_extra_perimeter description"
|
||||
msgid "Prints an extra wall at every other layer. This way infill gets caught between these extra walls, resulting in stronger prints."
|
||||
@ -3663,6 +3673,11 @@ msgctxt "skirt_gap label"
|
||||
msgid "Skirt Distance"
|
||||
msgstr "Skirtafstand"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "skirt_height label"
|
||||
msgid "Skirt Height"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "skirt_line_count label"
|
||||
msgid "Skirt Line Count"
|
||||
@ -6307,6 +6322,11 @@ msgctxt "retraction_combing_max_distance description"
|
||||
msgid "When greater than zero, combing travel moves that are longer than this distance will use retraction. If set to zero, there is no maximum and combing moves will not use retraction."
|
||||
msgstr "Wanneer dit groter dan nul is, vindt bij een combing-beweging die langer is dan deze afstand, intrekking plaats. Wanneer dit nul is, is er geen maximum en vindt bij combing-bewegingen geen intrekking plaats."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "hole_xy_offset_max_diameter description"
|
||||
msgid "When greater then zero, the Hole Horizontal Expansion is gradually applied on small holes (small holes are expanded more). When set to zero the Hole Horizontal Expansion will be applied to all holes. Holes larger then the Hole Horizontal Expansion Max Diameter are not expanded."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "bridge_skin_material_flow description"
|
||||
msgid "When printing bridge skin regions, the amount of material extruded is multiplied by this value."
|
||||
|
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Cura 5.1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-03-09 11:03+0000\n"
|
||||
"POT-Creation-Date: 2023-03-15 11:58+0000\n"
|
||||
"PO-Revision-Date: 2021-09-07 08:02+0200\n"
|
||||
"Last-Translator: Mariusz Matłosz <matliks@gmail.com>\n"
|
||||
"Language-Team: Mariusz Matłosz <matliks@gmail.com>, reprapy.pl\n"
|
||||
|
@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Cura 5.1\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2023-03-08 09:03+0000\n"
|
||||
"POT-Creation-Date: 2023-03-14 17:27+0000\n"
|
||||
"PO-Revision-Date: 2019-11-15 15:34+0100\n"
|
||||
"Last-Translator: Mariusz Matłosz <matliks@gmail.com>\n"
|
||||
"Language-Team: Mariusz Matłosz <matliks@gmail.com>, reprapy.pl\n"
|
||||
@ -1642,6 +1642,11 @@ msgctxt "hole_xy_offset label"
|
||||
msgid "Hole Horizontal Expansion"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "hole_xy_offset_max_diameter label"
|
||||
msgid "Hole Horizontal Expansion Max Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_hole_max_size description"
|
||||
msgid "Holes and part outlines with a diameter smaller than this will be printed using Small Feature Speed."
|
||||
@ -3182,6 +3187,11 @@ msgctxt "material_print_temperature_layer_0 label"
|
||||
msgid "Printing Temperature Initial Layer"
|
||||
msgstr "Temp. Druku Początk. Warstwy"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "skirt_height description"
|
||||
msgid "Printing the innermost skirt line with multiple layers makes it easy to remove the skirt."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "alternate_extra_perimeter description"
|
||||
msgid "Prints an extra wall at every other layer. This way infill gets caught between these extra walls, resulting in stronger prints."
|
||||
@ -3667,6 +3677,11 @@ msgctxt "skirt_gap label"
|
||||
msgid "Skirt Distance"
|
||||
msgstr "Odległ. Obwódki"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "skirt_height label"
|
||||
msgid "Skirt Height"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "skirt_line_count label"
|
||||
msgid "Skirt Line Count"
|
||||
@ -6320,6 +6335,11 @@ msgctxt "retraction_combing_max_distance description"
|
||||
msgid "When greater than zero, combing travel moves that are longer than this distance will use retraction. If set to zero, there is no maximum and combing moves will not use retraction."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "hole_xy_offset_max_diameter description"
|
||||
msgid "When greater then zero, the Hole Horizontal Expansion is gradually applied on small holes (small holes are expanded more). When set to zero the Hole Horizontal Expansion will be applied to all holes. Holes larger then the Hole Horizontal Expansion Max Diameter are not expanded."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "bridge_skin_material_flow description"
|
||||
msgid "When printing bridge skin regions, the amount of material extruded is multiplied by this value."
|
||||
|
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Cura 5.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-03-09 11:03+0000\n"
|
||||
"POT-Creation-Date: 2023-03-15 11:58+0000\n"
|
||||
"PO-Revision-Date: 2023-02-17 17:37+0100\n"
|
||||
"Last-Translator: Cláudio Sampaio <patola@gmail.com>\n"
|
||||
"Language-Team: Cláudio Sampaio <patola@gmail.com>\n"
|
||||
|
@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Cura 5.0\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2023-03-08 09:03+0000\n"
|
||||
"POT-Creation-Date: 2023-03-14 17:27+0000\n"
|
||||
"PO-Revision-Date: 2023-02-17 16:31+0100\n"
|
||||
"Last-Translator: Cláudio Sampaio <patola@gmail.com>\n"
|
||||
"Language-Team: Cláudio Sampaio <patola@gmail.com>\n"
|
||||
@ -1643,6 +1643,11 @@ msgctxt "hole_xy_offset label"
|
||||
msgid "Hole Horizontal Expansion"
|
||||
msgstr "Expansão Horizontal do Furo"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "hole_xy_offset_max_diameter label"
|
||||
msgid "Hole Horizontal Expansion Max Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_hole_max_size description"
|
||||
msgid "Holes and part outlines with a diameter smaller than this will be printed using Small Feature Speed."
|
||||
@ -3183,6 +3188,11 @@ msgctxt "material_print_temperature_layer_0 label"
|
||||
msgid "Printing Temperature Initial Layer"
|
||||
msgstr "Temperatura de Impressão da Camada Inicial"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "skirt_height description"
|
||||
msgid "Printing the innermost skirt line with multiple layers makes it easy to remove the skirt."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "alternate_extra_perimeter description"
|
||||
msgid "Prints an extra wall at every other layer. This way infill gets caught between these extra walls, resulting in stronger prints."
|
||||
@ -3668,6 +3678,11 @@ msgctxt "skirt_gap label"
|
||||
msgid "Skirt Distance"
|
||||
msgstr "Distância do Skirt"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "skirt_height label"
|
||||
msgid "Skirt Height"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "skirt_line_count label"
|
||||
msgid "Skirt Line Count"
|
||||
@ -6321,6 +6336,11 @@ msgctxt "retraction_combing_max_distance description"
|
||||
msgid "When greater than zero, combing travel moves that are longer than this distance will use retraction. If set to zero, there is no maximum and combing moves will not use retraction."
|
||||
msgstr "Quando maior que zero, os movimentos de percurso de combing que forem maiores que essa distância usarão retração. Se deixado em zero, não haverá máximo e os movimentos de combing não usarão retração."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "hole_xy_offset_max_diameter description"
|
||||
msgid "When greater then zero, the Hole Horizontal Expansion is gradually applied on small holes (small holes are expanded more). When set to zero the Hole Horizontal Expansion will be applied to all holes. Holes larger then the Hole Horizontal Expansion Max Diameter are not expanded."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "bridge_skin_material_flow description"
|
||||
msgid "When printing bridge skin regions, the amount of material extruded is multiplied by this value."
|
||||
|
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-03-09 11:03+0000\n"
|
||||
"POT-Creation-Date: 2023-03-15 11:58+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Uranium json setting files\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2023-03-08 09:03+0000\n"
|
||||
"POT-Creation-Date: 2023-03-14 17:27+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE\n"
|
||||
@ -1638,6 +1638,11 @@ msgctxt "hole_xy_offset label"
|
||||
msgid "Hole Horizontal Expansion"
|
||||
msgstr "Expansão horizontal de buraco"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "hole_xy_offset_max_diameter label"
|
||||
msgid "Hole Horizontal Expansion Max Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_hole_max_size description"
|
||||
msgid "Holes and part outlines with a diameter smaller than this will be printed using Small Feature Speed."
|
||||
@ -3178,6 +3183,11 @@ msgctxt "material_print_temperature_layer_0 label"
|
||||
msgid "Printing Temperature Initial Layer"
|
||||
msgstr "Temperatura Impressão Camada Inicial"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "skirt_height description"
|
||||
msgid "Printing the innermost skirt line with multiple layers makes it easy to remove the skirt."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "alternate_extra_perimeter description"
|
||||
msgid "Prints an extra wall at every other layer. This way infill gets caught between these extra walls, resulting in stronger prints."
|
||||
@ -3663,6 +3673,11 @@ msgctxt "skirt_gap label"
|
||||
msgid "Skirt Distance"
|
||||
msgstr "Distância Contorno"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "skirt_height label"
|
||||
msgid "Skirt Height"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "skirt_line_count label"
|
||||
msgid "Skirt Line Count"
|
||||
@ -6307,6 +6322,11 @@ msgctxt "retraction_combing_max_distance description"
|
||||
msgid "When greater than zero, combing travel moves that are longer than this distance will use retraction. If set to zero, there is no maximum and combing moves will not use retraction."
|
||||
msgstr "Os movimentos de deslocação de Combing com uma distância maior que este valor, quando este é superior a zero, utilizam retrações. Se o valor for definido como zero, não existirá qualquer valor máximo e os movimentos Combing não utilizarão retrações."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "hole_xy_offset_max_diameter description"
|
||||
msgid "When greater then zero, the Hole Horizontal Expansion is gradually applied on small holes (small holes are expanded more). When set to zero the Hole Horizontal Expansion will be applied to all holes. Holes larger then the Hole Horizontal Expansion Max Diameter are not expanded."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "bridge_skin_material_flow description"
|
||||
msgid "When printing bridge skin regions, the amount of material extruded is multiplied by this value."
|
||||
|
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-03-09 11:03+0000\n"
|
||||
"POT-Creation-Date: 2023-03-15 11:58+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Uranium json setting files\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2023-03-08 09:03+0000\n"
|
||||
"POT-Creation-Date: 2023-03-14 17:27+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE\n"
|
||||
@ -1638,6 +1638,11 @@ msgctxt "hole_xy_offset label"
|
||||
msgid "Hole Horizontal Expansion"
|
||||
msgstr "Горизонтальное расширение отверстия"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "hole_xy_offset_max_diameter label"
|
||||
msgid "Hole Horizontal Expansion Max Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_hole_max_size description"
|
||||
msgid "Holes and part outlines with a diameter smaller than this will be printed using Small Feature Speed."
|
||||
@ -3178,6 +3183,11 @@ msgctxt "material_print_temperature_layer_0 label"
|
||||
msgid "Printing Temperature Initial Layer"
|
||||
msgstr "Температура печати первого слоя"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "skirt_height description"
|
||||
msgid "Printing the innermost skirt line with multiple layers makes it easy to remove the skirt."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "alternate_extra_perimeter description"
|
||||
msgid "Prints an extra wall at every other layer. This way infill gets caught between these extra walls, resulting in stronger prints."
|
||||
@ -3663,6 +3673,11 @@ msgctxt "skirt_gap label"
|
||||
msgid "Skirt Distance"
|
||||
msgstr "Дистанция до юбки"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "skirt_height label"
|
||||
msgid "Skirt Height"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "skirt_line_count label"
|
||||
msgid "Skirt Line Count"
|
||||
@ -6307,6 +6322,11 @@ msgctxt "retraction_combing_max_distance description"
|
||||
msgid "When greater than zero, combing travel moves that are longer than this distance will use retraction. If set to zero, there is no maximum and combing moves will not use retraction."
|
||||
msgstr "При значении параметра выше нуля перемещения комбинга, превышающие заданное расстояние, будут выполняться с откатом. Когда значение параметра равно нулю, то максимума нет и перемещения комбинга выполняются без отката."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "hole_xy_offset_max_diameter description"
|
||||
msgid "When greater then zero, the Hole Horizontal Expansion is gradually applied on small holes (small holes are expanded more). When set to zero the Hole Horizontal Expansion will be applied to all holes. Holes larger then the Hole Horizontal Expansion Max Diameter are not expanded."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "bridge_skin_material_flow description"
|
||||
msgid "When printing bridge skin regions, the amount of material extruded is multiplied by this value."
|
||||
|
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-03-09 11:03+0000\n"
|
||||
"POT-Creation-Date: 2023-03-15 11:58+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Uranium json setting files\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2023-03-08 09:03+0000\n"
|
||||
"POT-Creation-Date: 2023-03-14 17:27+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE\n"
|
||||
@ -1638,6 +1638,11 @@ msgctxt "hole_xy_offset label"
|
||||
msgid "Hole Horizontal Expansion"
|
||||
msgstr "Delik Yatay Büyüme"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "hole_xy_offset_max_diameter label"
|
||||
msgid "Hole Horizontal Expansion Max Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_hole_max_size description"
|
||||
msgid "Holes and part outlines with a diameter smaller than this will be printed using Small Feature Speed."
|
||||
@ -3178,6 +3183,11 @@ msgctxt "material_print_temperature_layer_0 label"
|
||||
msgid "Printing Temperature Initial Layer"
|
||||
msgstr "İlk Katman Yazdırma Sıcaklığı"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "skirt_height description"
|
||||
msgid "Printing the innermost skirt line with multiple layers makes it easy to remove the skirt."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "alternate_extra_perimeter description"
|
||||
msgid "Prints an extra wall at every other layer. This way infill gets caught between these extra walls, resulting in stronger prints."
|
||||
@ -3663,6 +3673,11 @@ msgctxt "skirt_gap label"
|
||||
msgid "Skirt Distance"
|
||||
msgstr "Etek Mesafesi"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "skirt_height label"
|
||||
msgid "Skirt Height"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "skirt_line_count label"
|
||||
msgid "Skirt Line Count"
|
||||
@ -6307,6 +6322,11 @@ msgctxt "retraction_combing_max_distance description"
|
||||
msgid "When greater than zero, combing travel moves that are longer than this distance will use retraction. If set to zero, there is no maximum and combing moves will not use retraction."
|
||||
msgstr "Sıfırdan büyük olduğunda, bu mesafeden daha uzun tarama mesafelerinde geri çekme yapılır. Sıfıra ayarlandığında, bir maksimum belirlenmez ve tarama hareketlerinde geri çekme kullanılmaz."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "hole_xy_offset_max_diameter description"
|
||||
msgid "When greater then zero, the Hole Horizontal Expansion is gradually applied on small holes (small holes are expanded more). When set to zero the Hole Horizontal Expansion will be applied to all holes. Holes larger then the Hole Horizontal Expansion Max Diameter are not expanded."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "bridge_skin_material_flow description"
|
||||
msgid "When printing bridge skin regions, the amount of material extruded is multiplied by this value."
|
||||
|
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Cura 5.1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-03-09 11:03+0000\n"
|
||||
"POT-Creation-Date: 2023-03-15 11:58+0000\n"
|
||||
"PO-Revision-Date: 2022-07-15 11:06+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
|
@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Uranium json setting files\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2023-03-08 09:03+0000\n"
|
||||
"POT-Creation-Date: 2023-03-14 17:27+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE\n"
|
||||
@ -1638,6 +1638,11 @@ msgctxt "hole_xy_offset label"
|
||||
msgid "Hole Horizontal Expansion"
|
||||
msgstr "孔洞水平扩展"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "hole_xy_offset_max_diameter label"
|
||||
msgid "Hole Horizontal Expansion Max Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_hole_max_size description"
|
||||
msgid "Holes and part outlines with a diameter smaller than this will be printed using Small Feature Speed."
|
||||
@ -3178,6 +3183,11 @@ msgctxt "material_print_temperature_layer_0 label"
|
||||
msgid "Printing Temperature Initial Layer"
|
||||
msgstr "打印温度起始层"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "skirt_height description"
|
||||
msgid "Printing the innermost skirt line with multiple layers makes it easy to remove the skirt."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "alternate_extra_perimeter description"
|
||||
msgid "Prints an extra wall at every other layer. This way infill gets caught between these extra walls, resulting in stronger prints."
|
||||
@ -3663,6 +3673,11 @@ msgctxt "skirt_gap label"
|
||||
msgid "Skirt Distance"
|
||||
msgstr "Skirt 距离"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "skirt_height label"
|
||||
msgid "Skirt Height"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "skirt_line_count label"
|
||||
msgid "Skirt Line Count"
|
||||
@ -6307,6 +6322,11 @@ msgctxt "retraction_combing_max_distance description"
|
||||
msgid "When greater than zero, combing travel moves that are longer than this distance will use retraction. If set to zero, there is no maximum and combing moves will not use retraction."
|
||||
msgstr "当大于零时,比这段距离更长的梳理空驶将会使用回抽。如果设置为零,则没有最大值,梳理空驶将不会使用回抽。"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "hole_xy_offset_max_diameter description"
|
||||
msgid "When greater then zero, the Hole Horizontal Expansion is gradually applied on small holes (small holes are expanded more). When set to zero the Hole Horizontal Expansion will be applied to all holes. Holes larger then the Hole Horizontal Expansion Max Diameter are not expanded."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "bridge_skin_material_flow description"
|
||||
msgid "When printing bridge skin regions, the amount of material extruded is multiplied by this value."
|
||||
|
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Cura 5.1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-03-09 11:03+0000\n"
|
||||
"POT-Creation-Date: 2023-03-15 11:58+0000\n"
|
||||
"PO-Revision-Date: 2022-01-02 19:59+0800\n"
|
||||
"Last-Translator: Valen Chang <carf17771@gmail.com>\n"
|
||||
"Language-Team: Valen Chang <carf17771@gmail.com>\n"
|
||||
|
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Cura 5.1\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2023-03-08 09:03+0000\n"
|
||||
"POT-Creation-Date: 2023-03-14 17:27+0000\n"
|
||||
"PO-Revision-Date: 2022-01-02 20:24+0800\n"
|
||||
"Last-Translator: Valen Chang <carf17771@gmail.com>\n"
|
||||
"Language-Team: Valen Chang <carf17771@gmail.com>\n"
|
||||
@ -1643,6 +1643,11 @@ msgctxt "hole_xy_offset label"
|
||||
msgid "Hole Horizontal Expansion"
|
||||
msgstr "孔洞水平擴展"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "hole_xy_offset_max_diameter label"
|
||||
msgid "Hole Horizontal Expansion Max Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_hole_max_size description"
|
||||
msgid "Holes and part outlines with a diameter smaller than this will be printed using Small Feature Speed."
|
||||
@ -3183,6 +3188,11 @@ msgctxt "material_print_temperature_layer_0 label"
|
||||
msgid "Printing Temperature Initial Layer"
|
||||
msgstr "列印溫度起始層"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "skirt_height description"
|
||||
msgid "Printing the innermost skirt line with multiple layers makes it easy to remove the skirt."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "alternate_extra_perimeter description"
|
||||
msgid "Prints an extra wall at every other layer. This way infill gets caught between these extra walls, resulting in stronger prints."
|
||||
@ -3668,6 +3678,11 @@ msgctxt "skirt_gap label"
|
||||
msgid "Skirt Distance"
|
||||
msgstr "外圍間距"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "skirt_height label"
|
||||
msgid "Skirt Height"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "skirt_line_count label"
|
||||
msgid "Skirt Line Count"
|
||||
@ -6321,6 +6336,11 @@ msgctxt "retraction_combing_max_distance description"
|
||||
msgid "When greater than zero, combing travel moves that are longer than this distance will use retraction. If set to zero, there is no maximum and combing moves will not use retraction."
|
||||
msgstr "觸發回抽時之最小距離,如大於此數值,便開啟回抽;如設置為0,則關閉回抽."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "hole_xy_offset_max_diameter description"
|
||||
msgid "When greater then zero, the Hole Horizontal Expansion is gradually applied on small holes (small holes are expanded more). When set to zero the Hole Horizontal Expansion will be applied to all holes. Holes larger then the Hole Horizontal Expansion Max Diameter are not expanded."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "bridge_skin_material_flow description"
|
||||
msgid "When printing bridge skin regions, the amount of material extruded is multiplied by this value."
|
||||
|
@ -65,32 +65,30 @@ UM.TooltipArea
|
||||
{
|
||||
id: defaultOptionsModel
|
||||
|
||||
function updateModel()
|
||||
{
|
||||
clear()
|
||||
function updateModel() {
|
||||
clear();
|
||||
|
||||
if(!propertyProvider.properties.options)
|
||||
{
|
||||
return
|
||||
if (!propertyProvider.properties.options) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (typeof propertyProvider.properties["options"] === "string")
|
||||
{
|
||||
return
|
||||
if (typeof propertyProvider.properties["options"] === "string") {
|
||||
return;
|
||||
}
|
||||
|
||||
let currentIndex = -1;
|
||||
const keys = propertyProvider.properties["options"].keys();
|
||||
for (let index = 0; index < propertyProvider.properties["options"].keys().length; index ++) {
|
||||
const key = propertyProvider.properties["options"].keys()[index];
|
||||
const value = propertyProvider.properties["options"][key];
|
||||
|
||||
for (var i = 0; i < propertyProvider.properties["options"].keys().length; i++)
|
||||
{
|
||||
var key = propertyProvider.properties["options"].keys()[i]
|
||||
var value = propertyProvider.properties["options"][key]
|
||||
append({ text: value, code: key })
|
||||
|
||||
if (propertyProvider.properties.value === key)
|
||||
{
|
||||
comboBox.currentIndex = i
|
||||
if (propertyProvider.properties.value === key) {
|
||||
currentIndex = index;
|
||||
}
|
||||
defaultOptionsModel.append({ text: value, value: key });
|
||||
}
|
||||
|
||||
comboBox.currentIndex = currentIndex;
|
||||
}
|
||||
|
||||
Component.onCompleted: updateModel()
|
||||
@ -114,36 +112,28 @@ UM.TooltipArea
|
||||
model: defaultOptionsModel
|
||||
textRole: "text"
|
||||
|
||||
currentIndex:
|
||||
{
|
||||
var currentValue = propertyProvider.properties.value
|
||||
var index = 0
|
||||
for (var i = 0; i < model.count; i++)
|
||||
{
|
||||
if (model.get(i).value == currentValue)
|
||||
{
|
||||
index = i
|
||||
break
|
||||
currentIndex: function () {
|
||||
const currentValue = propertyProvider.properties.value
|
||||
for (let i = 0; i < model.count; i ++) {
|
||||
if (model.get(i).value === currentValue) {
|
||||
return i;
|
||||
}
|
||||
}
|
||||
return index
|
||||
return -1;
|
||||
}
|
||||
|
||||
onActivated:
|
||||
{
|
||||
var newValue = model.get(index).value
|
||||
if (propertyProvider.properties.value !== newValue && newValue !== undefined)
|
||||
{
|
||||
if (setValueFunction !== null)
|
||||
{
|
||||
setValueFunction(newValue)
|
||||
onActivated: function (index) {
|
||||
const key = propertyProvider.properties["options"].keys()[index];
|
||||
const newValue = model.get(index).value;
|
||||
|
||||
if (propertyProvider.properties.value !== newValue && newValue !== undefined) {
|
||||
if (setValueFunction !== null) {
|
||||
setValueFunction(newValue);
|
||||
} else {
|
||||
propertyProvider.setPropertyValue("value", newValue);
|
||||
}
|
||||
else
|
||||
{
|
||||
propertyProvider.setPropertyValue("value", newValue)
|
||||
}
|
||||
forceUpdateOnChangeFunction()
|
||||
afterOnEditingFinishedFunction()
|
||||
forceUpdateOnChangeFunction();
|
||||
afterOnEditingFinishedFunction();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -32,7 +32,7 @@ Item
|
||||
UM.Label
|
||||
{
|
||||
id: bedTargetTemperature
|
||||
text: printerModel != null ? printerModel.targetBedTemperature + "°C" : ""
|
||||
text: printerModel != null ? Math.round(printerModel.targetBedTemperature) + "°C" : ""
|
||||
font: UM.Theme.getFont("default_bold")
|
||||
color: UM.Theme.getColor("text_inactive")
|
||||
anchors.right: parent.right
|
||||
@ -66,7 +66,7 @@ Item
|
||||
UM.Label
|
||||
{
|
||||
id: bedCurrentTemperature
|
||||
text: printerModel != null ? printerModel.bedTemperature + "°C" : ""
|
||||
text: printerModel != null ? Math.round(printerModel.bedTemperature) + "°C" : ""
|
||||
font: UM.Theme.getFont("large_bold")
|
||||
anchors.right: bedTargetTemperature.left
|
||||
anchors.top: parent.top
|
||||
@ -293,4 +293,4 @@ Item
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -38,6 +38,7 @@ fill_outline_gaps
|
||||
xy_offset
|
||||
xy_offset_layer_0
|
||||
hole_xy_offset
|
||||
hole_xy_offset_max_diameter
|
||||
z_seam_type
|
||||
z_seam_position
|
||||
z_seam_x
|
||||
@ -302,6 +303,7 @@ adhesion_extruder_nr
|
||||
raft_surface_extruder_nr
|
||||
skirt_line_count
|
||||
skirt_gap
|
||||
skirt_height
|
||||
skirt_brim_minimal_length
|
||||
brim_width
|
||||
brim_gap
|
||||
|
Loading…
x
Reference in New Issue
Block a user