mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 01:26:01 +08:00
Merge branch 'main' into updated_elegoo_definitions
This commit is contained in:
commit
1275acea6a
@ -1661,6 +1661,20 @@
|
||||
"limit_to_extruder": "top_bottom_extruder_nr",
|
||||
"settable_per_mesh": true
|
||||
},
|
||||
"small_skin_width":
|
||||
{
|
||||
"label": "Small Top/Bottom Width",
|
||||
"description": "Small top/bottom regions are filled with walls instead of the default top/bottom pattern. This helps to avoids jerky motions.",
|
||||
"value": "skin_line_width * 2",
|
||||
"default_value": 1,
|
||||
"minimum_value": "0",
|
||||
"maximum_value_warning": "skin_line_width * 10",
|
||||
"type": "float",
|
||||
"enabled": "(top_layers > 0 or bottom_layers > 0) and top_bottom_pattern != 'concentric'",
|
||||
"limit_to_extruder": "top_bottom_extruder_nr",
|
||||
"settable_per_mesh": true,
|
||||
"unit": "mm"
|
||||
},
|
||||
"skin_no_small_gaps_heuristic":
|
||||
{
|
||||
"label": "No Skin in Z Gaps",
|
||||
@ -5816,6 +5830,17 @@
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
},
|
||||
"brim_smart_ordering":
|
||||
{
|
||||
"label": "Smart Brim",
|
||||
"description": "Swap print order of the innermost and second innermost brim lines. This improves brim removal.",
|
||||
"type": "bool",
|
||||
"enabled": "resolveOrValue('adhesion_type') == 'brim'",
|
||||
"default_value": true,
|
||||
"limit_to_extruder": "skirt_brim_extruder_nr",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": false
|
||||
},
|
||||
"raft_margin":
|
||||
{
|
||||
"label": "Raft Extra Margin",
|
||||
|
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Cura 5.1\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2023-03-16 17:19+0000\n"
|
||||
"POT-Creation-Date: 2023-03-21 13:32+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"
|
||||
@ -3751,6 +3751,11 @@ msgctxt "cool_min_temperature label"
|
||||
msgid "Small Layer Printing Temperature"
|
||||
msgstr "Teplota tisku malých vrstev"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_skin_width label"
|
||||
msgid "Small Top/Bottom Width"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_feature_speed_factor_0 description"
|
||||
msgid "Small features on the first layer will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy."
|
||||
@ -3761,6 +3766,16 @@ msgctxt "small_feature_speed_factor description"
|
||||
msgid "Small features will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy."
|
||||
msgstr "Drobné části budou vytištěny v procentech jejich normální rychlosti tisku. Pomalejší tisk může pomoci s přilnavostí a přesností."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_skin_width description"
|
||||
msgid "Small top/bottom regions are filled with walls instead of the default top/bottom pattern. This helps to avoids jerky motions."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "brim_smart_ordering label"
|
||||
msgid "Smart Brim"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "z_seam_corner option z_seam_corner_weighted"
|
||||
msgid "Smart Hiding"
|
||||
@ -4286,6 +4301,11 @@ msgctxt "material_surface_energy description"
|
||||
msgid "Surface energy."
|
||||
msgstr "Povrchová energie."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "brim_smart_ordering description"
|
||||
msgid "Swap print order of the innermost and second innermost brim lines. This improves brim removal."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "alternate_carve_order description"
|
||||
msgid "Switch to which mesh intersecting volumes will belong with every layer, so that the overlapping meshes become interwoven. Turning this setting off will cause one of the meshes to obtain all of the volume in the overlap, while it is removed from the other meshes."
|
||||
|
@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Uranium json setting files\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2023-03-16 17:19+0000\n"
|
||||
"POT-Creation-Date: 2023-03-21 13:32+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE\n"
|
||||
@ -3748,6 +3748,11 @@ msgctxt "cool_min_temperature label"
|
||||
msgid "Small Layer Printing Temperature"
|
||||
msgstr "Drucktemperatur für kleine Schichten"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_skin_width label"
|
||||
msgid "Small Top/Bottom Width"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_feature_speed_factor_0 description"
|
||||
msgid "Small features on the first layer will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy."
|
||||
@ -3758,6 +3763,16 @@ msgctxt "small_feature_speed_factor description"
|
||||
msgid "Small features will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy."
|
||||
msgstr "Bei kleinen Details wird die Geschwindigkeit auf diesen Prozentsatz der normalen Druckgeschwindigkeit gesetzt. Durch eine niedrigere Druckgeschwindigkeit können die Haftung und die Genauigkeit verbessert werden."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_skin_width description"
|
||||
msgid "Small top/bottom regions are filled with walls instead of the default top/bottom pattern. This helps to avoids jerky motions."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "brim_smart_ordering label"
|
||||
msgid "Smart Brim"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "z_seam_corner option z_seam_corner_weighted"
|
||||
msgid "Smart Hiding"
|
||||
@ -4283,6 +4298,11 @@ msgctxt "material_surface_energy description"
|
||||
msgid "Surface energy."
|
||||
msgstr "Oberflächenenergie."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "brim_smart_ordering description"
|
||||
msgid "Swap print order of the innermost and second innermost brim lines. This improves brim removal."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "alternate_carve_order description"
|
||||
msgid "Switch to which mesh intersecting volumes will belong with every layer, so that the overlapping meshes become interwoven. Turning this setting off will cause one of the meshes to obtain all of the volume in the overlap, while it is removed from the other meshes."
|
||||
|
@ -811,18 +811,18 @@ msgctxt "@text"
|
||||
msgid "Unknown error."
|
||||
msgstr "Error desconocido."
|
||||
|
||||
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:559
|
||||
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:547
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename> or <message>!"
|
||||
msgid "Project file <filename>{0}</filename> contains an unknown machine type <message>{1}</message>. Cannot import the machine. Models will be imported instead."
|
||||
msgstr "El archivo del proyecto <filename>{0}</filename> contiene un tipo de máquina desconocida <message>{1}</message>. No se puede importar la máquina, en su lugar, se importarán los modelos."
|
||||
|
||||
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:562
|
||||
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:550
|
||||
msgctxt "@info:title"
|
||||
msgid "Open Project File"
|
||||
msgstr "Abrir archivo de proyecto"
|
||||
|
||||
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:643
|
||||
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:631
|
||||
#: plugins/3MFReader/WorkspaceDialog.qml:99
|
||||
#: plugins/3MFReader/WorkspaceDialog.qml:127
|
||||
#: plugins/3MFReader/WorkspaceDialog.qml:134
|
||||
@ -830,27 +830,27 @@ msgctxt "@button"
|
||||
msgid "Create new"
|
||||
msgstr "Crear nuevo"
|
||||
|
||||
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:693
|
||||
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:681
|
||||
#, python-brace-format
|
||||
msgctxt "@info:error Don't translate the XML tags <filename> or <message>!"
|
||||
msgid "Project file <filename>{0}</filename> is suddenly inaccessible: <message>{1}</message>."
|
||||
msgstr "El archivo de proyecto <filename>{0}</filename> está repentinamente inaccesible: <message>{1}</message>."
|
||||
|
||||
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:694
|
||||
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:702
|
||||
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:721
|
||||
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:682
|
||||
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:690
|
||||
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:709
|
||||
msgctxt "@info:title"
|
||||
msgid "Can't Open Project File"
|
||||
msgstr "No se puede abrir el archivo de proyecto"
|
||||
|
||||
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:701
|
||||
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:719
|
||||
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:689
|
||||
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:707
|
||||
#, python-brace-format
|
||||
msgctxt "@info:error Don't translate the XML tags <filename> or <message>!"
|
||||
msgid "Project file <filename>{0}</filename> is corrupt: <message>{1}</message>."
|
||||
msgstr "El archivo de proyecto <filename>{0}</filename> está dañado: <message>{1}</message>."
|
||||
|
||||
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:766
|
||||
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:754
|
||||
#, python-brace-format
|
||||
msgctxt "@info:error Don't translate the XML tag <filename>!"
|
||||
msgid "Project file <filename>{0}</filename> is made using profiles that are unknown to this version of UltiMaker Cura."
|
||||
|
@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Uranium json setting files\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2023-03-16 17:19+0000\n"
|
||||
"POT-Creation-Date: 2023-03-21 13:32+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE\n"
|
||||
@ -3748,6 +3748,11 @@ msgctxt "cool_min_temperature label"
|
||||
msgid "Small Layer Printing Temperature"
|
||||
msgstr "Temperatura de impresión para capas pequeñas"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_skin_width label"
|
||||
msgid "Small Top/Bottom Width"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_feature_speed_factor_0 description"
|
||||
msgid "Small features on the first layer will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy."
|
||||
@ -3758,6 +3763,16 @@ msgctxt "small_feature_speed_factor description"
|
||||
msgid "Small features will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy."
|
||||
msgstr "Las pequeñas partes se imprimirán a este porcentaje de su velocidad de impresión normal. Una impresión más lenta puede mejorar la adhesión y la precisión."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_skin_width description"
|
||||
msgid "Small top/bottom regions are filled with walls instead of the default top/bottom pattern. This helps to avoids jerky motions."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "brim_smart_ordering label"
|
||||
msgid "Smart Brim"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "z_seam_corner option z_seam_corner_weighted"
|
||||
msgid "Smart Hiding"
|
||||
@ -4283,6 +4298,11 @@ msgctxt "material_surface_energy description"
|
||||
msgid "Surface energy."
|
||||
msgstr "Energía de la superficie."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "brim_smart_ordering description"
|
||||
msgid "Swap print order of the innermost and second innermost brim lines. This improves brim removal."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "alternate_carve_order description"
|
||||
msgid "Switch to which mesh intersecting volumes will belong with every layer, so that the overlapping meshes become interwoven. Turning this setting off will cause one of the meshes to obtain all of the volume in the overlap, while it is removed from the other meshes."
|
||||
|
@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Uranium json setting files\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2023-03-16 17:19+0000\n"
|
||||
"POT-Creation-Date: 2023-03-21 13:32+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE\n"
|
||||
@ -1551,6 +1551,16 @@ msgctxt "skin_angles description"
|
||||
msgid "A list of integer line directions to use when the top/bottom layers use the lines or zig zag pattern. Elements from the list are used sequentially as the layers progress and when the end of the list is reached, it starts at the beginning again. The list items are separated by commas and the whole list is contained in square brackets. Default is an empty list which means use the traditional default angles (45 and 135 degrees)."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_skin_width label"
|
||||
msgid "Small Top/Bottom Width"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_skin_width description"
|
||||
msgid "Small top/bottom regions are filled with walls instead of the default top/bottom pattern. This helps to avoids jerky motions."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "skin_no_small_gaps_heuristic label"
|
||||
msgid "No Skin in Z Gaps"
|
||||
@ -4796,6 +4806,16 @@ msgctxt "brim_inside_margin description"
|
||||
msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "brim_smart_ordering label"
|
||||
msgid "Smart Brim"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "brim_smart_ordering description"
|
||||
msgid "Swap print order of the innermost and second innermost brim lines. This improves brim removal."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "raft_margin label"
|
||||
msgid "Raft Extra Margin"
|
||||
|
@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Cura 5.1\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2023-03-16 17:19+0000\n"
|
||||
"POT-Creation-Date: 2023-03-21 13:32+0000\n"
|
||||
"PO-Revision-Date: 2022-07-15 11:17+0200\n"
|
||||
"Last-Translator: Bothof <info@bothof.nl>\n"
|
||||
"Language-Team: Finnish\n"
|
||||
@ -3747,6 +3747,11 @@ msgctxt "cool_min_temperature label"
|
||||
msgid "Small Layer Printing Temperature"
|
||||
msgstr "Tulostuslämpötila lopussa"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_skin_width label"
|
||||
msgid "Small Top/Bottom Width"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_feature_speed_factor_0 description"
|
||||
msgid "Small features on the first layer will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy."
|
||||
@ -3757,6 +3762,16 @@ msgctxt "small_feature_speed_factor description"
|
||||
msgid "Small features will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_skin_width description"
|
||||
msgid "Small top/bottom regions are filled with walls instead of the default top/bottom pattern. This helps to avoids jerky motions."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "brim_smart_ordering label"
|
||||
msgid "Smart Brim"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "z_seam_corner option z_seam_corner_weighted"
|
||||
msgid "Smart Hiding"
|
||||
@ -4285,6 +4300,11 @@ msgctxt "material_surface_energy description"
|
||||
msgid "Surface energy."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "brim_smart_ordering description"
|
||||
msgid "Swap print order of the innermost and second innermost brim lines. This improves brim removal."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "alternate_carve_order description"
|
||||
msgid "Switch to which mesh intersecting volumes will belong with every layer, so that the overlapping meshes become interwoven. Turning this setting off will cause one of the meshes to obtain all of the volume in the overlap, while it is removed from the other meshes."
|
||||
|
@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Uranium json setting files\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2023-03-16 17:19+0000\n"
|
||||
"POT-Creation-Date: 2023-03-21 13:32+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE\n"
|
||||
@ -3748,6 +3748,11 @@ msgctxt "cool_min_temperature label"
|
||||
msgid "Small Layer Printing Temperature"
|
||||
msgstr "Température d'impression pour couches fines"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_skin_width label"
|
||||
msgid "Small Top/Bottom Width"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_feature_speed_factor_0 description"
|
||||
msgid "Small features on the first layer will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy."
|
||||
@ -3758,6 +3763,16 @@ msgctxt "small_feature_speed_factor description"
|
||||
msgid "Small features will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy."
|
||||
msgstr "Les petites structures seront imprimées à ce pourcentage de la vitesse d'impression normale. Une impression plus lente peut aider à l'adhésion et à la précision."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_skin_width description"
|
||||
msgid "Small top/bottom regions are filled with walls instead of the default top/bottom pattern. This helps to avoids jerky motions."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "brim_smart_ordering label"
|
||||
msgid "Smart Brim"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "z_seam_corner option z_seam_corner_weighted"
|
||||
msgid "Smart Hiding"
|
||||
@ -4283,6 +4298,11 @@ msgctxt "material_surface_energy description"
|
||||
msgid "Surface energy."
|
||||
msgstr "Énergie de la surface."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "brim_smart_ordering description"
|
||||
msgid "Swap print order of the innermost and second innermost brim lines. This improves brim removal."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "alternate_carve_order description"
|
||||
msgid "Switch to which mesh intersecting volumes will belong with every layer, so that the overlapping meshes become interwoven. Turning this setting off will cause one of the meshes to obtain all of the volume in the overlap, while it is removed from the other meshes."
|
||||
|
@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Cura 5.1\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2023-03-16 17:19+0000\n"
|
||||
"POT-Creation-Date: 2023-03-21 13:32+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"
|
||||
@ -3752,6 +3752,11 @@ msgctxt "cool_min_temperature label"
|
||||
msgid "Small Layer Printing Temperature"
|
||||
msgstr "Befejező nyomtatási hőmérséklet"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_skin_width label"
|
||||
msgid "Small Top/Bottom Width"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_feature_speed_factor_0 description"
|
||||
msgid "Small features on the first layer will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy."
|
||||
@ -3762,6 +3767,16 @@ msgctxt "small_feature_speed_factor description"
|
||||
msgid "Small features will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_skin_width description"
|
||||
msgid "Small top/bottom regions are filled with walls instead of the default top/bottom pattern. This helps to avoids jerky motions."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "brim_smart_ordering label"
|
||||
msgid "Smart Brim"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "z_seam_corner option z_seam_corner_weighted"
|
||||
msgid "Smart Hiding"
|
||||
@ -4290,6 +4305,11 @@ msgctxt "material_surface_energy description"
|
||||
msgid "Surface energy."
|
||||
msgstr "Felületi energia."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "brim_smart_ordering description"
|
||||
msgid "Swap print order of the innermost and second innermost brim lines. This improves brim removal."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "alternate_carve_order description"
|
||||
msgid "Switch to which mesh intersecting volumes will belong with every layer, so that the overlapping meshes become interwoven. Turning this setting off will cause one of the meshes to obtain all of the volume in the overlap, while it is removed from the other meshes."
|
||||
|
@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Uranium json setting files\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2023-03-16 17:19+0000\n"
|
||||
"POT-Creation-Date: 2023-03-21 13:32+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE\n"
|
||||
@ -3748,6 +3748,11 @@ msgctxt "cool_min_temperature label"
|
||||
msgid "Small Layer Printing Temperature"
|
||||
msgstr "Temperatura di stampa per piccoli strati"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_skin_width label"
|
||||
msgid "Small Top/Bottom Width"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_feature_speed_factor_0 description"
|
||||
msgid "Small features on the first layer will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy."
|
||||
@ -3758,6 +3763,16 @@ msgctxt "small_feature_speed_factor description"
|
||||
msgid "Small features will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy."
|
||||
msgstr "I dettagli di piccole dimensioni verranno stampati a questa percentuale della velocità di stampa normale. Una stampa più lenta può aiutare in termini di adesione e precisione."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_skin_width description"
|
||||
msgid "Small top/bottom regions are filled with walls instead of the default top/bottom pattern. This helps to avoids jerky motions."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "brim_smart_ordering label"
|
||||
msgid "Smart Brim"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "z_seam_corner option z_seam_corner_weighted"
|
||||
msgid "Smart Hiding"
|
||||
@ -4283,6 +4298,11 @@ msgctxt "material_surface_energy description"
|
||||
msgid "Surface energy."
|
||||
msgstr "Energia superficiale."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "brim_smart_ordering description"
|
||||
msgid "Swap print order of the innermost and second innermost brim lines. This improves brim removal."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "alternate_carve_order description"
|
||||
msgid "Switch to which mesh intersecting volumes will belong with every layer, so that the overlapping meshes become interwoven. Turning this setting off will cause one of the meshes to obtain all of the volume in the overlap, while it is removed from the other meshes."
|
||||
|
@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Uranium json setting files\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2023-03-16 17:19+0000\n"
|
||||
"POT-Creation-Date: 2023-03-21 13:32+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE\n"
|
||||
@ -3748,6 +3748,11 @@ msgctxt "cool_min_temperature label"
|
||||
msgid "Small Layer Printing Temperature"
|
||||
msgstr "最終印刷温度"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_skin_width label"
|
||||
msgid "Small Top/Bottom Width"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_feature_speed_factor_0 description"
|
||||
msgid "Small features on the first layer will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy."
|
||||
@ -3758,6 +3763,16 @@ msgctxt "small_feature_speed_factor description"
|
||||
msgid "Small features will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy."
|
||||
msgstr "小型形体は通常のプリント速度に対してこの割合でプリントされます。低速でプリントすると、接着と精度が向上します。"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_skin_width description"
|
||||
msgid "Small top/bottom regions are filled with walls instead of the default top/bottom pattern. This helps to avoids jerky motions."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "brim_smart_ordering label"
|
||||
msgid "Smart Brim"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "z_seam_corner option z_seam_corner_weighted"
|
||||
msgid "Smart Hiding"
|
||||
@ -4283,6 +4298,11 @@ msgctxt "material_surface_energy description"
|
||||
msgid "Surface energy."
|
||||
msgstr "表面エネルギー。"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "brim_smart_ordering description"
|
||||
msgid "Swap print order of the innermost and second innermost brim lines. This improves brim removal."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "alternate_carve_order description"
|
||||
msgid "Switch to which mesh intersecting volumes will belong with every layer, so that the overlapping meshes become interwoven. Turning this setting off will cause one of the meshes to obtain all of the volume in the overlap, while it is removed from the other meshes."
|
||||
|
@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Uranium json setting files\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2023-03-16 17:19+0000\n"
|
||||
"POT-Creation-Date: 2023-03-21 13:32+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE\n"
|
||||
@ -3746,6 +3746,11 @@ msgctxt "cool_min_temperature label"
|
||||
msgid "Small Layer Printing Temperature"
|
||||
msgstr "소형 레이어 프린팅 온도"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_skin_width label"
|
||||
msgid "Small Top/Bottom Width"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_feature_speed_factor_0 description"
|
||||
msgid "Small features on the first layer will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy."
|
||||
@ -3756,6 +3761,16 @@ msgctxt "small_feature_speed_factor description"
|
||||
msgid "Small features will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy."
|
||||
msgstr "소형 피처는 정상적인 프린트 속도의 이 비율로 프린팅됩니다. 프린트 속도가 느리면 부착과 정확도가 개선됩니다."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_skin_width description"
|
||||
msgid "Small top/bottom regions are filled with walls instead of the default top/bottom pattern. This helps to avoids jerky motions."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "brim_smart_ordering label"
|
||||
msgid "Smart Brim"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "z_seam_corner option z_seam_corner_weighted"
|
||||
msgid "Smart Hiding"
|
||||
@ -4281,6 +4296,11 @@ msgctxt "material_surface_energy description"
|
||||
msgid "Surface energy."
|
||||
msgstr "표면의 에너지입니다."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "brim_smart_ordering description"
|
||||
msgid "Swap print order of the innermost and second innermost brim lines. This improves brim removal."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "alternate_carve_order description"
|
||||
msgid "Switch to which mesh intersecting volumes will belong with every layer, so that the overlapping meshes become interwoven. Turning this setting off will cause one of the meshes to obtain all of the volume in the overlap, while it is removed from the other meshes."
|
||||
|
@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Uranium json setting files\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2023-03-16 17:19+0000\n"
|
||||
"POT-Creation-Date: 2023-03-21 13:32+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE\n"
|
||||
@ -3748,6 +3748,11 @@ msgctxt "cool_min_temperature label"
|
||||
msgid "Small Layer Printing Temperature"
|
||||
msgstr "De printtemperatuur van kleine lagens"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_skin_width label"
|
||||
msgid "Small Top/Bottom Width"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_feature_speed_factor_0 description"
|
||||
msgid "Small features on the first layer will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy."
|
||||
@ -3758,6 +3763,16 @@ msgctxt "small_feature_speed_factor description"
|
||||
msgid "Small features will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy."
|
||||
msgstr "Kleine kernmerken worden geprint met een snelheid die gelijk is aan dit percentage van hun normale printsnelheid. Langzamer printen kan de hechting en nauwkeurigheid verbeteren."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_skin_width description"
|
||||
msgid "Small top/bottom regions are filled with walls instead of the default top/bottom pattern. This helps to avoids jerky motions."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "brim_smart_ordering label"
|
||||
msgid "Smart Brim"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "z_seam_corner option z_seam_corner_weighted"
|
||||
msgid "Smart Hiding"
|
||||
@ -4283,6 +4298,11 @@ msgctxt "material_surface_energy description"
|
||||
msgid "Surface energy."
|
||||
msgstr "Oppervlakte-energie."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "brim_smart_ordering description"
|
||||
msgid "Swap print order of the innermost and second innermost brim lines. This improves brim removal."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "alternate_carve_order description"
|
||||
msgid "Switch to which mesh intersecting volumes will belong with every layer, so that the overlapping meshes become interwoven. Turning this setting off will cause one of the meshes to obtain all of the volume in the overlap, while it is removed from the other meshes."
|
||||
|
@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Cura 5.1\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2023-03-16 17:19+0000\n"
|
||||
"POT-Creation-Date: 2023-03-21 13:32+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"
|
||||
@ -3753,6 +3753,11 @@ msgctxt "cool_min_temperature label"
|
||||
msgid "Small Layer Printing Temperature"
|
||||
msgstr "Końcowa Temp. Druku"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_skin_width label"
|
||||
msgid "Small Top/Bottom Width"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_feature_speed_factor_0 description"
|
||||
msgid "Small features on the first layer will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy."
|
||||
@ -3763,6 +3768,16 @@ msgctxt "small_feature_speed_factor description"
|
||||
msgid "Small features will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy."
|
||||
msgstr "Małe obiekty zostaną wydrukowane z zadanym procentem ich normalnej prędkości drukowania. Wolniejsze drukowanie może poprawić przyczepność i dokładność."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_skin_width description"
|
||||
msgid "Small top/bottom regions are filled with walls instead of the default top/bottom pattern. This helps to avoids jerky motions."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "brim_smart_ordering label"
|
||||
msgid "Smart Brim"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "z_seam_corner option z_seam_corner_weighted"
|
||||
msgid "Smart Hiding"
|
||||
@ -4291,6 +4306,11 @@ msgctxt "material_surface_energy description"
|
||||
msgid "Surface energy."
|
||||
msgstr "Energia powierzchni."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "brim_smart_ordering description"
|
||||
msgid "Swap print order of the innermost and second innermost brim lines. This improves brim removal."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "alternate_carve_order description"
|
||||
msgid "Switch to which mesh intersecting volumes will belong with every layer, so that the overlapping meshes become interwoven. Turning this setting off will cause one of the meshes to obtain all of the volume in the overlap, while it is removed from the other meshes."
|
||||
|
@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Cura 5.0\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2023-03-16 17:19+0000\n"
|
||||
"POT-Creation-Date: 2023-03-21 13:32+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"
|
||||
@ -3754,6 +3754,11 @@ msgctxt "cool_min_temperature label"
|
||||
msgid "Small Layer Printing Temperature"
|
||||
msgstr "Temperatura de Impressão Final"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_skin_width label"
|
||||
msgid "Small Top/Bottom Width"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_feature_speed_factor_0 description"
|
||||
msgid "Small features on the first layer will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy."
|
||||
@ -3764,6 +3769,16 @@ msgctxt "small_feature_speed_factor description"
|
||||
msgid "Small features will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy."
|
||||
msgstr "Aspectos pequenos serão impressos nessa porcentagem da velocidade normal. Impressão mais lenta pode ajudar com aderência e precisão."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_skin_width description"
|
||||
msgid "Small top/bottom regions are filled with walls instead of the default top/bottom pattern. This helps to avoids jerky motions."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "brim_smart_ordering label"
|
||||
msgid "Smart Brim"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "z_seam_corner option z_seam_corner_weighted"
|
||||
msgid "Smart Hiding"
|
||||
@ -4292,6 +4307,11 @@ msgctxt "material_surface_energy description"
|
||||
msgid "Surface energy."
|
||||
msgstr "Energia de superfície."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "brim_smart_ordering description"
|
||||
msgid "Swap print order of the innermost and second innermost brim lines. This improves brim removal."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "alternate_carve_order description"
|
||||
msgid "Switch to which mesh intersecting volumes will belong with every layer, so that the overlapping meshes become interwoven. Turning this setting off will cause one of the meshes to obtain all of the volume in the overlap, while it is removed from the other meshes."
|
||||
|
@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Uranium json setting files\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2023-03-16 17:19+0000\n"
|
||||
"POT-Creation-Date: 2023-03-21 13:32+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE\n"
|
||||
@ -3748,6 +3748,11 @@ msgctxt "cool_min_temperature label"
|
||||
msgid "Small Layer Printing Temperature"
|
||||
msgstr "Temperatura de impressão de camada pequena"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_skin_width label"
|
||||
msgid "Small Top/Bottom Width"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_feature_speed_factor_0 description"
|
||||
msgid "Small features on the first layer will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy."
|
||||
@ -3758,6 +3763,16 @@ msgctxt "small_feature_speed_factor description"
|
||||
msgid "Small features will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy."
|
||||
msgstr "Os elementos pequenos serão impressos a esta percentagem da respetiva velocidade de impressão normal. Uma impressão mais lenta pode ajudar em termos de aderência e precisão."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_skin_width description"
|
||||
msgid "Small top/bottom regions are filled with walls instead of the default top/bottom pattern. This helps to avoids jerky motions."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "brim_smart_ordering label"
|
||||
msgid "Smart Brim"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "z_seam_corner option z_seam_corner_weighted"
|
||||
msgid "Smart Hiding"
|
||||
@ -4283,6 +4298,11 @@ msgctxt "material_surface_energy description"
|
||||
msgid "Surface energy."
|
||||
msgstr "Energia da superfície."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "brim_smart_ordering description"
|
||||
msgid "Swap print order of the innermost and second innermost brim lines. This improves brim removal."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "alternate_carve_order description"
|
||||
msgid "Switch to which mesh intersecting volumes will belong with every layer, so that the overlapping meshes become interwoven. Turning this setting off will cause one of the meshes to obtain all of the volume in the overlap, while it is removed from the other meshes."
|
||||
|
@ -807,18 +807,18 @@ msgctxt "@text"
|
||||
msgid "Unknown error."
|
||||
msgstr "Неизвестная ошибка."
|
||||
|
||||
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:559
|
||||
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:547
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename> or <message>!"
|
||||
msgid "Project file <filename>{0}</filename> contains an unknown machine type <message>{1}</message>. Cannot import the machine. Models will be imported instead."
|
||||
msgstr "Файл проекта <filename>{0}</filename> содержит неизвестный тип принтера <message>{1}</message>. Не удалось импортировать принтер. Вместо этого будут импортированы модели."
|
||||
|
||||
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:562
|
||||
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:550
|
||||
msgctxt "@info:title"
|
||||
msgid "Open Project File"
|
||||
msgstr "Открыть файл проекта"
|
||||
|
||||
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:643
|
||||
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:631
|
||||
#: plugins/3MFReader/WorkspaceDialog.qml:99
|
||||
#: plugins/3MFReader/WorkspaceDialog.qml:127
|
||||
#: plugins/3MFReader/WorkspaceDialog.qml:134
|
||||
@ -826,27 +826,27 @@ msgctxt "@button"
|
||||
msgid "Create new"
|
||||
msgstr "Создать новый"
|
||||
|
||||
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:693
|
||||
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:681
|
||||
#, python-brace-format
|
||||
msgctxt "@info:error Don't translate the XML tags <filename> or <message>!"
|
||||
msgid "Project file <filename>{0}</filename> is suddenly inaccessible: <message>{1}</message>."
|
||||
msgstr "Файл проекта <filename>{0}</filename> внезапно стал недоступен: <message>{1}.</message>."
|
||||
|
||||
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:694
|
||||
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:702
|
||||
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:721
|
||||
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:682
|
||||
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:690
|
||||
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:709
|
||||
msgctxt "@info:title"
|
||||
msgid "Can't Open Project File"
|
||||
msgstr "Невозможно открыть файл проекта"
|
||||
|
||||
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:701
|
||||
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:719
|
||||
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:689
|
||||
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:707
|
||||
#, python-brace-format
|
||||
msgctxt "@info:error Don't translate the XML tags <filename> or <message>!"
|
||||
msgid "Project file <filename>{0}</filename> is corrupt: <message>{1}</message>."
|
||||
msgstr "Файл проекта <filename>{0}</filename> поврежден: <message>{1}</message>."
|
||||
|
||||
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:766
|
||||
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:754
|
||||
#, python-brace-format
|
||||
msgctxt "@info:error Don't translate the XML tag <filename>!"
|
||||
msgid "Project file <filename>{0}</filename> is made using profiles that are unknown to this version of UltiMaker Cura."
|
||||
|
@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Uranium json setting files\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2023-03-16 17:19+0000\n"
|
||||
"POT-Creation-Date: 2023-03-21 13:32+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE\n"
|
||||
@ -3748,6 +3748,11 @@ msgctxt "cool_min_temperature label"
|
||||
msgid "Small Layer Printing Temperature"
|
||||
msgstr "Температура малослойной печати"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_skin_width label"
|
||||
msgid "Small Top/Bottom Width"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_feature_speed_factor_0 description"
|
||||
msgid "Small features on the first layer will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy."
|
||||
@ -3758,6 +3763,16 @@ msgctxt "small_feature_speed_factor description"
|
||||
msgid "Small features will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy."
|
||||
msgstr "Малые элементы будут напечатаны со скоростью, составляющей этот процент от их нормальной скорости печати. Более медленная печать может улучшить адгезию и точность."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_skin_width description"
|
||||
msgid "Small top/bottom regions are filled with walls instead of the default top/bottom pattern. This helps to avoids jerky motions."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "brim_smart_ordering label"
|
||||
msgid "Smart Brim"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "z_seam_corner option z_seam_corner_weighted"
|
||||
msgid "Smart Hiding"
|
||||
@ -4283,6 +4298,11 @@ msgctxt "material_surface_energy description"
|
||||
msgid "Surface energy."
|
||||
msgstr "Поверхностная энергия."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "brim_smart_ordering description"
|
||||
msgid "Swap print order of the innermost and second innermost brim lines. This improves brim removal."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "alternate_carve_order description"
|
||||
msgid "Switch to which mesh intersecting volumes will belong with every layer, so that the overlapping meshes become interwoven. Turning this setting off will cause one of the meshes to obtain all of the volume in the overlap, while it is removed from the other meshes."
|
||||
|
@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Uranium json setting files\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2023-03-16 17:19+0000\n"
|
||||
"POT-Creation-Date: 2023-03-21 13:32+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE\n"
|
||||
@ -3748,6 +3748,11 @@ msgctxt "cool_min_temperature label"
|
||||
msgid "Small Layer Printing Temperature"
|
||||
msgstr "Küçük Katmanlı Baskı Sıcaklığı"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_skin_width label"
|
||||
msgid "Small Top/Bottom Width"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_feature_speed_factor_0 description"
|
||||
msgid "Small features on the first layer will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy."
|
||||
@ -3758,6 +3763,16 @@ msgctxt "small_feature_speed_factor description"
|
||||
msgid "Small features will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy."
|
||||
msgstr "Küçük özellikler normal baskı hızının bu yüzdesinde basılacaktır. Daha yavaş baskı, yapışma ve doğruluğu artırmaya yardımcı olabilir."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_skin_width description"
|
||||
msgid "Small top/bottom regions are filled with walls instead of the default top/bottom pattern. This helps to avoids jerky motions."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "brim_smart_ordering label"
|
||||
msgid "Smart Brim"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "z_seam_corner option z_seam_corner_weighted"
|
||||
msgid "Smart Hiding"
|
||||
@ -4283,6 +4298,11 @@ msgctxt "material_surface_energy description"
|
||||
msgid "Surface energy."
|
||||
msgstr "Yüzey enerjisi."
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "brim_smart_ordering description"
|
||||
msgid "Swap print order of the innermost and second innermost brim lines. This improves brim removal."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "alternate_carve_order description"
|
||||
msgid "Switch to which mesh intersecting volumes will belong with every layer, so that the overlapping meshes become interwoven. Turning this setting off will cause one of the meshes to obtain all of the volume in the overlap, while it is removed from the other meshes."
|
||||
|
@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Uranium json setting files\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2023-03-16 17:19+0000\n"
|
||||
"POT-Creation-Date: 2023-03-21 13:32+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE\n"
|
||||
@ -3748,6 +3748,11 @@ msgctxt "cool_min_temperature label"
|
||||
msgid "Small Layer Printing Temperature"
|
||||
msgstr "小型层打印温度"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_skin_width label"
|
||||
msgid "Small Top/Bottom Width"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_feature_speed_factor_0 description"
|
||||
msgid "Small features on the first layer will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy."
|
||||
@ -3758,6 +3763,16 @@ msgctxt "small_feature_speed_factor description"
|
||||
msgid "Small features will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy."
|
||||
msgstr "微小特征将按正常打印速度的百分比进行打印。缓慢打印有助于粘合和提高准确性。"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_skin_width description"
|
||||
msgid "Small top/bottom regions are filled with walls instead of the default top/bottom pattern. This helps to avoids jerky motions."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "brim_smart_ordering label"
|
||||
msgid "Smart Brim"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "z_seam_corner option z_seam_corner_weighted"
|
||||
msgid "Smart Hiding"
|
||||
@ -4283,6 +4298,11 @@ msgctxt "material_surface_energy description"
|
||||
msgid "Surface energy."
|
||||
msgstr "表面能。"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "brim_smart_ordering description"
|
||||
msgid "Swap print order of the innermost and second innermost brim lines. This improves brim removal."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "alternate_carve_order description"
|
||||
msgid "Switch to which mesh intersecting volumes will belong with every layer, so that the overlapping meshes become interwoven. Turning this setting off will cause one of the meshes to obtain all of the volume in the overlap, while it is removed from the other meshes."
|
||||
|
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Cura 5.1\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2023-03-16 17:19+0000\n"
|
||||
"POT-Creation-Date: 2023-03-21 13:32+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"
|
||||
@ -3754,6 +3754,11 @@ msgctxt "cool_min_temperature label"
|
||||
msgid "Small Layer Printing Temperature"
|
||||
msgstr "最終列印溫度"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_skin_width label"
|
||||
msgid "Small Top/Bottom Width"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_feature_speed_factor_0 description"
|
||||
msgid "Small features on the first layer will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy."
|
||||
@ -3764,6 +3769,16 @@ msgctxt "small_feature_speed_factor description"
|
||||
msgid "Small features will be printed at this percentage of their normal print speed. Slower printing can help with adhesion and accuracy."
|
||||
msgstr "細部模式將以正常列印速度的此百分比值列印。 較慢的列印有助於黏合和精度。"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "small_skin_width description"
|
||||
msgid "Small top/bottom regions are filled with walls instead of the default top/bottom pattern. This helps to avoids jerky motions."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "brim_smart_ordering label"
|
||||
msgid "Smart Brim"
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "z_seam_corner option z_seam_corner_weighted"
|
||||
msgid "Smart Hiding"
|
||||
@ -4292,6 +4307,11 @@ msgctxt "material_surface_energy description"
|
||||
msgid "Surface energy."
|
||||
msgstr "表面能量。"
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "brim_smart_ordering description"
|
||||
msgid "Swap print order of the innermost and second innermost brim lines. This improves brim removal."
|
||||
msgstr ""
|
||||
|
||||
#: fdmprinter.def.json
|
||||
msgctxt "alternate_carve_order description"
|
||||
msgid "Switch to which mesh intersecting volumes will belong with every layer, so that the overlapping meshes become interwoven. Turning this setting off will cause one of the meshes to obtain all of the volume in the overlap, while it is removed from the other meshes."
|
||||
|
@ -59,6 +59,7 @@ top_bottom_pattern_0
|
||||
skin_monotonic
|
||||
connect_skin_polygons
|
||||
skin_angles
|
||||
small_skin_width
|
||||
skin_no_small_gaps_heuristic
|
||||
skin_outline_count
|
||||
ironing_enabled
|
||||
@ -309,6 +310,7 @@ brim_width
|
||||
brim_gap
|
||||
brim_line_count
|
||||
brim_outside_only
|
||||
brim_smart_ordering
|
||||
raft_margin
|
||||
raft_smoothing
|
||||
raft_airgap
|
||||
|
Loading…
x
Reference in New Issue
Block a user