mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
Merge remote-tracking branch 'origin/main' into CURA-10065_tree_support_no_gradual
# Conflicts: # plugins/VersionUpgrade/VersionUpgrade53to54/VersionUpgrade53to54.py
This commit is contained in:
commit
07b8fcd4b7
133 changed files with 3077 additions and 2078 deletions
|
@ -31,6 +31,8 @@
|
|||
"generic_pp"
|
||||
],
|
||||
"has_machine_quality": true,
|
||||
"has_materials": true,
|
||||
"has_variants": true,
|
||||
"machine_extruder_trains": { "0": "elegoo_extruder_0" },
|
||||
"platform_offset": [
|
||||
-2.2,
|
||||
|
@ -38,7 +40,9 @@
|
|||
-31
|
||||
],
|
||||
"preferred_material": "generic_pla_175",
|
||||
"preferred_quality_type": "fine"
|
||||
"preferred_quality_type": "Elegoo_layer_020",
|
||||
"preferred_variant_name": "0.40mm_Elegoo_Nozzle",
|
||||
"variants_name": "Nozzle Size"
|
||||
},
|
||||
"overrides":
|
||||
{
|
||||
|
@ -130,6 +134,6 @@
|
|||
"z_seam_corner": { "default_value": "z_seam_corner_weighted" },
|
||||
"z_seam_position": { "default_value": "left" },
|
||||
"z_seam_type": { "default_value": "back" },
|
||||
"zig_zaggify_infill": { "value": "infill_pattern == 'cross' or infill_pattern == 'cross_3d' or infill_sparse_density < 30 " }
|
||||
"zig_zaggify_infill": { "value": "resolveOrValue('infill_pattern') == 'cross' or resolveOrValue('infill_pattern') == 'cross_3d' or resolveOrValue('infill_sparse_density') < 30 " }
|
||||
}
|
||||
}
|
|
@ -4564,7 +4564,7 @@
|
|||
},
|
||||
"support_tree_angle":
|
||||
{
|
||||
"label": "Tree Support Maximum Branch Angle",
|
||||
"label": "Maximum Branch Angle",
|
||||
"description": "The maximum angle of the branches while they grow around the model. Use a lower angle to make them more vertical and more stable. Use a higher angle to be able to have more reach.",
|
||||
"unit": "\u00b0",
|
||||
"type": "float",
|
||||
|
@ -4581,7 +4581,7 @@
|
|||
},
|
||||
"support_tree_branch_diameter":
|
||||
{
|
||||
"label": "Tree Support Branch Diameter",
|
||||
"label": "Branch Diameter",
|
||||
"description": "The diameter of the thinnest branches of tree support. Thicker branches are more sturdy. Branches towards the base will be thicker than this.",
|
||||
"unit": "mm",
|
||||
"type": "float",
|
||||
|
@ -4595,7 +4595,7 @@
|
|||
},
|
||||
"support_tree_max_diameter":
|
||||
{
|
||||
"label": "Tree Support Trunk Diameter",
|
||||
"label": "Trunk Diameter",
|
||||
"description": "The diameter of the widest branches of tree support. A thicker trunk is more sturdy; a thinner trunk takes up less space on the build plate.",
|
||||
"unit": "mm",
|
||||
"type": "float",
|
||||
|
@ -4609,7 +4609,7 @@
|
|||
},
|
||||
"support_tree_branch_diameter_angle":
|
||||
{
|
||||
"label": "Tree Support Branch Diameter Angle",
|
||||
"label": "Branch Diameter Angle",
|
||||
"description": "The angle of the branches' diameter as they gradually become thicker towards the bottom. An angle of 0 will cause the branches to have uniform thickness over their length. A bit of an angle can increase stability of the tree support.",
|
||||
"unit": "\u00b0",
|
||||
"type": "float",
|
||||
|
@ -4640,7 +4640,7 @@
|
|||
},
|
||||
"support_tree_angle_slow":
|
||||
{
|
||||
"label": "Tree Support Preferred Branch Angle",
|
||||
"label": "Preferred Branch Angle",
|
||||
"description": "The preferred angle of the branches, when they do not have to avoid the model. Use a lower angle to make them more vertical and more stable. Use a higher angle for branches to merge faster.",
|
||||
"unit": "\u00b0",
|
||||
"type": "float",
|
||||
|
@ -4657,7 +4657,7 @@
|
|||
},
|
||||
"support_tree_max_diameter_increase_by_merges_when_support_to_model":
|
||||
{
|
||||
"label": "Tree Support Diameter Increase To Model",
|
||||
"label": "Diameter Increase To Model",
|
||||
"description": "The most the diameter of a branch that has to connect to the model may increase by merging with branches that could reach the buildplate. Increasing this reduces print time, but increases the area of support that rests on model",
|
||||
"unit": "mm",
|
||||
"type": "float",
|
||||
|
@ -4670,7 +4670,7 @@
|
|||
},
|
||||
"support_tree_min_height_to_model":
|
||||
{
|
||||
"label": "Tree Support Minimum Height To Model",
|
||||
"label": "Minimum Height To Model",
|
||||
"description": "How tall a branch has to be if it is placed on the model. Prevents small blobs of support. This setting is ignored when a branch is supporting a support roof.",
|
||||
"unit": "mm",
|
||||
"type": "float",
|
||||
|
@ -4684,7 +4684,7 @@
|
|||
},
|
||||
"support_tree_bp_diameter":
|
||||
{
|
||||
"label": "Tree Support Initial Layer Diameter",
|
||||
"label": "Initial Layer Diameter",
|
||||
"description": "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion.",
|
||||
"unit": "mm",
|
||||
"type": "float",
|
||||
|
@ -4698,7 +4698,7 @@
|
|||
},
|
||||
"support_tree_top_rate":
|
||||
{
|
||||
"label": "Tree Support Branch Density",
|
||||
"label": "Branch Density",
|
||||
"description": "Adjusts the density of the support structure used to generate the tips of the branches. A higher value results in better overhangs, but the supports are harder to remove. Use Support Roof for very high values or ensure support density is similarly high at the top.",
|
||||
"unit": "%",
|
||||
"type": "float",
|
||||
|
@ -4714,7 +4714,7 @@
|
|||
},
|
||||
"support_tree_tip_diameter":
|
||||
{
|
||||
"label": "Tree Support Tip Diameter",
|
||||
"label": "Tip Diameter",
|
||||
"description": "The diameter of the top of the tip of the branches of tree support.",
|
||||
"unit": "mm",
|
||||
"type": "float",
|
||||
|
@ -4729,7 +4729,7 @@
|
|||
},
|
||||
"support_tree_limit_branch_reach":
|
||||
{
|
||||
"label": "Tree Support Limit Branch Reach",
|
||||
"label": "Limit Branch Reach",
|
||||
"description": "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)",
|
||||
"type": "bool",
|
||||
"default_value": true,
|
||||
|
@ -4738,7 +4738,7 @@
|
|||
},
|
||||
"support_tree_branch_reach_limit":
|
||||
{
|
||||
"label": "Tree Support Optimal Branch Range",
|
||||
"label": "Optimal Branch Range",
|
||||
"description": "A recomendation to how far branches can move from the points they support. Branches can violate this value to reach their destination (buildplate or a flat part of the model). Lowering this value will make the support more sturdy, but increase the amount of branches (and because of that material usage/print time) ",
|
||||
"unit": "mm",
|
||||
"type": "float",
|
||||
|
@ -4750,7 +4750,7 @@
|
|||
},
|
||||
"support_tree_rest_preference":
|
||||
{
|
||||
"label": "Tree Support Rest Preference",
|
||||
"label": "Rest Preference",
|
||||
"description": "The preferred placement of the support structures. If structures can't be placed at the preferred location, they will be place elsewhere, even if that means placing them on the model.",
|
||||
"type": "enum",
|
||||
"options":
|
||||
|
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Cura 5.1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-04-06 15:55+0000\n"
|
||||
"POT-Creation-Date: 2023-04-27 12:22+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"
|
||||
|
@ -430,22 +430,22 @@ msgctxt "@message"
|
|||
msgid "Could not read response."
|
||||
msgstr "Nelze přečíst odpověď."
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:75
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:77
|
||||
msgctxt "@message"
|
||||
msgid "The provided state is not correct."
|
||||
msgstr "Poskytnutý stav není správný."
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:80
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:83
|
||||
msgctxt "@message"
|
||||
msgid "Timeout when authenticating with the account server."
|
||||
msgstr "Vypršel časový limit při autentizaci se serverem s účty."
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:97
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:101
|
||||
msgctxt "@message"
|
||||
msgid "Please give the required permissions when authorizing this application."
|
||||
msgstr "Při autorizaci této aplikace zadejte požadovaná oprávnění."
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:104
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:109
|
||||
msgctxt "@message"
|
||||
msgid "Something unexpected happened when trying to log in, please try again."
|
||||
msgstr "Při pokusu o přihlášení se stalo něco neočekávaného, zkuste to znovu."
|
||||
|
@ -6716,22 +6716,22 @@ msgctxt "@button"
|
|||
msgid "Add printer manually"
|
||||
msgstr "Přidat tiskárnu manuálně"
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:203
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:212
|
||||
msgctxt "@label"
|
||||
msgid "Manufacturer"
|
||||
msgstr "Výrobce"
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:214
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:223
|
||||
msgctxt "@label"
|
||||
msgid "Profile author"
|
||||
msgstr "Autor profilu"
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:226
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:235
|
||||
msgctxt "@label"
|
||||
msgid "Printer name"
|
||||
msgstr "Název tiskárny"
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:232
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:241
|
||||
msgctxt "@text"
|
||||
msgid "Please name your printer"
|
||||
msgstr "Pojmenujte prosím svou tiskárnu"
|
||||
|
|
|
@ -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-04-24 09:08+0000\n"
|
||||
"POT-Creation-Date: 2023-04-28 10:03+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"
|
||||
|
@ -361,6 +361,21 @@ msgctxt "bottom_thickness label"
|
|||
msgid "Bottom Thickness"
|
||||
msgstr "Spodní tloušťka"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_top_rate label"
|
||||
msgid "Branch Density"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter label"
|
||||
msgid "Branch Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter_angle label"
|
||||
msgid "Branch Diameter Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "material_break_preparation_retracted_position label"
|
||||
msgid "Break Preparation Retracted Position"
|
||||
|
@ -871,6 +886,11 @@ msgctxt "material_diameter label"
|
|||
msgid "Diameter"
|
||||
msgstr "Průměr"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label"
|
||||
msgid "Diameter Increase To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_bp_diameter description"
|
||||
msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion."
|
||||
|
@ -1892,6 +1912,11 @@ msgctxt "skin_material_flow_layer_0 label"
|
|||
msgid "Initial Layer Bottom Flow"
|
||||
msgstr "Průtok první vrstvy spodku"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_bp_diameter label"
|
||||
msgid "Initial Layer Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "material_flow_layer_0 label"
|
||||
msgid "Initial Layer Flow"
|
||||
|
@ -2182,6 +2207,11 @@ msgctxt "lightning_infill_support_angle label"
|
|||
msgid "Lightning Infill Support Angle"
|
||||
msgstr "Úhel podpory bleskové výplně"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_limit_branch_reach label"
|
||||
msgid "Limit Branch Reach"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_limit_branch_reach description"
|
||||
msgid "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)"
|
||||
|
@ -2372,6 +2402,11 @@ msgctxt "machine_max_acceleration_z label"
|
|||
msgid "Maximum Acceleration Z"
|
||||
msgstr "Maximální akcelerace Z"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle label"
|
||||
msgid "Maximum Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "meshfix_maximum_deviation label"
|
||||
msgid "Maximum Deviation"
|
||||
|
@ -2562,6 +2597,11 @@ msgctxt "machine_minimum_feedrate label"
|
|||
msgid "Minimum Feedrate"
|
||||
msgstr "Minimální feedrate"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_min_height_to_model label"
|
||||
msgid "Minimum Height To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "min_infill_area label"
|
||||
msgid "Minimum Infill Area"
|
||||
|
@ -2907,6 +2947,11 @@ msgctxt "ooze_shield_dist label"
|
|||
msgid "Ooze Shield Distance"
|
||||
msgstr "Vzdálenost Ooze štítu"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_reach_limit label"
|
||||
msgid "Optimal Branch Range"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "optimize_wall_printing_order label"
|
||||
msgid "Optimize Wall Printing Order"
|
||||
|
@ -3012,6 +3057,11 @@ msgctxt "minimum_polygon_circumference description"
|
|||
msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details."
|
||||
msgstr "Polygony v krájených vrstvách, jejichž obvod je menší než toto množství, budou odfiltrovány. Nižší hodnoty vedou k vyššímu rozlišení ok za cenu krájení. Je určen především pro tiskárny SLA s vysokým rozlišením a velmi malé 3D modely se spoustou detailů."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle_slow label"
|
||||
msgid "Preferred Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "wall_transition_filter_deviation description"
|
||||
msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems."
|
||||
|
@ -3457,6 +3507,11 @@ msgctxt "skin_outline_count description"
|
|||
msgid "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material."
|
||||
msgstr "Nahrazuje nejvzdálenější část horního / spodního vzoru řadou soustředných čar. Použití jedné nebo dvou čar zlepšuje střechy, které začínají na výplňovém materiálu."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_rest_preference label"
|
||||
msgid "Rest Preference"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "travel_retract_before_outer_wall label"
|
||||
msgid "Retract Before Outer Wall"
|
||||
|
@ -5726,6 +5781,11 @@ msgctxt "draft_shield_enabled description"
|
|||
msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily."
|
||||
msgstr "Tím se vytvoří kolem modelu zeď, která zachycuje (horký) vzduch a chrání před vnějším proudem vzduchu. Obzvláště užitečné pro materiály, které se snadno deformují."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_tip_diameter label"
|
||||
msgid "Tip Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "material_shrinkage_percentage_xy description"
|
||||
msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)."
|
||||
|
@ -5921,71 +5981,6 @@ msgctxt "support_structure option tree"
|
|||
msgid "Tree"
|
||||
msgstr "Strom"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_top_rate label"
|
||||
msgid "Tree Support Branch Density"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter label"
|
||||
msgid "Tree Support Branch Diameter"
|
||||
msgstr "Průměr větve podpěry stromu"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter_angle label"
|
||||
msgid "Tree Support Branch Diameter Angle"
|
||||
msgstr "Průměr úhlu větve podpěry stromu"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label"
|
||||
msgid "Tree Support Diameter Increase To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_bp_diameter label"
|
||||
msgid "Tree Support Initial Layer Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_limit_branch_reach label"
|
||||
msgid "Tree Support Limit Branch Reach"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle label"
|
||||
msgid "Tree Support Maximum Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_min_height_to_model label"
|
||||
msgid "Tree Support Minimum Height To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_reach_limit label"
|
||||
msgid "Tree Support Optimal Branch Range"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle_slow label"
|
||||
msgid "Tree Support Preferred Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_rest_preference label"
|
||||
msgid "Tree Support Rest Preference"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_tip_diameter label"
|
||||
msgid "Tree Support Tip Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter label"
|
||||
msgid "Tree Support Trunk Diameter"
|
||||
msgstr "Průměr kmene stromové podpory"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "infill_pattern option trihexagon"
|
||||
msgid "Tri-Hexagon"
|
||||
|
@ -6016,6 +6011,11 @@ msgctxt "support_roof_pattern option triangles"
|
|||
msgid "Triangles"
|
||||
msgstr "Trojúhelníky"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter label"
|
||||
msgid "Trunk Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "machine_gcode_flavor option UltiGCode"
|
||||
msgid "Ultimaker 2"
|
||||
|
@ -7114,6 +7114,14 @@ msgstr "cestování"
|
|||
#~ msgid "Tree Support Branch Angle"
|
||||
#~ msgstr "Úhel větve stromové podpory"
|
||||
|
||||
#~ msgctxt "support_tree_branch_diameter label"
|
||||
#~ msgid "Tree Support Branch Diameter"
|
||||
#~ msgstr "Průměr větve podpěry stromu"
|
||||
|
||||
#~ msgctxt "support_tree_branch_diameter_angle label"
|
||||
#~ msgid "Tree Support Branch Diameter Angle"
|
||||
#~ msgstr "Průměr úhlu větve podpěry stromu"
|
||||
|
||||
#~ msgctxt "support_tree_branch_distance label"
|
||||
#~ msgid "Tree Support Branch Distance"
|
||||
#~ msgstr "Vzdálenost větví stromu"
|
||||
|
@ -7122,6 +7130,10 @@ msgstr "cestování"
|
|||
#~ msgid "Tree Support Collision Resolution"
|
||||
#~ msgstr "Stromová podpora - rozlišení kolize"
|
||||
|
||||
#~ msgctxt "support_tree_max_diameter label"
|
||||
#~ msgid "Tree Support Trunk Diameter"
|
||||
#~ msgstr "Průměr kmene stromové podpory"
|
||||
|
||||
#~ msgctxt "wireframe_bottom_delay label"
|
||||
#~ msgid "WP Bottom Delay"
|
||||
#~ msgstr "Zpoždení pohybu dole při tisku DT"
|
||||
|
|
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-04-06 15:55+0000\n"
|
||||
"POT-Creation-Date: 2023-04-27 12:22+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"
|
||||
|
@ -430,22 +430,22 @@ msgctxt "@message"
|
|||
msgid "Could not read response."
|
||||
msgstr "Antwort konnte nicht gelesen werden."
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:75
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:77
|
||||
msgctxt "@message"
|
||||
msgid "The provided state is not correct."
|
||||
msgstr "Angegebener Status ist falsch."
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:80
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:83
|
||||
msgctxt "@message"
|
||||
msgid "Timeout when authenticating with the account server."
|
||||
msgstr "Zeitüberschreitung bei der Authentifizierung mit dem Kontoserver."
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:97
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:101
|
||||
msgctxt "@message"
|
||||
msgid "Please give the required permissions when authorizing this application."
|
||||
msgstr "Erteilen Sie bitte die erforderlichen Freigaben bei der Autorisierung dieser Anwendung."
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:104
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:109
|
||||
msgctxt "@message"
|
||||
msgid "Something unexpected happened when trying to log in, please try again."
|
||||
msgstr "Bei dem Versuch, sich anzumelden, trat ein unerwarteter Fehler auf. Bitte erneut versuchen."
|
||||
|
@ -6695,22 +6695,22 @@ msgctxt "@button"
|
|||
msgid "Add printer manually"
|
||||
msgstr "Drucker manuell hinzufügen"
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:203
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:212
|
||||
msgctxt "@label"
|
||||
msgid "Manufacturer"
|
||||
msgstr "Hersteller"
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:214
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:223
|
||||
msgctxt "@label"
|
||||
msgid "Profile author"
|
||||
msgstr "Autor des Profils"
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:226
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:235
|
||||
msgctxt "@label"
|
||||
msgid "Printer name"
|
||||
msgstr "Druckername"
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:232
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:241
|
||||
msgctxt "@text"
|
||||
msgid "Please name your printer"
|
||||
msgstr "Bitte weisen Sie Ihrem Drucker einen Namen zu"
|
||||
|
|
|
@ -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-04-24 09:08+0000\n"
|
||||
"POT-Creation-Date: 2023-04-28 10:03+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE\n"
|
||||
|
@ -356,6 +356,21 @@ msgctxt "bottom_thickness label"
|
|||
msgid "Bottom Thickness"
|
||||
msgstr "Untere Dicke"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_top_rate label"
|
||||
msgid "Branch Density"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter label"
|
||||
msgid "Branch Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter_angle label"
|
||||
msgid "Branch Diameter Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "material_break_preparation_retracted_position label"
|
||||
msgid "Break Preparation Retracted Position"
|
||||
|
@ -866,6 +881,11 @@ msgctxt "material_diameter label"
|
|||
msgid "Diameter"
|
||||
msgstr "Durchmesser"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label"
|
||||
msgid "Diameter Increase To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_bp_diameter description"
|
||||
msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion."
|
||||
|
@ -1889,6 +1909,11 @@ msgctxt "skin_material_flow_layer_0 label"
|
|||
msgid "Initial Layer Bottom Flow"
|
||||
msgstr "Unterer Fluss der ersten Schicht"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_bp_diameter label"
|
||||
msgid "Initial Layer Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "material_flow_layer_0 label"
|
||||
msgid "Initial Layer Flow"
|
||||
|
@ -2179,6 +2204,11 @@ msgctxt "lightning_infill_support_angle label"
|
|||
msgid "Lightning Infill Support Angle"
|
||||
msgstr "Stützwinkel der Blitz-Füllung"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_limit_branch_reach label"
|
||||
msgid "Limit Branch Reach"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_limit_branch_reach description"
|
||||
msgid "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)"
|
||||
|
@ -2369,6 +2399,11 @@ msgctxt "machine_max_acceleration_z label"
|
|||
msgid "Maximum Acceleration Z"
|
||||
msgstr "Maximale Beschleunigung Z"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle label"
|
||||
msgid "Maximum Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "meshfix_maximum_deviation label"
|
||||
msgid "Maximum Deviation"
|
||||
|
@ -2559,6 +2594,11 @@ msgctxt "machine_minimum_feedrate label"
|
|||
msgid "Minimum Feedrate"
|
||||
msgstr "Mindest-Vorschub"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_min_height_to_model label"
|
||||
msgid "Minimum Height To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "min_infill_area label"
|
||||
msgid "Minimum Infill Area"
|
||||
|
@ -2904,6 +2944,11 @@ msgctxt "ooze_shield_dist label"
|
|||
msgid "Ooze Shield Distance"
|
||||
msgstr "Abstand für Sickerschutz"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_reach_limit label"
|
||||
msgid "Optimal Branch Range"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "optimize_wall_printing_order label"
|
||||
msgid "Optimize Wall Printing Order"
|
||||
|
@ -3009,6 +3054,11 @@ msgctxt "minimum_polygon_circumference description"
|
|||
msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details."
|
||||
msgstr "Polygone in geschnittenen Schichten, die einen Umfang unter diesem Wert haben, werden ausgefiltert. Niedrigere Werte führen zu einem Mesh mit höherer Auflösung zulasten der Slicing-Zeit. Dies gilt in erster Linie für SLA-Drucker mit höherer Auflösung und sehr kleine 3D-Modelle mit zahlreichen Details."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle_slow label"
|
||||
msgid "Preferred Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "wall_transition_filter_deviation description"
|
||||
msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems."
|
||||
|
@ -3454,6 +3504,11 @@ msgctxt "skin_outline_count description"
|
|||
msgid "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material."
|
||||
msgstr "Der äußerste Teil des oberen/unteren Musters wird durch eine Anzahl von konzentrischen Linien ersetzt. Die Verwendung von ein oder zwei Linien verbessert Dächer, die auf Füllmaterial beginnen."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_rest_preference label"
|
||||
msgid "Rest Preference"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "travel_retract_before_outer_wall label"
|
||||
msgid "Retract Before Outer Wall"
|
||||
|
@ -5723,6 +5778,11 @@ msgctxt "draft_shield_enabled description"
|
|||
msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily."
|
||||
msgstr "Es wird rund um das Modell eine Wand erstellt, die (heiße) Luft festhält und vor externen Luftströmen schützt. Dies ist besonders nützlich bei Materialien, die sich leicht verbiegen."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_tip_diameter label"
|
||||
msgid "Tip Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "material_shrinkage_percentage_xy description"
|
||||
msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)."
|
||||
|
@ -5918,71 +5978,6 @@ msgctxt "support_structure option tree"
|
|||
msgid "Tree"
|
||||
msgstr "Tree"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_top_rate label"
|
||||
msgid "Tree Support Branch Density"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter label"
|
||||
msgid "Tree Support Branch Diameter"
|
||||
msgstr "Astdurchmesser der Baumstützstruktur"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter_angle label"
|
||||
msgid "Tree Support Branch Diameter Angle"
|
||||
msgstr "Winkel Astdurchmesser der Baumstützstruktur"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label"
|
||||
msgid "Tree Support Diameter Increase To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_bp_diameter label"
|
||||
msgid "Tree Support Initial Layer Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_limit_branch_reach label"
|
||||
msgid "Tree Support Limit Branch Reach"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle label"
|
||||
msgid "Tree Support Maximum Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_min_height_to_model label"
|
||||
msgid "Tree Support Minimum Height To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_reach_limit label"
|
||||
msgid "Tree Support Optimal Branch Range"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle_slow label"
|
||||
msgid "Tree Support Preferred Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_rest_preference label"
|
||||
msgid "Tree Support Rest Preference"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_tip_diameter label"
|
||||
msgid "Tree Support Tip Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter label"
|
||||
msgid "Tree Support Trunk Diameter"
|
||||
msgstr "Stammdurchmesser der Baumstützstruktur"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "infill_pattern option trihexagon"
|
||||
msgid "Tri-Hexagon"
|
||||
|
@ -6013,6 +6008,11 @@ msgctxt "support_roof_pattern option triangles"
|
|||
msgid "Triangles"
|
||||
msgstr "Dreiecke"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter label"
|
||||
msgid "Trunk Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "machine_gcode_flavor option UltiGCode"
|
||||
msgid "Ultimaker 2"
|
||||
|
@ -6791,6 +6791,14 @@ msgstr "Bewegungen"
|
|||
#~ msgid "Tree Support Branch Angle"
|
||||
#~ msgstr "Astwinkel der Baumstützstruktur"
|
||||
|
||||
#~ msgctxt "support_tree_branch_diameter label"
|
||||
#~ msgid "Tree Support Branch Diameter"
|
||||
#~ msgstr "Astdurchmesser der Baumstützstruktur"
|
||||
|
||||
#~ msgctxt "support_tree_branch_diameter_angle label"
|
||||
#~ msgid "Tree Support Branch Diameter Angle"
|
||||
#~ msgstr "Winkel Astdurchmesser der Baumstützstruktur"
|
||||
|
||||
#~ msgctxt "support_tree_branch_distance label"
|
||||
#~ msgid "Tree Support Branch Distance"
|
||||
#~ msgstr "Astabstand der Baumstützstruktur"
|
||||
|
@ -6799,6 +6807,10 @@ msgstr "Bewegungen"
|
|||
#~ msgid "Tree Support Collision Resolution"
|
||||
#~ msgstr "Kollisionsauflösung der Baumstützstruktur"
|
||||
|
||||
#~ msgctxt "support_tree_max_diameter label"
|
||||
#~ msgid "Tree Support Trunk Diameter"
|
||||
#~ msgstr "Stammdurchmesser der Baumstützstruktur"
|
||||
|
||||
#~ msgctxt "wireframe_bottom_delay label"
|
||||
#~ msgid "WP Bottom Delay"
|
||||
#~ msgstr "Abwärtsverzögerung beim Drucken mit Drahtstruktur"
|
||||
|
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Cura 5.3\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-04-06 15:55+0000\n"
|
||||
"POT-Creation-Date: 2023-04-27 12:22+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"
|
||||
|
@ -429,22 +429,22 @@ msgctxt "@message"
|
|||
msgid "Could not read response."
|
||||
msgstr "No se ha podido leer la respuesta."
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:75
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:77
|
||||
msgctxt "@message"
|
||||
msgid "The provided state is not correct."
|
||||
msgstr "El estado indicado no es correcto."
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:80
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:83
|
||||
msgctxt "@message"
|
||||
msgid "Timeout when authenticating with the account server."
|
||||
msgstr "Se agotó el tiempo de autenticación con el servidor de la cuenta."
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:97
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:101
|
||||
msgctxt "@message"
|
||||
msgid "Please give the required permissions when authorizing this application."
|
||||
msgstr "Conceda los permisos necesarios al autorizar esta aplicación."
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:104
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:109
|
||||
msgctxt "@message"
|
||||
msgid "Something unexpected happened when trying to log in, please try again."
|
||||
msgstr "Se ha producido un problema al intentar iniciar sesión, vuelva a intentarlo."
|
||||
|
@ -6695,22 +6695,22 @@ msgctxt "@button"
|
|||
msgid "Add printer manually"
|
||||
msgstr "Añadir impresora manualmente"
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:203
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:212
|
||||
msgctxt "@label"
|
||||
msgid "Manufacturer"
|
||||
msgstr "Fabricante"
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:214
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:223
|
||||
msgctxt "@label"
|
||||
msgid "Profile author"
|
||||
msgstr "Autor del perfil"
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:226
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:235
|
||||
msgctxt "@label"
|
||||
msgid "Printer name"
|
||||
msgstr "Nombre de la impresora"
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:232
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:241
|
||||
msgctxt "@text"
|
||||
msgid "Please name your printer"
|
||||
msgstr "Asigne un nombre a su impresora"
|
||||
|
|
|
@ -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-04-24 09:08+0000\n"
|
||||
"POT-Creation-Date: 2023-04-28 10:03+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE\n"
|
||||
|
@ -356,6 +356,21 @@ msgctxt "bottom_thickness label"
|
|||
msgid "Bottom Thickness"
|
||||
msgstr "Grosor inferior"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_top_rate label"
|
||||
msgid "Branch Density"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter label"
|
||||
msgid "Branch Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter_angle label"
|
||||
msgid "Branch Diameter Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "material_break_preparation_retracted_position label"
|
||||
msgid "Break Preparation Retracted Position"
|
||||
|
@ -866,6 +881,11 @@ msgctxt "material_diameter label"
|
|||
msgid "Diameter"
|
||||
msgstr "Diámetro"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label"
|
||||
msgid "Diameter Increase To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_bp_diameter description"
|
||||
msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion."
|
||||
|
@ -1889,6 +1909,11 @@ msgctxt "skin_material_flow_layer_0 label"
|
|||
msgid "Initial Layer Bottom Flow"
|
||||
msgstr "Flujo inferior de la capa inicial"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_bp_diameter label"
|
||||
msgid "Initial Layer Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "material_flow_layer_0 label"
|
||||
msgid "Initial Layer Flow"
|
||||
|
@ -2179,6 +2204,11 @@ msgctxt "lightning_infill_support_angle label"
|
|||
msgid "Lightning Infill Support Angle"
|
||||
msgstr "Ángulo de sujeción de relleno de iluminación"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_limit_branch_reach label"
|
||||
msgid "Limit Branch Reach"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_limit_branch_reach description"
|
||||
msgid "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)"
|
||||
|
@ -2369,6 +2399,11 @@ msgctxt "machine_max_acceleration_z label"
|
|||
msgid "Maximum Acceleration Z"
|
||||
msgstr "Aceleración máxima de Z"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle label"
|
||||
msgid "Maximum Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "meshfix_maximum_deviation label"
|
||||
msgid "Maximum Deviation"
|
||||
|
@ -2559,6 +2594,11 @@ msgctxt "machine_minimum_feedrate label"
|
|||
msgid "Minimum Feedrate"
|
||||
msgstr "Velocidad de alimentación mínima"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_min_height_to_model label"
|
||||
msgid "Minimum Height To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "min_infill_area label"
|
||||
msgid "Minimum Infill Area"
|
||||
|
@ -2904,6 +2944,11 @@ msgctxt "ooze_shield_dist label"
|
|||
msgid "Ooze Shield Distance"
|
||||
msgstr "Distancia de la placa de rezumado"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_reach_limit label"
|
||||
msgid "Optimal Branch Range"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "optimize_wall_printing_order label"
|
||||
msgid "Optimize Wall Printing Order"
|
||||
|
@ -3009,6 +3054,11 @@ msgctxt "minimum_polygon_circumference description"
|
|||
msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details."
|
||||
msgstr "Se filtran los polígonos en capas segmentadas que tienen una circunferencia más pequeña que esta. Los valores más pequeños suponen una resolución de malla mayor a costa de un tiempo de segmentación. Está indicado, sobre todo, para impresoras SLA y modelos 3D muy pequeños con muchos detalles."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle_slow label"
|
||||
msgid "Preferred Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "wall_transition_filter_deviation description"
|
||||
msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems."
|
||||
|
@ -3454,6 +3504,11 @@ msgctxt "skin_outline_count description"
|
|||
msgid "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material."
|
||||
msgstr "Reemplaza la parte más externa del patrón superior/inferior con un número de líneas concéntricas. Mediante el uso de una o dos líneas mejora los techos que comienzan en el material de relleno."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_rest_preference label"
|
||||
msgid "Rest Preference"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "travel_retract_before_outer_wall label"
|
||||
msgid "Retract Before Outer Wall"
|
||||
|
@ -5723,6 +5778,11 @@ msgctxt "draft_shield_enabled description"
|
|||
msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily."
|
||||
msgstr "Esto creará una pared alrededor del modelo que atrapa el aire (caliente) y lo protege contra flujos de aire exterior. Es especialmente útil para materiales que se deforman fácilmente."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_tip_diameter label"
|
||||
msgid "Tip Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "material_shrinkage_percentage_xy description"
|
||||
msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)."
|
||||
|
@ -5918,71 +5978,6 @@ msgctxt "support_structure option tree"
|
|||
msgid "Tree"
|
||||
msgstr "Árbol"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_top_rate label"
|
||||
msgid "Tree Support Branch Density"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter label"
|
||||
msgid "Tree Support Branch Diameter"
|
||||
msgstr "Diámetro de las ramas del soporte en árbol"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter_angle label"
|
||||
msgid "Tree Support Branch Diameter Angle"
|
||||
msgstr "Ángulo de diámetro de las ramas del soporte en árbol"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label"
|
||||
msgid "Tree Support Diameter Increase To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_bp_diameter label"
|
||||
msgid "Tree Support Initial Layer Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_limit_branch_reach label"
|
||||
msgid "Tree Support Limit Branch Reach"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle label"
|
||||
msgid "Tree Support Maximum Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_min_height_to_model label"
|
||||
msgid "Tree Support Minimum Height To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_reach_limit label"
|
||||
msgid "Tree Support Optimal Branch Range"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle_slow label"
|
||||
msgid "Tree Support Preferred Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_rest_preference label"
|
||||
msgid "Tree Support Rest Preference"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_tip_diameter label"
|
||||
msgid "Tree Support Tip Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter label"
|
||||
msgid "Tree Support Trunk Diameter"
|
||||
msgstr "Diámetro del tronco del soporte en árbol"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "infill_pattern option trihexagon"
|
||||
msgid "Tri-Hexagon"
|
||||
|
@ -6013,6 +6008,11 @@ msgctxt "support_roof_pattern option triangles"
|
|||
msgid "Triangles"
|
||||
msgstr "Triángulos"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter label"
|
||||
msgid "Trunk Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "machine_gcode_flavor option UltiGCode"
|
||||
msgid "Ultimaker 2"
|
||||
|
@ -6791,6 +6791,14 @@ msgstr "desplazamiento"
|
|||
#~ msgid "Tree Support Branch Angle"
|
||||
#~ msgstr "Ángulo de las ramas del soporte en árbol"
|
||||
|
||||
#~ msgctxt "support_tree_branch_diameter label"
|
||||
#~ msgid "Tree Support Branch Diameter"
|
||||
#~ msgstr "Diámetro de las ramas del soporte en árbol"
|
||||
|
||||
#~ msgctxt "support_tree_branch_diameter_angle label"
|
||||
#~ msgid "Tree Support Branch Diameter Angle"
|
||||
#~ msgstr "Ángulo de diámetro de las ramas del soporte en árbol"
|
||||
|
||||
#~ msgctxt "support_tree_branch_distance label"
|
||||
#~ msgid "Tree Support Branch Distance"
|
||||
#~ msgstr "Distancia de las ramas del soporte en árbol"
|
||||
|
@ -6799,6 +6807,10 @@ msgstr "desplazamiento"
|
|||
#~ msgid "Tree Support Collision Resolution"
|
||||
#~ msgstr "Resolución de colisión del soporte en árbol"
|
||||
|
||||
#~ msgctxt "support_tree_max_diameter label"
|
||||
#~ msgid "Tree Support Trunk Diameter"
|
||||
#~ msgstr "Diámetro del tronco del soporte en árbol"
|
||||
|
||||
#~ msgctxt "wireframe_bottom_delay label"
|
||||
#~ msgid "WP Bottom Delay"
|
||||
#~ msgstr "Retardo inferior en IA"
|
||||
|
|
|
@ -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-04-24 09:08+0000\n"
|
||||
"POT-Creation-Date: 2023-04-28 10:03+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE\n"
|
||||
|
@ -3768,7 +3768,7 @@ msgstr ""
|
|||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle label"
|
||||
msgid "Tree Support Maximum Branch Angle"
|
||||
msgid "Maximum Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
|
@ -3778,7 +3778,7 @@ msgstr ""
|
|||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter label"
|
||||
msgid "Tree Support Branch Diameter"
|
||||
msgid "Branch Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
|
@ -3788,7 +3788,7 @@ msgstr ""
|
|||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter label"
|
||||
msgid "Tree Support Trunk Diameter"
|
||||
msgid "Trunk Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
|
@ -3798,7 +3798,7 @@ msgstr ""
|
|||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter_angle label"
|
||||
msgid "Tree Support Branch Diameter Angle"
|
||||
msgid "Branch Diameter Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
|
@ -3828,7 +3828,7 @@ msgstr ""
|
|||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle_slow label"
|
||||
msgid "Tree Support Preferred Branch Angle"
|
||||
msgid "Preferred Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
|
@ -3838,7 +3838,7 @@ msgstr ""
|
|||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label"
|
||||
msgid "Tree Support Diameter Increase To Model"
|
||||
msgid "Diameter Increase To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
|
@ -3848,7 +3848,7 @@ msgstr ""
|
|||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_min_height_to_model label"
|
||||
msgid "Tree Support Minimum Height To Model"
|
||||
msgid "Minimum Height To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
|
@ -3858,7 +3858,7 @@ msgstr ""
|
|||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_bp_diameter label"
|
||||
msgid "Tree Support Initial Layer Diameter"
|
||||
msgid "Initial Layer Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
|
@ -3868,7 +3868,7 @@ msgstr ""
|
|||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_top_rate label"
|
||||
msgid "Tree Support Branch Density"
|
||||
msgid "Branch Density"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
|
@ -3878,7 +3878,7 @@ msgstr ""
|
|||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_tip_diameter label"
|
||||
msgid "Tree Support Tip Diameter"
|
||||
msgid "Tip Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
|
@ -3888,7 +3888,7 @@ msgstr ""
|
|||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_limit_branch_reach label"
|
||||
msgid "Tree Support Limit Branch Reach"
|
||||
msgid "Limit Branch Reach"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
|
@ -3898,7 +3898,7 @@ msgstr ""
|
|||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_reach_limit label"
|
||||
msgid "Tree Support Optimal Branch Range"
|
||||
msgid "Optimal Branch Range"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
|
@ -3908,7 +3908,7 @@ msgstr ""
|
|||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_rest_preference label"
|
||||
msgid "Tree Support Rest Preference"
|
||||
msgid "Rest Preference"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
|
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Cura 5.1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-04-06 15:55+0000\n"
|
||||
"POT-Creation-Date: 2023-04-27 12:22+0000\n"
|
||||
"PO-Revision-Date: 2022-07-15 10:53+0200\n"
|
||||
"Last-Translator: Bothof <info@bothof.nl>\n"
|
||||
"Language-Team: Finnish\n"
|
||||
|
@ -422,22 +422,22 @@ msgctxt "@message"
|
|||
msgid "Could not read response."
|
||||
msgstr ""
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:75
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:77
|
||||
msgctxt "@message"
|
||||
msgid "The provided state is not correct."
|
||||
msgstr ""
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:80
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:83
|
||||
msgctxt "@message"
|
||||
msgid "Timeout when authenticating with the account server."
|
||||
msgstr ""
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:97
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:101
|
||||
msgctxt "@message"
|
||||
msgid "Please give the required permissions when authorizing this application."
|
||||
msgstr ""
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:104
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:109
|
||||
msgctxt "@message"
|
||||
msgid "Something unexpected happened when trying to log in, please try again."
|
||||
msgstr ""
|
||||
|
@ -6657,22 +6657,22 @@ msgctxt "@button"
|
|||
msgid "Add printer manually"
|
||||
msgstr ""
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:203
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:212
|
||||
msgctxt "@label"
|
||||
msgid "Manufacturer"
|
||||
msgstr ""
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:214
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:223
|
||||
msgctxt "@label"
|
||||
msgid "Profile author"
|
||||
msgstr ""
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:226
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:235
|
||||
msgctxt "@label"
|
||||
msgid "Printer name"
|
||||
msgstr ""
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:232
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:241
|
||||
msgctxt "@text"
|
||||
msgid "Please name your printer"
|
||||
msgstr ""
|
||||
|
|
|
@ -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-04-24 09:08+0000\n"
|
||||
"POT-Creation-Date: 2023-04-28 10:03+0000\n"
|
||||
"PO-Revision-Date: 2022-07-15 11:17+0200\n"
|
||||
"Last-Translator: Bothof <info@bothof.nl>\n"
|
||||
"Language-Team: Finnish\n"
|
||||
|
@ -358,6 +358,21 @@ msgctxt "bottom_thickness label"
|
|||
msgid "Bottom Thickness"
|
||||
msgstr "Alaosan paksuus"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_top_rate label"
|
||||
msgid "Branch Density"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter label"
|
||||
msgid "Branch Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter_angle label"
|
||||
msgid "Branch Diameter Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "material_break_preparation_retracted_position label"
|
||||
msgid "Break Preparation Retracted Position"
|
||||
|
@ -868,6 +883,11 @@ msgctxt "material_diameter label"
|
|||
msgid "Diameter"
|
||||
msgstr "Läpimitta"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label"
|
||||
msgid "Diameter Increase To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_bp_diameter description"
|
||||
msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion."
|
||||
|
@ -1887,6 +1907,11 @@ msgctxt "skin_material_flow_layer_0 label"
|
|||
msgid "Initial Layer Bottom Flow"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_bp_diameter label"
|
||||
msgid "Initial Layer Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "material_flow_layer_0 label"
|
||||
msgid "Initial Layer Flow"
|
||||
|
@ -2177,6 +2202,11 @@ msgctxt "lightning_infill_support_angle label"
|
|||
msgid "Lightning Infill Support Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_limit_branch_reach label"
|
||||
msgid "Limit Branch Reach"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_limit_branch_reach description"
|
||||
msgid "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)"
|
||||
|
@ -2367,6 +2397,11 @@ msgctxt "machine_max_acceleration_z label"
|
|||
msgid "Maximum Acceleration Z"
|
||||
msgstr "Maksimikiihtyvyys Z"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle label"
|
||||
msgid "Maximum Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "meshfix_maximum_deviation label"
|
||||
msgid "Maximum Deviation"
|
||||
|
@ -2557,6 +2592,11 @@ msgctxt "machine_minimum_feedrate label"
|
|||
msgid "Minimum Feedrate"
|
||||
msgstr "Minimisyöttönopeus"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_min_height_to_model label"
|
||||
msgid "Minimum Height To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "min_infill_area label"
|
||||
msgid "Minimum Infill Area"
|
||||
|
@ -2902,6 +2942,11 @@ msgctxt "ooze_shield_dist label"
|
|||
msgid "Ooze Shield Distance"
|
||||
msgstr "Tihkusuojuksen etäisyys"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_reach_limit label"
|
||||
msgid "Optimal Branch Range"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "optimize_wall_printing_order label"
|
||||
msgid "Optimize Wall Printing Order"
|
||||
|
@ -3007,6 +3052,11 @@ msgctxt "minimum_polygon_circumference description"
|
|||
msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle_slow label"
|
||||
msgid "Preferred Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "wall_transition_filter_deviation description"
|
||||
msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems."
|
||||
|
@ -3452,6 +3502,11 @@ msgctxt "skin_outline_count description"
|
|||
msgid "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material."
|
||||
msgstr "Korvaa ylä-/alakuvion uloimman osan samankeskisillä linjoilla. Yhden tai kahden linjan käyttäminen parantaa kattoja, jotka alkavat täyttömateriaalin keskeltä."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_rest_preference label"
|
||||
msgid "Rest Preference"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "travel_retract_before_outer_wall label"
|
||||
msgid "Retract Before Outer Wall"
|
||||
|
@ -5725,6 +5780,11 @@ msgctxt "draft_shield_enabled description"
|
|||
msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily."
|
||||
msgstr "Tämä luo mallin ympärille seinämän, joka pidättää (kuumaa) ilmaa ja suojaa ulkoiselta ilmavirtaukselta. Erityisen käyttökelpoinen materiaaleilla, jotka vääntyvät helposti."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_tip_diameter label"
|
||||
msgid "Tip Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "material_shrinkage_percentage_xy description"
|
||||
msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)."
|
||||
|
@ -5920,71 +5980,6 @@ msgctxt "support_structure option tree"
|
|||
msgid "Tree"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_top_rate label"
|
||||
msgid "Tree Support Branch Density"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter label"
|
||||
msgid "Tree Support Branch Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter_angle label"
|
||||
msgid "Tree Support Branch Diameter Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label"
|
||||
msgid "Tree Support Diameter Increase To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_bp_diameter label"
|
||||
msgid "Tree Support Initial Layer Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_limit_branch_reach label"
|
||||
msgid "Tree Support Limit Branch Reach"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle label"
|
||||
msgid "Tree Support Maximum Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_min_height_to_model label"
|
||||
msgid "Tree Support Minimum Height To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_reach_limit label"
|
||||
msgid "Tree Support Optimal Branch Range"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle_slow label"
|
||||
msgid "Tree Support Preferred Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_rest_preference label"
|
||||
msgid "Tree Support Rest Preference"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_tip_diameter label"
|
||||
msgid "Tree Support Tip Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter label"
|
||||
msgid "Tree Support Trunk Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "infill_pattern option trihexagon"
|
||||
msgid "Tri-Hexagon"
|
||||
|
@ -6015,6 +6010,11 @@ msgctxt "support_roof_pattern option triangles"
|
|||
msgid "Triangles"
|
||||
msgstr "Kolmiot"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter label"
|
||||
msgid "Trunk Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "machine_gcode_flavor option UltiGCode"
|
||||
msgid "Ultimaker 2"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-04-06 15:55+0000\n"
|
||||
"POT-Creation-Date: 2023-04-27 12:22+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"
|
||||
|
@ -430,22 +430,22 @@ msgctxt "@message"
|
|||
msgid "Could not read response."
|
||||
msgstr "Impossible de lire la réponse."
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:75
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:77
|
||||
msgctxt "@message"
|
||||
msgid "The provided state is not correct."
|
||||
msgstr "L'état fourni n'est pas correct."
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:80
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:83
|
||||
msgctxt "@message"
|
||||
msgid "Timeout when authenticating with the account server."
|
||||
msgstr "Délai d'expiration lors de l'authentification avec le serveur de compte."
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:97
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:101
|
||||
msgctxt "@message"
|
||||
msgid "Please give the required permissions when authorizing this application."
|
||||
msgstr "Veuillez donner les permissions requises lors de l'autorisation de cette application."
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:104
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:109
|
||||
msgctxt "@message"
|
||||
msgid "Something unexpected happened when trying to log in, please try again."
|
||||
msgstr "Une erreur s'est produite lors de la connexion, veuillez réessayer."
|
||||
|
@ -6695,22 +6695,22 @@ msgctxt "@button"
|
|||
msgid "Add printer manually"
|
||||
msgstr "Ajouter l'imprimante manuellement"
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:203
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:212
|
||||
msgctxt "@label"
|
||||
msgid "Manufacturer"
|
||||
msgstr "Fabricant"
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:214
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:223
|
||||
msgctxt "@label"
|
||||
msgid "Profile author"
|
||||
msgstr "Auteur du profil"
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:226
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:235
|
||||
msgctxt "@label"
|
||||
msgid "Printer name"
|
||||
msgstr "Nom de l'imprimante"
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:232
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:241
|
||||
msgctxt "@text"
|
||||
msgid "Please name your printer"
|
||||
msgstr "Veuillez nommer votre imprimante"
|
||||
|
|
|
@ -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-04-24 09:08+0000\n"
|
||||
"POT-Creation-Date: 2023-04-28 10:03+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE\n"
|
||||
|
@ -356,6 +356,21 @@ msgctxt "bottom_thickness label"
|
|||
msgid "Bottom Thickness"
|
||||
msgstr "Épaisseur du dessous"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_top_rate label"
|
||||
msgid "Branch Density"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter label"
|
||||
msgid "Branch Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter_angle label"
|
||||
msgid "Branch Diameter Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "material_break_preparation_retracted_position label"
|
||||
msgid "Break Preparation Retracted Position"
|
||||
|
@ -866,6 +881,11 @@ msgctxt "material_diameter label"
|
|||
msgid "Diameter"
|
||||
msgstr "Diamètre"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label"
|
||||
msgid "Diameter Increase To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_bp_diameter description"
|
||||
msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion."
|
||||
|
@ -1889,6 +1909,11 @@ msgctxt "skin_material_flow_layer_0 label"
|
|||
msgid "Initial Layer Bottom Flow"
|
||||
msgstr "Débit inférieur de la couche initiale"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_bp_diameter label"
|
||||
msgid "Initial Layer Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "material_flow_layer_0 label"
|
||||
msgid "Initial Layer Flow"
|
||||
|
@ -2179,6 +2204,11 @@ msgctxt "lightning_infill_support_angle label"
|
|||
msgid "Lightning Infill Support Angle"
|
||||
msgstr "Angle de support du remplissage éclair"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_limit_branch_reach label"
|
||||
msgid "Limit Branch Reach"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_limit_branch_reach description"
|
||||
msgid "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)"
|
||||
|
@ -2369,6 +2399,11 @@ msgctxt "machine_max_acceleration_z label"
|
|||
msgid "Maximum Acceleration Z"
|
||||
msgstr "Accélération maximale Z"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle label"
|
||||
msgid "Maximum Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "meshfix_maximum_deviation label"
|
||||
msgid "Maximum Deviation"
|
||||
|
@ -2559,6 +2594,11 @@ msgctxt "machine_minimum_feedrate label"
|
|||
msgid "Minimum Feedrate"
|
||||
msgstr "Taux d'alimentation minimal"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_min_height_to_model label"
|
||||
msgid "Minimum Height To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "min_infill_area label"
|
||||
msgid "Minimum Infill Area"
|
||||
|
@ -2904,6 +2944,11 @@ msgctxt "ooze_shield_dist label"
|
|||
msgid "Ooze Shield Distance"
|
||||
msgstr "Distance du bouclier de suintage"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_reach_limit label"
|
||||
msgid "Optimal Branch Range"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "optimize_wall_printing_order label"
|
||||
msgid "Optimize Wall Printing Order"
|
||||
|
@ -3009,6 +3054,11 @@ msgctxt "minimum_polygon_circumference description"
|
|||
msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details."
|
||||
msgstr "Les polygones en couches tranchées dont la circonférence est inférieure à cette valeur seront filtrés. Des valeurs élevées permettent d'obtenir un maillage de meilleure résolution mais augmentent le temps de découpe. Cette option est principalement destinée aux imprimantes SLA haute résolution et aux modèles 3D de très petite taille avec beaucoup de détails."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle_slow label"
|
||||
msgid "Preferred Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "wall_transition_filter_deviation description"
|
||||
msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems."
|
||||
|
@ -3454,6 +3504,11 @@ msgctxt "skin_outline_count description"
|
|||
msgid "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material."
|
||||
msgstr "Remplace la partie la plus externe du motif du dessus/dessous par un certain nombre de lignes concentriques. Le fait d'utiliser une ou deux lignes améliore les plafonds qui commencent sur du matériau de remplissage."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_rest_preference label"
|
||||
msgid "Rest Preference"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "travel_retract_before_outer_wall label"
|
||||
msgid "Retract Before Outer Wall"
|
||||
|
@ -5723,6 +5778,11 @@ msgctxt "draft_shield_enabled description"
|
|||
msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily."
|
||||
msgstr "Cela créera une paroi autour du modèle qui retient l'air (chaud) et protège contre les courants d'air. Particulièrement utile pour les matériaux qui se soulèvent facilement."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_tip_diameter label"
|
||||
msgid "Tip Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "material_shrinkage_percentage_xy description"
|
||||
msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)."
|
||||
|
@ -5918,71 +5978,6 @@ msgctxt "support_structure option tree"
|
|||
msgid "Tree"
|
||||
msgstr "Arborescence"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_top_rate label"
|
||||
msgid "Tree Support Branch Density"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter label"
|
||||
msgid "Tree Support Branch Diameter"
|
||||
msgstr "Diamètre des branches de support arborescent"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter_angle label"
|
||||
msgid "Tree Support Branch Diameter Angle"
|
||||
msgstr "Angle de diamètre des branches de support arborescent"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label"
|
||||
msgid "Tree Support Diameter Increase To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_bp_diameter label"
|
||||
msgid "Tree Support Initial Layer Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_limit_branch_reach label"
|
||||
msgid "Tree Support Limit Branch Reach"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle label"
|
||||
msgid "Tree Support Maximum Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_min_height_to_model label"
|
||||
msgid "Tree Support Minimum Height To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_reach_limit label"
|
||||
msgid "Tree Support Optimal Branch Range"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle_slow label"
|
||||
msgid "Tree Support Preferred Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_rest_preference label"
|
||||
msgid "Tree Support Rest Preference"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_tip_diameter label"
|
||||
msgid "Tree Support Tip Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter label"
|
||||
msgid "Tree Support Trunk Diameter"
|
||||
msgstr "Diamètre du tronc du support arborescent"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "infill_pattern option trihexagon"
|
||||
msgid "Tri-Hexagon"
|
||||
|
@ -6013,6 +6008,11 @@ msgctxt "support_roof_pattern option triangles"
|
|||
msgid "Triangles"
|
||||
msgstr "Triangles"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter label"
|
||||
msgid "Trunk Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "machine_gcode_flavor option UltiGCode"
|
||||
msgid "Ultimaker 2"
|
||||
|
@ -6791,6 +6791,14 @@ msgstr "déplacement"
|
|||
#~ msgid "Tree Support Branch Angle"
|
||||
#~ msgstr "Angle des branches de support arborescent"
|
||||
|
||||
#~ msgctxt "support_tree_branch_diameter label"
|
||||
#~ msgid "Tree Support Branch Diameter"
|
||||
#~ msgstr "Diamètre des branches de support arborescent"
|
||||
|
||||
#~ msgctxt "support_tree_branch_diameter_angle label"
|
||||
#~ msgid "Tree Support Branch Diameter Angle"
|
||||
#~ msgstr "Angle de diamètre des branches de support arborescent"
|
||||
|
||||
#~ msgctxt "support_tree_branch_distance label"
|
||||
#~ msgid "Tree Support Branch Distance"
|
||||
#~ msgstr "Distance des branches de support arborescent"
|
||||
|
@ -6799,6 +6807,10 @@ msgstr "déplacement"
|
|||
#~ msgid "Tree Support Collision Resolution"
|
||||
#~ msgstr "Résolution de collision du support arborescent"
|
||||
|
||||
#~ msgctxt "support_tree_max_diameter label"
|
||||
#~ msgid "Tree Support Trunk Diameter"
|
||||
#~ msgstr "Diamètre du tronc du support arborescent"
|
||||
|
||||
#~ msgctxt "wireframe_bottom_delay label"
|
||||
#~ msgid "WP Bottom Delay"
|
||||
#~ msgstr "Attente pour le bas de l'impression filaire"
|
||||
|
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Cura 5.1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-04-06 15:55+0000\n"
|
||||
"POT-Creation-Date: 2023-04-27 12:22+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"
|
||||
|
@ -430,22 +430,22 @@ msgctxt "@message"
|
|||
msgid "Could not read response."
|
||||
msgstr "Nincs olvasható válasz."
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:75
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:77
|
||||
msgctxt "@message"
|
||||
msgid "The provided state is not correct."
|
||||
msgstr ""
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:80
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:83
|
||||
msgctxt "@message"
|
||||
msgid "Timeout when authenticating with the account server."
|
||||
msgstr ""
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:97
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:101
|
||||
msgctxt "@message"
|
||||
msgid "Please give the required permissions when authorizing this application."
|
||||
msgstr "Kérjük, adja meg a szükséges jogosultságokat az alkalmazás engedélyezéséhez."
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:104
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:109
|
||||
msgctxt "@message"
|
||||
msgid "Something unexpected happened when trying to log in, please try again."
|
||||
msgstr "Valami váratlan esemény történt a bejelentkezéskor, próbálkozzon újra."
|
||||
|
@ -6671,22 +6671,22 @@ msgctxt "@button"
|
|||
msgid "Add printer manually"
|
||||
msgstr ""
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:203
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:212
|
||||
msgctxt "@label"
|
||||
msgid "Manufacturer"
|
||||
msgstr ""
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:214
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:223
|
||||
msgctxt "@label"
|
||||
msgid "Profile author"
|
||||
msgstr ""
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:226
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:235
|
||||
msgctxt "@label"
|
||||
msgid "Printer name"
|
||||
msgstr "Nyomtató név"
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:232
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:241
|
||||
msgctxt "@text"
|
||||
msgid "Please name your printer"
|
||||
msgstr ""
|
||||
|
|
|
@ -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-04-24 09:08+0000\n"
|
||||
"POT-Creation-Date: 2023-04-28 10:03+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"
|
||||
|
@ -361,6 +361,21 @@ msgctxt "bottom_thickness label"
|
|||
msgid "Bottom Thickness"
|
||||
msgstr "Alsó vastagság"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_top_rate label"
|
||||
msgid "Branch Density"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter label"
|
||||
msgid "Branch Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter_angle label"
|
||||
msgid "Branch Diameter Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "material_break_preparation_retracted_position label"
|
||||
msgid "Break Preparation Retracted Position"
|
||||
|
@ -871,6 +886,11 @@ msgctxt "material_diameter label"
|
|||
msgid "Diameter"
|
||||
msgstr "Átmérő"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label"
|
||||
msgid "Diameter Increase To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_bp_diameter description"
|
||||
msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion."
|
||||
|
@ -1894,6 +1914,11 @@ msgctxt "skin_material_flow_layer_0 label"
|
|||
msgid "Initial Layer Bottom Flow"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_bp_diameter label"
|
||||
msgid "Initial Layer Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "material_flow_layer_0 label"
|
||||
msgid "Initial Layer Flow"
|
||||
|
@ -2184,6 +2209,11 @@ msgctxt "lightning_infill_support_angle label"
|
|||
msgid "Lightning Infill Support Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_limit_branch_reach label"
|
||||
msgid "Limit Branch Reach"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_limit_branch_reach description"
|
||||
msgid "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)"
|
||||
|
@ -2374,6 +2404,11 @@ msgctxt "machine_max_acceleration_z label"
|
|||
msgid "Maximum Acceleration Z"
|
||||
msgstr "Maximális Z gyorsulás"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle label"
|
||||
msgid "Maximum Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "meshfix_maximum_deviation label"
|
||||
msgid "Maximum Deviation"
|
||||
|
@ -2564,6 +2599,11 @@ msgctxt "machine_minimum_feedrate label"
|
|||
msgid "Minimum Feedrate"
|
||||
msgstr "Minimális sebesség"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_min_height_to_model label"
|
||||
msgid "Minimum Height To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "min_infill_area label"
|
||||
msgid "Minimum Infill Area"
|
||||
|
@ -2909,6 +2949,11 @@ msgctxt "ooze_shield_dist label"
|
|||
msgid "Ooze Shield Distance"
|
||||
msgstr "Szivárgáspajzs távolság"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_reach_limit label"
|
||||
msgid "Optimal Branch Range"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "optimize_wall_printing_order label"
|
||||
msgid "Optimize Wall Printing Order"
|
||||
|
@ -3014,6 +3059,11 @@ msgctxt "minimum_polygon_circumference description"
|
|||
msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details."
|
||||
msgstr "A szeletelt rétegekben lévő sokszögeket, amelyek kerülete kisebb, mint ez az összeg, kiszűrjük. Az alacsonyabb értékek magasabb felbontású hálóhoz vezetnek a szeletelési idő költségén. Elsősorban nagy felbontású SLA nyomtatókhoz és nagyon apró, sok részlettel rendelkező 3D modellekhez készült."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle_slow label"
|
||||
msgid "Preferred Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "wall_transition_filter_deviation description"
|
||||
msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems."
|
||||
|
@ -3459,6 +3509,11 @@ msgctxt "skin_outline_count description"
|
|||
msgid "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material."
|
||||
msgstr "Lecseréli az alsó/felső felületi minta legkülsőbb falait koncentrikus vonalra.Egy vagy két vonal használata javítja a felső záró felületeket, ott, ahol még a kitöltés látható."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_rest_preference label"
|
||||
msgid "Rest Preference"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "travel_retract_before_outer_wall label"
|
||||
msgid "Retract Before Outer Wall"
|
||||
|
@ -5737,6 +5792,11 @@ msgctxt "draft_shield_enabled description"
|
|||
msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily."
|
||||
msgstr "A beállítással létrehozhatunk egy falat a modell körül, ami segít abban, hogy a külső levegő, vagy légáramlat érje a nyomtatott testet.Ez különösen azoknál az alapanyagoknál lehet segítség, amelyek hajlamosak a felválásra, repedésre, mint pl. az ABS, ASA."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_tip_diameter label"
|
||||
msgid "Tip Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "material_shrinkage_percentage_xy description"
|
||||
msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)."
|
||||
|
@ -5932,71 +5992,6 @@ msgctxt "support_structure option tree"
|
|||
msgid "Tree"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_top_rate label"
|
||||
msgid "Tree Support Branch Density"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter label"
|
||||
msgid "Tree Support Branch Diameter"
|
||||
msgstr "Támaszágak átmérője"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter_angle label"
|
||||
msgid "Tree Support Branch Diameter Angle"
|
||||
msgstr "Támaszágak átmérő szög"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label"
|
||||
msgid "Tree Support Diameter Increase To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_bp_diameter label"
|
||||
msgid "Tree Support Initial Layer Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_limit_branch_reach label"
|
||||
msgid "Tree Support Limit Branch Reach"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle label"
|
||||
msgid "Tree Support Maximum Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_min_height_to_model label"
|
||||
msgid "Tree Support Minimum Height To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_reach_limit label"
|
||||
msgid "Tree Support Optimal Branch Range"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle_slow label"
|
||||
msgid "Tree Support Preferred Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_rest_preference label"
|
||||
msgid "Tree Support Rest Preference"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_tip_diameter label"
|
||||
msgid "Tree Support Tip Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter label"
|
||||
msgid "Tree Support Trunk Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "infill_pattern option trihexagon"
|
||||
msgid "Tri-Hexagon"
|
||||
|
@ -6027,6 +6022,11 @@ msgctxt "support_roof_pattern option triangles"
|
|||
msgid "Triangles"
|
||||
msgstr "Háromszögek"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter label"
|
||||
msgid "Trunk Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "machine_gcode_flavor option UltiGCode"
|
||||
msgid "Ultimaker 2"
|
||||
|
@ -7127,6 +7127,14 @@ msgstr "fej átpozícionálás"
|
|||
#~ msgid "Tree Support Branch Angle"
|
||||
#~ msgstr "Támaszágak szöge"
|
||||
|
||||
#~ msgctxt "support_tree_branch_diameter label"
|
||||
#~ msgid "Tree Support Branch Diameter"
|
||||
#~ msgstr "Támaszágak átmérője"
|
||||
|
||||
#~ msgctxt "support_tree_branch_diameter_angle label"
|
||||
#~ msgid "Tree Support Branch Diameter Angle"
|
||||
#~ msgstr "Támaszágak átmérő szög"
|
||||
|
||||
#~ msgctxt "support_tree_branch_distance label"
|
||||
#~ msgid "Tree Support Branch Distance"
|
||||
#~ msgstr "Támaszágak távolsága"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-04-06 15:55+0000\n"
|
||||
"POT-Creation-Date: 2023-04-27 12:22+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"
|
||||
|
@ -430,22 +430,22 @@ msgctxt "@message"
|
|||
msgid "Could not read response."
|
||||
msgstr "Impossibile leggere la risposta."
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:75
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:77
|
||||
msgctxt "@message"
|
||||
msgid "The provided state is not correct."
|
||||
msgstr "Lo stato fornito non è corretto."
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:80
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:83
|
||||
msgctxt "@message"
|
||||
msgid "Timeout when authenticating with the account server."
|
||||
msgstr "Timeout durante l'autenticazione con il server account."
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:97
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:101
|
||||
msgctxt "@message"
|
||||
msgid "Please give the required permissions when authorizing this application."
|
||||
msgstr "Fornire i permessi necessari al momento dell'autorizzazione di questa applicazione."
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:104
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:109
|
||||
msgctxt "@message"
|
||||
msgid "Something unexpected happened when trying to log in, please try again."
|
||||
msgstr "Si è verificato qualcosa di inatteso durante il tentativo di accesso, riprovare."
|
||||
|
@ -6698,22 +6698,22 @@ msgctxt "@button"
|
|||
msgid "Add printer manually"
|
||||
msgstr "Aggiungere la stampante manualmente"
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:203
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:212
|
||||
msgctxt "@label"
|
||||
msgid "Manufacturer"
|
||||
msgstr "Produttore"
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:214
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:223
|
||||
msgctxt "@label"
|
||||
msgid "Profile author"
|
||||
msgstr "Autore profilo"
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:226
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:235
|
||||
msgctxt "@label"
|
||||
msgid "Printer name"
|
||||
msgstr "Nome stampante"
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:232
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:241
|
||||
msgctxt "@text"
|
||||
msgid "Please name your printer"
|
||||
msgstr "Dare un nome alla stampante"
|
||||
|
|
|
@ -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-04-24 09:08+0000\n"
|
||||
"POT-Creation-Date: 2023-04-28 10:03+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE\n"
|
||||
|
@ -356,6 +356,21 @@ msgctxt "bottom_thickness label"
|
|||
msgid "Bottom Thickness"
|
||||
msgstr "Spessore degli strati inferiori"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_top_rate label"
|
||||
msgid "Branch Density"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter label"
|
||||
msgid "Branch Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter_angle label"
|
||||
msgid "Branch Diameter Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "material_break_preparation_retracted_position label"
|
||||
msgid "Break Preparation Retracted Position"
|
||||
|
@ -866,6 +881,11 @@ msgctxt "material_diameter label"
|
|||
msgid "Diameter"
|
||||
msgstr "Diametro"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label"
|
||||
msgid "Diameter Increase To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_bp_diameter description"
|
||||
msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion."
|
||||
|
@ -1889,6 +1909,11 @@ msgctxt "skin_material_flow_layer_0 label"
|
|||
msgid "Initial Layer Bottom Flow"
|
||||
msgstr "Flusso inferiore dello strato iniziale"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_bp_diameter label"
|
||||
msgid "Initial Layer Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "material_flow_layer_0 label"
|
||||
msgid "Initial Layer Flow"
|
||||
|
@ -2179,6 +2204,11 @@ msgctxt "lightning_infill_support_angle label"
|
|||
msgid "Lightning Infill Support Angle"
|
||||
msgstr "Angolo di supporto riempimento fulmine"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_limit_branch_reach label"
|
||||
msgid "Limit Branch Reach"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_limit_branch_reach description"
|
||||
msgid "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)"
|
||||
|
@ -2369,6 +2399,11 @@ msgctxt "machine_max_acceleration_z label"
|
|||
msgid "Maximum Acceleration Z"
|
||||
msgstr "Accelerazione massima Z"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle label"
|
||||
msgid "Maximum Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "meshfix_maximum_deviation label"
|
||||
msgid "Maximum Deviation"
|
||||
|
@ -2559,6 +2594,11 @@ msgctxt "machine_minimum_feedrate label"
|
|||
msgid "Minimum Feedrate"
|
||||
msgstr "Velocità di alimentazione minima"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_min_height_to_model label"
|
||||
msgid "Minimum Height To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "min_infill_area label"
|
||||
msgid "Minimum Infill Area"
|
||||
|
@ -2904,6 +2944,11 @@ msgctxt "ooze_shield_dist label"
|
|||
msgid "Ooze Shield Distance"
|
||||
msgstr "Distanza del riparo materiale fuoriuscito"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_reach_limit label"
|
||||
msgid "Optimal Branch Range"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "optimize_wall_printing_order label"
|
||||
msgid "Optimize Wall Printing Order"
|
||||
|
@ -3009,6 +3054,11 @@ msgctxt "minimum_polygon_circumference description"
|
|||
msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details."
|
||||
msgstr "I poligoni in strati sezionati con una circonferenza inferiore a questo valore verranno scartati. I valori inferiori generano una maglia con risoluzione superiore al costo del tempo di sezionamento. È dedicata in particolare alle stampanti SLA ad alta risoluzione e a modelli 3D molto piccoli, ricchi di dettagli."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle_slow label"
|
||||
msgid "Preferred Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "wall_transition_filter_deviation description"
|
||||
msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems."
|
||||
|
@ -3454,6 +3504,11 @@ msgctxt "skin_outline_count description"
|
|||
msgid "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material."
|
||||
msgstr "Sostituisce la parte più esterna della configurazione degli strati superiori/inferiori con una serie di linee concentriche. L’utilizzo di una o due linee migliora le parti superiori (tetti) che iniziano sul materiale di riempimento."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_rest_preference label"
|
||||
msgid "Rest Preference"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "travel_retract_before_outer_wall label"
|
||||
msgid "Retract Before Outer Wall"
|
||||
|
@ -5723,6 +5778,11 @@ msgctxt "draft_shield_enabled description"
|
|||
msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily."
|
||||
msgstr "In tal modo si creerà una protezione attorno al modello che intrappola l'aria (calda) e lo protegge da flussi d’aria esterna. Particolarmente utile per i materiali soggetti a deformazione."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_tip_diameter label"
|
||||
msgid "Tip Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "material_shrinkage_percentage_xy description"
|
||||
msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)."
|
||||
|
@ -5918,71 +5978,6 @@ msgctxt "support_structure option tree"
|
|||
msgid "Tree"
|
||||
msgstr "Albero"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_top_rate label"
|
||||
msgid "Tree Support Branch Density"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter label"
|
||||
msgid "Tree Support Branch Diameter"
|
||||
msgstr "Diametro ramo supporto ad albero"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter_angle label"
|
||||
msgid "Tree Support Branch Diameter Angle"
|
||||
msgstr "Angolo diametro ramo supporto ad albero"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label"
|
||||
msgid "Tree Support Diameter Increase To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_bp_diameter label"
|
||||
msgid "Tree Support Initial Layer Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_limit_branch_reach label"
|
||||
msgid "Tree Support Limit Branch Reach"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle label"
|
||||
msgid "Tree Support Maximum Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_min_height_to_model label"
|
||||
msgid "Tree Support Minimum Height To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_reach_limit label"
|
||||
msgid "Tree Support Optimal Branch Range"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle_slow label"
|
||||
msgid "Tree Support Preferred Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_rest_preference label"
|
||||
msgid "Tree Support Rest Preference"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_tip_diameter label"
|
||||
msgid "Tree Support Tip Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter label"
|
||||
msgid "Tree Support Trunk Diameter"
|
||||
msgstr "Diametro del tronco di supporto dell'albero"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "infill_pattern option trihexagon"
|
||||
msgid "Tri-Hexagon"
|
||||
|
@ -6013,6 +6008,11 @@ msgctxt "support_roof_pattern option triangles"
|
|||
msgid "Triangles"
|
||||
msgstr "Triangoli"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter label"
|
||||
msgid "Trunk Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "machine_gcode_flavor option UltiGCode"
|
||||
msgid "Ultimaker 2"
|
||||
|
@ -6791,6 +6791,14 @@ msgstr "spostamenti"
|
|||
#~ msgid "Tree Support Branch Angle"
|
||||
#~ msgstr "Angolo ramo supporto ad albero"
|
||||
|
||||
#~ msgctxt "support_tree_branch_diameter label"
|
||||
#~ msgid "Tree Support Branch Diameter"
|
||||
#~ msgstr "Diametro ramo supporto ad albero"
|
||||
|
||||
#~ msgctxt "support_tree_branch_diameter_angle label"
|
||||
#~ msgid "Tree Support Branch Diameter Angle"
|
||||
#~ msgstr "Angolo diametro ramo supporto ad albero"
|
||||
|
||||
#~ msgctxt "support_tree_branch_distance label"
|
||||
#~ msgid "Tree Support Branch Distance"
|
||||
#~ msgstr "Distanza ramo supporto ad albero"
|
||||
|
@ -6799,6 +6807,10 @@ msgstr "spostamenti"
|
|||
#~ msgid "Tree Support Collision Resolution"
|
||||
#~ msgstr "Risoluzione collisione supporto ad albero"
|
||||
|
||||
#~ msgctxt "support_tree_max_diameter label"
|
||||
#~ msgid "Tree Support Trunk Diameter"
|
||||
#~ msgstr "Diametro del tronco di supporto dell'albero"
|
||||
|
||||
#~ msgctxt "wireframe_bottom_delay label"
|
||||
#~ msgid "WP Bottom Delay"
|
||||
#~ msgstr "Ritardo dopo spostamento verso il basso WP"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-04-06 15:55+0000\n"
|
||||
"POT-Creation-Date: 2023-04-27 12:22+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"
|
||||
|
@ -430,22 +430,22 @@ msgctxt "@message"
|
|||
msgid "Could not read response."
|
||||
msgstr "応答を読み取れません。"
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:75
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:77
|
||||
msgctxt "@message"
|
||||
msgid "The provided state is not correct."
|
||||
msgstr "指定された状態が正しくありません。"
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:80
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:83
|
||||
msgctxt "@message"
|
||||
msgid "Timeout when authenticating with the account server."
|
||||
msgstr "アカウントサーバーでの認証中にタイムアウトしました。"
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:97
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:101
|
||||
msgctxt "@message"
|
||||
msgid "Please give the required permissions when authorizing this application."
|
||||
msgstr "このアプリケーションの許可において必要な権限を与えてください。"
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:104
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:109
|
||||
msgctxt "@message"
|
||||
msgid "Something unexpected happened when trying to log in, please try again."
|
||||
msgstr "ログイン時に予期しないエラーが発生しました。やり直してください。"
|
||||
|
@ -6677,22 +6677,22 @@ msgctxt "@button"
|
|||
msgid "Add printer manually"
|
||||
msgstr "プリンタを手動で追加する"
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:203
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:212
|
||||
msgctxt "@label"
|
||||
msgid "Manufacturer"
|
||||
msgstr "製造元"
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:214
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:223
|
||||
msgctxt "@label"
|
||||
msgid "Profile author"
|
||||
msgstr "プロファイル作成者"
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:226
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:235
|
||||
msgctxt "@label"
|
||||
msgid "Printer name"
|
||||
msgstr "プリンター名"
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:232
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:241
|
||||
msgctxt "@text"
|
||||
msgid "Please name your printer"
|
||||
msgstr "プリンターに名前を付けてください"
|
||||
|
|
|
@ -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-04-24 09:08+0000\n"
|
||||
"POT-Creation-Date: 2023-04-28 10:03+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE\n"
|
||||
|
@ -356,6 +356,21 @@ msgctxt "bottom_thickness label"
|
|||
msgid "Bottom Thickness"
|
||||
msgstr "底面厚さ"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_top_rate label"
|
||||
msgid "Branch Density"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter label"
|
||||
msgid "Branch Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter_angle label"
|
||||
msgid "Branch Diameter Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "material_break_preparation_retracted_position label"
|
||||
msgid "Break Preparation Retracted Position"
|
||||
|
@ -866,6 +881,11 @@ msgctxt "material_diameter label"
|
|||
msgid "Diameter"
|
||||
msgstr "直径"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label"
|
||||
msgid "Diameter Increase To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_bp_diameter description"
|
||||
msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion."
|
||||
|
@ -1889,6 +1909,11 @@ msgctxt "skin_material_flow_layer_0 label"
|
|||
msgid "Initial Layer Bottom Flow"
|
||||
msgstr "初期レイヤーの底面フロー"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_bp_diameter label"
|
||||
msgid "Initial Layer Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "material_flow_layer_0 label"
|
||||
msgid "Initial Layer Flow"
|
||||
|
@ -2179,6 +2204,11 @@ msgctxt "lightning_infill_support_angle label"
|
|||
msgid "Lightning Infill Support Angle"
|
||||
msgstr "ライトニングインフィルサポート角度"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_limit_branch_reach label"
|
||||
msgid "Limit Branch Reach"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_limit_branch_reach description"
|
||||
msgid "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)"
|
||||
|
@ -2369,6 +2399,11 @@ msgctxt "machine_max_acceleration_z label"
|
|||
msgid "Maximum Acceleration Z"
|
||||
msgstr "最大加速度Z"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle label"
|
||||
msgid "Maximum Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "meshfix_maximum_deviation label"
|
||||
msgid "Maximum Deviation"
|
||||
|
@ -2559,6 +2594,11 @@ msgctxt "machine_minimum_feedrate label"
|
|||
msgid "Minimum Feedrate"
|
||||
msgstr "最小送り速度"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_min_height_to_model label"
|
||||
msgid "Minimum Height To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "min_infill_area label"
|
||||
msgid "Minimum Infill Area"
|
||||
|
@ -2904,6 +2944,11 @@ msgctxt "ooze_shield_dist label"
|
|||
msgid "Ooze Shield Distance"
|
||||
msgstr "Ooze Shield距離"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_reach_limit label"
|
||||
msgid "Optimal Branch Range"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "optimize_wall_printing_order label"
|
||||
msgid "Optimize Wall Printing Order"
|
||||
|
@ -3009,6 +3054,11 @@ msgctxt "minimum_polygon_circumference description"
|
|||
msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details."
|
||||
msgstr "この量よりも小さい円周を持つスライスレイヤーのポリゴンは、除外されます。値を小さくすると、スライス時間のコストで、メッシュの解像度が高くなります。つまり、ほとんどが高解像 SLA プリンター、極小多機能 3D モデルです。"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle_slow label"
|
||||
msgid "Preferred Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "wall_transition_filter_deviation description"
|
||||
msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems."
|
||||
|
@ -3456,6 +3506,11 @@ msgctxt "skin_outline_count description"
|
|||
msgid "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material."
|
||||
msgstr "上部/下部パターンの最も外側の部分を同心円の線で置き換えます。 1つまたは2つの線を使用すると、トップ部分の造形が改善されます。"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_rest_preference label"
|
||||
msgid "Rest Preference"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "travel_retract_before_outer_wall label"
|
||||
msgid "Retract Before Outer Wall"
|
||||
|
@ -5727,6 +5782,11 @@ msgctxt "draft_shield_enabled description"
|
|||
msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily."
|
||||
msgstr "これにより、モデルの周囲に壁ができ、熱を閉じ込め、外気の流れを遮蔽します。特に反りやすい材料に有効です。"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_tip_diameter label"
|
||||
msgid "Tip Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "material_shrinkage_percentage_xy description"
|
||||
msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)."
|
||||
|
@ -5922,71 +5982,6 @@ msgctxt "support_structure option tree"
|
|||
msgid "Tree"
|
||||
msgstr "ツリー"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_top_rate label"
|
||||
msgid "Tree Support Branch Density"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter label"
|
||||
msgid "Tree Support Branch Diameter"
|
||||
msgstr "ツリーサポート枝直径"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter_angle label"
|
||||
msgid "Tree Support Branch Diameter Angle"
|
||||
msgstr "ツリーサポート枝直径角度"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label"
|
||||
msgid "Tree Support Diameter Increase To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_bp_diameter label"
|
||||
msgid "Tree Support Initial Layer Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_limit_branch_reach label"
|
||||
msgid "Tree Support Limit Branch Reach"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle label"
|
||||
msgid "Tree Support Maximum Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_min_height_to_model label"
|
||||
msgid "Tree Support Minimum Height To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_reach_limit label"
|
||||
msgid "Tree Support Optimal Branch Range"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle_slow label"
|
||||
msgid "Tree Support Preferred Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_rest_preference label"
|
||||
msgid "Tree Support Rest Preference"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_tip_diameter label"
|
||||
msgid "Tree Support Tip Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter label"
|
||||
msgid "Tree Support Trunk Diameter"
|
||||
msgstr "ツリーをサポートする本体の直径"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "infill_pattern option trihexagon"
|
||||
msgid "Tri-Hexagon"
|
||||
|
@ -6017,6 +6012,11 @@ msgctxt "support_roof_pattern option triangles"
|
|||
msgid "Triangles"
|
||||
msgstr "トライアングル"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter label"
|
||||
msgid "Trunk Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "machine_gcode_flavor option UltiGCode"
|
||||
msgid "Ultimaker 2"
|
||||
|
@ -6793,6 +6793,14 @@ msgstr "移動"
|
|||
#~ msgid "Tree Support Branch Angle"
|
||||
#~ msgstr "ツリーサポート枝角度"
|
||||
|
||||
#~ msgctxt "support_tree_branch_diameter label"
|
||||
#~ msgid "Tree Support Branch Diameter"
|
||||
#~ msgstr "ツリーサポート枝直径"
|
||||
|
||||
#~ msgctxt "support_tree_branch_diameter_angle label"
|
||||
#~ msgid "Tree Support Branch Diameter Angle"
|
||||
#~ msgstr "ツリーサポート枝直径角度"
|
||||
|
||||
#~ msgctxt "support_tree_branch_distance label"
|
||||
#~ msgid "Tree Support Branch Distance"
|
||||
#~ msgstr "ツリーサポート枝間隔"
|
||||
|
@ -6801,6 +6809,10 @@ msgstr "移動"
|
|||
#~ msgid "Tree Support Collision Resolution"
|
||||
#~ msgstr "ツリーサポート衝突精細度"
|
||||
|
||||
#~ msgctxt "support_tree_max_diameter label"
|
||||
#~ msgid "Tree Support Trunk Diameter"
|
||||
#~ msgstr "ツリーをサポートする本体の直径"
|
||||
|
||||
#~ msgctxt "wireframe_bottom_delay label"
|
||||
#~ msgid "WP Bottom Delay"
|
||||
#~ msgstr "WP底面遅延"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-04-06 15:55+0000\n"
|
||||
"POT-Creation-Date: 2023-04-27 12:22+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"
|
||||
|
@ -430,22 +430,22 @@ msgctxt "@message"
|
|||
msgid "Could not read response."
|
||||
msgstr "응답을 읽을 수 없습니다."
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:75
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:77
|
||||
msgctxt "@message"
|
||||
msgid "The provided state is not correct."
|
||||
msgstr "입력한 상태가 올바르지 않습니다."
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:80
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:83
|
||||
msgctxt "@message"
|
||||
msgid "Timeout when authenticating with the account server."
|
||||
msgstr "계정 서버 인증 시간이 초과되었습니다."
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:97
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:101
|
||||
msgctxt "@message"
|
||||
msgid "Please give the required permissions when authorizing this application."
|
||||
msgstr "이 응용 프로그램을 인증할 때 필요한 권한을 제공하십시오."
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:104
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:109
|
||||
msgctxt "@message"
|
||||
msgid "Something unexpected happened when trying to log in, please try again."
|
||||
msgstr "로그인을 시도할 때 예기치 못한 문제가 발생했습니다. 다시 시도하십시오."
|
||||
|
@ -6680,22 +6680,22 @@ msgctxt "@button"
|
|||
msgid "Add printer manually"
|
||||
msgstr "수동으로 프린터 추가"
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:203
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:212
|
||||
msgctxt "@label"
|
||||
msgid "Manufacturer"
|
||||
msgstr "제조업체"
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:214
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:223
|
||||
msgctxt "@label"
|
||||
msgid "Profile author"
|
||||
msgstr "프로파일 원작자"
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:226
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:235
|
||||
msgctxt "@label"
|
||||
msgid "Printer name"
|
||||
msgstr "프린터 이름"
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:232
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:241
|
||||
msgctxt "@text"
|
||||
msgid "Please name your printer"
|
||||
msgstr "프린터의 이름을 설정하십시오"
|
||||
|
|
|
@ -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-04-24 09:08+0000\n"
|
||||
"POT-Creation-Date: 2023-04-28 10:03+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE\n"
|
||||
|
@ -356,6 +356,21 @@ msgctxt "bottom_thickness label"
|
|||
msgid "Bottom Thickness"
|
||||
msgstr "바닥 두께"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_top_rate label"
|
||||
msgid "Branch Density"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter label"
|
||||
msgid "Branch Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter_angle label"
|
||||
msgid "Branch Diameter Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "material_break_preparation_retracted_position label"
|
||||
msgid "Break Preparation Retracted Position"
|
||||
|
@ -866,6 +881,11 @@ msgctxt "material_diameter label"
|
|||
msgid "Diameter"
|
||||
msgstr "직경"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label"
|
||||
msgid "Diameter Increase To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_bp_diameter description"
|
||||
msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion."
|
||||
|
@ -1889,6 +1909,11 @@ msgctxt "skin_material_flow_layer_0 label"
|
|||
msgid "Initial Layer Bottom Flow"
|
||||
msgstr "첫 번째 레이어 하단 압출량"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_bp_diameter label"
|
||||
msgid "Initial Layer Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "material_flow_layer_0 label"
|
||||
msgid "Initial Layer Flow"
|
||||
|
@ -2179,6 +2204,11 @@ msgctxt "lightning_infill_support_angle label"
|
|||
msgid "Lightning Infill Support Angle"
|
||||
msgstr "라이트닝 내부채움 서포트 각도"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_limit_branch_reach label"
|
||||
msgid "Limit Branch Reach"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_limit_branch_reach description"
|
||||
msgid "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)"
|
||||
|
@ -2369,6 +2399,11 @@ msgctxt "machine_max_acceleration_z label"
|
|||
msgid "Maximum Acceleration Z"
|
||||
msgstr "Z 방향 최대 가속도"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle label"
|
||||
msgid "Maximum Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "meshfix_maximum_deviation label"
|
||||
msgid "Maximum Deviation"
|
||||
|
@ -2559,6 +2594,11 @@ msgctxt "machine_minimum_feedrate label"
|
|||
msgid "Minimum Feedrate"
|
||||
msgstr "최소 이송 속도"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_min_height_to_model label"
|
||||
msgid "Minimum Height To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "min_infill_area label"
|
||||
msgid "Minimum Infill Area"
|
||||
|
@ -2904,6 +2944,11 @@ msgctxt "ooze_shield_dist label"
|
|||
msgid "Ooze Shield Distance"
|
||||
msgstr "Ooze 쉴드 거리"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_reach_limit label"
|
||||
msgid "Optimal Branch Range"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "optimize_wall_printing_order label"
|
||||
msgid "Optimize Wall Printing Order"
|
||||
|
@ -3009,6 +3054,11 @@ msgctxt "minimum_polygon_circumference description"
|
|||
msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details."
|
||||
msgstr "레이어가 슬라이스 된, 이 값보다 둘레가 작은 다각형은 필터링됩니다. 값을 낮을수록 슬라이스가 느려지지만, 해상도 메쉬가 높아집니다. 주로 고해상도 SLA 프린터 및 세부 사항이 많은 매우 작은 3D 모델에 적합합니다."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle_slow label"
|
||||
msgid "Preferred Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "wall_transition_filter_deviation description"
|
||||
msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems."
|
||||
|
@ -3454,6 +3504,11 @@ msgctxt "skin_outline_count description"
|
|||
msgid "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material."
|
||||
msgstr "위쪽/아래쪽 패턴의 가장 바깥 쪽 부분을 여러 동심 선으로 바꿉니다. 하나 또는 두 개의 선을 사용하면 내부채움 재료로 시작하는 지붕면이 향상됩니다."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_rest_preference label"
|
||||
msgid "Rest Preference"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "travel_retract_before_outer_wall label"
|
||||
msgid "Retract Before Outer Wall"
|
||||
|
@ -5723,6 +5778,11 @@ msgctxt "draft_shield_enabled description"
|
|||
msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily."
|
||||
msgstr "모델 주위에 벽이 생겨 외부 공기 흐름을 막아 (뜨거운) 공기를 막을 수 있습니다. 왜곡이 쉬운 소재에 특히 유용합니다."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_tip_diameter label"
|
||||
msgid "Tip Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "material_shrinkage_percentage_xy description"
|
||||
msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)."
|
||||
|
@ -5918,71 +5978,6 @@ msgctxt "support_structure option tree"
|
|||
msgid "Tree"
|
||||
msgstr "트리"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_top_rate label"
|
||||
msgid "Tree Support Branch Density"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter label"
|
||||
msgid "Tree Support Branch Diameter"
|
||||
msgstr "트리 서포트 브랜치 직경"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter_angle label"
|
||||
msgid "Tree Support Branch Diameter Angle"
|
||||
msgstr "트리 서포트 브랜치 직경 각도"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label"
|
||||
msgid "Tree Support Diameter Increase To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_bp_diameter label"
|
||||
msgid "Tree Support Initial Layer Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_limit_branch_reach label"
|
||||
msgid "Tree Support Limit Branch Reach"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle label"
|
||||
msgid "Tree Support Maximum Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_min_height_to_model label"
|
||||
msgid "Tree Support Minimum Height To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_reach_limit label"
|
||||
msgid "Tree Support Optimal Branch Range"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle_slow label"
|
||||
msgid "Tree Support Preferred Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_rest_preference label"
|
||||
msgid "Tree Support Rest Preference"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_tip_diameter label"
|
||||
msgid "Tree Support Tip Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter label"
|
||||
msgid "Tree Support Trunk Diameter"
|
||||
msgstr "트리 서포트 트렁크 직경"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "infill_pattern option trihexagon"
|
||||
msgid "Tri-Hexagon"
|
||||
|
@ -6013,6 +6008,11 @@ msgctxt "support_roof_pattern option triangles"
|
|||
msgid "Triangles"
|
||||
msgstr "삼각형"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter label"
|
||||
msgid "Trunk Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "machine_gcode_flavor option UltiGCode"
|
||||
msgid "Ultimaker 2"
|
||||
|
@ -6789,6 +6789,14 @@ msgstr "이동"
|
|||
#~ msgid "Tree Support Branch Angle"
|
||||
#~ msgstr "트리 서포트 브랜치 각도"
|
||||
|
||||
#~ msgctxt "support_tree_branch_diameter label"
|
||||
#~ msgid "Tree Support Branch Diameter"
|
||||
#~ msgstr "트리 서포트 브랜치 직경"
|
||||
|
||||
#~ msgctxt "support_tree_branch_diameter_angle label"
|
||||
#~ msgid "Tree Support Branch Diameter Angle"
|
||||
#~ msgstr "트리 서포트 브랜치 직경 각도"
|
||||
|
||||
#~ msgctxt "support_tree_branch_distance label"
|
||||
#~ msgid "Tree Support Branch Distance"
|
||||
#~ msgstr "트리 서포트 브랜치 거리"
|
||||
|
@ -6797,6 +6805,10 @@ msgstr "이동"
|
|||
#~ msgid "Tree Support Collision Resolution"
|
||||
#~ msgstr "트리 서포트 충돌 정밀도"
|
||||
|
||||
#~ msgctxt "support_tree_max_diameter label"
|
||||
#~ msgid "Tree Support Trunk Diameter"
|
||||
#~ msgstr "트리 서포트 트렁크 직경"
|
||||
|
||||
#~ msgctxt "wireframe_bottom_delay label"
|
||||
#~ msgid "WP Bottom Delay"
|
||||
#~ msgstr "WP 최저 지연"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-04-06 15:55+0000\n"
|
||||
"POT-Creation-Date: 2023-04-27 12:22+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"
|
||||
|
@ -430,22 +430,22 @@ msgctxt "@message"
|
|||
msgid "Could not read response."
|
||||
msgstr "Kan het antwoord niet lezen."
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:75
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:77
|
||||
msgctxt "@message"
|
||||
msgid "The provided state is not correct."
|
||||
msgstr "De opgegeven status is niet juist."
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:80
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:83
|
||||
msgctxt "@message"
|
||||
msgid "Timeout when authenticating with the account server."
|
||||
msgstr "Time-out tijdens verificatie bij de accountserver."
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:97
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:101
|
||||
msgctxt "@message"
|
||||
msgid "Please give the required permissions when authorizing this application."
|
||||
msgstr "Verleen de vereiste toestemmingen toe bij het autoriseren van deze toepassing."
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:104
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:109
|
||||
msgctxt "@message"
|
||||
msgid "Something unexpected happened when trying to log in, please try again."
|
||||
msgstr "Er heeft een onverwachte gebeurtenis plaatsgevonden bij het aanmelden. Probeer het opnieuw."
|
||||
|
@ -6698,22 +6698,22 @@ msgctxt "@button"
|
|||
msgid "Add printer manually"
|
||||
msgstr "Printer handmatig toevoegen"
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:203
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:212
|
||||
msgctxt "@label"
|
||||
msgid "Manufacturer"
|
||||
msgstr "Fabrikant"
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:214
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:223
|
||||
msgctxt "@label"
|
||||
msgid "Profile author"
|
||||
msgstr "Profieleigenaar"
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:226
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:235
|
||||
msgctxt "@label"
|
||||
msgid "Printer name"
|
||||
msgstr "Printernaam"
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:232
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:241
|
||||
msgctxt "@text"
|
||||
msgid "Please name your printer"
|
||||
msgstr "Geef uw printer een naam"
|
||||
|
|
|
@ -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-04-24 09:08+0000\n"
|
||||
"POT-Creation-Date: 2023-04-28 10:03+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE\n"
|
||||
|
@ -356,6 +356,21 @@ msgctxt "bottom_thickness label"
|
|||
msgid "Bottom Thickness"
|
||||
msgstr "Bodemdikte"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_top_rate label"
|
||||
msgid "Branch Density"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter label"
|
||||
msgid "Branch Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter_angle label"
|
||||
msgid "Branch Diameter Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "material_break_preparation_retracted_position label"
|
||||
msgid "Break Preparation Retracted Position"
|
||||
|
@ -866,6 +881,11 @@ msgctxt "material_diameter label"
|
|||
msgid "Diameter"
|
||||
msgstr "Diameter"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label"
|
||||
msgid "Diameter Increase To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_bp_diameter description"
|
||||
msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion."
|
||||
|
@ -1889,6 +1909,11 @@ msgctxt "skin_material_flow_layer_0 label"
|
|||
msgid "Initial Layer Bottom Flow"
|
||||
msgstr "Initiële laag onderste lijn"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_bp_diameter label"
|
||||
msgid "Initial Layer Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "material_flow_layer_0 label"
|
||||
msgid "Initial Layer Flow"
|
||||
|
@ -2179,6 +2204,11 @@ msgctxt "lightning_infill_support_angle label"
|
|||
msgid "Lightning Infill Support Angle"
|
||||
msgstr "Hoek supportstructuur bliksemvulling"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_limit_branch_reach label"
|
||||
msgid "Limit Branch Reach"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_limit_branch_reach description"
|
||||
msgid "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)"
|
||||
|
@ -2369,6 +2399,11 @@ msgctxt "machine_max_acceleration_z label"
|
|||
msgid "Maximum Acceleration Z"
|
||||
msgstr "Maximale Acceleratie Z"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle label"
|
||||
msgid "Maximum Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "meshfix_maximum_deviation label"
|
||||
msgid "Maximum Deviation"
|
||||
|
@ -2559,6 +2594,11 @@ msgctxt "machine_minimum_feedrate label"
|
|||
msgid "Minimum Feedrate"
|
||||
msgstr "Minimale Doorvoersnelheid"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_min_height_to_model label"
|
||||
msgid "Minimum Height To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "min_infill_area label"
|
||||
msgid "Minimum Infill Area"
|
||||
|
@ -2904,6 +2944,11 @@ msgctxt "ooze_shield_dist label"
|
|||
msgid "Ooze Shield Distance"
|
||||
msgstr "Afstand Uitloopscherm"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_reach_limit label"
|
||||
msgid "Optimal Branch Range"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "optimize_wall_printing_order label"
|
||||
msgid "Optimize Wall Printing Order"
|
||||
|
@ -3009,6 +3054,11 @@ msgctxt "minimum_polygon_circumference description"
|
|||
msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details."
|
||||
msgstr "Polygonen in geslicete lagen, die een kleinere omtrek hebben dan deze waarde, worden eruit gefilterd. Bij lagere waarden krijgt het raster een hogere resolutie, waardoor het slicen langer duurt. Dit is voornamelijk bedoeld voor SLA-printers met een hoge resolutie en zeer kleine 3D-modellen die veel details bevatten."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle_slow label"
|
||||
msgid "Preferred Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "wall_transition_filter_deviation description"
|
||||
msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems."
|
||||
|
@ -3454,6 +3504,11 @@ msgctxt "skin_outline_count description"
|
|||
msgid "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material."
|
||||
msgstr "Vervang het buitenste gedeelte van het patroon boven-/onderkant door een aantal concentrische lijnen. Het gebruik van 1 of 2 lijnen verbetert daken die op vulmateriaal beginnen."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_rest_preference label"
|
||||
msgid "Rest Preference"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "travel_retract_before_outer_wall label"
|
||||
msgid "Retract Before Outer Wall"
|
||||
|
@ -5723,6 +5778,11 @@ msgctxt "draft_shield_enabled description"
|
|||
msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily."
|
||||
msgstr "Maak een wand rond het model. Deze vangt (warme) lucht en biedt bescherming tegen externe luchtbewegingen. De optie is met name geschikt voor materialen die snel kromtrekken."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_tip_diameter label"
|
||||
msgid "Tip Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "material_shrinkage_percentage_xy description"
|
||||
msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)."
|
||||
|
@ -5918,71 +5978,6 @@ msgctxt "support_structure option tree"
|
|||
msgid "Tree"
|
||||
msgstr "Boom"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_top_rate label"
|
||||
msgid "Tree Support Branch Density"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter label"
|
||||
msgid "Tree Support Branch Diameter"
|
||||
msgstr "Takdiameter van boomsupportstructuur"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter_angle label"
|
||||
msgid "Tree Support Branch Diameter Angle"
|
||||
msgstr "Hoek van takdiameter van boomsupportstructuur"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label"
|
||||
msgid "Tree Support Diameter Increase To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_bp_diameter label"
|
||||
msgid "Tree Support Initial Layer Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_limit_branch_reach label"
|
||||
msgid "Tree Support Limit Branch Reach"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle label"
|
||||
msgid "Tree Support Maximum Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_min_height_to_model label"
|
||||
msgid "Tree Support Minimum Height To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_reach_limit label"
|
||||
msgid "Tree Support Optimal Branch Range"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle_slow label"
|
||||
msgid "Tree Support Preferred Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_rest_preference label"
|
||||
msgid "Tree Support Rest Preference"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_tip_diameter label"
|
||||
msgid "Tree Support Tip Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter label"
|
||||
msgid "Tree Support Trunk Diameter"
|
||||
msgstr "Takdiameter van boomsupportstructuur"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "infill_pattern option trihexagon"
|
||||
msgid "Tri-Hexagon"
|
||||
|
@ -6013,6 +6008,11 @@ msgctxt "support_roof_pattern option triangles"
|
|||
msgid "Triangles"
|
||||
msgstr "Driehoeken"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter label"
|
||||
msgid "Trunk Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "machine_gcode_flavor option UltiGCode"
|
||||
msgid "Ultimaker 2"
|
||||
|
@ -6791,6 +6791,14 @@ msgstr "beweging"
|
|||
#~ msgid "Tree Support Branch Angle"
|
||||
#~ msgstr "Hoek van takken van boomsupportstructuur"
|
||||
|
||||
#~ msgctxt "support_tree_branch_diameter label"
|
||||
#~ msgid "Tree Support Branch Diameter"
|
||||
#~ msgstr "Takdiameter van boomsupportstructuur"
|
||||
|
||||
#~ msgctxt "support_tree_branch_diameter_angle label"
|
||||
#~ msgid "Tree Support Branch Diameter Angle"
|
||||
#~ msgstr "Hoek van takdiameter van boomsupportstructuur"
|
||||
|
||||
#~ msgctxt "support_tree_branch_distance label"
|
||||
#~ msgid "Tree Support Branch Distance"
|
||||
#~ msgstr "Takafstand van boomsupportstructuur"
|
||||
|
@ -6799,6 +6807,10 @@ msgstr "beweging"
|
|||
#~ msgid "Tree Support Collision Resolution"
|
||||
#~ msgstr "Resolutie bij botsingen van de boomsupportstructuur"
|
||||
|
||||
#~ msgctxt "support_tree_max_diameter label"
|
||||
#~ msgid "Tree Support Trunk Diameter"
|
||||
#~ msgstr "Takdiameter van boomsupportstructuur"
|
||||
|
||||
#~ msgctxt "wireframe_bottom_delay label"
|
||||
#~ msgid "WP Bottom Delay"
|
||||
#~ msgstr "Neerwaartse Vertraging Draadprinten"
|
||||
|
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Cura 5.1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-04-06 15:55+0000\n"
|
||||
"POT-Creation-Date: 2023-04-27 12:22+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"
|
||||
|
@ -431,22 +431,22 @@ msgctxt "@message"
|
|||
msgid "Could not read response."
|
||||
msgstr "Nie można odczytać odpowiedzi."
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:75
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:77
|
||||
msgctxt "@message"
|
||||
msgid "The provided state is not correct."
|
||||
msgstr ""
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:80
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:83
|
||||
msgctxt "@message"
|
||||
msgid "Timeout when authenticating with the account server."
|
||||
msgstr ""
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:97
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:101
|
||||
msgctxt "@message"
|
||||
msgid "Please give the required permissions when authorizing this application."
|
||||
msgstr "Proszę nadać wymagane uprawnienia podczas autoryzacji tej aplikacji."
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:104
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:109
|
||||
msgctxt "@message"
|
||||
msgid "Something unexpected happened when trying to log in, please try again."
|
||||
msgstr "Coś nieoczekiwanego się stało, podczas próby logowania, spróbuj ponownie."
|
||||
|
@ -6674,22 +6674,22 @@ msgctxt "@button"
|
|||
msgid "Add printer manually"
|
||||
msgstr ""
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:203
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:212
|
||||
msgctxt "@label"
|
||||
msgid "Manufacturer"
|
||||
msgstr "Producent"
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:214
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:223
|
||||
msgctxt "@label"
|
||||
msgid "Profile author"
|
||||
msgstr ""
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:226
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:235
|
||||
msgctxt "@label"
|
||||
msgid "Printer name"
|
||||
msgstr "Nazwa drukarki"
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:232
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:241
|
||||
msgctxt "@text"
|
||||
msgid "Please name your printer"
|
||||
msgstr ""
|
||||
|
|
|
@ -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-04-24 09:08+0000\n"
|
||||
"POT-Creation-Date: 2023-04-28 10:03+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"
|
||||
|
@ -360,6 +360,21 @@ msgctxt "bottom_thickness label"
|
|||
msgid "Bottom Thickness"
|
||||
msgstr "Grubość Dołu"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_top_rate label"
|
||||
msgid "Branch Density"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter label"
|
||||
msgid "Branch Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter_angle label"
|
||||
msgid "Branch Diameter Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "material_break_preparation_retracted_position label"
|
||||
msgid "Break Preparation Retracted Position"
|
||||
|
@ -870,6 +885,11 @@ msgctxt "material_diameter label"
|
|||
msgid "Diameter"
|
||||
msgstr "Średnica"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label"
|
||||
msgid "Diameter Increase To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_bp_diameter description"
|
||||
msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion."
|
||||
|
@ -1893,6 +1913,11 @@ msgctxt "skin_material_flow_layer_0 label"
|
|||
msgid "Initial Layer Bottom Flow"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_bp_diameter label"
|
||||
msgid "Initial Layer Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "material_flow_layer_0 label"
|
||||
msgid "Initial Layer Flow"
|
||||
|
@ -2183,6 +2208,11 @@ msgctxt "lightning_infill_support_angle label"
|
|||
msgid "Lightning Infill Support Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_limit_branch_reach label"
|
||||
msgid "Limit Branch Reach"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_limit_branch_reach description"
|
||||
msgid "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)"
|
||||
|
@ -2373,6 +2403,11 @@ msgctxt "machine_max_acceleration_z label"
|
|||
msgid "Maximum Acceleration Z"
|
||||
msgstr "Maksymalnie Przyspieszenie Z"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle label"
|
||||
msgid "Maximum Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "meshfix_maximum_deviation label"
|
||||
msgid "Maximum Deviation"
|
||||
|
@ -2563,6 +2598,11 @@ msgctxt "machine_minimum_feedrate label"
|
|||
msgid "Minimum Feedrate"
|
||||
msgstr "Minimalna Prędk. Posuwu"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_min_height_to_model label"
|
||||
msgid "Minimum Height To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "min_infill_area label"
|
||||
msgid "Minimum Infill Area"
|
||||
|
@ -2908,6 +2948,11 @@ msgctxt "ooze_shield_dist label"
|
|||
msgid "Ooze Shield Distance"
|
||||
msgstr "Odległ. Osłony Wycierającej"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_reach_limit label"
|
||||
msgid "Optimal Branch Range"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "optimize_wall_printing_order label"
|
||||
msgid "Optimize Wall Printing Order"
|
||||
|
@ -3013,6 +3058,11 @@ msgctxt "minimum_polygon_circumference description"
|
|||
msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details."
|
||||
msgstr "Wieloboki w pociętych warstwach mające obwód mniejszy, niż podany, będą odfiltrowane. Mniejsze wartości dają wyższą rozdzielczość siatki kosztem czasu cięcia. Funkcja ta jest przeznaczona głównie dla drukarek wysokiej rozdzielczości SLA oraz bardzo małych modeli z dużą ilością detali."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle_slow label"
|
||||
msgid "Preferred Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "wall_transition_filter_deviation description"
|
||||
msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems."
|
||||
|
@ -3458,6 +3508,11 @@ msgctxt "skin_outline_count description"
|
|||
msgid "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material."
|
||||
msgstr "Zastępuje najbardziej zewnętrzną część wzoru górnego/dolnego za pomocą kilku koncentrycznych linii. Korzystanie z jednej lub dwóch linii poprawia dachy, które zaczynają się na wypełnieniu."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_rest_preference label"
|
||||
msgid "Rest Preference"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "travel_retract_before_outer_wall label"
|
||||
msgid "Retract Before Outer Wall"
|
||||
|
@ -5736,6 +5791,11 @@ msgctxt "draft_shield_enabled description"
|
|||
msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily."
|
||||
msgstr "Powoduje to powstanie osłony wokół modelu, która wyłapuje (gorące) powietrze i osłania przed ruchami powietrza. Szczególnie przydatna w przypadku materiałów, które łatwo się rozwarstwiają."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_tip_diameter label"
|
||||
msgid "Tip Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "material_shrinkage_percentage_xy description"
|
||||
msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)."
|
||||
|
@ -5931,71 +5991,6 @@ msgctxt "support_structure option tree"
|
|||
msgid "Tree"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_top_rate label"
|
||||
msgid "Tree Support Branch Density"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter label"
|
||||
msgid "Tree Support Branch Diameter"
|
||||
msgstr "Średnica Gałęzi Drzewiastej Podpory"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter_angle label"
|
||||
msgid "Tree Support Branch Diameter Angle"
|
||||
msgstr "Kąt Średnicy Gałęzi Drzewiastej Podpory"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label"
|
||||
msgid "Tree Support Diameter Increase To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_bp_diameter label"
|
||||
msgid "Tree Support Initial Layer Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_limit_branch_reach label"
|
||||
msgid "Tree Support Limit Branch Reach"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle label"
|
||||
msgid "Tree Support Maximum Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_min_height_to_model label"
|
||||
msgid "Tree Support Minimum Height To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_reach_limit label"
|
||||
msgid "Tree Support Optimal Branch Range"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle_slow label"
|
||||
msgid "Tree Support Preferred Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_rest_preference label"
|
||||
msgid "Tree Support Rest Preference"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_tip_diameter label"
|
||||
msgid "Tree Support Tip Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter label"
|
||||
msgid "Tree Support Trunk Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "infill_pattern option trihexagon"
|
||||
msgid "Tri-Hexagon"
|
||||
|
@ -6026,6 +6021,11 @@ msgctxt "support_roof_pattern option triangles"
|
|||
msgid "Triangles"
|
||||
msgstr "Trójkąty"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter label"
|
||||
msgid "Trunk Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "machine_gcode_flavor option UltiGCode"
|
||||
msgid "Ultimaker 2"
|
||||
|
@ -7584,6 +7584,14 @@ msgstr "ruch jałowy"
|
|||
#~ msgid "Tree Support Branch Angle"
|
||||
#~ msgstr "Kąt Gałęzi Drzewnej Podpory"
|
||||
|
||||
#~ msgctxt "support_tree_branch_diameter label"
|
||||
#~ msgid "Tree Support Branch Diameter"
|
||||
#~ msgstr "Średnica Gałęzi Drzewiastej Podpory"
|
||||
|
||||
#~ msgctxt "support_tree_branch_diameter_angle label"
|
||||
#~ msgid "Tree Support Branch Diameter Angle"
|
||||
#~ msgstr "Kąt Średnicy Gałęzi Drzewiastej Podpory"
|
||||
|
||||
#~ msgctxt "support_tree_branch_distance label"
|
||||
#~ msgid "Tree Support Branch Distance"
|
||||
#~ msgstr "Odległość Gałęzi Drzewiastej Podpory"
|
||||
|
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Cura 5.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-04-06 15:55+0000\n"
|
||||
"POT-Creation-Date: 2023-04-27 12:22+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"
|
||||
|
@ -430,22 +430,22 @@ msgctxt "@message"
|
|||
msgid "Could not read response."
|
||||
msgstr "Não foi possível ler a resposta."
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:75
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:77
|
||||
msgctxt "@message"
|
||||
msgid "The provided state is not correct."
|
||||
msgstr "O estado provido não está correto."
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:80
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:83
|
||||
msgctxt "@message"
|
||||
msgid "Timeout when authenticating with the account server."
|
||||
msgstr "Tempo esgotado ao autenticar com o servidor da conta."
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:97
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:101
|
||||
msgctxt "@message"
|
||||
msgid "Please give the required permissions when authorizing this application."
|
||||
msgstr "Por favor dê as permissões requeridas ao autorizar esta aplicação."
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:104
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:109
|
||||
msgctxt "@message"
|
||||
msgid "Something unexpected happened when trying to log in, please try again."
|
||||
msgstr "Algo inesperado aconteceu ao tentar login, por favor tente novamente."
|
||||
|
@ -6700,22 +6700,22 @@ msgctxt "@button"
|
|||
msgid "Add printer manually"
|
||||
msgstr "Adicionar impressora manualmente"
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:203
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:212
|
||||
msgctxt "@label"
|
||||
msgid "Manufacturer"
|
||||
msgstr "Fabricante"
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:214
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:223
|
||||
msgctxt "@label"
|
||||
msgid "Profile author"
|
||||
msgstr "Autor do perfil"
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:226
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:235
|
||||
msgctxt "@label"
|
||||
msgid "Printer name"
|
||||
msgstr "Nome da impressora"
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:232
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:241
|
||||
msgctxt "@text"
|
||||
msgid "Please name your printer"
|
||||
msgstr "Por favor dê um nome à sua impressora"
|
||||
|
|
|
@ -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-04-24 09:08+0000\n"
|
||||
"POT-Creation-Date: 2023-04-28 10:03+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"
|
||||
|
@ -361,6 +361,21 @@ msgctxt "bottom_thickness label"
|
|||
msgid "Bottom Thickness"
|
||||
msgstr "Espessura Inferior"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_top_rate label"
|
||||
msgid "Branch Density"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter label"
|
||||
msgid "Branch Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter_angle label"
|
||||
msgid "Branch Diameter Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "material_break_preparation_retracted_position label"
|
||||
msgid "Break Preparation Retracted Position"
|
||||
|
@ -871,6 +886,11 @@ msgctxt "material_diameter label"
|
|||
msgid "Diameter"
|
||||
msgstr "Diâmetro"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label"
|
||||
msgid "Diameter Increase To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_bp_diameter description"
|
||||
msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion."
|
||||
|
@ -1894,6 +1914,11 @@ msgctxt "skin_material_flow_layer_0 label"
|
|||
msgid "Initial Layer Bottom Flow"
|
||||
msgstr "Fluxo da Base da Camada Inicial"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_bp_diameter label"
|
||||
msgid "Initial Layer Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "material_flow_layer_0 label"
|
||||
msgid "Initial Layer Flow"
|
||||
|
@ -2184,6 +2209,11 @@ msgctxt "lightning_infill_support_angle label"
|
|||
msgid "Lightning Infill Support Angle"
|
||||
msgstr "Ângulo de Suporte do Preenchimento Relâmpago"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_limit_branch_reach label"
|
||||
msgid "Limit Branch Reach"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_limit_branch_reach description"
|
||||
msgid "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)"
|
||||
|
@ -2374,6 +2404,11 @@ msgctxt "machine_max_acceleration_z label"
|
|||
msgid "Maximum Acceleration Z"
|
||||
msgstr "Aceleração Máxima em Z"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle label"
|
||||
msgid "Maximum Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "meshfix_maximum_deviation label"
|
||||
msgid "Maximum Deviation"
|
||||
|
@ -2564,6 +2599,11 @@ msgctxt "machine_minimum_feedrate label"
|
|||
msgid "Minimum Feedrate"
|
||||
msgstr "Velocidade Mínima de Alimentação"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_min_height_to_model label"
|
||||
msgid "Minimum Height To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "min_infill_area label"
|
||||
msgid "Minimum Infill Area"
|
||||
|
@ -2909,6 +2949,11 @@ msgctxt "ooze_shield_dist label"
|
|||
msgid "Ooze Shield Distance"
|
||||
msgstr "Distância da Cobertura de Escorrimento"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_reach_limit label"
|
||||
msgid "Optimal Branch Range"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "optimize_wall_printing_order label"
|
||||
msgid "Optimize Wall Printing Order"
|
||||
|
@ -3014,6 +3059,11 @@ msgctxt "minimum_polygon_circumference description"
|
|||
msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details."
|
||||
msgstr "Polígonos em camadas fatiadas que tiverem uma circunferência menor que esta quantia serão excluídos. Menores valores levam a malha de maior resolução ao custo de tempo de fatiamento. Serve melhor para impressoras SLA de alta resolução e pequenos modelos 3D com muitos detalhes."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle_slow label"
|
||||
msgid "Preferred Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "wall_transition_filter_deviation description"
|
||||
msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems."
|
||||
|
@ -3459,6 +3509,11 @@ msgctxt "skin_outline_count description"
|
|||
msgid "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material."
|
||||
msgstr "Substitui a parte externa do padrão superior/inferir com um número de linhas concêntricas. Usar uma ou duas linhas melhora tetos e topos que começam a ser construídos em cima de padrões de preenchimento."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_rest_preference label"
|
||||
msgid "Rest Preference"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "travel_retract_before_outer_wall label"
|
||||
msgid "Retract Before Outer Wall"
|
||||
|
@ -5737,6 +5792,11 @@ msgctxt "draft_shield_enabled description"
|
|||
msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily."
|
||||
msgstr "Isto criará uma parede em volta do modelo que aprisiona ar quente da mesa e protege contra fluxo de ar do exterior. Especialmente útil para materiais que sofrem bastante warp e impressoras 3D que não são cobertas."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_tip_diameter label"
|
||||
msgid "Tip Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "material_shrinkage_percentage_xy description"
|
||||
msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)."
|
||||
|
@ -5932,71 +5992,6 @@ msgctxt "support_structure option tree"
|
|||
msgid "Tree"
|
||||
msgstr "Árvore"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_top_rate label"
|
||||
msgid "Tree Support Branch Density"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter label"
|
||||
msgid "Tree Support Branch Diameter"
|
||||
msgstr "Diâmetro de Galho do Suporte em Árvore"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter_angle label"
|
||||
msgid "Tree Support Branch Diameter Angle"
|
||||
msgstr "Ângulo do Diâmetro do Galho do Suporte em Árvore"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label"
|
||||
msgid "Tree Support Diameter Increase To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_bp_diameter label"
|
||||
msgid "Tree Support Initial Layer Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_limit_branch_reach label"
|
||||
msgid "Tree Support Limit Branch Reach"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle label"
|
||||
msgid "Tree Support Maximum Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_min_height_to_model label"
|
||||
msgid "Tree Support Minimum Height To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_reach_limit label"
|
||||
msgid "Tree Support Optimal Branch Range"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle_slow label"
|
||||
msgid "Tree Support Preferred Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_rest_preference label"
|
||||
msgid "Tree Support Rest Preference"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_tip_diameter label"
|
||||
msgid "Tree Support Tip Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter label"
|
||||
msgid "Tree Support Trunk Diameter"
|
||||
msgstr "Diâmetro de Tronco do Suporte em Árvore"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "infill_pattern option trihexagon"
|
||||
msgid "Tri-Hexagon"
|
||||
|
@ -6027,6 +6022,11 @@ msgctxt "support_roof_pattern option triangles"
|
|||
msgid "Triangles"
|
||||
msgstr "Triângulos"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter label"
|
||||
msgid "Trunk Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "machine_gcode_flavor option UltiGCode"
|
||||
msgid "Ultimaker 2"
|
||||
|
@ -7757,6 +7757,14 @@ msgstr "percurso"
|
|||
#~ msgid "Tree Support Branch Angle"
|
||||
#~ msgstr "Ângulo do Galho do Suporte em Árvore"
|
||||
|
||||
#~ msgctxt "support_tree_branch_diameter label"
|
||||
#~ msgid "Tree Support Branch Diameter"
|
||||
#~ msgstr "Diâmetro de Galho do Suporte em Árvore"
|
||||
|
||||
#~ msgctxt "support_tree_branch_diameter_angle label"
|
||||
#~ msgid "Tree Support Branch Diameter Angle"
|
||||
#~ msgstr "Ângulo do Diâmetro do Galho do Suporte em Árvore"
|
||||
|
||||
#~ msgctxt "support_tree_branch_distance label"
|
||||
#~ msgid "Tree Support Branch Distance"
|
||||
#~ msgstr "Distância dos Galhos do Suporte em Árvore"
|
||||
|
@ -7765,6 +7773,10 @@ msgstr "percurso"
|
|||
#~ msgid "Tree Support Collision Resolution"
|
||||
#~ msgstr "Resolução de Colisão do Suporte em Árvore"
|
||||
|
||||
#~ msgctxt "support_tree_max_diameter label"
|
||||
#~ msgid "Tree Support Trunk Diameter"
|
||||
#~ msgstr "Diâmetro de Tronco do Suporte em Árvore"
|
||||
|
||||
#~ msgctxt "support_tree_wall_count label"
|
||||
#~ msgid "Tree Support Wall Line Count"
|
||||
#~ msgstr "Número de Filetes da Parede do Suporte em Árvore"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-04-06 15:55+0000\n"
|
||||
"POT-Creation-Date: 2023-04-27 12:22+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"
|
||||
|
@ -430,22 +430,22 @@ msgctxt "@message"
|
|||
msgid "Could not read response."
|
||||
msgstr "Não foi possível ler a resposta."
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:75
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:77
|
||||
msgctxt "@message"
|
||||
msgid "The provided state is not correct."
|
||||
msgstr "O estado apresentado não está correto."
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:80
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:83
|
||||
msgctxt "@message"
|
||||
msgid "Timeout when authenticating with the account server."
|
||||
msgstr "Foi excedido o tempo limite de autenticação com o servidor."
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:97
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:101
|
||||
msgctxt "@message"
|
||||
msgid "Please give the required permissions when authorizing this application."
|
||||
msgstr "Forneça as permissões necessárias ao autorizar esta aplicação."
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:104
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:109
|
||||
msgctxt "@message"
|
||||
msgid "Something unexpected happened when trying to log in, please try again."
|
||||
msgstr "Ocorreu algo inesperado ao tentar iniciar sessão, tente novamente."
|
||||
|
@ -6697,22 +6697,22 @@ msgctxt "@button"
|
|||
msgid "Add printer manually"
|
||||
msgstr "Adicionar impressora manualmente"
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:203
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:212
|
||||
msgctxt "@label"
|
||||
msgid "Manufacturer"
|
||||
msgstr "Fabricante"
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:214
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:223
|
||||
msgctxt "@label"
|
||||
msgid "Profile author"
|
||||
msgstr "Autor do perfil"
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:226
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:235
|
||||
msgctxt "@label"
|
||||
msgid "Printer name"
|
||||
msgstr "Nome da impressora"
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:232
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:241
|
||||
msgctxt "@text"
|
||||
msgid "Please name your printer"
|
||||
msgstr "Atribuir um nome à impressora"
|
||||
|
|
|
@ -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-04-24 09:08+0000\n"
|
||||
"POT-Creation-Date: 2023-04-28 10:03+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE\n"
|
||||
|
@ -356,6 +356,21 @@ msgctxt "bottom_thickness label"
|
|||
msgid "Bottom Thickness"
|
||||
msgstr "Espessura Inferior"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_top_rate label"
|
||||
msgid "Branch Density"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter label"
|
||||
msgid "Branch Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter_angle label"
|
||||
msgid "Branch Diameter Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "material_break_preparation_retracted_position label"
|
||||
msgid "Break Preparation Retracted Position"
|
||||
|
@ -866,6 +881,11 @@ msgctxt "material_diameter label"
|
|||
msgid "Diameter"
|
||||
msgstr "Diâmetro"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label"
|
||||
msgid "Diameter Increase To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_bp_diameter description"
|
||||
msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion."
|
||||
|
@ -1889,6 +1909,11 @@ msgctxt "skin_material_flow_layer_0 label"
|
|||
msgid "Initial Layer Bottom Flow"
|
||||
msgstr "Fluxo inferior da camada inicial"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_bp_diameter label"
|
||||
msgid "Initial Layer Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "material_flow_layer_0 label"
|
||||
msgid "Initial Layer Flow"
|
||||
|
@ -2179,6 +2204,11 @@ msgctxt "lightning_infill_support_angle label"
|
|||
msgid "Lightning Infill Support Angle"
|
||||
msgstr "Ângulo de suporte de enchimento relâmpago"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_limit_branch_reach label"
|
||||
msgid "Limit Branch Reach"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_limit_branch_reach description"
|
||||
msgid "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)"
|
||||
|
@ -2369,6 +2399,11 @@ msgctxt "machine_max_acceleration_z label"
|
|||
msgid "Maximum Acceleration Z"
|
||||
msgstr "Aceleração Z Máxima"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle label"
|
||||
msgid "Maximum Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "meshfix_maximum_deviation label"
|
||||
msgid "Maximum Deviation"
|
||||
|
@ -2559,6 +2594,11 @@ msgctxt "machine_minimum_feedrate label"
|
|||
msgid "Minimum Feedrate"
|
||||
msgstr "Velocidade Mínima de Alimentação"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_min_height_to_model label"
|
||||
msgid "Minimum Height To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "min_infill_area label"
|
||||
msgid "Minimum Infill Area"
|
||||
|
@ -2904,6 +2944,11 @@ msgctxt "ooze_shield_dist label"
|
|||
msgid "Ooze Shield Distance"
|
||||
msgstr "Distância da proteção contra escorrimentos"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_reach_limit label"
|
||||
msgid "Optimal Branch Range"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "optimize_wall_printing_order label"
|
||||
msgid "Optimize Wall Printing Order"
|
||||
|
@ -3009,6 +3054,11 @@ msgctxt "minimum_polygon_circumference description"
|
|||
msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details."
|
||||
msgstr "Os polígonos em camadas seccionadas que apresentem uma circunferência mais pequena do que este valor serão filtrados. Valores mais reduzidos originam malhas de resolução superior à custa do tempo de seccionamento. Destina-se principalmente a impressoras SLA de alta resolução e a modelos 3D muito pequenos com muitos detalhes."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle_slow label"
|
||||
msgid "Preferred Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "wall_transition_filter_deviation description"
|
||||
msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems."
|
||||
|
@ -3454,6 +3504,11 @@ msgctxt "skin_outline_count description"
|
|||
msgid "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material."
|
||||
msgstr "Substitui a parte mais exterior do padrão superior/inferior por um número de linhas concêntricas. Usar uma ou duas linhas melhora os tectos que começam no material de enchimento."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_rest_preference label"
|
||||
msgid "Rest Preference"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "travel_retract_before_outer_wall label"
|
||||
msgid "Retract Before Outer Wall"
|
||||
|
@ -5723,6 +5778,11 @@ msgctxt "draft_shield_enabled description"
|
|||
msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily."
|
||||
msgstr "Isto irá criar uma parede em torno do modelo, que retém o ar (quente) e protege contra correntes de ar externas. Esta opção é especialmente útil para materiais que se deformam com facilidade."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_tip_diameter label"
|
||||
msgid "Tip Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "material_shrinkage_percentage_xy description"
|
||||
msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)."
|
||||
|
@ -5918,71 +5978,6 @@ msgctxt "support_structure option tree"
|
|||
msgid "Tree"
|
||||
msgstr "Árvore"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_top_rate label"
|
||||
msgid "Tree Support Branch Density"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter label"
|
||||
msgid "Tree Support Branch Diameter"
|
||||
msgstr "Diâmetro Ramos Suportes Árvore"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter_angle label"
|
||||
msgid "Tree Support Branch Diameter Angle"
|
||||
msgstr "Ângulo Diâmetro Ramos Suportes Árvore"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label"
|
||||
msgid "Tree Support Diameter Increase To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_bp_diameter label"
|
||||
msgid "Tree Support Initial Layer Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_limit_branch_reach label"
|
||||
msgid "Tree Support Limit Branch Reach"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle label"
|
||||
msgid "Tree Support Maximum Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_min_height_to_model label"
|
||||
msgid "Tree Support Minimum Height To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_reach_limit label"
|
||||
msgid "Tree Support Optimal Branch Range"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle_slow label"
|
||||
msgid "Tree Support Preferred Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_rest_preference label"
|
||||
msgid "Tree Support Rest Preference"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_tip_diameter label"
|
||||
msgid "Tree Support Tip Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter label"
|
||||
msgid "Tree Support Trunk Diameter"
|
||||
msgstr "Diâmetro Tronco Suporte Árvore"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "infill_pattern option trihexagon"
|
||||
msgid "Tri-Hexagon"
|
||||
|
@ -6013,6 +6008,11 @@ msgctxt "support_roof_pattern option triangles"
|
|||
msgid "Triangles"
|
||||
msgstr "Triângulos"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter label"
|
||||
msgid "Trunk Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "machine_gcode_flavor option UltiGCode"
|
||||
msgid "Ultimaker 2"
|
||||
|
@ -6807,6 +6807,14 @@ msgstr "deslocação"
|
|||
#~ msgid "Tree Support Branch Angle"
|
||||
#~ msgstr "Ângulo Ramos Suportes Árvore"
|
||||
|
||||
#~ msgctxt "support_tree_branch_diameter label"
|
||||
#~ msgid "Tree Support Branch Diameter"
|
||||
#~ msgstr "Diâmetro Ramos Suportes Árvore"
|
||||
|
||||
#~ msgctxt "support_tree_branch_diameter_angle label"
|
||||
#~ msgid "Tree Support Branch Diameter Angle"
|
||||
#~ msgstr "Ângulo Diâmetro Ramos Suportes Árvore"
|
||||
|
||||
#~ msgctxt "support_tree_branch_distance label"
|
||||
#~ msgid "Tree Support Branch Distance"
|
||||
#~ msgstr "Distância Ramos Suportes Árvore"
|
||||
|
@ -6815,6 +6823,10 @@ msgstr "deslocação"
|
|||
#~ msgid "Tree Support Collision Resolution"
|
||||
#~ msgstr "Resolução Colisão Suportes Árvore"
|
||||
|
||||
#~ msgctxt "support_tree_max_diameter label"
|
||||
#~ msgid "Tree Support Trunk Diameter"
|
||||
#~ msgstr "Diâmetro Tronco Suporte Árvore"
|
||||
|
||||
#~ msgctxt "wireframe_bottom_delay label"
|
||||
#~ msgid "WP Bottom Delay"
|
||||
#~ msgstr "Atraso da parte inferior da impressão de fios"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-04-06 15:55+0000\n"
|
||||
"POT-Creation-Date: 2023-04-27 12:22+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"
|
||||
|
@ -430,22 +430,22 @@ msgctxt "@message"
|
|||
msgid "Could not read response."
|
||||
msgstr "Не удалось прочитать ответ."
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:75
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:77
|
||||
msgctxt "@message"
|
||||
msgid "The provided state is not correct."
|
||||
msgstr "Указано неверное состояние."
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:80
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:83
|
||||
msgctxt "@message"
|
||||
msgid "Timeout when authenticating with the account server."
|
||||
msgstr "Истекло время аутентификации на сервере учетной записи."
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:97
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:101
|
||||
msgctxt "@message"
|
||||
msgid "Please give the required permissions when authorizing this application."
|
||||
msgstr "Дайте необходимые разрешения при авторизации в этом приложении."
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:104
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:109
|
||||
msgctxt "@message"
|
||||
msgid "Something unexpected happened when trying to log in, please try again."
|
||||
msgstr "Возникла непредвиденная ошибка при попытке входа в систему. Повторите попытку."
|
||||
|
@ -6712,22 +6712,22 @@ msgctxt "@button"
|
|||
msgid "Add printer manually"
|
||||
msgstr "Добавить принтер вручную"
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:203
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:212
|
||||
msgctxt "@label"
|
||||
msgid "Manufacturer"
|
||||
msgstr "Производитель"
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:214
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:223
|
||||
msgctxt "@label"
|
||||
msgid "Profile author"
|
||||
msgstr "Автор профиля"
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:226
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:235
|
||||
msgctxt "@label"
|
||||
msgid "Printer name"
|
||||
msgstr "Имя принтера"
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:232
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:241
|
||||
msgctxt "@text"
|
||||
msgid "Please name your printer"
|
||||
msgstr "Присвойте имя принтеру"
|
||||
|
|
|
@ -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-04-24 09:08+0000\n"
|
||||
"POT-Creation-Date: 2023-04-28 10:03+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE\n"
|
||||
|
@ -356,6 +356,21 @@ msgctxt "bottom_thickness label"
|
|||
msgid "Bottom Thickness"
|
||||
msgstr "Толщина дна"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_top_rate label"
|
||||
msgid "Branch Density"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter label"
|
||||
msgid "Branch Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter_angle label"
|
||||
msgid "Branch Diameter Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "material_break_preparation_retracted_position label"
|
||||
msgid "Break Preparation Retracted Position"
|
||||
|
@ -866,6 +881,11 @@ msgctxt "material_diameter label"
|
|||
msgid "Diameter"
|
||||
msgstr "Диаметр"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label"
|
||||
msgid "Diameter Increase To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_bp_diameter description"
|
||||
msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion."
|
||||
|
@ -1889,6 +1909,11 @@ msgctxt "skin_material_flow_layer_0 label"
|
|||
msgid "Initial Layer Bottom Flow"
|
||||
msgstr "Поток низа первого слоя"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_bp_diameter label"
|
||||
msgid "Initial Layer Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "material_flow_layer_0 label"
|
||||
msgid "Initial Layer Flow"
|
||||
|
@ -2179,6 +2204,11 @@ msgctxt "lightning_infill_support_angle label"
|
|||
msgid "Lightning Infill Support Angle"
|
||||
msgstr "Угол поддержки шаблона заполнения «молния»"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_limit_branch_reach label"
|
||||
msgid "Limit Branch Reach"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_limit_branch_reach description"
|
||||
msgid "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)"
|
||||
|
@ -2369,6 +2399,11 @@ msgctxt "machine_max_acceleration_z label"
|
|||
msgid "Maximum Acceleration Z"
|
||||
msgstr "Максимальное ускорение по оси Z"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle label"
|
||||
msgid "Maximum Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "meshfix_maximum_deviation label"
|
||||
msgid "Maximum Deviation"
|
||||
|
@ -2559,6 +2594,11 @@ msgctxt "machine_minimum_feedrate label"
|
|||
msgid "Minimum Feedrate"
|
||||
msgstr "Минимальная подача"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_min_height_to_model label"
|
||||
msgid "Minimum Height To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "min_infill_area label"
|
||||
msgid "Minimum Infill Area"
|
||||
|
@ -2904,6 +2944,11 @@ msgctxt "ooze_shield_dist label"
|
|||
msgid "Ooze Shield Distance"
|
||||
msgstr "Дистанция до защиты от капель"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_reach_limit label"
|
||||
msgid "Optimal Branch Range"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "optimize_wall_printing_order label"
|
||||
msgid "Optimize Wall Printing Order"
|
||||
|
@ -3009,6 +3054,11 @@ msgctxt "minimum_polygon_circumference description"
|
|||
msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details."
|
||||
msgstr "Полигоны в разделенных слоях, длина окружности которых меньше указанной величины, будут отфильтрованы. Пониженные значения приводят к увеличению разрешения объекта за счет времени разделения. Это предназначено главным образом для принтеров SLA с высоким разрешением и миниатюрных 3D-моделей с множеством деталей."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle_slow label"
|
||||
msgid "Preferred Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "wall_transition_filter_deviation description"
|
||||
msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems."
|
||||
|
@ -3454,6 +3504,11 @@ msgctxt "skin_outline_count description"
|
|||
msgid "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material."
|
||||
msgstr "Заменяет внешнюю часть шаблона крышки/дна рядом концентрических линий. Использование одной или двух линий улучшает мосты, которые печатаются поверх материала заполнения."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_rest_preference label"
|
||||
msgid "Rest Preference"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "travel_retract_before_outer_wall label"
|
||||
msgid "Retract Before Outer Wall"
|
||||
|
@ -5723,6 +5778,11 @@ msgctxt "draft_shield_enabled description"
|
|||
msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily."
|
||||
msgstr "Создаёт стенку вокруг модели, которая удерживает (горячий) воздух и препятствует обдуву модели внешним воздушным потоком. Очень пригодится для материалов, которые легко деформируются."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_tip_diameter label"
|
||||
msgid "Tip Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "material_shrinkage_percentage_xy description"
|
||||
msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)."
|
||||
|
@ -5918,71 +5978,6 @@ msgctxt "support_structure option tree"
|
|||
msgid "Tree"
|
||||
msgstr "Дерево"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_top_rate label"
|
||||
msgid "Tree Support Branch Density"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter label"
|
||||
msgid "Tree Support Branch Diameter"
|
||||
msgstr "Диаметр ответвления древовидной поддержки"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter_angle label"
|
||||
msgid "Tree Support Branch Diameter Angle"
|
||||
msgstr "Угол диаметра ответвления древовидной поддержки"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label"
|
||||
msgid "Tree Support Diameter Increase To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_bp_diameter label"
|
||||
msgid "Tree Support Initial Layer Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_limit_branch_reach label"
|
||||
msgid "Tree Support Limit Branch Reach"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle label"
|
||||
msgid "Tree Support Maximum Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_min_height_to_model label"
|
||||
msgid "Tree Support Minimum Height To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_reach_limit label"
|
||||
msgid "Tree Support Optimal Branch Range"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle_slow label"
|
||||
msgid "Tree Support Preferred Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_rest_preference label"
|
||||
msgid "Tree Support Rest Preference"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_tip_diameter label"
|
||||
msgid "Tree Support Tip Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter label"
|
||||
msgid "Tree Support Trunk Diameter"
|
||||
msgstr "Диаметр ствола древовидной поддержки"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "infill_pattern option trihexagon"
|
||||
msgid "Tri-Hexagon"
|
||||
|
@ -6013,6 +6008,11 @@ msgctxt "support_roof_pattern option triangles"
|
|||
msgid "Triangles"
|
||||
msgstr "Треугольники"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter label"
|
||||
msgid "Trunk Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "machine_gcode_flavor option UltiGCode"
|
||||
msgid "Ultimaker 2"
|
||||
|
@ -6791,6 +6791,14 @@ msgstr "перемещение"
|
|||
#~ msgid "Tree Support Branch Angle"
|
||||
#~ msgstr "Угол ответвления древовидной поддержки"
|
||||
|
||||
#~ msgctxt "support_tree_branch_diameter label"
|
||||
#~ msgid "Tree Support Branch Diameter"
|
||||
#~ msgstr "Диаметр ответвления древовидной поддержки"
|
||||
|
||||
#~ msgctxt "support_tree_branch_diameter_angle label"
|
||||
#~ msgid "Tree Support Branch Diameter Angle"
|
||||
#~ msgstr "Угол диаметра ответвления древовидной поддержки"
|
||||
|
||||
#~ msgctxt "support_tree_branch_distance label"
|
||||
#~ msgid "Tree Support Branch Distance"
|
||||
#~ msgstr "Расстояние ответвления древовидной поддержки"
|
||||
|
@ -6799,6 +6807,10 @@ msgstr "перемещение"
|
|||
#~ msgid "Tree Support Collision Resolution"
|
||||
#~ msgstr "Разрешение для расчета столкновений древовидной поддержки"
|
||||
|
||||
#~ msgctxt "support_tree_max_diameter label"
|
||||
#~ msgid "Tree Support Trunk Diameter"
|
||||
#~ msgstr "Диаметр ствола древовидной поддержки"
|
||||
|
||||
#~ msgctxt "wireframe_bottom_delay label"
|
||||
#~ msgid "WP Bottom Delay"
|
||||
#~ msgstr "Нижняя задержка (КП)"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-04-06 15:55+0000\n"
|
||||
"POT-Creation-Date: 2023-04-27 12:22+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"
|
||||
|
@ -430,22 +430,22 @@ msgctxt "@message"
|
|||
msgid "Could not read response."
|
||||
msgstr "Yanıt okunamadı."
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:75
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:77
|
||||
msgctxt "@message"
|
||||
msgid "The provided state is not correct."
|
||||
msgstr "Sağlanan durum doğru değil."
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:80
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:83
|
||||
msgctxt "@message"
|
||||
msgid "Timeout when authenticating with the account server."
|
||||
msgstr "Hesap sunucusuyla kimlik doğrulaması yapılırken zaman aşımı oluştu."
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:97
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:101
|
||||
msgctxt "@message"
|
||||
msgid "Please give the required permissions when authorizing this application."
|
||||
msgstr "Lütfen bu başvuruya yetki verirken gerekli izinleri verin."
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:104
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:109
|
||||
msgctxt "@message"
|
||||
msgid "Something unexpected happened when trying to log in, please try again."
|
||||
msgstr "Oturum açmaya çalışırken beklenmeyen bir sorun oluştu, lütfen tekrar deneyin."
|
||||
|
@ -6698,22 +6698,22 @@ msgctxt "@button"
|
|||
msgid "Add printer manually"
|
||||
msgstr "Yazıcıyı manuel olarak ekle"
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:203
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:212
|
||||
msgctxt "@label"
|
||||
msgid "Manufacturer"
|
||||
msgstr "Üretici"
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:214
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:223
|
||||
msgctxt "@label"
|
||||
msgid "Profile author"
|
||||
msgstr "Profil sahibi"
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:226
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:235
|
||||
msgctxt "@label"
|
||||
msgid "Printer name"
|
||||
msgstr "Yazıcı adı"
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:232
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:241
|
||||
msgctxt "@text"
|
||||
msgid "Please name your printer"
|
||||
msgstr "Lütfen yazıcınızı adlandırı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-04-24 09:08+0000\n"
|
||||
"POT-Creation-Date: 2023-04-28 10:03+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE\n"
|
||||
|
@ -356,6 +356,21 @@ msgctxt "bottom_thickness label"
|
|||
msgid "Bottom Thickness"
|
||||
msgstr "Alt Kalınlık"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_top_rate label"
|
||||
msgid "Branch Density"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter label"
|
||||
msgid "Branch Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter_angle label"
|
||||
msgid "Branch Diameter Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "material_break_preparation_retracted_position label"
|
||||
msgid "Break Preparation Retracted Position"
|
||||
|
@ -866,6 +881,11 @@ msgctxt "material_diameter label"
|
|||
msgid "Diameter"
|
||||
msgstr "Çap"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label"
|
||||
msgid "Diameter Increase To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_bp_diameter description"
|
||||
msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion."
|
||||
|
@ -1889,6 +1909,11 @@ msgctxt "skin_material_flow_layer_0 label"
|
|||
msgid "Initial Layer Bottom Flow"
|
||||
msgstr "İlk Katman Alt Akışı"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_bp_diameter label"
|
||||
msgid "Initial Layer Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "material_flow_layer_0 label"
|
||||
msgid "Initial Layer Flow"
|
||||
|
@ -2179,6 +2204,11 @@ msgctxt "lightning_infill_support_angle label"
|
|||
msgid "Lightning Infill Support Angle"
|
||||
msgstr "Yıldırım Dolgu Destek Açısı"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_limit_branch_reach label"
|
||||
msgid "Limit Branch Reach"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_limit_branch_reach description"
|
||||
msgid "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)"
|
||||
|
@ -2369,6 +2399,11 @@ msgctxt "machine_max_acceleration_z label"
|
|||
msgid "Maximum Acceleration Z"
|
||||
msgstr "Maksimum Z İvmesi"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle label"
|
||||
msgid "Maximum Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "meshfix_maximum_deviation label"
|
||||
msgid "Maximum Deviation"
|
||||
|
@ -2559,6 +2594,11 @@ msgctxt "machine_minimum_feedrate label"
|
|||
msgid "Minimum Feedrate"
|
||||
msgstr "Minimum Besleme Hızı"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_min_height_to_model label"
|
||||
msgid "Minimum Height To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "min_infill_area label"
|
||||
msgid "Minimum Infill Area"
|
||||
|
@ -2904,6 +2944,11 @@ msgctxt "ooze_shield_dist label"
|
|||
msgid "Ooze Shield Distance"
|
||||
msgstr "Sızdırma Kalkanı Mesafesi"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_reach_limit label"
|
||||
msgid "Optimal Branch Range"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "optimize_wall_printing_order label"
|
||||
msgid "Optimize Wall Printing Order"
|
||||
|
@ -3009,6 +3054,11 @@ msgctxt "minimum_polygon_circumference description"
|
|||
msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details."
|
||||
msgstr "Bu miktardan daha kısa çevre uzunluğuna sahip dilimlenmiş katmanlardaki poligonlar filtre ile elenecektir. Daha düşük değerler dilimleme süresini uzatacak ancak daha yüksek çözünürlükte bir ağ oluşturacaktır. Genellikle yüksek çözünürlüklü SLA yazıcılarına yöneliktir ve çok fazla detay içeren çok küçük 3D modellerinde kullanılır."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle_slow label"
|
||||
msgid "Preferred Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "wall_transition_filter_deviation description"
|
||||
msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems."
|
||||
|
@ -3454,6 +3504,11 @@ msgctxt "skin_outline_count description"
|
|||
msgid "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material."
|
||||
msgstr "Üst/alt şeklin en dıştaki parçasını eş merkezli hatlar ile değiştirir. Bir veya iki hat kullanmak, dolgu malzemesinde başlayan tavanları geliştirir."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_rest_preference label"
|
||||
msgid "Rest Preference"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "travel_retract_before_outer_wall label"
|
||||
msgid "Retract Before Outer Wall"
|
||||
|
@ -5723,6 +5778,11 @@ msgctxt "draft_shield_enabled description"
|
|||
msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily."
|
||||
msgstr "Modelin etrafında (sıcak) hava ve kalkanlara dışarıdaki hava akımına karşı set çeken bir duvar oluşturur. Özellikle kolayca eğrilebilen malzemeler için kullanışlıdır."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_tip_diameter label"
|
||||
msgid "Tip Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "material_shrinkage_percentage_xy description"
|
||||
msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)."
|
||||
|
@ -5918,71 +5978,6 @@ msgctxt "support_structure option tree"
|
|||
msgid "Tree"
|
||||
msgstr "Ağaç"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_top_rate label"
|
||||
msgid "Tree Support Branch Density"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter label"
|
||||
msgid "Tree Support Branch Diameter"
|
||||
msgstr "Ağaç Destek Dalının Çapı"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter_angle label"
|
||||
msgid "Tree Support Branch Diameter Angle"
|
||||
msgstr "Ağaç Destek Dalının Çap Açısı"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label"
|
||||
msgid "Tree Support Diameter Increase To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_bp_diameter label"
|
||||
msgid "Tree Support Initial Layer Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_limit_branch_reach label"
|
||||
msgid "Tree Support Limit Branch Reach"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle label"
|
||||
msgid "Tree Support Maximum Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_min_height_to_model label"
|
||||
msgid "Tree Support Minimum Height To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_reach_limit label"
|
||||
msgid "Tree Support Optimal Branch Range"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle_slow label"
|
||||
msgid "Tree Support Preferred Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_rest_preference label"
|
||||
msgid "Tree Support Rest Preference"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_tip_diameter label"
|
||||
msgid "Tree Support Tip Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter label"
|
||||
msgid "Tree Support Trunk Diameter"
|
||||
msgstr "Ağaç Desteği Gövde Çapı"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "infill_pattern option trihexagon"
|
||||
msgid "Tri-Hexagon"
|
||||
|
@ -6013,6 +6008,11 @@ msgctxt "support_roof_pattern option triangles"
|
|||
msgid "Triangles"
|
||||
msgstr "Üçgenler"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter label"
|
||||
msgid "Trunk Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "machine_gcode_flavor option UltiGCode"
|
||||
msgid "Ultimaker 2"
|
||||
|
@ -6791,6 +6791,14 @@ msgstr "hareket"
|
|||
#~ msgid "Tree Support Branch Angle"
|
||||
#~ msgstr "Ağaç Destek Dal Açısı"
|
||||
|
||||
#~ msgctxt "support_tree_branch_diameter label"
|
||||
#~ msgid "Tree Support Branch Diameter"
|
||||
#~ msgstr "Ağaç Destek Dalının Çapı"
|
||||
|
||||
#~ msgctxt "support_tree_branch_diameter_angle label"
|
||||
#~ msgid "Tree Support Branch Diameter Angle"
|
||||
#~ msgstr "Ağaç Destek Dalının Çap Açısı"
|
||||
|
||||
#~ msgctxt "support_tree_branch_distance label"
|
||||
#~ msgid "Tree Support Branch Distance"
|
||||
#~ msgstr "Ağaç Destek Dal Mesafesi"
|
||||
|
@ -6799,6 +6807,10 @@ msgstr "hareket"
|
|||
#~ msgid "Tree Support Collision Resolution"
|
||||
#~ msgstr "Ağaç Destek Çarpışma Çözünürlüğü"
|
||||
|
||||
#~ msgctxt "support_tree_max_diameter label"
|
||||
#~ msgid "Tree Support Trunk Diameter"
|
||||
#~ msgstr "Ağaç Desteği Gövde Çapı"
|
||||
|
||||
#~ msgctxt "wireframe_bottom_delay label"
|
||||
#~ msgid "WP Bottom Delay"
|
||||
#~ msgstr "WP Alt Gecikme"
|
||||
|
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Cura 5.1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-04-06 15:55+0000\n"
|
||||
"POT-Creation-Date: 2023-04-27 12:22+0000\n"
|
||||
"PO-Revision-Date: 2022-07-15 11:06+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
|
@ -430,22 +430,22 @@ msgctxt "@message"
|
|||
msgid "Could not read response."
|
||||
msgstr "无法读取响应。"
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:75
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:77
|
||||
msgctxt "@message"
|
||||
msgid "The provided state is not correct."
|
||||
msgstr "所提供的状态不正确。"
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:80
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:83
|
||||
msgctxt "@message"
|
||||
msgid "Timeout when authenticating with the account server."
|
||||
msgstr "使用帐户服务器进行身份验证超时。"
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:97
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:101
|
||||
msgctxt "@message"
|
||||
msgid "Please give the required permissions when authorizing this application."
|
||||
msgstr "在授权此应用程序时,须提供所需权限。"
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:104
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:109
|
||||
msgctxt "@message"
|
||||
msgid "Something unexpected happened when trying to log in, please try again."
|
||||
msgstr "尝试登录时出现意外情况,请重试。"
|
||||
|
@ -6682,22 +6682,22 @@ msgctxt "@button"
|
|||
msgid "Add printer manually"
|
||||
msgstr "手动添加打印机"
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:203
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:212
|
||||
msgctxt "@label"
|
||||
msgid "Manufacturer"
|
||||
msgstr "制造商"
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:214
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:223
|
||||
msgctxt "@label"
|
||||
msgid "Profile author"
|
||||
msgstr "配置文件作者"
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:226
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:235
|
||||
msgctxt "@label"
|
||||
msgid "Printer name"
|
||||
msgstr "打印机名称"
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:232
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:241
|
||||
msgctxt "@text"
|
||||
msgid "Please name your printer"
|
||||
msgstr "请为您的打印机命名"
|
||||
|
|
|
@ -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-04-24 09:08+0000\n"
|
||||
"POT-Creation-Date: 2023-04-28 10:03+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE\n"
|
||||
|
@ -356,6 +356,21 @@ msgctxt "bottom_thickness label"
|
|||
msgid "Bottom Thickness"
|
||||
msgstr "底层厚度"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_top_rate label"
|
||||
msgid "Branch Density"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter label"
|
||||
msgid "Branch Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter_angle label"
|
||||
msgid "Branch Diameter Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "material_break_preparation_retracted_position label"
|
||||
msgid "Break Preparation Retracted Position"
|
||||
|
@ -866,6 +881,11 @@ msgctxt "material_diameter label"
|
|||
msgid "Diameter"
|
||||
msgstr "直径"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label"
|
||||
msgid "Diameter Increase To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_bp_diameter description"
|
||||
msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion."
|
||||
|
@ -1889,6 +1909,11 @@ msgctxt "skin_material_flow_layer_0 label"
|
|||
msgid "Initial Layer Bottom Flow"
|
||||
msgstr "起始层底部流量"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_bp_diameter label"
|
||||
msgid "Initial Layer Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "material_flow_layer_0 label"
|
||||
msgid "Initial Layer Flow"
|
||||
|
@ -2179,6 +2204,11 @@ msgctxt "lightning_infill_support_angle label"
|
|||
msgid "Lightning Infill Support Angle"
|
||||
msgstr "闪电形填充支撑角"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_limit_branch_reach label"
|
||||
msgid "Limit Branch Reach"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_limit_branch_reach description"
|
||||
msgid "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)"
|
||||
|
@ -2369,6 +2399,11 @@ msgctxt "machine_max_acceleration_z label"
|
|||
msgid "Maximum Acceleration Z"
|
||||
msgstr "Z 轴最大加速度"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle label"
|
||||
msgid "Maximum Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "meshfix_maximum_deviation label"
|
||||
msgid "Maximum Deviation"
|
||||
|
@ -2559,6 +2594,11 @@ msgctxt "machine_minimum_feedrate label"
|
|||
msgid "Minimum Feedrate"
|
||||
msgstr "最小进料速率"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_min_height_to_model label"
|
||||
msgid "Minimum Height To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "min_infill_area label"
|
||||
msgid "Minimum Infill Area"
|
||||
|
@ -2904,6 +2944,11 @@ msgctxt "ooze_shield_dist label"
|
|||
msgid "Ooze Shield Distance"
|
||||
msgstr "渗出罩距离"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_reach_limit label"
|
||||
msgid "Optimal Branch Range"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "optimize_wall_printing_order label"
|
||||
msgid "Optimize Wall Printing Order"
|
||||
|
@ -3009,6 +3054,11 @@ msgctxt "minimum_polygon_circumference description"
|
|||
msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details."
|
||||
msgstr "切片层中周长小于此数值的多边形将被滤除。以切片时间为代价,较低的值可实现较高分辨率的网格。它主要用于高分辨率 SLA 打印机和包含大量细节的极小 3D 模型。"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle_slow label"
|
||||
msgid "Preferred Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "wall_transition_filter_deviation description"
|
||||
msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems."
|
||||
|
@ -3454,6 +3504,11 @@ msgctxt "skin_outline_count description"
|
|||
msgid "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material."
|
||||
msgstr "用多个同心线代替顶部/底部图案的最外面部分。 使用一条或两条线改善从填充材料开始的顶板。"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_rest_preference label"
|
||||
msgid "Rest Preference"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "travel_retract_before_outer_wall label"
|
||||
msgid "Retract Before Outer Wall"
|
||||
|
@ -5723,6 +5778,11 @@ msgctxt "draft_shield_enabled description"
|
|||
msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily."
|
||||
msgstr "这将在模型周围创建一个壁,该壁会吸住(热)空气并遮住外部气流。 对于容易卷曲的材料尤为有用。"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_tip_diameter label"
|
||||
msgid "Tip Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "material_shrinkage_percentage_xy description"
|
||||
msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)."
|
||||
|
@ -5918,71 +5978,6 @@ msgctxt "support_structure option tree"
|
|||
msgid "Tree"
|
||||
msgstr "树形"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_top_rate label"
|
||||
msgid "Tree Support Branch Density"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter label"
|
||||
msgid "Tree Support Branch Diameter"
|
||||
msgstr "树形支撑分支直径"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter_angle label"
|
||||
msgid "Tree Support Branch Diameter Angle"
|
||||
msgstr "树形支撑分支直径角度"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label"
|
||||
msgid "Tree Support Diameter Increase To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_bp_diameter label"
|
||||
msgid "Tree Support Initial Layer Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_limit_branch_reach label"
|
||||
msgid "Tree Support Limit Branch Reach"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle label"
|
||||
msgid "Tree Support Maximum Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_min_height_to_model label"
|
||||
msgid "Tree Support Minimum Height To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_reach_limit label"
|
||||
msgid "Tree Support Optimal Branch Range"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle_slow label"
|
||||
msgid "Tree Support Preferred Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_rest_preference label"
|
||||
msgid "Tree Support Rest Preference"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_tip_diameter label"
|
||||
msgid "Tree Support Tip Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter label"
|
||||
msgid "Tree Support Trunk Diameter"
|
||||
msgstr "树形支撑主干直径"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "infill_pattern option trihexagon"
|
||||
msgid "Tri-Hexagon"
|
||||
|
@ -6013,6 +6008,11 @@ msgctxt "support_roof_pattern option triangles"
|
|||
msgid "Triangles"
|
||||
msgstr "三角形"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter label"
|
||||
msgid "Trunk Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "machine_gcode_flavor option UltiGCode"
|
||||
msgid "Ultimaker 2"
|
||||
|
@ -6791,6 +6791,14 @@ msgstr "空驶"
|
|||
#~ msgid "Tree Support Branch Angle"
|
||||
#~ msgstr "树形支撑分支角度"
|
||||
|
||||
#~ msgctxt "support_tree_branch_diameter label"
|
||||
#~ msgid "Tree Support Branch Diameter"
|
||||
#~ msgstr "树形支撑分支直径"
|
||||
|
||||
#~ msgctxt "support_tree_branch_diameter_angle label"
|
||||
#~ msgid "Tree Support Branch Diameter Angle"
|
||||
#~ msgstr "树形支撑分支直径角度"
|
||||
|
||||
#~ msgctxt "support_tree_branch_distance label"
|
||||
#~ msgid "Tree Support Branch Distance"
|
||||
#~ msgstr "树形支撑分支间距"
|
||||
|
@ -6799,6 +6807,10 @@ msgstr "空驶"
|
|||
#~ msgid "Tree Support Collision Resolution"
|
||||
#~ msgstr "树形支撑碰撞分辨率"
|
||||
|
||||
#~ msgctxt "support_tree_max_diameter label"
|
||||
#~ msgid "Tree Support Trunk Diameter"
|
||||
#~ msgstr "树形支撑主干直径"
|
||||
|
||||
#~ msgctxt "wireframe_bottom_delay label"
|
||||
#~ msgid "WP Bottom Delay"
|
||||
#~ msgstr "WP 底部延迟"
|
||||
|
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Cura 5.1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-04-06 15:55+0000\n"
|
||||
"POT-Creation-Date: 2023-04-27 12:22+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"
|
||||
|
@ -430,22 +430,22 @@ msgctxt "@message"
|
|||
msgid "Could not read response."
|
||||
msgstr "雲端沒有讀取回應。"
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:75
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:77
|
||||
msgctxt "@message"
|
||||
msgid "The provided state is not correct."
|
||||
msgstr "提供的狀態不正確。"
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:80
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:83
|
||||
msgctxt "@message"
|
||||
msgid "Timeout when authenticating with the account server."
|
||||
msgstr "在向帳戶伺服器進行身分驗證時逾時."
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:97
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:101
|
||||
msgctxt "@message"
|
||||
msgid "Please give the required permissions when authorizing this application."
|
||||
msgstr "核准此應用程式時,請給予所需的權限。"
|
||||
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:104
|
||||
#: cura/OAuth2/AuthorizationRequestHandler.py:109
|
||||
msgctxt "@message"
|
||||
msgid "Something unexpected happened when trying to log in, please try again."
|
||||
msgstr "嘗試登入時出現意外狀況,請再試一次。"
|
||||
|
@ -6673,22 +6673,22 @@ msgctxt "@button"
|
|||
msgid "Add printer manually"
|
||||
msgstr "手動新增印表機"
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:203
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:212
|
||||
msgctxt "@label"
|
||||
msgid "Manufacturer"
|
||||
msgstr "製造商"
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:214
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:223
|
||||
msgctxt "@label"
|
||||
msgid "Profile author"
|
||||
msgstr "列印參數作者"
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:226
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:235
|
||||
msgctxt "@label"
|
||||
msgid "Printer name"
|
||||
msgstr "印表機名稱"
|
||||
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:232
|
||||
#: resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:241
|
||||
msgctxt "@text"
|
||||
msgid "Please name your printer"
|
||||
msgstr "請為你的印表機取一個名稱"
|
||||
|
|
|
@ -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-04-24 09:08+0000\n"
|
||||
"POT-Creation-Date: 2023-04-28 10:03+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"
|
||||
|
@ -361,6 +361,21 @@ msgctxt "bottom_thickness label"
|
|||
msgid "Bottom Thickness"
|
||||
msgstr "底部厚度"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_top_rate label"
|
||||
msgid "Branch Density"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter label"
|
||||
msgid "Branch Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter_angle label"
|
||||
msgid "Branch Diameter Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "material_break_preparation_retracted_position label"
|
||||
msgid "Break Preparation Retracted Position"
|
||||
|
@ -871,6 +886,11 @@ msgctxt "material_diameter label"
|
|||
msgid "Diameter"
|
||||
msgstr "直徑"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label"
|
||||
msgid "Diameter Increase To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_bp_diameter description"
|
||||
msgid "Diameter every branch tries to achieve when reaching the buildplate. Improves bed adhesion."
|
||||
|
@ -1894,6 +1914,11 @@ msgctxt "skin_material_flow_layer_0 label"
|
|||
msgid "Initial Layer Bottom Flow"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_bp_diameter label"
|
||||
msgid "Initial Layer Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "material_flow_layer_0 label"
|
||||
msgid "Initial Layer Flow"
|
||||
|
@ -2184,6 +2209,11 @@ msgctxt "lightning_infill_support_angle label"
|
|||
msgid "Lightning Infill Support Angle"
|
||||
msgstr "閃電形填充支撐堆疊角度"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_limit_branch_reach label"
|
||||
msgid "Limit Branch Reach"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_limit_branch_reach description"
|
||||
msgid "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)"
|
||||
|
@ -2374,6 +2404,11 @@ msgctxt "machine_max_acceleration_z label"
|
|||
msgid "Maximum Acceleration Z"
|
||||
msgstr "Z 軸最大加速度"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle label"
|
||||
msgid "Maximum Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "meshfix_maximum_deviation label"
|
||||
msgid "Maximum Deviation"
|
||||
|
@ -2564,6 +2599,11 @@ msgctxt "machine_minimum_feedrate label"
|
|||
msgid "Minimum Feedrate"
|
||||
msgstr "最小進料速率"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_min_height_to_model label"
|
||||
msgid "Minimum Height To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "min_infill_area label"
|
||||
msgid "Minimum Infill Area"
|
||||
|
@ -2909,6 +2949,11 @@ msgctxt "ooze_shield_dist label"
|
|||
msgid "Ooze Shield Distance"
|
||||
msgstr "擦拭牆距離"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_reach_limit label"
|
||||
msgid "Optimal Branch Range"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "optimize_wall_printing_order label"
|
||||
msgid "Optimize Wall Printing Order"
|
||||
|
@ -3014,6 +3059,11 @@ msgctxt "minimum_polygon_circumference description"
|
|||
msgid "Polygons in sliced layers that have a circumference smaller than this amount will be filtered out. Lower values lead to higher resolution mesh at the cost of slicing time. It is meant mostly for high resolution SLA printers and very tiny 3D models with a lot of details."
|
||||
msgstr "切片層中周長小於此值的多邊形將被過濾掉。設定較低的值會花費較多的切片時間,以獲得較高解析度的網格。它主要用於高解析度的 SLA 印表機和具有大量細節的微小 3D 模型。"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle_slow label"
|
||||
msgid "Preferred Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "wall_transition_filter_deviation description"
|
||||
msgid "Prevent transitioning back and forth between one extra wall and one less. This margin extends the range of line widths which follow to [Minimum Wall Line Width - Margin, 2 * Minimum Wall Line Width + Margin]. Increasing this margin reduces the number of transitions, which reduces the number of extrusion starts/stops and travel time. However, large line width variation can lead to under- or overextrusion problems."
|
||||
|
@ -3459,6 +3509,11 @@ msgctxt "skin_outline_count description"
|
|||
msgid "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material."
|
||||
msgstr "用多個同心線代替頂部/底部列印樣式的最外面部分。使用一條或兩條線可以改善列印在填充上的頂板。"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_rest_preference label"
|
||||
msgid "Rest Preference"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "travel_retract_before_outer_wall label"
|
||||
msgid "Retract Before Outer Wall"
|
||||
|
@ -5737,6 +5792,11 @@ msgctxt "draft_shield_enabled description"
|
|||
msgid "This will create a wall around the model, which traps (hot) air and shields against exterior airflow. Especially useful for materials which warp easily."
|
||||
msgstr "這將在模型周圍建立一個牆壁留住(熱)空氣並遮住外部氣流。對於容易翹曲的線材非常有用。"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_tip_diameter label"
|
||||
msgid "Tip Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "material_shrinkage_percentage_xy description"
|
||||
msgid "To compensate for the shrinkage of the material as it cools down, the model will be scaled with this factor in the XY-direction (horizontally)."
|
||||
|
@ -5932,71 +5992,6 @@ msgctxt "support_structure option tree"
|
|||
msgid "Tree"
|
||||
msgstr "樹狀"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_top_rate label"
|
||||
msgid "Tree Support Branch Density"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter label"
|
||||
msgid "Tree Support Branch Diameter"
|
||||
msgstr "樹狀支撐樹枝直徑"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_diameter_angle label"
|
||||
msgid "Tree Support Branch Diameter Angle"
|
||||
msgstr "樹狀支撐樹枝外徑角度"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter_increase_by_merges_when_support_to_model label"
|
||||
msgid "Tree Support Diameter Increase To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_bp_diameter label"
|
||||
msgid "Tree Support Initial Layer Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_limit_branch_reach label"
|
||||
msgid "Tree Support Limit Branch Reach"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle label"
|
||||
msgid "Tree Support Maximum Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_min_height_to_model label"
|
||||
msgid "Tree Support Minimum Height To Model"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_branch_reach_limit label"
|
||||
msgid "Tree Support Optimal Branch Range"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_angle_slow label"
|
||||
msgid "Tree Support Preferred Branch Angle"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_rest_preference label"
|
||||
msgid "Tree Support Rest Preference"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_tip_diameter label"
|
||||
msgid "Tree Support Tip Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter label"
|
||||
msgid "Tree Support Trunk Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "infill_pattern option trihexagon"
|
||||
msgid "Tri-Hexagon"
|
||||
|
@ -6027,6 +6022,11 @@ msgctxt "support_roof_pattern option triangles"
|
|||
msgid "Triangles"
|
||||
msgstr "三角形"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "support_tree_max_diameter label"
|
||||
msgid "Trunk Diameter"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "machine_gcode_flavor option UltiGCode"
|
||||
msgid "Ultimaker 2"
|
||||
|
@ -7541,6 +7541,14 @@ msgstr "空跑"
|
|||
#~ msgid "Tree Support Branch Angle"
|
||||
#~ msgstr "樹狀支撐樹枝角度"
|
||||
|
||||
#~ msgctxt "support_tree_branch_diameter label"
|
||||
#~ msgid "Tree Support Branch Diameter"
|
||||
#~ msgstr "樹狀支撐樹枝直徑"
|
||||
|
||||
#~ msgctxt "support_tree_branch_diameter_angle label"
|
||||
#~ msgid "Tree Support Branch Diameter Angle"
|
||||
#~ msgstr "樹狀支撐樹枝外徑角度"
|
||||
|
||||
#~ msgctxt "support_tree_branch_distance label"
|
||||
#~ msgid "Tree Support Branch Distance"
|
||||
#~ msgstr "樹狀支撐樹枝距離"
|
||||
|
|
|
@ -0,0 +1,17 @@
|
|||
[general]
|
||||
definition = elegoo_base
|
||||
name = Visual
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
intent_category = visual
|
||||
material = generic_pla
|
||||
quality_type = Elegoo_layer_005
|
||||
setting_version = 22
|
||||
type = intent
|
||||
variant = 0.40mm_Elegoo_Nozzle
|
||||
|
||||
[values]
|
||||
speed_infill = 50
|
||||
top_bottom_thickness = 1.05
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
[general]
|
||||
definition = elegoo_base
|
||||
name = Accurate
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
intent_category = engineering
|
||||
material = generic_pla
|
||||
quality_type = Elegoo_layer_015
|
||||
setting_version = 22
|
||||
type = intent
|
||||
variant = 0.40mm_Elegoo_Nozzle
|
||||
|
||||
[values]
|
||||
jerk_print = 30
|
||||
speed_infill = =speed_print
|
||||
speed_print = 30
|
||||
speed_topbottom = =speed_print
|
||||
speed_wall = =speed_print
|
||||
speed_wall_0 = =speed_wall
|
||||
speed_wall_x = =speed_wall
|
||||
top_bottom_thickness = =wall_thickness
|
||||
wall_thickness = =line_width * 3
|
||||
|
|
@ -0,0 +1,17 @@
|
|||
[general]
|
||||
definition = elegoo_base
|
||||
name = Visual
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
intent_category = visual
|
||||
material = generic_pla
|
||||
quality_type = Elegoo_layer_015
|
||||
setting_version = 22
|
||||
type = intent
|
||||
variant = 0.40mm_Elegoo_Nozzle
|
||||
|
||||
[values]
|
||||
speed_infill = 50
|
||||
top_bottom_thickness = 1.05
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
[general]
|
||||
definition = elegoo_base
|
||||
name = Accurate
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
intent_category = engineering
|
||||
material = generic_pla
|
||||
quality_type = Elegoo_layer_010
|
||||
setting_version = 22
|
||||
type = intent
|
||||
variant = 0.40mm_Elegoo_Nozzle
|
||||
|
||||
[values]
|
||||
jerk_print = 30
|
||||
speed_infill = =speed_print
|
||||
speed_print = 30
|
||||
speed_topbottom = =speed_print
|
||||
speed_wall = =speed_print
|
||||
speed_wall_0 = =speed_wall
|
||||
speed_wall_x = =speed_wall
|
||||
top_bottom_thickness = =wall_thickness
|
||||
wall_thickness = =line_width * 3
|
||||
|
|
@ -0,0 +1,17 @@
|
|||
[general]
|
||||
definition = elegoo_base
|
||||
name = Visual
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
intent_category = visual
|
||||
material = generic_pla
|
||||
quality_type = Elegoo_layer_010
|
||||
setting_version = 22
|
||||
type = intent
|
||||
variant = 0.40mm_Elegoo_Nozzle
|
||||
|
||||
[values]
|
||||
speed_infill = 50
|
||||
top_bottom_thickness = 1.05
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
[general]
|
||||
definition = elegoo_base
|
||||
name = Quick
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
intent_category = quick
|
||||
material = generic_pla
|
||||
quality_type = Elegoo_layer_020
|
||||
setting_version = 22
|
||||
type = intent
|
||||
variant = 0.40mm_Elegoo_Nozzle
|
||||
|
||||
[values]
|
||||
infill_sparse_density = 15
|
||||
jerk_print = 30
|
||||
speed_infill = =speed_print
|
||||
speed_topbottom = =speed_print
|
||||
speed_wall = =speed_print
|
||||
speed_wall_0 = =speed_wall
|
||||
speed_wall_x = =speed_wall
|
||||
top_bottom_thickness = 0.8
|
||||
|
|
@ -0,0 +1,28 @@
|
|||
[general]
|
||||
definition = elegoo_base
|
||||
name = Quick
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
intent_category = quick
|
||||
is_experimental = True
|
||||
material = generic_pla
|
||||
quality_type = Elegoo_layer_030
|
||||
setting_version = 22
|
||||
type = intent
|
||||
variant = 0.40mm_Elegoo_Nozzle
|
||||
|
||||
[values]
|
||||
acceleration_print = 4000
|
||||
acceleration_wall = 2000
|
||||
acceleration_wall_0 = 2000
|
||||
infill_sparse_density = 10
|
||||
jerk_print = 30
|
||||
speed_infill = =speed_print
|
||||
speed_print = 50
|
||||
speed_topbottom = =speed_print
|
||||
speed_wall = =speed_print
|
||||
speed_wall_0 = =speed_wall
|
||||
speed_wall_x = =speed_wall
|
||||
top_bottom_thickness = 0.8
|
||||
|
|
@ -1,13 +1,14 @@
|
|||
[general]
|
||||
definition = elegoo_base
|
||||
name = abs_040012
|
||||
name = abs_noz0.40_lay0.10
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = generic_abs_175
|
||||
quality_type = high
|
||||
material = generic_abs
|
||||
quality_type = Elegoo_layer_010
|
||||
setting_version = 22
|
||||
type = quality
|
||||
variant = 0.40mm_Elegoo_Nozzle
|
||||
|
||||
[values]
|
||||
brim_gap = 0
|
|
@ -1,13 +1,14 @@
|
|||
[general]
|
||||
definition = elegoo_base
|
||||
name = abs_040016
|
||||
name = abs_noz0.40_lay0.15
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = generic_abs_175
|
||||
quality_type = normal
|
||||
material = generic_abs
|
||||
quality_type = Elegoo_layer_015
|
||||
setting_version = 22
|
||||
type = quality
|
||||
variant = 0.40mm_Elegoo_Nozzle
|
||||
|
||||
[values]
|
||||
brim_gap = 0
|
|
@ -1,13 +1,14 @@
|
|||
[general]
|
||||
definition = elegoo_base
|
||||
name = abs_040020
|
||||
name = abs_noz0.40_lay0.20
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = generic_abs_175
|
||||
quality_type = fine
|
||||
material = generic_abs
|
||||
quality_type = Elegoo_layer_020
|
||||
setting_version = 22
|
||||
type = quality
|
||||
variant = 0.40mm_Elegoo_Nozzle
|
||||
|
||||
[values]
|
||||
brim_gap = 0
|
|
@ -1,13 +1,14 @@
|
|||
[general]
|
||||
definition = elegoo_base
|
||||
name = abs_040028
|
||||
name = abs_noz0.40_lay0.30
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = generic_abs_175
|
||||
quality_type = draft
|
||||
material = generic_abs
|
||||
quality_type = Elegoo_layer_030
|
||||
setting_version = 22
|
||||
type = quality
|
||||
variant = 0.40mm_Elegoo_Nozzle
|
||||
|
||||
[values]
|
||||
brim_gap = 0
|
|
@ -1,30 +0,0 @@
|
|||
[general]
|
||||
definition = elegoo_base
|
||||
name = abs_040024
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = generic_abs_175
|
||||
quality_type = medium
|
||||
setting_version = 22
|
||||
type = quality
|
||||
|
||||
[values]
|
||||
brim_gap = 0
|
||||
brim_width = 10
|
||||
cool_fan_enabled = False
|
||||
cool_fan_speed = 0
|
||||
cool_fan_speed_0 = 0
|
||||
default_material_bed_temperature = 80
|
||||
default_material_print_temperature = 240
|
||||
layer_0_z_overlap = =raft_airgap*0.8
|
||||
material_shrinkage_percentage_xy = 100.3
|
||||
raft_airgap = =0.15
|
||||
raft_margin = 10
|
||||
retraction_speed = 25
|
||||
support_top_distance = =extruderValue(support_roof_extruder_nr if support_roof_enable else support_infill_extruder_nr, 'support_z_distance') + (0 if support_structure == 'tree' else 0)
|
||||
support_xy_distance_overhang = =machine_nozzle_size*0.8
|
||||
support_z_distance = =layer_height/2
|
||||
top_bottom_thickness = 0.75
|
||||
wall_thickness = =line_width*2
|
||||
|
|
@ -1,13 +1,14 @@
|
|||
[general]
|
||||
definition = elegoo_base
|
||||
name = asa_040012
|
||||
name = asa_noz0.40_lay0.10
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = generic_asa_175
|
||||
quality_type = high
|
||||
quality_type = Elegoo_layer_010
|
||||
setting_version = 22
|
||||
type = quality
|
||||
variant = 0.40mm_Elegoo_Nozzle
|
||||
|
||||
[values]
|
||||
brim_gap = 0
|
|
@ -1,13 +1,14 @@
|
|||
[general]
|
||||
definition = elegoo_base
|
||||
name = asa_040016
|
||||
name = asa_noz0.40_lay0.15
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = generic_asa_175
|
||||
quality_type = normal
|
||||
quality_type = Elegoo_layer_015
|
||||
setting_version = 22
|
||||
type = quality
|
||||
variant = 0.40mm_Elegoo_Nozzle
|
||||
|
||||
[values]
|
||||
brim_gap = 0
|
|
@ -1,13 +1,14 @@
|
|||
[general]
|
||||
definition = elegoo_base
|
||||
name = asa_040020
|
||||
name = asa_noz0.40_lay0.20
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = generic_asa_175
|
||||
quality_type = fine
|
||||
quality_type = Elegoo_layer_020
|
||||
setting_version = 22
|
||||
type = quality
|
||||
variant = 0.40mm_Elegoo_Nozzle
|
||||
|
||||
[values]
|
||||
brim_gap = 0
|
|
@ -1,13 +1,14 @@
|
|||
[general]
|
||||
definition = elegoo_base
|
||||
name = asa_040028
|
||||
name = asa_noz0.40_lay0.30
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = generic_asa_175
|
||||
quality_type = draft
|
||||
quality_type = Elegoo_layer_030
|
||||
setting_version = 22
|
||||
type = quality
|
||||
variant = 0.40mm_Elegoo_Nozzle
|
||||
|
||||
[values]
|
||||
brim_gap = 0
|
|
@ -1,30 +0,0 @@
|
|||
[general]
|
||||
definition = elegoo_base
|
||||
name = asa_040024
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = generic_asa_175
|
||||
quality_type = medium
|
||||
setting_version = 22
|
||||
type = quality
|
||||
|
||||
[values]
|
||||
brim_gap = 0
|
||||
brim_width = 10
|
||||
cool_fan_enabled = False
|
||||
cool_fan_speed = 0
|
||||
cool_fan_speed_0 = 0
|
||||
default_material_bed_temperature = 80
|
||||
default_material_print_temperature = 240
|
||||
layer_0_z_overlap = =raft_airgap*0.8
|
||||
material_shrinkage_percentage_xy = 100.3
|
||||
raft_airgap = =0.15
|
||||
raft_margin = 15
|
||||
retraction_speed = 25
|
||||
support_top_distance = =extruderValue(support_roof_extruder_nr if support_roof_enable else support_infill_extruder_nr, 'support_z_distance') + (0 if support_structure == 'tree' else 0)
|
||||
support_xy_distance_overhang = =machine_nozzle_size*0.8
|
||||
support_z_distance = =layer_height/2
|
||||
top_bottom_thickness = 0.75
|
||||
wall_thickness = =line_width*2
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
[general]
|
||||
definition = elegoo_base
|
||||
name = High Quality
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
global_quality = True
|
||||
quality_type = high
|
||||
setting_version = 22
|
||||
type = quality
|
||||
weight = -1
|
||||
|
||||
[values]
|
||||
layer_height = 0.12
|
||||
layer_height_0 = 0.2
|
||||
material_print_temperature = =default_material_print_temperature
|
||||
prime_tower_size = 40
|
||||
speed_print = 70
|
||||
top_bottom_thickness = 0.7
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
[general]
|
||||
definition = elegoo_base
|
||||
name = Normal Quality
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
global_quality = True
|
||||
quality_type = normal
|
||||
setting_version = 22
|
||||
type = quality
|
||||
weight = -2
|
||||
|
||||
[values]
|
||||
layer_height = 0.16
|
||||
layer_height_0 = 0.25
|
||||
material_print_temperature = =default_material_print_temperature
|
||||
prime_tower_size = 35
|
||||
speed_print = 60
|
||||
top_bottom_thickness = 0.8
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
[general]
|
||||
definition = elegoo_base
|
||||
name = Fine Quality
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
global_quality = True
|
||||
quality_type = fine
|
||||
setting_version = 22
|
||||
type = quality
|
||||
weight = -3
|
||||
|
||||
[values]
|
||||
layer_height = 0.20
|
||||
layer_height_0 = 0.25
|
||||
material_print_temperature = =default_material_print_temperature
|
||||
prime_tower_size = 31
|
||||
top_bottom_thickness = 0.8
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
[general]
|
||||
definition = elegoo_base
|
||||
name = Medium Quality
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
global_quality = True
|
||||
quality_type = medium
|
||||
setting_version = 22
|
||||
type = quality
|
||||
weight = -4
|
||||
|
||||
[values]
|
||||
layer_height = 0.24
|
||||
layer_height_0 = 0.25
|
||||
material_print_temperature = =default_material_print_temperature
|
||||
prime_tower_size = 28
|
||||
top_bottom_thickness = 1.0
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
[general]
|
||||
definition = elegoo_base
|
||||
name = Draft Quality
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
global_quality = True
|
||||
quality_type = draft
|
||||
setting_version = 22
|
||||
type = quality
|
||||
weight = -5
|
||||
|
||||
[values]
|
||||
layer_height = 0.28
|
||||
layer_height_0 = 0.30
|
||||
material_print_temperature = =default_material_print_temperature + 5
|
||||
prime_tower_size = 27
|
||||
top_bottom_thickness = 1.0
|
||||
|
16
resources/quality/elegoo/base/elegoo_layer_0.05.inst.cfg
Normal file
16
resources/quality/elegoo/base/elegoo_layer_0.05.inst.cfg
Normal file
|
@ -0,0 +1,16 @@
|
|||
[general]
|
||||
definition = elegoo_base
|
||||
name = Extra Fine
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
global_quality = True
|
||||
quality_type = Elegoo_layer_005
|
||||
setting_version = 22
|
||||
type = quality
|
||||
weight = -1
|
||||
|
||||
[values]
|
||||
layer_height = 0.05
|
||||
layer_height_0 = 0.12
|
||||
|
16
resources/quality/elegoo/base/elegoo_layer_0.10.inst.cfg
Normal file
16
resources/quality/elegoo/base/elegoo_layer_0.10.inst.cfg
Normal file
|
@ -0,0 +1,16 @@
|
|||
[general]
|
||||
definition = elegoo_base
|
||||
name = Fine
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
global_quality = True
|
||||
quality_type = Elegoo_layer_010
|
||||
setting_version = 22
|
||||
type = quality
|
||||
weight = -2
|
||||
|
||||
[values]
|
||||
layer_height = 0.10
|
||||
layer_height_0 = 0.12
|
||||
|
16
resources/quality/elegoo/base/elegoo_layer_0.15.inst.cfg
Normal file
16
resources/quality/elegoo/base/elegoo_layer_0.15.inst.cfg
Normal file
|
@ -0,0 +1,16 @@
|
|||
[general]
|
||||
definition = elegoo_base
|
||||
name = Normal
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
global_quality = True
|
||||
quality_type = Elegoo_layer_015
|
||||
setting_version = 22
|
||||
type = quality
|
||||
weight = -3
|
||||
|
||||
[values]
|
||||
layer_height = 0.15
|
||||
layer_height_0 = 0.15
|
||||
|
16
resources/quality/elegoo/base/elegoo_layer_0.20.inst.cfg
Normal file
16
resources/quality/elegoo/base/elegoo_layer_0.20.inst.cfg
Normal file
|
@ -0,0 +1,16 @@
|
|||
[general]
|
||||
definition = elegoo_base
|
||||
name = Fast
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
global_quality = True
|
||||
quality_type = Elegoo_layer_020
|
||||
setting_version = 22
|
||||
type = quality
|
||||
weight = -4
|
||||
|
||||
[values]
|
||||
layer_height = 0.20
|
||||
layer_height_0 = 0.20
|
||||
|
16
resources/quality/elegoo/base/elegoo_layer_0.30.inst.cfg
Normal file
16
resources/quality/elegoo/base/elegoo_layer_0.30.inst.cfg
Normal file
|
@ -0,0 +1,16 @@
|
|||
[general]
|
||||
definition = elegoo_base
|
||||
name = Extra Fast
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
global_quality = True
|
||||
quality_type = Elegoo_layer_030
|
||||
setting_version = 22
|
||||
type = quality
|
||||
weight = -6
|
||||
|
||||
[values]
|
||||
layer_height = 0.30
|
||||
layer_height_0 = 0.30
|
||||
|
16
resources/quality/elegoo/base/elegoo_layer_0.40.inst.cfg
Normal file
16
resources/quality/elegoo/base/elegoo_layer_0.40.inst.cfg
Normal file
|
@ -0,0 +1,16 @@
|
|||
[general]
|
||||
definition = elegoo_base
|
||||
name = Turbo
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
global_quality = True
|
||||
quality_type = Elegoo_layer_040
|
||||
setting_version = 22
|
||||
type = quality
|
||||
weight = -6
|
||||
|
||||
[values]
|
||||
layer_height = 0.40
|
||||
layer_height_0 = 0.40
|
||||
|
16
resources/quality/elegoo/base/elegoo_layer_0.60.inst.cfg
Normal file
16
resources/quality/elegoo/base/elegoo_layer_0.60.inst.cfg
Normal file
|
@ -0,0 +1,16 @@
|
|||
[general]
|
||||
definition = elegoo_base
|
||||
name = Extra Turbo
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
global_quality = True
|
||||
quality_type = Elegoo_layer_060
|
||||
setting_version = 22
|
||||
type = quality
|
||||
weight = -6
|
||||
|
||||
[values]
|
||||
layer_height = 0.60
|
||||
layer_height_0 = 0.60
|
||||
|
|
@ -1,13 +1,14 @@
|
|||
[general]
|
||||
definition = elegoo_base
|
||||
name = petg_040012
|
||||
name = petg_noz0.40_lay0.10
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = generic_petg_175
|
||||
quality_type = high
|
||||
material = generic_petg
|
||||
quality_type = Elegoo_layer_010
|
||||
setting_version = 22
|
||||
type = quality
|
||||
variant = 0.40mm_Elegoo_Nozzle
|
||||
|
||||
[values]
|
||||
brim_width = 6
|
|
@ -1,13 +1,14 @@
|
|||
[general]
|
||||
definition = elegoo_base
|
||||
name = petg_040016
|
||||
name = petg_noz0.40_lay0.15
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = generic_petg_175
|
||||
quality_type = normal
|
||||
material = generic_petg
|
||||
quality_type = Elegoo_layer_015
|
||||
setting_version = 22
|
||||
type = quality
|
||||
variant = 0.40mm_Elegoo_Nozzle
|
||||
|
||||
[values]
|
||||
brim_width = 6
|
|
@ -1,13 +1,14 @@
|
|||
[general]
|
||||
definition = elegoo_base
|
||||
name = petg_040020
|
||||
name = petg_noz0.40_lay0.20
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = generic_petg_175
|
||||
quality_type = fine
|
||||
material = generic_petg
|
||||
quality_type = Elegoo_layer_020
|
||||
setting_version = 22
|
||||
type = quality
|
||||
variant = 0.40mm_Elegoo_Nozzle
|
||||
|
||||
[values]
|
||||
brim_width = 6
|
|
@ -1,13 +1,14 @@
|
|||
[general]
|
||||
definition = elegoo_base
|
||||
name = petg_040024
|
||||
name = petg_noz0.40_lay0.30
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = generic_petg_175
|
||||
quality_type = medium
|
||||
material = generic_petg
|
||||
quality_type = Elegoo_layer_030
|
||||
setting_version = 22
|
||||
type = quality
|
||||
variant = 0.40mm_Elegoo_Nozzle
|
||||
|
||||
[values]
|
||||
brim_width = 6
|
|
@ -1,25 +0,0 @@
|
|||
[general]
|
||||
definition = elegoo_base
|
||||
name = petg_040028
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = generic_petg_175
|
||||
quality_type = draft
|
||||
setting_version = 22
|
||||
type = quality
|
||||
|
||||
[values]
|
||||
brim_width = 6
|
||||
cool_fan_speed_min = =cool_fan_speed*0.5
|
||||
cool_min_layer_time = 10
|
||||
cool_min_layer_time_fan_speed_max = 30
|
||||
default_material_bed_temperature = 70
|
||||
default_material_print_temperature = 235
|
||||
layer_0_z_overlap = =raft_airgap*0.6
|
||||
material_shrinkage_percentage_xy = 100.2
|
||||
raft_airgap = =0.38
|
||||
raft_margin = 10
|
||||
retraction_speed = 25
|
||||
speed_support = =speed_wall_x
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
[general]
|
||||
definition = elegoo_base
|
||||
name = pla_noz0.20_lay0.05
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = generic_pla
|
||||
quality_type = Elegoo_layer_005
|
||||
setting_version = 22
|
||||
type = quality
|
||||
variant = 0.20mm_Elegoo_Nozzle
|
||||
|
||||
[values]
|
||||
brim_width = 8
|
||||
infill_overlap = =0 if resolveOrValue('infill_sparse_density') > 80 else 10
|
||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'grid'
|
||||
machine_nozzle_cool_down_speed = 0.9
|
||||
machine_nozzle_heat_up_speed = 1.4
|
||||
material_print_temperature = 190
|
||||
retraction_hop = 0.2
|
||||
skin_overlap = 5
|
||||
speed_print = 30
|
||||
speed_wall = =math.ceil(speed_print * 25 / 30)
|
||||
speed_wall_0 = =math.ceil(speed_print * 20 / 30)
|
||||
top_bottom_thickness = 0.72
|
||||
travel_avoid_distance = 0.4
|
||||
wall_0_inset = 0.015
|
||||
wall_0_wipe_dist = 0.25
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
[general]
|
||||
definition = elegoo_base
|
||||
name = pla_noz0.20_lay0.10
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = generic_pla
|
||||
quality_type = Elegoo_layer_010
|
||||
setting_version = 22
|
||||
type = quality
|
||||
variant = 0.20mm_Elegoo_Nozzle
|
||||
|
||||
[values]
|
||||
brim_width = 8
|
||||
infill_overlap = =0 if resolveOrValue('infill_sparse_density') > 80 else 10
|
||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'grid'
|
||||
machine_nozzle_cool_down_speed = 0.9
|
||||
machine_nozzle_heat_up_speed = 1.4
|
||||
material_print_temperature = 190
|
||||
retraction_hop = 0.2
|
||||
skin_overlap = 5
|
||||
speed_print = 30
|
||||
speed_wall = =math.ceil(speed_print * 25 / 30)
|
||||
speed_wall_0 = =math.ceil(speed_print * 20 / 30)
|
||||
top_bottom_thickness = 0.72
|
||||
travel_avoid_distance = 0.4
|
||||
wall_0_inset = 0.015
|
||||
wall_0_wipe_dist = 0.25
|
||||
|
|
@ -0,0 +1,21 @@
|
|||
[general]
|
||||
definition = elegoo_base
|
||||
name = pla_noz0.40_lay0.10
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = generic_pla
|
||||
quality_type = Elegoo_layer_010
|
||||
setting_version = 22
|
||||
type = quality
|
||||
variant = 0.40mm_Elegoo_Nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_cool_down_speed = 0.75
|
||||
machine_nozzle_heat_up_speed = 1.6
|
||||
prime_tower_enable = False
|
||||
raft_airgap = 0.25
|
||||
retraction_prime_speed = =retraction_speed
|
||||
skin_overlap = 10
|
||||
top_bottom_thickness = 1
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
[general]
|
||||
definition = elegoo_base
|
||||
name = pla_noz0.40_lay0.15
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = generic_pla
|
||||
quality_type = Elegoo_layer_015
|
||||
setting_version = 22
|
||||
type = quality
|
||||
variant = 0.40mm_Elegoo_Nozzle
|
||||
|
||||
[values]
|
||||
machine_nozzle_cool_down_speed = 0.75
|
||||
machine_nozzle_heat_up_speed = 1.6
|
||||
prime_tower_enable = False
|
||||
raft_airgap = 0.25
|
||||
retraction_prime_speed = =retraction_speed
|
||||
speed_print = 70
|
||||
speed_topbottom = =math.ceil(speed_print * 35 / 70)
|
||||
speed_wall = =math.ceil(speed_print * 45 / 70)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 35 / 70)
|
||||
top_bottom_thickness = 1
|
||||
|
|
@ -0,0 +1,28 @@
|
|||
[general]
|
||||
definition = elegoo_base
|
||||
name = pla_noz0.40_lay0.20
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = generic_pla
|
||||
quality_type = Elegoo_layer_020
|
||||
setting_version = 22
|
||||
type = quality
|
||||
variant = 0.40mm_Elegoo_Nozzle
|
||||
|
||||
[values]
|
||||
acceleration_wall = 2000
|
||||
acceleration_wall_0 = 2000
|
||||
infill_sparse_density = 15
|
||||
machine_nozzle_cool_down_speed = 0.75
|
||||
machine_nozzle_heat_up_speed = 1.6
|
||||
material_print_temperature = =default_material_print_temperature + 5
|
||||
prime_tower_enable = False
|
||||
raft_airgap = 0.25
|
||||
retraction_prime_speed = =retraction_speed
|
||||
skin_overlap = 20
|
||||
speed_topbottom = =math.ceil(speed_print * 40 / 70)
|
||||
speed_wall = =math.ceil(speed_print * 55 / 70)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 45 / 50)
|
||||
top_bottom_thickness = 0.8
|
||||
|
|
@ -0,0 +1,31 @@
|
|||
[general]
|
||||
definition = elegoo_base
|
||||
name = pla_noz0.40_lay0.30
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = generic_pla
|
||||
quality_type = Elegoo_layer_030
|
||||
setting_version = 22
|
||||
type = quality
|
||||
variant = 0.40mm_Elegoo_Nozzle
|
||||
|
||||
[values]
|
||||
acceleration_print = 2000
|
||||
acceleration_topbottom = 1000
|
||||
acceleration_wall = 1500
|
||||
acceleration_wall_0 = 1000
|
||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||
infill_sparse_density = 15
|
||||
machine_nozzle_cool_down_speed = 0.75
|
||||
machine_nozzle_heat_up_speed = 1.6
|
||||
material_print_temperature = =default_material_print_temperature + 10
|
||||
prime_tower_enable = False
|
||||
raft_airgap = 0.25
|
||||
retraction_prime_speed = =retraction_speed
|
||||
skin_overlap = 20
|
||||
speed_print = 50
|
||||
speed_wall = 50
|
||||
top_bottom_thickness = 0.9
|
||||
wall_line_width_0 = =line_width * (1 + magic_spiralize * 0.25)
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
[general]
|
||||
definition = elegoo_base
|
||||
name = pla_noz0.60_lay0.15
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = generic_pla
|
||||
quality_type = Elegoo_layer_015
|
||||
setting_version = 22
|
||||
type = quality
|
||||
variant = 0.60mm_Elegoo_Nozzle
|
||||
|
||||
[values]
|
||||
wall_thickness = =line_width*2
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
[general]
|
||||
definition = elegoo_base
|
||||
name = pla_noz0.60_lay0.20
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = generic_pla
|
||||
quality_type = Elegoo_layer_020
|
||||
setting_version = 22
|
||||
type = quality
|
||||
variant = 0.60mm_Elegoo_Nozzle
|
||||
|
||||
[values]
|
||||
wall_thickness = =line_width*2
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
[general]
|
||||
definition = elegoo_base
|
||||
name = pla_noz0.60_lay0.30
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = generic_pla
|
||||
quality_type = Elegoo_layer_030
|
||||
setting_version = 22
|
||||
type = quality
|
||||
variant = 0.60mm_Elegoo_Nozzle
|
||||
|
||||
[values]
|
||||
wall_thickness = =line_width*2
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
[general]
|
||||
definition = elegoo_base
|
||||
name = pla_noz0.60_lay0.40
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = generic_pla
|
||||
quality_type = Elegoo_layer_040
|
||||
setting_version = 22
|
||||
type = quality
|
||||
variant = 0.60mm_Elegoo_Nozzle
|
||||
|
||||
[values]
|
||||
wall_thickness = =line_width*2
|
||||
|
|
@ -0,0 +1,26 @@
|
|||
[general]
|
||||
definition = elegoo_base
|
||||
name = pla_noz0.80_lay0.30
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = generic_pla
|
||||
quality_type = Elegoo_layer_030
|
||||
setting_version = 22
|
||||
type = quality
|
||||
variant = 0.80mm_Elegoo_Nozzle
|
||||
|
||||
[values]
|
||||
gradual_infill_step_height = =3 * layer_height
|
||||
machine_nozzle_cool_down_speed = 0.75
|
||||
machine_nozzle_heat_up_speed = 1.6
|
||||
material_print_temperature = =default_material_print_temperature + 10
|
||||
prime_tower_enable = True
|
||||
speed_print = 45
|
||||
speed_topbottom = =math.ceil(speed_print * 35 / 45)
|
||||
speed_wall = =math.ceil(speed_print * 40 / 45)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 35 / 40)
|
||||
speed_wall_x = =speed_wall
|
||||
support_angle = 70
|
||||
top_bottom_thickness = =layer_height * 4
|
||||
|
|
@ -0,0 +1,27 @@
|
|||
[general]
|
||||
definition = elegoo_base
|
||||
name = pla_noz0.80_lay0.40
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = generic_pla
|
||||
quality_type = Elegoo_layer_040
|
||||
setting_version = 22
|
||||
type = quality
|
||||
variant = 0.80mm_Elegoo_Nozzle
|
||||
|
||||
[values]
|
||||
gradual_infill_step_height = =3 * layer_height
|
||||
machine_nozzle_cool_down_speed = 0.75
|
||||
machine_nozzle_heat_up_speed = 1.6
|
||||
material_print_temperature = =default_material_print_temperature + 15
|
||||
prime_tower_enable = True
|
||||
speed_infill = =math.ceil(speed_print * 35 / 45)
|
||||
speed_print = 45
|
||||
speed_topbottom = =math.ceil(speed_print * 35 / 45)
|
||||
speed_wall = =math.ceil(speed_print * 35 / 45)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 35 / 40)
|
||||
speed_wall_x = =speed_wall
|
||||
support_angle = 70
|
||||
top_bottom_thickness = =layer_height * 4
|
||||
|
|
@ -0,0 +1,27 @@
|
|||
[general]
|
||||
definition = elegoo_base
|
||||
name = pla_noz0.80_lay0.60
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = generic_pla
|
||||
quality_type = Elegoo_layer_060
|
||||
setting_version = 22
|
||||
type = quality
|
||||
variant = 0.80mm_Elegoo_Nozzle
|
||||
|
||||
[values]
|
||||
gradual_infill_step_height = =3 * layer_height
|
||||
machine_nozzle_cool_down_speed = 0.75
|
||||
machine_nozzle_heat_up_speed = 1.6
|
||||
material_print_temperature = =default_material_print_temperature + 15
|
||||
prime_tower_enable = True
|
||||
speed_infill = =math.ceil(speed_print * 35 / 45)
|
||||
speed_print = 45
|
||||
speed_topbottom = =math.ceil(speed_print * 35 / 45)
|
||||
speed_wall = =math.ceil(speed_print * 35 / 45)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 35 / 40)
|
||||
speed_wall_x = =speed_wall
|
||||
support_angle = 70
|
||||
top_bottom_thickness = =layer_height * 4
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
[general]
|
||||
definition = elegoo_base
|
||||
name = pla_040012
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = generic_pla_175
|
||||
quality_type = high
|
||||
setting_version = 22
|
||||
type = quality
|
||||
|
||||
[values]
|
||||
brim_width = 3.5
|
||||
default_material_bed_temperature = 50
|
||||
layer_0_z_overlap = =raft_airgap*0.7
|
||||
raft_airgap = =0.3
|
||||
retraction_speed = 45
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
[general]
|
||||
definition = elegoo_base
|
||||
name = pla_040016
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = generic_pla_175
|
||||
quality_type = normal
|
||||
setting_version = 22
|
||||
type = quality
|
||||
|
||||
[values]
|
||||
brim_width = 3.5
|
||||
default_material_bed_temperature = 50
|
||||
layer_0_z_overlap = =raft_airgap*0.7
|
||||
raft_airgap = =0.3
|
||||
retraction_speed = 45
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
[general]
|
||||
definition = elegoo_base
|
||||
name = pla_040020
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = generic_pla_175
|
||||
quality_type = fine
|
||||
setting_version = 22
|
||||
type = quality
|
||||
|
||||
[values]
|
||||
brim_width = 3.5
|
||||
default_material_bed_temperature = 50
|
||||
layer_0_z_overlap = =raft_airgap*0.7
|
||||
raft_airgap = =0.3
|
||||
retraction_speed = 45
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
[general]
|
||||
definition = elegoo_base
|
||||
name = pla_040024
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = generic_pla_175
|
||||
quality_type = medium
|
||||
setting_version = 22
|
||||
type = quality
|
||||
|
||||
[values]
|
||||
brim_width = 3.5
|
||||
default_material_bed_temperature = 50
|
||||
layer_0_z_overlap = =raft_airgap*0.6
|
||||
raft_airgap = =0.3
|
||||
retraction_speed = 45
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
[general]
|
||||
definition = elegoo_base
|
||||
name = pla_040028
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = generic_pla_175
|
||||
quality_type = draft
|
||||
setting_version = 22
|
||||
type = quality
|
||||
|
||||
[values]
|
||||
brim_width = 3.5
|
||||
default_material_bed_temperature = 50
|
||||
layer_0_z_overlap = =raft_airgap*0.6
|
||||
raft_airgap = =0.35
|
||||
retraction_speed = 45
|
||||
|
|
@ -1,13 +1,14 @@
|
|||
[general]
|
||||
definition = elegoo_base
|
||||
name = tpu_040012
|
||||
name = tpu_noz0.40_lay0.10
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = generic_tpu_175
|
||||
quality_type = high
|
||||
material = generic_tpu
|
||||
quality_type = Elegoo_layer_010
|
||||
setting_version = 22
|
||||
type = quality
|
||||
variant = 0.40mm_Elegoo_Nozzle
|
||||
|
||||
[values]
|
||||
brim_width = 5
|
|
@ -1,13 +1,14 @@
|
|||
[general]
|
||||
definition = elegoo_base
|
||||
name = tpu_040016
|
||||
name = tpu_noz0.40_lay0.15
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = generic_tpu_175
|
||||
quality_type = normal
|
||||
material = generic_tpu
|
||||
quality_type = Elegoo_layer_015
|
||||
setting_version = 22
|
||||
type = quality
|
||||
variant = 0.40mm_Elegoo_Nozzle
|
||||
|
||||
[values]
|
||||
brim_width = 5
|
|
@ -1,13 +1,14 @@
|
|||
[general]
|
||||
definition = elegoo_base
|
||||
name = tpu_040020
|
||||
name = tpu_noz0.40_lay0.20
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = generic_tpu_175
|
||||
quality_type = fine
|
||||
material = generic_tpu
|
||||
quality_type = Elegoo_layer_020
|
||||
setting_version = 22
|
||||
type = quality
|
||||
variant = 0.40mm_Elegoo_Nozzle
|
||||
|
||||
[values]
|
||||
brim_width = 5
|
|
@ -1,13 +1,14 @@
|
|||
[general]
|
||||
definition = elegoo_base
|
||||
name = tpu_040024
|
||||
name = tpu_noz0.40_lay0.30
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = generic_tpu_175
|
||||
quality_type = medium
|
||||
material = generic_tpu
|
||||
quality_type = Elegoo_layer_030
|
||||
setting_version = 22
|
||||
type = quality
|
||||
variant = 0.40mm_Elegoo_Nozzle
|
||||
|
||||
[values]
|
||||
brim_width = 5
|
|
@ -249,10 +249,8 @@ support_roof_extruder_nr
|
|||
support_bottom_extruder_nr
|
||||
support_structure
|
||||
support_tree_angle
|
||||
support_tree_branch_distance
|
||||
support_tree_branch_diameter
|
||||
support_tree_branch_diameter_angle
|
||||
support_tree_collision_resolution
|
||||
support_type
|
||||
support_angle
|
||||
support_pattern
|
||||
|
|
|
@ -0,0 +1,13 @@
|
|||
[general]
|
||||
definition = elegoo_neptune_1
|
||||
name = 0.20mm_Elegoo_Nozzle
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
hardware_type = nozzle
|
||||
setting_version = 22
|
||||
type = variant
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.2
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
[general]
|
||||
definition = elegoo_neptune_1
|
||||
name = 0.40mm_Elegoo_Nozzle
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
hardware_type = nozzle
|
||||
setting_version = 22
|
||||
type = variant
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.4
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
[general]
|
||||
definition = elegoo_neptune_1
|
||||
name = 0.60mm_Elegoo_Nozzle
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
hardware_type = nozzle
|
||||
setting_version = 22
|
||||
type = variant
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.6
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
[general]
|
||||
definition = elegoo_neptune_1
|
||||
name = 0.80mm_Elegoo_Nozzle
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
hardware_type = nozzle
|
||||
setting_version = 22
|
||||
type = variant
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.8
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
[general]
|
||||
definition = elegoo_neptune_2
|
||||
name = 0.20mm_Elegoo_Nozzle
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
hardware_type = nozzle
|
||||
setting_version = 22
|
||||
type = variant
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.2
|
||||
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue