mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06:00
Merge branch '5.9' into revert_sparse_infill_strategy
This commit is contained in:
commit
c204993e97
151 changed files with 7846 additions and 6798 deletions
|
@ -1 +1 @@
|
|||
version: "5.9.0-beta.1"
|
||||
version: "5.9.0"
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
"file_formats": "text/x-gcode",
|
||||
"platform": "ankermake_m5_platform.obj",
|
||||
"has_machine_quality": true,
|
||||
"has_textured_buildplate": true,
|
||||
"machine_extruder_trains": { "0": "ankermake_m5_extruder_0" },
|
||||
"platform_texture": "ankermake_m5.png",
|
||||
"preferred_material": "generic_pla",
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
"file_formats": "text/x-gcode",
|
||||
"platform": "ankermake_m5c_platform.obj",
|
||||
"has_machine_quality": true,
|
||||
"has_textured_buildplate": true,
|
||||
"machine_extruder_trains": { "0": "ankermake_m5c_extruder_0" },
|
||||
"platform_texture": "ankermake_m5c.png",
|
||||
"preferred_material": "generic_pla",
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
"platform": "dagoma_sigma_pro.obj",
|
||||
"first_start_actions": [ "MachineSettingsAction" ],
|
||||
"has_machine_quality": true,
|
||||
"has_textured_buildplate": true,
|
||||
"has_variants": true,
|
||||
"machine_extruder_trains": { "0": "dagoma_sigma_pro_extruder" },
|
||||
"platform_texture": "dagoma_sigma_pro.png",
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
"platform": "dagoma_sigma_pro.obj",
|
||||
"first_start_actions": [ "MachineSettingsAction" ],
|
||||
"has_machine_quality": true,
|
||||
"has_textured_buildplate": true,
|
||||
"has_variants": true,
|
||||
"machine_extruder_trains":
|
||||
{
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
"manufacturer": "Eazao",
|
||||
"file_formats": "text/x-gcode",
|
||||
"has_machine_quality": false,
|
||||
"has_materials": false,
|
||||
"machine_extruder_trains": { "0": "eazao_m500_extruder_0" },
|
||||
"preferred_material": "eazao_clay",
|
||||
"preferred_quality_type": "normal"
|
||||
},
|
||||
"overrides":
|
||||
|
@ -19,7 +19,6 @@
|
|||
"acceleration_travel": { "value": 300 },
|
||||
"adhesion_type": { "default_value": "'none'" },
|
||||
"bottom_layers": { "value": 2 },
|
||||
"cool_fan_enabled": { "value": false },
|
||||
"infill_sparse_density": { "value": 0 },
|
||||
"initial_bottom_layers": { "value": 2 },
|
||||
"jerk_print": { "value": 10 },
|
||||
|
@ -58,7 +57,6 @@
|
|||
"retraction_amount": { "value": 7 },
|
||||
"retraction_combing": { "value": "'noskin'" },
|
||||
"retraction_count_max": { "value": 100 },
|
||||
"retraction_enable": { "value": false },
|
||||
"retraction_extrusion_window": { "value": 10 },
|
||||
"retraction_hop": { "value": 0.2 },
|
||||
"speed_print": { "value": 20.0 },
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
"manufacturer": "Eazao",
|
||||
"file_formats": "text/x-gcode",
|
||||
"has_machine_quality": false,
|
||||
"has_materials": false,
|
||||
"machine_extruder_trains": { "0": "eazao_m600_extruder_0" },
|
||||
"preferred_material": "eazao_clay",
|
||||
"preferred_quality_type": "normal"
|
||||
},
|
||||
"overrides":
|
||||
|
@ -19,7 +19,6 @@
|
|||
"acceleration_travel": { "value": 300 },
|
||||
"adhesion_type": { "default_value": "'none'" },
|
||||
"bottom_layers": { "value": 2 },
|
||||
"cool_fan_enabled": { "value": false },
|
||||
"infill_sparse_density": { "value": 0 },
|
||||
"initial_bottom_layers": { "value": 2 },
|
||||
"jerk_print": { "value": 10 },
|
||||
|
@ -58,7 +57,6 @@
|
|||
"retraction_amount": { "value": 7 },
|
||||
"retraction_combing": { "value": "'noskin'" },
|
||||
"retraction_count_max": { "value": 100 },
|
||||
"retraction_enable": { "value": false },
|
||||
"retraction_extrusion_window": { "value": 10 },
|
||||
"retraction_hop": { "value": 0.2 },
|
||||
"speed_print": { "value": 20.0 },
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
"manufacturer": "Eazao",
|
||||
"file_formats": "text/x-gcode",
|
||||
"has_machine_quality": false,
|
||||
"has_materials": false,
|
||||
"machine_extruder_trains": { "0": "eazao_m700_extruder_0" },
|
||||
"preferred_material": "eazao_clay",
|
||||
"preferred_quality_type": "normal"
|
||||
},
|
||||
"overrides":
|
||||
|
@ -19,7 +19,6 @@
|
|||
"acceleration_travel": { "value": 300 },
|
||||
"adhesion_type": { "default_value": "none" },
|
||||
"bottom_layers": { "value": 2 },
|
||||
"cool_fan_enabled": { "value": false },
|
||||
"infill_sparse_density": { "value": 0 },
|
||||
"initial_bottom_layers": { "value": 2 },
|
||||
"jerk_print": { "value": 10 },
|
||||
|
@ -58,7 +57,6 @@
|
|||
"retraction_amount": { "value": 7 },
|
||||
"retraction_combing": { "value": "'noskin'" },
|
||||
"retraction_count_max": { "value": 100 },
|
||||
"retraction_enable": { "value": false },
|
||||
"retraction_extrusion_window": { "value": 10 },
|
||||
"retraction_hop": { "value": 0.2 },
|
||||
"speed_print": { "value": 20.0 },
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
"manufacturer": "Eazao",
|
||||
"file_formats": "text/x-gcode",
|
||||
"has_machine_quality": false,
|
||||
"has_materials": false,
|
||||
"machine_extruder_trains": { "0": "eazao_potter_extruder_0" },
|
||||
"preferred_material": "eazao_clay",
|
||||
"preferred_quality_type": "normal"
|
||||
},
|
||||
"overrides":
|
||||
|
@ -19,7 +19,6 @@
|
|||
"acceleration_travel": { "value": 300 },
|
||||
"adhesion_type": { "default_value": "'none'" },
|
||||
"bottom_layers": { "value": 3 },
|
||||
"cool_fan_enabled": { "value": false },
|
||||
"infill_sparse_density": { "value": 0 },
|
||||
"initial_bottom_layers": { "value": 3 },
|
||||
"jerk_print": { "value": 10 },
|
||||
|
@ -58,7 +57,6 @@
|
|||
"retraction_amount": { "value": 7 },
|
||||
"retraction_combing": { "value": "'noskin'" },
|
||||
"retraction_count_max": { "value": 100 },
|
||||
"retraction_enable": { "value": false },
|
||||
"retraction_extrusion_window": { "value": 10 },
|
||||
"retraction_hop": { "value": 0.2 },
|
||||
"speed_print": { "value": 25.0 },
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
"manufacturer": "Eazao",
|
||||
"file_formats": "text/x-gcode",
|
||||
"has_machine_quality": false,
|
||||
"has_materials": false,
|
||||
"machine_extruder_trains": { "0": "eazao_zero_extruder_0" },
|
||||
"preferred_material": "eazao_clay",
|
||||
"preferred_quality_type": "normal"
|
||||
},
|
||||
"overrides":
|
||||
|
@ -20,7 +20,6 @@
|
|||
"acceleration_travel": { "value": 300 },
|
||||
"adhesion_type": { "default_value": "none" },
|
||||
"bottom_layers": { "value": 3 },
|
||||
"cool_fan_enabled": { "value": false },
|
||||
"infill_sparse_density": { "value": 0 },
|
||||
"initial_bottom_layers": { "value": 3 },
|
||||
"jerk_print": { "value": 10 },
|
||||
|
@ -58,9 +57,7 @@
|
|||
"optimize_wall_printing_order": { "value": "True" },
|
||||
"retraction_amount": { "value": 7 },
|
||||
"retraction_combing": { "value": "'noskin'" },
|
||||
"retraction_combing_max_distance": { "value": 0 },
|
||||
"retraction_count_max": { "value": 100 },
|
||||
"retraction_enable": { "value": false },
|
||||
"retraction_extrusion_window": { "value": 10 },
|
||||
"retraction_hop": { "value": 0.2 },
|
||||
"speed_print": { "value": 25.0 },
|
||||
|
|
|
@ -15,9 +15,11 @@
|
|||
"preferred_material": "generic_pla",
|
||||
"preferred_quality_type": "normal",
|
||||
"machine_extruder_trains": { "0": "fdmextruder" },
|
||||
"has_textured_buildplate": false,
|
||||
"supports_usb_connection": true,
|
||||
"supports_network_connection": false,
|
||||
"supports_abstract_color": false
|
||||
"supports_abstract_color": false,
|
||||
"variants_name_has_translation": false
|
||||
},
|
||||
"settings":
|
||||
{
|
||||
|
@ -8948,7 +8950,8 @@
|
|||
"unit": "%",
|
||||
"limit_to_extruder": "wall_0_extruder_nr",
|
||||
"settable_per_extruder": true,
|
||||
"settable_per_mesh": true
|
||||
"settable_per_mesh": true,
|
||||
"enabled": "scarf_joint_seam_length > 0"
|
||||
},
|
||||
"scarf_split_distance":
|
||||
{
|
||||
|
@ -8958,10 +8961,12 @@
|
|||
"default_value": 1.0,
|
||||
"minimum_value": 0.1,
|
||||
"maximum_value": 100.0,
|
||||
"maximum_value_warning": "scarf_joint_seam_length",
|
||||
"unit": "mm",
|
||||
"limit_to_extruder": "wall_0_extruder_nr",
|
||||
"settable_per_extruder": true,
|
||||
"settable_per_mesh": true
|
||||
"settable_per_mesh": true,
|
||||
"enabled": "scarf_joint_seam_length > 0"
|
||||
},
|
||||
"wall_0_start_speed_ratio":
|
||||
{
|
||||
|
@ -8978,13 +8983,13 @@
|
|||
},
|
||||
"wall_0_acceleration":
|
||||
{
|
||||
"label": "Outer Wall Acceleration",
|
||||
"label": "Outer Wall Start Acceleration",
|
||||
"description": "This is the acceleration with which to reach the top speed when printing an outer wall.",
|
||||
"enabled": "wall_0_start_speed_ratio < 100.0",
|
||||
"type": "float",
|
||||
"default_value": 20.0,
|
||||
"minimum_value": 1.0,
|
||||
"maximum_value": 1000.0,
|
||||
"maximum_value": 100000.0,
|
||||
"unit": "mm/s\u00b2",
|
||||
"limit_to_extruder": "wall_0_extruder_nr",
|
||||
"settable_per_extruder": true,
|
||||
|
@ -9005,13 +9010,13 @@
|
|||
},
|
||||
"wall_0_deceleration":
|
||||
{
|
||||
"label": "Outer Wall Deceleration",
|
||||
"label": "Outer Wall End Deceleration",
|
||||
"description": "This is the deceleration with which to end printing an outer wall.",
|
||||
"enabled": "wall_0_end_speed_ratio < 100.0",
|
||||
"type": "float",
|
||||
"default_value": 20.0,
|
||||
"minimum_value": 1.0,
|
||||
"maximum_value": 1000.0,
|
||||
"maximum_value": 100000.0,
|
||||
"unit": "mm/s\u00b2",
|
||||
"limit_to_extruder": "wall_0_extruder_nr",
|
||||
"settable_per_extruder": true,
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
"visible": true,
|
||||
"author": "oducceu",
|
||||
"platform": "flyingbear_platform.obj",
|
||||
"has_textured_buildplate": true,
|
||||
"platform_texture": "flyingbear_platform.png",
|
||||
"quality_definition": "flyingbear_base"
|
||||
},
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
"visible": true,
|
||||
"author": "oducceu",
|
||||
"platform": "flyingbear_platform.obj",
|
||||
"has_textured_buildplate": true,
|
||||
"platform_texture": "flyingbear_platform.png",
|
||||
"quality_definition": "flyingbear_base"
|
||||
},
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
"visible": true,
|
||||
"author": "barrnet",
|
||||
"platform": "flyingbear_platform.obj",
|
||||
"has_textured_buildplate": true,
|
||||
"platform_texture": "flyingbear_platform.png",
|
||||
"quality_definition": "flyingbear_base"
|
||||
},
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
"file_formats": "text/x-gcode",
|
||||
"platform": "hellbot_adonis.obj",
|
||||
"has_materials": true,
|
||||
"has_textured_buildplate": true,
|
||||
"machine_extruder_trains": { "0": "hellbot_adonis_extruder" },
|
||||
"platform_offset": [
|
||||
0,
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
"file_formats": "text/x-gcode",
|
||||
"platform": "hellbot_hidra.obj",
|
||||
"has_materials": true,
|
||||
"has_textured_buildplate": true,
|
||||
"machine_extruder_trains":
|
||||
{
|
||||
"0": "hellbot_hidra_extruder_0",
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
"file_formats": "text/x-gcode",
|
||||
"platform": "hellbot_hidra_plus.obj",
|
||||
"has_materials": true,
|
||||
"has_textured_buildplate": true,
|
||||
"machine_extruder_trains":
|
||||
{
|
||||
"0": "hellbot_hidra_plus_extruder_0",
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
"file_formats": "text/x-gcode",
|
||||
"platform": "Hellbot_Magna_2_230.obj",
|
||||
"has_materials": true,
|
||||
"has_textured_buildplate": true,
|
||||
"machine_extruder_trains": { "0": "hellbot_magna_2_230_extruder_0" },
|
||||
"platform_texture": "Magna2_230.png"
|
||||
},
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
"file_formats": "text/x-gcode",
|
||||
"platform": "Hellbot_Magna_2_230.obj",
|
||||
"has_materials": true,
|
||||
"has_textured_buildplate": true,
|
||||
"machine_extruder_trains":
|
||||
{
|
||||
"0": "hellbot_magna_2_230_dual_extruder_0",
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
"file_formats": "text/x-gcode",
|
||||
"platform": "Hellbot_Magna_2_300.obj",
|
||||
"has_materials": true,
|
||||
"has_textured_buildplate": true,
|
||||
"machine_extruder_trains": { "0": "hellbot_magna_2_300_extruder_0" },
|
||||
"platform_texture": "Magna2_300.png"
|
||||
},
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
"file_formats": "text/x-gcode",
|
||||
"platform": "Hellbot_Magna_2_300.obj",
|
||||
"has_materials": true,
|
||||
"has_textured_buildplate": true,
|
||||
"machine_extruder_trains":
|
||||
{
|
||||
"0": "hellbot_magna_2_300_dual_extruder_0",
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
"file_formats": "text/x-gcode",
|
||||
"platform": "Hellbot_Magna_2_400.obj",
|
||||
"has_materials": true,
|
||||
"has_textured_buildplate": true,
|
||||
"machine_extruder_trains": { "0": "hellbot_magna_2_400_extruder_0" },
|
||||
"platform_texture": "Magna2_400.png"
|
||||
},
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
"file_formats": "text/x-gcode",
|
||||
"platform": "Hellbot_Magna_2_400.obj",
|
||||
"has_materials": true,
|
||||
"has_textured_buildplate": true,
|
||||
"machine_extruder_trains":
|
||||
{
|
||||
"0": "hellbot_magna_2_400_dual_extruder_0",
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
"file_formats": "text/x-gcode",
|
||||
"platform": "Hellbot_Magna_2_500.obj",
|
||||
"has_materials": true,
|
||||
"has_textured_buildplate": true,
|
||||
"machine_extruder_trains": { "0": "hellbot_magna_2_500_extruder_0" },
|
||||
"platform_texture": "Magna2_500.png"
|
||||
},
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
"file_formats": "text/x-gcode",
|
||||
"platform": "Hellbot_Magna_2_500.obj",
|
||||
"has_materials": true,
|
||||
"has_textured_buildplate": true,
|
||||
"machine_extruder_trains":
|
||||
{
|
||||
"0": "hellbot_magna_2_500_dual_extruder_0",
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
"file_formats": "text/x-gcode",
|
||||
"platform": "hellbot_magna.obj",
|
||||
"has_materials": true,
|
||||
"has_textured_buildplate": true,
|
||||
"machine_extruder_trains": { "0": "hellbot_magna_i_extruder" },
|
||||
"platform_offset": [
|
||||
0,
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
"file_formats": "text/x-gcode",
|
||||
"platform": "hellbot_magna_SE.obj",
|
||||
"has_materials": true,
|
||||
"has_textured_buildplate": true,
|
||||
"machine_extruder_trains": { "0": "hellbot_magna_SE_extruder" },
|
||||
"platform_texture": "hellbot_magna_SE.png"
|
||||
},
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
"file_formats": "text/x-gcode",
|
||||
"platform": "Hellbot_Magna_SE_300.obj",
|
||||
"has_materials": true,
|
||||
"has_textured_buildplate": true,
|
||||
"machine_extruder_trains": { "0": "hellbot_magna_SE_300_extruder" },
|
||||
"platform_texture": "Hellbot_Magna_SE_300.png"
|
||||
},
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
"file_formats": "text/x-gcode",
|
||||
"platform": "Hellbot_Magna_SE_Pro.obj",
|
||||
"has_materials": true,
|
||||
"has_textured_buildplate": true,
|
||||
"machine_extruder_trains": { "0": "hellbot_magna_SE_Pro_extruder" },
|
||||
"platform_texture": "Hellbot_magna_SE_Pro.png"
|
||||
},
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
"file_formats": "text/x-gcode",
|
||||
"platform": "hellbot_magna.obj",
|
||||
"has_materials": true,
|
||||
"has_textured_buildplate": true,
|
||||
"machine_extruder_trains":
|
||||
{
|
||||
"0": "hellbot_magna_dual_extruder_1",
|
||||
|
|
|
@ -16,7 +16,8 @@
|
|||
"preferred_material": "generic_pla",
|
||||
"preferred_quality_type": "standard",
|
||||
"preferred_variant_name": "0.4mm",
|
||||
"variants_name": "Extruder:"
|
||||
"variants_name": "Extruder",
|
||||
"variants_name_has_translation": true
|
||||
},
|
||||
"overrides":
|
||||
{
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
"first_start_actions": [ "MachineSettingsAction" ],
|
||||
"has_machine_quality": true,
|
||||
"has_materials": true,
|
||||
"has_textured_buildplate": true,
|
||||
"machine_extruder_trains": { "0": "koonovo_base_extruder_0" },
|
||||
"platform_texture": "koonovo.png",
|
||||
"preferred_material": "generic_pla",
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
"platform": "moai.obj",
|
||||
"has_machine_quality": true,
|
||||
"has_materials": false,
|
||||
"has_textured_buildplate": true,
|
||||
"machine_extruder_trains": { "0": "peopoly_moai_extruder_0" },
|
||||
"platform_texture": "moai.jpg"
|
||||
},
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
"preferred_quality_type": "extra_fast",
|
||||
"preferred_variant_name": "0.84mm (Green)",
|
||||
"supported_actions": [],
|
||||
"variants_name": "Print core"
|
||||
"variants_name": "Print Core"
|
||||
},
|
||||
"overrides":
|
||||
{
|
||||
|
|
|
@ -51,7 +51,8 @@
|
|||
"supported_actions": [ "DiscoverUM3Action" ],
|
||||
"supports_network_connection": true,
|
||||
"supports_usb_connection": false,
|
||||
"variants_name": "Print core"
|
||||
"variants_name": "Print Core",
|
||||
"variants_name_has_translation": true
|
||||
},
|
||||
"overrides":
|
||||
{
|
||||
|
|
|
@ -36,7 +36,8 @@
|
|||
"preferred_variant_name": "AA 0.4",
|
||||
"quality_definition": "ultimaker3",
|
||||
"supported_actions": [ "DiscoverUM3Action" ],
|
||||
"variants_name": "Print core"
|
||||
"variants_name": "Print Core",
|
||||
"variants_name_has_translation": true
|
||||
},
|
||||
"overrides":
|
||||
{
|
||||
|
|
|
@ -43,7 +43,8 @@
|
|||
"supports_material_export": true,
|
||||
"supports_network_connection": true,
|
||||
"supports_usb_connection": false,
|
||||
"variants_name": "Print core",
|
||||
"variants_name": "Print Core",
|
||||
"variants_name_has_translation": true,
|
||||
"weight": -1
|
||||
},
|
||||
"overrides":
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
"chromatik_",
|
||||
"3D-Fuel_",
|
||||
"bestfilament_",
|
||||
"eazao_",
|
||||
"emotiontech_",
|
||||
"eryone_",
|
||||
"eSUN_",
|
||||
|
@ -82,6 +83,7 @@
|
|||
"supports_usb_connection": false,
|
||||
"variant_definition": "ultimaker_method",
|
||||
"variants_name": "Extruder",
|
||||
"variants_name_has_translation": true,
|
||||
"weight": -1
|
||||
},
|
||||
"overrides":
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
"supports_network_connection": true,
|
||||
"supports_usb_connection": false,
|
||||
"variants_name": "Extruder",
|
||||
"variants_name_has_translation": true,
|
||||
"weight": -1
|
||||
},
|
||||
"overrides":
|
||||
|
@ -158,6 +159,7 @@
|
|||
"bridge_wall_material_flow": { "value": "material_flow" },
|
||||
"bridge_wall_speed": { "value": "speed_wall" },
|
||||
"brim_width": { "value": 5 },
|
||||
"cool_during_extruder_switch": { "value": "'only_last_extruder'" },
|
||||
"cool_fan_enabled":
|
||||
{
|
||||
"force_depends_on_settings": [ "support_extruder_nr" ]
|
||||
|
@ -342,6 +344,7 @@
|
|||
"multiple_mesh_overlap": { "value": 0 },
|
||||
"optimize_wall_printing_order": { "value": true },
|
||||
"prime_blob_enable": { "enabled": false },
|
||||
"prime_tower_enable": { "default_value": true },
|
||||
"prime_tower_flow": { "value": "material_flow" },
|
||||
"prime_tower_line_width":
|
||||
{
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
"chromatik_",
|
||||
"3D-Fuel_",
|
||||
"bestfilament_",
|
||||
"eazao_",
|
||||
"emotiontech_",
|
||||
"eryone_",
|
||||
"eSUN_",
|
||||
|
@ -68,6 +69,7 @@
|
|||
"supports_usb_connection": false,
|
||||
"variant_definition": "ultimaker_methodx",
|
||||
"variants_name": "Extruder",
|
||||
"variants_name_has_translation": true,
|
||||
"weight": -1
|
||||
},
|
||||
"overrides":
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
"chromatik_",
|
||||
"3D-Fuel_",
|
||||
"bestfilament_",
|
||||
"eazao_",
|
||||
"emotiontech_",
|
||||
"eryone_",
|
||||
"eSUN_",
|
||||
|
@ -66,6 +67,7 @@
|
|||
"supports_network_connection": true,
|
||||
"supports_usb_connection": false,
|
||||
"variants_name": "Extruder",
|
||||
"variants_name_has_translation": true,
|
||||
"weight": -1
|
||||
},
|
||||
"overrides":
|
||||
|
|
|
@ -68,6 +68,7 @@
|
|||
"machine_start_gcode": { "default_value": "G21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 X0 Y0 ;move X/Y to min endstops\nG28 Z0 ;move Z to min endstops\nG1 Z15.0 F9000 ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E6 ;extrude 6 mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 Y50 F9000\n;Put printing message on LCD screen\nM117 Printing..." },
|
||||
"machine_use_extruder_offset_to_offset_coords": { "default_value": true },
|
||||
"machine_width": { "default_value": 205 },
|
||||
"material_print_temp_wait": { "value": true },
|
||||
"speed_slowdown_layers": { "value": 2 }
|
||||
}
|
||||
}
|
|
@ -50,7 +50,8 @@
|
|||
"supported_actions": [ "DiscoverUM3Action" ],
|
||||
"supports_material_export": true,
|
||||
"supports_usb_connection": false,
|
||||
"variants_name": "Print core",
|
||||
"variants_name": "Print Core",
|
||||
"variants_name_has_translation": true,
|
||||
"weight": -1
|
||||
},
|
||||
"overrides":
|
||||
|
|
|
@ -54,7 +54,8 @@
|
|||
"supports_material_export": true,
|
||||
"supports_network_connection": true,
|
||||
"supports_usb_connection": false,
|
||||
"variants_name": "Print core",
|
||||
"variants_name": "Print Core",
|
||||
"variants_name_has_translation": true,
|
||||
"weight": -2
|
||||
},
|
||||
"overrides":
|
||||
|
|
|
@ -40,7 +40,8 @@
|
|||
"supports_material_export": true,
|
||||
"supports_network_connection": true,
|
||||
"supports_usb_connection": false,
|
||||
"variants_name": "Print core",
|
||||
"variants_name": "Print Core",
|
||||
"variants_name_has_translation": true,
|
||||
"weight": -2
|
||||
},
|
||||
"overrides":
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
"chromatik_",
|
||||
"3D-Fuel_",
|
||||
"bestfilament_",
|
||||
"eazao_",
|
||||
"emotiontech_",
|
||||
"eryone_",
|
||||
"eSUN_",
|
||||
|
@ -71,6 +72,7 @@
|
|||
"supports_network_connection": true,
|
||||
"supports_usb_connection": false,
|
||||
"variants_name": "Extruder",
|
||||
"variants_name_has_translation": true,
|
||||
"weight": -1
|
||||
},
|
||||
"overrides":
|
||||
|
@ -126,8 +128,23 @@
|
|||
"machine_nozzle_heat_up_speed": { "default_value": 1.4 },
|
||||
"machine_start_gcode": { "default_value": "M140 S50 T0; Set Platform Temp\nM104 S220 T0; Set Extruder Temp\nG90; Use Absolute Positioning\nG28; Home\nM132 X Y Z A B; Set Current Position to Home\nG161 X Y F3300; Move to min axes positions\nM7 T0; Wait For Platform to Heat\nM6 T0; Wait For Extruders to Heat\nM651; Turn on back fan\nM907 X100 Y100 Z40 A80 B20; Set Stepper Currents\nM106; Enable Cooling Fan\n; Purge Line\nG92 E0; Reset Extruder Axis Position\nG1 X-26.18 Y-75.90 Z0.200 F420\nG1 X26.18 Y-75.90 E10\nG92 E0; Reset Extruder Axis Position\n; Start GCode\n" },
|
||||
"machine_width": { "default_value": 150 },
|
||||
"material_bed_temperature":
|
||||
{
|
||||
"maximum_value": 100,
|
||||
"maximum_value_warning": 70
|
||||
},
|
||||
"material_bed_temperature_layer_0":
|
||||
{
|
||||
"maximum_value": 100,
|
||||
"maximum_value_warning": 70
|
||||
},
|
||||
"material_diameter": { "default_value": 1.75 },
|
||||
"material_flow": { "default_value": 100 },
|
||||
"material_print_temperature":
|
||||
{
|
||||
"maximum_value": 240,
|
||||
"maximum_value_warning": 230
|
||||
},
|
||||
"min_bead_width":
|
||||
{
|
||||
"minimum_value": "line_width * 0.5",
|
||||
|
@ -148,6 +165,7 @@
|
|||
"enabled": true,
|
||||
"value": "resolveOrValue('print_sequence') != 'one_at_a_time'"
|
||||
},
|
||||
"print_sequence": { "enabled": false },
|
||||
"raft_margin": { "value": "5" },
|
||||
"retract_at_layer_change": { "value": true },
|
||||
"retraction_amount":
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
"supports_network_connection": true,
|
||||
"supports_usb_connection": false,
|
||||
"variants_name": "Extruder",
|
||||
"variants_name_has_translation": true,
|
||||
"weight": -1
|
||||
},
|
||||
"overrides":
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
"chromatik_",
|
||||
"3D-Fuel_",
|
||||
"bestfilament_",
|
||||
"eazao_",
|
||||
"emotiontech_",
|
||||
"eryone_",
|
||||
"eSUN_",
|
||||
|
@ -57,6 +58,7 @@
|
|||
],
|
||||
"has_machine_quality": true,
|
||||
"has_materials": true,
|
||||
"has_textured_buildplate": true,
|
||||
"has_variants": true,
|
||||
"machine_extruder_trains": { "0": "ultimaker_sketch_sprint_extruder" },
|
||||
"platform_offset": [
|
||||
|
@ -72,6 +74,7 @@
|
|||
"supports_network_connection": true,
|
||||
"supports_usb_connection": false,
|
||||
"variants_name": "Extruder",
|
||||
"variants_name_has_translation": true,
|
||||
"weight": -1
|
||||
},
|
||||
"overrides":
|
||||
|
@ -171,11 +174,12 @@
|
|||
"material_flow": { "default_value": 100 },
|
||||
"material_print_temperature":
|
||||
{
|
||||
"maximum_value": 280,
|
||||
"maximum_value": 260,
|
||||
"maximum_value_warning": 240
|
||||
},
|
||||
"min_bead_width": { "value": 0.3 },
|
||||
"multiple_mesh_overlap": { "value": "0" },
|
||||
"print_sequence": { "enabled": false },
|
||||
"raft_airgap": { "value": 0.35 },
|
||||
"raft_base_acceleration": { "value": "acceleration_layer_0" },
|
||||
"raft_base_speed":
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
"visible": true,
|
||||
"author": "Nail` Gimadeev (C)",
|
||||
"platform": "uni_200_platform.stl",
|
||||
"has_textured_buildplate": true,
|
||||
"platform_texture": "uni.png",
|
||||
"quality_definition": "uni_base"
|
||||
},
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
"visible": true,
|
||||
"author": "Nail` Gimadeev (C)",
|
||||
"platform": "uni_250_platform.stl",
|
||||
"has_textured_buildplate": true,
|
||||
"platform_texture": "uni.png",
|
||||
"quality_definition": "uni_base"
|
||||
},
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
"visible": true,
|
||||
"author": "Nail` Gimadeev (C)",
|
||||
"platform": "uni_300_platform.stl",
|
||||
"has_textured_buildplate": true,
|
||||
"platform_texture": "uni.png",
|
||||
"quality_definition": "uni_base"
|
||||
},
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
"visible": true,
|
||||
"author": "Nail` Gimadeev (C)",
|
||||
"platform": "uni_mini_platform.stl",
|
||||
"has_textured_buildplate": true,
|
||||
"platform_texture": "uni.png",
|
||||
"quality_definition": "uni_base"
|
||||
},
|
||||
|
|
|
@ -15,8 +15,8 @@
|
|||
"maximum_value": 1
|
||||
},
|
||||
"machine_extruder_cooling_fan_number": { "default_value": 0 },
|
||||
"machine_extruder_end_code": { "default_value": "M106 P{extruder_nr} S1.0\nG91\nG0 Z0.4 F600\nG90\nG0 X{prime_tower_position_x - prime_tower_size/2} Y{prime_tower_position_y + prime_tower_size/2} F6000" },
|
||||
"machine_extruder_start_code": { "default_value": "G0 X{prime_tower_position_x - prime_tower_size/2} Y{prime_tower_position_y + prime_tower_size/2} F6000\nM104 S{material_print_temperature}\nG4 S5\nG91\nG0 Z-0.4 F600\nG90\nM107 P{(extruder_nr+1)%2}\nM106 P{extruder_nr} S{(layer_z > 1 ? cool_fan_speed/100 : cool_fan_speed_0/100)}" },
|
||||
"machine_extruder_end_code": { "default_value": "M104 S{material_standby_temperature}\nG91\nG0 Z0.4 F600\nG90\nG0 X{prime_tower_position_x - prime_tower_size/2} Y{prime_tower_position_y + prime_tower_size/2} F6000" },
|
||||
"machine_extruder_start_code": { "default_value": "G0 X{prime_tower_position_x - prime_tower_size/2} Y{prime_tower_position_y + prime_tower_size/2} F6000\nG91\nG0 Z-0.4 F600\nG90" },
|
||||
"machine_extruder_start_code_duration": { "default_value": 8 },
|
||||
"machine_nozzle_offset_x": { "default_value": 0 },
|
||||
"machine_nozzle_offset_y": { "default_value": 0 },
|
||||
|
|
|
@ -15,8 +15,8 @@
|
|||
"maximum_value": 1
|
||||
},
|
||||
"machine_extruder_cooling_fan_number": { "default_value": 1 },
|
||||
"machine_extruder_end_code": { "default_value": "M106 P{extruder_nr} S1.0\nG91\nG0 Z0.4 F600\nG90\nG0 X{prime_tower_position_x - prime_tower_size/2} Y{prime_tower_position_y + prime_tower_size/2} F6000" },
|
||||
"machine_extruder_start_code": { "default_value": "G0 X{prime_tower_position_x - prime_tower_size/2} Y{prime_tower_position_y + prime_tower_size/2} F6000\nM104 S{material_print_temperature}\nG4 S5\nG91\nG0 Z-0.4 F600\nG90\nM107 P{(extruder_nr+1)%2}\nM106 P{extruder_nr} S{(layer_z > 1 ? cool_fan_speed/100 : cool_fan_speed_0/100)}" },
|
||||
"machine_extruder_end_code": { "default_value": "M104 S{material_standby_temperature}\nG91\nG0 Z0.4 F600\nG90\nG0 X{prime_tower_position_x - prime_tower_size/2} Y{prime_tower_position_y + prime_tower_size/2} F6000" },
|
||||
"machine_extruder_start_code": { "default_value": "G0 X{prime_tower_position_x - prime_tower_size/2} Y{prime_tower_position_y + prime_tower_size/2} F6000\nG91\nG0 Z-0.4 F600\nG90" },
|
||||
"machine_extruder_start_code_duration": { "default_value": 8 },
|
||||
"machine_nozzle_offset_x": { "default_value": 0 },
|
||||
"machine_nozzle_offset_y": { "default_value": 0 },
|
||||
|
|
|
@ -15,8 +15,8 @@
|
|||
"maximum_value": "1"
|
||||
},
|
||||
"machine_extruder_cooling_fan_number": { "default_value": 0 },
|
||||
"machine_extruder_end_code": { "default_value": "M106 P{extruder_nr} S1.0\nG91\nG0 Z0.4 F600\nG90\nG0 X{prime_tower_position_x - prime_tower_size/2} Y{prime_tower_position_y + prime_tower_size/2} F6000" },
|
||||
"machine_extruder_start_code": { "default_value": "G0 X{prime_tower_position_x - prime_tower_size/2} Y{prime_tower_position_y + prime_tower_size/2} F6000\nM104 S{material_print_temperature}\nG4 S5\nG91\nG0 Z-0.4 F600\nG90\nM107 P{(extruder_nr+1)%2}\nM106 P{extruder_nr} S{(layer_z > 1 ? cool_fan_speed/100 : cool_fan_speed_0/100)}" },
|
||||
"machine_extruder_end_code": { "default_value": "M104 S{material_standby_temperature}\nG91\nG0 Z0.4 F600\nG90\nG0 X{prime_tower_position_x - prime_tower_size/2} Y{prime_tower_position_y + prime_tower_size/2} F6000" },
|
||||
"machine_extruder_start_code": { "default_value": "G0 X{prime_tower_position_x - prime_tower_size/2} Y{prime_tower_position_y + prime_tower_size/2} F6000\nG91\nG0 Z-0.4 F600\nG90" },
|
||||
"machine_extruder_start_code_duration": { "default_value": 8 },
|
||||
"machine_nozzle_offset_x": { "default_value": 0 },
|
||||
"machine_nozzle_offset_y": { "default_value": 0 },
|
||||
|
|
|
@ -15,8 +15,8 @@
|
|||
"maximum_value": "1"
|
||||
},
|
||||
"machine_extruder_cooling_fan_number": { "default_value": 1 },
|
||||
"machine_extruder_end_code": { "default_value": "M106 P{extruder_nr} S1.0\nG91\nG0 Z0.4 F600\nG90\nG0 X{prime_tower_position_x - prime_tower_size/2} Y{prime_tower_position_y + prime_tower_size/2} F6000" },
|
||||
"machine_extruder_start_code": { "default_value": "G0 X{prime_tower_position_x - prime_tower_size/2} Y{prime_tower_position_y + prime_tower_size/2} F6000\nM104 S{material_print_temperature}\nG4 S5\nG91\nG0 Z-0.4 F600\nG90\nM107 P{(extruder_nr+1)%2}\nM106 P{extruder_nr} S{(layer_z > 1 ? cool_fan_speed/100 : cool_fan_speed_0/100)}" },
|
||||
"machine_extruder_end_code": { "default_value": "M104 S{material_standby_temperature}\nG91\nG0 Z0.4 F600\nG90\nG0 X{prime_tower_position_x - prime_tower_size/2} Y{prime_tower_position_y + prime_tower_size/2} F6000" },
|
||||
"machine_extruder_start_code": { "default_value": "G0 X{prime_tower_position_x - prime_tower_size/2} Y{prime_tower_position_y + prime_tower_size/2} F6000\nG91\nG0 Z-0.4 F600\nG90" },
|
||||
"machine_extruder_start_code_duration": { "default_value": 8 },
|
||||
"machine_nozzle_offset_x": { "default_value": 0 },
|
||||
"machine_nozzle_offset_y": { "default_value": 0 },
|
||||
|
|
|
@ -15,8 +15,8 @@
|
|||
"maximum_value": "1"
|
||||
},
|
||||
"machine_extruder_cooling_fan_number": { "default_value": 0 },
|
||||
"machine_extruder_end_code": { "default_value": "M106 P{extruder_nr} S1.0\nG91\nG0 Z0.4 F600\nG90\nG0 X{prime_tower_position_x - prime_tower_size/2} Y{prime_tower_position_y + prime_tower_size/2} F6000" },
|
||||
"machine_extruder_start_code": { "default_value": "G0 X{prime_tower_position_x - prime_tower_size/2} Y{prime_tower_position_y + prime_tower_size/2} F6000\nM104 S{material_print_temperature}\nG4 S5\nG91\nG0 Z-0.4 F600\nG90\nM107 P{(extruder_nr+1)%2}\nM106 P{extruder_nr} S{(layer_z > 1 ? cool_fan_speed/100 : cool_fan_speed_0/100)}" },
|
||||
"machine_extruder_end_code": { "default_value": "M104 S{material_standby_temperature}\nG91\nG0 Z0.4 F600\nG90\nG0 X{prime_tower_position_x - prime_tower_size/2} Y{prime_tower_position_y + prime_tower_size/2} F6000" },
|
||||
"machine_extruder_start_code": { "default_value": "G0 X{prime_tower_position_x - prime_tower_size/2} Y{prime_tower_position_y + prime_tower_size/2} F6000\nG91\nG0 Z-0.4 F600\nG90" },
|
||||
"machine_extruder_start_code_duration": { "default_value": 10 },
|
||||
"machine_nozzle_offset_x": { "default_value": 0 },
|
||||
"machine_nozzle_offset_y": { "default_value": 0 },
|
||||
|
|
|
@ -15,8 +15,8 @@
|
|||
"maximum_value": "1"
|
||||
},
|
||||
"machine_extruder_cooling_fan_number": { "default_value": 1 },
|
||||
"machine_extruder_end_code": { "default_value": "M106 P{extruder_nr} S1.0\nG91\nG0 Z0.4 F600\nG90\nG0 X{prime_tower_position_x - prime_tower_size/2} Y{prime_tower_position_y + prime_tower_size/2} F6000" },
|
||||
"machine_extruder_start_code": { "default_value": "G0 X{prime_tower_position_x - prime_tower_size/2} Y{prime_tower_position_y + prime_tower_size/2} F6000\nM104 S{material_print_temperature}\nG4 S5\nG91\nG0 Z-0.4 F600\nG90\nM107 P{(extruder_nr+1)%2}\nM106 P{extruder_nr} S{(layer_z > 1 ? cool_fan_speed/100 : cool_fan_speed_0/100)}" },
|
||||
"machine_extruder_end_code": { "default_value": "M104 S{material_standby_temperature}\nG91\nG0 Z0.4 F600\nG90\nG0 X{prime_tower_position_x - prime_tower_size/2} Y{prime_tower_position_y + prime_tower_size/2} F6000" },
|
||||
"machine_extruder_start_code": { "default_value": "G0 X{prime_tower_position_x - prime_tower_size/2} Y{prime_tower_position_y + prime_tower_size/2} F6000\nG91\nG0 Z-0.4 F600\nG90" },
|
||||
"machine_extruder_start_code_duration": { "default_value": 10 },
|
||||
"machine_nozzle_offset_x": { "default_value": 0 },
|
||||
"machine_nozzle_offset_y": { "default_value": 0 },
|
||||
|
|
|
@ -2840,6 +2840,10 @@ msgctxt "@label"
|
|||
msgid "Nozzle offset Y"
|
||||
msgstr "Y offset trysky"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Nozzle Size"
|
||||
msgstr "Velikost trysky"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Nozzle size"
|
||||
msgstr "Velikost trysky"
|
||||
|
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Cura 5.1\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2024-10-09 14:27+0000\n"
|
||||
"POT-Creation-Date: 2024-11-06 10:43+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"
|
||||
|
@ -1049,6 +1049,10 @@ msgctxt "switch_extruder_extra_prime_amount description"
|
|||
msgid "Extra material to prime after nozzle switching."
|
||||
msgstr "Materiál navíc pro extruzi po změně trysky."
|
||||
|
||||
msgctxt "variant_name"
|
||||
msgid "Extruder"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "extruder_prime_pos_x label"
|
||||
msgid "Extruder Prime X Position"
|
||||
msgstr "Primární pozice extruderu X"
|
||||
|
@ -2493,6 +2497,10 @@ msgctxt "machine_nozzle_id label"
|
|||
msgid "Nozzle ID"
|
||||
msgstr "ID trysky"
|
||||
|
||||
msgctxt "variant_name"
|
||||
msgid "Nozzle Size"
|
||||
msgstr "Velikost trysky"
|
||||
|
||||
msgctxt "switch_extruder_extra_prime_amount label"
|
||||
msgid "Nozzle Switch Extra Prime Amount"
|
||||
msgstr "Množství materiálu navíc pro změnu trysky"
|
||||
|
@ -2801,6 +2809,10 @@ msgctxt "acceleration_print label"
|
|||
msgid "Print Acceleration"
|
||||
msgstr "Akcelerace tisku"
|
||||
|
||||
msgctxt "variant_name"
|
||||
msgid "Print Core"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "jerk_print label"
|
||||
msgid "Print Jerk"
|
||||
msgstr "Trh při tisku"
|
||||
|
|
|
@ -2677,6 +2677,10 @@ msgctxt "@label"
|
|||
msgid "Nozzle offset Y"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Nozzle Size"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Nozzle size"
|
||||
msgstr ""
|
||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-10-09 14:27+0200\n"
|
||||
"POT-Creation-Date: 2024-03-13 09:02+0100\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"
|
||||
|
@ -12,7 +12,6 @@ msgstr ""
|
|||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
|
||||
#, python-format
|
||||
msgctxt "@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm."
|
||||
msgid "%(width).1f x %(depth).1f x %(height).1f mm"
|
||||
msgstr "%(width).1f x %(depth).1f x %(height).1f mm"
|
||||
|
@ -142,11 +141,10 @@ msgid "*You will need to restart the application for these changes to have effec
|
|||
msgstr "*Die Anwendung muss neu gestartet werden, damit die Änderungen in Kraft treten."
|
||||
|
||||
msgctxt "@text"
|
||||
msgid ""
|
||||
"- Add material profiles and plug-ins from the Marketplace\n"
|
||||
"- Back-up and sync your material profiles and plug-ins\n"
|
||||
"- Share ideas and get help from 48,000+ users in the UltiMaker community"
|
||||
msgstr "- Materialprofile und Plug-ins aus dem Marketplace hinzufügen- Materialprofile und Plug-ins sichern und synchronisieren- Ideenaustausch mit und Hilfe von mehr als 48.000 Benutzern in der UltiMaker Community"
|
||||
msgid "- Add material profiles and plug-ins from the Marketplace\n- Back-up and sync your material profiles and plug-ins\n- Share ideas and get help from 48,000+ users in the UltiMaker community"
|
||||
msgstr "- Materialprofile und Plug-ins aus dem Marketplace hinzufügen"
|
||||
"- Materialprofile und Plug-ins sichern und synchronisieren"
|
||||
"- Ideenaustausch mit und Hilfe von mehr als 48.000 Benutzern in der UltiMaker Community"
|
||||
|
||||
msgctxt "@heading"
|
||||
msgid "-- incomplete --"
|
||||
|
@ -200,45 +198,38 @@ msgctxt "@label %i will be replaced with a profile name"
|
|||
msgid "<b>Only user changed settings will be saved in the custom profile.</b><br/>For materials that support it, the new custom profile will inherit properties from <b>%1</b>."
|
||||
msgstr "<b>Nur vom Benutzer geänderte Einstellungen werden im benutzerdefinierten Profil gespeichert. </b><br/>Für Materialien, bei denen dies unterstützt ist, übernimmt das neue benutzerdefinierte Profil Eigenschaften von <b>%1</b>."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label OpenGL renderer"
|
||||
msgid "<li>OpenGL Renderer: {renderer}</li>"
|
||||
msgstr "<li>OpenGL-Renderer: {renderer}</li>"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label OpenGL vendor"
|
||||
msgid "<li>OpenGL Vendor: {vendor}</li>"
|
||||
msgstr "<li>OpenGL-Anbieter: {vendor}</li>"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label OpenGL version"
|
||||
msgid "<li>OpenGL Version: {version}</li>"
|
||||
msgstr "<li>OpenGL-Version: {version}</li>"
|
||||
|
||||
msgctxt "@label crash message"
|
||||
msgid ""
|
||||
"<p><b>A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem</p></b>\n"
|
||||
" <p>Please use the \"Send report\" button to post a bug report automatically to our servers</p>\n"
|
||||
msgid "<p><b>A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem</p></b>\n <p>Please use the \"Send report\" button to post a bug report automatically to our servers</p>\n "
|
||||
msgstr "<p><b>Ein schwerer Fehler ist in Cura aufgetreten. Senden Sie uns diesen Absturzbericht, um das Problem zu beheben</p></b>"
|
||||
" <p>Verwenden Sie bitte die Schaltfläche „Bericht senden“, um den Fehlerbericht automatisch an unsere Server zu senden</p>"
|
||||
" "
|
||||
msgstr "<p><b>Ein schwerer Fehler ist in Cura aufgetreten. Senden Sie uns diesen Absturzbericht, um das Problem zu beheben</p></b> <p>Verwenden Sie bitte die Schaltfläche „Bericht senden“, um den Fehlerbericht automatisch an unsere Server zu senden</p> "
|
||||
|
||||
msgctxt "@label crash message"
|
||||
msgid ""
|
||||
"<p><b>Oops, UltiMaker Cura has encountered something that doesn't seem right.</p></b>\n"
|
||||
" <p>We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.</p>\n"
|
||||
" <p>Backups can be found in the configuration folder.</p>\n"
|
||||
" <p>Please send us this Crash Report to fix the problem.</p>\n"
|
||||
msgid "<p><b>Oops, UltiMaker Cura has encountered something that doesn't seem right.</p></b>\n <p>We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.</p>\n <p>Backups can be found in the configuration folder.</p>\n <p>Please send us this Crash Report to fix the problem.</p>\n "
|
||||
msgstr "<p><b>Hoppla, bei UltiMaker Cura ist ein Problem aufgetreten.</p></b>"
|
||||
" <p>Beim Start ist ein nicht behebbarer Fehler aufgetreten. Er wurde möglicherweise durch einige falsche Konfigurationsdateien verursacht. Wir empfehlen ein Backup und Reset Ihrer Konfiguration.</p>"
|
||||
" <p>Backups sind im Konfigurationsordner abgelegt.</p>"
|
||||
" <p>Senden Sie uns diesen Absturzbericht bitte, um das Problem zu beheben.</p>"
|
||||
" "
|
||||
msgstr "<p><b>Hoppla, bei UltiMaker Cura ist ein Problem aufgetreten.</p></b> <p>Beim Start ist ein nicht behebbarer Fehler aufgetreten. Er wurde möglicherweise durch einige falsche Konfigurationsdateien verursacht. Wir empfehlen ein Backup und Reset Ihrer Konfiguration.</p> <p>Backups sind im Konfigurationsordner abgelegt.</p> <p>Senden Sie uns diesen Absturzbericht bitte, um das Problem zu beheben.</p> "
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid ""
|
||||
"<p>One or more 3D models may not print optimally due to the model size and material configuration:</p>\n"
|
||||
"<p>{model_names}</p>\n"
|
||||
"<p>Find out how to ensure the best possible print quality and reliability.</p>\n"
|
||||
"<p><a href=\"https://ultimaker.com/3D-model-assistant\">View print quality guide</a></p>"
|
||||
msgstr "<p>Ein oder mehrere 3D-Modelle können möglicherweise aufgrund der Modellgröße und Materialkonfiguration nicht optimal gedruckt werden:</p><p>{model_names}</p><p>Erfahren Sie, wie Sie die bestmögliche Druckqualität und Zuverlässigkeit sicherstellen.</p><p><a href=\"https://ultimaker.com/3D-model-assistant\">Leitfaden zu Druckqualität anzeigen</a></p>"
|
||||
msgid "<p>One or more 3D models may not print optimally due to the model size and material configuration:</p>\n<p>{model_names}</p>\n<p>Find out how to ensure the best possible print quality and reliability.</p>\n<p><a href=\"https://ultimaker.com/3D-model-assistant\">View print quality guide</a></p>"
|
||||
msgstr "<p>Ein oder mehrere 3D-Modelle können möglicherweise aufgrund der Modellgröße und Materialkonfiguration nicht optimal gedruckt werden:</p>"
|
||||
"<p>{model_names}</p>"
|
||||
"<p>Erfahren Sie, wie Sie die bestmögliche Druckqualität und Zuverlässigkeit sicherstellen.</p>"
|
||||
"<p><a href=\"https://ultimaker.com/3D-model-assistant\">Leitfaden zu Druckqualität anzeigen</a></p>"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "A USB print is in progress, closing Cura will stop this print. Are you sure?"
|
||||
|
@ -398,7 +389,6 @@ msgctxt "@button"
|
|||
msgid "Add printer manually"
|
||||
msgstr "Drucker manuell hinzufügen"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "info:status Filled in with printer name and printer model."
|
||||
msgid "Adding printer {name} ({model}) from your account"
|
||||
msgstr "Drucker {name} ({model}) aus Ihrem Konto wird hinzugefügt"
|
||||
|
@ -439,7 +429,6 @@ msgctxt "@item:inlistbox"
|
|||
msgid "All Files (*)"
|
||||
msgstr "Alle Dateien (*)"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@item:inlistbox"
|
||||
msgid "All Supported Types ({0})"
|
||||
msgstr "Alle unterstützten Typen ({0})"
|
||||
|
@ -532,7 +521,6 @@ msgctxt "@label %1 is the name of a print job."
|
|||
msgid "Are you sure you want to move %1 to the top of the queue?"
|
||||
msgstr "Soll dieser %1 wirklich an den Anfang der Warteschlange vorgezogen werden?"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@message {printer_name} is replaced with the name of the printer"
|
||||
msgid "Are you sure you want to remove {printer_name} temporarily?"
|
||||
msgstr "Möchten Sie {printer_name} wirklich vorübergehend entfernen?"
|
||||
|
@ -545,7 +533,6 @@ msgctxt "@label (%1 is object name)"
|
|||
msgid "Are you sure you wish to remove %1? This cannot be undone!"
|
||||
msgstr "Möchten Sie %1 wirklich entfernen? Dies kann nicht rückgängig gemacht werden!"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label {0} is the name of a printer that's about to be deleted."
|
||||
msgid "Are you sure you wish to remove {0}? This cannot be undone!"
|
||||
msgstr "Möchten Sie {0} wirklich entfernen? Der Vorgang kann nicht rückgängig gemacht werden!"
|
||||
|
@ -710,12 +697,10 @@ msgctxt "@label"
|
|||
msgid "Can't connect to your UltiMaker printer?"
|
||||
msgstr "Sie können keine Verbindung zu Ihrem UltiMaker-Drucker herstellen?"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename>!"
|
||||
msgid "Can't import profile from <filename>{0}</filename> before a printer is added."
|
||||
msgstr "Import des Profils aus Datei <filename>{0}</filename> kann erst durchgeführt werden, wenn ein Drucker hinzugefügt wurde."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Can't open any other file if G-code is loading. Skipped importing {0}"
|
||||
msgstr "Wenn G-Code geladen wird, kann keine weitere Datei geöffnet werden. Wichtige {0} werden übersprungen."
|
||||
|
@ -797,12 +782,7 @@ msgid "Checks models and print configuration for possible printing issues and gi
|
|||
msgstr "Überprüft Modelle und Druckkonfiguration auf mögliche Probleme und erteilt Empfehlungen."
|
||||
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"Chooses between the techniques available to generate support. \n"
|
||||
"\n"
|
||||
"\"Normal\" support creates a support structure directly below the overhanging parts and drops those areas straight down. \n"
|
||||
"\n"
|
||||
"\"Tree\" support creates branches towards the overhanging areas that support the model on the tips of those branches, and allows the branches to crawl around the model to support it from the build plate as much as possible."
|
||||
msgid "Chooses between the techniques available to generate support. \n\n\"Normal\" support creates a support structure directly below the overhanging parts and drops those areas straight down. \n\n\"Tree\" support creates branches towards the overhanging areas that support the model on the tips of those branches, and allows the branches to crawl around the model to support it from the build plate as much as possible."
|
||||
msgstr "Wählt zwischen den verfügbaren Techniken zur Erzeugung von Stützstrukturen. Mit „Normal“ wird eine Stützstruktur direkt unter den überhängenden Teilen erzeugt, die direkt darauf liegen. In der Einstellung „Tree“ wird eine Baumstützstruktur erzeugt, die zu den überhängenden Teilen reicht und diese stützt. Die Stützstruktur verästelt sich innerhalb des Modells und stützt es so gut wie möglich vom Druckbett aus."
|
||||
|
||||
msgctxt "@action:inmenu menubar:edit"
|
||||
|
@ -841,10 +821,6 @@ msgctxt "@label"
|
|||
msgid "Color scheme"
|
||||
msgstr "Farbschema"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Combination not recommended. Load BB core to slot 1 (left) for better reliability."
|
||||
msgstr "Kombination nicht empfohlen. Laden Sie den BB-Kern in Slot 1 (links) für bessere Zuverlässigkeit."
|
||||
|
||||
msgctxt "@info"
|
||||
msgid "Compare and save."
|
||||
msgstr "Vergleichen und speichern."
|
||||
|
@ -1009,7 +985,6 @@ msgctxt "@info:backup_failed"
|
|||
msgid "Could not create archive from user data directory: {}"
|
||||
msgstr "Konnte kein Archiv von Benutzer-Datenverzeichnis {} erstellen"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the tag {device}!"
|
||||
msgid "Could not find a file name when trying to write to {device}."
|
||||
msgstr "Bei dem Versuch, auf {device} zu schreiben, wurde ein Dateiname nicht gefunden."
|
||||
|
@ -1038,12 +1013,10 @@ msgctxt "@message:text"
|
|||
msgid "Could not save material archive to {}:"
|
||||
msgstr "Materialarchiv konnte nicht in {} gespeichert werden:"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename> or <message>!"
|
||||
msgid "Could not save to <filename>{0}</filename>: <message>{1}</message>"
|
||||
msgstr "Konnte nicht als <filename>{0}</filename> gespeichert werden: <message>{1}</message>"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Could not save to removable drive {0}: {1}"
|
||||
msgstr "Konnte nicht auf dem Wechseldatenträger gespeichert werden {0}: {1}"
|
||||
|
@ -1052,26 +1025,20 @@ msgctxt "@info:text"
|
|||
msgid "Could not upload the data to the printer."
|
||||
msgstr "Daten konnten nicht in Drucker geladen werden."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:plugin_failed"
|
||||
msgid ""
|
||||
"Couldn't start EnginePlugin: {self._plugin_id}\n"
|
||||
"No permission to execute process."
|
||||
msgstr "EnginePlugin konnte nicht gestartet werden: {self._plugin_id}Keine Berechtigung zum Ausführen des Prozesses."
|
||||
msgid "Couldn't start EnginePlugin: {self._plugin_id}\nNo permission to execute process."
|
||||
msgstr "EnginePlugin konnte nicht gestartet werden: {self._plugin_id}"
|
||||
"Keine Berechtigung zum Ausführen des Prozesses."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:plugin_failed"
|
||||
msgid ""
|
||||
"Couldn't start EnginePlugin: {self._plugin_id}\n"
|
||||
"Operating system is blocking it (antivirus?)"
|
||||
msgstr "EnginePlugin konnte nicht gestartet werden: {self._plugin_id}Betriebssystem blockiert es (Antivirenprogramm?)"
|
||||
msgid "Couldn't start EnginePlugin: {self._plugin_id}\nOperating system is blocking it (antivirus?)"
|
||||
msgstr "EnginePlugin konnte nicht gestartet werden: {self._plugin_id}"
|
||||
"Betriebssystem blockiert es (Antivirenprogramm?)"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:plugin_failed"
|
||||
msgid ""
|
||||
"Couldn't start EnginePlugin: {self._plugin_id}\n"
|
||||
"Resource is temporarily unavailable"
|
||||
msgstr "EnginePlugin konnte nicht gestartet werden: {self._plugin_id}Ressource ist vorübergehend nicht verfügbar"
|
||||
msgid "Couldn't start EnginePlugin: {self._plugin_id}\nResource is temporarily unavailable"
|
||||
msgstr "EnginePlugin konnte nicht gestartet werden: {self._plugin_id}"
|
||||
"Ressource ist vorübergehend nicht verfügbar"
|
||||
|
||||
msgctxt "@title:window"
|
||||
msgid "Crash Report"
|
||||
|
@ -1157,16 +1124,14 @@ msgctxt "@title:window"
|
|||
msgid "Cura can't start"
|
||||
msgstr "Cura kann nicht starten"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Cura has detected material profiles that were not yet installed on the host printer of group {0}."
|
||||
msgstr "Cura hat Materialprofile entdeckt, die auf dem Host-Drucker der Gruppe {0} noch nicht installiert wurden."
|
||||
|
||||
msgctxt "@info:credit"
|
||||
msgid ""
|
||||
"Cura is developed by UltiMaker in cooperation with the community.\n"
|
||||
"Cura proudly uses the following open source projects:"
|
||||
msgstr "Cura wurde von UltiMaker in Zusammenarbeit mit der Community entwickelt.Cura verwendet mit Stolz die folgenden Open Source-Projekte:"
|
||||
msgid "Cura is developed by UltiMaker in cooperation with the community.\nCura proudly uses the following open source projects:"
|
||||
msgstr "Cura wurde von UltiMaker in Zusammenarbeit mit der Community entwickelt."
|
||||
"Cura verwendet mit Stolz die folgenden Open Source-Projekte:"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Cura language"
|
||||
|
@ -1180,6 +1145,14 @@ msgctxt "name"
|
|||
msgid "CuraEngine Backend"
|
||||
msgstr "CuraEngine Backend"
|
||||
|
||||
msgctxt "description"
|
||||
msgid "CuraEngine plugin for gradually smoothing the flow to limit high-flow jumps"
|
||||
msgstr "CuraEngine-Plugin zur stufenweisen Glättung des Flusses, um Sprünge bei hohem Fluss zu begrenzen"
|
||||
|
||||
msgctxt "name"
|
||||
msgid "CuraEngineGradualFlow"
|
||||
msgstr "CuraEngineGradualFlow"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Currency:"
|
||||
msgstr "Währung:"
|
||||
|
@ -1436,12 +1409,10 @@ msgctxt "@action:button"
|
|||
msgid "Eject"
|
||||
msgstr "Auswerfen"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@action"
|
||||
msgid "Eject removable device {0}"
|
||||
msgstr "Wechseldatenträger auswerfen {0}"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Ejected {0}. You can now safely remove the drive."
|
||||
msgstr "Ausgeworfen {0}. Sie können den Datenträger jetzt sicher entfernen."
|
||||
|
@ -1530,10 +1501,6 @@ msgctxt "@title:window"
|
|||
msgid "Export Material"
|
||||
msgstr "Material exportieren"
|
||||
|
||||
msgctxt "@action:inmenu menubar:help"
|
||||
msgid "Export Package For Technical Support"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "@title:window"
|
||||
msgid "Export Profile"
|
||||
msgstr "Profil exportieren"
|
||||
|
@ -1554,7 +1521,6 @@ msgctxt "@info:title"
|
|||
msgid "Export succeeded"
|
||||
msgstr "Export erfolgreich ausgeführt"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tag <filename>!"
|
||||
msgid "Exported profile to <filename>{0}</filename>"
|
||||
msgstr "Profil wurde nach <filename>{0}</filename> exportiert"
|
||||
|
@ -1591,7 +1557,6 @@ msgctxt "@label"
|
|||
msgid "Extruder Start G-code duration"
|
||||
msgstr "Extruder Start G-Code Dauer"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label"
|
||||
msgid "Extruder {0}"
|
||||
msgstr "Extruder {0}"
|
||||
|
@ -1616,7 +1581,6 @@ msgctxt "@text:error"
|
|||
msgid "Failed to create archive of materials to sync with printers."
|
||||
msgstr "Die Erstellung eines Materialarchivs zur Synchronisierung mit Druckern ist fehlgeschlagen."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Failed to eject {0}. Another program may be using the drive."
|
||||
msgstr "Auswurf fehlgeschlagen {0}. Möglicherweise wird das Laufwerk von einem anderen Programm verwendet."
|
||||
|
@ -1625,27 +1589,22 @@ msgctxt "@info:status Don't translate the XML tags <filename> and <message>!"
|
|||
msgid "Failed to export material to <filename>%1</filename>: <message>%2</message>"
|
||||
msgstr "Exportieren des Materials nach <filename>%1</filename>: <message>%2</message> schlug fehl"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename> or <message>!"
|
||||
msgid "Failed to export profile to <filename>{0}</filename>: <message>{1}</message>"
|
||||
msgstr "Export des Profils nach <filename>{0}</filename> fehlgeschlagen: <message>{1}</message>"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tag <filename>!"
|
||||
msgid "Failed to export profile to <filename>{0}</filename>: Writer plugin reported failure."
|
||||
msgstr "Export des Profils nach <filename>{0}</filename> fehlgeschlagen: Fehlermeldung von Writer-Plugin."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tag <filename>!"
|
||||
msgid "Failed to import profile from <filename>{0}</filename>:"
|
||||
msgstr "Import des Profils aus Datei <filename>{0}</filename> fehlgeschlagen:"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename>!"
|
||||
msgid "Failed to import profile from <filename>{0}</filename>:"
|
||||
msgstr "Import des Profils aus Datei <filename>{0}</filename> fehlgeschlagen:"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename>!"
|
||||
msgid "Failed to import profile from <filename>{0}</filename>: {1}"
|
||||
msgstr "Import des Profils aus Datei <filename>{0}</filename>: {1} fehlgeschlagen"
|
||||
|
@ -1662,7 +1621,6 @@ msgctxt "@message:title"
|
|||
msgid "Failed to save material archive"
|
||||
msgstr "Speichern des Materialarchivs fehlgeschlagen"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Failed writing to specific cloud printer: {0} not in remote clusters."
|
||||
msgstr "Schreiben auf bestimmten Cloud-Drucker fehlgeschlagen: {0} nicht in entfernten Clustern."
|
||||
|
@ -1691,7 +1649,6 @@ msgctxt "@info:title"
|
|||
msgid "File Saved"
|
||||
msgstr "Datei wurde gespeichert"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "File {0} does not contain any valid profile."
|
||||
msgstr "Datei {0} enthält kein gültiges Profil."
|
||||
|
@ -1915,7 +1872,6 @@ msgctxt "@label"
|
|||
msgid "Grid Placement"
|
||||
msgstr "Rasterplatzierung"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label"
|
||||
msgid "Group #{group_nr}"
|
||||
msgstr "Gruppe #{group_nr}"
|
||||
|
@ -2400,10 +2356,6 @@ msgctxt "name"
|
|||
msgid "Makerbot Printfile Writer"
|
||||
msgstr "Makerbot-Druckdatei-Writer"
|
||||
|
||||
msgctxt "@item:inlistbox"
|
||||
msgid "Makerbot Sketch Printfile"
|
||||
msgstr "Makerbot-Sketch-Druckdatei"
|
||||
|
||||
msgctxt "@error"
|
||||
msgid "MakerbotWriter could not save to the designated path."
|
||||
msgstr "MakerbotWriter konnte nicht im angegebenen Pfad speichern."
|
||||
|
@ -2646,7 +2598,6 @@ msgctxt "@info:title"
|
|||
msgid "Network error"
|
||||
msgstr "Netzwerkfehler"
|
||||
|
||||
#, python-format
|
||||
msgctxt "@info:title The %s gets replaced with the printer name."
|
||||
msgid "New %s stable firmware available"
|
||||
msgstr "Neue %s-stabile Firmware verfügbar"
|
||||
|
@ -2659,7 +2610,6 @@ msgctxt "@label"
|
|||
msgid "New UltiMaker printers can be connected to Digital Factory and monitored remotely."
|
||||
msgstr "Neue UltiMaker-Drucker können mit Digital Factory verbunden und aus der Ferne überwacht werden."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info Don't translate {machine_name}, since it gets replaced by a printer name!"
|
||||
msgid "New features or bug-fixes may be available for your {machine_name}! If you haven't done so already, it is recommended to update the firmware on your printer to version {latest_version}."
|
||||
msgstr "Es können neue Funktionen oder Bug-Fixes für Ihren {machine_name} verfügbar sein! Falls noch nicht geschehen, wird empfohlen, die Firmware auf Ihrem Drucker auf Version {latest_version} zu aktualisieren."
|
||||
|
@ -2706,7 +2656,6 @@ msgctxt "@label"
|
|||
msgid "No cost estimation available"
|
||||
msgstr "Keine Kostenschätzung verfügbar"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename>!"
|
||||
msgid "No custom profile to import in file <filename>{0}</filename>"
|
||||
msgstr "Kein benutzerdefiniertes Profil für das Importieren in Datei <filename>{0}</filename>"
|
||||
|
@ -2807,6 +2756,10 @@ msgctxt "@label"
|
|||
msgid "Nozzle offset Y"
|
||||
msgstr "Y-Versatz Düse"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Nozzle Size"
|
||||
msgstr "Düsengröße"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Nozzle size"
|
||||
msgstr "Düsengröße"
|
||||
|
@ -2843,7 +2796,6 @@ msgctxt "@label"
|
|||
msgid "Only Show Top Layers"
|
||||
msgstr "Nur obere Schichten anzeigen"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Only one G-code file can be loaded at a time. Skipped importing {0}"
|
||||
msgstr "Es kann nur jeweils ein G-Code gleichzeitig geladen werden. Wichtige {0} werden übersprungen."
|
||||
|
@ -3057,12 +3009,10 @@ msgid "Please give the required permissions when authorizing this application."
|
|||
msgstr "Erteilen Sie bitte die erforderlichen Freigaben bei der Autorisierung dieser Anwendung."
|
||||
|
||||
msgctxt "@info"
|
||||
msgid ""
|
||||
"Please make sure your printer has a connection:\n"
|
||||
"- Check if the printer is turned on.\n"
|
||||
"- Check if the printer is connected to the network.\n"
|
||||
"- Check if you are signed in to discover cloud-connected printers."
|
||||
msgstr "Stellen Sie sicher, dass der Drucker verbunden ist:– Prüfen Sie, ob der Drucker eingeschaltet ist.– Prüfen Sie, ob der Drucker mit dem Netzwerk verbunden ist.– Prüfen Sie, ob Sie angemeldet sind, falls Sie über die Cloud verbundene Drucker suchen möchten."
|
||||
msgid "Please make sure your printer has a connection:\n- Check if the printer is turned on.\n- Check if the printer is connected to the network.\n- Check if you are signed in to discover cloud-connected printers."
|
||||
msgstr "Stellen Sie sicher, dass der Drucker verbunden ist:"
|
||||
"– Prüfen Sie, ob der Drucker eingeschaltet ist.– Prüfen Sie, ob der Drucker mit dem Netzwerk verbunden ist."
|
||||
"– Prüfen Sie, ob Sie angemeldet sind, falls Sie über die Cloud verbundene Drucker suchen möchten."
|
||||
|
||||
msgctxt "@text"
|
||||
msgid "Please name your printer"
|
||||
|
@ -3089,12 +3039,11 @@ msgid "Please remove the print"
|
|||
msgstr "Bitte den Ausdruck entfernen"
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid ""
|
||||
"Please review settings and check if your models:\n"
|
||||
"- Fit within the build volume\n"
|
||||
"- Are assigned to an enabled extruder\n"
|
||||
"- Are not all set as modifier meshes"
|
||||
msgstr "Bitte überprüfen Sie die Einstellungen und prüfen Sie, ob Ihre Modelle:- Mit der Druckraumgröße kompatibel sind- Einem aktiven Extruder zugewiesen sind- Nicht alle als Modifier Meshes eingerichtet sind"
|
||||
msgid "Please review settings and check if your models:\n- Fit within the build volume\n- Are assigned to an enabled extruder\n- Are not all set as modifier meshes"
|
||||
msgstr "Bitte überprüfen Sie die Einstellungen und prüfen Sie, ob Ihre Modelle:"
|
||||
"- Mit der Druckraumgröße kompatibel sind"
|
||||
"- Einem aktiven Extruder zugewiesen sind"
|
||||
"- Nicht alle als Modifier Meshes eingerichtet sind"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Please select any upgrades made to this UltiMaker Original"
|
||||
|
@ -3396,7 +3345,6 @@ msgctxt "@title:column"
|
|||
msgid "Profile settings"
|
||||
msgstr "Profileinstellungen"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Profile {0} has an unknown file type or is corrupted."
|
||||
msgstr "Profil {0} hat einen unbekannten Dateityp oder ist beschädigt."
|
||||
|
@ -3421,22 +3369,18 @@ msgctxt "@label Description for application dependency"
|
|||
msgid "Programming language"
|
||||
msgstr "Programmiersprache"
|
||||
|
||||
#, 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 "Projektdatei <filename>{0}</filename> enthält einen unbekannten Maschinentyp <message>{1}</message>. Importieren der Maschine ist nicht möglich. Stattdessen werden die Modelle importiert."
|
||||
|
||||
#, 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 "Projektdatei <filename>{0}</filename> ist beschädigt: <message>{1}</message>."
|
||||
|
||||
#, 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."
|
||||
msgstr "Projektdatei <filename>{0}</filename> verwendet Profile, die nicht mit dieser UltiMaker Cura-Version kompatibel sind."
|
||||
|
||||
#, 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 "Auf Projektdatei <filename>{0}</filename> kann plötzlich nicht mehr zugegriffen werden: <message>{1}</message>."
|
||||
|
@ -3565,7 +3509,6 @@ msgctxt "@label"
|
|||
msgid "Qt version"
|
||||
msgstr "Qt Version"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Quality type '{0}' is not compatible with the current active machine definition '{1}'."
|
||||
msgstr "Der Qualitätstyp „{0}“ ist nicht mit der aktuell aktiven Maschinendefinition „{1}“ kompatibel."
|
||||
|
@ -3806,12 +3749,10 @@ msgctxt "@action:button Preceded by 'Ready to'."
|
|||
msgid "Save to Removable Drive"
|
||||
msgstr "Speichern auf Wechseldatenträger"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@item:inlistbox"
|
||||
msgid "Save to Removable Drive {0}"
|
||||
msgstr "Auf Wechseldatenträger speichern {0}"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Saved to Removable Drive {0} as {1}"
|
||||
msgstr "Auf Wechseldatenträger {0} gespeichert als {1}"
|
||||
|
@ -3820,7 +3761,6 @@ msgctxt "@info:title"
|
|||
msgid "Saving"
|
||||
msgstr "Wird gespeichert"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:progress Don't translate the XML tags <filename>!"
|
||||
msgid "Saving to Removable Drive <filename>{0}</filename>"
|
||||
msgstr "Wird auf Wechseldatenträger gespeichert <filename>{0}</filename>"
|
||||
|
@ -3837,10 +3777,6 @@ msgctxt "@placeholder"
|
|||
msgid "Search"
|
||||
msgstr "Suche"
|
||||
|
||||
msgctxt "@label:textbox"
|
||||
msgid "Search Printer"
|
||||
msgstr "Drucker suchen"
|
||||
|
||||
msgctxt "@info"
|
||||
msgid "Search in the browser"
|
||||
msgstr "Suche im Browser"
|
||||
|
@ -4073,6 +4009,10 @@ msgctxt "@action:inmenu menubar:help"
|
|||
msgid "Show Online &Documentation"
|
||||
msgstr "Online-&Dokumentation anzeigen"
|
||||
|
||||
msgctxt "@action:inmenu"
|
||||
msgid "Show Online Troubleshooting"
|
||||
msgstr "Online-Fehlerbehebung anzeigen"
|
||||
|
||||
msgctxt "@label:checkbox"
|
||||
msgid "Show all"
|
||||
msgstr "Alle anzeigen"
|
||||
|
@ -4198,11 +4138,9 @@ msgid "Solid view"
|
|||
msgstr "Solide Ansicht"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"Some hidden settings use values different from their normal calculated value.\n"
|
||||
"\n"
|
||||
"Click to make these settings visible."
|
||||
msgstr "Einige ausgeblendete Einstellungen verwenden Werte, die von ihren normalen, berechneten Werten abweichen.Klicken Sie, um diese Einstellungen sichtbar zu machen."
|
||||
msgid "Some hidden settings use values different from their normal calculated value.\n\nClick to make these settings visible."
|
||||
msgstr "Einige ausgeblendete Einstellungen verwenden Werte, die von ihren normalen, berechneten Werten abweichen."
|
||||
"Klicken Sie, um diese Einstellungen sichtbar zu machen."
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid "Some of the packages used in the project file are currently not installed in Cura, this might produce undesirable print results. We highly recommend installing the all required packages from the Marketplace."
|
||||
|
@ -4217,11 +4155,9 @@ msgid "Some setting-values defined in <b>%1</b> were overridden."
|
|||
msgstr "Einige in <b>%1</b> definierte Einstellungswerte wurden überschrieben."
|
||||
|
||||
msgctxt "@tooltip"
|
||||
msgid ""
|
||||
"Some setting/override values are different from the values stored in the profile.\n"
|
||||
"\n"
|
||||
"Click to open the profile manager."
|
||||
msgstr "Einige Einstellungs-/Überschreibungswerte unterscheiden sich von den im Profil gespeicherten Werten.Klicken Sie, um den Profilmanager zu öffnen."
|
||||
msgid "Some setting/override values are different from the values stored in the profile.\n\nClick to open the profile manager."
|
||||
msgstr "Einige Einstellungs-/Überschreibungswerte unterscheiden sich von den im Profil gespeicherten Werten."
|
||||
"Klicken Sie, um den Profilmanager zu öffnen."
|
||||
|
||||
msgctxt "@action:label"
|
||||
msgid "Some settings from current profile were overwritten."
|
||||
|
@ -4303,7 +4239,6 @@ msgctxt "@info:status Don't translate the XML tag <filename>!"
|
|||
msgid "Successfully imported material <filename>%1</filename>"
|
||||
msgstr "Material wurde erfolgreich importiert <filename>%1</filename>"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Successfully imported profile {0}."
|
||||
msgstr "Profil {0} erfolgreich importiert."
|
||||
|
@ -4510,7 +4445,6 @@ msgctxt "@label"
|
|||
msgid "The extruder train to use for printing the support. This is used in multi-extrusion."
|
||||
msgstr "Das für das Drucken der Stützstruktur verwendete Extruder-Element. Diese wird für die Mehrfach-Extrusion benutzt."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label Don't translate the XML tag <filename>!"
|
||||
msgid "The file <filename>{0}</filename> already exists. Are you sure you want to overwrite it?"
|
||||
msgstr "Die Datei <filename>{0}</filename> ist bereits vorhanden. Soll die Datei wirklich überschrieben werden?"
|
||||
|
@ -4574,15 +4508,11 @@ msgid "The nozzle inserted in this extruder."
|
|||
msgstr "Die in diesem Extruder eingesetzte Düse."
|
||||
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"The pattern of the infill material of the print:\n"
|
||||
"\n"
|
||||
"For quick prints of non functional model choose line, zig zag or lightning infill.\n"
|
||||
"\n"
|
||||
"For functional part not subjected to a lot of stress we recommend grid or triangle or tri hexagon.\n"
|
||||
"\n"
|
||||
"For functional 3D prints which require high strength in multiple directions use cubic, cubic subdivision, quarter cubic, octet, and gyroid."
|
||||
msgstr "Das Muster des Füllmaterials des Drucks:Für schnelle Drucke von nicht funktionalen Modellen wählen Sie die Linien-, Zickzack- oder Blitz-Füllung.Für funktionale Teile, die keiner großen Belastung ausgesetzt sind, empfehlen wir ein Raster-, Dreieck- oder Tri-Hexagon-Muster.Für funktionale 3D-Drucke, die eine hohe Festigkeit in mehreren Richtungen erfordern, verwenden Sie am besten die Würfel-, Würfel-Unterbereich-, Viertelwürfel-, Octahedral- und Gyroid-Füllungen."
|
||||
msgid "The pattern of the infill material of the print:\n\nFor quick prints of non functional model choose line, zig zag or lightning infill.\n\nFor functional part not subjected to a lot of stress we recommend grid or triangle or tri hexagon.\n\nFor functional 3D prints which require high strength in multiple directions use cubic, cubic subdivision, quarter cubic, octet, and gyroid."
|
||||
msgstr "Das Muster des Füllmaterials des Drucks:"
|
||||
"Für schnelle Drucke von nicht funktionalen Modellen wählen Sie die Linien-, Zickzack- oder Blitz-Füllung."
|
||||
"Für funktionale Teile, die keiner großen Belastung ausgesetzt sind, empfehlen wir ein Raster-, Dreieck- oder Tri-Hexagon-Muster."
|
||||
"Für funktionale 3D-Drucke, die eine hohe Festigkeit in mehreren Richtungen erfordern, verwenden Sie am besten die Würfel-, Würfel-Unterbereich-, Viertelwürfel-, Octahedral- und Gyroid-Füllungen."
|
||||
|
||||
msgctxt "@info:tooltip"
|
||||
msgid "The percentage of light penetrating a print with a thickness of 1 millimeter. Lowering this value increases the contrast in dark regions and decreases the contrast in light regions of the image."
|
||||
|
@ -4701,8 +4631,8 @@ msgid "This configuration is not available because %1 is not recognized. Please
|
|||
msgstr "Diese Konfigurationen sind nicht verfügbar, weil %1 nicht erkannt wird. Besuchen Sie bitte %2 für das Herunterladen des korrekten Materialprofils."
|
||||
|
||||
msgctxt "@text:window"
|
||||
msgid "This is a Cura Universal project file. Would you like to open it as a Cura Universal Project or import the models from it?"
|
||||
msgstr "Dies ist eine Cura-Universal-Projektdatei. Möchten Sie sie als Cura-Universal-Projekt öffnen oder die Modelle daraus importieren?"
|
||||
msgid "This is a Cura Universal project file. Would you like to open it as a Cura project or Cura Universal Project or import the models from it?"
|
||||
msgstr "Dies ist eine Cura Universal Projektdatei. Möchten Sie es als Cura Projekt oder Cura Universal Project öffnen oder die Modelle daraus importieren?"
|
||||
|
||||
msgctxt "@text:window"
|
||||
msgid "This is a Cura project file. Would you like to open it as a project or import the models from it?"
|
||||
|
@ -4738,7 +4668,6 @@ msgctxt "@label"
|
|||
msgid "This printer is the host for a group of %1 printers."
|
||||
msgstr "Dieser Drucker steuert eine Gruppe von %1 Druckern an."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename>!"
|
||||
msgid "This profile <filename>{0}</filename> contains incorrect data, could not import it."
|
||||
msgstr "Dieses Profil <filename>{0}</filename> enthält falsche Daten, Importieren nicht möglich."
|
||||
|
@ -4752,11 +4681,9 @@ msgid "This project contains materials or plugins that are currently not install
|
|||
msgstr "Dieses Projekt enthält Materialien oder Plug-ins, die derzeit nicht in Cura installiert sind.<br/>Installieren Sie die fehlenden Pakete und öffnen Sie das Projekt erneut."
|
||||
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"This setting has a value that is different from the profile.\n"
|
||||
"\n"
|
||||
"Click to restore the value of the profile."
|
||||
msgstr "Diese Einstellung hat einen vom Profil abweichenden Wert.Klicken Sie, um den Wert des Profils wiederherzustellen."
|
||||
msgid "This setting has a value that is different from the profile.\n\nClick to restore the value of the profile."
|
||||
msgstr "Diese Einstellung hat einen vom Profil abweichenden Wert."
|
||||
"Klicken Sie, um den Wert des Profils wiederherzustellen."
|
||||
|
||||
msgctxt "@item:tooltip"
|
||||
msgid "This setting has been hidden by the active machine and will not be visible."
|
||||
|
@ -4773,11 +4700,9 @@ msgid "This setting is always shared between all extruders. Changing it here wil
|
|||
msgstr "Diese Einstellung wird stets zwischen allen Extrudern geteilt. Eine Änderung ändert den Wert für alle Extruder."
|
||||
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"This setting is normally calculated, but it currently has an absolute value set.\n"
|
||||
"\n"
|
||||
"Click to restore the calculated value."
|
||||
msgstr "Diese Einstellung wird normalerweise berechnet; aktuell ist jedoch ein Absolutwert eingestellt.Klicken Sie, um den berechneten Wert wiederherzustellen."
|
||||
msgid "This setting is normally calculated, but it currently has an absolute value set.\n\nClick to restore the calculated value."
|
||||
msgstr "Diese Einstellung wird normalerweise berechnet; aktuell ist jedoch ein Absolutwert eingestellt."
|
||||
"Klicken Sie, um den berechneten Wert wiederherzustellen."
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "This setting is not used because all the settings that it influences are overridden."
|
||||
|
@ -4811,7 +4736,6 @@ msgctxt "@text"
|
|||
msgid "To automatically sync the material profiles with all your printers connected to Digital Factory you need to be signed in in Cura."
|
||||
msgstr "Um die Materialprofile automatisch mit all Ihren mit Digital Factory verbundenen Druckern zu synchronisieren, müssen Sie in Cura angemeldet sein."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "info:status"
|
||||
msgid "To establish a connection, please visit the {website_link}"
|
||||
msgstr "Bitte besuchen Sie {website_link}, um eine Verbindung herzustellen"
|
||||
|
@ -4824,7 +4748,6 @@ msgctxt "@label"
|
|||
msgid "To print directly to your printer over the network, please make sure your printer is connected to the network using a network cable or by connecting your printer to your WIFI network. If you don't connect Cura with your printer, you can still use a USB drive to transfer g-code files to your printer."
|
||||
msgstr "Um direkt auf Ihrem Drucker über das Netzwerk zu drucken, muss der Drucker über ein Netzwerkkabel oder per WLAN mit dem Netzwerk verbunden sein. Wenn Sie Cura nicht mit Ihrem Drucker verbinden, können Sie G-Code-Dateien auf einen USB-Stick kopieren und diesen am Drucker anschließen."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@message {printer_name} is replaced with the name of the printer"
|
||||
msgid "To remove {printer_name} permanently, visit {digital_factory_link}"
|
||||
msgstr "Wenn Sie {printer_name} dauerhaft entfernen möchten, dann besuchen Sie bitte die {digital_factory_link}"
|
||||
|
@ -4969,17 +4892,14 @@ msgctxt "@info:status"
|
|||
msgid "Unable to find a location within the build volume for all objects"
|
||||
msgstr "Innerhalb der Druckabmessung für alle Objekte konnte keine Position gefunden werden"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:plugin_failed"
|
||||
msgid "Unable to find local EnginePlugin server executable for: {self._plugin_id}"
|
||||
msgstr "Die ausführbare Datei des lokalen EnginePlugin-Servers kann nicht gefunden werden für: {self._plugin_id}"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:plugin_failed"
|
||||
msgid ""
|
||||
"Unable to kill running EnginePlugin: {self._plugin_id}\n"
|
||||
"Access is denied."
|
||||
msgstr "Laufendes EnginePlugin kann nicht beendet werden: {self._plugin_id}Zugriff verweigert."
|
||||
msgid "Unable to kill running EnginePlugin: {self._plugin_id}\nAccess is denied."
|
||||
msgstr "Laufendes EnginePlugin kann nicht beendet werden: {self._plugin_id}"
|
||||
"Zugriff verweigert."
|
||||
|
||||
msgctxt "@info"
|
||||
msgid "Unable to reach the UltiMaker account server."
|
||||
|
@ -4989,14 +4909,6 @@ msgctxt "@text"
|
|||
msgid "Unable to read example data file."
|
||||
msgstr "Die Datei mit den Beispieldaten kann nicht gelesen werden."
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to send the model data to the engine. Please try again, or contact support."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to send the model data to the engine. Please try to use a less detailed model, or reduce the number of instances."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "@info:title"
|
||||
msgid "Unable to slice"
|
||||
msgstr "Slicing nicht möglich"
|
||||
|
@ -5009,12 +4921,10 @@ msgctxt "@info:status"
|
|||
msgid "Unable to slice because the prime tower or prime position(s) are invalid."
|
||||
msgstr "Schneiden (Slicing) ist nicht möglich, da der Einzugsturm oder die Einzugsposition(en) ungültig ist (sind)."
|
||||
|
||||
#, python-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to slice because there are objects associated with disabled Extruder %s."
|
||||
msgstr "Schneiden (Slicing) ist nicht möglich, da Objekte vorhanden sind, die mit dem deaktivierten Extruder %s verbunden sind."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to slice due to some per-model settings. The following settings have errors on one or more models: {error_labels}"
|
||||
msgstr "Aufgrund der Pro-Modell-Einstellungen ist kein Schneiden (Slicing) möglich. Die folgenden Einstellungen sind für ein oder mehrere Modelle fehlerhaft: {error_labels}"
|
||||
|
@ -5023,7 +4933,6 @@ msgctxt "@info:status"
|
|||
msgid "Unable to slice with the current material as it is incompatible with the selected machine or configuration."
|
||||
msgstr "Slicing mit dem aktuellen Material nicht möglich, da es mit der gewählten Maschine oder Konfiguration nicht kompatibel ist."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to slice with the current settings. The following settings have errors: {0}"
|
||||
msgstr "Die aktuellen Einstellungen lassen kein Schneiden (Slicing) zu. Die folgenden Einstellungen sind fehlerhaft:{0}"
|
||||
|
@ -5032,7 +4941,6 @@ msgctxt "@info"
|
|||
msgid "Unable to start a new sign in process. Check if another sign in attempt is still active."
|
||||
msgstr "Es kann kein neuer Anmeldevorgang gestartet werden. Bitte überprüfen Sie, ob noch ein weiterer Anmeldevorgang aktiv ist."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:error"
|
||||
msgid "Unable to write to file: {0}"
|
||||
msgstr "Es kann nicht in die Datei geschrieben werden: {0}"
|
||||
|
@ -5085,7 +4993,6 @@ msgctxt "@label:property"
|
|||
msgid "Unknown Package"
|
||||
msgstr "Unbekanntes Paket"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@error:send"
|
||||
msgid "Unknown error code when uploading print job: {0}"
|
||||
msgstr "Unbekannter Fehlercode beim Upload des Druckauftrags: {0}"
|
||||
|
@ -5258,10 +5165,6 @@ msgctxt "description"
|
|||
msgid "Upgrades configurations from Cura 5.6 to Cura 5.7."
|
||||
msgstr "Upgrades von Konfigurationen von Cura 5.6 auf Cura 5.7."
|
||||
|
||||
msgctxt "description"
|
||||
msgid "Upgrades configurations from Cura 5.8 to Cura 5.9."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "@action:button"
|
||||
msgid "Upload custom Firmware"
|
||||
msgstr "Benutzerdefinierte Firmware hochladen"
|
||||
|
@ -5406,10 +5309,6 @@ msgctxt "name"
|
|||
msgid "Version Upgrade 5.6 to 5.7"
|
||||
msgstr "Versions-Upgrade 5.6 auf 5.7"
|
||||
|
||||
msgctxt "name"
|
||||
msgid "Version Upgrade 5.8 to 5.9"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "@button"
|
||||
msgid "View printers in Digital Factory"
|
||||
msgstr "Drucker in der Digital Factory anzeigen"
|
||||
|
@ -5462,7 +5361,6 @@ msgctxt "@info:title"
|
|||
msgid "Warning"
|
||||
msgstr "Warnhinweis"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Warning: The profile is not visible because its quality type '{0}' is not available for the current configuration. Switch to a material/nozzle combination that can use this quality type."
|
||||
msgstr "Warnung: Das Profil wird nicht angezeigt, weil sein Qualitätstyp „{0}“ für die aktuelle Konfiguration nicht verfügbar ist. Wechseln Sie zu einer Material-/Düsenkombination, die mit diesem Qualitätstyp kompatibel ist."
|
||||
|
@ -5584,31 +5482,19 @@ msgid "Yes"
|
|||
msgstr "Ja"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"You are about to remove all printers from Cura. This action cannot be undone.\n"
|
||||
"Are you sure you want to continue?"
|
||||
msgid "You are about to remove all printers from Cura. This action cannot be undone.\nAre you sure you want to continue?"
|
||||
msgstr "Es werden gleich alle Drucker aus Cura entfernt. Dieser Vorgang kann nicht rückgängig gemacht werden.Möchten Sie wirklich fortfahren?"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"You are about to remove {0} printer from Cura. This action cannot be undone.\n"
|
||||
"Are you sure you want to continue?"
|
||||
msgid_plural ""
|
||||
"You are about to remove {0} printers from Cura. This action cannot be undone.\n"
|
||||
"Are you sure you want to continue?"
|
||||
msgstr[0] ""
|
||||
"Es wird gleich {0} Drucker aus Cura entfernt. Der Vorgang kann nicht rückgängig gemacht werden. \n"
|
||||
"Möchten Sie wirklich fortfahren."
|
||||
msgstr[1] ""
|
||||
"Es werden gleich {0} Drucker aus Cura entfernt. Der Vorgang kann nicht rückgängig gemacht werden. \n"
|
||||
"Möchten Sie wirklich fortfahren."
|
||||
msgid "You are about to remove {0} printer from Cura. This action cannot be undone.\nAre you sure you want to continue?"
|
||||
msgid_plural "You are about to remove {0} printers from Cura. This action cannot be undone.\nAre you sure you want to continue?"
|
||||
msgstr[0] "Es wird gleich {0} Drucker aus Cura entfernt. Der Vorgang kann nicht rückgängig gemacht werden. \nMöchten Sie wirklich fortfahren."
|
||||
msgstr[1] "Es werden gleich {0} Drucker aus Cura entfernt. Der Vorgang kann nicht rückgängig gemacht werden. \nMöchten Sie wirklich fortfahren."
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid "You are attempting to connect to a printer that is not running UltiMaker Connect. Please update the printer to the latest firmware."
|
||||
msgstr "Sie versuchen, sich mit einem Drucker zu verbinden, auf dem Ultimaker Connect nicht läuft. Bitte aktualisieren Sie die Firmware des Druckers."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "You are attempting to connect to {0} but it is not the host of a group. You can visit the web page to configure it as a group host."
|
||||
msgstr "Sie versuchen, sich mit {0} zu verbinden, aber dieser Drucker ist nicht der Host, der die Gruppe verwaltet. Besuchen Sie die Website, um den Drucker als Host der Gruppe zu konfigurieren."
|
||||
|
@ -5619,7 +5505,9 @@ msgstr "Sie verfügen derzeit über keine Backups. Verwenden Sie die Schaltfläc
|
|||
|
||||
msgctxt "@text:window, %1 is a profile name"
|
||||
msgid "You have customized some profile settings. Would you like to Keep these changed settings after switching profiles? Alternatively, you can discard the changes to load the defaults from '%1'."
|
||||
msgstr "Sie haben einige Profileinstellungen personalisiert.Möchten Sie diese geänderten Einstellungen nach einem Profilwechsel beibehalten?Sie können die Änderungen auch verwerfen, um die Standardeinstellungen von '%1' zu laden."
|
||||
msgstr "Sie haben einige Profileinstellungen personalisiert."
|
||||
"Möchten Sie diese geänderten Einstellungen nach einem Profilwechsel beibehalten?"
|
||||
"Sie können die Änderungen auch verwerfen, um die Standardeinstellungen von '%1' zu laden."
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "You need to accept the license to install the package"
|
||||
|
@ -5649,12 +5537,10 @@ msgctxt "@info"
|
|||
msgid "Your new printer will automatically appear in Cura"
|
||||
msgstr "Ihr neuer Drucker wird automatisch in Cura angezeigt."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid ""
|
||||
"Your printer <b>{printer_name}</b> could be connected via cloud.\n"
|
||||
msgid "Your printer <b>{printer_name}</b> could be connected via cloud.\n Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory"
|
||||
msgstr "Your printer <b>{printer_name}</b> could be connected via cloud."
|
||||
" Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory"
|
||||
msgstr "Your printer <b>{printer_name}</b> could be connected via cloud. Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Z"
|
||||
|
@ -5716,7 +5602,6 @@ msgctxt "@label"
|
|||
msgid "version: %1"
|
||||
msgstr "Version: %1"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@message {printer_name} is replaced with the name of the printer"
|
||||
msgid "{printer_name} will be removed until the next account sync."
|
||||
msgstr "{printer_name} wird bis zur nächsten Synchronisierung entfernt."
|
||||
|
@ -5725,18 +5610,38 @@ msgctxt "@info:generic"
|
|||
msgid "{} plugins failed to download"
|
||||
msgstr "Sie müssen das Programm beenden und neu starten {}, bevor Änderungen wirksam werden."
|
||||
|
||||
#~ msgctxt "description"
|
||||
#~ msgid "CuraEngine plugin for gradually smoothing the flow to limit high-flow jumps"
|
||||
#~ msgstr "CuraEngine-Plugin zur stufenweisen Glättung des Flusses, um Sprünge bei hohem Fluss zu begrenzen"
|
||||
msgctxt "@label"
|
||||
msgid "Combination not recommended. Load BB core to slot 1 (left) for better reliability."
|
||||
msgstr "Kombination nicht empfohlen. Laden Sie den BB-Kern in Slot 1 (links) für bessere Zuverlässigkeit."
|
||||
|
||||
#~ msgctxt "name"
|
||||
#~ msgid "CuraEngineGradualFlow"
|
||||
#~ msgstr "CuraEngineGradualFlow"
|
||||
msgctxt "@item:inlistbox"
|
||||
msgid "Makerbot Sketch Printfile"
|
||||
msgstr "Makerbot-Sketch-Druckdatei"
|
||||
|
||||
#~ msgctxt "@action:inmenu"
|
||||
#~ msgid "Show Online Troubleshooting"
|
||||
#~ msgstr "Online-Fehlerbehebung anzeigen"
|
||||
msgctxt "@label:textbox"
|
||||
msgid "Search Printer"
|
||||
msgstr "Drucker suchen"
|
||||
|
||||
#~ msgctxt "@text:window"
|
||||
#~ msgid "This is a Cura Universal project file. Would you like to open it as a Cura project or Cura Universal Project or import the models from it?"
|
||||
#~ msgstr "Dies ist eine Cura Universal Projektdatei. Möchten Sie es als Cura Projekt oder Cura Universal Project öffnen oder die Modelle daraus importieren?"
|
||||
msgctxt "@text:window"
|
||||
msgid "This is a Cura Universal project file. Would you like to open it as a Cura Universal Project or import the models from it?"
|
||||
msgstr "Dies ist eine Cura-Universal-Projektdatei. Möchten Sie sie als Cura-Universal-Projekt öffnen oder die Modelle daraus importieren?"
|
||||
|
||||
msgctxt "@action:inmenu menubar:help"
|
||||
msgid "Export Package For Technical Support"
|
||||
msgstr "Exportpaket für technischen Support"
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to send the model data to the engine. Please try again, or contact support."
|
||||
msgstr "Die Modelldaten können nicht an die Engine gesendet werden. Bitte versuchen Sie es erneut oder wenden Sie sich an den Support."
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to send the model data to the engine. Please try to use a less detailed model, or reduce the number of instances."
|
||||
msgstr "Die Modelldaten können nicht an die Engine gesendet werden. Bitte versuchen Sie, ein weniger detailliertes Modell zu verwenden oder die Anzahl der Instanzen zu reduzieren."
|
||||
|
||||
msgctxt "description"
|
||||
msgid "Upgrades configurations from Cura 5.8 to Cura 5.9."
|
||||
msgstr "Aktualisiert Konfigurationen von Cura 5.8 auf Cura 5.9."
|
||||
|
||||
msgctxt "name"
|
||||
msgid "Version Upgrade 5.8 to 5.9"
|
||||
msgstr "Versionsaktualisierung 5.8 auf 5.9"
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2024-10-09 14:27+0000\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-13 09:02+0100\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"
|
||||
|
@ -125,10 +124,6 @@ msgctxt "machine_nozzle_id label"
|
|||
msgid "Nozzle ID"
|
||||
msgstr "Düsen-ID"
|
||||
|
||||
msgctxt "machine_nozzle_head_distance label"
|
||||
msgid "Nozzle Length"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "machine_nozzle_offset_x label"
|
||||
msgid "Nozzle X Offset"
|
||||
msgstr "X-Versatz Düse"
|
||||
|
@ -157,10 +152,6 @@ msgctxt "extruder_nr description"
|
|||
msgid "The extruder train used for printing. This is used in multi-extrusion."
|
||||
msgstr "Die für das Drucken verwendete Extruder-Einheit. Diese wird für die Mehrfach-Extrusion benutzt."
|
||||
|
||||
msgctxt "machine_nozzle_head_distance description"
|
||||
msgid "The height difference between the tip of the nozzle and the lowest part of the print head."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "machine_nozzle_size description"
|
||||
msgid "The inner diameter of the nozzle. Change this setting when using a non-standard nozzle size."
|
||||
msgstr "Der Innendurchmesser der Düse. Verwenden Sie diese Einstellung, wenn Sie eine Düse einer Nicht-Standardgröße verwenden."
|
||||
|
@ -204,3 +195,11 @@ msgstr "Die Y-Koordinate des Düsenversatzes."
|
|||
msgctxt "machine_extruder_start_pos_y description"
|
||||
msgid "The y-coordinate of the starting position when turning the extruder on."
|
||||
msgstr "Die Y-Koordinate der Startposition beim Einschalten des Extruders."
|
||||
|
||||
msgctxt "machine_nozzle_head_distance label"
|
||||
msgid "Nozzle Length"
|
||||
msgstr "Düsenlänge"
|
||||
|
||||
msgctxt "machine_nozzle_head_distance description"
|
||||
msgid "The height difference between the tip of the nozzle and the lowest part of the print head."
|
||||
msgstr "Der Höhenunterschied zwischen der Düsenspitze und dem untersten Teil des Druckkopfs."
|
||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2024-10-09 14:27+0000\n"
|
||||
"POT-Creation-Date: 2024-11-06 10:43+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"
|
||||
|
@ -94,7 +94,7 @@ msgstr "Die Funktion Anpassschichten berechnet die Schichthöhe je nach Form des
|
|||
|
||||
msgctxt "extra_infill_lines_to_support_skins description"
|
||||
msgid "Add extra lines into the infill pattern to support skins above. This option prevents holes or plastic blobs that sometime show in complex shaped skins due to the infill below not correctly supporting the skin layer being printed above. 'Walls' supports just the outlines of the skin, whereas 'Walls and Lines' also supports the ends of the lines that make up the skin."
|
||||
msgstr ""
|
||||
msgstr "Fügen Sie zusätzliche Linien in das Füllmuster ein, um darüber liegende Schichten zu stützen. Diese Option verhindert Löcher oder Kunststoffklumpen, die manchmal bei komplex geformten Schichten auftreten, weil die darunter liegende Füllung die darüber liegende Schicht nicht richtig stützt. „Walls\" (Wände) unterstützt nur die Umrisse der Schicht, während „Walls and Lines\" (Wände und Linien) auch die Enden der Linien unterstützt, aus denen die Schicht besteht."
|
||||
|
||||
msgctxt "infill_wall_line_count description"
|
||||
msgid ""
|
||||
|
@ -444,11 +444,11 @@ msgstr "Breite des Brim-Elements"
|
|||
|
||||
msgctxt "build_fan_full_at_height label"
|
||||
msgid "Build Fan Speed at Height"
|
||||
msgstr ""
|
||||
msgstr "Gebläsegeschwindigkeit in der Höhe aufbauen"
|
||||
|
||||
msgctxt "build_fan_full_layer label"
|
||||
msgid "Build Fan Speed at Layer"
|
||||
msgstr ""
|
||||
msgstr "Gebläsegeschwindigkeit in der Schicht aufbauen"
|
||||
|
||||
msgctxt "platform_adhesion label"
|
||||
msgid "Build Plate Adhesion"
|
||||
|
@ -492,7 +492,7 @@ msgstr "Build-Volumen-Temperatur Warnung"
|
|||
|
||||
msgctxt "build_volume_fan_nr label"
|
||||
msgid "Build volume fan number"
|
||||
msgstr ""
|
||||
msgstr "Volumen-Gebläsezahl aufbauen"
|
||||
|
||||
msgctxt "prime_tower_brim_enable description"
|
||||
msgid "By enabling this setting, your prime-tower will get a brim, even if the model doesn't. If you want a sturdier base for a high tower, you can increase the base height."
|
||||
|
@ -732,11 +732,11 @@ msgstr "Erkennt Brücken und ändert die Druckgeschwindigkeit, Fluss- und Lüfte
|
|||
|
||||
msgctxt "scarf_split_distance description"
|
||||
msgid "Determines the length of each step in the flow change when extruding along the scarf seam. A smaller distance will result in a more precise but also more complex G-code."
|
||||
msgstr ""
|
||||
msgstr "Bestimmt die Länge jedes Schritts bei der Änderung des Flusses beim Extrudieren entlang der Kappnaht. Ein kleinerer Abstand führt zu einem präziseren, aber auch komplexeren G-Code."
|
||||
|
||||
msgctxt "scarf_joint_seam_length description"
|
||||
msgid "Determines the length of the scarf seam, a seam type that should make the Z seam less visible. Must be higher than 0 to be effective."
|
||||
msgstr ""
|
||||
msgstr "Bestimmt die Länge der Kappnaht, einer Nahtart, die die Z-Naht weniger sichtbar machen sollte. Muss höher als 0 sein, um wirksam zu sein."
|
||||
|
||||
msgctxt "inset_direction description"
|
||||
msgid "Determines the order in which walls are printed. Printing outer walls earlier helps with dimensional accuracy, as faults from inner walls cannot propagate to the outside. However printing them later allows them to stack better when overhangs are printed. When there is an uneven amount of total innner walls, the 'center last line' is always printed last."
|
||||
|
@ -1028,7 +1028,7 @@ msgstr "Extensives Stitching versucht die Löcher im Netz mit sich berührenden
|
|||
|
||||
msgctxt "extra_infill_lines_to_support_skins label"
|
||||
msgid "Extra Infill Lines To Support Skins"
|
||||
msgstr ""
|
||||
msgstr "Zusätzliche Fülllinien zur Unterstützung von Schichten"
|
||||
|
||||
msgctxt "infill_wall_line_count label"
|
||||
msgid "Extra Infill Wall Count"
|
||||
|
@ -1042,6 +1042,10 @@ msgctxt "switch_extruder_extra_prime_amount description"
|
|||
msgid "Extra material to prime after nozzle switching."
|
||||
msgstr "Nach einem Düsenwechsel zusätzlich bereitzustellendes Material."
|
||||
|
||||
msgctxt "variant_name"
|
||||
msgid "Extruder"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "extruder_prime_pos_x label"
|
||||
msgid "Extruder Prime X Position"
|
||||
msgstr "X-Position Extruder-Einzug"
|
||||
|
@ -2438,7 +2442,7 @@ msgstr "Keine"
|
|||
|
||||
msgctxt "extra_infill_lines_to_support_skins option none"
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
msgstr "Keine"
|
||||
|
||||
msgctxt "z_seam_corner option z_seam_corner_none"
|
||||
msgid "None"
|
||||
|
@ -2484,6 +2488,10 @@ msgctxt "machine_nozzle_id label"
|
|||
msgid "Nozzle ID"
|
||||
msgstr "Düsen-ID"
|
||||
|
||||
msgctxt "variant_name"
|
||||
msgid "Nozzle Size"
|
||||
msgstr "Düsengröße"
|
||||
|
||||
msgctxt "switch_extruder_extra_prime_amount label"
|
||||
msgid "Nozzle Switch Extra Prime Amount"
|
||||
msgstr "Zusätzliche Einzugsmenge bei Düsenwechsel"
|
||||
|
@ -2614,15 +2622,15 @@ msgstr "Beschleunigung Außenwand"
|
|||
|
||||
msgctxt "wall_0_acceleration label"
|
||||
msgid "Outer Wall Acceleration"
|
||||
msgstr ""
|
||||
msgstr "Beschleunigung der Außenwand"
|
||||
|
||||
msgctxt "wall_0_deceleration label"
|
||||
msgid "Outer Wall Deceleration"
|
||||
msgstr ""
|
||||
msgstr "Verlangsamung der Außenwand"
|
||||
|
||||
msgctxt "wall_0_end_speed_ratio label"
|
||||
msgid "Outer Wall End Speed Ratio"
|
||||
msgstr ""
|
||||
msgstr "Endgeschwindigkeitsverhältnis der Außenwand"
|
||||
|
||||
msgctxt "wall_0_extruder_nr label"
|
||||
msgid "Outer Wall Extruder"
|
||||
|
@ -2650,11 +2658,11 @@ msgstr "Geschwindigkeit Außenwand"
|
|||
|
||||
msgctxt "wall_0_speed_split_distance label"
|
||||
msgid "Outer Wall Speed Split Distance"
|
||||
msgstr ""
|
||||
msgstr "Geschwindigkeitsaufteilung der Außenwand"
|
||||
|
||||
msgctxt "wall_0_start_speed_ratio label"
|
||||
msgid "Outer Wall Start Speed Ratio"
|
||||
msgstr ""
|
||||
msgstr "Anfangsgeschwindigkeitsverhältnis der Außenwand"
|
||||
|
||||
msgctxt "wall_0_wipe_dist label"
|
||||
msgid "Outer Wall Wipe Distance"
|
||||
|
@ -2792,6 +2800,10 @@ msgctxt "acceleration_print label"
|
|||
msgid "Print Acceleration"
|
||||
msgstr "Beschleunigung Druck"
|
||||
|
||||
msgctxt "variant_name"
|
||||
msgid "Print Core"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "jerk_print label"
|
||||
msgid "Print Jerk"
|
||||
msgstr "Ruckfunktion Drucken"
|
||||
|
@ -3298,15 +3310,15 @@ msgstr "Kompensation der Schrumpfung des Skalierungsfaktors"
|
|||
|
||||
msgctxt "scarf_joint_seam_length label"
|
||||
msgid "Scarf Seam Length"
|
||||
msgstr ""
|
||||
msgstr "Kappnahtlänge"
|
||||
|
||||
msgctxt "scarf_joint_seam_start_height_ratio label"
|
||||
msgid "Scarf Seam Start Height"
|
||||
msgstr ""
|
||||
msgstr "Kappnaht-Starthöhe"
|
||||
|
||||
msgctxt "scarf_split_distance label"
|
||||
msgid "Scarf Seam Step Length"
|
||||
msgstr ""
|
||||
msgstr "Kappnaht-Schrittlänge"
|
||||
|
||||
msgctxt "support_meshes_present label"
|
||||
msgid "Scene Has Support Meshes"
|
||||
|
@ -4366,7 +4378,7 @@ msgstr "Bezeichnet die Höhe über horizontalen Teilen Ihres Modell, in der die
|
|||
|
||||
msgctxt "build_fan_full_at_height description"
|
||||
msgid "The height at which the fans spin on regular fan speed. At the layers below the fan speed gradually increases from Initial Fan Speed to Regular Fan Speed."
|
||||
msgstr ""
|
||||
msgstr "Die Höhe, auf der sich die Lüfter bei normaler Lüftergeschwindigkeit drehen. Bei den Schichten darunter erhöht sich die Lüftergeschwindigkeit allmählich von der anfänglichen Lüftergeschwindigkeit bis zur normalen Lüftergeschwindigkeit."
|
||||
|
||||
msgctxt "cool_fan_full_at_height description"
|
||||
msgid "The height at which the fans spin on regular fan speed. At the layers below the fan speed gradually increases from Initial Fan Speed to Regular Fan Speed."
|
||||
|
@ -4476,7 +4488,7 @@ msgstr "Dies bezeichnet die größte Breite der zu entfernenden oberen Außenhau
|
|||
|
||||
msgctxt "build_fan_full_layer description"
|
||||
msgid "The layer at which the build fans spin on full fan speed. This value is calculated and rounded to a whole number."
|
||||
msgstr ""
|
||||
msgstr "Die Schicht, bei der sich die Lüfter des Druckers mit voller Lüftergeschwindigkeit drehen. Dieser Wert wird berechnet und auf eine ganze Zahl gerundet."
|
||||
|
||||
msgctxt "cool_fan_full_layer description"
|
||||
msgid "The layer at which the fans spin on regular fan speed. If regular fan speed at height is set, this value is calculated and rounded to a whole number."
|
||||
|
@ -4764,7 +4776,7 @@ msgstr "Die Anzahl der Linien für die Brim-Stützstruktur. Eine größere Anzah
|
|||
|
||||
msgctxt "build_volume_fan_nr description"
|
||||
msgid "The number of the fan that cools the build volume. If this is set to 0, it's means that there is no build volume fan"
|
||||
msgstr ""
|
||||
msgstr "Die Nummer des Lüfters, der das Druckvolumen kühlt. Wenn dieser Wert auf 0 gesetzt ist, bedeutet dies, dass es keinen Lüfter für das Druckvolumen gibt"
|
||||
|
||||
msgctxt "raft_surface_layers description"
|
||||
msgid "The number of top layers on top of the 2nd raft layer. These are fully filled layers that the model sits on. 2 layers result in a smoother top surface than 1."
|
||||
|
@ -4860,7 +4872,7 @@ msgstr "Die maximale unmittelbare Geschwindigkeitsänderung für die erste Schic
|
|||
|
||||
msgctxt "scarf_joint_seam_start_height_ratio description"
|
||||
msgid "The ratio of the selected layer height at which the scarf seam will begin. A lower number will result in a larger seam height. Must be lower than 100 to be effective."
|
||||
msgstr ""
|
||||
msgstr "Das Verhältnis der ausgewählten Schichthöhe, bei der die Kappnaht beginnt. Eine niedrigere Zahl führt zu einer größeren Nahthöhe. Muss niedriger als 100 sein, um wirksam zu sein."
|
||||
|
||||
msgctxt "machine_shape description"
|
||||
msgid "The shape of the build plate without taking unprintable areas into account."
|
||||
|
@ -5192,23 +5204,23 @@ msgstr "Damit wird der Abstand für das unmittelbare Coasting des Extruders vor
|
|||
|
||||
msgctxt "wall_0_acceleration description"
|
||||
msgid "This is the acceleration with which to reach the top speed when printing an outer wall."
|
||||
msgstr ""
|
||||
msgstr "Dies ist die Beschleunigung, mit der die Höchstgeschwindigkeit beim Drucken einer Außenwand erreicht wird."
|
||||
|
||||
msgctxt "wall_0_deceleration description"
|
||||
msgid "This is the deceleration with which to end printing an outer wall."
|
||||
msgstr ""
|
||||
msgstr "Dies ist die Verlangsamung, mit der der Druck einer Außenwand beendet wird."
|
||||
|
||||
msgctxt "wall_0_speed_split_distance description"
|
||||
msgid "This is the maximum length of an extrusion path when splitting a longer path to apply the outer wall acceleration/deceleration. A smaller distance will create a more precise but also more verbose G-Code."
|
||||
msgstr ""
|
||||
msgstr "Dies ist die maximale Länge eines Extrusionspfads beim Aufteilen eines längeren Pfads, um die Beschleunigung/Verlangsamung der Außenwand anzuwenden. Ein kleinerer Abstand erzeugt einen präziseren, aber auch ausführlicheren G-Code."
|
||||
|
||||
msgctxt "wall_0_end_speed_ratio description"
|
||||
msgid "This is the ratio of the top speed to end with when printing an outer wall."
|
||||
msgstr ""
|
||||
msgstr "Dies ist das Verhältnis der Höchstgeschwindigkeit zum Ende beim Drucken einer Außenwand."
|
||||
|
||||
msgctxt "wall_0_start_speed_ratio description"
|
||||
msgid "This is the ratio of the top speed to start with when printing an outer wall."
|
||||
msgstr ""
|
||||
msgstr "Dies ist das Verhältnis der Höchstgeschwindigkeit zu Beginn des Drucks einer Außenwand."
|
||||
|
||||
msgctxt "raft_base_smoothing description"
|
||||
msgid "This setting controls how much inner corners in the raft base outline are rounded. Inward corners are rounded to a semi circle with a radius equal to the value given here. This setting also removes holes in the raft outline which are smaller than such a circle."
|
||||
|
@ -5592,15 +5604,15 @@ msgstr "Wände"
|
|||
|
||||
msgctxt "extra_infill_lines_to_support_skins option walls"
|
||||
msgid "Walls Only"
|
||||
msgstr ""
|
||||
msgstr "Nur Wände"
|
||||
|
||||
msgctxt "extra_infill_lines_to_support_skins option walls_and_lines"
|
||||
msgid "Walls and Lines"
|
||||
msgstr ""
|
||||
msgstr "Wände und Linien"
|
||||
|
||||
msgctxt "wall_overhang_angle description"
|
||||
msgid "Walls that overhang more than this angle will be printed using overhanging wall settings. When the value is 90, no walls will be treated as overhanging. Overhang that gets supported by support will not be treated as overhang either. Furthermore, any line that's less than half overhanging will also not be treated as overhang."
|
||||
msgstr ""
|
||||
msgstr "Wände, die über diesen Winkel hinaus überhängen, werden mit den Einstellungen für überhängende Wände gedruckt. Bei einem Wert von 90 werden keine Wände als überhängend behandelt. Ein Überhang, der von einer Stütze gestützt wird, wird ebenfalls nicht als Überhang behandelt. Darüber hinaus wird auch jede Linie, die weniger als halb überhängt, nicht als Überhang behandelt."
|
||||
|
||||
msgctxt "meshfix_fluid_motion_enabled description"
|
||||
msgid "When enabled tool paths are corrected for printers with smooth motion planners. Small movements that deviate from the general tool path direction are smoothed to improve fluid motions."
|
||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-10-09 14:27+0200\n"
|
||||
"POT-Creation-Date: 2024-03-13 09:02+0100\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"
|
||||
|
@ -12,7 +12,6 @@ msgstr ""
|
|||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
|
||||
#, python-format
|
||||
msgctxt "@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm."
|
||||
msgid "%(width).1f x %(depth).1f x %(height).1f mm"
|
||||
msgstr "%(width).1f x %(depth).1f x %(height).1f mm"
|
||||
|
@ -142,11 +141,10 @@ msgid "*You will need to restart the application for these changes to have effec
|
|||
msgstr "*Tendrá que reiniciar la aplicación para que estos cambios tengan efecto."
|
||||
|
||||
msgctxt "@text"
|
||||
msgid ""
|
||||
"- Add material profiles and plug-ins from the Marketplace\n"
|
||||
"- Back-up and sync your material profiles and plug-ins\n"
|
||||
"- Share ideas and get help from 48,000+ users in the UltiMaker community"
|
||||
msgstr "- Añada perfiles de materiales y complementos del Marketplace - Realice copias de seguridad y sincronice los perfiles y complementos de sus materiales - Comparta ideas y obtenga ayuda de más de 48 000 usuarios de la comunidad UltiMaker"
|
||||
msgid "- Add material profiles and plug-ins from the Marketplace\n- Back-up and sync your material profiles and plug-ins\n- Share ideas and get help from 48,000+ users in the UltiMaker community"
|
||||
msgstr "- Añada perfiles de materiales y complementos del Marketplace "
|
||||
"- Realice copias de seguridad y sincronice los perfiles y complementos de sus materiales "
|
||||
"- Comparta ideas y obtenga ayuda de más de 48 000 usuarios de la comunidad UltiMaker"
|
||||
|
||||
msgctxt "@heading"
|
||||
msgid "-- incomplete --"
|
||||
|
@ -200,45 +198,38 @@ msgctxt "@label %i will be replaced with a profile name"
|
|||
msgid "<b>Only user changed settings will be saved in the custom profile.</b><br/>For materials that support it, the new custom profile will inherit properties from <b>%1</b>."
|
||||
msgstr "<b>Solo la configuración modificada por el usuario se guardar en el perfil personalizado.</b><br/>El nuevo perfil personalizado heredar las propiedades de <b>%1</b> para los materiales compatibles."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label OpenGL renderer"
|
||||
msgid "<li>OpenGL Renderer: {renderer}</li>"
|
||||
msgstr "<li>Representador de OpenGL: {renderer}</li>"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label OpenGL vendor"
|
||||
msgid "<li>OpenGL Vendor: {vendor}</li>"
|
||||
msgstr "<li>Proveedor de OpenGL: {vendor}</li>"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label OpenGL version"
|
||||
msgid "<li>OpenGL Version: {version}</li>"
|
||||
msgstr "<li>Versión de OpenGL: {version}</li>"
|
||||
|
||||
msgctxt "@label crash message"
|
||||
msgid ""
|
||||
"<p><b>A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem</p></b>\n"
|
||||
" <p>Please use the \"Send report\" button to post a bug report automatically to our servers</p>\n"
|
||||
msgid "<p><b>A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem</p></b>\n <p>Please use the \"Send report\" button to post a bug report automatically to our servers</p>\n "
|
||||
msgstr "<p><b>Se ha producido un error grave en Cura. Envíenos este informe de errores para que podamos solucionar el problema.</p></b>"
|
||||
" <p>Utilice el botón "Enviar informe" para publicar automáticamente el informe de errores en nuestros servidores.</p>"
|
||||
" "
|
||||
msgstr "<p><b>Se ha producido un error grave en Cura. Envíenos este informe de errores para que podamos solucionar el problema.</p></b> <p>Utilice el botón "Enviar informe" para publicar automáticamente el informe de errores en nuestros servidores.</p> "
|
||||
|
||||
msgctxt "@label crash message"
|
||||
msgid ""
|
||||
"<p><b>Oops, UltiMaker Cura has encountered something that doesn't seem right.</p></b>\n"
|
||||
" <p>We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.</p>\n"
|
||||
" <p>Backups can be found in the configuration folder.</p>\n"
|
||||
" <p>Please send us this Crash Report to fix the problem.</p>\n"
|
||||
msgid "<p><b>Oops, UltiMaker Cura has encountered something that doesn't seem right.</p></b>\n <p>We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.</p>\n <p>Backups can be found in the configuration folder.</p>\n <p>Please send us this Crash Report to fix the problem.</p>\n "
|
||||
msgstr "<p><b>¡Vaya! UltiMaker Cura ha encontrado un error.</p></b>"
|
||||
" <p>Hemos detectado un error irreversible durante el inicio, posiblemente como consecuencia de varios archivos de configuración erróneos. Le recomendamos que realice una copia de seguridad y que restablezca los ajustes.</p>"
|
||||
" <p>Las copias de seguridad se encuentran en la carpeta de configuración.</p>"
|
||||
" <p>Envíenos el informe de errores para que podamos solucionar el problema.</p>"
|
||||
" "
|
||||
msgstr "<p><b>¡Vaya! UltiMaker Cura ha encontrado un error.</p></b> <p>Hemos detectado un error irreversible durante el inicio, posiblemente como consecuencia de varios archivos de configuración erróneos. Le recomendamos que realice una copia de seguridad y que restablezca los ajustes.</p> <p>Las copias de seguridad se encuentran en la carpeta de configuración.</p> <p>Envíenos el informe de errores para que podamos solucionar el problema.</p> "
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid ""
|
||||
"<p>One or more 3D models may not print optimally due to the model size and material configuration:</p>\n"
|
||||
"<p>{model_names}</p>\n"
|
||||
"<p>Find out how to ensure the best possible print quality and reliability.</p>\n"
|
||||
"<p><a href=\"https://ultimaker.com/3D-model-assistant\">View print quality guide</a></p>"
|
||||
msgstr "<p>Es posible que uno o más modelos 3D no se impriman correctamente debido al tamaño del modelo y la configuración del material:</p><p>{model_names}</p><p>Obtenga más información sobre cómo garantizar la mejor calidad y fiabilidad de impresión posible.</p><p><a href=\"https://ultimaker.com/3D-model-assistant\">Ver guía de impresión de calidad</a></p>"
|
||||
msgid "<p>One or more 3D models may not print optimally due to the model size and material configuration:</p>\n<p>{model_names}</p>\n<p>Find out how to ensure the best possible print quality and reliability.</p>\n<p><a href=\"https://ultimaker.com/3D-model-assistant\">View print quality guide</a></p>"
|
||||
msgstr "<p>Es posible que uno o más modelos 3D no se impriman correctamente debido al tamaño del modelo y la configuración del material:</p>"
|
||||
"<p>{model_names}</p>"
|
||||
"<p>Obtenga más información sobre cómo garantizar la mejor calidad y fiabilidad de impresión posible.</p>"
|
||||
"<p><a href=\"https://ultimaker.com/3D-model-assistant\">Ver guía de impresión de calidad</a></p>"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "A USB print is in progress, closing Cura will stop this print. Are you sure?"
|
||||
|
@ -398,7 +389,6 @@ msgctxt "@button"
|
|||
msgid "Add printer manually"
|
||||
msgstr "Añadir impresora manualmente"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "info:status Filled in with printer name and printer model."
|
||||
msgid "Adding printer {name} ({model}) from your account"
|
||||
msgstr "Añadiendo la impresora {name} ({model}) de su cuenta"
|
||||
|
@ -439,7 +429,6 @@ msgctxt "@item:inlistbox"
|
|||
msgid "All Files (*)"
|
||||
msgstr "Todos los archivos (*)"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@item:inlistbox"
|
||||
msgid "All Supported Types ({0})"
|
||||
msgstr "Todos los tipos compatibles ({0})"
|
||||
|
@ -532,7 +521,6 @@ msgctxt "@label %1 is the name of a print job."
|
|||
msgid "Are you sure you want to move %1 to the top of the queue?"
|
||||
msgstr "¿Seguro que desea mover %1 al principio de la cola?"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@message {printer_name} is replaced with the name of the printer"
|
||||
msgid "Are you sure you want to remove {printer_name} temporarily?"
|
||||
msgstr "¿Seguro que desea eliminar {printer_name} temporalmente?"
|
||||
|
@ -545,7 +533,6 @@ msgctxt "@label (%1 is object name)"
|
|||
msgid "Are you sure you wish to remove %1? This cannot be undone!"
|
||||
msgstr "¿Seguro que desea eliminar %1? ¡Esta acción no se puede deshacer!"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label {0} is the name of a printer that's about to be deleted."
|
||||
msgid "Are you sure you wish to remove {0}? This cannot be undone!"
|
||||
msgstr "¿Seguro que desea eliminar {0}? ¡Esta acción no se puede deshacer!"
|
||||
|
@ -710,12 +697,10 @@ msgctxt "@label"
|
|||
msgid "Can't connect to your UltiMaker printer?"
|
||||
msgstr "¿No puede conectarse a la impresora UltiMaker?"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename>!"
|
||||
msgid "Can't import profile from <filename>{0}</filename> before a printer is added."
|
||||
msgstr "No se puede importar el perfil de <filename>{0}</filename> antes de añadir una impresora."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Can't open any other file if G-code is loading. Skipped importing {0}"
|
||||
msgstr "No se puede abrir ningún archivo si se está cargando un archivo GCode. Se omitió la importación de {0}"
|
||||
|
@ -797,12 +782,7 @@ msgid "Checks models and print configuration for possible printing issues and gi
|
|||
msgstr "Comprueba las configuraciones de los modelos y la impresión en busca de posibles problemas de impresión y da consejos."
|
||||
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"Chooses between the techniques available to generate support. \n"
|
||||
"\n"
|
||||
"\"Normal\" support creates a support structure directly below the overhanging parts and drops those areas straight down. \n"
|
||||
"\n"
|
||||
"\"Tree\" support creates branches towards the overhanging areas that support the model on the tips of those branches, and allows the branches to crawl around the model to support it from the build plate as much as possible."
|
||||
msgid "Chooses between the techniques available to generate support. \n\n\"Normal\" support creates a support structure directly below the overhanging parts and drops those areas straight down. \n\n\"Tree\" support creates branches towards the overhanging areas that support the model on the tips of those branches, and allows the branches to crawl around the model to support it from the build plate as much as possible."
|
||||
msgstr "Elige entre las técnicas disponibles para generar soporte. El soporte \"Normal\" crea una estructura de soporte directamente debajo de las partes en voladizo y lleva estas áreas hacia abajo. El soporte en \"Árbol\" crea ramas en las áreas en voladizo que sostienen el modelo al final de estas ramas y permite que las ramas se arrastren alrededor del modelo para sostenerlo tanto como sea posible en la placa de impresión."
|
||||
|
||||
msgctxt "@action:inmenu menubar:edit"
|
||||
|
@ -841,10 +821,6 @@ msgctxt "@label"
|
|||
msgid "Color scheme"
|
||||
msgstr "Combinación de colores"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Combination not recommended. Load BB core to slot 1 (left) for better reliability."
|
||||
msgstr "Combinación no recomendada. Cargue el núcleo BB a la ranura 1 (izquierda) para que sea más fiable."
|
||||
|
||||
msgctxt "@info"
|
||||
msgid "Compare and save."
|
||||
msgstr "Comparar y guardar."
|
||||
|
@ -1009,7 +985,6 @@ msgctxt "@info:backup_failed"
|
|||
msgid "Could not create archive from user data directory: {}"
|
||||
msgstr "No se ha podido crear el archivo desde el directorio de datos de usuario: {}"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the tag {device}!"
|
||||
msgid "Could not find a file name when trying to write to {device}."
|
||||
msgstr "No se pudo encontrar un nombre de archivo al tratar de escribir en {device}."
|
||||
|
@ -1038,12 +1013,10 @@ msgctxt "@message:text"
|
|||
msgid "Could not save material archive to {}:"
|
||||
msgstr "No se pudo guardar el archivo de material en {}:"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename> or <message>!"
|
||||
msgid "Could not save to <filename>{0}</filename>: <message>{1}</message>"
|
||||
msgstr "No se pudo guardar en <filename>{0}</filename>: <message>{1}</message>"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Could not save to removable drive {0}: {1}"
|
||||
msgstr "No se pudo guardar en unidad extraíble {0}: {1}"
|
||||
|
@ -1052,26 +1025,20 @@ msgctxt "@info:text"
|
|||
msgid "Could not upload the data to the printer."
|
||||
msgstr "No se han podido cargar los datos en la impresora."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:plugin_failed"
|
||||
msgid ""
|
||||
"Couldn't start EnginePlugin: {self._plugin_id}\n"
|
||||
"No permission to execute process."
|
||||
msgstr "No se pudo iniciar EnginePlugin: {self._plugin_id}No se tiene permiso para ejecutar el proceso."
|
||||
msgid "Couldn't start EnginePlugin: {self._plugin_id}\nNo permission to execute process."
|
||||
msgstr "No se pudo iniciar EnginePlugin: {self._plugin_id}"
|
||||
"No se tiene permiso para ejecutar el proceso."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:plugin_failed"
|
||||
msgid ""
|
||||
"Couldn't start EnginePlugin: {self._plugin_id}\n"
|
||||
"Operating system is blocking it (antivirus?)"
|
||||
msgstr "No se pudo iniciar EnginePlugin: {self._plugin_id}El sistema operativo lo está bloqueando (¿antivirus?)"
|
||||
msgid "Couldn't start EnginePlugin: {self._plugin_id}\nOperating system is blocking it (antivirus?)"
|
||||
msgstr "No se pudo iniciar EnginePlugin: {self._plugin_id}"
|
||||
"El sistema operativo lo está bloqueando (¿antivirus?)"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:plugin_failed"
|
||||
msgid ""
|
||||
"Couldn't start EnginePlugin: {self._plugin_id}\n"
|
||||
"Resource is temporarily unavailable"
|
||||
msgstr "No se pudo iniciar EnginePlugin: {self._plugin_id}El recurso no está disponible temporalmente"
|
||||
msgid "Couldn't start EnginePlugin: {self._plugin_id}\nResource is temporarily unavailable"
|
||||
msgstr "No se pudo iniciar EnginePlugin: {self._plugin_id}"
|
||||
"El recurso no está disponible temporalmente"
|
||||
|
||||
msgctxt "@title:window"
|
||||
msgid "Crash Report"
|
||||
|
@ -1157,16 +1124,14 @@ msgctxt "@title:window"
|
|||
msgid "Cura can't start"
|
||||
msgstr "Cura no puede iniciarse"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Cura has detected material profiles that were not yet installed on the host printer of group {0}."
|
||||
msgstr "Cura ha detectado perfiles de material que aún no estaban instalados en la impresora host del grupo {0}."
|
||||
|
||||
msgctxt "@info:credit"
|
||||
msgid ""
|
||||
"Cura is developed by UltiMaker in cooperation with the community.\n"
|
||||
"Cura proudly uses the following open source projects:"
|
||||
msgstr "UltiMaker ha desarrollado Cura en cooperación con la comunidad.Cura se enorgullece de utilizar los siguientes proyectos de código abierto:"
|
||||
msgid "Cura is developed by UltiMaker in cooperation with the community.\nCura proudly uses the following open source projects:"
|
||||
msgstr "UltiMaker ha desarrollado Cura en cooperación con la comunidad."
|
||||
"Cura se enorgullece de utilizar los siguientes proyectos de código abierto:"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Cura language"
|
||||
|
@ -1180,6 +1145,14 @@ msgctxt "name"
|
|||
msgid "CuraEngine Backend"
|
||||
msgstr "Backend de CuraEngine"
|
||||
|
||||
msgctxt "description"
|
||||
msgid "CuraEngine plugin for gradually smoothing the flow to limit high-flow jumps"
|
||||
msgstr "Complemento de CuraEngine para suavizar gradualmente el flujo con el fin de limitar los saltos de flujo elevados"
|
||||
|
||||
msgctxt "name"
|
||||
msgid "CuraEngineGradualFlow"
|
||||
msgstr "Flujo gradual de CuraEngine"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Currency:"
|
||||
msgstr "Moneda:"
|
||||
|
@ -1436,12 +1409,10 @@ msgctxt "@action:button"
|
|||
msgid "Eject"
|
||||
msgstr "Expulsar"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@action"
|
||||
msgid "Eject removable device {0}"
|
||||
msgstr "Expulsar dispositivo extraíble {0}"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Ejected {0}. You can now safely remove the drive."
|
||||
msgstr "Expulsado {0}. Ahora puede retirar de forma segura la unidad."
|
||||
|
@ -1530,10 +1501,6 @@ msgctxt "@title:window"
|
|||
msgid "Export Material"
|
||||
msgstr "Exportar material"
|
||||
|
||||
msgctxt "@action:inmenu menubar:help"
|
||||
msgid "Export Package For Technical Support"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "@title:window"
|
||||
msgid "Export Profile"
|
||||
msgstr "Exportar perfil"
|
||||
|
@ -1554,7 +1521,6 @@ msgctxt "@info:title"
|
|||
msgid "Export succeeded"
|
||||
msgstr "Exportación correcta"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tag <filename>!"
|
||||
msgid "Exported profile to <filename>{0}</filename>"
|
||||
msgstr "Perfil exportado a <filename>{0}</filename>"
|
||||
|
@ -1591,7 +1557,6 @@ msgctxt "@label"
|
|||
msgid "Extruder Start G-code duration"
|
||||
msgstr "Duración del código G de inicio del extrusor"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label"
|
||||
msgid "Extruder {0}"
|
||||
msgstr "Extrusor {0}"
|
||||
|
@ -1616,7 +1581,6 @@ msgctxt "@text:error"
|
|||
msgid "Failed to create archive of materials to sync with printers."
|
||||
msgstr "Error al crear un archivo de materiales para sincronizarlo con las impresoras."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Failed to eject {0}. Another program may be using the drive."
|
||||
msgstr "Error al expulsar {0}. Es posible que otro programa esté utilizando la unidad."
|
||||
|
@ -1625,27 +1589,22 @@ msgctxt "@info:status Don't translate the XML tags <filename> and <message>!"
|
|||
msgid "Failed to export material to <filename>%1</filename>: <message>%2</message>"
|
||||
msgstr "Se ha producido un error al exportar el material a <filename>%1</filename>: <message>%2</message>"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename> or <message>!"
|
||||
msgid "Failed to export profile to <filename>{0}</filename>: <message>{1}</message>"
|
||||
msgstr "Error al exportar el perfil a <filename>{0}</filename>: <message>{1}</message>"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tag <filename>!"
|
||||
msgid "Failed to export profile to <filename>{0}</filename>: Writer plugin reported failure."
|
||||
msgstr "Error al exportar el perfil a <filename>{0}</filename>: Error en el complemento de escritura."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tag <filename>!"
|
||||
msgid "Failed to import profile from <filename>{0}</filename>:"
|
||||
msgstr "Error al importar el perfil de <filename>{0}</filename>:"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename>!"
|
||||
msgid "Failed to import profile from <filename>{0}</filename>:"
|
||||
msgstr "Error al importar el perfil de <filename>{0}</filename>:"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename>!"
|
||||
msgid "Failed to import profile from <filename>{0}</filename>: {1}"
|
||||
msgstr "Error al importar el perfil de <filename>{0}</filename>: {1}"
|
||||
|
@ -1662,7 +1621,6 @@ msgctxt "@message:title"
|
|||
msgid "Failed to save material archive"
|
||||
msgstr "Se ha producido un error al guardar el archivo de material"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Failed writing to specific cloud printer: {0} not in remote clusters."
|
||||
msgstr "Fallo al escribir en una impresora en nube específica: {0} no está en grupos remotos."
|
||||
|
@ -1691,7 +1649,6 @@ msgctxt "@info:title"
|
|||
msgid "File Saved"
|
||||
msgstr "Archivo guardado"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "File {0} does not contain any valid profile."
|
||||
msgstr "El archivo {0} no contiene ningún perfil válido."
|
||||
|
@ -1915,7 +1872,6 @@ msgctxt "@label"
|
|||
msgid "Grid Placement"
|
||||
msgstr "Colocación de cuadrícula"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label"
|
||||
msgid "Group #{group_nr}"
|
||||
msgstr "N.º de grupo {group_nr}"
|
||||
|
@ -2400,10 +2356,6 @@ msgctxt "name"
|
|||
msgid "Makerbot Printfile Writer"
|
||||
msgstr "Escritor de archivos de impresión Makerbot"
|
||||
|
||||
msgctxt "@item:inlistbox"
|
||||
msgid "Makerbot Sketch Printfile"
|
||||
msgstr "\"Printfile\" de bocetos de \"Markerbot\""
|
||||
|
||||
msgctxt "@error"
|
||||
msgid "MakerbotWriter could not save to the designated path."
|
||||
msgstr "MakerbotWriter no pudo guardar en la ruta designada."
|
||||
|
@ -2646,7 +2598,6 @@ msgctxt "@info:title"
|
|||
msgid "Network error"
|
||||
msgstr "Error de red"
|
||||
|
||||
#, python-format
|
||||
msgctxt "@info:title The %s gets replaced with the printer name."
|
||||
msgid "New %s stable firmware available"
|
||||
msgstr "Nuevo firmware de %s estable disponible"
|
||||
|
@ -2659,7 +2610,6 @@ msgctxt "@label"
|
|||
msgid "New UltiMaker printers can be connected to Digital Factory and monitored remotely."
|
||||
msgstr "Las nuevas impresoras UltiMaker pueden conectarse a Digital Factory y supervisarse a distancia."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info Don't translate {machine_name}, since it gets replaced by a printer name!"
|
||||
msgid "New features or bug-fixes may be available for your {machine_name}! If you haven't done so already, it is recommended to update the firmware on your printer to version {latest_version}."
|
||||
msgstr "Puede que haya nuevas funciones o correcciones de errores disponibles para {machine_name}. Si no dispone de la última versión disponible, se recomienda actualizar el firmware de la impresora a la versión {latest_version}."
|
||||
|
@ -2706,7 +2656,6 @@ msgctxt "@label"
|
|||
msgid "No cost estimation available"
|
||||
msgstr "Ningún cálculo de costes disponible"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename>!"
|
||||
msgid "No custom profile to import in file <filename>{0}</filename>"
|
||||
msgstr "No hay ningún perfil personalizado para importar en el archivo <filename>{0}</filename>"
|
||||
|
@ -2807,6 +2756,10 @@ msgctxt "@label"
|
|||
msgid "Nozzle offset Y"
|
||||
msgstr "Desplazamiento de la tobera sobre el eje Y"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Nozzle Size"
|
||||
msgstr "Tamaño de la tobera"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Nozzle size"
|
||||
msgstr "Tamaño de la tobera"
|
||||
|
@ -2843,7 +2796,6 @@ msgctxt "@label"
|
|||
msgid "Only Show Top Layers"
|
||||
msgstr "Mostrar solo capas superiores"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Only one G-code file can be loaded at a time. Skipped importing {0}"
|
||||
msgstr "Solo se puede cargar un archivo GCode a la vez. Se omitió la importación de {0}"
|
||||
|
@ -3057,12 +3009,11 @@ msgid "Please give the required permissions when authorizing this application."
|
|||
msgstr "Conceda los permisos necesarios al autorizar esta aplicación."
|
||||
|
||||
msgctxt "@info"
|
||||
msgid ""
|
||||
"Please make sure your printer has a connection:\n"
|
||||
"- Check if the printer is turned on.\n"
|
||||
"- Check if the printer is connected to the network.\n"
|
||||
"- Check if you are signed in to discover cloud-connected printers."
|
||||
msgstr "Asegúrese de que la impresora está conectada:- Compruebe que la impresora está encendida.- Compruebe que la impresora está conectada a la red.- Compruebe que ha iniciado sesión para ver impresoras conectadas a la nube."
|
||||
msgid "Please make sure your printer has a connection:\n- Check if the printer is turned on.\n- Check if the printer is connected to the network.\n- Check if you are signed in to discover cloud-connected printers."
|
||||
msgstr "Asegúrese de que la impresora está conectada:"
|
||||
"- Compruebe que la impresora está encendida."
|
||||
"- Compruebe que la impresora está conectada a la red."
|
||||
"- Compruebe que ha iniciado sesión para ver impresoras conectadas a la nube."
|
||||
|
||||
msgctxt "@text"
|
||||
msgid "Please name your printer"
|
||||
|
@ -3089,12 +3040,11 @@ msgid "Please remove the print"
|
|||
msgstr "Retire la impresión"
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid ""
|
||||
"Please review settings and check if your models:\n"
|
||||
"- Fit within the build volume\n"
|
||||
"- Are assigned to an enabled extruder\n"
|
||||
"- Are not all set as modifier meshes"
|
||||
msgstr "Revise la configuración y compruebe si sus modelos:- Se integran en el volumen de impresión- Están asignados a un extrusor activado- No están todos definidos como mallas modificadoras"
|
||||
msgid "Please review settings and check if your models:\n- Fit within the build volume\n- Are assigned to an enabled extruder\n- Are not all set as modifier meshes"
|
||||
msgstr "Revise la configuración y compruebe si sus modelos:"
|
||||
"- Se integran en el volumen de impresión"
|
||||
"- Están asignados a un extrusor activado"
|
||||
"- No están todos definidos como mallas modificadoras"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Please select any upgrades made to this UltiMaker Original"
|
||||
|
@ -3396,7 +3346,6 @@ msgctxt "@title:column"
|
|||
msgid "Profile settings"
|
||||
msgstr "Ajustes del perfil"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Profile {0} has an unknown file type or is corrupted."
|
||||
msgstr "El perfil {0} tiene un tipo de archivo desconocido o está corrupto."
|
||||
|
@ -3421,22 +3370,18 @@ msgctxt "@label Description for application dependency"
|
|||
msgid "Programming language"
|
||||
msgstr "Lenguaje de programación"
|
||||
|
||||
#, 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."
|
||||
|
||||
#, 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>."
|
||||
|
||||
#, 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."
|
||||
msgstr "El archivo de proyecto <filename>{0}</filename> se ha creado con perfiles desconocidos para esta versión de Ultimaker Cura."
|
||||
|
||||
#, 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>."
|
||||
|
@ -3565,7 +3510,6 @@ msgctxt "@label"
|
|||
msgid "Qt version"
|
||||
msgstr "Versión Qt"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Quality type '{0}' is not compatible with the current active machine definition '{1}'."
|
||||
msgstr "El tipo de calidad '{0}' no es compatible con la definición actual de máquina activa '{1}'."
|
||||
|
@ -3806,12 +3750,10 @@ msgctxt "@action:button Preceded by 'Ready to'."
|
|||
msgid "Save to Removable Drive"
|
||||
msgstr "Guardar en unidad extraíble"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@item:inlistbox"
|
||||
msgid "Save to Removable Drive {0}"
|
||||
msgstr "Guardar en unidad extraíble {0}"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Saved to Removable Drive {0} as {1}"
|
||||
msgstr "Guardado en unidad extraíble {0} como {1}"
|
||||
|
@ -3820,7 +3762,6 @@ msgctxt "@info:title"
|
|||
msgid "Saving"
|
||||
msgstr "Guardando"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:progress Don't translate the XML tags <filename>!"
|
||||
msgid "Saving to Removable Drive <filename>{0}</filename>"
|
||||
msgstr "Guardando en unidad extraíble <filename>{0}</filename>"
|
||||
|
@ -3837,10 +3778,6 @@ msgctxt "@placeholder"
|
|||
msgid "Search"
|
||||
msgstr "Buscar"
|
||||
|
||||
msgctxt "@label:textbox"
|
||||
msgid "Search Printer"
|
||||
msgstr "Buscar impresora"
|
||||
|
||||
msgctxt "@info"
|
||||
msgid "Search in the browser"
|
||||
msgstr "Buscar en el navegador"
|
||||
|
@ -4073,6 +4010,10 @@ msgctxt "@action:inmenu menubar:help"
|
|||
msgid "Show Online &Documentation"
|
||||
msgstr "Mostrar &documentación en línea"
|
||||
|
||||
msgctxt "@action:inmenu"
|
||||
msgid "Show Online Troubleshooting"
|
||||
msgstr "Mostrar resolución de problemas online"
|
||||
|
||||
msgctxt "@label:checkbox"
|
||||
msgid "Show all"
|
||||
msgstr "Mostrar todo"
|
||||
|
@ -4198,11 +4139,9 @@ msgid "Solid view"
|
|||
msgstr "Vista de sólidos"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"Some hidden settings use values different from their normal calculated value.\n"
|
||||
"\n"
|
||||
"Click to make these settings visible."
|
||||
msgstr "Algunos ajustes ocultos utilizan valores diferentes de los valores normales calculados.Haga clic para mostrar estos ajustes."
|
||||
msgid "Some hidden settings use values different from their normal calculated value.\n\nClick to make these settings visible."
|
||||
msgstr "Algunos ajustes ocultos utilizan valores diferentes de los valores normales calculados."
|
||||
"Haga clic para mostrar estos ajustes."
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid "Some of the packages used in the project file are currently not installed in Cura, this might produce undesirable print results. We highly recommend installing the all required packages from the Marketplace."
|
||||
|
@ -4217,11 +4156,9 @@ msgid "Some setting-values defined in <b>%1</b> were overridden."
|
|||
msgstr "Algunos de los valores de configuración definidos en <b>%1</b> se han anulado."
|
||||
|
||||
msgctxt "@tooltip"
|
||||
msgid ""
|
||||
"Some setting/override values are different from the values stored in the profile.\n"
|
||||
"\n"
|
||||
"Click to open the profile manager."
|
||||
msgstr "Algunos valores de los ajustes o sobrescrituras son distintos a los valores almacenados en el perfil.Haga clic para abrir el administrador de perfiles."
|
||||
msgid "Some setting/override values are different from the values stored in the profile.\n\nClick to open the profile manager."
|
||||
msgstr "Algunos valores de los ajustes o sobrescrituras son distintos a los valores almacenados en el perfil."
|
||||
"Haga clic para abrir el administrador de perfiles."
|
||||
|
||||
msgctxt "@action:label"
|
||||
msgid "Some settings from current profile were overwritten."
|
||||
|
@ -4303,7 +4240,6 @@ msgctxt "@info:status Don't translate the XML tag <filename>!"
|
|||
msgid "Successfully imported material <filename>%1</filename>"
|
||||
msgstr "El material se ha importado correctamente en <filename>%1</filename>"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Successfully imported profile {0}."
|
||||
msgstr "Perfil {0} importado correctamente."
|
||||
|
@ -4510,7 +4446,6 @@ msgctxt "@label"
|
|||
msgid "The extruder train to use for printing the support. This is used in multi-extrusion."
|
||||
msgstr "El tren extrusor que se utiliza para imprimir el soporte. Se emplea en la extrusión múltiple."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label Don't translate the XML tag <filename>!"
|
||||
msgid "The file <filename>{0}</filename> already exists. Are you sure you want to overwrite it?"
|
||||
msgstr "El archivo <filename>{0}</filename> ya existe. ¿Está seguro de que desea sobrescribirlo?"
|
||||
|
@ -4574,15 +4509,11 @@ msgid "The nozzle inserted in this extruder."
|
|||
msgstr "Tobera insertada en este extrusor."
|
||||
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"The pattern of the infill material of the print:\n"
|
||||
"\n"
|
||||
"For quick prints of non functional model choose line, zig zag or lightning infill.\n"
|
||||
"\n"
|
||||
"For functional part not subjected to a lot of stress we recommend grid or triangle or tri hexagon.\n"
|
||||
"\n"
|
||||
"For functional 3D prints which require high strength in multiple directions use cubic, cubic subdivision, quarter cubic, octet, and gyroid."
|
||||
msgstr "Patrón del material de relleno de la impresión:Para impresiones rpidas de modelos no funcionales, elija lnea, zigzag o relleno ligero.Para una pieza funcional que no est sujeta a mucha tensin, recomendamos rejilla, tringulo o trihexgono.Para las impresiones 3D funcionales que requieran una alta resistencia en varias direcciones, utilice cbico, subdivisin cbica, cbico bitruncado, octeto o giroide."
|
||||
msgid "The pattern of the infill material of the print:\n\nFor quick prints of non functional model choose line, zig zag or lightning infill.\n\nFor functional part not subjected to a lot of stress we recommend grid or triangle or tri hexagon.\n\nFor functional 3D prints which require high strength in multiple directions use cubic, cubic subdivision, quarter cubic, octet, and gyroid."
|
||||
msgstr "Patrón del material de relleno de la impresión:"
|
||||
"Para impresiones rpidas de modelos no funcionales, elija lnea, zigzag o relleno ligero."
|
||||
"Para una pieza funcional que no est sujeta a mucha tensin, recomendamos rejilla, tringulo o trihexgono."
|
||||
"Para las impresiones 3D funcionales que requieran una alta resistencia en varias direcciones, utilice cbico, subdivisin cbica, cbico bitruncado, octeto o giroide."
|
||||
|
||||
msgctxt "@info:tooltip"
|
||||
msgid "The percentage of light penetrating a print with a thickness of 1 millimeter. Lowering this value increases the contrast in dark regions and decreases the contrast in light regions of the image."
|
||||
|
@ -4701,8 +4632,8 @@ msgid "This configuration is not available because %1 is not recognized. Please
|
|||
msgstr "Esta configuración no se encuentra disponible porque %1 es un perfil desconocido. Visite %2 para descargar el perfil de materiales correcto."
|
||||
|
||||
msgctxt "@text:window"
|
||||
msgid "This is a Cura Universal project file. Would you like to open it as a Cura Universal Project or import the models from it?"
|
||||
msgstr "Este es un archivo de proyectos Cura Universal. ¿Quiere abrirlo como Proyecto Cura Universal o importar los modelos a partir de él?"
|
||||
msgid "This is a Cura Universal project file. Would you like to open it as a Cura project or Cura Universal Project or import the models from it?"
|
||||
msgstr "Este es un archivo de proyecto Cura Universal. ¿Desea abrirlo como proyecto Cura o proyecto Universal Cura o importar los modelos desde él?"
|
||||
|
||||
msgctxt "@text:window"
|
||||
msgid "This is a Cura project file. Would you like to open it as a project or import the models from it?"
|
||||
|
@ -4738,7 +4669,6 @@ msgctxt "@label"
|
|||
msgid "This printer is the host for a group of %1 printers."
|
||||
msgstr "Esta impresora aloja un grupo de %1 impresoras."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename>!"
|
||||
msgid "This profile <filename>{0}</filename> contains incorrect data, could not import it."
|
||||
msgstr "Este perfil <filename>{0}</filename> contiene datos incorrectos, no se han podido importar."
|
||||
|
@ -4752,11 +4682,9 @@ msgid "This project contains materials or plugins that are currently not install
|
|||
msgstr "Este proyecto contiene materiales o complementos que actualmente no están instalados en Cura.<br/>Instale los paquetes que faltan y vuelva a abrir el proyecto."
|
||||
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"This setting has a value that is different from the profile.\n"
|
||||
"\n"
|
||||
"Click to restore the value of the profile."
|
||||
msgstr "Este ajuste tiene un valor distinto del perfil.Haga clic para restaurar el valor del perfil."
|
||||
msgid "This setting has a value that is different from the profile.\n\nClick to restore the value of the profile."
|
||||
msgstr "Este ajuste tiene un valor distinto del perfil."
|
||||
"Haga clic para restaurar el valor del perfil."
|
||||
|
||||
msgctxt "@item:tooltip"
|
||||
msgid "This setting has been hidden by the active machine and will not be visible."
|
||||
|
@ -4773,11 +4701,9 @@ msgid "This setting is always shared between all extruders. Changing it here wil
|
|||
msgstr "Este ajuste siempre se comparte entre extrusores. Si lo modifica, modificará el valor de todos los extrusores."
|
||||
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"This setting is normally calculated, but it currently has an absolute value set.\n"
|
||||
"\n"
|
||||
"Click to restore the calculated value."
|
||||
msgstr "Este ajuste se calcula normalmente pero actualmente tiene un valor absoluto establecido.Haga clic para restaurar el valor calculado."
|
||||
msgid "This setting is normally calculated, but it currently has an absolute value set.\n\nClick to restore the calculated value."
|
||||
msgstr "Este ajuste se calcula normalmente pero actualmente tiene un valor absoluto establecido."
|
||||
"Haga clic para restaurar el valor calculado."
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "This setting is not used because all the settings that it influences are overridden."
|
||||
|
@ -4811,7 +4737,6 @@ msgctxt "@text"
|
|||
msgid "To automatically sync the material profiles with all your printers connected to Digital Factory you need to be signed in in Cura."
|
||||
msgstr "Para sincronizar automáticamente los perfiles de material con todas sus impresoras conectadas a Digital Factory debe iniciar sesión en Cura."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "info:status"
|
||||
msgid "To establish a connection, please visit the {website_link}"
|
||||
msgstr "Para establecer una conexión, visite {website_link}"
|
||||
|
@ -4824,7 +4749,6 @@ msgctxt "@label"
|
|||
msgid "To print directly to your printer over the network, please make sure your printer is connected to the network using a network cable or by connecting your printer to your WIFI network. If you don't connect Cura with your printer, you can still use a USB drive to transfer g-code files to your printer."
|
||||
msgstr "Para imprimir directamente a través de la red, asegúrese de que la impresora está conectada a la red mediante un cable de red o conéctela a la red wifi. Si no conecta Cura con la impresora, también puede utilizar una unidad USB para transferir archivos GCode a la impresora."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@message {printer_name} is replaced with the name of the printer"
|
||||
msgid "To remove {printer_name} permanently, visit {digital_factory_link}"
|
||||
msgstr "Para eliminar {printer_name} permanentemente, visite {digital_factory_link}"
|
||||
|
@ -4969,17 +4893,14 @@ msgctxt "@info:status"
|
|||
msgid "Unable to find a location within the build volume for all objects"
|
||||
msgstr "No se puede encontrar una ubicación dentro del volumen de impresión para todos los objetos"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:plugin_failed"
|
||||
msgid "Unable to find local EnginePlugin server executable for: {self._plugin_id}"
|
||||
msgstr "No se puede encontrar el ejecutable del servidor EnginePlugin local para: {self._plugin_id}"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:plugin_failed"
|
||||
msgid ""
|
||||
"Unable to kill running EnginePlugin: {self._plugin_id}\n"
|
||||
"Access is denied."
|
||||
msgstr "No se puede detener el EnginePlugin en ejecución: {self._plugin_id}El acceso se ha denegado."
|
||||
msgid "Unable to kill running EnginePlugin: {self._plugin_id}\nAccess is denied."
|
||||
msgstr "No se puede detener el EnginePlugin en ejecución: {self._plugin_id}"
|
||||
"El acceso se ha denegado."
|
||||
|
||||
msgctxt "@info"
|
||||
msgid "Unable to reach the UltiMaker account server."
|
||||
|
@ -4989,14 +4910,6 @@ msgctxt "@text"
|
|||
msgid "Unable to read example data file."
|
||||
msgstr "No se puede leer el archivo de datos de ejemplo."
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to send the model data to the engine. Please try again, or contact support."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to send the model data to the engine. Please try to use a less detailed model, or reduce the number of instances."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "@info:title"
|
||||
msgid "Unable to slice"
|
||||
msgstr "No se puede segmentar"
|
||||
|
@ -5009,12 +4922,10 @@ msgctxt "@info:status"
|
|||
msgid "Unable to slice because the prime tower or prime position(s) are invalid."
|
||||
msgstr "No se puede segmentar porque la torre auxiliar o la posición o posiciones de preparación no son válidas."
|
||||
|
||||
#, python-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to slice because there are objects associated with disabled Extruder %s."
|
||||
msgstr "No se puede segmentar porque hay objetos asociados al extrusor %s que está deshabilitado."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to slice due to some per-model settings. The following settings have errors on one or more models: {error_labels}"
|
||||
msgstr "Los ajustes de algunos modelos no permiten la segmentación. Los siguientes ajustes contienen errores en uno o más modelos: {error_labels}."
|
||||
|
@ -5023,7 +4934,6 @@ msgctxt "@info:status"
|
|||
msgid "Unable to slice with the current material as it is incompatible with the selected machine or configuration."
|
||||
msgstr "No se puede segmentar con el material actual, ya que es incompatible con el dispositivo o la configuración seleccionados."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to slice with the current settings. The following settings have errors: {0}"
|
||||
msgstr "Los ajustes actuales no permiten la segmentación. Los siguientes ajustes contienen errores: {0}"
|
||||
|
@ -5032,7 +4942,6 @@ msgctxt "@info"
|
|||
msgid "Unable to start a new sign in process. Check if another sign in attempt is still active."
|
||||
msgstr "No se puede iniciar un nuevo proceso de inicio de sesión. Compruebe si todavía está activo otro intento de inicio de sesión."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:error"
|
||||
msgid "Unable to write to file: {0}"
|
||||
msgstr "No se puede escribir en el archivo: {0}"
|
||||
|
@ -5085,7 +4994,6 @@ msgctxt "@label:property"
|
|||
msgid "Unknown Package"
|
||||
msgstr "Paquete desconocido"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@error:send"
|
||||
msgid "Unknown error code when uploading print job: {0}"
|
||||
msgstr "Código de error desconocido al cargar el trabajo de impresión: {0}"
|
||||
|
@ -5258,10 +5166,6 @@ msgctxt "description"
|
|||
msgid "Upgrades configurations from Cura 5.6 to Cura 5.7."
|
||||
msgstr "Actualiza las configuraciones de Cura 5.6 a Cura 5.7."
|
||||
|
||||
msgctxt "description"
|
||||
msgid "Upgrades configurations from Cura 5.8 to Cura 5.9."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "@action:button"
|
||||
msgid "Upload custom Firmware"
|
||||
msgstr "Cargar firmware personalizado"
|
||||
|
@ -5406,10 +5310,6 @@ msgctxt "name"
|
|||
msgid "Version Upgrade 5.6 to 5.7"
|
||||
msgstr "Actualización de la versión 5.6 a la 5.7"
|
||||
|
||||
msgctxt "name"
|
||||
msgid "Version Upgrade 5.8 to 5.9"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "@button"
|
||||
msgid "View printers in Digital Factory"
|
||||
msgstr "Ver impresoras en Digital Factory"
|
||||
|
@ -5462,7 +5362,6 @@ msgctxt "@info:title"
|
|||
msgid "Warning"
|
||||
msgstr "Advertencia"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Warning: The profile is not visible because its quality type '{0}' is not available for the current configuration. Switch to a material/nozzle combination that can use this quality type."
|
||||
msgstr "Advertencia: el perfil no es visible porque su tipo de calidad '{0}' no está disponible para la configuración actual. Cambie a una combinación de material/tobera que pueda utilizar este tipo de calidad."
|
||||
|
@ -5584,31 +5483,19 @@ msgid "Yes"
|
|||
msgstr "Sí"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"You are about to remove all printers from Cura. This action cannot be undone.\n"
|
||||
"Are you sure you want to continue?"
|
||||
msgid "You are about to remove all printers from Cura. This action cannot be undone.\nAre you sure you want to continue?"
|
||||
msgstr "Está a punto de eliminar todas las impresoras de Cura. Esta acción no se puede deshacer.¿Seguro que desea continuar?"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"You are about to remove {0} printer from Cura. This action cannot be undone.\n"
|
||||
"Are you sure you want to continue?"
|
||||
msgid_plural ""
|
||||
"You are about to remove {0} printers from Cura. This action cannot be undone.\n"
|
||||
"Are you sure you want to continue?"
|
||||
msgstr[0] ""
|
||||
"Está a punto de eliminar {0} impresora de Cura. Esta acción no se puede deshacer.\n"
|
||||
"¿Seguro que desea continuar?"
|
||||
msgstr[1] ""
|
||||
"Está a punto de eliminar {0} impresoras de Cura. Esta acción no se puede deshacer.\n"
|
||||
"¿Seguro que desea continuar?"
|
||||
msgid "You are about to remove {0} printer from Cura. This action cannot be undone.\nAre you sure you want to continue?"
|
||||
msgid_plural "You are about to remove {0} printers from Cura. This action cannot be undone.\nAre you sure you want to continue?"
|
||||
msgstr[0] "Está a punto de eliminar {0} impresora de Cura. Esta acción no se puede deshacer.\n¿Seguro que desea continuar?"
|
||||
msgstr[1] "Está a punto de eliminar {0} impresoras de Cura. Esta acción no se puede deshacer.\n¿Seguro que desea continuar?"
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid "You are attempting to connect to a printer that is not running UltiMaker Connect. Please update the printer to the latest firmware."
|
||||
msgstr "Está intentando conectarse a una impresora que no está ejecutando Ultimaker Connect. Actualice la impresora al firmware más reciente."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "You are attempting to connect to {0} but it is not the host of a group. You can visit the web page to configure it as a group host."
|
||||
msgstr "Está intentando conectarse a {0} pero ese no es el host de un grupo. Puede visitar la página web para configurarlo como host de grupo."
|
||||
|
@ -5619,7 +5506,9 @@ msgstr "Actualmente no posee ninguna copia de seguridad. Utilice el botón de Re
|
|||
|
||||
msgctxt "@text:window, %1 is a profile name"
|
||||
msgid "You have customized some profile settings. Would you like to Keep these changed settings after switching profiles? Alternatively, you can discard the changes to load the defaults from '%1'."
|
||||
msgstr "Ha personalizado algunos ajustes del perfil.¿Le gustaría mantener estos ajustes cambiados después de cambiar de perfil?También puede descartar los cambios para cargar los valores predeterminados de'%1'."
|
||||
msgstr "Ha personalizado algunos ajustes del perfil."
|
||||
"¿Le gustaría mantener estos ajustes cambiados después de cambiar de perfil?"
|
||||
"También puede descartar los cambios para cargar los valores predeterminados de'%1'."
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "You need to accept the license to install the package"
|
||||
|
@ -5649,12 +5538,10 @@ msgctxt "@info"
|
|||
msgid "Your new printer will automatically appear in Cura"
|
||||
msgstr "Su nueva impresora aparecerá automáticamente en Cura"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid ""
|
||||
"Your printer <b>{printer_name}</b> could be connected via cloud.\n"
|
||||
" Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory"
|
||||
msgstr "Su impresora <b>{printer_name} </b> podría estar conectada a través de la nube. Administre su cola de impresión y supervise las impresiones desde cualquier lugar conectando su impresora a Digital Factory"
|
||||
msgid "Your printer <b>{printer_name}</b> could be connected via cloud.\n Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory"
|
||||
msgstr "Su impresora <b>{printer_name} </b> podría estar conectada a través de la nube."
|
||||
" Administre su cola de impresión y supervise las impresiones desde cualquier lugar conectando su impresora a Digital Factory"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Z"
|
||||
|
@ -5716,7 +5603,6 @@ msgctxt "@label"
|
|||
msgid "version: %1"
|
||||
msgstr "versión: %1"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@message {printer_name} is replaced with the name of the printer"
|
||||
msgid "{printer_name} will be removed until the next account sync."
|
||||
msgstr "{printer_name} se eliminará hasta la próxima sincronización de la cuenta."
|
||||
|
@ -5725,18 +5611,38 @@ msgctxt "@info:generic"
|
|||
msgid "{} plugins failed to download"
|
||||
msgstr "Error al descargar los complementos {}"
|
||||
|
||||
#~ msgctxt "description"
|
||||
#~ msgid "CuraEngine plugin for gradually smoothing the flow to limit high-flow jumps"
|
||||
#~ msgstr "Complemento de CuraEngine para suavizar gradualmente el flujo con el fin de limitar los saltos de flujo elevados"
|
||||
msgctxt "@label"
|
||||
msgid "Combination not recommended. Load BB core to slot 1 (left) for better reliability."
|
||||
msgstr "Combinación no recomendada. Cargue el núcleo BB a la ranura 1 (izquierda) para que sea más fiable."
|
||||
|
||||
#~ msgctxt "name"
|
||||
#~ msgid "CuraEngineGradualFlow"
|
||||
#~ msgstr "Flujo gradual de CuraEngine"
|
||||
msgctxt "@item:inlistbox"
|
||||
msgid "Makerbot Sketch Printfile"
|
||||
msgstr "\"Printfile\" de bocetos de \"Markerbot\""
|
||||
|
||||
#~ msgctxt "@action:inmenu"
|
||||
#~ msgid "Show Online Troubleshooting"
|
||||
#~ msgstr "Mostrar resolución de problemas online"
|
||||
msgctxt "@label:textbox"
|
||||
msgid "Search Printer"
|
||||
msgstr "Buscar impresora"
|
||||
|
||||
#~ msgctxt "@text:window"
|
||||
#~ msgid "This is a Cura Universal project file. Would you like to open it as a Cura project or Cura Universal Project or import the models from it?"
|
||||
#~ msgstr "Este es un archivo de proyecto Cura Universal. ¿Desea abrirlo como proyecto Cura o proyecto Universal Cura o importar los modelos desde él?"
|
||||
msgctxt "@text:window"
|
||||
msgid "This is a Cura Universal project file. Would you like to open it as a Cura Universal Project or import the models from it?"
|
||||
msgstr "Este es un archivo de proyectos Cura Universal. ¿Quiere abrirlo como Proyecto Cura Universal o importar los modelos a partir de él?"
|
||||
|
||||
msgctxt "@action:inmenu menubar:help"
|
||||
msgid "Export Package For Technical Support"
|
||||
msgstr "Exportar paquete para asistencia técnica"
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to send the model data to the engine. Please try again, or contact support."
|
||||
msgstr "No se han podido enviar los datos del modelo al motor. Vuelva a intentarlo o póngase en contacto con el servicio de asistencia."
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to send the model data to the engine. Please try to use a less detailed model, or reduce the number of instances."
|
||||
msgstr "Imposible enviar los datos del modelo al motor. Intente utilizar un modelo menos detallado o reduzca el número de instancias."
|
||||
|
||||
msgctxt "description"
|
||||
msgid "Upgrades configurations from Cura 5.8 to Cura 5.9."
|
||||
msgstr "Actualiza las configuraciones de Cura 5.8 a Cura 5.9."
|
||||
|
||||
msgctxt "name"
|
||||
msgid "Version Upgrade 5.8 to 5.9"
|
||||
msgstr "Actualización de la versión 5.8 a 5.9"
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2024-10-09 14:27+0000\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-13 09:02+0100\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"
|
||||
|
@ -125,10 +124,6 @@ msgctxt "machine_nozzle_id label"
|
|||
msgid "Nozzle ID"
|
||||
msgstr "Id. de la tobera"
|
||||
|
||||
msgctxt "machine_nozzle_head_distance label"
|
||||
msgid "Nozzle Length"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "machine_nozzle_offset_x label"
|
||||
msgid "Nozzle X Offset"
|
||||
msgstr "Desplazamiento de la tobera sobre el eje X"
|
||||
|
@ -157,10 +152,6 @@ msgctxt "extruder_nr description"
|
|||
msgid "The extruder train used for printing. This is used in multi-extrusion."
|
||||
msgstr "El tren extrusor que se utiliza para imprimir. Se emplea en la extrusión múltiple."
|
||||
|
||||
msgctxt "machine_nozzle_head_distance description"
|
||||
msgid "The height difference between the tip of the nozzle and the lowest part of the print head."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "machine_nozzle_size description"
|
||||
msgid "The inner diameter of the nozzle. Change this setting when using a non-standard nozzle size."
|
||||
msgstr "Diámetro interior de la tobera. Cambie este ajuste cuando utilice un tamaño de tobera no estándar."
|
||||
|
@ -204,3 +195,11 @@ msgstr "Coordenada Y del desplazamiento de la tobera."
|
|||
msgctxt "machine_extruder_start_pos_y description"
|
||||
msgid "The y-coordinate of the starting position when turning the extruder on."
|
||||
msgstr "Coordenada Y de la posición de inicio cuando se enciende el extrusor."
|
||||
|
||||
msgctxt "machine_nozzle_head_distance label"
|
||||
msgid "Nozzle Length"
|
||||
msgstr "Longitud de la boquilla"
|
||||
|
||||
msgctxt "machine_nozzle_head_distance description"
|
||||
msgid "The height difference between the tip of the nozzle and the lowest part of the print head."
|
||||
msgstr "La diferencia de altura entre la punta de la boquilla y la parte más baja del cabezal de impresión."
|
||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2024-10-09 14:27+0000\n"
|
||||
"POT-Creation-Date: 2024-11-06 10:43+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"
|
||||
|
@ -94,7 +94,7 @@ msgstr "Las capas de adaptación calculan las alturas de las capas dependiendo d
|
|||
|
||||
msgctxt "extra_infill_lines_to_support_skins description"
|
||||
msgid "Add extra lines into the infill pattern to support skins above. This option prevents holes or plastic blobs that sometime show in complex shaped skins due to the infill below not correctly supporting the skin layer being printed above. 'Walls' supports just the outlines of the skin, whereas 'Walls and Lines' also supports the ends of the lines that make up the skin."
|
||||
msgstr ""
|
||||
msgstr "Añade líneas adicionales en el patrón de relleno para soportar las pieles de arriba. Esta opción evita los agujeros o las manchas de plástico que a veces aparecen en las pieles de formas complejas, debido a que el relleno de abajo no soporta correctamente la capa de piel que se está imprimiendo arriba. \"Muros\" soporta solo los contornos de la piel, mientras que \"Muros y líneas\" soporta también los extremos de las líneas que componen la piel."
|
||||
|
||||
msgctxt "infill_wall_line_count description"
|
||||
msgid ""
|
||||
|
@ -444,11 +444,11 @@ msgstr "Ancho del borde"
|
|||
|
||||
msgctxt "build_fan_full_at_height label"
|
||||
msgid "Build Fan Speed at Height"
|
||||
msgstr ""
|
||||
msgstr "Construir velocidad del ventilador en altura"
|
||||
|
||||
msgctxt "build_fan_full_layer label"
|
||||
msgid "Build Fan Speed at Layer"
|
||||
msgstr ""
|
||||
msgstr "Construir velocidad de abanico en capa"
|
||||
|
||||
msgctxt "platform_adhesion label"
|
||||
msgid "Build Plate Adhesion"
|
||||
|
@ -492,7 +492,7 @@ msgstr "Advertencia de temperatura de volumen de construcción"
|
|||
|
||||
msgctxt "build_volume_fan_nr label"
|
||||
msgid "Build volume fan number"
|
||||
msgstr ""
|
||||
msgstr "Número del ventilador de volumen de construcción"
|
||||
|
||||
msgctxt "prime_tower_brim_enable description"
|
||||
msgid "By enabling this setting, your prime-tower will get a brim, even if the model doesn't. If you want a sturdier base for a high tower, you can increase the base height."
|
||||
|
@ -732,11 +732,11 @@ msgstr "Detección de puentes y modificación de los ajustes de velocidad de imp
|
|||
|
||||
msgctxt "scarf_split_distance description"
|
||||
msgid "Determines the length of each step in the flow change when extruding along the scarf seam. A smaller distance will result in a more precise but also more complex G-code."
|
||||
msgstr ""
|
||||
msgstr "Determina la longitud de cada paso en el cambio de flujo al extruir a lo largo de la costura de la bufanda. Una distancia menor dará como resultado un código G más preciso pero también más complejo."
|
||||
|
||||
msgctxt "scarf_joint_seam_length description"
|
||||
msgid "Determines the length of the scarf seam, a seam type that should make the Z seam less visible. Must be higher than 0 to be effective."
|
||||
msgstr ""
|
||||
msgstr "Determina la longitud de la costura de la bufanda, un tipo de costura que debería hacer menos visible la costura Z. Debe ser superior a 0 para ser eficaz."
|
||||
|
||||
msgctxt "inset_direction description"
|
||||
msgid "Determines the order in which walls are printed. Printing outer walls earlier helps with dimensional accuracy, as faults from inner walls cannot propagate to the outside. However printing them later allows them to stack better when overhangs are printed. When there is an uneven amount of total innner walls, the 'center last line' is always printed last."
|
||||
|
@ -1028,7 +1028,7 @@ msgstr "Cosido amplio intenta coser los agujeros abiertos en la malla cerrando e
|
|||
|
||||
msgctxt "extra_infill_lines_to_support_skins label"
|
||||
msgid "Extra Infill Lines To Support Skins"
|
||||
msgstr ""
|
||||
msgstr "Líneas de relleno adicionales para soportar las pieles"
|
||||
|
||||
msgctxt "infill_wall_line_count label"
|
||||
msgid "Extra Infill Wall Count"
|
||||
|
@ -1042,6 +1042,10 @@ msgctxt "switch_extruder_extra_prime_amount description"
|
|||
msgid "Extra material to prime after nozzle switching."
|
||||
msgstr "Material adicional que debe cebarse tras el cambio de tobera."
|
||||
|
||||
msgctxt "variant_name"
|
||||
msgid "Extruder"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "extruder_prime_pos_x label"
|
||||
msgid "Extruder Prime X Position"
|
||||
msgstr "Posición de preparación del extrusor sobre el eje X"
|
||||
|
@ -2438,7 +2442,7 @@ msgstr "Ninguno"
|
|||
|
||||
msgctxt "extra_infill_lines_to_support_skins option none"
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
msgstr "Ninguno"
|
||||
|
||||
msgctxt "z_seam_corner option z_seam_corner_none"
|
||||
msgid "None"
|
||||
|
@ -2484,6 +2488,10 @@ msgctxt "machine_nozzle_id label"
|
|||
msgid "Nozzle ID"
|
||||
msgstr "Id. de la tobera"
|
||||
|
||||
msgctxt "variant_name"
|
||||
msgid "Nozzle Size"
|
||||
msgstr "Tamaño de la tobera"
|
||||
|
||||
msgctxt "switch_extruder_extra_prime_amount label"
|
||||
msgid "Nozzle Switch Extra Prime Amount"
|
||||
msgstr "Volumen de cebado adicional tras cambio de tobera"
|
||||
|
@ -2614,15 +2622,15 @@ msgstr "Aceleración de pared exterior"
|
|||
|
||||
msgctxt "wall_0_acceleration label"
|
||||
msgid "Outer Wall Acceleration"
|
||||
msgstr ""
|
||||
msgstr "Aceleración de la pared exterior"
|
||||
|
||||
msgctxt "wall_0_deceleration label"
|
||||
msgid "Outer Wall Deceleration"
|
||||
msgstr ""
|
||||
msgstr "Desaceleración de la pared exterior"
|
||||
|
||||
msgctxt "wall_0_end_speed_ratio label"
|
||||
msgid "Outer Wall End Speed Ratio"
|
||||
msgstr ""
|
||||
msgstr "Relación de velocidad final de la pared exterior"
|
||||
|
||||
msgctxt "wall_0_extruder_nr label"
|
||||
msgid "Outer Wall Extruder"
|
||||
|
@ -2650,11 +2658,11 @@ msgstr "Velocidad de pared exterior"
|
|||
|
||||
msgctxt "wall_0_speed_split_distance label"
|
||||
msgid "Outer Wall Speed Split Distance"
|
||||
msgstr ""
|
||||
msgstr "Distancia de división de la velocidad de la pared exterior"
|
||||
|
||||
msgctxt "wall_0_start_speed_ratio label"
|
||||
msgid "Outer Wall Start Speed Ratio"
|
||||
msgstr ""
|
||||
msgstr "Relación de velocidad inicial de la pared exterior"
|
||||
|
||||
msgctxt "wall_0_wipe_dist label"
|
||||
msgid "Outer Wall Wipe Distance"
|
||||
|
@ -2792,6 +2800,10 @@ msgctxt "acceleration_print label"
|
|||
msgid "Print Acceleration"
|
||||
msgstr "Aceleración de la impresión"
|
||||
|
||||
msgctxt "variant_name"
|
||||
msgid "Print Core"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "jerk_print label"
|
||||
msgid "Print Jerk"
|
||||
msgstr "Impulso de impresión"
|
||||
|
@ -3298,15 +3310,15 @@ msgstr "Factor de escala para la compensación de la contracción"
|
|||
|
||||
msgctxt "scarf_joint_seam_length label"
|
||||
msgid "Scarf Seam Length"
|
||||
msgstr ""
|
||||
msgstr "Longitud de la costura de la bufanda"
|
||||
|
||||
msgctxt "scarf_joint_seam_start_height_ratio label"
|
||||
msgid "Scarf Seam Start Height"
|
||||
msgstr ""
|
||||
msgstr "Altura de inicio de la costura de la bufanda"
|
||||
|
||||
msgctxt "scarf_split_distance label"
|
||||
msgid "Scarf Seam Step Length"
|
||||
msgstr ""
|
||||
msgstr "Longitud del paso de la costura de la bufanda"
|
||||
|
||||
msgctxt "support_meshes_present label"
|
||||
msgid "Scene Has Support Meshes"
|
||||
|
@ -4366,7 +4378,7 @@ msgstr "Altura por encima de las piezas horizontales del modelo del que imprimir
|
|||
|
||||
msgctxt "build_fan_full_at_height description"
|
||||
msgid "The height at which the fans spin on regular fan speed. At the layers below the fan speed gradually increases from Initial Fan Speed to Regular Fan Speed."
|
||||
msgstr ""
|
||||
msgstr "La altura a la que giran los ventiladores a velocidad de ventilador normal. En las capas inferiores, la velocidad de los ventiladores aumenta gradualmente desde la velocidad inicial de los ventiladores hasta la velocidad normal de los ventiladores."
|
||||
|
||||
msgctxt "cool_fan_full_at_height description"
|
||||
msgid "The height at which the fans spin on regular fan speed. At the layers below the fan speed gradually increases from Initial Fan Speed to Regular Fan Speed."
|
||||
|
@ -4476,7 +4488,7 @@ msgstr "Anchura máxima de las áreas superiores de forro que se deben retirar.
|
|||
|
||||
msgctxt "build_fan_full_layer description"
|
||||
msgid "The layer at which the build fans spin on full fan speed. This value is calculated and rounded to a whole number."
|
||||
msgstr ""
|
||||
msgstr "La capa en la que los ventiladores de la construcción giran a la velocidad máxima del ventilador. Este valor se calcula y redondea a un número entero."
|
||||
|
||||
msgctxt "cool_fan_full_layer description"
|
||||
msgid "The layer at which the fans spin on regular fan speed. If regular fan speed at height is set, this value is calculated and rounded to a whole number."
|
||||
|
@ -4764,7 +4776,7 @@ msgstr "Número de líneas utilizadas para el borde de soporte. Más líneas de
|
|||
|
||||
msgctxt "build_volume_fan_nr description"
|
||||
msgid "The number of the fan that cools the build volume. If this is set to 0, it's means that there is no build volume fan"
|
||||
msgstr ""
|
||||
msgstr "El número del ventilador que enfría el volumen de construcción. Si este valor es 0, significa que no hay ventilador de volumen de construcción."
|
||||
|
||||
msgctxt "raft_surface_layers description"
|
||||
msgid "The number of top layers on top of the 2nd raft layer. These are fully filled layers that the model sits on. 2 layers result in a smoother top surface than 1."
|
||||
|
@ -4860,7 +4872,7 @@ msgstr "Cambio en la velocidad instantánea máxima de la capa inicial."
|
|||
|
||||
msgctxt "scarf_joint_seam_start_height_ratio description"
|
||||
msgid "The ratio of the selected layer height at which the scarf seam will begin. A lower number will result in a larger seam height. Must be lower than 100 to be effective."
|
||||
msgstr ""
|
||||
msgstr "La relación de la altura de capa seleccionada en la que comenzará la costura de la bufanda. Un número menor dará como resultado una mayor altura de la costura. Debe ser inferior a 100 para ser efectivo."
|
||||
|
||||
msgctxt "machine_shape description"
|
||||
msgid "The shape of the build plate without taking unprintable areas into account."
|
||||
|
@ -5192,23 +5204,23 @@ msgstr "Controla la distancia del depósito por inercia del extrusor justo antes
|
|||
|
||||
msgctxt "wall_0_acceleration description"
|
||||
msgid "This is the acceleration with which to reach the top speed when printing an outer wall."
|
||||
msgstr ""
|
||||
msgstr "Esta es la aceleración con la que alcanzar la velocidad máxima al imprimir una pared exterior."
|
||||
|
||||
msgctxt "wall_0_deceleration description"
|
||||
msgid "This is the deceleration with which to end printing an outer wall."
|
||||
msgstr ""
|
||||
msgstr "Esta es la deceleración con la que finalizar la impresión de una pared exterior."
|
||||
|
||||
msgctxt "wall_0_speed_split_distance description"
|
||||
msgid "This is the maximum length of an extrusion path when splitting a longer path to apply the outer wall acceleration/deceleration. A smaller distance will create a more precise but also more verbose G-Code."
|
||||
msgstr ""
|
||||
msgstr "Esta es la longitud máxima de una trayectoria de extrusión cuando se divide una trayectoria más larga para aplicar la aceleración/desaceleración de la pared exterior. Una distancia menor creará un código G más preciso, pero también más prolijo."
|
||||
|
||||
msgctxt "wall_0_end_speed_ratio description"
|
||||
msgid "This is the ratio of the top speed to end with when printing an outer wall."
|
||||
msgstr ""
|
||||
msgstr "Esta es la relación de la velocidad máxima con la que se debe terminar al imprimir una pared exterior."
|
||||
|
||||
msgctxt "wall_0_start_speed_ratio description"
|
||||
msgid "This is the ratio of the top speed to start with when printing an outer wall."
|
||||
msgstr ""
|
||||
msgstr "Esta es la relación de la velocidad máxima con la que se debe empezar al imprimir una pared exterior."
|
||||
|
||||
msgctxt "raft_base_smoothing description"
|
||||
msgid "This setting controls how much inner corners in the raft base outline are rounded. Inward corners are rounded to a semi circle with a radius equal to the value given here. This setting also removes holes in the raft outline which are smaller than such a circle."
|
||||
|
@ -5592,15 +5604,15 @@ msgstr "Paredes"
|
|||
|
||||
msgctxt "extra_infill_lines_to_support_skins option walls"
|
||||
msgid "Walls Only"
|
||||
msgstr ""
|
||||
msgstr "Solo muros"
|
||||
|
||||
msgctxt "extra_infill_lines_to_support_skins option walls_and_lines"
|
||||
msgid "Walls and Lines"
|
||||
msgstr ""
|
||||
msgstr "Muros y líneas"
|
||||
|
||||
msgctxt "wall_overhang_angle description"
|
||||
msgid "Walls that overhang more than this angle will be printed using overhanging wall settings. When the value is 90, no walls will be treated as overhanging. Overhang that gets supported by support will not be treated as overhang either. Furthermore, any line that's less than half overhanging will also not be treated as overhang."
|
||||
msgstr ""
|
||||
msgstr "Los muros que sobresalgan más de este ángulo se imprimirán utilizando la configuración de muros en voladizo. Cuando el valor es 90, ningún muro se tratará como saliente. Los salientes que se apoyen en soportes tampoco se tratarán como salientes. Además, cualquier línea que tenga menos de la mitad de saliente tampoco se tratará como saliente."
|
||||
|
||||
msgctxt "meshfix_fluid_motion_enabled description"
|
||||
msgid "When enabled tool paths are corrected for printers with smooth motion planners. Small movements that deviate from the general tool path direction are smoothed to improve fluid motions."
|
||||
|
|
|
@ -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: 2024-10-09 14:27+0000\n"
|
||||
"POT-Creation-Date: 2024-11-06 10:43+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE\n"
|
||||
|
@ -6000,3 +6000,15 @@ msgctxt "mesh_rotation_matrix description"
|
|||
msgid "Transformation matrix to be applied to the model when loading it from file."
|
||||
msgstr ""
|
||||
|
||||
|
||||
msgctxt "variant_name"
|
||||
msgid "Extruder"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "variant_name"
|
||||
msgid "Print Core"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "variant_name"
|
||||
msgid "Nozzle Size"
|
||||
msgstr ""
|
||||
|
|
|
@ -2815,6 +2815,10 @@ msgctxt "@label"
|
|||
msgid "Nozzle offset Y"
|
||||
msgstr "Suuttimen Y-siirtymä"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Nozzle Size"
|
||||
msgstr "Suuttimen koko"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Nozzle size"
|
||||
msgstr "Suuttimen koko"
|
||||
|
|
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Cura 5.1\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2024-10-09 14:27+0000\n"
|
||||
"POT-Creation-Date: 2024-11-06 10:43+0000\n"
|
||||
"PO-Revision-Date: 2022-07-15 11:17+0200\n"
|
||||
"Last-Translator: Bothof <info@bothof.nl>\n"
|
||||
"Language-Team: Finnish\n"
|
||||
|
@ -1046,6 +1046,10 @@ msgctxt "switch_extruder_extra_prime_amount description"
|
|||
msgid "Extra material to prime after nozzle switching."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "variant_name"
|
||||
msgid "Extruder"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "extruder_prime_pos_x label"
|
||||
msgid "Extruder Prime X Position"
|
||||
msgstr "Suulakkeen esitäytön X-sijainti"
|
||||
|
@ -2488,6 +2492,10 @@ msgctxt "machine_nozzle_id label"
|
|||
msgid "Nozzle ID"
|
||||
msgstr "Suuttimen tunnus"
|
||||
|
||||
msgctxt "variant_name"
|
||||
msgid "Nozzle Size"
|
||||
msgstr "Suuttimen koko"
|
||||
|
||||
msgctxt "switch_extruder_extra_prime_amount label"
|
||||
msgid "Nozzle Switch Extra Prime Amount"
|
||||
msgstr ""
|
||||
|
@ -2796,6 +2804,10 @@ msgctxt "acceleration_print label"
|
|||
msgid "Print Acceleration"
|
||||
msgstr "Tulostuksen kiihtyvyys"
|
||||
|
||||
msgctxt "variant_name"
|
||||
msgid "Print Core"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "jerk_print label"
|
||||
msgid "Print Jerk"
|
||||
msgstr "Tulostuksen nykäisy"
|
||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-10-09 14:27+0200\n"
|
||||
"POT-Creation-Date: 2024-03-13 09:02+0100\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"
|
||||
|
@ -12,7 +12,6 @@ msgstr ""
|
|||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n>1;\n"
|
||||
|
||||
#, python-format
|
||||
msgctxt "@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm."
|
||||
msgid "%(width).1f x %(depth).1f x %(height).1f mm"
|
||||
msgstr "%(width).1f x %(depth).1f x %(height).1f mm"
|
||||
|
@ -142,10 +141,7 @@ msgid "*You will need to restart the application for these changes to have effec
|
|||
msgstr "*Vous devez redémarrer l'application pour appliquer ces changements."
|
||||
|
||||
msgctxt "@text"
|
||||
msgid ""
|
||||
"- Add material profiles and plug-ins from the Marketplace\n"
|
||||
"- Back-up and sync your material profiles and plug-ins\n"
|
||||
"- Share ideas and get help from 48,000+ users in the UltiMaker community"
|
||||
msgid "- Add material profiles and plug-ins from the Marketplace\n- Back-up and sync your material profiles and plug-ins\n- Share ideas and get help from 48,000+ users in the UltiMaker community"
|
||||
msgstr "- Ajoutez des profils de matériaux et des plug-ins à partir de la Marketplace- Sauvegardez et synchronisez vos profils de matériaux et vos plug-ins- Partagez vos idées et obtenez l'aide de plus de 48 000 utilisateurs de la communauté Ultimaker"
|
||||
|
||||
msgctxt "@heading"
|
||||
|
@ -200,45 +196,38 @@ msgctxt "@label %i will be replaced with a profile name"
|
|||
msgid "<b>Only user changed settings will be saved in the custom profile.</b><br/>For materials that support it, the new custom profile will inherit properties from <b>%1</b>."
|
||||
msgstr "<b>Seuls les paramètres modifiés par l'utilisateur seront enregistrés dans le profil personnalisé.</b><br/>Pour les matériaux qui le permettent, le nouveau profil personnalisé héritera des propriétés de <b>%1</b>."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label OpenGL renderer"
|
||||
msgid "<li>OpenGL Renderer: {renderer}</li>"
|
||||
msgstr "<li>Moteur de rendu OpenGL: {renderer}</li>"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label OpenGL vendor"
|
||||
msgid "<li>OpenGL Vendor: {vendor}</li>"
|
||||
msgstr "<li>Revendeur OpenGL: {vendor}</li>"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label OpenGL version"
|
||||
msgid "<li>OpenGL Version: {version}</li>"
|
||||
msgstr "<li>Version OpenGL: {version}</li>"
|
||||
|
||||
msgctxt "@label crash message"
|
||||
msgid ""
|
||||
"<p><b>A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem</p></b>\n"
|
||||
" <p>Please use the \"Send report\" button to post a bug report automatically to our servers</p>\n"
|
||||
msgid "<p><b>A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem</p></b>\n <p>Please use the \"Send report\" button to post a bug report automatically to our servers</p>\n "
|
||||
msgstr "<p><b>Une erreur fatale est survenue dans Cura. Veuillez nous envoyer ce rapport d'incident pour résoudre le problème</p></b>"
|
||||
" <p>Veuillez utiliser le bouton « Envoyer rapport » pour publier automatiquement un rapport d'erreur sur nos serveurs</p>"
|
||||
" "
|
||||
msgstr "<p><b>Une erreur fatale est survenue dans Cura. Veuillez nous envoyer ce rapport d'incident pour résoudre le problème</p></b> <p>Veuillez utiliser le bouton « Envoyer rapport » pour publier automatiquement un rapport d'erreur sur nos serveurs</p> "
|
||||
|
||||
msgctxt "@label crash message"
|
||||
msgid ""
|
||||
"<p><b>Oops, UltiMaker Cura has encountered something that doesn't seem right.</p></b>\n"
|
||||
" <p>We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.</p>\n"
|
||||
" <p>Backups can be found in the configuration folder.</p>\n"
|
||||
" <p>Please send us this Crash Report to fix the problem.</p>\n"
|
||||
msgid "<p><b>Oops, UltiMaker Cura has encountered something that doesn't seem right.</p></b>\n <p>We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.</p>\n <p>Backups can be found in the configuration folder.</p>\n <p>Please send us this Crash Report to fix the problem.</p>\n "
|
||||
msgstr "<p><b>Oups, un problème est survenu dans UltiMaker Cura.</p></b>"
|
||||
" <p>Une erreur irrécupérable est survenue lors du démarrage. Elle peut avoir été causée par des fichiers de configuration incorrects. Nous vous suggérons de sauvegarder et de réinitialiser votre configuration.</p>"
|
||||
" <p>Les sauvegardes se trouvent dans le dossier de configuration.</p>"
|
||||
" <p>Veuillez nous envoyer ce rapport d'incident pour que nous puissions résoudre le problème.</p>"
|
||||
" "
|
||||
msgstr "<p><b>Oups, un problème est survenu dans UltiMaker Cura.</p></b> <p>Une erreur irrécupérable est survenue lors du démarrage. Elle peut avoir été causée par des fichiers de configuration incorrects. Nous vous suggérons de sauvegarder et de réinitialiser votre configuration.</p> <p>Les sauvegardes se trouvent dans le dossier de configuration.</p> <p>Veuillez nous envoyer ce rapport d'incident pour que nous puissions résoudre le problème.</p> "
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid ""
|
||||
"<p>One or more 3D models may not print optimally due to the model size and material configuration:</p>\n"
|
||||
"<p>{model_names}</p>\n"
|
||||
"<p>Find out how to ensure the best possible print quality and reliability.</p>\n"
|
||||
"<p><a href=\"https://ultimaker.com/3D-model-assistant\">View print quality guide</a></p>"
|
||||
msgstr "<p>Un ou plusieurs modèles 3D peuvent ne pas s'imprimer de manière optimale en raison de la taille du modèle et de la configuration matérielle:</p><p>{model_names}</p><p>Découvrez comment optimiser la qualité et la fiabilité de l'impression.</p><p><a href=\"https://ultimaker.com/3D-model-assistant\">Consultez le guide de qualité d'impression</a></p>"
|
||||
msgid "<p>One or more 3D models may not print optimally due to the model size and material configuration:</p>\n<p>{model_names}</p>\n<p>Find out how to ensure the best possible print quality and reliability.</p>\n<p><a href=\"https://ultimaker.com/3D-model-assistant\">View print quality guide</a></p>"
|
||||
msgstr "<p>Un ou plusieurs modèles 3D peuvent ne pas s'imprimer de manière optimale en raison de la taille du modèle et de la configuration matérielle:</p>"
|
||||
"<p>{model_names}</p>"
|
||||
"<p>Découvrez comment optimiser la qualité et la fiabilité de l'impression.</p>"
|
||||
"<p><a href=\"https://ultimaker.com/3D-model-assistant\">Consultez le guide de qualité d'impression</a></p>"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "A USB print is in progress, closing Cura will stop this print. Are you sure?"
|
||||
|
@ -398,7 +387,6 @@ msgctxt "@button"
|
|||
msgid "Add printer manually"
|
||||
msgstr "Ajouter l'imprimante manuellement"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "info:status Filled in with printer name and printer model."
|
||||
msgid "Adding printer {name} ({model}) from your account"
|
||||
msgstr "Ajout de l'imprimante {name} ({model}) à partir de votre compte"
|
||||
|
@ -439,7 +427,6 @@ msgctxt "@item:inlistbox"
|
|||
msgid "All Files (*)"
|
||||
msgstr "Tous les fichiers (*)"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@item:inlistbox"
|
||||
msgid "All Supported Types ({0})"
|
||||
msgstr "Tous les types supportés ({0})"
|
||||
|
@ -532,7 +519,6 @@ msgctxt "@label %1 is the name of a print job."
|
|||
msgid "Are you sure you want to move %1 to the top of the queue?"
|
||||
msgstr "Êtes-vous sûr de vouloir déplacer %1 en haut de la file d'attente ?"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@message {printer_name} is replaced with the name of the printer"
|
||||
msgid "Are you sure you want to remove {printer_name} temporarily?"
|
||||
msgstr "Voulez-vous vraiment supprimer {printer_name} temporairement?"
|
||||
|
@ -545,7 +531,6 @@ msgctxt "@label (%1 is object name)"
|
|||
msgid "Are you sure you wish to remove %1? This cannot be undone!"
|
||||
msgstr "Êtes-vous sûr de vouloir supprimer l'objet %1 ? Vous ne pourrez pas revenir en arrière !"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label {0} is the name of a printer that's about to be deleted."
|
||||
msgid "Are you sure you wish to remove {0}? This cannot be undone!"
|
||||
msgstr "Voulez-vous vraiment supprimer l'objet {0}? Cette action est irréversible!"
|
||||
|
@ -710,12 +695,10 @@ msgctxt "@label"
|
|||
msgid "Can't connect to your UltiMaker printer?"
|
||||
msgstr "Impossible de vous connecter à votre imprimante UltiMaker ?"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename>!"
|
||||
msgid "Can't import profile from <filename>{0}</filename> before a printer is added."
|
||||
msgstr "Impossible d'importer le profil depuis <filename>{0}</filename> avant l'ajout d'une imprimante."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Can't open any other file if G-code is loading. Skipped importing {0}"
|
||||
msgstr "Impossible d'ouvrir un autre fichier si le G-Code est en cours de chargement. Importation de {0} sautée"
|
||||
|
@ -797,12 +780,7 @@ msgid "Checks models and print configuration for possible printing issues and gi
|
|||
msgstr "Vérifie les modèles et la configuration de l'impression pour déceler d'éventuels problèmes d'impression et donne des suggestions."
|
||||
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"Chooses between the techniques available to generate support. \n"
|
||||
"\n"
|
||||
"\"Normal\" support creates a support structure directly below the overhanging parts and drops those areas straight down. \n"
|
||||
"\n"
|
||||
"\"Tree\" support creates branches towards the overhanging areas that support the model on the tips of those branches, and allows the branches to crawl around the model to support it from the build plate as much as possible."
|
||||
msgid "Chooses between the techniques available to generate support. \n\n\"Normal\" support creates a support structure directly below the overhanging parts and drops those areas straight down. \n\n\"Tree\" support creates branches towards the overhanging areas that support the model on the tips of those branches, and allows the branches to crawl around the model to support it from the build plate as much as possible."
|
||||
msgstr "Choisit entre les stratégies de support disponibles. Le support « Normal » créé une structure de support directement sous les zones en porte-à-faux et fait descendre les supports directement vers le bas. Le support « Arborescent » génère une structure de branches depuis le plateau tout autour du modèle qui vont supporter les portes-à-faux sans toucher le modèle ailleur que les zones supportées."
|
||||
|
||||
msgctxt "@action:inmenu menubar:edit"
|
||||
|
@ -841,10 +819,6 @@ msgctxt "@label"
|
|||
msgid "Color scheme"
|
||||
msgstr "Modèle de couleurs"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Combination not recommended. Load BB core to slot 1 (left) for better reliability."
|
||||
msgstr "Combinaison non recommandée. Chargez le noyau BB dans l'emplacement 1 (gauche) pour une meilleure fiabilité."
|
||||
|
||||
msgctxt "@info"
|
||||
msgid "Compare and save."
|
||||
msgstr "Comparer et enregistrer."
|
||||
|
@ -1009,7 +983,6 @@ msgctxt "@info:backup_failed"
|
|||
msgid "Could not create archive from user data directory: {}"
|
||||
msgstr "Impossible de créer une archive à partir du répertoire de données de l'utilisateur: {}"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the tag {device}!"
|
||||
msgid "Could not find a file name when trying to write to {device}."
|
||||
msgstr "Impossible de trouver un nom de fichier lors d'une tentative d'écriture sur {device}."
|
||||
|
@ -1038,12 +1011,10 @@ msgctxt "@message:text"
|
|||
msgid "Could not save material archive to {}:"
|
||||
msgstr "Impossible d'enregistrer l'archive du matériau dans {} :"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename> or <message>!"
|
||||
msgid "Could not save to <filename>{0}</filename>: <message>{1}</message>"
|
||||
msgstr "Impossible d'enregistrer <filename>{0}</filename> : <message>{1}</message>"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Could not save to removable drive {0}: {1}"
|
||||
msgstr "Impossible d'enregistrer sur le lecteur {0}: {1}"
|
||||
|
@ -1052,26 +1023,20 @@ msgctxt "@info:text"
|
|||
msgid "Could not upload the data to the printer."
|
||||
msgstr "Impossible de transférer les données à l'imprimante."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:plugin_failed"
|
||||
msgid ""
|
||||
"Couldn't start EnginePlugin: {self._plugin_id}\n"
|
||||
"No permission to execute process."
|
||||
msgstr "Impossible de démarrer EnginePlugin : {self._plugin_id}Il n'y a pas d'autorisation pour exécuter le processus."
|
||||
msgid "Couldn't start EnginePlugin: {self._plugin_id}\nNo permission to execute process."
|
||||
msgstr "Impossible de démarrer EnginePlugin : {self._plugin_id}"
|
||||
"Il n'y a pas d'autorisation pour exécuter le processus."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:plugin_failed"
|
||||
msgid ""
|
||||
"Couldn't start EnginePlugin: {self._plugin_id}\n"
|
||||
"Operating system is blocking it (antivirus?)"
|
||||
msgstr "Impossible de démarrer EnginePlugin : {self._plugin_id}Le système d'exploitation le bloque (antivirus ?)"
|
||||
msgid "Couldn't start EnginePlugin: {self._plugin_id}\nOperating system is blocking it (antivirus?)"
|
||||
msgstr "Impossible de démarrer EnginePlugin : {self._plugin_id}"
|
||||
"Le système d'exploitation le bloque (antivirus ?)"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:plugin_failed"
|
||||
msgid ""
|
||||
"Couldn't start EnginePlugin: {self._plugin_id}\n"
|
||||
"Resource is temporarily unavailable"
|
||||
msgstr "Impossible de démarrer EnginePlugin : {self._plugin_id}La ressource est temporairement indisponible"
|
||||
msgid "Couldn't start EnginePlugin: {self._plugin_id}\nResource is temporarily unavailable"
|
||||
msgstr "Impossible de démarrer EnginePlugin : {self._plugin_id}"
|
||||
"La ressource est temporairement indisponible"
|
||||
|
||||
msgctxt "@title:window"
|
||||
msgid "Crash Report"
|
||||
|
@ -1157,16 +1122,14 @@ msgctxt "@title:window"
|
|||
msgid "Cura can't start"
|
||||
msgstr "Échec du démarrage de Cura"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Cura has detected material profiles that were not yet installed on the host printer of group {0}."
|
||||
msgstr "Cura a détecté des profils de matériau qui ne sont pas encore installés sur l'imprimante hôte du groupe {0}."
|
||||
|
||||
msgctxt "@info:credit"
|
||||
msgid ""
|
||||
"Cura is developed by UltiMaker in cooperation with the community.\n"
|
||||
"Cura proudly uses the following open source projects:"
|
||||
msgstr "Cura a été développé par Ultimaker B.V. en coopération avec la communauté Ultimaker.Cura est fier d'utiliser les projets open source suivants :"
|
||||
msgid "Cura is developed by UltiMaker in cooperation with the community.\nCura proudly uses the following open source projects:"
|
||||
msgstr "Cura a été développé par Ultimaker B.V. en coopération avec la communauté Ultimaker."
|
||||
"Cura est fier d'utiliser les projets open source suivants :"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Cura language"
|
||||
|
@ -1180,6 +1143,14 @@ msgctxt "name"
|
|||
msgid "CuraEngine Backend"
|
||||
msgstr "Système CuraEngine"
|
||||
|
||||
msgctxt "description"
|
||||
msgid "CuraEngine plugin for gradually smoothing the flow to limit high-flow jumps"
|
||||
msgstr "Plugin CuraEngine permettant de lisser progressivement le débit afin de limiter les sauts lorsque le débit est élevé"
|
||||
|
||||
msgctxt "name"
|
||||
msgid "CuraEngineGradualFlow"
|
||||
msgstr "CuraEngineGradualFlow"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Currency:"
|
||||
msgstr "Devise:"
|
||||
|
@ -1436,12 +1407,10 @@ msgctxt "@action:button"
|
|||
msgid "Eject"
|
||||
msgstr "Ejecter"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@action"
|
||||
msgid "Eject removable device {0}"
|
||||
msgstr "Ejecter le lecteur amovible {0}"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Ejected {0}. You can now safely remove the drive."
|
||||
msgstr "Lecteur {0} éjecté. Vous pouvez maintenant le retirer en tout sécurité."
|
||||
|
@ -1530,10 +1499,6 @@ msgctxt "@title:window"
|
|||
msgid "Export Material"
|
||||
msgstr "Exporter un matériau"
|
||||
|
||||
msgctxt "@action:inmenu menubar:help"
|
||||
msgid "Export Package For Technical Support"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "@title:window"
|
||||
msgid "Export Profile"
|
||||
msgstr "Exporter un profil"
|
||||
|
@ -1554,7 +1519,6 @@ msgctxt "@info:title"
|
|||
msgid "Export succeeded"
|
||||
msgstr "L'exportation a réussi"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tag <filename>!"
|
||||
msgid "Exported profile to <filename>{0}</filename>"
|
||||
msgstr "Profil exporté vers <filename>{0}</filename>"
|
||||
|
@ -1591,7 +1555,6 @@ msgctxt "@label"
|
|||
msgid "Extruder Start G-code duration"
|
||||
msgstr "Durée du G-code du début de l'extrudeuse"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label"
|
||||
msgid "Extruder {0}"
|
||||
msgstr "Extrudeuse {0}"
|
||||
|
@ -1616,7 +1579,6 @@ msgctxt "@text:error"
|
|||
msgid "Failed to create archive of materials to sync with printers."
|
||||
msgstr "Échec de la création de l'archive des matériaux à synchroniser avec les imprimantes."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Failed to eject {0}. Another program may be using the drive."
|
||||
msgstr "Impossible d'éjecter {0}. Un autre programme utilise peut-être ce lecteur."
|
||||
|
@ -1625,27 +1587,22 @@ msgctxt "@info:status Don't translate the XML tags <filename> and <message>!"
|
|||
msgid "Failed to export material to <filename>%1</filename>: <message>%2</message>"
|
||||
msgstr "Échec de l'exportation de matériau vers <filename>%1</filename> : <message>%2</message>"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename> or <message>!"
|
||||
msgid "Failed to export profile to <filename>{0}</filename>: <message>{1}</message>"
|
||||
msgstr "Échec de l'exportation du profil vers <filename>{0}</filename> : <message>{1}</message>"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tag <filename>!"
|
||||
msgid "Failed to export profile to <filename>{0}</filename>: Writer plugin reported failure."
|
||||
msgstr "Échec de l'exportation du profil vers <filename>{0}</filename>: le plugin du générateur a rapporté une erreur."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tag <filename>!"
|
||||
msgid "Failed to import profile from <filename>{0}</filename>:"
|
||||
msgstr "Échec de l'importation du profil depuis le fichier <filename>{0}</filename> :"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename>!"
|
||||
msgid "Failed to import profile from <filename>{0}</filename>:"
|
||||
msgstr "Échec de l'importation du profil depuis le fichier <filename>{0}</filename>:"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename>!"
|
||||
msgid "Failed to import profile from <filename>{0}</filename>: {1}"
|
||||
msgstr "Impossible d'importer le profil depuis <filename>{0}</filename>: {1}"
|
||||
|
@ -1662,7 +1619,6 @@ msgctxt "@message:title"
|
|||
msgid "Failed to save material archive"
|
||||
msgstr "Échec de l'enregistrement de l'archive des matériaux"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Failed writing to specific cloud printer: {0} not in remote clusters."
|
||||
msgstr "Échec de l'écriture sur une imprimante cloud spécifique : {0} pas dans les groupes distants."
|
||||
|
@ -1691,7 +1647,6 @@ msgctxt "@info:title"
|
|||
msgid "File Saved"
|
||||
msgstr "Fichier enregistré"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "File {0} does not contain any valid profile."
|
||||
msgstr "Le fichier {0} ne contient pas de profil valide."
|
||||
|
@ -1915,7 +1870,6 @@ msgctxt "@label"
|
|||
msgid "Grid Placement"
|
||||
msgstr "Positionnement de la grille"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label"
|
||||
msgid "Group #{group_nr}"
|
||||
msgstr "Groupe nº {group_nr}"
|
||||
|
@ -2400,10 +2354,6 @@ msgctxt "name"
|
|||
msgid "Makerbot Printfile Writer"
|
||||
msgstr "Écrivain de fichier d'impression Makerbot"
|
||||
|
||||
msgctxt "@item:inlistbox"
|
||||
msgid "Makerbot Sketch Printfile"
|
||||
msgstr "Fichier d'impression Makerbot Sketch"
|
||||
|
||||
msgctxt "@error"
|
||||
msgid "MakerbotWriter could not save to the designated path."
|
||||
msgstr "MakerbotWriter n'a pas pu sauvegarder dans le chemin désigné."
|
||||
|
@ -2646,7 +2596,6 @@ msgctxt "@info:title"
|
|||
msgid "Network error"
|
||||
msgstr "Erreur de réseau"
|
||||
|
||||
#, python-format
|
||||
msgctxt "@info:title The %s gets replaced with the printer name."
|
||||
msgid "New %s stable firmware available"
|
||||
msgstr "Nouveau %s firmware stable disponible"
|
||||
|
@ -2659,7 +2608,6 @@ msgctxt "@label"
|
|||
msgid "New UltiMaker printers can be connected to Digital Factory and monitored remotely."
|
||||
msgstr "Les nouvelles imprimantes UltiMaker peuvent être connectées à Digital Factory et contrôlées à distance."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info Don't translate {machine_name}, since it gets replaced by a printer name!"
|
||||
msgid "New features or bug-fixes may be available for your {machine_name}! If you haven't done so already, it is recommended to update the firmware on your printer to version {latest_version}."
|
||||
msgstr "De nouvelles fonctionnalités ou des correctifs de bugs sont disponibles pour votre {machine_name} ! Si vous ne l'avez pas encore fait, il est recommandé de mettre à jour le micrologiciel de votre imprimante avec la version {latest_version}."
|
||||
|
@ -2706,7 +2654,6 @@ msgctxt "@label"
|
|||
msgid "No cost estimation available"
|
||||
msgstr "Aucune estimation des coûts n'est disponible"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename>!"
|
||||
msgid "No custom profile to import in file <filename>{0}</filename>"
|
||||
msgstr "Aucun profil personnalisé à importer dans le fichier <filename>{0}</filename>"
|
||||
|
@ -2807,6 +2754,10 @@ msgctxt "@label"
|
|||
msgid "Nozzle offset Y"
|
||||
msgstr "Décalage buse Y"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Nozzle Size"
|
||||
msgstr "Taille de la buse"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Nozzle size"
|
||||
msgstr "Taille de la buse"
|
||||
|
@ -2843,7 +2794,6 @@ msgctxt "@label"
|
|||
msgid "Only Show Top Layers"
|
||||
msgstr "Afficher uniquement les couches supérieures"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Only one G-code file can be loaded at a time. Skipped importing {0}"
|
||||
msgstr "Un seul fichier G-Code peut être chargé à la fois. Importation de {0} sautée"
|
||||
|
@ -3057,12 +3007,11 @@ msgid "Please give the required permissions when authorizing this application."
|
|||
msgstr "Veuillez donner les permissions requises lors de l'autorisation de cette application."
|
||||
|
||||
msgctxt "@info"
|
||||
msgid ""
|
||||
"Please make sure your printer has a connection:\n"
|
||||
"- Check if the printer is turned on.\n"
|
||||
"- Check if the printer is connected to the network.\n"
|
||||
"- Check if you are signed in to discover cloud-connected printers."
|
||||
msgstr "Assurez-vous que votre imprimante est connectée:- Vérifiez si l'imprimante est sous tension.- Vérifiez si l'imprimante est connectée au réseau.- Vérifiez si vous êtes connecté pour découvrir les imprimantes connectées au cloud."
|
||||
msgid "Please make sure your printer has a connection:\n- Check if the printer is turned on.\n- Check if the printer is connected to the network.\n- Check if you are signed in to discover cloud-connected printers."
|
||||
msgstr "Assurez-vous que votre imprimante est connectée:"
|
||||
"- Vérifiez si l'imprimante est sous tension."
|
||||
"- Vérifiez si l'imprimante est connectée au réseau."
|
||||
"- Vérifiez si vous êtes connecté pour découvrir les imprimantes connectées au cloud."
|
||||
|
||||
msgctxt "@text"
|
||||
msgid "Please name your printer"
|
||||
|
@ -3089,12 +3038,11 @@ msgid "Please remove the print"
|
|||
msgstr "Supprimez l'imprimante"
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid ""
|
||||
"Please review settings and check if your models:\n"
|
||||
"- Fit within the build volume\n"
|
||||
"- Are assigned to an enabled extruder\n"
|
||||
"- Are not all set as modifier meshes"
|
||||
msgstr "Veuillez vérifier les paramètres et si vos modèles:- S'intègrent dans le volume de fabrication- Sont affectés à un extrudeur activé- N sont pas tous définis comme des mailles de modificateur"
|
||||
msgid "Please review settings and check if your models:\n- Fit within the build volume\n- Are assigned to an enabled extruder\n- Are not all set as modifier meshes"
|
||||
msgstr "Veuillez vérifier les paramètres et si vos modèles:"
|
||||
"- S'intègrent dans le volume de fabrication"
|
||||
"- Sont affectés à un extrudeur activé"
|
||||
"- N sont pas tous définis comme des mailles de modificateur"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Please select any upgrades made to this UltiMaker Original"
|
||||
|
@ -3396,7 +3344,6 @@ msgctxt "@title:column"
|
|||
msgid "Profile settings"
|
||||
msgstr "Paramètres du profil"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Profile {0} has an unknown file type or is corrupted."
|
||||
msgstr "Le profil {0} est un type de fichier inconnu ou est corrompu."
|
||||
|
@ -3421,22 +3368,18 @@ msgctxt "@label Description for application dependency"
|
|||
msgid "Programming language"
|
||||
msgstr "Langage de programmation"
|
||||
|
||||
#, 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 "Le fichier projet <filename>{0}</filename> contient un type de machine inconnu <message>{1}</message>. Impossible d'importer la machine. Les modèles seront importés à la place."
|
||||
|
||||
#, 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 "Le fichier de projet <filename>{0}</filename> est corrompu: <message>{1}</message>."
|
||||
|
||||
#, 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."
|
||||
msgstr "Le fichier de projet <filename>{0}</filename> a été réalisé en utilisant des profils inconnus de cette version d'UltiMaker Cura."
|
||||
|
||||
#, 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 "Le fichier de projet <filename>{0}</filename> est soudainement inaccessible: <message>{1}</message>."
|
||||
|
@ -3565,7 +3508,6 @@ msgctxt "@label"
|
|||
msgid "Qt version"
|
||||
msgstr "Version Qt"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Quality type '{0}' is not compatible with the current active machine definition '{1}'."
|
||||
msgstr "Le type de qualité '{0}' n'est pas compatible avec la définition actuelle de la machine active '{1}'."
|
||||
|
@ -3806,12 +3748,10 @@ msgctxt "@action:button Preceded by 'Ready to'."
|
|||
msgid "Save to Removable Drive"
|
||||
msgstr "Enregistrer sur un lecteur amovible"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@item:inlistbox"
|
||||
msgid "Save to Removable Drive {0}"
|
||||
msgstr "Enregistrer sur un lecteur amovible {0}"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Saved to Removable Drive {0} as {1}"
|
||||
msgstr "Enregistré sur le lecteur amovible {0} sous {1}"
|
||||
|
@ -3820,7 +3760,6 @@ msgctxt "@info:title"
|
|||
msgid "Saving"
|
||||
msgstr "Enregistrement"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:progress Don't translate the XML tags <filename>!"
|
||||
msgid "Saving to Removable Drive <filename>{0}</filename>"
|
||||
msgstr "Enregistrement sur le lecteur amovible <filename>{0}</filename>"
|
||||
|
@ -3837,10 +3776,6 @@ msgctxt "@placeholder"
|
|||
msgid "Search"
|
||||
msgstr "Rechercher"
|
||||
|
||||
msgctxt "@label:textbox"
|
||||
msgid "Search Printer"
|
||||
msgstr "Rechercher l'imprimante"
|
||||
|
||||
msgctxt "@info"
|
||||
msgid "Search in the browser"
|
||||
msgstr "Rechercher dans le navigateur"
|
||||
|
@ -4073,6 +4008,10 @@ msgctxt "@action:inmenu menubar:help"
|
|||
msgid "Show Online &Documentation"
|
||||
msgstr "Afficher la &documentation en ligne"
|
||||
|
||||
msgctxt "@action:inmenu"
|
||||
msgid "Show Online Troubleshooting"
|
||||
msgstr "Afficher le dépannage en ligne"
|
||||
|
||||
msgctxt "@label:checkbox"
|
||||
msgid "Show all"
|
||||
msgstr "Afficher tout"
|
||||
|
@ -4198,11 +4137,9 @@ msgid "Solid view"
|
|||
msgstr "Vue solide"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"Some hidden settings use values different from their normal calculated value.\n"
|
||||
"\n"
|
||||
"Click to make these settings visible."
|
||||
msgstr "Certains paramètres masqués utilisent des valeurs différentes de leur valeur normalement calculée.Cliquez pour rendre ces paramètres visibles."
|
||||
msgid "Some hidden settings use values different from their normal calculated value.\n\nClick to make these settings visible."
|
||||
msgstr "Certains paramètres masqués utilisent des valeurs différentes de leur valeur normalement calculée."
|
||||
"Cliquez pour rendre ces paramètres visibles."
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid "Some of the packages used in the project file are currently not installed in Cura, this might produce undesirable print results. We highly recommend installing the all required packages from the Marketplace."
|
||||
|
@ -4217,11 +4154,9 @@ msgid "Some setting-values defined in <b>%1</b> were overridden."
|
|||
msgstr "Certaines valeurs de paramètres définies dans <b>%1</b> ont été remplacées."
|
||||
|
||||
msgctxt "@tooltip"
|
||||
msgid ""
|
||||
"Some setting/override values are different from the values stored in the profile.\n"
|
||||
"\n"
|
||||
"Click to open the profile manager."
|
||||
msgstr "Certaines valeurs de paramètre / forçage sont différentes des valeurs enregistrées dans le profil. Cliquez pour ouvrir le gestionnaire de profils."
|
||||
msgid "Some setting/override values are different from the values stored in the profile.\n\nClick to open the profile manager."
|
||||
msgstr "Certaines valeurs de paramètre / forçage sont différentes des valeurs enregistrées dans le profil. "
|
||||
"Cliquez pour ouvrir le gestionnaire de profils."
|
||||
|
||||
msgctxt "@action:label"
|
||||
msgid "Some settings from current profile were overwritten."
|
||||
|
@ -4303,7 +4238,6 @@ msgctxt "@info:status Don't translate the XML tag <filename>!"
|
|||
msgid "Successfully imported material <filename>%1</filename>"
|
||||
msgstr "Matériau <filename>%1</filename> importé avec succès"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Successfully imported profile {0}."
|
||||
msgstr "Importation du profil {0} réussie."
|
||||
|
@ -4510,7 +4444,6 @@ msgctxt "@label"
|
|||
msgid "The extruder train to use for printing the support. This is used in multi-extrusion."
|
||||
msgstr "Le chemin d'extrusion à utiliser pour l'impression du support. Cela est utilisé en multi-extrusion."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label Don't translate the XML tag <filename>!"
|
||||
msgid "The file <filename>{0}</filename> already exists. Are you sure you want to overwrite it?"
|
||||
msgstr "Le fichier <filename>{0}</filename> existe déjà. Êtes-vous sûr de vouloir le remplacer?"
|
||||
|
@ -4574,15 +4507,11 @@ msgid "The nozzle inserted in this extruder."
|
|||
msgstr "Buse insérée dans cet extrudeur."
|
||||
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"The pattern of the infill material of the print:\n"
|
||||
"\n"
|
||||
"For quick prints of non functional model choose line, zig zag or lightning infill.\n"
|
||||
"\n"
|
||||
"For functional part not subjected to a lot of stress we recommend grid or triangle or tri hexagon.\n"
|
||||
"\n"
|
||||
"For functional 3D prints which require high strength in multiple directions use cubic, cubic subdivision, quarter cubic, octet, and gyroid."
|
||||
msgstr "Motif de remplissage de la pièce :Pour l'impression rapide de modèles 3D non fonctionnels, choisissez un remplissage de type ligne, zigzag ou éclair.Pour les parties fonctionnelles soumises à de faibles contraintes, nous recommandons un remplissage de type grille, triangle ou trihexagonal.Pour les impressions 3D fonctionnelles qui nécessitent une résistance élevée dans plusieurs directions, utilisez un remplissage de type cubique, subdivision cubique, quart cubique, octaédrique ou gyroïde."
|
||||
msgid "The pattern of the infill material of the print:\n\nFor quick prints of non functional model choose line, zig zag or lightning infill.\n\nFor functional part not subjected to a lot of stress we recommend grid or triangle or tri hexagon.\n\nFor functional 3D prints which require high strength in multiple directions use cubic, cubic subdivision, quarter cubic, octet, and gyroid."
|
||||
msgstr "Motif de remplissage de la pièce :"
|
||||
"Pour l'impression rapide de modèles 3D non fonctionnels, choisissez un remplissage de type ligne, zigzag ou éclair."
|
||||
"Pour les parties fonctionnelles soumises à de faibles contraintes, nous recommandons un remplissage de type grille, triangle ou trihexagonal."
|
||||
"Pour les impressions 3D fonctionnelles qui nécessitent une résistance élevée dans plusieurs directions, utilisez un remplissage de type cubique, subdivision cubique, quart cubique, octaédrique ou gyroïde."
|
||||
|
||||
msgctxt "@info:tooltip"
|
||||
msgid "The percentage of light penetrating a print with a thickness of 1 millimeter. Lowering this value increases the contrast in dark regions and decreases the contrast in light regions of the image."
|
||||
|
@ -4701,8 +4630,8 @@ msgid "This configuration is not available because %1 is not recognized. Please
|
|||
msgstr "Cette configuration n'est pas disponible car %1 n'est pas reconnu. Veuillez visiter %2 pour télécharger le profil matériel correct."
|
||||
|
||||
msgctxt "@text:window"
|
||||
msgid "This is a Cura Universal project file. Would you like to open it as a Cura Universal Project or import the models from it?"
|
||||
msgstr "Il s'agit d'un fichier de projet Cura Universal. Souhaitez-vous l'ouvrir en tant que projet Cura Universal ou importer les modèles qu'il contient ?"
|
||||
msgid "This is a Cura Universal project file. Would you like to open it as a Cura project or Cura Universal Project or import the models from it?"
|
||||
msgstr "Il s'agit d'un fichier de type Projet Universel Cura. Souhaitez-vous l'ouvrir en tant que Projet Universel Cura ou importer les modèles qu'il contient ?"
|
||||
|
||||
msgctxt "@text:window"
|
||||
msgid "This is a Cura project file. Would you like to open it as a project or import the models from it?"
|
||||
|
@ -4738,7 +4667,6 @@ msgctxt "@label"
|
|||
msgid "This printer is the host for a group of %1 printers."
|
||||
msgstr "Cette imprimante est l'hôte d'un groupe d'imprimantes %1."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename>!"
|
||||
msgid "This profile <filename>{0}</filename> contains incorrect data, could not import it."
|
||||
msgstr "Le profil <filename>{0}</filename> contient des données incorrectes ; échec de l'importation."
|
||||
|
@ -4752,11 +4680,9 @@ msgid "This project contains materials or plugins that are currently not install
|
|||
msgstr "Ce projet comporte des contenus ou des plugins qui ne sont pas installés dans Cura pour le moment.<br/>Installez les packages manquants et ouvrez à nouveau le projet."
|
||||
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"This setting has a value that is different from the profile.\n"
|
||||
"\n"
|
||||
"Click to restore the value of the profile."
|
||||
msgstr "Ce paramètre possède une valeur qui est différente du profil.Cliquez pour restaurer la valeur du profil."
|
||||
msgid "This setting has a value that is different from the profile.\n\nClick to restore the value of the profile."
|
||||
msgstr "Ce paramètre possède une valeur qui est différente du profil."
|
||||
"Cliquez pour restaurer la valeur du profil."
|
||||
|
||||
msgctxt "@item:tooltip"
|
||||
msgid "This setting has been hidden by the active machine and will not be visible."
|
||||
|
@ -4773,11 +4699,9 @@ msgid "This setting is always shared between all extruders. Changing it here wil
|
|||
msgstr "Ce paramètre est toujours partagé par toutes les extrudeuses. Le modifier ici entraînera la modification de la valeur pour toutes les extrudeuses."
|
||||
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"This setting is normally calculated, but it currently has an absolute value set.\n"
|
||||
"\n"
|
||||
"Click to restore the calculated value."
|
||||
msgstr "Ce paramètre est normalement calculé mais il possède actuellement une valeur absolue définie.Cliquez pour restaurer la valeur calculée."
|
||||
msgid "This setting is normally calculated, but it currently has an absolute value set.\n\nClick to restore the calculated value."
|
||||
msgstr "Ce paramètre est normalement calculé mais il possède actuellement une valeur absolue définie."
|
||||
"Cliquez pour restaurer la valeur calculée."
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "This setting is not used because all the settings that it influences are overridden."
|
||||
|
@ -4811,7 +4735,6 @@ msgctxt "@text"
|
|||
msgid "To automatically sync the material profiles with all your printers connected to Digital Factory you need to be signed in in Cura."
|
||||
msgstr "Pour synchroniser automatiquement les profils de matériaux avec toutes vos imprimantes connectées à Digital Factory, vous devez être connecté à Cura."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "info:status"
|
||||
msgid "To establish a connection, please visit the {website_link}"
|
||||
msgstr "Pour établir une connexion, veuillez visiter le site {website_link}"
|
||||
|
@ -4824,7 +4747,6 @@ msgctxt "@label"
|
|||
msgid "To print directly to your printer over the network, please make sure your printer is connected to the network using a network cable or by connecting your printer to your WIFI network. If you don't connect Cura with your printer, you can still use a USB drive to transfer g-code files to your printer."
|
||||
msgstr "Pour imprimer directement sur votre imprimante via le réseau, assurez-vous que votre imprimante est connectée au réseau via un câble Ethernet ou en connectant votre imprimante à votre réseau Wi-Fi. Si vous ne connectez pas Cura avec votre imprimante, vous pouvez utiliser une clé USB pour transférer les fichiers g-code sur votre imprimante."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@message {printer_name} is replaced with the name of the printer"
|
||||
msgid "To remove {printer_name} permanently, visit {digital_factory_link}"
|
||||
msgstr "Pour supprimer {printer_name} définitivement, visitez le site {digital_factory_link}"
|
||||
|
@ -4969,17 +4891,14 @@ msgctxt "@info:status"
|
|||
msgid "Unable to find a location within the build volume for all objects"
|
||||
msgstr "Impossible de trouver un emplacement dans le volume d'impression pour tous les objets"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:plugin_failed"
|
||||
msgid "Unable to find local EnginePlugin server executable for: {self._plugin_id}"
|
||||
msgstr "L'exécutable du serveur EnginePlugin local est introuvable pour : {self._plugin_id}"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:plugin_failed"
|
||||
msgid ""
|
||||
"Unable to kill running EnginePlugin: {self._plugin_id}\n"
|
||||
"Access is denied."
|
||||
msgstr "L'EnginePlugin en cours d'exécution ne peut pas être arrêté : {self._plugin_id}L'accès est refusé."
|
||||
msgid "Unable to kill running EnginePlugin: {self._plugin_id}\nAccess is denied."
|
||||
msgstr "L'EnginePlugin en cours d'exécution ne peut pas être arrêté : {self._plugin_id}"
|
||||
"L'accès est refusé."
|
||||
|
||||
msgctxt "@info"
|
||||
msgid "Unable to reach the UltiMaker account server."
|
||||
|
@ -4989,14 +4908,6 @@ msgctxt "@text"
|
|||
msgid "Unable to read example data file."
|
||||
msgstr "Impossible de lire le fichier de données d'exemple."
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to send the model data to the engine. Please try again, or contact support."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to send the model data to the engine. Please try to use a less detailed model, or reduce the number of instances."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "@info:title"
|
||||
msgid "Unable to slice"
|
||||
msgstr "Impossible de découper"
|
||||
|
@ -5009,12 +4920,10 @@ msgctxt "@info:status"
|
|||
msgid "Unable to slice because the prime tower or prime position(s) are invalid."
|
||||
msgstr "Impossible de couper car la tour primaire ou la (les) position(s) d'amorçage ne sont pas valides."
|
||||
|
||||
#, python-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to slice because there are objects associated with disabled Extruder %s."
|
||||
msgstr "Impossible de couper car il existe des objets associés à l'extrudeuse désactivée %s."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to slice due to some per-model settings. The following settings have errors on one or more models: {error_labels}"
|
||||
msgstr "Impossible de couper en raison de certains paramètres par modèle. Les paramètres suivants contiennent des erreurs sur un ou plusieurs modèles: {error_labels}"
|
||||
|
@ -5023,7 +4932,6 @@ msgctxt "@info:status"
|
|||
msgid "Unable to slice with the current material as it is incompatible with the selected machine or configuration."
|
||||
msgstr "Impossible de découper le matériau actuel, car celui-ci est incompatible avec la machine ou la configuration sélectionnée."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to slice with the current settings. The following settings have errors: {0}"
|
||||
msgstr "Impossible de couper avec les paramètres actuels. Les paramètres suivants contiennent des erreurs: {0}"
|
||||
|
@ -5032,7 +4940,6 @@ msgctxt "@info"
|
|||
msgid "Unable to start a new sign in process. Check if another sign in attempt is still active."
|
||||
msgstr "Impossible de lancer une nouvelle procédure de connexion. Vérifiez si une autre tentative de connexion est toujours active."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:error"
|
||||
msgid "Unable to write to file: {0}"
|
||||
msgstr "Impossible d'écrire dans un fichier : {0}"
|
||||
|
@ -5085,7 +4992,6 @@ msgctxt "@label:property"
|
|||
msgid "Unknown Package"
|
||||
msgstr "Dossier inconnu"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@error:send"
|
||||
msgid "Unknown error code when uploading print job: {0}"
|
||||
msgstr "Code d'erreur inconnu lors du téléchargement d'une tâche d'impression: {0}"
|
||||
|
@ -5258,10 +5164,6 @@ msgctxt "description"
|
|||
msgid "Upgrades configurations from Cura 5.6 to Cura 5.7."
|
||||
msgstr "Met à jour les configurations de Cura 5.6 à Cura 5.7."
|
||||
|
||||
msgctxt "description"
|
||||
msgid "Upgrades configurations from Cura 5.8 to Cura 5.9."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "@action:button"
|
||||
msgid "Upload custom Firmware"
|
||||
msgstr "Charger le firmware personnalisé"
|
||||
|
@ -5406,10 +5308,6 @@ msgctxt "name"
|
|||
msgid "Version Upgrade 5.6 to 5.7"
|
||||
msgstr "Mise à jour de la version 5.6 à 5.7"
|
||||
|
||||
msgctxt "name"
|
||||
msgid "Version Upgrade 5.8 to 5.9"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "@button"
|
||||
msgid "View printers in Digital Factory"
|
||||
msgstr "Afficher les imprimantes dans Digital Factory"
|
||||
|
@ -5462,7 +5360,6 @@ msgctxt "@info:title"
|
|||
msgid "Warning"
|
||||
msgstr "Avertissement"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Warning: The profile is not visible because its quality type '{0}' is not available for the current configuration. Switch to a material/nozzle combination that can use this quality type."
|
||||
msgstr "Avertissement: le profil n'est pas visible car son type de qualité '{0}' n'est pas disponible pour la configuration actuelle. Passez à une combinaison matériau/buse qui peut utiliser ce type de qualité."
|
||||
|
@ -5584,31 +5481,20 @@ msgid "Yes"
|
|||
msgstr "Oui"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"You are about to remove all printers from Cura. This action cannot be undone.\n"
|
||||
"Are you sure you want to continue?"
|
||||
msgstr "Vous êtes sur le point de supprimer toutes les imprimantes de Cura. Cette action est irréversible.Voulez-vous vraiment continuer?"
|
||||
msgid "You are about to remove all printers from Cura. This action cannot be undone.\nAre you sure you want to continue?"
|
||||
msgstr "Vous êtes sur le point de supprimer toutes les imprimantes de Cura. Cette action est irréversible."
|
||||
"Voulez-vous vraiment continuer?"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"You are about to remove {0} printer from Cura. This action cannot be undone.\n"
|
||||
"Are you sure you want to continue?"
|
||||
msgid_plural ""
|
||||
"You are about to remove {0} printers from Cura. This action cannot be undone.\n"
|
||||
"Are you sure you want to continue?"
|
||||
msgstr[0] ""
|
||||
"Vous êtes sur le point de supprimer {0} imprimante de Cura. Cette action est irréversible.\n"
|
||||
"Voulez-vous vraiment continuer?"
|
||||
msgstr[1] ""
|
||||
"Vous êtes sur le point de supprimer {0} imprimantes de Cura. Cette action est irréversible.\n"
|
||||
"Voulez-vous vraiment continuer?"
|
||||
msgid "You are about to remove {0} printer from Cura. This action cannot be undone.\nAre you sure you want to continue?"
|
||||
msgid_plural "You are about to remove {0} printers from Cura. This action cannot be undone.\nAre you sure you want to continue?"
|
||||
msgstr[0] "Vous êtes sur le point de supprimer {0} imprimante de Cura. Cette action est irréversible.\nVoulez-vous vraiment continuer?"
|
||||
msgstr[1] "Vous êtes sur le point de supprimer {0} imprimantes de Cura. Cette action est irréversible.\nVoulez-vous vraiment continuer?"
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid "You are attempting to connect to a printer that is not running UltiMaker Connect. Please update the printer to the latest firmware."
|
||||
msgstr "Vous tentez de vous connecter à une imprimante qui n'exécute pas UltiMaker Connect. Veuillez mettre à jour l'imprimante avec le dernier micrologiciel."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "You are attempting to connect to {0} but it is not the host of a group. You can visit the web page to configure it as a group host."
|
||||
msgstr "Vous tentez de vous connecter à {0} mais ce n'est pas l'hôte de groupe. Vous pouvez visiter la page Web pour la configurer en tant qu'hôte de groupe."
|
||||
|
@ -5619,7 +5505,9 @@ msgstr "Vous n'avez actuellement aucune sauvegarde. Utilisez le bouton « Sauve
|
|||
|
||||
msgctxt "@text:window, %1 is a profile name"
|
||||
msgid "You have customized some profile settings. Would you like to Keep these changed settings after switching profiles? Alternatively, you can discard the changes to load the defaults from '%1'."
|
||||
msgstr "Vous avez personnalisé certains paramètres de profil.Souhaitez-vous conserver ces paramètres modifiés après avoir changé de profil ?Vous pouvez également annuler les modifications pour charger les valeurs par défaut de '%1'."
|
||||
msgstr "Vous avez personnalisé certains paramètres de profil."
|
||||
"Souhaitez-vous conserver ces paramètres modifiés après avoir changé de profil ?"
|
||||
"Vous pouvez également annuler les modifications pour charger les valeurs par défaut de '%1'."
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "You need to accept the license to install the package"
|
||||
|
@ -5649,12 +5537,10 @@ msgctxt "@info"
|
|||
msgid "Your new printer will automatically appear in Cura"
|
||||
msgstr "Votre nouvelle imprimante apparaîtra automatiquement dans Cura"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid ""
|
||||
"Your printer <b>{printer_name}</b> could be connected via cloud.\n"
|
||||
" Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory"
|
||||
msgstr "Votre imprimante <b>{printer_name} </b> pourrait être connectée via le cloud. Gérez votre file d'attente d'impression et surveillez vos impressions depuis n'importe où en connectant votre imprimante à Digital Factory"
|
||||
msgid "Your printer <b>{printer_name}</b> could be connected via cloud.\n Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory"
|
||||
msgstr "Votre imprimante <b>{printer_name} </b> pourrait être connectée via le cloud."
|
||||
" Gérez votre file d'attente d'impression et surveillez vos impressions depuis n'importe où en connectant votre imprimante à Digital Factory"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Z"
|
||||
|
@ -5716,7 +5602,6 @@ msgctxt "@label"
|
|||
msgid "version: %1"
|
||||
msgstr "version : %1"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@message {printer_name} is replaced with the name of the printer"
|
||||
msgid "{printer_name} will be removed until the next account sync."
|
||||
msgstr "L'imprimante {printer_name} sera supprimée jusqu'à la prochaine synchronisation de compte."
|
||||
|
@ -5725,18 +5610,38 @@ msgctxt "@info:generic"
|
|||
msgid "{} plugins failed to download"
|
||||
msgstr "Échec de téléchargement des plugins {}"
|
||||
|
||||
#~ msgctxt "description"
|
||||
#~ msgid "CuraEngine plugin for gradually smoothing the flow to limit high-flow jumps"
|
||||
#~ msgstr "Plugin CuraEngine permettant de lisser progressivement le débit afin de limiter les sauts lorsque le débit est élevé"
|
||||
msgctxt "@label"
|
||||
msgid "Combination not recommended. Load BB core to slot 1 (left) for better reliability."
|
||||
msgstr "Combinaison non recommandée. Chargez le noyau BB dans l'emplacement 1 (gauche) pour une meilleure fiabilité."
|
||||
|
||||
#~ msgctxt "name"
|
||||
#~ msgid "CuraEngineGradualFlow"
|
||||
#~ msgstr "CuraEngineGradualFlow"
|
||||
msgctxt "@item:inlistbox"
|
||||
msgid "Makerbot Sketch Printfile"
|
||||
msgstr "Fichier d'impression Makerbot Sketch"
|
||||
|
||||
#~ msgctxt "@action:inmenu"
|
||||
#~ msgid "Show Online Troubleshooting"
|
||||
#~ msgstr "Afficher le dépannage en ligne"
|
||||
msgctxt "@label:textbox"
|
||||
msgid "Search Printer"
|
||||
msgstr "Rechercher l'imprimante"
|
||||
|
||||
#~ msgctxt "@text:window"
|
||||
#~ msgid "This is a Cura Universal project file. Would you like to open it as a Cura project or Cura Universal Project or import the models from it?"
|
||||
#~ msgstr "Il s'agit d'un fichier de type Projet Universel Cura. Souhaitez-vous l'ouvrir en tant que Projet Universel Cura ou importer les modèles qu'il contient ?"
|
||||
msgctxt "@text:window"
|
||||
msgid "This is a Cura Universal project file. Would you like to open it as a Cura Universal Project or import the models from it?"
|
||||
msgstr "Il s'agit d'un fichier de projet Cura Universal. Souhaitez-vous l'ouvrir en tant que projet Cura Universal ou importer les modèles qu'il contient ?"
|
||||
|
||||
msgctxt "@action:inmenu menubar:help"
|
||||
msgid "Export Package For Technical Support"
|
||||
msgstr "Paquet d'exportation pour l'assistance technique"
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to send the model data to the engine. Please try again, or contact support."
|
||||
msgstr "Impossible d'envoyer les données du modèle au moteur. Veuillez réessayer ou contacter le service d'assistance."
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to send the model data to the engine. Please try to use a less detailed model, or reduce the number of instances."
|
||||
msgstr "Impossible d'envoyer les données du modèle au moteur. Veuillez essayer d'utiliser un modèle moins détaillé ou de réduire le nombre d'instances."
|
||||
|
||||
msgctxt "description"
|
||||
msgid "Upgrades configurations from Cura 5.8 to Cura 5.9."
|
||||
msgstr "Met à jour les configurations de Cura 5.8 vers Cura 5.9."
|
||||
|
||||
msgctxt "name"
|
||||
msgid "Version Upgrade 5.8 to 5.9"
|
||||
msgstr "Mise à jour de la version 5.8 à 5.9"
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2024-10-09 14:27+0000\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-13 09:02+0100\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"
|
||||
|
@ -125,10 +124,6 @@ msgctxt "machine_nozzle_id label"
|
|||
msgid "Nozzle ID"
|
||||
msgstr "ID buse"
|
||||
|
||||
msgctxt "machine_nozzle_head_distance label"
|
||||
msgid "Nozzle Length"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "machine_nozzle_offset_x label"
|
||||
msgid "Nozzle X Offset"
|
||||
msgstr "Buse Décalage X"
|
||||
|
@ -157,10 +152,6 @@ msgctxt "extruder_nr description"
|
|||
msgid "The extruder train used for printing. This is used in multi-extrusion."
|
||||
msgstr "Le train d'extrudeuse utilisé pour l'impression. Cela est utilisé en multi-extrusion."
|
||||
|
||||
msgctxt "machine_nozzle_head_distance description"
|
||||
msgid "The height difference between the tip of the nozzle and the lowest part of the print head."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "machine_nozzle_size description"
|
||||
msgid "The inner diameter of the nozzle. Change this setting when using a non-standard nozzle size."
|
||||
msgstr "Le diamètre intérieur de la buse. Modifiez ce paramètre si vous utilisez une taille de buse non standard."
|
||||
|
@ -204,3 +195,11 @@ msgstr "Les coordonnées Y du décalage de la buse."
|
|||
msgctxt "machine_extruder_start_pos_y description"
|
||||
msgid "The y-coordinate of the starting position when turning the extruder on."
|
||||
msgstr "Les coordonnées Y de la position de départ lors de la mise en marche de l'extrudeuse."
|
||||
|
||||
msgctxt "machine_nozzle_head_distance label"
|
||||
msgid "Nozzle Length"
|
||||
msgstr "Longueur de la buse"
|
||||
|
||||
msgctxt "machine_nozzle_head_distance description"
|
||||
msgid "The height difference between the tip of the nozzle and the lowest part of the print head."
|
||||
msgstr "Différence de hauteur entre l'extrémité de la buse et la partie la plus basse de la tête d'impression."
|
||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2024-10-09 14:27+0000\n"
|
||||
"POT-Creation-Date: 2024-11-06 10:43+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"
|
||||
|
@ -94,7 +94,7 @@ msgstr "Cette option calcule la hauteur des couches en fonction de la forme du m
|
|||
|
||||
msgctxt "extra_infill_lines_to_support_skins description"
|
||||
msgid "Add extra lines into the infill pattern to support skins above. This option prevents holes or plastic blobs that sometime show in complex shaped skins due to the infill below not correctly supporting the skin layer being printed above. 'Walls' supports just the outlines of the skin, whereas 'Walls and Lines' also supports the ends of the lines that make up the skin."
|
||||
msgstr ""
|
||||
msgstr "Ajoutez des lignes supplémentaires dans le motif de remplissage pour soutenir les peaux situées au-dessus. Cette option permet d'éviter les trous ou les bulles de plastique qui apparaissent parfois dans les peaux de forme complexe, parce que le remplissage en dessous ne soutient pas correctement la couche de peau imprimée au-dessus. L'option \"Murs\" ne prend en charge que les contours de la peau, tandis que l'option \"Murs et lignes\" prend également en charge les extrémités des lignes qui composent la peau."
|
||||
|
||||
msgctxt "infill_wall_line_count description"
|
||||
msgid ""
|
||||
|
@ -444,11 +444,11 @@ msgstr "Largeur de la bordure"
|
|||
|
||||
msgctxt "build_fan_full_at_height label"
|
||||
msgid "Build Fan Speed at Height"
|
||||
msgstr ""
|
||||
msgstr "Construire la vitesse du ventilateur en hauteur"
|
||||
|
||||
msgctxt "build_fan_full_layer label"
|
||||
msgid "Build Fan Speed at Layer"
|
||||
msgstr ""
|
||||
msgstr "Vitesse du ventilateur de construction à la couche"
|
||||
|
||||
msgctxt "platform_adhesion label"
|
||||
msgid "Build Plate Adhesion"
|
||||
|
@ -492,7 +492,7 @@ msgstr "Avertissement de la température du volume de construction"
|
|||
|
||||
msgctxt "build_volume_fan_nr label"
|
||||
msgid "Build volume fan number"
|
||||
msgstr ""
|
||||
msgstr "Numéro du ventilateur de volume de construction"
|
||||
|
||||
msgctxt "prime_tower_brim_enable description"
|
||||
msgid "By enabling this setting, your prime-tower will get a brim, even if the model doesn't. If you want a sturdier base for a high tower, you can increase the base height."
|
||||
|
@ -732,11 +732,11 @@ msgstr "Détecter les ponts et modifier la vitesse d'impression, le débit et le
|
|||
|
||||
msgctxt "scarf_split_distance description"
|
||||
msgid "Determines the length of each step in the flow change when extruding along the scarf seam. A smaller distance will result in a more precise but also more complex G-code."
|
||||
msgstr ""
|
||||
msgstr "Détermine la longueur de chaque étape du changement de flux lors de l'extrusion le long de la couture du foulard. Une distance plus petite se traduira par un code G plus précis mais aussi plus complexe."
|
||||
|
||||
msgctxt "scarf_joint_seam_length description"
|
||||
msgid "Determines the length of the scarf seam, a seam type that should make the Z seam less visible. Must be higher than 0 to be effective."
|
||||
msgstr ""
|
||||
msgstr "Détermine la longueur du joint d'écharpe, un type de joint qui devrait rendre le joint Z moins visible. La valeur doit être supérieure à 0 pour être efficace."
|
||||
|
||||
msgctxt "inset_direction description"
|
||||
msgid "Determines the order in which walls are printed. Printing outer walls earlier helps with dimensional accuracy, as faults from inner walls cannot propagate to the outside. However printing them later allows them to stack better when overhangs are printed. When there is an uneven amount of total innner walls, the 'center last line' is always printed last."
|
||||
|
@ -1028,7 +1028,7 @@ msgstr "Le raccommodage consiste en la suppression des trous dans le maillage en
|
|||
|
||||
msgctxt "extra_infill_lines_to_support_skins label"
|
||||
msgid "Extra Infill Lines To Support Skins"
|
||||
msgstr ""
|
||||
msgstr "Lignes de remplissage supplémentaires pour soutenir les peaux"
|
||||
|
||||
msgctxt "infill_wall_line_count label"
|
||||
msgid "Extra Infill Wall Count"
|
||||
|
@ -1042,6 +1042,10 @@ msgctxt "switch_extruder_extra_prime_amount description"
|
|||
msgid "Extra material to prime after nozzle switching."
|
||||
msgstr "Matériel supplémentaire à amorcer après le changement de buse."
|
||||
|
||||
msgctxt "variant_name"
|
||||
msgid "Extruder"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "extruder_prime_pos_x label"
|
||||
msgid "Extruder Prime X Position"
|
||||
msgstr "Extrudeuse Position d'amorçage X"
|
||||
|
@ -2438,7 +2442,7 @@ msgstr "Aucun"
|
|||
|
||||
msgctxt "extra_infill_lines_to_support_skins option none"
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
msgstr "Aucune"
|
||||
|
||||
msgctxt "z_seam_corner option z_seam_corner_none"
|
||||
msgid "None"
|
||||
|
@ -2484,6 +2488,10 @@ msgctxt "machine_nozzle_id label"
|
|||
msgid "Nozzle ID"
|
||||
msgstr "ID buse"
|
||||
|
||||
msgctxt "variant_name"
|
||||
msgid "Nozzle Size"
|
||||
msgstr "Taille de la buse"
|
||||
|
||||
msgctxt "switch_extruder_extra_prime_amount label"
|
||||
msgid "Nozzle Switch Extra Prime Amount"
|
||||
msgstr "Montant de l'amorce supplémentaire lors d'un changement de buse"
|
||||
|
@ -2614,15 +2622,15 @@ msgstr "Accélération de la paroi externe"
|
|||
|
||||
msgctxt "wall_0_acceleration label"
|
||||
msgid "Outer Wall Acceleration"
|
||||
msgstr ""
|
||||
msgstr "Accélération du mur extérieur"
|
||||
|
||||
msgctxt "wall_0_deceleration label"
|
||||
msgid "Outer Wall Deceleration"
|
||||
msgstr ""
|
||||
msgstr "Décélération du mur extérieur"
|
||||
|
||||
msgctxt "wall_0_end_speed_ratio label"
|
||||
msgid "Outer Wall End Speed Ratio"
|
||||
msgstr ""
|
||||
msgstr "Rapport de vitesse de fin de mur extérieur"
|
||||
|
||||
msgctxt "wall_0_extruder_nr label"
|
||||
msgid "Outer Wall Extruder"
|
||||
|
@ -2650,11 +2658,11 @@ msgstr "Vitesse d'impression de la paroi externe"
|
|||
|
||||
msgctxt "wall_0_speed_split_distance label"
|
||||
msgid "Outer Wall Speed Split Distance"
|
||||
msgstr ""
|
||||
msgstr "Distance de division de la vitesse de mur extérieur"
|
||||
|
||||
msgctxt "wall_0_start_speed_ratio label"
|
||||
msgid "Outer Wall Start Speed Ratio"
|
||||
msgstr ""
|
||||
msgstr "Rapport de vitesse de départ du mur extérieur"
|
||||
|
||||
msgctxt "wall_0_wipe_dist label"
|
||||
msgid "Outer Wall Wipe Distance"
|
||||
|
@ -2792,6 +2800,10 @@ msgctxt "acceleration_print label"
|
|||
msgid "Print Acceleration"
|
||||
msgstr "Accélération de l'impression"
|
||||
|
||||
msgctxt "variant_name"
|
||||
msgid "Print Core"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "jerk_print label"
|
||||
msgid "Print Jerk"
|
||||
msgstr "Imprimer en saccade"
|
||||
|
@ -3298,15 +3310,15 @@ msgstr "Mise à l'échelle du facteur de compensation de contraction"
|
|||
|
||||
msgctxt "scarf_joint_seam_length label"
|
||||
msgid "Scarf Seam Length"
|
||||
msgstr ""
|
||||
msgstr "Longueur de la couture de l'écharpe"
|
||||
|
||||
msgctxt "scarf_joint_seam_start_height_ratio label"
|
||||
msgid "Scarf Seam Start Height"
|
||||
msgstr ""
|
||||
msgstr "Hauteur de départ de la couture de l'écharpe"
|
||||
|
||||
msgctxt "scarf_split_distance label"
|
||||
msgid "Scarf Seam Step Length"
|
||||
msgstr ""
|
||||
msgstr "Longueur du pas de couture de l'écharpe"
|
||||
|
||||
msgctxt "support_meshes_present label"
|
||||
msgid "Scene Has Support Meshes"
|
||||
|
@ -4366,7 +4378,7 @@ msgstr "La hauteur au-dessus des parties horizontales dans votre modèle pour la
|
|||
|
||||
msgctxt "build_fan_full_at_height description"
|
||||
msgid "The height at which the fans spin on regular fan speed. At the layers below the fan speed gradually increases from Initial Fan Speed to Regular Fan Speed."
|
||||
msgstr ""
|
||||
msgstr "Hauteur à laquelle les ventilateurs tournent à la vitesse normale. Dans les couches inférieures, la vitesse du ventilateur passe progressivement de la vitesse initiale à la vitesse normale."
|
||||
|
||||
msgctxt "cool_fan_full_at_height description"
|
||||
msgid "The height at which the fans spin on regular fan speed. At the layers below the fan speed gradually increases from Initial Fan Speed to Regular Fan Speed."
|
||||
|
@ -4476,7 +4488,7 @@ msgstr "La plus grande largeur des zones de la couche extérieure supérieure à
|
|||
|
||||
msgctxt "build_fan_full_layer description"
|
||||
msgid "The layer at which the build fans spin on full fan speed. This value is calculated and rounded to a whole number."
|
||||
msgstr ""
|
||||
msgstr "La couche à laquelle les ventilateurs de construction tournent à pleine vitesse. Cette valeur est calculée et arrondie à un nombre entier."
|
||||
|
||||
msgctxt "cool_fan_full_layer description"
|
||||
msgid "The layer at which the fans spin on regular fan speed. If regular fan speed at height is set, this value is calculated and rounded to a whole number."
|
||||
|
@ -4764,7 +4776,7 @@ msgstr "Nombre de lignes utilisées pour la bordure du support. L'augmentation d
|
|||
|
||||
msgctxt "build_volume_fan_nr description"
|
||||
msgid "The number of the fan that cools the build volume. If this is set to 0, it's means that there is no build volume fan"
|
||||
msgstr ""
|
||||
msgstr "Le numéro du ventilateur qui refroidit le volume de construction. S'il est fixé à 0, cela signifie qu'il n'y a pas de ventilateur de volume de construction."
|
||||
|
||||
msgctxt "raft_surface_layers description"
|
||||
msgid "The number of top layers on top of the 2nd raft layer. These are fully filled layers that the model sits on. 2 layers result in a smoother top surface than 1."
|
||||
|
@ -4860,7 +4872,7 @@ msgstr "Le changement instantané maximal de vitesse pour la couche initiale."
|
|||
|
||||
msgctxt "scarf_joint_seam_start_height_ratio description"
|
||||
msgid "The ratio of the selected layer height at which the scarf seam will begin. A lower number will result in a larger seam height. Must be lower than 100 to be effective."
|
||||
msgstr ""
|
||||
msgstr "Le ratio de la hauteur de couche sélectionnée à laquelle la couture de l'écharpe commencera. Un nombre inférieur entraînera une plus grande hauteur de couture. Il doit être inférieur à 100 pour être efficace."
|
||||
|
||||
msgctxt "machine_shape description"
|
||||
msgid "The shape of the build plate without taking unprintable areas into account."
|
||||
|
@ -5192,23 +5204,23 @@ msgstr "Ce paramètre contrôle la distance que l'extrudeuse doit parcourir en r
|
|||
|
||||
msgctxt "wall_0_acceleration description"
|
||||
msgid "This is the acceleration with which to reach the top speed when printing an outer wall."
|
||||
msgstr ""
|
||||
msgstr "Il s'agit de l'accélération permettant d'atteindre la vitesse maximale lors de l'impression d'un mur extérieur."
|
||||
|
||||
msgctxt "wall_0_deceleration description"
|
||||
msgid "This is the deceleration with which to end printing an outer wall."
|
||||
msgstr ""
|
||||
msgstr "Il s'agit de la décélération permettant de terminer l'impression d'un mur extérieur."
|
||||
|
||||
msgctxt "wall_0_speed_split_distance description"
|
||||
msgid "This is the maximum length of an extrusion path when splitting a longer path to apply the outer wall acceleration/deceleration. A smaller distance will create a more precise but also more verbose G-Code."
|
||||
msgstr ""
|
||||
msgstr "Il s'agit de la longueur maximale d'un chemin d'extrusion lors de la division d'un chemin plus long pour appliquer l'accélération/décélération du mur extérieur. Une distance plus petite créera un code G plus précis mais aussi plus verbeux."
|
||||
|
||||
msgctxt "wall_0_end_speed_ratio description"
|
||||
msgid "This is the ratio of the top speed to end with when printing an outer wall."
|
||||
msgstr ""
|
||||
msgstr "Il s'agit du ratio de la vitesse maximale à laquelle il faut terminer lors de l'impression d'un mur extérieur."
|
||||
|
||||
msgctxt "wall_0_start_speed_ratio description"
|
||||
msgid "This is the ratio of the top speed to start with when printing an outer wall."
|
||||
msgstr ""
|
||||
msgstr "Il s'agit du rapport entre la vitesse maximale et la vitesse de départ lors de l'impression d'un mur extérieur."
|
||||
|
||||
msgctxt "raft_base_smoothing description"
|
||||
msgid "This setting controls how much inner corners in the raft base outline are rounded. Inward corners are rounded to a semi circle with a radius equal to the value given here. This setting also removes holes in the raft outline which are smaller than such a circle."
|
||||
|
@ -5592,15 +5604,15 @@ msgstr "Parois"
|
|||
|
||||
msgctxt "extra_infill_lines_to_support_skins option walls"
|
||||
msgid "Walls Only"
|
||||
msgstr ""
|
||||
msgstr "Murs uniquement"
|
||||
|
||||
msgctxt "extra_infill_lines_to_support_skins option walls_and_lines"
|
||||
msgid "Walls and Lines"
|
||||
msgstr ""
|
||||
msgstr "Murs et lignes"
|
||||
|
||||
msgctxt "wall_overhang_angle description"
|
||||
msgid "Walls that overhang more than this angle will be printed using overhanging wall settings. When the value is 90, no walls will be treated as overhanging. Overhang that gets supported by support will not be treated as overhang either. Furthermore, any line that's less than half overhanging will also not be treated as overhang."
|
||||
msgstr ""
|
||||
msgstr "Les murs qui dépassent de plus de cet angle seront imprimés en utilisant les paramètres des murs en surplomb. Lorsque la valeur est de 90, aucun mur n'est traité comme étant en surplomb. Les surplombs qui sont soutenus par un support ne seront pas non plus traités comme des surplombs. En outre, toute ligne dont le surplomb est inférieur à la moitié ne sera pas non plus traitée comme un surplomb."
|
||||
|
||||
msgctxt "meshfix_fluid_motion_enabled description"
|
||||
msgid "When enabled tool paths are corrected for printers with smooth motion planners. Small movements that deviate from the general tool path direction are smoothed to improve fluid motions."
|
||||
|
|
|
@ -2825,6 +2825,10 @@ msgctxt "@label"
|
|||
msgid "Nozzle offset Y"
|
||||
msgstr "Fúvóka Y eltolás"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Nozzle Size"
|
||||
msgstr "Fúvóka méret"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Nozzle size"
|
||||
msgstr "Fúvóka méret"
|
||||
|
|
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Cura 5.1\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2024-10-09 14:27+0000\n"
|
||||
"POT-Creation-Date: 2024-11-06 10:43+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"
|
||||
|
@ -1049,6 +1049,10 @@ msgctxt "switch_extruder_extra_prime_amount description"
|
|||
msgid "Extra material to prime after nozzle switching."
|
||||
msgstr "Egy extra anyagmennyiség, amivel több anyagot tol vissza a fejbe fúvókaváltás után."
|
||||
|
||||
msgctxt "variant_name"
|
||||
msgid "Extruder"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "extruder_prime_pos_x label"
|
||||
msgid "Extruder Prime X Position"
|
||||
msgstr "Extruder kezdő X helyzet"
|
||||
|
@ -2495,6 +2499,10 @@ msgctxt "machine_nozzle_id label"
|
|||
msgid "Nozzle ID"
|
||||
msgstr "Fúvóka ID"
|
||||
|
||||
msgctxt "variant_name"
|
||||
msgid "Nozzle Size"
|
||||
msgstr "Fúvóka méret"
|
||||
|
||||
msgctxt "switch_extruder_extra_prime_amount label"
|
||||
msgid "Nozzle Switch Extra Prime Amount"
|
||||
msgstr "Fúvókaváltási extra visszatolt anyag"
|
||||
|
@ -2803,6 +2811,10 @@ msgctxt "acceleration_print label"
|
|||
msgid "Print Acceleration"
|
||||
msgstr "Nyomtatási gyorsulás"
|
||||
|
||||
msgctxt "variant_name"
|
||||
msgid "Print Core"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "jerk_print label"
|
||||
msgid "Print Jerk"
|
||||
msgstr "Nyomtatás löket"
|
||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-10-09 14:27+0200\n"
|
||||
"POT-Creation-Date: 2024-03-13 09:02+0100\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"
|
||||
|
@ -12,7 +12,6 @@ msgstr ""
|
|||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
|
||||
#, python-format
|
||||
msgctxt "@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm."
|
||||
msgid "%(width).1f x %(depth).1f x %(height).1f mm"
|
||||
msgstr "%(width).1f x %(depth).1f x %(height).1f mm"
|
||||
|
@ -142,11 +141,10 @@ msgid "*You will need to restart the application for these changes to have effec
|
|||
msgstr "*Per rendere effettive le modifiche è necessario riavviare l'applicazione."
|
||||
|
||||
msgctxt "@text"
|
||||
msgid ""
|
||||
"- Add material profiles and plug-ins from the Marketplace\n"
|
||||
"- Back-up and sync your material profiles and plug-ins\n"
|
||||
"- Share ideas and get help from 48,000+ users in the UltiMaker community"
|
||||
msgstr "- Aggiungi profili materiale e plugin dal Marketplace- Esegui il backup e la sincronizzazione dei profili materiale e dei plugin- Condividi idee e ottieni supporto da più di 48.000 utenti nella community di Ultimaker"
|
||||
msgid "- Add material profiles and plug-ins from the Marketplace\n- Back-up and sync your material profiles and plug-ins\n- Share ideas and get help from 48,000+ users in the UltiMaker community"
|
||||
msgstr "- Aggiungi profili materiale e plugin dal Marketplace"
|
||||
"- Esegui il backup e la sincronizzazione dei profili materiale e dei plugin"
|
||||
"- Condividi idee e ottieni supporto da più di 48.000 utenti nella community di Ultimaker"
|
||||
|
||||
msgctxt "@heading"
|
||||
msgid "-- incomplete --"
|
||||
|
@ -200,45 +198,38 @@ msgctxt "@label %i will be replaced with a profile name"
|
|||
msgid "<b>Only user changed settings will be saved in the custom profile.</b><br/>For materials that support it, the new custom profile will inherit properties from <b>%1</b>."
|
||||
msgstr "<b>Solo le impostazioni modificate dall'utente verranno salvate nel profilo personalizzato.</b><br/>Per i materiali che lo supportano, il nuovo profilo personalizzato erediterà le proprietà da <b>%1</b>."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label OpenGL renderer"
|
||||
msgid "<li>OpenGL Renderer: {renderer}</li>"
|
||||
msgstr "<li>Renderer OpenGL: {renderer}</li>"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label OpenGL vendor"
|
||||
msgid "<li>OpenGL Vendor: {vendor}</li>"
|
||||
msgstr "<li>Fornitore OpenGL: {vendor}</li>"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label OpenGL version"
|
||||
msgid "<li>OpenGL Version: {version}</li>"
|
||||
msgstr "<li>Versione OpenGL: {version}</li>"
|
||||
|
||||
msgctxt "@label crash message"
|
||||
msgid ""
|
||||
"<p><b>A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem</p></b>\n"
|
||||
" <p>Please use the \"Send report\" button to post a bug report automatically to our servers</p>\n"
|
||||
msgid "<p><b>A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem</p></b>\n <p>Please use the \"Send report\" button to post a bug report automatically to our servers</p>\n "
|
||||
msgstr "<p><b>Si è verificato un errore fatale in Cura. Si prega di inviare questo Rapporto su crash per correggere il problema</p></b>"
|
||||
" <p>Usare il pulsante “Invia report" per inviare automaticamente una segnalazione errore ai nostri server</p>"
|
||||
" "
|
||||
msgstr "<p><b>Si è verificato un errore fatale in Cura. Si prega di inviare questo Rapporto su crash per correggere il problema</p></b> <p>Usare il pulsante “Invia report" per inviare automaticamente una segnalazione errore ai nostri server</p> "
|
||||
|
||||
msgctxt "@label crash message"
|
||||
msgid ""
|
||||
"<p><b>Oops, UltiMaker Cura has encountered something that doesn't seem right.</p></b>\n"
|
||||
" <p>We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.</p>\n"
|
||||
" <p>Backups can be found in the configuration folder.</p>\n"
|
||||
" <p>Please send us this Crash Report to fix the problem.</p>\n"
|
||||
msgid "<p><b>Oops, UltiMaker Cura has encountered something that doesn't seem right.</p></b>\n <p>We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.</p>\n <p>Backups can be found in the configuration folder.</p>\n <p>Please send us this Crash Report to fix the problem.</p>\n "
|
||||
msgstr "<p><b>Oops, UltiMaker Cura ha rilevato qualcosa che non sembra corretto.</p></b>"
|
||||
" <p>Abbiamo riscontrato un errore irrecuperabile durante l’avvio. È stato probabilmente causato da alcuni file di configurazione errati. Suggeriamo di effettuare il backup e ripristinare la configurazione.</p>"
|
||||
" <p>I backup sono contenuti nella cartella configurazione.</p>"
|
||||
" <p>Si prega di inviare questo Rapporto su crash per correggere il problema.</p>"
|
||||
" "
|
||||
msgstr "<p><b>Oops, UltiMaker Cura ha rilevato qualcosa che non sembra corretto.</p></b> <p>Abbiamo riscontrato un errore irrecuperabile durante l’avvio. È stato probabilmente causato da alcuni file di configurazione errati. Suggeriamo di effettuare il backup e ripristinare la configurazione.</p> <p>I backup sono contenuti nella cartella configurazione.</p> <p>Si prega di inviare questo Rapporto su crash per correggere il problema.</p> "
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid ""
|
||||
"<p>One or more 3D models may not print optimally due to the model size and material configuration:</p>\n"
|
||||
"<p>{model_names}</p>\n"
|
||||
"<p>Find out how to ensure the best possible print quality and reliability.</p>\n"
|
||||
"<p><a href=\"https://ultimaker.com/3D-model-assistant\">View print quality guide</a></p>"
|
||||
msgstr "<p>La stampa di uno o più modelli 3D può non avvenire in modo ottimale a causa della dimensioni modello e della configurazione materiale:</p><p>{model_names}</p><p>Scopri come garantire la migliore qualità ed affidabilità di stampa.</p><p><a href=\"https://ultimaker.com/3D-model-assistant\">Visualizza la guida alla qualità di stampa</a></p>"
|
||||
msgid "<p>One or more 3D models may not print optimally due to the model size and material configuration:</p>\n<p>{model_names}</p>\n<p>Find out how to ensure the best possible print quality and reliability.</p>\n<p><a href=\"https://ultimaker.com/3D-model-assistant\">View print quality guide</a></p>"
|
||||
msgstr "<p>La stampa di uno o più modelli 3D può non avvenire in modo ottimale a causa della dimensioni modello e della configurazione materiale:</p>"
|
||||
"<p>{model_names}</p>"
|
||||
"<p>Scopri come garantire la migliore qualità ed affidabilità di stampa.</p>"
|
||||
"<p><a href=\"https://ultimaker.com/3D-model-assistant\">Visualizza la guida alla qualità di stampa</a></p>"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "A USB print is in progress, closing Cura will stop this print. Are you sure?"
|
||||
|
@ -398,7 +389,6 @@ msgctxt "@button"
|
|||
msgid "Add printer manually"
|
||||
msgstr "Aggiungere la stampante manualmente"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "info:status Filled in with printer name and printer model."
|
||||
msgid "Adding printer {name} ({model}) from your account"
|
||||
msgstr "Aggiunta della stampante {name} ({model}) dall'account"
|
||||
|
@ -439,7 +429,6 @@ msgctxt "@item:inlistbox"
|
|||
msgid "All Files (*)"
|
||||
msgstr "Tutti i file (*)"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@item:inlistbox"
|
||||
msgid "All Supported Types ({0})"
|
||||
msgstr "Tutti i tipi supportati ({0})"
|
||||
|
@ -532,7 +521,6 @@ msgctxt "@label %1 is the name of a print job."
|
|||
msgid "Are you sure you want to move %1 to the top of the queue?"
|
||||
msgstr "Sei sicuro di voler spostare %1 all’inizio della coda?"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@message {printer_name} is replaced with the name of the printer"
|
||||
msgid "Are you sure you want to remove {printer_name} temporarily?"
|
||||
msgstr "Rimuovere temporaneamente {printer_name}?"
|
||||
|
@ -545,7 +533,6 @@ msgctxt "@label (%1 is object name)"
|
|||
msgid "Are you sure you wish to remove %1? This cannot be undone!"
|
||||
msgstr "Sei sicuro di voler rimuovere %1? Questa operazione non può essere annullata!"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label {0} is the name of a printer that's about to be deleted."
|
||||
msgid "Are you sure you wish to remove {0}? This cannot be undone!"
|
||||
msgstr "Rimuovere {0}? Questa operazione non può essere annullata!"
|
||||
|
@ -710,12 +697,10 @@ msgctxt "@label"
|
|||
msgid "Can't connect to your UltiMaker printer?"
|
||||
msgstr "Non è possibile effettuare la connessione alla stampante UltiMaker?"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename>!"
|
||||
msgid "Can't import profile from <filename>{0}</filename> before a printer is added."
|
||||
msgstr "Impossibile importare il profilo da <filename>{0}</filename> prima di aggiungere una stampante."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Can't open any other file if G-code is loading. Skipped importing {0}"
|
||||
msgstr "Impossibile aprire altri file durante il caricamento del codice G. Importazione saltata {0}"
|
||||
|
@ -797,12 +782,7 @@ msgid "Checks models and print configuration for possible printing issues and gi
|
|||
msgstr "Controlla i modelli e la configurazione di stampa per eventuali problematiche di stampa e suggerimenti."
|
||||
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"Chooses between the techniques available to generate support. \n"
|
||||
"\n"
|
||||
"\"Normal\" support creates a support structure directly below the overhanging parts and drops those areas straight down. \n"
|
||||
"\n"
|
||||
"\"Tree\" support creates branches towards the overhanging areas that support the model on the tips of those branches, and allows the branches to crawl around the model to support it from the build plate as much as possible."
|
||||
msgid "Chooses between the techniques available to generate support. \n\n\"Normal\" support creates a support structure directly below the overhanging parts and drops those areas straight down. \n\n\"Tree\" support creates branches towards the overhanging areas that support the model on the tips of those branches, and allows the branches to crawl around the model to support it from the build plate as much as possible."
|
||||
msgstr "Scegliere tra le tecniche disponibili per generare il supporto. Il supporto \"normale\" crea una struttura di supporto direttamente sotto le parti di sbalzo e rilascia tali aree direttamente al di sotto. La struttura \"ad albero\" crea delle ramificazioni verso le aree di sbalzo che supportano il modello sulle punte di tali ramificazioni consentendo a queste ultime di avanzare intorno al modello per supportarlo il più possibile dal piano di stampa."
|
||||
|
||||
msgctxt "@action:inmenu menubar:edit"
|
||||
|
@ -841,10 +821,6 @@ msgctxt "@label"
|
|||
msgid "Color scheme"
|
||||
msgstr "Schema colori"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Combination not recommended. Load BB core to slot 1 (left) for better reliability."
|
||||
msgstr "Combinazione sconsigliata. Monta il BB core nello slot 1 (a sinistra) per una maggiore affidabilità."
|
||||
|
||||
msgctxt "@info"
|
||||
msgid "Compare and save."
|
||||
msgstr "Confronta e risparmia."
|
||||
|
@ -1009,7 +985,6 @@ msgctxt "@info:backup_failed"
|
|||
msgid "Could not create archive from user data directory: {}"
|
||||
msgstr "Impossibile creare un archivio dalla directory dei dati utente: {}"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the tag {device}!"
|
||||
msgid "Could not find a file name when trying to write to {device}."
|
||||
msgstr "Impossibile trovare un nome file durante il tentativo di scrittura su {device}."
|
||||
|
@ -1038,12 +1013,10 @@ msgctxt "@message:text"
|
|||
msgid "Could not save material archive to {}:"
|
||||
msgstr "Impossibile salvare archivio materiali in {}:"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename> or <message>!"
|
||||
msgid "Could not save to <filename>{0}</filename>: <message>{1}</message>"
|
||||
msgstr "Impossibile salvare <filename>{0}</filename>: <message>{1}</message>"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Could not save to removable drive {0}: {1}"
|
||||
msgstr "Impossibile salvare su unità rimovibile {0}: {1}"
|
||||
|
@ -1052,26 +1025,20 @@ msgctxt "@info:text"
|
|||
msgid "Could not upload the data to the printer."
|
||||
msgstr "Impossibile caricare i dati sulla stampante."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:plugin_failed"
|
||||
msgid ""
|
||||
"Couldn't start EnginePlugin: {self._plugin_id}\n"
|
||||
"No permission to execute process."
|
||||
msgstr "Impossibile avviare EnginePlugin: {self._plugin_id}Autorizzazione mancante per eseguire il processo."
|
||||
msgid "Couldn't start EnginePlugin: {self._plugin_id}\nNo permission to execute process."
|
||||
msgstr "Impossibile avviare EnginePlugin: {self._plugin_id}"
|
||||
"Autorizzazione mancante per eseguire il processo."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:plugin_failed"
|
||||
msgid ""
|
||||
"Couldn't start EnginePlugin: {self._plugin_id}\n"
|
||||
"Operating system is blocking it (antivirus?)"
|
||||
msgstr "Impossibile avviare EnginePlugin: {self._plugin_id}Il sistema operativo lo sta bloccando (antivirus?)"
|
||||
msgid "Couldn't start EnginePlugin: {self._plugin_id}\nOperating system is blocking it (antivirus?)"
|
||||
msgstr "Impossibile avviare EnginePlugin: {self._plugin_id}"
|
||||
"Il sistema operativo lo sta bloccando (antivirus?)"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:plugin_failed"
|
||||
msgid ""
|
||||
"Couldn't start EnginePlugin: {self._plugin_id}\n"
|
||||
"Resource is temporarily unavailable"
|
||||
msgstr "Impossibile avviare EnginePlugin: {self._plugin_id}La risorsa non è temporaneamente disponibile"
|
||||
msgid "Couldn't start EnginePlugin: {self._plugin_id}\nResource is temporarily unavailable"
|
||||
msgstr "Impossibile avviare EnginePlugin: {self._plugin_id}"
|
||||
"La risorsa non è temporaneamente disponibile"
|
||||
|
||||
msgctxt "@title:window"
|
||||
msgid "Crash Report"
|
||||
|
@ -1157,16 +1124,14 @@ msgctxt "@title:window"
|
|||
msgid "Cura can't start"
|
||||
msgstr "Impossibile avviare Cura"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Cura has detected material profiles that were not yet installed on the host printer of group {0}."
|
||||
msgstr "Cura ha rilevato dei profili di materiale non ancora installati sulla stampante host del gruppo {0}."
|
||||
|
||||
msgctxt "@info:credit"
|
||||
msgid ""
|
||||
"Cura is developed by UltiMaker in cooperation with the community.\n"
|
||||
"Cura proudly uses the following open source projects:"
|
||||
msgstr "Cura è stato sviluppato da UltiMaker in cooperazione con la comunità.Cura è orgogliosa di utilizzare i seguenti progetti open source:"
|
||||
msgid "Cura is developed by UltiMaker in cooperation with the community.\nCura proudly uses the following open source projects:"
|
||||
msgstr "Cura è stato sviluppato da UltiMaker in cooperazione con la comunità."
|
||||
"Cura è orgogliosa di utilizzare i seguenti progetti open source:"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Cura language"
|
||||
|
@ -1180,6 +1145,14 @@ msgctxt "name"
|
|||
msgid "CuraEngine Backend"
|
||||
msgstr "Back-end CuraEngine"
|
||||
|
||||
msgctxt "description"
|
||||
msgid "CuraEngine plugin for gradually smoothing the flow to limit high-flow jumps"
|
||||
msgstr "Plugin CuraEngine per risistemare gradualmente il flusso e limitare balzi a flusso elevato"
|
||||
|
||||
msgctxt "name"
|
||||
msgid "CuraEngineGradualFlow"
|
||||
msgstr "CuraEngineGradualFlow"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Currency:"
|
||||
msgstr "Valuta:"
|
||||
|
@ -1436,12 +1409,10 @@ msgctxt "@action:button"
|
|||
msgid "Eject"
|
||||
msgstr "Rimuovi"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@action"
|
||||
msgid "Eject removable device {0}"
|
||||
msgstr "Rimuovi il dispositivo rimovibile {0}"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Ejected {0}. You can now safely remove the drive."
|
||||
msgstr "Espulso {0}. È ora possibile rimuovere in modo sicuro l'unità."
|
||||
|
@ -1530,10 +1501,6 @@ msgctxt "@title:window"
|
|||
msgid "Export Material"
|
||||
msgstr "Esporta materiale"
|
||||
|
||||
msgctxt "@action:inmenu menubar:help"
|
||||
msgid "Export Package For Technical Support"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "@title:window"
|
||||
msgid "Export Profile"
|
||||
msgstr "Esporta profilo"
|
||||
|
@ -1554,7 +1521,6 @@ msgctxt "@info:title"
|
|||
msgid "Export succeeded"
|
||||
msgstr "Esportazione riuscita"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tag <filename>!"
|
||||
msgid "Exported profile to <filename>{0}</filename>"
|
||||
msgstr "Profilo esportato su <filename>{0}</filename>"
|
||||
|
@ -1591,7 +1557,6 @@ msgctxt "@label"
|
|||
msgid "Extruder Start G-code duration"
|
||||
msgstr "Durata del G-code di inizio dell'estrusore"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label"
|
||||
msgid "Extruder {0}"
|
||||
msgstr "Estrusore {0}"
|
||||
|
@ -1616,7 +1581,6 @@ msgctxt "@text:error"
|
|||
msgid "Failed to create archive of materials to sync with printers."
|
||||
msgstr "Impossibile creare archivio di materiali da sincronizzare con le stampanti."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Failed to eject {0}. Another program may be using the drive."
|
||||
msgstr "Espulsione non riuscita {0}. È possibile che un altro programma stia utilizzando l’unità."
|
||||
|
@ -1625,27 +1589,22 @@ msgctxt "@info:status Don't translate the XML tags <filename> and <message>!"
|
|||
msgid "Failed to export material to <filename>%1</filename>: <message>%2</message>"
|
||||
msgstr "Impossibile esportare il materiale su <filename>%1</filename>: <message>%2</message>"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename> or <message>!"
|
||||
msgid "Failed to export profile to <filename>{0}</filename>: <message>{1}</message>"
|
||||
msgstr "Impossibile esportare il profilo su <filename>{0}</filename>: <message>{1}</message>"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tag <filename>!"
|
||||
msgid "Failed to export profile to <filename>{0}</filename>: Writer plugin reported failure."
|
||||
msgstr "Impossibile esportare il profilo su <filename>{0}</filename>: Rilevata anomalia durante scrittura plugin."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tag <filename>!"
|
||||
msgid "Failed to import profile from <filename>{0}</filename>:"
|
||||
msgstr "Impossibile importare il profilo da <filename>{0}</filename>:"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename>!"
|
||||
msgid "Failed to import profile from <filename>{0}</filename>:"
|
||||
msgstr "Impossibile importare il profilo da <filename>{0}</filename>:"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename>!"
|
||||
msgid "Failed to import profile from <filename>{0}</filename>: {1}"
|
||||
msgstr "Impossibile importare il profilo da <filename>{0}</filename>: {1}"
|
||||
|
@ -1662,7 +1621,6 @@ msgctxt "@message:title"
|
|||
msgid "Failed to save material archive"
|
||||
msgstr "Impossibile salvare archivio materiali"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Failed writing to specific cloud printer: {0} not in remote clusters."
|
||||
msgstr "Scrittura non riuscita sulla stampante cloud specifica: {0} non è presente nei cluster remoti."
|
||||
|
@ -1691,7 +1649,6 @@ msgctxt "@info:title"
|
|||
msgid "File Saved"
|
||||
msgstr "File salvato"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "File {0} does not contain any valid profile."
|
||||
msgstr "Il file {0} non contiene nessun profilo valido."
|
||||
|
@ -1915,7 +1872,6 @@ msgctxt "@label"
|
|||
msgid "Grid Placement"
|
||||
msgstr "Posizionamento nella griglia"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label"
|
||||
msgid "Group #{group_nr}"
|
||||
msgstr "Gruppo #{group_nr}"
|
||||
|
@ -2400,10 +2356,6 @@ msgctxt "name"
|
|||
msgid "Makerbot Printfile Writer"
|
||||
msgstr "Scrittore di File di Stampa Makerbot"
|
||||
|
||||
msgctxt "@item:inlistbox"
|
||||
msgid "Makerbot Sketch Printfile"
|
||||
msgstr "File di stampa Makerbot Sketch"
|
||||
|
||||
msgctxt "@error"
|
||||
msgid "MakerbotWriter could not save to the designated path."
|
||||
msgstr "MakerbotWriter non è riuscito a salvare nel percorso designato."
|
||||
|
@ -2646,7 +2598,6 @@ msgctxt "@info:title"
|
|||
msgid "Network error"
|
||||
msgstr "Errore di rete"
|
||||
|
||||
#, python-format
|
||||
msgctxt "@info:title The %s gets replaced with the printer name."
|
||||
msgid "New %s stable firmware available"
|
||||
msgstr "Nuovo firmware %s stabile disponibile"
|
||||
|
@ -2659,7 +2610,6 @@ msgctxt "@label"
|
|||
msgid "New UltiMaker printers can be connected to Digital Factory and monitored remotely."
|
||||
msgstr "Le nuove stampanti UltiMaker possono essere connesse a Digital Factory e monitorate da remoto."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info Don't translate {machine_name}, since it gets replaced by a printer name!"
|
||||
msgid "New features or bug-fixes may be available for your {machine_name}! If you haven't done so already, it is recommended to update the firmware on your printer to version {latest_version}."
|
||||
msgstr "Nuove funzionalità o bug fix potrebbero essere disponibili per {machine_name}. Se non è già stato fatto in precedenza, si consiglia di aggiornare il firmware della stampante alla versione {latest_version}."
|
||||
|
@ -2706,7 +2656,6 @@ msgctxt "@label"
|
|||
msgid "No cost estimation available"
|
||||
msgstr "Nessuna stima di costo disponibile"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename>!"
|
||||
msgid "No custom profile to import in file <filename>{0}</filename>"
|
||||
msgstr "Nessun profilo personalizzato da importare nel file <filename>{0}</filename>"
|
||||
|
@ -2807,6 +2756,10 @@ msgctxt "@label"
|
|||
msgid "Nozzle offset Y"
|
||||
msgstr "Scostamento Y ugello"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Nozzle Size"
|
||||
msgstr "Dimensione ugello"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Nozzle size"
|
||||
msgstr "Dimensione ugello"
|
||||
|
@ -2843,7 +2796,6 @@ msgctxt "@label"
|
|||
msgid "Only Show Top Layers"
|
||||
msgstr "Mostra solo strati superiori"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Only one G-code file can be loaded at a time. Skipped importing {0}"
|
||||
msgstr "È possibile caricare un solo file codice G per volta. Importazione saltata {0}"
|
||||
|
@ -3057,12 +3009,11 @@ msgid "Please give the required permissions when authorizing this application."
|
|||
msgstr "Fornire i permessi necessari al momento dell'autorizzazione di questa applicazione."
|
||||
|
||||
msgctxt "@info"
|
||||
msgid ""
|
||||
"Please make sure your printer has a connection:\n"
|
||||
"- Check if the printer is turned on.\n"
|
||||
"- Check if the printer is connected to the network.\n"
|
||||
"- Check if you are signed in to discover cloud-connected printers."
|
||||
msgstr "Accertarsi che la stampante sia collegata:- Controllare se la stampante è accesa.- Controllare se la stampante è collegata alla rete.- Controllare se è stato effettuato l'accesso per rilevare le stampanti collegate al cloud."
|
||||
msgid "Please make sure your printer has a connection:\n- Check if the printer is turned on.\n- Check if the printer is connected to the network.\n- Check if you are signed in to discover cloud-connected printers."
|
||||
msgstr "Accertarsi che la stampante sia collegata:"
|
||||
"- Controllare se la stampante è accesa."
|
||||
"- Controllare se la stampante è collegata alla rete."
|
||||
"- Controllare se è stato effettuato l'accesso per rilevare le stampanti collegate al cloud."
|
||||
|
||||
msgctxt "@text"
|
||||
msgid "Please name your printer"
|
||||
|
@ -3089,12 +3040,11 @@ msgid "Please remove the print"
|
|||
msgstr "Rimuovere la stampa"
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid ""
|
||||
"Please review settings and check if your models:\n"
|
||||
"- Fit within the build volume\n"
|
||||
"- Are assigned to an enabled extruder\n"
|
||||
"- Are not all set as modifier meshes"
|
||||
msgstr "Verificare le impostazioni e controllare se i modelli:- Rientrano nel volume di stampa- Sono assegnati a un estrusore abilitato- Non sono tutti impostati come maglie modificatore"
|
||||
msgid "Please review settings and check if your models:\n- Fit within the build volume\n- Are assigned to an enabled extruder\n- Are not all set as modifier meshes"
|
||||
msgstr "Verificare le impostazioni e controllare se i modelli:"
|
||||
"- Rientrano nel volume di stampa"
|
||||
"- Sono assegnati a un estrusore abilitato"
|
||||
"- Non sono tutti impostati come maglie modificatore"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Please select any upgrades made to this UltiMaker Original"
|
||||
|
@ -3396,7 +3346,6 @@ msgctxt "@title:column"
|
|||
msgid "Profile settings"
|
||||
msgstr "Impostazioni profilo"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Profile {0} has an unknown file type or is corrupted."
|
||||
msgstr "Il profilo {0} ha un tipo di file sconosciuto o corrotto."
|
||||
|
@ -3421,22 +3370,18 @@ msgctxt "@label Description for application dependency"
|
|||
msgid "Programming language"
|
||||
msgstr "Lingua di programmazione"
|
||||
|
||||
#, 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 "Il file di progetto <filename>{0}</filename> contiene un tipo di macchina sconosciuto <message>{1}</message>. Impossibile importare la macchina. Verranno invece importati i modelli."
|
||||
|
||||
#, 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 "Il file di progetto <filename>{0}</filename> è danneggiato: <message>{1}</message>."
|
||||
|
||||
#, 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."
|
||||
msgstr "Il file di progetto <filename>{0}</filename> è realizzato con profili sconosciuti a questa versione di UltiMaker Cura."
|
||||
|
||||
#, 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 "Il file di progetto <filename>{0}</filename> è diventato improvvisamente inaccessibile: <message>{1}</message>."
|
||||
|
@ -3565,7 +3510,6 @@ msgctxt "@label"
|
|||
msgid "Qt version"
|
||||
msgstr "Versione Qt"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Quality type '{0}' is not compatible with the current active machine definition '{1}'."
|
||||
msgstr "Il tipo di qualità '{0}' non è compatibile con la definizione di macchina attiva corrente '{1}'."
|
||||
|
@ -3806,12 +3750,10 @@ msgctxt "@action:button Preceded by 'Ready to'."
|
|||
msgid "Save to Removable Drive"
|
||||
msgstr "Salva su unità rimovibile"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@item:inlistbox"
|
||||
msgid "Save to Removable Drive {0}"
|
||||
msgstr "Salva su unità rimovibile {0}"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Saved to Removable Drive {0} as {1}"
|
||||
msgstr "Salvato su unità rimovibile {0} come {1}"
|
||||
|
@ -3820,7 +3762,6 @@ msgctxt "@info:title"
|
|||
msgid "Saving"
|
||||
msgstr "Salvataggio in corso"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:progress Don't translate the XML tags <filename>!"
|
||||
msgid "Saving to Removable Drive <filename>{0}</filename>"
|
||||
msgstr "Salvataggio su unità rimovibile <filename>{0}</filename>"
|
||||
|
@ -3837,10 +3778,6 @@ msgctxt "@placeholder"
|
|||
msgid "Search"
|
||||
msgstr "Cerca"
|
||||
|
||||
msgctxt "@label:textbox"
|
||||
msgid "Search Printer"
|
||||
msgstr "Cerca stampante"
|
||||
|
||||
msgctxt "@info"
|
||||
msgid "Search in the browser"
|
||||
msgstr "Cerca nel browser"
|
||||
|
@ -4073,6 +4010,10 @@ msgctxt "@action:inmenu menubar:help"
|
|||
msgid "Show Online &Documentation"
|
||||
msgstr "Mostra documentazione &online"
|
||||
|
||||
msgctxt "@action:inmenu"
|
||||
msgid "Show Online Troubleshooting"
|
||||
msgstr "Mostra ricerca e riparazione dei guasti online"
|
||||
|
||||
msgctxt "@label:checkbox"
|
||||
msgid "Show all"
|
||||
msgstr "Mostra tutto"
|
||||
|
@ -4198,11 +4139,9 @@ msgid "Solid view"
|
|||
msgstr "Visualizzazione compatta"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"Some hidden settings use values different from their normal calculated value.\n"
|
||||
"\n"
|
||||
"Click to make these settings visible."
|
||||
msgstr "Alcune impostazioni nascoste utilizzano valori diversi dal proprio valore normale calcolato.Fare clic per rendere visibili queste impostazioni."
|
||||
msgid "Some hidden settings use values different from their normal calculated value.\n\nClick to make these settings visible."
|
||||
msgstr "Alcune impostazioni nascoste utilizzano valori diversi dal proprio valore normale calcolato."
|
||||
"Fare clic per rendere visibili queste impostazioni."
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid "Some of the packages used in the project file are currently not installed in Cura, this might produce undesirable print results. We highly recommend installing the all required packages from the Marketplace."
|
||||
|
@ -4217,11 +4156,9 @@ msgid "Some setting-values defined in <b>%1</b> were overridden."
|
|||
msgstr "Alcuni valori delle impostazioni definiti in <b>%1</b> sono stati sovrascritti."
|
||||
|
||||
msgctxt "@tooltip"
|
||||
msgid ""
|
||||
"Some setting/override values are different from the values stored in the profile.\n"
|
||||
"\n"
|
||||
"Click to open the profile manager."
|
||||
msgstr "Alcuni valori di impostazione/esclusione sono diversi dai valori memorizzati nel profilo.Fare clic per aprire la gestione profili."
|
||||
msgid "Some setting/override values are different from the values stored in the profile.\n\nClick to open the profile manager."
|
||||
msgstr "Alcuni valori di impostazione/esclusione sono diversi dai valori memorizzati nel profilo."
|
||||
"Fare clic per aprire la gestione profili."
|
||||
|
||||
msgctxt "@action:label"
|
||||
msgid "Some settings from current profile were overwritten."
|
||||
|
@ -4303,7 +4240,6 @@ msgctxt "@info:status Don't translate the XML tag <filename>!"
|
|||
msgid "Successfully imported material <filename>%1</filename>"
|
||||
msgstr "Materiale importato correttamente <filename>%1</filename>"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Successfully imported profile {0}."
|
||||
msgstr "Profilo {0} importato correttamente."
|
||||
|
@ -4510,7 +4446,6 @@ msgctxt "@label"
|
|||
msgid "The extruder train to use for printing the support. This is used in multi-extrusion."
|
||||
msgstr "Il treno estrusore utilizzato per la stampa del supporto. Utilizzato nell’estrusione multipla."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label Don't translate the XML tag <filename>!"
|
||||
msgid "The file <filename>{0}</filename> already exists. Are you sure you want to overwrite it?"
|
||||
msgstr "Il file <filename>{0}</filename> esiste già. Sei sicuro di volerlo sovrascrivere?"
|
||||
|
@ -4574,15 +4509,11 @@ msgid "The nozzle inserted in this extruder."
|
|||
msgstr "L’ugello inserito in questo estrusore."
|
||||
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"The pattern of the infill material of the print:\n"
|
||||
"\n"
|
||||
"For quick prints of non functional model choose line, zig zag or lightning infill.\n"
|
||||
"\n"
|
||||
"For functional part not subjected to a lot of stress we recommend grid or triangle or tri hexagon.\n"
|
||||
"\n"
|
||||
"For functional 3D prints which require high strength in multiple directions use cubic, cubic subdivision, quarter cubic, octet, and gyroid."
|
||||
msgstr "La configurazione del materiale di riempimento della stampa:Per stampe rapide di modelli non funzionali scegli linea, zig zag o riempimento fulmine.Per le parti funzionali non soggette a forti sollecitazioni, si consiglia griglia o triangolo o tri-esagonale.Per le stampe 3D funzionali che richiedono un'elevata resistenza in più direzioni utilizzare cubico, suddivisione cubica, quarto cubico, ottetto e giroide."
|
||||
msgid "The pattern of the infill material of the print:\n\nFor quick prints of non functional model choose line, zig zag or lightning infill.\n\nFor functional part not subjected to a lot of stress we recommend grid or triangle or tri hexagon.\n\nFor functional 3D prints which require high strength in multiple directions use cubic, cubic subdivision, quarter cubic, octet, and gyroid."
|
||||
msgstr "La configurazione del materiale di riempimento della stampa:"
|
||||
"Per stampe rapide di modelli non funzionali scegli linea, zig zag o riempimento fulmine."
|
||||
"Per le parti funzionali non soggette a forti sollecitazioni, si consiglia griglia o triangolo o tri-esagonale."
|
||||
"Per le stampe 3D funzionali che richiedono un'elevata resistenza in più direzioni utilizzare cubico, suddivisione cubica, quarto cubico, ottetto e giroide."
|
||||
|
||||
msgctxt "@info:tooltip"
|
||||
msgid "The percentage of light penetrating a print with a thickness of 1 millimeter. Lowering this value increases the contrast in dark regions and decreases the contrast in light regions of the image."
|
||||
|
@ -4701,8 +4632,8 @@ msgid "This configuration is not available because %1 is not recognized. Please
|
|||
msgstr "Questa configurazione non è disponibile perché %1 non viene riconosciuto. Visitare %2 per scaricare il profilo materiale corretto."
|
||||
|
||||
msgctxt "@text:window"
|
||||
msgid "This is a Cura Universal project file. Would you like to open it as a Cura Universal Project or import the models from it?"
|
||||
msgstr "Questo è un file di progetto di Cura Universal. Desideri aprirlo come Cura Universal Project o importarne i modelli?"
|
||||
msgid "This is a Cura Universal project file. Would you like to open it as a Cura project or Cura Universal Project or import the models from it?"
|
||||
msgstr "Questo è un file del Progetto Universale Cura. Si desidera aprirlo come progetto Cura o Progetto Universale Cura o importare i modelli da esso?"
|
||||
|
||||
msgctxt "@text:window"
|
||||
msgid "This is a Cura project file. Would you like to open it as a project or import the models from it?"
|
||||
|
@ -4738,7 +4669,6 @@ msgctxt "@label"
|
|||
msgid "This printer is the host for a group of %1 printers."
|
||||
msgstr "Questa stampante comanda un gruppo di %1 stampanti."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename>!"
|
||||
msgid "This profile <filename>{0}</filename> contains incorrect data, could not import it."
|
||||
msgstr "Questo profilo <filename>{0}</filename> contiene dati errati, impossibile importarlo."
|
||||
|
@ -4752,11 +4682,9 @@ msgid "This project contains materials or plugins that are currently not install
|
|||
msgstr "Questo progetto contiene materiali o plugin attualmente non installati in Cura.<br/>Installa i pacchetti mancanti e riapri il progetto."
|
||||
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"This setting has a value that is different from the profile.\n"
|
||||
"\n"
|
||||
"Click to restore the value of the profile."
|
||||
msgstr "Questa impostazione ha un valore diverso dal profilo.Fare clic per ripristinare il valore del profilo."
|
||||
msgid "This setting has a value that is different from the profile.\n\nClick to restore the value of the profile."
|
||||
msgstr "Questa impostazione ha un valore diverso dal profilo."
|
||||
"Fare clic per ripristinare il valore del profilo."
|
||||
|
||||
msgctxt "@item:tooltip"
|
||||
msgid "This setting has been hidden by the active machine and will not be visible."
|
||||
|
@ -4773,11 +4701,9 @@ msgid "This setting is always shared between all extruders. Changing it here wil
|
|||
msgstr "Questa impostazione è sempre condivisa tra tutti gli estrusori. La sua modifica varierà il valore per tutti gli estrusori."
|
||||
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"This setting is normally calculated, but it currently has an absolute value set.\n"
|
||||
"\n"
|
||||
"Click to restore the calculated value."
|
||||
msgstr "Questa impostazione normalmente viene calcolata, ma attualmente ha impostato un valore assoluto.Fare clic per ripristinare il valore calcolato."
|
||||
msgid "This setting is normally calculated, but it currently has an absolute value set.\n\nClick to restore the calculated value."
|
||||
msgstr "Questa impostazione normalmente viene calcolata, ma attualmente ha impostato un valore assoluto."
|
||||
"Fare clic per ripristinare il valore calcolato."
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "This setting is not used because all the settings that it influences are overridden."
|
||||
|
@ -4811,7 +4737,6 @@ msgctxt "@text"
|
|||
msgid "To automatically sync the material profiles with all your printers connected to Digital Factory you need to be signed in in Cura."
|
||||
msgstr "Per sincronizzare automaticamente i profili del materiale con tutte le stampanti collegate a Digital Factory è necessario aver effettuato l'accesso a Cura."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "info:status"
|
||||
msgid "To establish a connection, please visit the {website_link}"
|
||||
msgstr "Per stabilire una connessione, visitare {website_link}"
|
||||
|
@ -4824,7 +4749,6 @@ msgctxt "@label"
|
|||
msgid "To print directly to your printer over the network, please make sure your printer is connected to the network using a network cable or by connecting your printer to your WIFI network. If you don't connect Cura with your printer, you can still use a USB drive to transfer g-code files to your printer."
|
||||
msgstr "Per stampare direttamente sulla stampante in rete, verificare che la stampante desiderata sia collegata alla rete mediante un cavo di rete o mediante collegamento alla rete WIFI. Se non si esegue il collegamento di Cura alla stampante, è comunque possibile utilizzare una chiavetta USB per trasferire i file codice G alla stampante."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@message {printer_name} is replaced with the name of the printer"
|
||||
msgid "To remove {printer_name} permanently, visit {digital_factory_link}"
|
||||
msgstr "Per rimuovere definitivamente {printer_name}, visitare {digital_factory_link}"
|
||||
|
@ -4969,17 +4893,14 @@ msgctxt "@info:status"
|
|||
msgid "Unable to find a location within the build volume for all objects"
|
||||
msgstr "Impossibile individuare una posizione nel volume di stampa per tutti gli oggetti"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:plugin_failed"
|
||||
msgid "Unable to find local EnginePlugin server executable for: {self._plugin_id}"
|
||||
msgstr "Impossibile trovare il server EnginePlugin locale eseguibile per: {self._plugin_id}"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:plugin_failed"
|
||||
msgid ""
|
||||
"Unable to kill running EnginePlugin: {self._plugin_id}\n"
|
||||
"Access is denied."
|
||||
msgstr "Impossibile interrompere l'esecuzione di EnginePlugin: {self._plugin_id}Accesso negato."
|
||||
msgid "Unable to kill running EnginePlugin: {self._plugin_id}\nAccess is denied."
|
||||
msgstr "Impossibile interrompere l'esecuzione di EnginePlugin: {self._plugin_id}"
|
||||
"Accesso negato."
|
||||
|
||||
msgctxt "@info"
|
||||
msgid "Unable to reach the UltiMaker account server."
|
||||
|
@ -4989,14 +4910,6 @@ msgctxt "@text"
|
|||
msgid "Unable to read example data file."
|
||||
msgstr "Impossibile leggere il file di dati di esempio."
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to send the model data to the engine. Please try again, or contact support."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to send the model data to the engine. Please try to use a less detailed model, or reduce the number of instances."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "@info:title"
|
||||
msgid "Unable to slice"
|
||||
msgstr "Sezionamento impossibile"
|
||||
|
@ -5009,12 +4922,10 @@ msgctxt "@info:status"
|
|||
msgid "Unable to slice because the prime tower or prime position(s) are invalid."
|
||||
msgstr "Impossibile eseguire il sezionamento perché la torre di innesco o la posizione di innesco non sono valide."
|
||||
|
||||
#, python-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to slice because there are objects associated with disabled Extruder %s."
|
||||
msgstr "Impossibile effettuare il sezionamento in quanto vi sono oggetti associati a Extruder %s disabilitato."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to slice due to some per-model settings. The following settings have errors on one or more models: {error_labels}"
|
||||
msgstr "Impossibile eseguire il sezionamento a causa di alcune impostazioni per modello. Le seguenti impostazioni presentano errori su uno o più modelli: {error_labels}"
|
||||
|
@ -5023,7 +4934,6 @@ msgctxt "@info:status"
|
|||
msgid "Unable to slice with the current material as it is incompatible with the selected machine or configuration."
|
||||
msgstr "Impossibile eseguire il sezionamento con il materiale corrente in quanto incompatibile con la macchina o la configurazione selezionata."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to slice with the current settings. The following settings have errors: {0}"
|
||||
msgstr "Impossibile eseguire il sezionamento con le impostazioni attuali. Le seguenti impostazioni presentano errori: {0}"
|
||||
|
@ -5032,7 +4942,6 @@ msgctxt "@info"
|
|||
msgid "Unable to start a new sign in process. Check if another sign in attempt is still active."
|
||||
msgstr "Impossibile avviare un nuovo processo di accesso. Verificare se è ancora attivo un altro tentativo di accesso."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:error"
|
||||
msgid "Unable to write to file: {0}"
|
||||
msgstr "Non è possibile scrivere sul file: {0}"
|
||||
|
@ -5085,7 +4994,6 @@ msgctxt "@label:property"
|
|||
msgid "Unknown Package"
|
||||
msgstr "Pacchetto sconosciuto"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@error:send"
|
||||
msgid "Unknown error code when uploading print job: {0}"
|
||||
msgstr "Codice di errore sconosciuto durante il caricamento del processo di stampa: {0}"
|
||||
|
@ -5258,10 +5166,6 @@ msgctxt "description"
|
|||
msgid "Upgrades configurations from Cura 5.6 to Cura 5.7."
|
||||
msgstr "Aggiorna le configurazioni da Cura 5.6 a Cura 5.7."
|
||||
|
||||
msgctxt "description"
|
||||
msgid "Upgrades configurations from Cura 5.8 to Cura 5.9."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "@action:button"
|
||||
msgid "Upload custom Firmware"
|
||||
msgstr "Carica il firmware personalizzato"
|
||||
|
@ -5406,10 +5310,6 @@ msgctxt "name"
|
|||
msgid "Version Upgrade 5.6 to 5.7"
|
||||
msgstr "Aggiornamento della versione 5.6 a 5.7"
|
||||
|
||||
msgctxt "name"
|
||||
msgid "Version Upgrade 5.8 to 5.9"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "@button"
|
||||
msgid "View printers in Digital Factory"
|
||||
msgstr "Visualizza le stampanti in Digital Factory"
|
||||
|
@ -5462,7 +5362,6 @@ msgctxt "@info:title"
|
|||
msgid "Warning"
|
||||
msgstr "Avvertenza"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Warning: The profile is not visible because its quality type '{0}' is not available for the current configuration. Switch to a material/nozzle combination that can use this quality type."
|
||||
msgstr "Avvertenza: il profilo non è visibile in quanto il tipo di qualità '{0}' non è disponibile per la configurazione corrente. Passare alla combinazione materiale/ugello che consente di utilizzare questo tipo di qualità."
|
||||
|
@ -5584,31 +5483,20 @@ msgid "Yes"
|
|||
msgstr "Sì"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"You are about to remove all printers from Cura. This action cannot be undone.\n"
|
||||
"Are you sure you want to continue?"
|
||||
msgstr "Si stanno per rimuovere tutte le stampanti da Cura. Questa azione non può essere annullata. Continuare?"
|
||||
msgid "You are about to remove all printers from Cura. This action cannot be undone.\nAre you sure you want to continue?"
|
||||
msgstr "Si stanno per rimuovere tutte le stampanti da Cura. Questa azione non può essere annullata. "
|
||||
"Continuare?"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"You are about to remove {0} printer from Cura. This action cannot be undone.\n"
|
||||
"Are you sure you want to continue?"
|
||||
msgid_plural ""
|
||||
"You are about to remove {0} printers from Cura. This action cannot be undone.\n"
|
||||
"Are you sure you want to continue?"
|
||||
msgstr[0] ""
|
||||
"Si sta per rimuovere {0} stampante da Cura. Questa azione non può essere annullata.\n"
|
||||
"Continuare?"
|
||||
msgstr[1] ""
|
||||
"Si stanno per rimuovere {0} stampanti da Cura. Questa azione non può essere annullata.\n"
|
||||
"Continuare?"
|
||||
msgid "You are about to remove {0} printer from Cura. This action cannot be undone.\nAre you sure you want to continue?"
|
||||
msgid_plural "You are about to remove {0} printers from Cura. This action cannot be undone.\nAre you sure you want to continue?"
|
||||
msgstr[0] "Si sta per rimuovere {0} stampante da Cura. Questa azione non può essere annullata.\nContinuare?"
|
||||
msgstr[1] "Si stanno per rimuovere {0} stampanti da Cura. Questa azione non può essere annullata.\nContinuare?"
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid "You are attempting to connect to a printer that is not running UltiMaker Connect. Please update the printer to the latest firmware."
|
||||
msgstr "Si sta tentando di connettersi a una stampante che non esegue Ultimaker Connect. Aggiornare la stampante con il firmware più recente."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "You are attempting to connect to {0} but it is not the host of a group. You can visit the web page to configure it as a group host."
|
||||
msgstr "Tentativo di connessione a {0} in corso, che non è l'host di un gruppo. È possibile visitare la pagina web per configurarla come host del gruppo."
|
||||
|
@ -5619,7 +5507,9 @@ msgstr "Nessun backup. Usare il pulsante ‘Esegui backup adesso’ per crearne
|
|||
|
||||
msgctxt "@text:window, %1 is a profile name"
|
||||
msgid "You have customized some profile settings. Would you like to Keep these changed settings after switching profiles? Alternatively, you can discard the changes to load the defaults from '%1'."
|
||||
msgstr "Alcune impostazioni di profilo sono state personalizzate.Mantenere queste impostazioni modificate dopo il cambio dei profili?In alternativa, è possibile eliminare le modifiche per caricare i valori predefiniti da '%1'."
|
||||
msgstr "Alcune impostazioni di profilo sono state personalizzate."
|
||||
"Mantenere queste impostazioni modificate dopo il cambio dei profili?"
|
||||
"In alternativa, è possibile eliminare le modifiche per caricare i valori predefiniti da '%1'."
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "You need to accept the license to install the package"
|
||||
|
@ -5649,12 +5539,10 @@ msgctxt "@info"
|
|||
msgid "Your new printer will automatically appear in Cura"
|
||||
msgstr "La nuova stampante apparirà automaticamente in Cura"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid ""
|
||||
"Your printer <b>{printer_name}</b> could be connected via cloud.\n"
|
||||
" Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory"
|
||||
msgstr "Impossibile connettere la stampante <b>{printer_name}</b> tramite cloud. Gestisci la coda di stampa e monitora le stampe da qualsiasi posizione collegando la stampante a Digital Factory"
|
||||
msgid "Your printer <b>{printer_name}</b> could be connected via cloud.\n Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory"
|
||||
msgstr "Impossibile connettere la stampante <b>{printer_name}</b> tramite cloud."
|
||||
" Gestisci la coda di stampa e monitora le stampe da qualsiasi posizione collegando la stampante a Digital Factory"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Z"
|
||||
|
@ -5716,7 +5604,6 @@ msgctxt "@label"
|
|||
msgid "version: %1"
|
||||
msgstr "versione: %1"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@message {printer_name} is replaced with the name of the printer"
|
||||
msgid "{printer_name} will be removed until the next account sync."
|
||||
msgstr "{printer_name} sarà rimossa fino alla prossima sincronizzazione account."
|
||||
|
@ -5725,18 +5612,38 @@ msgctxt "@info:generic"
|
|||
msgid "{} plugins failed to download"
|
||||
msgstr "Impossibile scaricare i plugin {}"
|
||||
|
||||
#~ msgctxt "description"
|
||||
#~ msgid "CuraEngine plugin for gradually smoothing the flow to limit high-flow jumps"
|
||||
#~ msgstr "Plugin CuraEngine per risistemare gradualmente il flusso e limitare balzi a flusso elevato"
|
||||
msgctxt "@label"
|
||||
msgid "Combination not recommended. Load BB core to slot 1 (left) for better reliability."
|
||||
msgstr "Combinazione sconsigliata. Monta il BB core nello slot 1 (a sinistra) per una maggiore affidabilità."
|
||||
|
||||
#~ msgctxt "name"
|
||||
#~ msgid "CuraEngineGradualFlow"
|
||||
#~ msgstr "CuraEngineGradualFlow"
|
||||
msgctxt "@item:inlistbox"
|
||||
msgid "Makerbot Sketch Printfile"
|
||||
msgstr "File di stampa Makerbot Sketch"
|
||||
|
||||
#~ msgctxt "@action:inmenu"
|
||||
#~ msgid "Show Online Troubleshooting"
|
||||
#~ msgstr "Mostra ricerca e riparazione dei guasti online"
|
||||
msgctxt "@label:textbox"
|
||||
msgid "Search Printer"
|
||||
msgstr "Cerca stampante"
|
||||
|
||||
#~ msgctxt "@text:window"
|
||||
#~ msgid "This is a Cura Universal project file. Would you like to open it as a Cura project or Cura Universal Project or import the models from it?"
|
||||
#~ msgstr "Questo è un file del Progetto Universale Cura. Si desidera aprirlo come progetto Cura o Progetto Universale Cura o importare i modelli da esso?"
|
||||
msgctxt "@text:window"
|
||||
msgid "This is a Cura Universal project file. Would you like to open it as a Cura Universal Project or import the models from it?"
|
||||
msgstr "Questo è un file di progetto di Cura Universal. Desideri aprirlo come Cura Universal Project o importarne i modelli?"
|
||||
|
||||
msgctxt "@action:inmenu menubar:help"
|
||||
msgid "Export Package For Technical Support"
|
||||
msgstr "Esportare il pacchetto per l'assistenza tecnica"
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to send the model data to the engine. Please try again, or contact support."
|
||||
msgstr "Impossibile inviare i dati del modello al motore. Riprovare o contattare l'assistenza."
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to send the model data to the engine. Please try to use a less detailed model, or reduce the number of instances."
|
||||
msgstr "Impossibile inviare i dati del modello al motore. Provare a utilizzare un modello meno dettagliato o a ridurre il numero di istanze."
|
||||
|
||||
msgctxt "description"
|
||||
msgid "Upgrades configurations from Cura 5.8 to Cura 5.9."
|
||||
msgstr "Aggiorna le configurazioni da Cura 5.8 a Cura 5.9."
|
||||
|
||||
msgctxt "name"
|
||||
msgid "Version Upgrade 5.8 to 5.9"
|
||||
msgstr "Aggiornamento della versione 5.8 alla 5.9"
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2024-10-09 14:27+0000\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-13 09:02+0100\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"
|
||||
|
@ -83,15 +82,15 @@ msgstr "Durata del G-code di inizio dell'estrusore"
|
|||
|
||||
msgctxt "machine_extruder_start_pos_abs label"
|
||||
msgid "Extruder Start Position Absolute"
|
||||
msgstr "Posizione assoluta avvio estrusore"
|
||||
msgstr "Assoluto posizione avvio estrusore"
|
||||
|
||||
msgctxt "machine_extruder_start_pos_x label"
|
||||
msgid "Extruder Start Position X"
|
||||
msgstr "Posizione X avvio estrusore"
|
||||
msgstr "X posizione avvio estrusore"
|
||||
|
||||
msgctxt "machine_extruder_start_pos_y label"
|
||||
msgid "Extruder Start Position Y"
|
||||
msgstr "Posizione Y avvio estrusore"
|
||||
msgstr "Y posizione avvio estrusore"
|
||||
|
||||
msgctxt "machine_settings label"
|
||||
msgid "Machine"
|
||||
|
@ -99,7 +98,7 @@ msgstr "Macchina"
|
|||
|
||||
msgctxt "machine_settings description"
|
||||
msgid "Machine specific settings"
|
||||
msgstr "Impostazioni specifiche della macchina"
|
||||
msgstr "Impostazioni macchina specifiche"
|
||||
|
||||
msgctxt "machine_extruder_end_pos_abs description"
|
||||
msgid "Make the extruder ending position absolute rather than relative to the last-known location of the head."
|
||||
|
@ -125,10 +124,6 @@ msgctxt "machine_nozzle_id label"
|
|||
msgid "Nozzle ID"
|
||||
msgstr "ID ugello"
|
||||
|
||||
msgctxt "machine_nozzle_head_distance label"
|
||||
msgid "Nozzle Length"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "machine_nozzle_offset_x label"
|
||||
msgid "Nozzle X Offset"
|
||||
msgstr "Offset X ugello"
|
||||
|
@ -157,10 +152,6 @@ msgctxt "extruder_nr description"
|
|||
msgid "The extruder train used for printing. This is used in multi-extrusion."
|
||||
msgstr "Treno estrusore utilizzato per la stampa. Utilizzato nell’estrusione multipla."
|
||||
|
||||
msgctxt "machine_nozzle_head_distance description"
|
||||
msgid "The height difference between the tip of the nozzle and the lowest part of the print head."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "machine_nozzle_size description"
|
||||
msgid "The inner diameter of the nozzle. Change this setting when using a non-standard nozzle size."
|
||||
msgstr "Il diametro interno dell’ugello. Modificare questa impostazione quando si utilizza una dimensione ugello non standard."
|
||||
|
@ -204,3 +195,11 @@ msgstr "La coordinata y dell’offset dell’ugello."
|
|||
msgctxt "machine_extruder_start_pos_y description"
|
||||
msgid "The y-coordinate of the starting position when turning the extruder on."
|
||||
msgstr "La coordinata y della posizione di partenza all’accensione dell’estrusore."
|
||||
|
||||
msgctxt "machine_nozzle_head_distance label"
|
||||
msgid "Nozzle Length"
|
||||
msgstr "Lunghezza ugello"
|
||||
|
||||
msgctxt "machine_nozzle_head_distance description"
|
||||
msgid "The height difference between the tip of the nozzle and the lowest part of the print head."
|
||||
msgstr "La differenza di altezza tra la punta dell'ugello e la parte più bassa della testina di stampa."
|
||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2024-10-09 14:27+0000\n"
|
||||
"POT-Creation-Date: 2024-11-06 10:43+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"
|
||||
|
@ -94,7 +94,7 @@ msgstr "Gli strati adattivi calcolano l’altezza degli strati in base alla form
|
|||
|
||||
msgctxt "extra_infill_lines_to_support_skins description"
|
||||
msgid "Add extra lines into the infill pattern to support skins above. This option prevents holes or plastic blobs that sometime show in complex shaped skins due to the infill below not correctly supporting the skin layer being printed above. 'Walls' supports just the outlines of the skin, whereas 'Walls and Lines' also supports the ends of the lines that make up the skin."
|
||||
msgstr ""
|
||||
msgstr "Aggiunge linee supplementari nel modello di riempimento per supportare gli strati sovrastanti. Questa opzione impedisce la formazione di vuoti o bolle di plastica che a volte compaiono nei modelli più complessi a causa del fatto che il riempimento sottostante non supporta correttamente lo strato stampato al di sopra.'Pareti' supporta solo i margini dello strato, mentre 'Pareti e linee' supporta anche le estremità delle file che compongono lo strato."
|
||||
|
||||
msgctxt "infill_wall_line_count description"
|
||||
msgid ""
|
||||
|
@ -444,11 +444,11 @@ msgstr "Larghezza del brim"
|
|||
|
||||
msgctxt "build_fan_full_at_height label"
|
||||
msgid "Build Fan Speed at Height"
|
||||
msgstr ""
|
||||
msgstr "Velocità della ventola di costruzione per altezza "
|
||||
|
||||
msgctxt "build_fan_full_layer label"
|
||||
msgid "Build Fan Speed at Layer"
|
||||
msgstr ""
|
||||
msgstr "Velocità della ventola di costruzione per strato"
|
||||
|
||||
msgctxt "platform_adhesion label"
|
||||
msgid "Build Plate Adhesion"
|
||||
|
@ -492,7 +492,7 @@ msgstr "Avviso sulla temperatura del volume di costruzione"
|
|||
|
||||
msgctxt "build_volume_fan_nr label"
|
||||
msgid "Build volume fan number"
|
||||
msgstr ""
|
||||
msgstr "Numero ventola volume di stampa"
|
||||
|
||||
msgctxt "prime_tower_brim_enable description"
|
||||
msgid "By enabling this setting, your prime-tower will get a brim, even if the model doesn't. If you want a sturdier base for a high tower, you can increase the base height."
|
||||
|
@ -732,11 +732,11 @@ msgstr "Rileva i ponti e modifica la velocità di stampa, il flusso e le imposta
|
|||
|
||||
msgctxt "scarf_split_distance description"
|
||||
msgid "Determines the length of each step in the flow change when extruding along the scarf seam. A smaller distance will result in a more precise but also more complex G-code."
|
||||
msgstr ""
|
||||
msgstr "Determina la lunghezza di ciascun passo nella modifica del flusso durante l'estrusione lungo la cucitura a sciarpa. Una distanza minore determina un codice G più preciso ma anche più complesso."
|
||||
|
||||
msgctxt "scarf_joint_seam_length description"
|
||||
msgid "Determines the length of the scarf seam, a seam type that should make the Z seam less visible. Must be higher than 0 to be effective."
|
||||
msgstr ""
|
||||
msgstr "Determina la lunghezza della cucitura a sciarpa, un tipo di cucitura che dovrebbe rendere la cucitura Z meno visibile. Deve essere superiore a 0 per essere efficace."
|
||||
|
||||
msgctxt "inset_direction description"
|
||||
msgid "Determines the order in which walls are printed. Printing outer walls earlier helps with dimensional accuracy, as faults from inner walls cannot propagate to the outside. However printing them later allows them to stack better when overhangs are printed. When there is an uneven amount of total innner walls, the 'center last line' is always printed last."
|
||||
|
@ -1028,7 +1028,7 @@ msgstr "Questa funzione tenta di 'ricucire' i fori aperti nella maglia chiudendo
|
|||
|
||||
msgctxt "extra_infill_lines_to_support_skins label"
|
||||
msgid "Extra Infill Lines To Support Skins"
|
||||
msgstr ""
|
||||
msgstr "Linee di rinforzo extra per sostenere gli strati superiori"
|
||||
|
||||
msgctxt "infill_wall_line_count label"
|
||||
msgid "Extra Infill Wall Count"
|
||||
|
@ -1042,6 +1042,10 @@ msgctxt "switch_extruder_extra_prime_amount description"
|
|||
msgid "Extra material to prime after nozzle switching."
|
||||
msgstr "Materiale extra per l'innesco dopo il cambio dell'ugello."
|
||||
|
||||
msgctxt "variant_name"
|
||||
msgid "Extruder"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "extruder_prime_pos_x label"
|
||||
msgid "Extruder Prime X Position"
|
||||
msgstr "Posizione X innesco estrusore"
|
||||
|
@ -2438,7 +2442,7 @@ msgstr "Nessuno"
|
|||
|
||||
msgctxt "extra_infill_lines_to_support_skins option none"
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
msgstr "Nessuno"
|
||||
|
||||
msgctxt "z_seam_corner option z_seam_corner_none"
|
||||
msgid "None"
|
||||
|
@ -2484,6 +2488,10 @@ msgctxt "machine_nozzle_id label"
|
|||
msgid "Nozzle ID"
|
||||
msgstr "ID ugello"
|
||||
|
||||
msgctxt "variant_name"
|
||||
msgid "Nozzle Size"
|
||||
msgstr "Dimensione ugello"
|
||||
|
||||
msgctxt "switch_extruder_extra_prime_amount label"
|
||||
msgid "Nozzle Switch Extra Prime Amount"
|
||||
msgstr "Quantità di materiale extra della Prime Tower, al cambio ugello"
|
||||
|
@ -2614,15 +2622,15 @@ msgstr "Accelerazione parete esterna"
|
|||
|
||||
msgctxt "wall_0_acceleration label"
|
||||
msgid "Outer Wall Acceleration"
|
||||
msgstr ""
|
||||
msgstr "Accelerazione parete esterna"
|
||||
|
||||
msgctxt "wall_0_deceleration label"
|
||||
msgid "Outer Wall Deceleration"
|
||||
msgstr ""
|
||||
msgstr "Decelerazione parete esterna"
|
||||
|
||||
msgctxt "wall_0_end_speed_ratio label"
|
||||
msgid "Outer Wall End Speed Ratio"
|
||||
msgstr ""
|
||||
msgstr "Rapporto di velocità finale parete esterna"
|
||||
|
||||
msgctxt "wall_0_extruder_nr label"
|
||||
msgid "Outer Wall Extruder"
|
||||
|
@ -2650,11 +2658,11 @@ msgstr "Velocità di stampa della parete esterna"
|
|||
|
||||
msgctxt "wall_0_speed_split_distance label"
|
||||
msgid "Outer Wall Speed Split Distance"
|
||||
msgstr ""
|
||||
msgstr "Velocità distanza di divisione della parete esterna"
|
||||
|
||||
msgctxt "wall_0_start_speed_ratio label"
|
||||
msgid "Outer Wall Start Speed Ratio"
|
||||
msgstr ""
|
||||
msgstr "Rapporto di velocità iniziale parete esterna"
|
||||
|
||||
msgctxt "wall_0_wipe_dist label"
|
||||
msgid "Outer Wall Wipe Distance"
|
||||
|
@ -2792,6 +2800,10 @@ msgctxt "acceleration_print label"
|
|||
msgid "Print Acceleration"
|
||||
msgstr "Accelerazione di stampa"
|
||||
|
||||
msgctxt "variant_name"
|
||||
msgid "Print Core"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "jerk_print label"
|
||||
msgid "Print Jerk"
|
||||
msgstr "Jerk stampa"
|
||||
|
@ -3298,15 +3310,15 @@ msgstr "Fattore di scala per la compensazione della contrazione"
|
|||
|
||||
msgctxt "scarf_joint_seam_length label"
|
||||
msgid "Scarf Seam Length"
|
||||
msgstr ""
|
||||
msgstr "Lunghezza cucitura a sciarpa"
|
||||
|
||||
msgctxt "scarf_joint_seam_start_height_ratio label"
|
||||
msgid "Scarf Seam Start Height"
|
||||
msgstr ""
|
||||
msgstr "Altezza iniziale cucitura a sciarpa"
|
||||
|
||||
msgctxt "scarf_split_distance label"
|
||||
msgid "Scarf Seam Step Length"
|
||||
msgstr ""
|
||||
msgstr "Lunghezza passo cucitura a sciarpa"
|
||||
|
||||
msgctxt "support_meshes_present label"
|
||||
msgid "Scene Has Support Meshes"
|
||||
|
@ -4366,7 +4378,7 @@ msgstr "Altezza sopra le parti orizzontali del modello che stampano lo stampo."
|
|||
|
||||
msgctxt "build_fan_full_at_height description"
|
||||
msgid "The height at which the fans spin on regular fan speed. At the layers below the fan speed gradually increases from Initial Fan Speed to Regular Fan Speed."
|
||||
msgstr ""
|
||||
msgstr "L'altezza alla quale le ventole girano a velocità regolare. Nei livelli sottostanti la velocità delle ventole aumenta gradualmente da Velocità iniziale della ventola a Velocità regolare della ventola."
|
||||
|
||||
msgctxt "cool_fan_full_at_height description"
|
||||
msgid "The height at which the fans spin on regular fan speed. At the layers below the fan speed gradually increases from Initial Fan Speed to Regular Fan Speed."
|
||||
|
@ -4476,7 +4488,7 @@ msgstr "Larghezza massima delle aree di rivestimento superiore che è possibile
|
|||
|
||||
msgctxt "build_fan_full_layer description"
|
||||
msgid "The layer at which the build fans spin on full fan speed. This value is calculated and rounded to a whole number."
|
||||
msgstr ""
|
||||
msgstr "Lo strato a cui le ventole di costruzione girano alla massima velocità. Questo valore viene calcolato e arrotondato a un numero intero."
|
||||
|
||||
msgctxt "cool_fan_full_layer description"
|
||||
msgid "The layer at which the fans spin on regular fan speed. If regular fan speed at height is set, this value is calculated and rounded to a whole number."
|
||||
|
@ -4764,7 +4776,7 @@ msgstr "Corrisponde al numero di linee utilizzate per il brim del supporto. Più
|
|||
|
||||
msgctxt "build_volume_fan_nr description"
|
||||
msgid "The number of the fan that cools the build volume. If this is set to 0, it's means that there is no build volume fan"
|
||||
msgstr ""
|
||||
msgstr "Il numero della ventola che raffredda il volume di stampa. Se è impostato su 0, significa che non è presente alcuna ventola per il volume di stampa."
|
||||
|
||||
msgctxt "raft_surface_layers description"
|
||||
msgid "The number of top layers on top of the 2nd raft layer. These are fully filled layers that the model sits on. 2 layers result in a smoother top surface than 1."
|
||||
|
@ -4860,7 +4872,7 @@ msgstr "Indica il cambio della velocità istantanea massima dello strato inizial
|
|||
|
||||
msgctxt "scarf_joint_seam_start_height_ratio description"
|
||||
msgid "The ratio of the selected layer height at which the scarf seam will begin. A lower number will result in a larger seam height. Must be lower than 100 to be effective."
|
||||
msgstr ""
|
||||
msgstr "Il rapporto tra l'altezza dello strato selezionato e l'inizio della cucitura a sciarpa. Un numero più basso comporta un'altezza di cucitura maggiore. Per essere efficace, deve essere inferiore a 100."
|
||||
|
||||
msgctxt "machine_shape description"
|
||||
msgid "The shape of the build plate without taking unprintable areas into account."
|
||||
|
@ -5192,23 +5204,23 @@ msgstr "Questo comanda la distanza che l’estrusore deve percorrere in coasting
|
|||
|
||||
msgctxt "wall_0_acceleration description"
|
||||
msgid "This is the acceleration with which to reach the top speed when printing an outer wall."
|
||||
msgstr ""
|
||||
msgstr "Si tratta dell'accelerazione con cui si raggiunge la velocità massima quando si stampa una parete esterna."
|
||||
|
||||
msgctxt "wall_0_deceleration description"
|
||||
msgid "This is the deceleration with which to end printing an outer wall."
|
||||
msgstr ""
|
||||
msgstr "Si tratta della decelerazione con cui terminare la stampa di una parete esterna."
|
||||
|
||||
msgctxt "wall_0_speed_split_distance description"
|
||||
msgid "This is the maximum length of an extrusion path when splitting a longer path to apply the outer wall acceleration/deceleration. A smaller distance will create a more precise but also more verbose G-Code."
|
||||
msgstr ""
|
||||
msgstr "È la lunghezza massima di un percorso di estrusione se si divide un percorso più lungo per poter utilizzare l'accelerazione/decelerazione della parete esterna. Una distanza minore crea un codice G più preciso ma anche più laborioso."
|
||||
|
||||
msgctxt "wall_0_end_speed_ratio description"
|
||||
msgid "This is the ratio of the top speed to end with when printing an outer wall."
|
||||
msgstr ""
|
||||
msgstr "Si tratta del rapporto della velocità massima con cui terminare la stampa di una parete esterna."
|
||||
|
||||
msgctxt "wall_0_start_speed_ratio description"
|
||||
msgid "This is the ratio of the top speed to start with when printing an outer wall."
|
||||
msgstr ""
|
||||
msgstr "Questo è il rapporto della velocità massima da cui partire quando si stampa una parete esterna."
|
||||
|
||||
msgctxt "raft_base_smoothing description"
|
||||
msgid "This setting controls how much inner corners in the raft base outline are rounded. Inward corners are rounded to a semi circle with a radius equal to the value given here. This setting also removes holes in the raft outline which are smaller than such a circle."
|
||||
|
@ -5592,15 +5604,15 @@ msgstr "Pareti"
|
|||
|
||||
msgctxt "extra_infill_lines_to_support_skins option walls"
|
||||
msgid "Walls Only"
|
||||
msgstr ""
|
||||
msgstr "Solo pareti"
|
||||
|
||||
msgctxt "extra_infill_lines_to_support_skins option walls_and_lines"
|
||||
msgid "Walls and Lines"
|
||||
msgstr ""
|
||||
msgstr "Pareti e linee"
|
||||
|
||||
msgctxt "wall_overhang_angle description"
|
||||
msgid "Walls that overhang more than this angle will be printed using overhanging wall settings. When the value is 90, no walls will be treated as overhanging. Overhang that gets supported by support will not be treated as overhang either. Furthermore, any line that's less than half overhanging will also not be treated as overhang."
|
||||
msgstr ""
|
||||
msgstr "Le pareti che sporgono più di questo angolo verranno stampate utilizzando le impostazioni per le pareti sporgenti. Con un valore di 90, nessun muro verrà considerato come sporgente. Anche le sporgenze sostenute da un supporto non verranno trattate come tali. Infine, qualsiasi linea che sia meno della metà della sporgenza non verrà gestita come tale."
|
||||
|
||||
msgctxt "meshfix_fluid_motion_enabled description"
|
||||
msgid "When enabled tool paths are corrected for printers with smooth motion planners. Small movements that deviate from the general tool path direction are smoothed to improve fluid motions."
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,10 +1,9 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2024-10-09 14:27+0000\n"
|
||||
"PO-Revision-Date: 2024-08-03 02:34+0000\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-13 09:02+0100\n"
|
||||
"PO-Revision-Date: 2024-10-27 13:25+0000\n"
|
||||
"Last-Translator: h1data <h1data@users.noreply.github.com>\n"
|
||||
"Language-Team: Japanese <https://github.com/h1data/Cura/wiki>\n"
|
||||
"Language: ja_JP\n"
|
||||
|
@ -15,7 +14,7 @@ msgstr ""
|
|||
|
||||
msgctxt "platform_adhesion description"
|
||||
msgid "Adhesion"
|
||||
msgstr "密着性"
|
||||
msgstr "接着"
|
||||
|
||||
msgctxt "material_diameter description"
|
||||
msgid "Adjusts the diameter of the filament used. Match this value with the diameter of the used filament."
|
||||
|
@ -23,7 +22,7 @@ msgstr "使用するフィラメントの太さの調整。この値を使用す
|
|||
|
||||
msgctxt "platform_adhesion label"
|
||||
msgid "Build Plate Adhesion"
|
||||
msgstr "ビルドプレート密着性"
|
||||
msgstr "ビルドプレートとの接着"
|
||||
|
||||
msgctxt "material_diameter label"
|
||||
msgid "Diameter"
|
||||
|
@ -125,10 +124,6 @@ msgctxt "machine_nozzle_id label"
|
|||
msgid "Nozzle ID"
|
||||
msgstr "ノズルID"
|
||||
|
||||
msgctxt "machine_nozzle_head_distance label"
|
||||
msgid "Nozzle Length"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "machine_nozzle_offset_x label"
|
||||
msgid "Nozzle X Offset"
|
||||
msgstr "ノズルX座標オフセット"
|
||||
|
@ -157,10 +152,6 @@ msgctxt "extruder_nr description"
|
|||
msgid "The extruder train used for printing. This is used in multi-extrusion."
|
||||
msgstr "印刷に使用するエクストルーダーの列。デュアルノズル印刷時に使用。"
|
||||
|
||||
msgctxt "machine_nozzle_head_distance description"
|
||||
msgid "The height difference between the tip of the nozzle and the lowest part of the print head."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "machine_nozzle_size description"
|
||||
msgid "The inner diameter of the nozzle. Change this setting when using a non-standard nozzle size."
|
||||
msgstr "ノズルの内径。標準以外のノズルを使用する場合は、この設定を変更してください。"
|
||||
|
@ -204,3 +195,11 @@ msgstr "ノズルのY座標のオフセット。"
|
|||
msgctxt "machine_extruder_start_pos_y description"
|
||||
msgid "The y-coordinate of the starting position when turning the extruder on."
|
||||
msgstr "エクストルーダーをオンにする際の開始位置Y座標。"
|
||||
|
||||
msgctxt "machine_nozzle_head_distance label"
|
||||
msgid "Nozzle Length"
|
||||
msgstr "ノズルの長さ"
|
||||
|
||||
msgctxt "machine_nozzle_head_distance description"
|
||||
msgid "The height difference between the tip of the nozzle and the lowest part of the print head."
|
||||
msgstr "ノズル先端とプリントヘッドの最下部との高さの差。"
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-10-09 14:27+0200\n"
|
||||
"POT-Creation-Date: 2024-03-13 09:02+0100\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"
|
||||
|
@ -12,7 +12,6 @@ msgstr ""
|
|||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#, python-format
|
||||
msgctxt "@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm."
|
||||
msgid "%(width).1f x %(depth).1f x %(height).1f mm"
|
||||
msgstr "%(width).1f x %(depth).1f x %(height).1f mm"
|
||||
|
@ -140,11 +139,10 @@ msgid "*You will need to restart the application for these changes to have effec
|
|||
msgstr "*이러한 변경 사항을 적용하려면 응용 프로그램을 재시작해야 합니다."
|
||||
|
||||
msgctxt "@text"
|
||||
msgid ""
|
||||
"- Add material profiles and plug-ins from the Marketplace\n"
|
||||
"- Back-up and sync your material profiles and plug-ins\n"
|
||||
"- Share ideas and get help from 48,000+ users in the UltiMaker community"
|
||||
msgstr "- 재료 설정 및 Marketplace 플러그인 추가- 재료 설정과 플러그인 백업 및 동기화- UltiMaker 커뮤니티에서 48,000명 이상의 사용자와 아이디어를 공유하고 도움 받기"
|
||||
msgid "- Add material profiles and plug-ins from the Marketplace\n- Back-up and sync your material profiles and plug-ins\n- Share ideas and get help from 48,000+ users in the UltiMaker community"
|
||||
msgstr "- 재료 설정 및 Marketplace 플러그인 추가"
|
||||
"- 재료 설정과 플러그인 백업 및 동기화"
|
||||
"- UltiMaker 커뮤니티에서 48,000명 이상의 사용자와 아이디어를 공유하고 도움 받기"
|
||||
|
||||
msgctxt "@heading"
|
||||
msgid "-- incomplete --"
|
||||
|
@ -198,45 +196,38 @@ msgctxt "@label %i will be replaced with a profile name"
|
|||
msgid "<b>Only user changed settings will be saved in the custom profile.</b><br/>For materials that support it, the new custom profile will inherit properties from <b>%1</b>."
|
||||
msgstr "<b>사용자 지정 프로필에는 사용자가 변경한 설정만 저장됩니다.</b><br/>이를 지원하는 재료의 경우 새 사용자 지정 프로필은 <b>%1</b>의 속성을 상속합니다."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label OpenGL renderer"
|
||||
msgid "<li>OpenGL Renderer: {renderer}</li>"
|
||||
msgstr "<li>OpenGL Renderer: {renderer}</li>"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label OpenGL vendor"
|
||||
msgid "<li>OpenGL Vendor: {vendor}</li>"
|
||||
msgstr "<li>OpenGL 공급업체: {vendor}</li>"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label OpenGL version"
|
||||
msgid "<li>OpenGL Version: {version}</li>"
|
||||
msgstr "<li>OpenGL 버전: {version}</li>"
|
||||
|
||||
msgctxt "@label crash message"
|
||||
msgid ""
|
||||
"<p><b>A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem</p></b>\n"
|
||||
" <p>Please use the \"Send report\" button to post a bug report automatically to our servers</p>\n"
|
||||
msgid "<p><b>A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem</p></b>\n <p>Please use the \"Send report\" button to post a bug report automatically to our servers</p>\n "
|
||||
msgstr "<p><b>치명적인 오류가 발생했습니다. 문제를 해결할 수 있도록 이 충돌 보고서를 보내주십시오</p></b>"
|
||||
" <p>"보고서 전송" 버튼을 사용하면 버그 보고서가 서버에 자동으로 전달됩니다</p>"
|
||||
" "
|
||||
msgstr "<p><b>치명적인 오류가 발생했습니다. 문제를 해결할 수 있도록 이 충돌 보고서를 보내주십시오</p></b> <p>"보고서 전송" 버튼을 사용하면 버그 보고서가 서버에 자동으로 전달됩니다</p> "
|
||||
|
||||
msgctxt "@label crash message"
|
||||
msgid ""
|
||||
"<p><b>Oops, UltiMaker Cura has encountered something that doesn't seem right.</p></b>\n"
|
||||
" <p>We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.</p>\n"
|
||||
" <p>Backups can be found in the configuration folder.</p>\n"
|
||||
" <p>Please send us this Crash Report to fix the problem.</p>\n"
|
||||
msgid "<p><b>Oops, UltiMaker Cura has encountered something that doesn't seem right.</p></b>\n <p>We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.</p>\n <p>Backups can be found in the configuration folder.</p>\n <p>Please send us this Crash Report to fix the problem.</p>\n "
|
||||
msgstr "<p> <b> 죄송합니다, UltiMaker Cura가 정상적이지 않습니다. </ p> </ b>"
|
||||
" <p> 시작할 때 복구 할 수없는 오류가 발생했습니다. 이 오류는 잘못된 구성 파일로 인해 발생할 수 있습니다. 설정을 백업하고 재설정하는 것이 좋습니다. </ p>"
|
||||
" <p> 백업은 설정 폴더에서 찾을 수 있습니다. </ p>"
|
||||
" <p> 문제를 해결하기 위해이 오류 보고서를 보내주십시오. </ p>"
|
||||
" "
|
||||
msgstr "<p> <b> 죄송합니다, UltiMaker Cura가 정상적이지 않습니다. </ p> </ b> <p> 시작할 때 복구 할 수없는 오류가 발생했습니다. 이 오류는 잘못된 구성 파일로 인해 발생할 수 있습니다. 설정을 백업하고 재설정하는 것이 좋습니다. </ p> <p> 백업은 설정 폴더에서 찾을 수 있습니다. </ p> <p> 문제를 해결하기 위해이 오류 보고서를 보내주십시오. </ p> "
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid ""
|
||||
"<p>One or more 3D models may not print optimally due to the model size and material configuration:</p>\n"
|
||||
"<p>{model_names}</p>\n"
|
||||
"<p>Find out how to ensure the best possible print quality and reliability.</p>\n"
|
||||
"<p><a href=\"https://ultimaker.com/3D-model-assistant\">View print quality guide</a></p>"
|
||||
msgstr "<p>하나 이상의 3D 모델이 모델 크기 및 재료 구성으로 인해 최적의 상태로 인쇄되지 않을 수 있습니다.</p><p>{model_names}</p><p>인쇄 품질 및 안정성을 최고로 높이는 방법을 알아보십시오.</p><p><a href=\"https://ultimaker.com/3D-model-assistant\">인쇄 품질 가이드 보기</a></p>"
|
||||
msgid "<p>One or more 3D models may not print optimally due to the model size and material configuration:</p>\n<p>{model_names}</p>\n<p>Find out how to ensure the best possible print quality and reliability.</p>\n<p><a href=\"https://ultimaker.com/3D-model-assistant\">View print quality guide</a></p>"
|
||||
msgstr "<p>하나 이상의 3D 모델이 모델 크기 및 재료 구성으로 인해 최적의 상태로 인쇄되지 않을 수 있습니다.</p>"
|
||||
"<p>{model_names}</p>"
|
||||
"<p>인쇄 품질 및 안정성을 최고로 높이는 방법을 알아보십시오.</p>"
|
||||
"<p><a href=\"https://ultimaker.com/3D-model-assistant\">인쇄 품질 가이드 보기</a></p>"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "A USB print is in progress, closing Cura will stop this print. Are you sure?"
|
||||
|
@ -395,7 +386,6 @@ msgctxt "@button"
|
|||
msgid "Add printer manually"
|
||||
msgstr "수동으로 프린터 추가"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "info:status Filled in with printer name and printer model."
|
||||
msgid "Adding printer {name} ({model}) from your account"
|
||||
msgstr "사용자 계정에서 프린터 {name}({model}) 추가"
|
||||
|
@ -436,7 +426,6 @@ msgctxt "@item:inlistbox"
|
|||
msgid "All Files (*)"
|
||||
msgstr "모든 파일 (*)"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@item:inlistbox"
|
||||
msgid "All Supported Types ({0})"
|
||||
msgstr "지원되는 모든 유형 ({0})"
|
||||
|
@ -529,7 +518,6 @@ msgctxt "@label %1 is the name of a print job."
|
|||
msgid "Are you sure you want to move %1 to the top of the queue?"
|
||||
msgstr "%1(을)를 대기열의 맨 위로 이동하시겠습니까?"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@message {printer_name} is replaced with the name of the printer"
|
||||
msgid "Are you sure you want to remove {printer_name} temporarily?"
|
||||
msgstr "일시적으로 {printer_name}을(를) 제거하시겠습니까?"
|
||||
|
@ -542,7 +530,6 @@ msgctxt "@label (%1 is object name)"
|
|||
msgid "Are you sure you wish to remove %1? This cannot be undone!"
|
||||
msgstr "%1을 제거 하시겠습니까? 이것은 취소 할 수 없습니다!"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label {0} is the name of a printer that's about to be deleted."
|
||||
msgid "Are you sure you wish to remove {0}? This cannot be undone!"
|
||||
msgstr "정말로 {0}을(를) 제거하시겠습니까? 이 작업을 실행 취소할 수 없습니다."
|
||||
|
@ -707,12 +694,10 @@ msgctxt "@label"
|
|||
msgid "Can't connect to your UltiMaker printer?"
|
||||
msgstr "UltiMaker 프린터로 연결할 수 없습니까?"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename>!"
|
||||
msgid "Can't import profile from <filename>{0}</filename> before a printer is added."
|
||||
msgstr "프린터가 추가되기 전 <filename>{0}</filename>에서 프로파일을 가져올 수 없습니다."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Can't open any other file if G-code is loading. Skipped importing {0}"
|
||||
msgstr "G-코드가 로드되어 있으면 다른 파일을 열 수 없습니다. {0} 가져 오기를 건너 뛰었습니다."
|
||||
|
@ -794,12 +779,7 @@ msgid "Checks models and print configuration for possible printing issues and gi
|
|||
msgstr "가능한 프린팅 문제를 위해 모델 및 인쇄 구성을 확인하고 제안합니다."
|
||||
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"Chooses between the techniques available to generate support. \n"
|
||||
"\n"
|
||||
"\"Normal\" support creates a support structure directly below the overhanging parts and drops those areas straight down. \n"
|
||||
"\n"
|
||||
"\"Tree\" support creates branches towards the overhanging areas that support the model on the tips of those branches, and allows the branches to crawl around the model to support it from the build plate as much as possible."
|
||||
msgid "Chooses between the techniques available to generate support. \n\n\"Normal\" support creates a support structure directly below the overhanging parts and drops those areas straight down. \n\n\"Tree\" support creates branches towards the overhanging areas that support the model on the tips of those branches, and allows the branches to crawl around the model to support it from the build plate as much as possible."
|
||||
msgstr "서포트를 생성하는 데 사용할 수 있는 기술 중 하나를 선택합니다. '표준' 서포트는 오버행(경사면) 파트 바로 아래에 서포트 구조물을 생성하고 해당 영역을 바로 아래로 떨어뜨립니다. '트리' 서포트는 모델을 지지하는 브랜치 끝에서 오버행(경사면) 영역을 향해 브랜치를 만들고 빌드 플레이트에서 모델을 지지할 수 있도록 모델을 브랜치로 최대한 감쌉니다."
|
||||
|
||||
msgctxt "@action:inmenu menubar:edit"
|
||||
|
@ -838,10 +818,6 @@ msgctxt "@label"
|
|||
msgid "Color scheme"
|
||||
msgstr "색 구성표"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Combination not recommended. Load BB core to slot 1 (left) for better reliability."
|
||||
msgstr "권장하지 않는 조합입니다. 안정성을 높이려면 BB 코어를 1번 슬롯(왼쪽)에 탑재하세요."
|
||||
|
||||
msgctxt "@info"
|
||||
msgid "Compare and save."
|
||||
msgstr "비교하고 저장합니다."
|
||||
|
@ -1006,7 +982,6 @@ msgctxt "@info:backup_failed"
|
|||
msgid "Could not create archive from user data directory: {}"
|
||||
msgstr "사용자 데이터 디렉터리에서 압축 파일을 만들 수 없습니다: {}"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the tag {device}!"
|
||||
msgid "Could not find a file name when trying to write to {device}."
|
||||
msgstr "{device} 장치에 쓸 때 파일 이름을 찾을 수 없습니다."
|
||||
|
@ -1035,12 +1010,10 @@ msgctxt "@message:text"
|
|||
msgid "Could not save material archive to {}:"
|
||||
msgstr "재료 아카이브를 {}에 저장할 수 없음:"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename> or <message>!"
|
||||
msgid "Could not save to <filename>{0}</filename>: <message>{1}</message>"
|
||||
msgstr "<filename>{0}</filename>: <message>{1}</message> 에 저장할 수 없습니다"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Could not save to removable drive {0}: {1}"
|
||||
msgstr "이동식 드라이브 {0}: {1} 에 저장할 수 없습니다 :"
|
||||
|
@ -1049,26 +1022,20 @@ msgctxt "@info:text"
|
|||
msgid "Could not upload the data to the printer."
|
||||
msgstr "데이터를 프린터로 업로드할 수 없음."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:plugin_failed"
|
||||
msgid ""
|
||||
"Couldn't start EnginePlugin: {self._plugin_id}\n"
|
||||
"No permission to execute process."
|
||||
msgstr "EnginePlugin을 시작할 수 없습니다: {self._plugin_id}프로세스를 실행할 권한이 없습니다."
|
||||
msgid "Couldn't start EnginePlugin: {self._plugin_id}\nNo permission to execute process."
|
||||
msgstr "EnginePlugin을 시작할 수 없습니다: {self._plugin_id}"
|
||||
"프로세스를 실행할 권한이 없습니다."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:plugin_failed"
|
||||
msgid ""
|
||||
"Couldn't start EnginePlugin: {self._plugin_id}\n"
|
||||
"Operating system is blocking it (antivirus?)"
|
||||
msgstr "EnginePlugin을 시작할 수 없습니다: {self._plugin_id}운영 체제가 이를 차단하고 있습니다(바이러스 백신?)"
|
||||
msgid "Couldn't start EnginePlugin: {self._plugin_id}\nOperating system is blocking it (antivirus?)"
|
||||
msgstr "EnginePlugin을 시작할 수 없습니다: {self._plugin_id}"
|
||||
"운영 체제가 이를 차단하고 있습니다(바이러스 백신?)"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:plugin_failed"
|
||||
msgid ""
|
||||
"Couldn't start EnginePlugin: {self._plugin_id}\n"
|
||||
"Resource is temporarily unavailable"
|
||||
msgstr "EnginePlugin을 시작할 수 없습니다: {self._plugin_id}리소스를 일시적으로 사용할 수 없습니다"
|
||||
msgid "Couldn't start EnginePlugin: {self._plugin_id}\nResource is temporarily unavailable"
|
||||
msgstr "EnginePlugin을 시작할 수 없습니다: {self._plugin_id}"
|
||||
"리소스를 일시적으로 사용할 수 없습니다"
|
||||
|
||||
msgctxt "@title:window"
|
||||
msgid "Crash Report"
|
||||
|
@ -1154,16 +1121,14 @@ msgctxt "@title:window"
|
|||
msgid "Cura can't start"
|
||||
msgstr "큐라를 시작할 수 없습니다"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Cura has detected material profiles that were not yet installed on the host printer of group {0}."
|
||||
msgstr "Cura가 {0} 그룹의 호스트 프린터에 설치되지 않은 재료 프로파일을 감지했습니다."
|
||||
|
||||
msgctxt "@info:credit"
|
||||
msgid ""
|
||||
"Cura is developed by UltiMaker in cooperation with the community.\n"
|
||||
"Cura proudly uses the following open source projects:"
|
||||
msgstr "Cura는 커뮤니티와 공동으로 UltiMaker 에 의해 개발되었습니다.Cura는 다음의 오픈 소스 프로젝트를 사용합니다:"
|
||||
msgid "Cura is developed by UltiMaker in cooperation with the community.\nCura proudly uses the following open source projects:"
|
||||
msgstr "Cura는 커뮤니티와 공동으로 UltiMaker 에 의해 개발되었습니다."
|
||||
"Cura는 다음의 오픈 소스 프로젝트를 사용합니다:"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Cura language"
|
||||
|
@ -1177,6 +1142,14 @@ msgctxt "name"
|
|||
msgid "CuraEngine Backend"
|
||||
msgstr "CuraEngine 백엔드"
|
||||
|
||||
msgctxt "description"
|
||||
msgid "CuraEngine plugin for gradually smoothing the flow to limit high-flow jumps"
|
||||
msgstr "점진적으로 흐름을 평활화하여 높은 흐름 점프를 제한하는 CuraEngine 플러그인"
|
||||
|
||||
msgctxt "name"
|
||||
msgid "CuraEngineGradualFlow"
|
||||
msgstr "CuraEngineGradualFlow"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Currency:"
|
||||
msgstr "통화:"
|
||||
|
@ -1433,12 +1406,10 @@ msgctxt "@action:button"
|
|||
msgid "Eject"
|
||||
msgstr "꺼내기"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@action"
|
||||
msgid "Eject removable device {0}"
|
||||
msgstr "이동식 장치 {0} 꺼내기"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Ejected {0}. You can now safely remove the drive."
|
||||
msgstr "{0}가 배출됐습니다. 이제 드라이브를 안전하게 제거 할 수 있습니다."
|
||||
|
@ -1527,10 +1498,6 @@ msgctxt "@title:window"
|
|||
msgid "Export Material"
|
||||
msgstr "재료 내보내기"
|
||||
|
||||
msgctxt "@action:inmenu menubar:help"
|
||||
msgid "Export Package For Technical Support"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "@title:window"
|
||||
msgid "Export Profile"
|
||||
msgstr "프로파일 내보내기"
|
||||
|
@ -1551,7 +1518,6 @@ msgctxt "@info:title"
|
|||
msgid "Export succeeded"
|
||||
msgstr "내보내기 완료"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tag <filename>!"
|
||||
msgid "Exported profile to <filename>{0}</filename>"
|
||||
msgstr "프로파일을 <filename>{0}</filename> 에 내보냅니다"
|
||||
|
@ -1588,7 +1554,6 @@ msgctxt "@label"
|
|||
msgid "Extruder Start G-code duration"
|
||||
msgstr "압출기 시작 G-코드 지속 시간"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label"
|
||||
msgid "Extruder {0}"
|
||||
msgstr "압출기 {0}"
|
||||
|
@ -1613,7 +1578,6 @@ msgctxt "@text:error"
|
|||
msgid "Failed to create archive of materials to sync with printers."
|
||||
msgstr "프린터와 동기화할 재료의 아카이브 저장에 실패했습니다."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Failed to eject {0}. Another program may be using the drive."
|
||||
msgstr "{0}를 배출하지 못했습니다. 다른 프로그램이 드라이브를 사용 중일 수 있습니다."
|
||||
|
@ -1622,27 +1586,22 @@ msgctxt "@info:status Don't translate the XML tags <filename> and <message>!"
|
|||
msgid "Failed to export material to <filename>%1</filename>: <message>%2</message>"
|
||||
msgstr "재료를 내보내는데 실패했습니다"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename> or <message>!"
|
||||
msgid "Failed to export profile to <filename>{0}</filename>: <message>{1}</message>"
|
||||
msgstr "프로파일을 <filename>{0}</filename>: <message>{1}</message>로 내보내는데 실패했습니다"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tag <filename>!"
|
||||
msgid "Failed to export profile to <filename>{0}</filename>: Writer plugin reported failure."
|
||||
msgstr "프로파일을 <filename>{0}</filename>로 내보내지 못했습니다. Writer 플러그인이 오류를 보고했습니다."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tag <filename>!"
|
||||
msgid "Failed to import profile from <filename>{0}</filename>:"
|
||||
msgstr "<filename>{0}</filename>에서 프로파일을 가져오지 못했습니다:"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename>!"
|
||||
msgid "Failed to import profile from <filename>{0}</filename>:"
|
||||
msgstr "<filename>{0}</filename>에서 프로파일을 가져오지 못했습니다:"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename>!"
|
||||
msgid "Failed to import profile from <filename>{0}</filename>: {1}"
|
||||
msgstr "<filename>{0}</filename>에서 프로파일을 가져오지 못했습니다 {1}"
|
||||
|
@ -1659,7 +1618,6 @@ msgctxt "@message:title"
|
|||
msgid "Failed to save material archive"
|
||||
msgstr "재료 아카이브를 저장하는 데 실패함"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Failed writing to specific cloud printer: {0} not in remote clusters."
|
||||
msgstr "특정 클라우드 프린터에 쓰기 실패: {0}이(가) 원격 클러스터에 없음"
|
||||
|
@ -1688,7 +1646,6 @@ msgctxt "@info:title"
|
|||
msgid "File Saved"
|
||||
msgstr "파일이 저장됨"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "File {0} does not contain any valid profile."
|
||||
msgstr "파일 {0}에 유효한 프로파일이 포함되어 있지 않습니다."
|
||||
|
@ -1912,7 +1869,6 @@ msgctxt "@label"
|
|||
msgid "Grid Placement"
|
||||
msgstr "그리드 배치"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label"
|
||||
msgid "Group #{group_nr}"
|
||||
msgstr "그룹 #{group_nr}"
|
||||
|
@ -2397,10 +2353,6 @@ msgctxt "name"
|
|||
msgid "Makerbot Printfile Writer"
|
||||
msgstr "Makerbot 프린트파일 작성기"
|
||||
|
||||
msgctxt "@item:inlistbox"
|
||||
msgid "Makerbot Sketch Printfile"
|
||||
msgstr "Makerbot Sketch Printfile"
|
||||
|
||||
msgctxt "@error"
|
||||
msgid "MakerbotWriter could not save to the designated path."
|
||||
msgstr "MakerbotWriter가 지정된 경로에 저장할 수 없습니다."
|
||||
|
@ -2642,7 +2594,6 @@ msgctxt "@info:title"
|
|||
msgid "Network error"
|
||||
msgstr "네트워크 오류"
|
||||
|
||||
#, python-format
|
||||
msgctxt "@info:title The %s gets replaced with the printer name."
|
||||
msgid "New %s stable firmware available"
|
||||
msgstr "안정적인 신규 %s 펌웨어를 사용할 수 있습니다"
|
||||
|
@ -2655,7 +2606,6 @@ msgctxt "@label"
|
|||
msgid "New UltiMaker printers can be connected to Digital Factory and monitored remotely."
|
||||
msgstr "새 UltiMaker 프린터를 Digital Factory에 연결하여 원격으로 모니터링할 수 있습니다."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info Don't translate {machine_name}, since it gets replaced by a printer name!"
|
||||
msgid "New features or bug-fixes may be available for your {machine_name}! If you haven't done so already, it is recommended to update the firmware on your printer to version {latest_version}."
|
||||
msgstr "사용자의 {machine_name}에서 새로운 기능 또는 버그 수정 사항을 사용할 수 있습니다! 완료하지 않은 경우 프린터의 펌웨어를 버전 {latest_version}으로 업데이트하는 것이 좋습니다."
|
||||
|
@ -2701,7 +2651,6 @@ msgctxt "@label"
|
|||
msgid "No cost estimation available"
|
||||
msgstr "비용 추산 이용 불가"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename>!"
|
||||
msgid "No custom profile to import in file <filename>{0}</filename>"
|
||||
msgstr "<filename>{0}</filename>(으)로 가져올 사용자 정의 프로파일이 없습니다"
|
||||
|
@ -2802,6 +2751,10 @@ msgctxt "@label"
|
|||
msgid "Nozzle offset Y"
|
||||
msgstr "노즐 오프셋 Y"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Nozzle Size"
|
||||
msgstr "노즐 크기"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Nozzle size"
|
||||
msgstr "노즐 크기"
|
||||
|
@ -2838,7 +2791,6 @@ msgctxt "@label"
|
|||
msgid "Only Show Top Layers"
|
||||
msgstr "상단 레이어 만 표시"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Only one G-code file can be loaded at a time. Skipped importing {0}"
|
||||
msgstr "한 번에 하나의 G-코드 파일만 로드 할 수 있습니다. {0} 가져 오기를 건너 뛰었습니다."
|
||||
|
@ -3051,12 +3003,9 @@ msgid "Please give the required permissions when authorizing this application."
|
|||
msgstr "이 응용 프로그램을 인증할 때 필요한 권한을 제공하십시오."
|
||||
|
||||
msgctxt "@info"
|
||||
msgid ""
|
||||
"Please make sure your printer has a connection:\n"
|
||||
"- Check if the printer is turned on.\n"
|
||||
"- Check if the printer is connected to the network.\n"
|
||||
"- Check if you are signed in to discover cloud-connected printers."
|
||||
msgstr "프린터에 연결이 있는지 확인하십시오.⏎- 프린터가 켜져 있는지 확인하십시오.- 프린터가 네트워크에 연결되어 있는지 확인하십시오.⏎- 클라우드로 연결된 프린터를 탐색할 수 있도록 로그인되어 있는지 확인하십시오."
|
||||
msgid "Please make sure your printer has a connection:\n- Check if the printer is turned on.\n- Check if the printer is connected to the network.\n- Check if you are signed in to discover cloud-connected printers."
|
||||
msgstr "프린터에 연결이 있는지 확인하십시오.⏎- 프린터가 켜져 있는지 확인하십시오."
|
||||
"- 프린터가 네트워크에 연결되어 있는지 확인하십시오.⏎- 클라우드로 연결된 프린터를 탐색할 수 있도록 로그인되어 있는지 확인하십시오."
|
||||
|
||||
msgctxt "@text"
|
||||
msgid "Please name your printer"
|
||||
|
@ -3083,12 +3032,11 @@ msgid "Please remove the print"
|
|||
msgstr "프린트물을 제거하십시오"
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid ""
|
||||
"Please review settings and check if your models:\n"
|
||||
"- Fit within the build volume\n"
|
||||
"- Are assigned to an enabled extruder\n"
|
||||
"- Are not all set as modifier meshes"
|
||||
msgstr "설정을 검토하고 모델이 다음 사항에 해당하는지 확인하십시오.- 출력 사이즈 내에 맞춤화됨- 활성화된 익스트루더로 할당됨- 수정자 메쉬로 전체 설정되지 않음"
|
||||
msgid "Please review settings and check if your models:\n- Fit within the build volume\n- Are assigned to an enabled extruder\n- Are not all set as modifier meshes"
|
||||
msgstr "설정을 검토하고 모델이 다음 사항에 해당하는지 확인하십시오."
|
||||
"- 출력 사이즈 내에 맞춤화됨"
|
||||
"- 활성화된 익스트루더로 할당됨"
|
||||
"- 수정자 메쉬로 전체 설정되지 않음"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Please select any upgrades made to this UltiMaker Original"
|
||||
|
@ -3388,7 +3336,6 @@ msgctxt "@title:column"
|
|||
msgid "Profile settings"
|
||||
msgstr "프로파일 설정"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Profile {0} has an unknown file type or is corrupted."
|
||||
msgstr "프로파일 {0}에 알 수 없는 파일 유형이 있거나 손상되었습니다."
|
||||
|
@ -3413,22 +3360,18 @@ msgctxt "@label Description for application dependency"
|
|||
msgid "Programming language"
|
||||
msgstr "프로그래밍 언어"
|
||||
|
||||
#, 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>이(가) 포함되어 있습니다. 기기를 가져올 수 없습니다. 대신 모델을 가져옵니다."
|
||||
|
||||
#, 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>."
|
||||
|
||||
#, 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."
|
||||
msgstr "프로젝트 파일 <filename>{0}</filename>이(가) 이 버전의 UltiMaker Cura에서 확인할 수 없는 프로파일을 사용하였습니다."
|
||||
|
||||
#, 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>."
|
||||
|
@ -3557,7 +3500,6 @@ msgctxt "@label"
|
|||
msgid "Qt version"
|
||||
msgstr "Qt 버전"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Quality type '{0}' is not compatible with the current active machine definition '{1}'."
|
||||
msgstr "'{0}' 품질 타입은 현재 활성 기기 정의 '{1}'와(과) 호환되지 않습니다."
|
||||
|
@ -3798,12 +3740,10 @@ msgctxt "@action:button Preceded by 'Ready to'."
|
|||
msgid "Save to Removable Drive"
|
||||
msgstr "이동식 드라이브에 저장"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@item:inlistbox"
|
||||
msgid "Save to Removable Drive {0}"
|
||||
msgstr "이동식 드라이브 {0}에 저장"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Saved to Removable Drive {0} as {1}"
|
||||
msgstr "이동식 드라이브 {0}에 {1}로 저장되었습니다."
|
||||
|
@ -3812,7 +3752,6 @@ msgctxt "@info:title"
|
|||
msgid "Saving"
|
||||
msgstr "저장"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:progress Don't translate the XML tags <filename>!"
|
||||
msgid "Saving to Removable Drive <filename>{0}</filename>"
|
||||
msgstr "이동식 드라이브 <filename>{0}</filename>에 저장"
|
||||
|
@ -3829,10 +3768,6 @@ msgctxt "@placeholder"
|
|||
msgid "Search"
|
||||
msgstr "검색"
|
||||
|
||||
msgctxt "@label:textbox"
|
||||
msgid "Search Printer"
|
||||
msgstr "프린터 검색"
|
||||
|
||||
msgctxt "@info"
|
||||
msgid "Search in the browser"
|
||||
msgstr "브라우저에서 검색"
|
||||
|
@ -4065,6 +4000,10 @@ msgctxt "@action:inmenu menubar:help"
|
|||
msgid "Show Online &Documentation"
|
||||
msgstr "온라인 문서 표시"
|
||||
|
||||
msgctxt "@action:inmenu"
|
||||
msgid "Show Online Troubleshooting"
|
||||
msgstr "온라인 문제 해결 표시"
|
||||
|
||||
msgctxt "@label:checkbox"
|
||||
msgid "Show all"
|
||||
msgstr "모두 보이기"
|
||||
|
@ -4190,11 +4129,9 @@ msgid "Solid view"
|
|||
msgstr "솔리드 뷰"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"Some hidden settings use values different from their normal calculated value.\n"
|
||||
"\n"
|
||||
"Click to make these settings visible."
|
||||
msgstr "일부 숨겨진 설정은 일반적인 계산 값과 다른 값을 사용합니다.이 설정을 표시하려면 클릭하십시오."
|
||||
msgid "Some hidden settings use values different from their normal calculated value.\n\nClick to make these settings visible."
|
||||
msgstr "일부 숨겨진 설정은 일반적인 계산 값과 다른 값을 사용합니다."
|
||||
"이 설정을 표시하려면 클릭하십시오."
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid "Some of the packages used in the project file are currently not installed in Cura, this might produce undesirable print results. We highly recommend installing the all required packages from the Marketplace."
|
||||
|
@ -4209,11 +4146,9 @@ msgid "Some setting-values defined in <b>%1</b> were overridden."
|
|||
msgstr "<b>%1</b>에 정의된 일부 설정 값이 재정의되었습니다."
|
||||
|
||||
msgctxt "@tooltip"
|
||||
msgid ""
|
||||
"Some setting/override values are different from the values stored in the profile.\n"
|
||||
"\n"
|
||||
"Click to open the profile manager."
|
||||
msgstr "일부 설정/대체 값은 프로파일에 저장된 값과 다릅니다.프로파일 매니저를 열려면 클릭하십시오."
|
||||
msgid "Some setting/override values are different from the values stored in the profile.\n\nClick to open the profile manager."
|
||||
msgstr "일부 설정/대체 값은 프로파일에 저장된 값과 다릅니다."
|
||||
"프로파일 매니저를 열려면 클릭하십시오."
|
||||
|
||||
msgctxt "@action:label"
|
||||
msgid "Some settings from current profile were overwritten."
|
||||
|
@ -4295,7 +4230,6 @@ msgctxt "@info:status Don't translate the XML tag <filename>!"
|
|||
msgid "Successfully imported material <filename>%1</filename>"
|
||||
msgstr "재료를 성공적으로 가져왔습니다"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Successfully imported profile {0}."
|
||||
msgstr "프로파일 {0}을(를) 성공적으로 가져왔습니다."
|
||||
|
@ -4501,7 +4435,6 @@ msgctxt "@label"
|
|||
msgid "The extruder train to use for printing the support. This is used in multi-extrusion."
|
||||
msgstr "서포트 프린팅에 사용할 익스트루더. 이것은 다중 압출에 사용됩니다."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label Don't translate the XML tag <filename>!"
|
||||
msgid "The file <filename>{0}</filename> already exists. Are you sure you want to overwrite it?"
|
||||
msgstr "파일 <filename>{0}</filename>이 이미 있습니다. 덮어 쓰시겠습니까?"
|
||||
|
@ -4564,15 +4497,11 @@ msgid "The nozzle inserted in this extruder."
|
|||
msgstr "이 익스트루더에 삽입 된 노즐."
|
||||
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"The pattern of the infill material of the print:\n"
|
||||
"\n"
|
||||
"For quick prints of non functional model choose line, zig zag or lightning infill.\n"
|
||||
"\n"
|
||||
"For functional part not subjected to a lot of stress we recommend grid or triangle or tri hexagon.\n"
|
||||
"\n"
|
||||
"For functional 3D prints which require high strength in multiple directions use cubic, cubic subdivision, quarter cubic, octet, and gyroid."
|
||||
msgstr "프린트의 인필 재료 패턴:비기능성 모델을 빠르게 프린트하려면 선, 지그재그 또는 라이트닝 인필을 선택합니다.많은 응력을 받지 않는 기능성 부품의 경우 그리드 또는 삼각형 또는 삼-육각형을 사용하는 것이 좋습니다.여러 방향에서 높은 강도를 요구하는 기능성 3D 객체의 경우에는 큐빅, 세분된 큐빅, 쿼터 큐빅, 옥텟 및 자이로이드를 사용합니다."
|
||||
msgid "The pattern of the infill material of the print:\n\nFor quick prints of non functional model choose line, zig zag or lightning infill.\n\nFor functional part not subjected to a lot of stress we recommend grid or triangle or tri hexagon.\n\nFor functional 3D prints which require high strength in multiple directions use cubic, cubic subdivision, quarter cubic, octet, and gyroid."
|
||||
msgstr "프린트의 인필 재료 패턴:"
|
||||
"비기능성 모델을 빠르게 프린트하려면 선, 지그재그 또는 라이트닝 인필을 선택합니다."
|
||||
"많은 응력을 받지 않는 기능성 부품의 경우 그리드 또는 삼각형 또는 삼-육각형을 사용하는 것이 좋습니다."
|
||||
"여러 방향에서 높은 강도를 요구하는 기능성 3D 객체의 경우에는 큐빅, 세분된 큐빅, 쿼터 큐빅, 옥텟 및 자이로이드를 사용합니다."
|
||||
|
||||
msgctxt "@info:tooltip"
|
||||
msgid "The percentage of light penetrating a print with a thickness of 1 millimeter. Lowering this value increases the contrast in dark regions and decreases the contrast in light regions of the image."
|
||||
|
@ -4691,8 +4620,8 @@ msgid "This configuration is not available because %1 is not recognized. Please
|
|||
msgstr "%1이(가) 인식되지 않기 때문에 이 구성을 사용할 수 없습니다. %2에 방문하여 올바른 재료 프로파일을 다운로드하십시오."
|
||||
|
||||
msgctxt "@text:window"
|
||||
msgid "This is a Cura Universal project file. Would you like to open it as a Cura Universal Project or import the models from it?"
|
||||
msgstr "이 항목은 Cura Universal 프로젝트 파일입니다. 해당 파일을 Cura Universal 프로젝트로 열거나, 파일에서 모델을 불러올까요?"
|
||||
msgid "This is a Cura Universal project file. Would you like to open it as a Cura project or Cura Universal Project or import the models from it?"
|
||||
msgstr "Cura 범용 프로젝트 파일입니다. Cura 프로젝트 또는 Cura 범용 프로젝트로 열거나 파일에서 모델을 가져오시겠습니까?"
|
||||
|
||||
msgctxt "@text:window"
|
||||
msgid "This is a Cura project file. Would you like to open it as a project or import the models from it?"
|
||||
|
@ -4727,7 +4656,6 @@ msgctxt "@label"
|
|||
msgid "This printer is the host for a group of %1 printers."
|
||||
msgstr "이 프린터는 %1개 프린터 그룹의 호스트입니다."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename>!"
|
||||
msgid "This profile <filename>{0}</filename> contains incorrect data, could not import it."
|
||||
msgstr "프로파일 <filename>{0}</filename>에는 정확하지 않은 데이터가 포함되어 있으므로, 불러올 수 없습니다."
|
||||
|
@ -4741,11 +4669,9 @@ msgid "This project contains materials or plugins that are currently not install
|
|||
msgstr "이 프로젝트에는 현재 Cura에 설치되지 않은 재료 또는 플러그인이 포함되어 있습니다.<br/>누락된 패키지를 설치하고 프로젝트를 다시 엽니다."
|
||||
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"This setting has a value that is different from the profile.\n"
|
||||
"\n"
|
||||
"Click to restore the value of the profile."
|
||||
msgstr "이 설정에는 프로파일과 다른 값이 있습니다.프로파일 값을 복원하려면 클릭하십시오."
|
||||
msgid "This setting has a value that is different from the profile.\n\nClick to restore the value of the profile."
|
||||
msgstr "이 설정에는 프로파일과 다른 값이 있습니다."
|
||||
"프로파일 값을 복원하려면 클릭하십시오."
|
||||
|
||||
msgctxt "@item:tooltip"
|
||||
msgid "This setting has been hidden by the active machine and will not be visible."
|
||||
|
@ -4761,11 +4687,9 @@ msgid "This setting is always shared between all extruders. Changing it here wil
|
|||
msgstr "이 설정은 항상 모든 익스트루더 사이에 공유됩니다. 여기서 변경하면 모든 익스트루더에 대한 값이 변경됩니다."
|
||||
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"This setting is normally calculated, but it currently has an absolute value set.\n"
|
||||
"\n"
|
||||
"Click to restore the calculated value."
|
||||
msgstr "이 설정은 일반적으로 계산되지만 현재는 절대 값이 설정되어 있습니다.계산 된 값을 복원하려면 클릭하십시오."
|
||||
msgid "This setting is normally calculated, but it currently has an absolute value set.\n\nClick to restore the calculated value."
|
||||
msgstr "이 설정은 일반적으로 계산되지만 현재는 절대 값이 설정되어 있습니다."
|
||||
"계산 된 값을 복원하려면 클릭하십시오."
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "This setting is not used because all the settings that it influences are overridden."
|
||||
|
@ -4799,7 +4723,6 @@ msgctxt "@text"
|
|||
msgid "To automatically sync the material profiles with all your printers connected to Digital Factory you need to be signed in in Cura."
|
||||
msgstr "Digital Factory에 연결된 모든 프린터와 자동으로 재료 프로파일을 동기화하려면 Cura에 가입되어 있어야 합니다."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "info:status"
|
||||
msgid "To establish a connection, please visit the {website_link}"
|
||||
msgstr "연결을 설정하려면 {website_link}에 방문하십시오."
|
||||
|
@ -4812,7 +4735,6 @@ msgctxt "@label"
|
|||
msgid "To print directly to your printer over the network, please make sure your printer is connected to the network using a network cable or by connecting your printer to your WIFI network. If you don't connect Cura with your printer, you can still use a USB drive to transfer g-code files to your printer."
|
||||
msgstr "네트워크를 통해 프린터로 직접 프린팅하려면 네트워크 케이블을 사용하거나 프린터를 WIFI 네트워크에 연결하여 프린터가 네트워크에 연결되어 있는지 확인하십시오. Cura를 프린터에 연결하지 않은 경우에도 USB 드라이브를 사용하여 g-코드 파일을 프린터로 전송할 수 있습니다."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@message {printer_name} is replaced with the name of the printer"
|
||||
msgid "To remove {printer_name} permanently, visit {digital_factory_link}"
|
||||
msgstr "{printer_name}을(를) 영구적으로 제거하려면 {digital_factory_link}을(를) 방문하십시오."
|
||||
|
@ -4957,17 +4879,14 @@ msgctxt "@info:status"
|
|||
msgid "Unable to find a location within the build volume for all objects"
|
||||
msgstr "모든 개체가 출력할 수 있는 최대 사이즈 내에 위치할 수 없습니다"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:plugin_failed"
|
||||
msgid "Unable to find local EnginePlugin server executable for: {self._plugin_id}"
|
||||
msgstr "{self._plugin_id}에 대한 로컬 EnginePlugin 서버 실행 파일을 찾을 수 없습니다."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:plugin_failed"
|
||||
msgid ""
|
||||
"Unable to kill running EnginePlugin: {self._plugin_id}\n"
|
||||
"Access is denied."
|
||||
msgstr "실행 중인 EnginePlugin을 종료할 수 없습니다. {self._plugin_id}접속이 거부되었습니다."
|
||||
msgid "Unable to kill running EnginePlugin: {self._plugin_id}\nAccess is denied."
|
||||
msgstr "실행 중인 EnginePlugin을 종료할 수 없습니다. {self._plugin_id}"
|
||||
"접속이 거부되었습니다."
|
||||
|
||||
msgctxt "@info"
|
||||
msgid "Unable to reach the UltiMaker account server."
|
||||
|
@ -4977,14 +4896,6 @@ msgctxt "@text"
|
|||
msgid "Unable to read example data file."
|
||||
msgstr "예시 데이터 파일을 읽을 수 없습니다."
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to send the model data to the engine. Please try again, or contact support."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to send the model data to the engine. Please try to use a less detailed model, or reduce the number of instances."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "@info:title"
|
||||
msgid "Unable to slice"
|
||||
msgstr "슬라이스 할 수 없습니다"
|
||||
|
@ -4997,12 +4908,10 @@ msgctxt "@info:status"
|
|||
msgid "Unable to slice because the prime tower or prime position(s) are invalid."
|
||||
msgstr "프라임 타워 또는 위치가 유효하지 않아 슬라이스 할 수 없습니다."
|
||||
|
||||
#, python-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to slice because there are objects associated with disabled Extruder %s."
|
||||
msgstr "비활성화된 익스트루더 %s(와)과 연결된 개체가 있기 때문에 슬라이스할 수 없습니다."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to slice due to some per-model settings. The following settings have errors on one or more models: {error_labels}"
|
||||
msgstr "일부 모델별 설정으로 인해 슬라이스할 수 없습니다. 하나 이상의 모델에서 다음 설정에 오류가 있습니다. {error_labels}"
|
||||
|
@ -5011,7 +4920,6 @@ msgctxt "@info:status"
|
|||
msgid "Unable to slice with the current material as it is incompatible with the selected machine or configuration."
|
||||
msgstr "선택한 소재 또는 구성과 호환되지 않기 때문에 현재 소재로 슬라이스 할 수 없습니다."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to slice with the current settings. The following settings have errors: {0}"
|
||||
msgstr "현재 설정으로 슬라이스 할 수 없습니다. 다음 설정에는 오류가 있습니다 : {0}"
|
||||
|
@ -5020,7 +4928,6 @@ msgctxt "@info"
|
|||
msgid "Unable to start a new sign in process. Check if another sign in attempt is still active."
|
||||
msgstr "새 로그인 작업을 시작할 수 없습니다. 다른 로그인 작업이 진행 중인지 확인하십시오."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:error"
|
||||
msgid "Unable to write to file: {0}"
|
||||
msgstr "파일에 쓰기 불가: {0}"
|
||||
|
@ -5073,7 +4980,6 @@ msgctxt "@label:property"
|
|||
msgid "Unknown Package"
|
||||
msgstr "알 수 없는 패키지"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@error:send"
|
||||
msgid "Unknown error code when uploading print job: {0}"
|
||||
msgstr "프린트 작업 업로드 시 알 수 없는 오류 코드: {0}"
|
||||
|
@ -5246,10 +5152,6 @@ msgctxt "description"
|
|||
msgid "Upgrades configurations from Cura 5.6 to Cura 5.7."
|
||||
msgstr "Cura 5.6에서 Cura 5.7로 구성을 업그레이드합니다."
|
||||
|
||||
msgctxt "description"
|
||||
msgid "Upgrades configurations from Cura 5.8 to Cura 5.9."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "@action:button"
|
||||
msgid "Upload custom Firmware"
|
||||
msgstr "사용자 정의 펌웨어 업로드"
|
||||
|
@ -5394,10 +5296,6 @@ msgctxt "name"
|
|||
msgid "Version Upgrade 5.6 to 5.7"
|
||||
msgstr "5.6에서 5.7로 버전 업그레이드"
|
||||
|
||||
msgctxt "name"
|
||||
msgid "Version Upgrade 5.8 to 5.9"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "@button"
|
||||
msgid "View printers in Digital Factory"
|
||||
msgstr "Digital Factory에서 프린터 보기"
|
||||
|
@ -5450,7 +5348,6 @@ msgctxt "@info:title"
|
|||
msgid "Warning"
|
||||
msgstr "경고"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Warning: The profile is not visible because its quality type '{0}' is not available for the current configuration. Switch to a material/nozzle combination that can use this quality type."
|
||||
msgstr "경고: 프로파일은 '{0}' 품질 타입을 현재 구성에 이용할 수 없기 때문에 찾을 수 없습니다. 이 품질 타입을 사용할 수 있는 재료/노즐 조합으로 전환하십시오."
|
||||
|
@ -5572,28 +5469,19 @@ msgid "Yes"
|
|||
msgstr "예"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"You are about to remove all printers from Cura. This action cannot be undone.\n"
|
||||
"Are you sure you want to continue?"
|
||||
msgstr "Cura에서 모든 프린터를 제거하려고 합니다. 이 작업은 실행 취소할 수 없습니다. 정말로 계속하시겠습니까?"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"You are about to remove {0} printer from Cura. This action cannot be undone.\n"
|
||||
"Are you sure you want to continue?"
|
||||
msgid_plural ""
|
||||
"You are about to remove {0} printers from Cura. This action cannot be undone.\n"
|
||||
"Are you sure you want to continue?"
|
||||
msgstr[0] ""
|
||||
"Cura에서 {0} 프린터를 제거하려고 합니다. 이 작업은 실행 취소할 수 없습니다. \n"
|
||||
msgid "You are about to remove all printers from Cura. This action cannot be undone.\nAre you sure you want to continue?"
|
||||
msgstr "Cura에서 모든 프린터를 제거하려고 합니다. 이 작업은 실행 취소할 수 없습니다. "
|
||||
"정말로 계속하시겠습니까?"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "You are about to remove {0} printer from Cura. This action cannot be undone.\nAre you sure you want to continue?"
|
||||
msgid_plural "You are about to remove {0} printers from Cura. This action cannot be undone.\nAre you sure you want to continue?"
|
||||
msgstr[0] "Cura에서 {0} 프린터를 제거하려고 합니다. 이 작업은 실행 취소할 수 없습니다. \n정말로 계속하시겠습니까?"
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid "You are attempting to connect to a printer that is not running UltiMaker Connect. Please update the printer to the latest firmware."
|
||||
msgstr "UltiMaker Connect를 실행하지 않는 프린터에 연결하려 합니다. 프린터를 최신 펌웨어로 업데이트해 주십시오."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "You are attempting to connect to {0} but it is not the host of a group. You can visit the web page to configure it as a group host."
|
||||
msgstr "연결 시도 중인 {0}이(가) 그룹의 호스트가 아닙니다. 웹 페이지에서 그룹 호스트로 설정할 수 있습니다."
|
||||
|
@ -5604,7 +5492,9 @@ msgstr "현재 백업이 없습니다. ‘지금 백업’ 버튼을 사용하
|
|||
|
||||
msgctxt "@text:window, %1 is a profile name"
|
||||
msgid "You have customized some profile settings. Would you like to Keep these changed settings after switching profiles? Alternatively, you can discard the changes to load the defaults from '%1'."
|
||||
msgstr "일부 프로파일 설정을 사용자 정의했습니다.프로파일 전환 후에도 변경된 설정을 유지하시겠습니까?또는 변경 사항을 버리고 '%1'에서 기본값을 로드할 수 있습니다."
|
||||
msgstr "일부 프로파일 설정을 사용자 정의했습니다."
|
||||
"프로파일 전환 후에도 변경된 설정을 유지하시겠습니까?"
|
||||
"또는 변경 사항을 버리고 '%1'에서 기본값을 로드할 수 있습니다."
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "You need to accept the license to install the package"
|
||||
|
@ -5634,12 +5524,10 @@ msgctxt "@info"
|
|||
msgid "Your new printer will automatically appear in Cura"
|
||||
msgstr "새 프린터가 Cura에 자동으로 나타납니다."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid ""
|
||||
"Your printer <b>{printer_name}</b> could be connected via cloud.\n"
|
||||
msgid "Your printer <b>{printer_name}</b> could be connected via cloud.\n Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory"
|
||||
msgstr "Your printer <b>{printer_name}</b> could be connected via cloud."
|
||||
" Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory"
|
||||
msgstr "Your printer <b>{printer_name}</b> could be connected via cloud. Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Z"
|
||||
|
@ -5701,7 +5589,6 @@ msgctxt "@label"
|
|||
msgid "version: %1"
|
||||
msgstr "버전: %1"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@message {printer_name} is replaced with the name of the printer"
|
||||
msgid "{printer_name} will be removed until the next account sync."
|
||||
msgstr "다음 계정 동기화 시까지 {printer_name}이(가) 제거됩니다."
|
||||
|
@ -5710,18 +5597,38 @@ msgctxt "@info:generic"
|
|||
msgid "{} plugins failed to download"
|
||||
msgstr "{}개의 플러그인을 다운로드하지 못했습니다"
|
||||
|
||||
#~ msgctxt "description"
|
||||
#~ msgid "CuraEngine plugin for gradually smoothing the flow to limit high-flow jumps"
|
||||
#~ msgstr "점진적으로 흐름을 평활화하여 높은 흐름 점프를 제한하는 CuraEngine 플러그인"
|
||||
msgctxt "@label"
|
||||
msgid "Combination not recommended. Load BB core to slot 1 (left) for better reliability."
|
||||
msgstr "권장하지 않는 조합입니다. 안정성을 높이려면 BB 코어를 1번 슬롯(왼쪽)에 탑재하세요."
|
||||
|
||||
#~ msgctxt "name"
|
||||
#~ msgid "CuraEngineGradualFlow"
|
||||
#~ msgstr "CuraEngineGradualFlow"
|
||||
msgctxt "@item:inlistbox"
|
||||
msgid "Makerbot Sketch Printfile"
|
||||
msgstr "Makerbot Sketch Printfile"
|
||||
|
||||
#~ msgctxt "@action:inmenu"
|
||||
#~ msgid "Show Online Troubleshooting"
|
||||
#~ msgstr "온라인 문제 해결 표시"
|
||||
msgctxt "@label:textbox"
|
||||
msgid "Search Printer"
|
||||
msgstr "프린터 검색"
|
||||
|
||||
#~ msgctxt "@text:window"
|
||||
#~ msgid "This is a Cura Universal project file. Would you like to open it as a Cura project or Cura Universal Project or import the models from it?"
|
||||
#~ msgstr "Cura 범용 프로젝트 파일입니다. Cura 프로젝트 또는 Cura 범용 프로젝트로 열거나 파일에서 모델을 가져오시겠습니까?"
|
||||
msgctxt "@text:window"
|
||||
msgid "This is a Cura Universal project file. Would you like to open it as a Cura Universal Project or import the models from it?"
|
||||
msgstr "이 항목은 Cura Universal 프로젝트 파일입니다. 해당 파일을 Cura Universal 프로젝트로 열거나, 파일에서 모델을 불러올까요?"
|
||||
|
||||
msgctxt "@action:inmenu menubar:help"
|
||||
msgid "Export Package For Technical Support"
|
||||
msgstr "기술 지원을 위해 패키지 내보내기"
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to send the model data to the engine. Please try again, or contact support."
|
||||
msgstr "모델 데이터를 엔진에 전송할 수 없습니다. 다시 시도하거나 지원팀에 문의해 주세요."
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to send the model data to the engine. Please try to use a less detailed model, or reduce the number of instances."
|
||||
msgstr "모델 데이터를 엔진에 전송할 수 없습니다. 덜 세부적인 모델을 사용하거나 인스턴스 수를 줄이세요."
|
||||
|
||||
msgctxt "description"
|
||||
msgid "Upgrades configurations from Cura 5.8 to Cura 5.9."
|
||||
msgstr "Cura 5.8에서 Cura 5.9로 구성을 업그레이드합니다."
|
||||
|
||||
msgctxt "name"
|
||||
msgid "Version Upgrade 5.8 to 5.9"
|
||||
msgstr "5.8에서 5.9로 버전 업그레이드"
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2024-10-09 14:27+0000\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-13 09:02+0100\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"
|
||||
|
@ -125,10 +124,6 @@ msgctxt "machine_nozzle_id label"
|
|||
msgid "Nozzle ID"
|
||||
msgstr "노즐 ID"
|
||||
|
||||
msgctxt "machine_nozzle_head_distance label"
|
||||
msgid "Nozzle Length"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "machine_nozzle_offset_x label"
|
||||
msgid "Nozzle X Offset"
|
||||
msgstr "노즐 X 오프셋"
|
||||
|
@ -157,10 +152,6 @@ msgctxt "extruder_nr description"
|
|||
msgid "The extruder train used for printing. This is used in multi-extrusion."
|
||||
msgstr "프린팅에 사용되는 익스트루더 트레인. 이것은 다중 압출에 사용됩니다."
|
||||
|
||||
msgctxt "machine_nozzle_head_distance description"
|
||||
msgid "The height difference between the tip of the nozzle and the lowest part of the print head."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "machine_nozzle_size description"
|
||||
msgid "The inner diameter of the nozzle. Change this setting when using a non-standard nozzle size."
|
||||
msgstr "노즐의 내경. 비표준 노즐 크기를 사용할 때, 이 설정을 변경하십시오."
|
||||
|
@ -204,3 +195,11 @@ msgstr "노즐 오프셋의 y 좌표."
|
|||
msgctxt "machine_extruder_start_pos_y description"
|
||||
msgid "The y-coordinate of the starting position when turning the extruder on."
|
||||
msgstr "익스트루더를 켤 때 시작 위치의 y 좌표."
|
||||
|
||||
msgctxt "machine_nozzle_head_distance label"
|
||||
msgid "Nozzle Length"
|
||||
msgstr "노즐 길이"
|
||||
|
||||
msgctxt "machine_nozzle_head_distance description"
|
||||
msgid "The height difference between the tip of the nozzle and the lowest part of the print head."
|
||||
msgstr "노즐 끝과 프린트 헤드의 가장 낮은 부분 사이의 높이 차이입니다."
|
||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2024-10-09 14:27+0000\n"
|
||||
"POT-Creation-Date: 2024-11-06 10:43+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"
|
||||
|
@ -94,7 +94,7 @@ msgstr "어댑티브 레이어는 모델의 모양에 따라 레이어의 높이
|
|||
|
||||
msgctxt "extra_infill_lines_to_support_skins description"
|
||||
msgid "Add extra lines into the infill pattern to support skins above. This option prevents holes or plastic blobs that sometime show in complex shaped skins due to the infill below not correctly supporting the skin layer being printed above. 'Walls' supports just the outlines of the skin, whereas 'Walls and Lines' also supports the ends of the lines that make up the skin."
|
||||
msgstr ""
|
||||
msgstr "위 스킨을 지지하기 위해 내부채움 패턴에 선을 추가로 더합니다. 이 옵션은 아래의 내부채움이 위에 출력되는 스킨 레이어를 제대로 지지하지 못해 복잡한 모양의 스킨에 구멍이나 플라스틱 방울이 생기는 것을 방지합니다. '벽'은 스킨의 윤곽선만 지지하는 반면 '벽 및 선'은 스킨을 이루는 선의 끝부분도 지지합니다."
|
||||
|
||||
msgctxt "infill_wall_line_count description"
|
||||
msgid ""
|
||||
|
@ -444,11 +444,11 @@ msgstr "브림 너비"
|
|||
|
||||
msgctxt "build_fan_full_at_height label"
|
||||
msgid "Build Fan Speed at Height"
|
||||
msgstr ""
|
||||
msgstr "높이에서 팬 속도 설정"
|
||||
|
||||
msgctxt "build_fan_full_layer label"
|
||||
msgid "Build Fan Speed at Layer"
|
||||
msgstr ""
|
||||
msgstr "레이어에서 팬 속도 설정"
|
||||
|
||||
msgctxt "platform_adhesion label"
|
||||
msgid "Build Plate Adhesion"
|
||||
|
@ -492,7 +492,7 @@ msgstr "빌드 볼륨 온도 경고"
|
|||
|
||||
msgctxt "build_volume_fan_nr label"
|
||||
msgid "Build volume fan number"
|
||||
msgstr ""
|
||||
msgstr "빌드 볼륨 팬 번호"
|
||||
|
||||
msgctxt "prime_tower_brim_enable description"
|
||||
msgid "By enabling this setting, your prime-tower will get a brim, even if the model doesn't. If you want a sturdier base for a high tower, you can increase the base height."
|
||||
|
@ -732,11 +732,11 @@ msgstr "브릿지가 출력되는 중에 브리지를 감지하고 인쇄 속도
|
|||
|
||||
msgctxt "scarf_split_distance description"
|
||||
msgid "Determines the length of each step in the flow change when extruding along the scarf seam. A smaller distance will result in a more precise but also more complex G-code."
|
||||
msgstr ""
|
||||
msgstr "스카프 솔기를 따라 압출할 때 흐름 변화에서 각 단계의 길이를 결정합니다. 거리가 짧을수록 더 정밀하지만 G코드도 복잡해집니다."
|
||||
|
||||
msgctxt "scarf_joint_seam_length description"
|
||||
msgid "Determines the length of the scarf seam, a seam type that should make the Z seam less visible. Must be higher than 0 to be effective."
|
||||
msgstr ""
|
||||
msgstr "Z 솔기를 덜 보이게 하는 솔기 유형인 스카프 솔기의 길이를 결정합니다. 0보다 커야 효과적입니다."
|
||||
|
||||
msgctxt "inset_direction description"
|
||||
msgid "Determines the order in which walls are printed. Printing outer walls earlier helps with dimensional accuracy, as faults from inner walls cannot propagate to the outside. However printing them later allows them to stack better when overhangs are printed. When there is an uneven amount of total innner walls, the 'center last line' is always printed last."
|
||||
|
@ -1028,7 +1028,7 @@ msgstr "광범위한 스티칭은 다각형을 만지면서 구멍을 닫음으
|
|||
|
||||
msgctxt "extra_infill_lines_to_support_skins label"
|
||||
msgid "Extra Infill Lines To Support Skins"
|
||||
msgstr ""
|
||||
msgstr "스킨을 지지하는 추가 내부채움 선"
|
||||
|
||||
msgctxt "infill_wall_line_count label"
|
||||
msgid "Extra Infill Wall Count"
|
||||
|
@ -1042,6 +1042,10 @@ msgctxt "switch_extruder_extra_prime_amount description"
|
|||
msgid "Extra material to prime after nozzle switching."
|
||||
msgstr "노즐 스위치 후 프라이밍하는 추가 소재의 양입니다."
|
||||
|
||||
msgctxt "variant_name"
|
||||
msgid "Extruder"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "extruder_prime_pos_x label"
|
||||
msgid "Extruder Prime X Position"
|
||||
msgstr "익스트루더 프라임 X 위치"
|
||||
|
@ -2438,7 +2442,7 @@ msgstr "None"
|
|||
|
||||
msgctxt "extra_infill_lines_to_support_skins option none"
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
msgstr "없음"
|
||||
|
||||
msgctxt "z_seam_corner option z_seam_corner_none"
|
||||
msgid "None"
|
||||
|
@ -2484,6 +2488,10 @@ msgctxt "machine_nozzle_id label"
|
|||
msgid "Nozzle ID"
|
||||
msgstr "노즐 ID"
|
||||
|
||||
msgctxt "variant_name"
|
||||
msgid "Nozzle Size"
|
||||
msgstr "노즐 크기"
|
||||
|
||||
msgctxt "switch_extruder_extra_prime_amount label"
|
||||
msgid "Nozzle Switch Extra Prime Amount"
|
||||
msgstr "노즐 스위치 엑스트라 프라임 양"
|
||||
|
@ -2614,15 +2622,15 @@ msgstr "외벽 가속도"
|
|||
|
||||
msgctxt "wall_0_acceleration label"
|
||||
msgid "Outer Wall Acceleration"
|
||||
msgstr ""
|
||||
msgstr "외벽 가속"
|
||||
|
||||
msgctxt "wall_0_deceleration label"
|
||||
msgid "Outer Wall Deceleration"
|
||||
msgstr ""
|
||||
msgstr "외벽 감속"
|
||||
|
||||
msgctxt "wall_0_end_speed_ratio label"
|
||||
msgid "Outer Wall End Speed Ratio"
|
||||
msgstr ""
|
||||
msgstr "외벽 종료 속도 비율"
|
||||
|
||||
msgctxt "wall_0_extruder_nr label"
|
||||
msgid "Outer Wall Extruder"
|
||||
|
@ -2650,11 +2658,11 @@ msgstr "외벽 속도"
|
|||
|
||||
msgctxt "wall_0_speed_split_distance label"
|
||||
msgid "Outer Wall Speed Split Distance"
|
||||
msgstr ""
|
||||
msgstr "외벽 속도 분할 거리"
|
||||
|
||||
msgctxt "wall_0_start_speed_ratio label"
|
||||
msgid "Outer Wall Start Speed Ratio"
|
||||
msgstr ""
|
||||
msgstr "외벽 시작 속도 비율"
|
||||
|
||||
msgctxt "wall_0_wipe_dist label"
|
||||
msgid "Outer Wall Wipe Distance"
|
||||
|
@ -2792,6 +2800,10 @@ msgctxt "acceleration_print label"
|
|||
msgid "Print Acceleration"
|
||||
msgstr "프린팅 가속도"
|
||||
|
||||
msgctxt "variant_name"
|
||||
msgid "Print Core"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "jerk_print label"
|
||||
msgid "Print Jerk"
|
||||
msgstr "Jerk 프린팅"
|
||||
|
@ -3298,15 +3310,15 @@ msgstr "확장 배율 수축 보상"
|
|||
|
||||
msgctxt "scarf_joint_seam_length label"
|
||||
msgid "Scarf Seam Length"
|
||||
msgstr ""
|
||||
msgstr "스카프 솔기 길이"
|
||||
|
||||
msgctxt "scarf_joint_seam_start_height_ratio label"
|
||||
msgid "Scarf Seam Start Height"
|
||||
msgstr ""
|
||||
msgstr "스카프 솔기 시작 높이"
|
||||
|
||||
msgctxt "scarf_split_distance label"
|
||||
msgid "Scarf Seam Step Length"
|
||||
msgstr ""
|
||||
msgstr "스카프 솔기 단계 길이"
|
||||
|
||||
msgctxt "support_meshes_present label"
|
||||
msgid "Scene Has Support Meshes"
|
||||
|
@ -4366,7 +4378,7 @@ msgstr "모델의 수평 부분 위의 높이로 몰드를 프린팅합니다."
|
|||
|
||||
msgctxt "build_fan_full_at_height description"
|
||||
msgid "The height at which the fans spin on regular fan speed. At the layers below the fan speed gradually increases from Initial Fan Speed to Regular Fan Speed."
|
||||
msgstr ""
|
||||
msgstr "일반 팬 속도에서 팬이 회전하는 높이입니다. 아래 레이어에서는 팬 속도가 초기 팬 속도에서 일반 팬 속도로 점차 증가합니다."
|
||||
|
||||
msgctxt "cool_fan_full_at_height description"
|
||||
msgid "The height at which the fans spin on regular fan speed. At the layers below the fan speed gradually increases from Initial Fan Speed to Regular Fan Speed."
|
||||
|
@ -4476,7 +4488,7 @@ msgstr "제거 할 상단 스킨 영역의 가장 큰 너비. 이 값보다 작
|
|||
|
||||
msgctxt "build_fan_full_layer description"
|
||||
msgid "The layer at which the build fans spin on full fan speed. This value is calculated and rounded to a whole number."
|
||||
msgstr ""
|
||||
msgstr "빌드 팬이 최대 팬 속도로 회전하는 레이어입니다. 이 값은 계산되어 정수로 반올림됩니다."
|
||||
|
||||
msgctxt "cool_fan_full_layer description"
|
||||
msgid "The layer at which the fans spin on regular fan speed. If regular fan speed at height is set, this value is calculated and rounded to a whole number."
|
||||
|
@ -4764,7 +4776,7 @@ msgstr "서포트 브림에 사용되는 라인의 수. 브림 라인이 많아
|
|||
|
||||
msgctxt "build_volume_fan_nr description"
|
||||
msgid "The number of the fan that cools the build volume. If this is set to 0, it's means that there is no build volume fan"
|
||||
msgstr ""
|
||||
msgstr "빌드 볼륨을 냉각하는 팬의 수입니다. 0으로 설정하면 빌드 볼륨 팬이 없는 것을 나타냅니다."
|
||||
|
||||
msgctxt "raft_surface_layers description"
|
||||
msgid "The number of top layers on top of the 2nd raft layer. These are fully filled layers that the model sits on. 2 layers result in a smoother top surface than 1."
|
||||
|
@ -4860,7 +4872,7 @@ msgstr "초기 레이어의 프린팅 최대 순간 속도 변화."
|
|||
|
||||
msgctxt "scarf_joint_seam_start_height_ratio description"
|
||||
msgid "The ratio of the selected layer height at which the scarf seam will begin. A lower number will result in a larger seam height. Must be lower than 100 to be effective."
|
||||
msgstr ""
|
||||
msgstr "스카프 솔기가 시작되는 선택한 레이어 높이의 비율입니다. 숫자가 낮을수록 솔기 높이가 커집니다. 100보다 낮아야 효과적입니다."
|
||||
|
||||
msgctxt "machine_shape description"
|
||||
msgid "The shape of the build plate without taking unprintable areas into account."
|
||||
|
@ -5192,23 +5204,23 @@ msgstr "이것은 브릿지 벽이 시작되기 직전에 익스트루더가 있
|
|||
|
||||
msgctxt "wall_0_acceleration description"
|
||||
msgid "This is the acceleration with which to reach the top speed when printing an outer wall."
|
||||
msgstr ""
|
||||
msgstr "외벽을 출력할 때 최고 속도에 도달하는 가속도입니다."
|
||||
|
||||
msgctxt "wall_0_deceleration description"
|
||||
msgid "This is the deceleration with which to end printing an outer wall."
|
||||
msgstr ""
|
||||
msgstr "외벽 출력을 종료할 때의 감속도입니다."
|
||||
|
||||
msgctxt "wall_0_speed_split_distance description"
|
||||
msgid "This is the maximum length of an extrusion path when splitting a longer path to apply the outer wall acceleration/deceleration. A smaller distance will create a more precise but also more verbose G-Code."
|
||||
msgstr ""
|
||||
msgstr "외벽 가속/감속을 적용하기 위해 긴 경로를 분할 때 압출 경로의 최대 길이입니다. 거리가 짧을수록 더 정밀해지지만 G코드도 복잡해집니다."
|
||||
|
||||
msgctxt "wall_0_end_speed_ratio description"
|
||||
msgid "This is the ratio of the top speed to end with when printing an outer wall."
|
||||
msgstr ""
|
||||
msgstr "외벽을 출력할 때 종료되는 최고 속도의 비율입니다."
|
||||
|
||||
msgctxt "wall_0_start_speed_ratio description"
|
||||
msgid "This is the ratio of the top speed to start with when printing an outer wall."
|
||||
msgstr ""
|
||||
msgstr "외벽을 출력할 때 시작되는 최고 속도의 비율입니다."
|
||||
|
||||
msgctxt "raft_base_smoothing description"
|
||||
msgid "This setting controls how much inner corners in the raft base outline are rounded. Inward corners are rounded to a semi circle with a radius equal to the value given here. This setting also removes holes in the raft outline which are smaller than such a circle."
|
||||
|
@ -5592,15 +5604,15 @@ msgstr "벽"
|
|||
|
||||
msgctxt "extra_infill_lines_to_support_skins option walls"
|
||||
msgid "Walls Only"
|
||||
msgstr ""
|
||||
msgstr "벽만"
|
||||
|
||||
msgctxt "extra_infill_lines_to_support_skins option walls_and_lines"
|
||||
msgid "Walls and Lines"
|
||||
msgstr ""
|
||||
msgstr "벽 및 선"
|
||||
|
||||
msgctxt "wall_overhang_angle description"
|
||||
msgid "Walls that overhang more than this angle will be printed using overhanging wall settings. When the value is 90, no walls will be treated as overhanging. Overhang that gets supported by support will not be treated as overhang either. Furthermore, any line that's less than half overhanging will also not be treated as overhang."
|
||||
msgstr ""
|
||||
msgstr "이 각도보다 더 돌출된 벽은 돌출 벽 설정을 사용하여 출력됩니다. 값이 90인 경우 벽은 돌출부로 간주하지 않습니다. 지지대가 지지하는 돌출부도 돌출부로 간주하지 않습니다. 또한 돌출부의 절반보다 짧은 선도 돌출부로 간주하지 않습니다."
|
||||
|
||||
msgctxt "meshfix_fluid_motion_enabled description"
|
||||
msgid "When enabled tool paths are corrected for printers with smooth motion planners. Small movements that deviate from the general tool path direction are smoothed to improve fluid motions."
|
||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-10-09 14:27+0200\n"
|
||||
"POT-Creation-Date: 2024-03-13 09:02+0100\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"
|
||||
|
@ -12,7 +12,6 @@ msgstr ""
|
|||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
|
||||
#, python-format
|
||||
msgctxt "@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm."
|
||||
msgid "%(width).1f x %(depth).1f x %(height).1f mm"
|
||||
msgstr "%(width).1f x %(depth).1f x %(height).1f mm"
|
||||
|
@ -142,11 +141,10 @@ msgid "*You will need to restart the application for these changes to have effec
|
|||
msgstr "*U moet de toepassing opnieuw starten voordat deze wijzigingen van kracht worden."
|
||||
|
||||
msgctxt "@text"
|
||||
msgid ""
|
||||
"- Add material profiles and plug-ins from the Marketplace\n"
|
||||
"- Back-up and sync your material profiles and plug-ins\n"
|
||||
"- Share ideas and get help from 48,000+ users in the UltiMaker community"
|
||||
msgstr "- Voeg materiaalprofielen en plug-ins toe uit de Marktplaats- Maak back-ups van uw materiaalprofielen en plug-ins en synchroniseer deze- Deel ideeën met 48.000+ gebruikers in de Ultimaker-community of vraag hen om ondersteuning"
|
||||
msgid "- Add material profiles and plug-ins from the Marketplace\n- Back-up and sync your material profiles and plug-ins\n- Share ideas and get help from 48,000+ users in the UltiMaker community"
|
||||
msgstr "- Voeg materiaalprofielen en plug-ins toe uit de Marktplaats"
|
||||
"- Maak back-ups van uw materiaalprofielen en plug-ins en synchroniseer deze"
|
||||
"- Deel ideeën met 48.000+ gebruikers in de Ultimaker-community of vraag hen om ondersteuning"
|
||||
|
||||
msgctxt "@heading"
|
||||
msgid "-- incomplete --"
|
||||
|
@ -200,45 +198,38 @@ msgctxt "@label %i will be replaced with a profile name"
|
|||
msgid "<b>Only user changed settings will be saved in the custom profile.</b><br/>For materials that support it, the new custom profile will inherit properties from <b>%1</b>."
|
||||
msgstr "<b>Alleen door de gebruiker gewijzigde instellingen worden opgeslagen in het aangepast profiel. </b><br/>Voor materialen die dit ondersteunen, neemt het nieuwe aangepaste profiel eigenschappen over van <b>%1</b> ."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label OpenGL renderer"
|
||||
msgid "<li>OpenGL Renderer: {renderer}</li>"
|
||||
msgstr "<li>OpenGL-renderer: {renderer}</li>"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label OpenGL vendor"
|
||||
msgid "<li>OpenGL Vendor: {vendor}</li>"
|
||||
msgstr "<li>OpenGL-leverancier: {vendor}</li>"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label OpenGL version"
|
||||
msgid "<li>OpenGL Version: {version}</li>"
|
||||
msgstr "<li>OpenGL-versie: {version}</li>"
|
||||
|
||||
msgctxt "@label crash message"
|
||||
msgid ""
|
||||
"<p><b>A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem</p></b>\n"
|
||||
" <p>Please use the \"Send report\" button to post a bug report automatically to our servers</p>\n"
|
||||
msgid "<p><b>A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem</p></b>\n <p>Please use the \"Send report\" button to post a bug report automatically to our servers</p>\n "
|
||||
msgstr "<p><b>Er is een fatale fout opgetreden in Cura. Stuur ons het crashrapport om het probleem op te lossen</p></b>"
|
||||
" <p>Druk op de knop "Rapport verzenden" om het foutenrapport automatisch naar onze servers te verzenden</p>"
|
||||
" "
|
||||
msgstr "<p><b>Er is een fatale fout opgetreden in Cura. Stuur ons het crashrapport om het probleem op te lossen</p></b> <p>Druk op de knop "Rapport verzenden" om het foutenrapport automatisch naar onze servers te verzenden</p> "
|
||||
|
||||
msgctxt "@label crash message"
|
||||
msgid ""
|
||||
"<p><b>Oops, UltiMaker Cura has encountered something that doesn't seem right.</p></b>\n"
|
||||
" <p>We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.</p>\n"
|
||||
" <p>Backups can be found in the configuration folder.</p>\n"
|
||||
" <p>Please send us this Crash Report to fix the problem.</p>\n"
|
||||
msgid "<p><b>Oops, UltiMaker Cura has encountered something that doesn't seem right.</p></b>\n <p>We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.</p>\n <p>Backups can be found in the configuration folder.</p>\n <p>Please send us this Crash Report to fix the problem.</p>\n "
|
||||
msgstr "<p><b>Oeps, UltiMaker Cura heeft een probleem gedetecteerd.</p></b>"
|
||||
" <p>Tijdens het opstarten is een onherstelbare fout opgetreden. Deze fout is mogelijk veroorzaakt door enkele onjuiste configuratiebestanden. Het wordt aanbevolen een back-up te maken en de standaardinstelling van uw configuratie te herstellen.</p>"
|
||||
" <p>Back-ups bevinden zich in de configuratiemap.</p>"
|
||||
" <p>Stuur ons dit crashrapport om het probleem op te lossen.</p>"
|
||||
" "
|
||||
msgstr "<p><b>Oeps, UltiMaker Cura heeft een probleem gedetecteerd.</p></b> <p>Tijdens het opstarten is een onherstelbare fout opgetreden. Deze fout is mogelijk veroorzaakt door enkele onjuiste configuratiebestanden. Het wordt aanbevolen een back-up te maken en de standaardinstelling van uw configuratie te herstellen.</p> <p>Back-ups bevinden zich in de configuratiemap.</p> <p>Stuur ons dit crashrapport om het probleem op te lossen.</p> "
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid ""
|
||||
"<p>One or more 3D models may not print optimally due to the model size and material configuration:</p>\n"
|
||||
"<p>{model_names}</p>\n"
|
||||
"<p>Find out how to ensure the best possible print quality and reliability.</p>\n"
|
||||
"<p><a href=\"https://ultimaker.com/3D-model-assistant\">View print quality guide</a></p>"
|
||||
msgstr "<p>Een of meer 3D-modellen worden mogelijk niet optimaal geprint vanwege het modelformaat en de materiaalconfiguratie:</p><p>{model_names}</p><p>Ontdek hoe u de best mogelijke printkwaliteit en betrouwbaarheid verkrijgt.</p><p><a href=”https://ultimaker.com/3D-model-assistant”>Handleiding printkwaliteit bekijken</a></p>"
|
||||
msgid "<p>One or more 3D models may not print optimally due to the model size and material configuration:</p>\n<p>{model_names}</p>\n<p>Find out how to ensure the best possible print quality and reliability.</p>\n<p><a href=\"https://ultimaker.com/3D-model-assistant\">View print quality guide</a></p>"
|
||||
msgstr "<p>Een of meer 3D-modellen worden mogelijk niet optimaal geprint vanwege het modelformaat en de materiaalconfiguratie:</p>"
|
||||
"<p>{model_names}</p>"
|
||||
"<p>Ontdek hoe u de best mogelijke printkwaliteit en betrouwbaarheid verkrijgt.</p>"
|
||||
"<p><a href=”https://ultimaker.com/3D-model-assistant”>Handleiding printkwaliteit bekijken</a></p>"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "A USB print is in progress, closing Cura will stop this print. Are you sure?"
|
||||
|
@ -398,7 +389,6 @@ msgctxt "@button"
|
|||
msgid "Add printer manually"
|
||||
msgstr "Printer handmatig toevoegen"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "info:status Filled in with printer name and printer model."
|
||||
msgid "Adding printer {name} ({model}) from your account"
|
||||
msgstr "Printer {name} ({model}) toevoegen vanaf uw account"
|
||||
|
@ -439,7 +429,6 @@ msgctxt "@item:inlistbox"
|
|||
msgid "All Files (*)"
|
||||
msgstr "Alle Bestanden (*)"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@item:inlistbox"
|
||||
msgid "All Supported Types ({0})"
|
||||
msgstr "Alle Ondersteunde Typen ({0})"
|
||||
|
@ -532,7 +521,6 @@ msgctxt "@label %1 is the name of a print job."
|
|||
msgid "Are you sure you want to move %1 to the top of the queue?"
|
||||
msgstr "Weet u zeker dat u %1 bovenaan de wachtrij wilt plaatsen?"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@message {printer_name} is replaced with the name of the printer"
|
||||
msgid "Are you sure you want to remove {printer_name} temporarily?"
|
||||
msgstr "Weet u zeker dat u {printer_name} tijdelijk wilt verwijderen?"
|
||||
|
@ -545,7 +533,6 @@ msgctxt "@label (%1 is object name)"
|
|||
msgid "Are you sure you wish to remove %1? This cannot be undone!"
|
||||
msgstr "Weet u zeker dat u %1 wilt verwijderen? Deze bewerking kan niet ongedaan worden gemaakt!"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label {0} is the name of a printer that's about to be deleted."
|
||||
msgid "Are you sure you wish to remove {0}? This cannot be undone!"
|
||||
msgstr "Weet u zeker dat u {0} wilt verwijderen? Deze bewerking kan niet ongedaan worden gemaakt!"
|
||||
|
@ -710,12 +697,10 @@ msgctxt "@label"
|
|||
msgid "Can't connect to your UltiMaker printer?"
|
||||
msgstr "Kunt u geen verbinding maken met uw UltiMaker-printer?"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename>!"
|
||||
msgid "Can't import profile from <filename>{0}</filename> before a printer is added."
|
||||
msgstr "Kan het profiel niet importeren uit <filename>{0}</filename> voordat een printer toegevoegd is."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Can't open any other file if G-code is loading. Skipped importing {0}"
|
||||
msgstr "Kan geen ander bestand openen als G-code wordt geladen. Het importeren van {0} is overgeslagen"
|
||||
|
@ -797,12 +782,7 @@ msgid "Checks models and print configuration for possible printing issues and gi
|
|||
msgstr "Via deze optie controleert u de modellen en de printconfiguratie op mogelijke printproblemen en ontvangt u suggesties."
|
||||
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"Chooses between the techniques available to generate support. \n"
|
||||
"\n"
|
||||
"\"Normal\" support creates a support structure directly below the overhanging parts and drops those areas straight down. \n"
|
||||
"\n"
|
||||
"\"Tree\" support creates branches towards the overhanging areas that support the model on the tips of those branches, and allows the branches to crawl around the model to support it from the build plate as much as possible."
|
||||
msgid "Chooses between the techniques available to generate support. \n\n\"Normal\" support creates a support structure directly below the overhanging parts and drops those areas straight down. \n\n\"Tree\" support creates branches towards the overhanging areas that support the model on the tips of those branches, and allows the branches to crawl around the model to support it from the build plate as much as possible."
|
||||
msgstr "Kiest tussen de beschikbare technieken om support te genereren. \"Normale\" support creert een supportstructuur direct onder de overhangende delen en laat die gebieden recht naar beneden vallen. \"Boom\"-support creert takken naar de overhangende gebieden die het model op de toppen van die takken ondersteunen, en laat de takken rond het model kruipen om het zoveel mogelijk vanaf het platform te ondersteunen."
|
||||
|
||||
msgctxt "@action:inmenu menubar:edit"
|
||||
|
@ -841,10 +821,6 @@ msgctxt "@label"
|
|||
msgid "Color scheme"
|
||||
msgstr "Kleurenschema"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Combination not recommended. Load BB core to slot 1 (left) for better reliability."
|
||||
msgstr "Combinatie niet aanbevolen. Laad BB-kern in sleuf 1 (links) voor meer betrouwbaarheid."
|
||||
|
||||
msgctxt "@info"
|
||||
msgid "Compare and save."
|
||||
msgstr "Vergelijken en opslaan."
|
||||
|
@ -1009,7 +985,6 @@ msgctxt "@info:backup_failed"
|
|||
msgid "Could not create archive from user data directory: {}"
|
||||
msgstr "Kan geen archief maken van gegevensmap van gebruiker: {}"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the tag {device}!"
|
||||
msgid "Could not find a file name when trying to write to {device}."
|
||||
msgstr "Kan geen bestandsnaam vinden tijdens het schrijven naar {device}."
|
||||
|
@ -1038,12 +1013,10 @@ msgctxt "@message:text"
|
|||
msgid "Could not save material archive to {}:"
|
||||
msgstr "Kan materiaalarchief niet opslaan op {}:"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename> or <message>!"
|
||||
msgid "Could not save to <filename>{0}</filename>: <message>{1}</message>"
|
||||
msgstr "Kan niet opslaan als <filename>{0}</filename>: <message>{1}</message>"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Could not save to removable drive {0}: {1}"
|
||||
msgstr "Kan niet opslaan op verwisselbaar station {0}: {1}"
|
||||
|
@ -1052,26 +1025,18 @@ msgctxt "@info:text"
|
|||
msgid "Could not upload the data to the printer."
|
||||
msgstr "Kan de gegevens niet uploaden naar de printer."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:plugin_failed"
|
||||
msgid ""
|
||||
"Couldn't start EnginePlugin: {self._plugin_id}\n"
|
||||
"No permission to execute process."
|
||||
msgid "Couldn't start EnginePlugin: {self._plugin_id}\nNo permission to execute process."
|
||||
msgstr "EnginePlugin kon niet gestart worden: {self._plugin_id}}Geen toestemming om proces uit te voeren."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:plugin_failed"
|
||||
msgid ""
|
||||
"Couldn't start EnginePlugin: {self._plugin_id}\n"
|
||||
"Operating system is blocking it (antivirus?)"
|
||||
msgid "Couldn't start EnginePlugin: {self._plugin_id}\nOperating system is blocking it (antivirus?)"
|
||||
msgstr "EnginePlugin kon niet gestart worden: {self._plugin_id}}Het wordt door het besturingssysteem geblokkeerd (antivirus?)"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:plugin_failed"
|
||||
msgid ""
|
||||
"Couldn't start EnginePlugin: {self._plugin_id}\n"
|
||||
"Resource is temporarily unavailable"
|
||||
msgstr "EnginePlugin kon niet gestart worden: {self._plugin_id}Resource is tijdelijk niet beschikbaar"
|
||||
msgid "Couldn't start EnginePlugin: {self._plugin_id}\nResource is temporarily unavailable"
|
||||
msgstr "EnginePlugin kon niet gestart worden: {self._plugin_id}"
|
||||
"Resource is tijdelijk niet beschikbaar"
|
||||
|
||||
msgctxt "@title:window"
|
||||
msgid "Crash Report"
|
||||
|
@ -1157,16 +1122,14 @@ msgctxt "@title:window"
|
|||
msgid "Cura can't start"
|
||||
msgstr "Cura kan niet worden gestart"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Cura has detected material profiles that were not yet installed on the host printer of group {0}."
|
||||
msgstr "Cura heeft materiaalprofielen gedetecteerd die nog niet op de hostprinter van groep {0} zijn geïnstalleerd."
|
||||
|
||||
msgctxt "@info:credit"
|
||||
msgid ""
|
||||
"Cura is developed by UltiMaker in cooperation with the community.\n"
|
||||
"Cura proudly uses the following open source projects:"
|
||||
msgstr "Cura is ontwikkeld door UltiMaker in samenwerking met de community.Cura maakt met trots gebruik van de volgende opensourceprojecten:"
|
||||
msgid "Cura is developed by UltiMaker in cooperation with the community.\nCura proudly uses the following open source projects:"
|
||||
msgstr "Cura is ontwikkeld door UltiMaker in samenwerking met de community."
|
||||
"Cura maakt met trots gebruik van de volgende opensourceprojecten:"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Cura language"
|
||||
|
@ -1180,6 +1143,14 @@ msgctxt "name"
|
|||
msgid "CuraEngine Backend"
|
||||
msgstr "CuraEngine-back-end"
|
||||
|
||||
msgctxt "description"
|
||||
msgid "CuraEngine plugin for gradually smoothing the flow to limit high-flow jumps"
|
||||
msgstr "CuraEngine-plugin voor het geleidelijk afvlakken van de flow om grote sprongen in de flow te beperken"
|
||||
|
||||
msgctxt "name"
|
||||
msgid "CuraEngineGradualFlow"
|
||||
msgstr "CuraEngineGradualFlow"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Currency:"
|
||||
msgstr "Valuta:"
|
||||
|
@ -1436,12 +1407,10 @@ msgctxt "@action:button"
|
|||
msgid "Eject"
|
||||
msgstr "Uitwerpen"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@action"
|
||||
msgid "Eject removable device {0}"
|
||||
msgstr "Verwisselbaar station {0} uitwerpen"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Ejected {0}. You can now safely remove the drive."
|
||||
msgstr "{0} is uitgeworpen. U kunt het station nu veilig verwijderen."
|
||||
|
@ -1530,10 +1499,6 @@ msgctxt "@title:window"
|
|||
msgid "Export Material"
|
||||
msgstr "Materiaal Exporteren"
|
||||
|
||||
msgctxt "@action:inmenu menubar:help"
|
||||
msgid "Export Package For Technical Support"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "@title:window"
|
||||
msgid "Export Profile"
|
||||
msgstr "Profiel Exporteren"
|
||||
|
@ -1554,7 +1519,6 @@ msgctxt "@info:title"
|
|||
msgid "Export succeeded"
|
||||
msgstr "De export is voltooid"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tag <filename>!"
|
||||
msgid "Exported profile to <filename>{0}</filename>"
|
||||
msgstr "Het profiel is geëxporteerd als <filename>{0}</filename>"
|
||||
|
@ -1591,7 +1555,6 @@ msgctxt "@label"
|
|||
msgid "Extruder Start G-code duration"
|
||||
msgstr "Duur start G-code extruder"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label"
|
||||
msgid "Extruder {0}"
|
||||
msgstr "Extruder {0}"
|
||||
|
@ -1616,7 +1579,6 @@ msgctxt "@text:error"
|
|||
msgid "Failed to create archive of materials to sync with printers."
|
||||
msgstr "Kan geen materiaalarchief maken voor synchronisatie met printers."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Failed to eject {0}. Another program may be using the drive."
|
||||
msgstr "Uitwerpen van {0} is niet gelukt. Mogelijk wordt het station door een ander programma gebruikt."
|
||||
|
@ -1625,27 +1587,22 @@ msgctxt "@info:status Don't translate the XML tags <filename> and <message>!"
|
|||
msgid "Failed to export material to <filename>%1</filename>: <message>%2</message>"
|
||||
msgstr "Exporteren van materiaal naar <filename>%1</filename> is mislukt: <message>%2</message>"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename> or <message>!"
|
||||
msgid "Failed to export profile to <filename>{0}</filename>: <message>{1}</message>"
|
||||
msgstr "Kan het profiel niet exporteren als <filename>{0}</filename>: <message>{1}</message>"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tag <filename>!"
|
||||
msgid "Failed to export profile to <filename>{0}</filename>: Writer plugin reported failure."
|
||||
msgstr "Kan het profiel niet exporteren als <filename>{0}</filename>: Plug-in voor de schrijver heeft een fout gerapporteerd."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tag <filename>!"
|
||||
msgid "Failed to import profile from <filename>{0}</filename>:"
|
||||
msgstr "Kan het profiel niet importeren uit <filename>{0}</filename>:"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename>!"
|
||||
msgid "Failed to import profile from <filename>{0}</filename>:"
|
||||
msgstr "Kan het profiel niet importeren uit <filename>{0}</filename>:"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename>!"
|
||||
msgid "Failed to import profile from <filename>{0}</filename>: {1}"
|
||||
msgstr "Kan het profiel niet importeren uit <filename>{0}</filename>: {1}"
|
||||
|
@ -1662,7 +1619,6 @@ msgctxt "@message:title"
|
|||
msgid "Failed to save material archive"
|
||||
msgstr "Opslaan materiaalarchief mislukt"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Failed writing to specific cloud printer: {0} not in remote clusters."
|
||||
msgstr "Schrijven naar specifieke cloudprinter mislukt: {0} niet in clusters op afstand."
|
||||
|
@ -1691,7 +1647,6 @@ msgctxt "@info:title"
|
|||
msgid "File Saved"
|
||||
msgstr "Bestand opgeslagen"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "File {0} does not contain any valid profile."
|
||||
msgstr "Het bestand {0} bevat geen geldig profiel."
|
||||
|
@ -1915,7 +1870,6 @@ msgctxt "@label"
|
|||
msgid "Grid Placement"
|
||||
msgstr "Rasterplaatsing"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label"
|
||||
msgid "Group #{group_nr}"
|
||||
msgstr "Groepsnummer #{group_nr}"
|
||||
|
@ -2400,10 +2354,6 @@ msgctxt "name"
|
|||
msgid "Makerbot Printfile Writer"
|
||||
msgstr "Makerbot Printbestandschrijver"
|
||||
|
||||
msgctxt "@item:inlistbox"
|
||||
msgid "Makerbot Sketch Printfile"
|
||||
msgstr "Makerbot Sketch Printfile"
|
||||
|
||||
msgctxt "@error"
|
||||
msgid "MakerbotWriter could not save to the designated path."
|
||||
msgstr "MakerbotWriter kon niet opslaan op het aangegeven pad."
|
||||
|
@ -2646,7 +2596,6 @@ msgctxt "@info:title"
|
|||
msgid "Network error"
|
||||
msgstr "Netwerkfout"
|
||||
|
||||
#, python-format
|
||||
msgctxt "@info:title The %s gets replaced with the printer name."
|
||||
msgid "New %s stable firmware available"
|
||||
msgstr "Nieuwe stabiele firmware voor %s beschikbaar"
|
||||
|
@ -2659,7 +2608,6 @@ msgctxt "@label"
|
|||
msgid "New UltiMaker printers can be connected to Digital Factory and monitored remotely."
|
||||
msgstr "Nieuwe UltiMaker printers kunnen toegevoegd worden aan Digital Factory om van afstand beheerd te worden"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info Don't translate {machine_name}, since it gets replaced by a printer name!"
|
||||
msgid "New features or bug-fixes may be available for your {machine_name}! If you haven't done so already, it is recommended to update the firmware on your printer to version {latest_version}."
|
||||
msgstr "Er zijn mogelijk nieuwe functies of foutoplossingen beschikbaar voor uw {machine_name}. Als u dit nog niet hebt gedaan, is het raadzaam om de firmware op uw printer bij te werken naar versie {latest_version}."
|
||||
|
@ -2706,7 +2654,6 @@ msgctxt "@label"
|
|||
msgid "No cost estimation available"
|
||||
msgstr "Geen kostenraming beschikbaar"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename>!"
|
||||
msgid "No custom profile to import in file <filename>{0}</filename>"
|
||||
msgstr "Er is geen aangepast profiel om in het bestand <filename>{0}</filename> te importeren"
|
||||
|
@ -2807,6 +2754,10 @@ msgctxt "@label"
|
|||
msgid "Nozzle offset Y"
|
||||
msgstr "Nozzle-offset Y"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Nozzle Size"
|
||||
msgstr "Maat nozzle"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Nozzle size"
|
||||
msgstr "Maat nozzle"
|
||||
|
@ -2843,7 +2794,6 @@ msgctxt "@label"
|
|||
msgid "Only Show Top Layers"
|
||||
msgstr "Alleen bovenlagen weergegeven"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Only one G-code file can be loaded at a time. Skipped importing {0}"
|
||||
msgstr "Er kan slechts één G-code-bestand tegelijkertijd worden geladen. Het importeren van {0} is overgeslagen"
|
||||
|
@ -3057,12 +3007,11 @@ msgid "Please give the required permissions when authorizing this application."
|
|||
msgstr "Verleen de vereiste toestemmingen toe bij het autoriseren van deze toepassing."
|
||||
|
||||
msgctxt "@info"
|
||||
msgid ""
|
||||
"Please make sure your printer has a connection:\n"
|
||||
"- Check if the printer is turned on.\n"
|
||||
"- Check if the printer is connected to the network.\n"
|
||||
"- Check if you are signed in to discover cloud-connected printers."
|
||||
msgstr "Controleer of de printer verbonden is:- Controleer of de printer ingeschakeld is.- Controleer of de printer verbonden is met het netwerk.- Controleer of u bent aangemeld om met de cloud verbonden printers te detecteren."
|
||||
msgid "Please make sure your printer has a connection:\n- Check if the printer is turned on.\n- Check if the printer is connected to the network.\n- Check if you are signed in to discover cloud-connected printers."
|
||||
msgstr "Controleer of de printer verbonden is:"
|
||||
"- Controleer of de printer ingeschakeld is."
|
||||
"- Controleer of de printer verbonden is met het netwerk."
|
||||
"- Controleer of u bent aangemeld om met de cloud verbonden printers te detecteren."
|
||||
|
||||
msgctxt "@text"
|
||||
msgid "Please name your printer"
|
||||
|
@ -3089,12 +3038,11 @@ msgid "Please remove the print"
|
|||
msgstr "Verwijder de print"
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid ""
|
||||
"Please review settings and check if your models:\n"
|
||||
"- Fit within the build volume\n"
|
||||
"- Are assigned to an enabled extruder\n"
|
||||
"- Are not all set as modifier meshes"
|
||||
msgstr "Controleer de instellingen en zorg ervoor dat uw modellen:- binnen het werkvolume passen- zijn toegewezen aan een ingeschakelde extruder- niet allemaal zijn ingesteld als modificatierasters"
|
||||
msgid "Please review settings and check if your models:\n- Fit within the build volume\n- Are assigned to an enabled extruder\n- Are not all set as modifier meshes"
|
||||
msgstr "Controleer de instellingen en zorg ervoor dat uw modellen:"
|
||||
"- binnen het werkvolume passen"
|
||||
"- zijn toegewezen aan een ingeschakelde extruder"
|
||||
"- niet allemaal zijn ingesteld als modificatierasters"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Please select any upgrades made to this UltiMaker Original"
|
||||
|
@ -3396,7 +3344,6 @@ msgctxt "@title:column"
|
|||
msgid "Profile settings"
|
||||
msgstr "Profielinstellingen"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Profile {0} has an unknown file type or is corrupted."
|
||||
msgstr "Het profiel {0} heeft een onbekend bestandstype of is beschadigd."
|
||||
|
@ -3421,22 +3368,18 @@ msgctxt "@label Description for application dependency"
|
|||
msgid "Programming language"
|
||||
msgstr "Programmeertaal"
|
||||
|
||||
#, 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 "Projectbestand <filename>{0}</filename> bevat een onbekend type machine <message>{1}</message>. Kan de machine niet importeren. In plaats daarvan worden er modellen geïmporteerd."
|
||||
|
||||
#, 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 "Projectbestand <filename>{0}</filename> is corrupt: <message>{1}</message>."
|
||||
|
||||
#, 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."
|
||||
msgstr "Projectbestand <filename>{0}</filename> wordt gemaakt met behulp van profielen die onbekend zijn bij deze versie van UltiMaker Cura."
|
||||
|
||||
#, 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 "Projectbestand <filename>{0}</filename> is plotseling ontoegankelijk: <message>{1}</message>."
|
||||
|
@ -3565,7 +3508,6 @@ msgctxt "@label"
|
|||
msgid "Qt version"
|
||||
msgstr "Qt version"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Quality type '{0}' is not compatible with the current active machine definition '{1}'."
|
||||
msgstr "Kwaliteitstype '{0}' is niet compatibel met de huidige actieve machinedefinitie '{1}'."
|
||||
|
@ -3806,12 +3748,10 @@ msgctxt "@action:button Preceded by 'Ready to'."
|
|||
msgid "Save to Removable Drive"
|
||||
msgstr "Opslaan op verwisselbaar station"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@item:inlistbox"
|
||||
msgid "Save to Removable Drive {0}"
|
||||
msgstr "Opslaan op Verwisselbaar Station {0}"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Saved to Removable Drive {0} as {1}"
|
||||
msgstr "Opgeslagen op Verwisselbaar Station {0} als {1}"
|
||||
|
@ -3820,7 +3760,6 @@ msgctxt "@info:title"
|
|||
msgid "Saving"
|
||||
msgstr "Opslaan"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:progress Don't translate the XML tags <filename>!"
|
||||
msgid "Saving to Removable Drive <filename>{0}</filename>"
|
||||
msgstr "Opslaan op Verwisselbaar Station <filename>{0}</filename>"
|
||||
|
@ -3837,10 +3776,6 @@ msgctxt "@placeholder"
|
|||
msgid "Search"
|
||||
msgstr "Zoeken"
|
||||
|
||||
msgctxt "@label:textbox"
|
||||
msgid "Search Printer"
|
||||
msgstr "Zoek printer"
|
||||
|
||||
msgctxt "@info"
|
||||
msgid "Search in the browser"
|
||||
msgstr "Zoeken in browser"
|
||||
|
@ -4073,6 +4008,10 @@ msgctxt "@action:inmenu menubar:help"
|
|||
msgid "Show Online &Documentation"
|
||||
msgstr "Online &Documentatie Weergeven"
|
||||
|
||||
msgctxt "@action:inmenu"
|
||||
msgid "Show Online Troubleshooting"
|
||||
msgstr "Online probleemoplossing weergeven"
|
||||
|
||||
msgctxt "@label:checkbox"
|
||||
msgid "Show all"
|
||||
msgstr "Alles weergeven"
|
||||
|
@ -4198,11 +4137,9 @@ msgid "Solid view"
|
|||
msgstr "Solide weergave"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"Some hidden settings use values different from their normal calculated value.\n"
|
||||
"\n"
|
||||
"Click to make these settings visible."
|
||||
msgstr "Een aantal verborgen instellingen gebruiken andere waarden dan hun normale berekende waarde.Klik om deze instellingen zichtbaar te maken."
|
||||
msgid "Some hidden settings use values different from their normal calculated value.\n\nClick to make these settings visible."
|
||||
msgstr "Een aantal verborgen instellingen gebruiken andere waarden dan hun normale berekende waarde."
|
||||
"Klik om deze instellingen zichtbaar te maken."
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid "Some of the packages used in the project file are currently not installed in Cura, this might produce undesirable print results. We highly recommend installing the all required packages from the Marketplace."
|
||||
|
@ -4217,11 +4154,9 @@ msgid "Some setting-values defined in <b>%1</b> were overridden."
|
|||
msgstr "Sommige instelwaarden gedefinieerd in <b>%1</b> zijn overschreven."
|
||||
|
||||
msgctxt "@tooltip"
|
||||
msgid ""
|
||||
"Some setting/override values are different from the values stored in the profile.\n"
|
||||
"\n"
|
||||
"Click to open the profile manager."
|
||||
msgstr "Sommige waarden of aanpassingen van instellingen zijn anders dan de waarden die in het profiel zijn opgeslagen.Klik om het profielbeheer te openen."
|
||||
msgid "Some setting/override values are different from the values stored in the profile.\n\nClick to open the profile manager."
|
||||
msgstr "Sommige waarden of aanpassingen van instellingen zijn anders dan de waarden die in het profiel zijn opgeslagen."
|
||||
"Klik om het profielbeheer te openen."
|
||||
|
||||
msgctxt "@action:label"
|
||||
msgid "Some settings from current profile were overwritten."
|
||||
|
@ -4303,7 +4238,6 @@ msgctxt "@info:status Don't translate the XML tag <filename>!"
|
|||
msgid "Successfully imported material <filename>%1</filename>"
|
||||
msgstr "Materiaal <filename>%1</filename> is geïmporteerd"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Successfully imported profile {0}."
|
||||
msgstr "Het profiel {0} is geïmporteerd."
|
||||
|
@ -4510,7 +4444,6 @@ msgctxt "@label"
|
|||
msgid "The extruder train to use for printing the support. This is used in multi-extrusion."
|
||||
msgstr "De extruder train die wordt gebruikt voor het printen van de supportstructuur. Deze optie wordt gebruikt in meervoudige doorvoer."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label Don't translate the XML tag <filename>!"
|
||||
msgid "The file <filename>{0}</filename> already exists. Are you sure you want to overwrite it?"
|
||||
msgstr "Het bestand <filename>{0}</filename> bestaat al. Weet u zeker dat u dit bestand wilt overschrijven?"
|
||||
|
@ -4574,15 +4507,11 @@ msgid "The nozzle inserted in this extruder."
|
|||
msgstr "De nozzle die in deze extruder geplaatst is."
|
||||
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"The pattern of the infill material of the print:\n"
|
||||
"\n"
|
||||
"For quick prints of non functional model choose line, zig zag or lightning infill.\n"
|
||||
"\n"
|
||||
"For functional part not subjected to a lot of stress we recommend grid or triangle or tri hexagon.\n"
|
||||
"\n"
|
||||
"For functional 3D prints which require high strength in multiple directions use cubic, cubic subdivision, quarter cubic, octet, and gyroid."
|
||||
msgstr "Het patroon van het invulmateriaal van de print:Voor snelle prints van een niet-functioneel model kiest u een lijn-, zigzag- of lichtvulling.Voor functionele onderdelen die niet aan veel spanning worden blootgesteld, raden we raster of driehoek of tri-zeshoek aan.Gebruik kubieke, kubieke onderverdeling, kwartkubiek, octet en gyrod voor functionele 3D-prints die in meerdere richtingen een hoge sterkte vereisen."
|
||||
msgid "The pattern of the infill material of the print:\n\nFor quick prints of non functional model choose line, zig zag or lightning infill.\n\nFor functional part not subjected to a lot of stress we recommend grid or triangle or tri hexagon.\n\nFor functional 3D prints which require high strength in multiple directions use cubic, cubic subdivision, quarter cubic, octet, and gyroid."
|
||||
msgstr "Het patroon van het invulmateriaal van de print:"
|
||||
"Voor snelle prints van een niet-functioneel model kiest u een lijn-, zigzag- of lichtvulling."
|
||||
"Voor functionele onderdelen die niet aan veel spanning worden blootgesteld, raden we raster of driehoek of tri-zeshoek aan."
|
||||
"Gebruik kubieke, kubieke onderverdeling, kwartkubiek, octet en gyrod voor functionele 3D-prints die in meerdere richtingen een hoge sterkte vereisen."
|
||||
|
||||
msgctxt "@info:tooltip"
|
||||
msgid "The percentage of light penetrating a print with a thickness of 1 millimeter. Lowering this value increases the contrast in dark regions and decreases the contrast in light regions of the image."
|
||||
|
@ -4701,8 +4630,8 @@ msgid "This configuration is not available because %1 is not recognized. Please
|
|||
msgstr "Deze configuratie is niet beschikbaar omdat %1 niet wordt herkend. Ga naar %2 om het juiste materiaalprofiel te downloaden."
|
||||
|
||||
msgctxt "@text:window"
|
||||
msgid "This is a Cura Universal project file. Would you like to open it as a Cura Universal Project or import the models from it?"
|
||||
msgstr "Dit is een Cura Universal-projectbestand. Wilt u het openen als Cura Universal Project of de modellen ervan importeren?"
|
||||
msgid "This is a Cura Universal project file. Would you like to open it as a Cura project or Cura Universal Project or import the models from it?"
|
||||
msgstr "Dit is een Cura Universal Projectbestand. Wilt u het als Cura project of Cura Universal Project openen of de modellen ervan importeren?"
|
||||
|
||||
msgctxt "@text:window"
|
||||
msgid "This is a Cura project file. Would you like to open it as a project or import the models from it?"
|
||||
|
@ -4738,7 +4667,6 @@ msgctxt "@label"
|
|||
msgid "This printer is the host for a group of %1 printers."
|
||||
msgstr "Deze printer is de host voor een groep van %1 printers."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename>!"
|
||||
msgid "This profile <filename>{0}</filename> contains incorrect data, could not import it."
|
||||
msgstr "Dit profiel <filename>{0}</filename> bevat incorrecte gegevens. Kan het profiel niet importeren."
|
||||
|
@ -4752,11 +4680,9 @@ msgid "This project contains materials or plugins that are currently not install
|
|||
msgstr "Dit project bevat materialen of plugins die momenteel niet geïnstalleerd zijn in Cura.<br/>Installeer de ontbrekende pakketten en open het project opnieuw."
|
||||
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"This setting has a value that is different from the profile.\n"
|
||||
"\n"
|
||||
"Click to restore the value of the profile."
|
||||
msgstr "Deze instelling heeft een andere waarde dan in het profiel.Klik om de waarde van het profiel te herstellen."
|
||||
msgid "This setting has a value that is different from the profile.\n\nClick to restore the value of the profile."
|
||||
msgstr "Deze instelling heeft een andere waarde dan in het profiel."
|
||||
"Klik om de waarde van het profiel te herstellen."
|
||||
|
||||
msgctxt "@item:tooltip"
|
||||
msgid "This setting has been hidden by the active machine and will not be visible."
|
||||
|
@ -4773,11 +4699,9 @@ msgid "This setting is always shared between all extruders. Changing it here wil
|
|||
msgstr "Deze instelling wordt altijd door alle extruders gedeeld. Als u hier de instelling wijzigt, wordt de waarde voor alle extruders gewijzigd."
|
||||
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"This setting is normally calculated, but it currently has an absolute value set.\n"
|
||||
"\n"
|
||||
"Click to restore the calculated value."
|
||||
msgstr "Deze instelling wordt normaliter berekend, maar is nu ingesteld op een absolute waarde.Klik om de berekende waarde te herstellen."
|
||||
msgid "This setting is normally calculated, but it currently has an absolute value set.\n\nClick to restore the calculated value."
|
||||
msgstr "Deze instelling wordt normaliter berekend, maar is nu ingesteld op een absolute waarde."
|
||||
"Klik om de berekende waarde te herstellen."
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "This setting is not used because all the settings that it influences are overridden."
|
||||
|
@ -4811,7 +4735,6 @@ msgctxt "@text"
|
|||
msgid "To automatically sync the material profiles with all your printers connected to Digital Factory you need to be signed in in Cura."
|
||||
msgstr "Om de materiaalprofielen automatisch te synchroniseren met alle printers die op Digital Factory zijn aangesloten, moet u zich aanmelden bij Cura."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "info:status"
|
||||
msgid "To establish a connection, please visit the {website_link}"
|
||||
msgstr "Ga naar {website_link} om een verbinding tot stand te brengen"
|
||||
|
@ -4824,7 +4747,6 @@ msgctxt "@label"
|
|||
msgid "To print directly to your printer over the network, please make sure your printer is connected to the network using a network cable or by connecting your printer to your WIFI network. If you don't connect Cura with your printer, you can still use a USB drive to transfer g-code files to your printer."
|
||||
msgstr "Als u rechtstreeks via het netwerk wilt printen naar de printer, moet u ervoor zorgen dat de printer met een netwerkkabel is verbonden met het netwerk of moet u verbinding maken met de printer via het wifi-netwerk. Als u geen verbinding maakt tussen Cura en de printer, kunt u een USB-station gebruiken om G-code-bestanden naar de printer over te zetten."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@message {printer_name} is replaced with the name of the printer"
|
||||
msgid "To remove {printer_name} permanently, visit {digital_factory_link}"
|
||||
msgstr "Bezoek {digital_factory_link} om {printer_name} permanent te verwijderen"
|
||||
|
@ -4969,16 +4891,12 @@ msgctxt "@info:status"
|
|||
msgid "Unable to find a location within the build volume for all objects"
|
||||
msgstr "Kan binnen het werkvolume niet voor alle objecten een locatie vinden"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:plugin_failed"
|
||||
msgid "Unable to find local EnginePlugin server executable for: {self._plugin_id}"
|
||||
msgstr "Kan lokaal EnginePlugin-serveruitvoerbestand niet vinden voor: {self._plugin_id}"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:plugin_failed"
|
||||
msgid ""
|
||||
"Unable to kill running EnginePlugin: {self._plugin_id}\n"
|
||||
"Access is denied."
|
||||
msgid "Unable to kill running EnginePlugin: {self._plugin_id}\nAccess is denied."
|
||||
msgstr "Kan lopende EnginePlugin niet stoppen: {self._plugin_id}}Toegang is geweigerd."
|
||||
|
||||
msgctxt "@info"
|
||||
|
@ -4989,14 +4907,6 @@ msgctxt "@text"
|
|||
msgid "Unable to read example data file."
|
||||
msgstr "Kan het voorbeeldgegevensbestand niet lezen."
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to send the model data to the engine. Please try again, or contact support."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to send the model data to the engine. Please try to use a less detailed model, or reduce the number of instances."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "@info:title"
|
||||
msgid "Unable to slice"
|
||||
msgstr "Kan niet slicen"
|
||||
|
@ -5009,12 +4919,10 @@ msgctxt "@info:status"
|
|||
msgid "Unable to slice because the prime tower or prime position(s) are invalid."
|
||||
msgstr "Slicen is niet mogelijk omdat de terugduwpijler of terugduwpositie(s) ongeldig zijn."
|
||||
|
||||
#, python-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to slice because there are objects associated with disabled Extruder %s."
|
||||
msgstr "Slicen is niet mogelijk omdat er objecten gekoppeld zijn aan uitgeschakelde Extruder %s."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to slice due to some per-model settings. The following settings have errors on one or more models: {error_labels}"
|
||||
msgstr "Slicing is niet mogelijk vanwege enkele instellingen per model. De volgende instellingen bevatten fouten voor een of meer modellen: {error_labels}"
|
||||
|
@ -5023,7 +4931,6 @@ msgctxt "@info:status"
|
|||
msgid "Unable to slice with the current material as it is incompatible with the selected machine or configuration."
|
||||
msgstr "Met het huidige materiaal is slicen niet mogelijk, omdat het materiaal niet compatibel is met de geselecteerde machine of configuratie."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to slice with the current settings. The following settings have errors: {0}"
|
||||
msgstr "Met de huidige instellingen is slicing niet mogelijk. De volgende instellingen bevatten fouten: {0}"
|
||||
|
@ -5032,7 +4939,6 @@ msgctxt "@info"
|
|||
msgid "Unable to start a new sign in process. Check if another sign in attempt is still active."
|
||||
msgstr "Er kan geen nieuw aanmeldingsproces worden gestart. Controleer of een andere aanmeldingspoging nog actief is."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:error"
|
||||
msgid "Unable to write to file: {0}"
|
||||
msgstr "Er kan niet worden geschreven naar bestand: {0}"
|
||||
|
@ -5085,7 +4991,6 @@ msgctxt "@label:property"
|
|||
msgid "Unknown Package"
|
||||
msgstr "Onbekend pakket"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@error:send"
|
||||
msgid "Unknown error code when uploading print job: {0}"
|
||||
msgstr "Onbekende foutcode bij uploaden printtaak: {0}"
|
||||
|
@ -5258,10 +5163,6 @@ msgctxt "description"
|
|||
msgid "Upgrades configurations from Cura 5.6 to Cura 5.7."
|
||||
msgstr "Upgrades van configuraties van Cura 5.6 naar Cura 5.7."
|
||||
|
||||
msgctxt "description"
|
||||
msgid "Upgrades configurations from Cura 5.8 to Cura 5.9."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "@action:button"
|
||||
msgid "Upload custom Firmware"
|
||||
msgstr "Aangepaste Firmware Uploaden"
|
||||
|
@ -5406,10 +5307,6 @@ msgctxt "name"
|
|||
msgid "Version Upgrade 5.6 to 5.7"
|
||||
msgstr "Versie-upgrade van 5.6 naar 5.7"
|
||||
|
||||
msgctxt "name"
|
||||
msgid "Version Upgrade 5.8 to 5.9"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "@button"
|
||||
msgid "View printers in Digital Factory"
|
||||
msgstr "Printers weergeven in Digital Factory"
|
||||
|
@ -5462,7 +5359,6 @@ msgctxt "@info:title"
|
|||
msgid "Warning"
|
||||
msgstr "Waarschuwing"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Warning: The profile is not visible because its quality type '{0}' is not available for the current configuration. Switch to a material/nozzle combination that can use this quality type."
|
||||
msgstr "Waarschuwing: het profiel is niet zichtbaar omdat het kwaliteitstype '{0}' van het profiel niet beschikbaar is voor de huidige configuratie. Schakel naar een materiaal-nozzle-combinatie waarvoor dit kwaliteitstype geschikt is."
|
||||
|
@ -5584,31 +5480,20 @@ msgid "Yes"
|
|||
msgstr "Ja"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"You are about to remove all printers from Cura. This action cannot be undone.\n"
|
||||
"Are you sure you want to continue?"
|
||||
msgstr "U staat op het punt om alle printers uit Cura te verwijderen. Deze actie kan niet ongedaan worden gemaakt.Weet u zeker dat u door wilt gaan?"
|
||||
msgid "You are about to remove all printers from Cura. This action cannot be undone.\nAre you sure you want to continue?"
|
||||
msgstr "U staat op het punt om alle printers uit Cura te verwijderen. Deze actie kan niet ongedaan worden gemaakt."
|
||||
"Weet u zeker dat u door wilt gaan?"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"You are about to remove {0} printer from Cura. This action cannot be undone.\n"
|
||||
"Are you sure you want to continue?"
|
||||
msgid_plural ""
|
||||
"You are about to remove {0} printers from Cura. This action cannot be undone.\n"
|
||||
"Are you sure you want to continue?"
|
||||
msgstr[0] ""
|
||||
"U staat op het punt om {0} printer uit Cura te verwijderen. Deze actie kan niet ongedaan worden gemaakt.\n"
|
||||
"Weet u zeker dat u door wilt gaan?"
|
||||
msgstr[1] ""
|
||||
"U staat op het punt om {0} printers uit Cura te verwijderen. Deze actie kan niet ongedaan worden gemaakt.\n"
|
||||
"Weet u zeker dat u door wilt gaan?"
|
||||
msgid "You are about to remove {0} printer from Cura. This action cannot be undone.\nAre you sure you want to continue?"
|
||||
msgid_plural "You are about to remove {0} printers from Cura. This action cannot be undone.\nAre you sure you want to continue?"
|
||||
msgstr[0] "U staat op het punt om {0} printer uit Cura te verwijderen. Deze actie kan niet ongedaan worden gemaakt.\nWeet u zeker dat u door wilt gaan?"
|
||||
msgstr[1] "U staat op het punt om {0} printers uit Cura te verwijderen. Deze actie kan niet ongedaan worden gemaakt.\nWeet u zeker dat u door wilt gaan?"
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid "You are attempting to connect to a printer that is not running UltiMaker Connect. Please update the printer to the latest firmware."
|
||||
msgstr "U probeert verbinding te maken met een printer waarop UltiMaker Connect niet wordt uitgevoerd. Werk de printer bij naar de nieuwste firmware."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "You are attempting to connect to {0} but it is not the host of a group. You can visit the web page to configure it as a group host."
|
||||
msgstr "U probeert verbinding te maken met {0}, maar deze is niet de host van een groep. U kunt de webpagina bezoeken om deze als groephost te configureren."
|
||||
|
@ -5619,7 +5504,9 @@ msgstr "U hebt momenteel geen back-ups. Gebruik de knop 'Nu back-up maken' om ee
|
|||
|
||||
msgctxt "@text:window, %1 is a profile name"
|
||||
msgid "You have customized some profile settings. Would you like to Keep these changed settings after switching profiles? Alternatively, you can discard the changes to load the defaults from '%1'."
|
||||
msgstr "U hebt enkele profielinstellingen aangepast.Wilt u deze gewijzigde instellingen behouden na het verwisselen van profielen?U kunt de wijzigingen ook verwijderen om de standaardinstellingen van '%1' te laden."
|
||||
msgstr "U hebt enkele profielinstellingen aangepast."
|
||||
"Wilt u deze gewijzigde instellingen behouden na het verwisselen van profielen?"
|
||||
"U kunt de wijzigingen ook verwijderen om de standaardinstellingen van '%1' te laden."
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "You need to accept the license to install the package"
|
||||
|
@ -5649,12 +5536,10 @@ msgctxt "@info"
|
|||
msgid "Your new printer will automatically appear in Cura"
|
||||
msgstr "Uw nieuwe printer wordt automatisch weergegeven in Cura"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid ""
|
||||
"Your printer <b>{printer_name}</b> could be connected via cloud.\n"
|
||||
" Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory"
|
||||
msgstr "U kunt uw printer <b>{printer_name}</b> via de cloud verbinden. Beheer uw printerwachtrij en controleer uw prints vanaf elke plek door uw printer te verbinden met Digital Factory"
|
||||
msgid "Your printer <b>{printer_name}</b> could be connected via cloud.\n Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory"
|
||||
msgstr "U kunt uw printer <b>{printer_name}</b> via de cloud verbinden."
|
||||
" Beheer uw printerwachtrij en controleer uw prints vanaf elke plek door uw printer te verbinden met Digital Factory"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Z"
|
||||
|
@ -5716,7 +5601,6 @@ msgctxt "@label"
|
|||
msgid "version: %1"
|
||||
msgstr "versie: %1"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@message {printer_name} is replaced with the name of the printer"
|
||||
msgid "{printer_name} will be removed until the next account sync."
|
||||
msgstr "{printer_name} wordt verwijderd tot de volgende accountsynchronisatie."
|
||||
|
@ -5725,18 +5609,38 @@ msgctxt "@info:generic"
|
|||
msgid "{} plugins failed to download"
|
||||
msgstr "{} plug-ins zijn niet gedownload"
|
||||
|
||||
#~ msgctxt "description"
|
||||
#~ msgid "CuraEngine plugin for gradually smoothing the flow to limit high-flow jumps"
|
||||
#~ msgstr "CuraEngine-plugin voor het geleidelijk afvlakken van de flow om grote sprongen in de flow te beperken"
|
||||
msgctxt "@label"
|
||||
msgid "Combination not recommended. Load BB core to slot 1 (left) for better reliability."
|
||||
msgstr "Combinatie niet aanbevolen. Laad BB-kern in sleuf 1 (links) voor meer betrouwbaarheid."
|
||||
|
||||
#~ msgctxt "name"
|
||||
#~ msgid "CuraEngineGradualFlow"
|
||||
#~ msgstr "CuraEngineGradualFlow"
|
||||
msgctxt "@item:inlistbox"
|
||||
msgid "Makerbot Sketch Printfile"
|
||||
msgstr "Makerbot Sketch Printfile"
|
||||
|
||||
#~ msgctxt "@action:inmenu"
|
||||
#~ msgid "Show Online Troubleshooting"
|
||||
#~ msgstr "Online probleemoplossing weergeven"
|
||||
msgctxt "@label:textbox"
|
||||
msgid "Search Printer"
|
||||
msgstr "Zoek printer"
|
||||
|
||||
#~ msgctxt "@text:window"
|
||||
#~ msgid "This is a Cura Universal project file. Would you like to open it as a Cura project or Cura Universal Project or import the models from it?"
|
||||
#~ msgstr "Dit is een Cura Universal Projectbestand. Wilt u het als Cura project of Cura Universal Project openen of de modellen ervan importeren?"
|
||||
msgctxt "@text:window"
|
||||
msgid "This is a Cura Universal project file. Would you like to open it as a Cura Universal Project or import the models from it?"
|
||||
msgstr "Dit is een Cura Universal-projectbestand. Wilt u het openen als Cura Universal Project of de modellen ervan importeren?"
|
||||
|
||||
msgctxt "@action:inmenu menubar:help"
|
||||
msgid "Export Package For Technical Support"
|
||||
msgstr "Exportpakket voor technische ondersteuning"
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to send the model data to the engine. Please try again, or contact support."
|
||||
msgstr "De modelgegevens kunnen niet naar de motor worden verzonden. Probeer het opnieuw of neem contact op met ondersteuning."
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to send the model data to the engine. Please try to use a less detailed model, or reduce the number of instances."
|
||||
msgstr "De modelgegevens kunnen niet naar de motor worden verzonden. Probeer een minder gedetailleerd model te gebruiken of verminder het aantal instanties."
|
||||
|
||||
msgctxt "description"
|
||||
msgid "Upgrades configurations from Cura 5.8 to Cura 5.9."
|
||||
msgstr "Upgrades van configuraties van Cura 5.8 naar Cura 5.9."
|
||||
|
||||
msgctxt "name"
|
||||
msgid "Version Upgrade 5.8 to 5.9"
|
||||
msgstr "Versie-upgrade 5.8 naar 5.9"
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2024-10-09 14:27+0000\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-13 09:02+0100\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"
|
||||
|
@ -125,10 +124,6 @@ msgctxt "machine_nozzle_id label"
|
|||
msgid "Nozzle ID"
|
||||
msgstr "Nozzle-ID"
|
||||
|
||||
msgctxt "machine_nozzle_head_distance label"
|
||||
msgid "Nozzle Length"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "machine_nozzle_offset_x label"
|
||||
msgid "Nozzle X Offset"
|
||||
msgstr "X-Offset Nozzle"
|
||||
|
@ -157,10 +152,6 @@ msgctxt "extruder_nr description"
|
|||
msgid "The extruder train used for printing. This is used in multi-extrusion."
|
||||
msgstr "De extruder train die voor het printen wordt gebruikt. Deze wordt gebruikt in meervoudige doorvoer."
|
||||
|
||||
msgctxt "machine_nozzle_head_distance description"
|
||||
msgid "The height difference between the tip of the nozzle and the lowest part of the print head."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "machine_nozzle_size description"
|
||||
msgid "The inner diameter of the nozzle. Change this setting when using a non-standard nozzle size."
|
||||
msgstr "De binnendiameter van de nozzle. Verander deze instelling wanneer u een nozzle gebruikt die geen standaard formaat heeft."
|
||||
|
@ -204,3 +195,11 @@ msgstr "De Y-coördinaat van de offset van de nozzle."
|
|||
msgctxt "machine_extruder_start_pos_y description"
|
||||
msgid "The y-coordinate of the starting position when turning the extruder on."
|
||||
msgstr "De Y-coördinaat van de startpositie wanneer de extruder wordt ingeschakeld."
|
||||
|
||||
msgctxt "machine_nozzle_head_distance label"
|
||||
msgid "Nozzle Length"
|
||||
msgstr "Lengte spuitmond"
|
||||
|
||||
msgctxt "machine_nozzle_head_distance description"
|
||||
msgid "The height difference between the tip of the nozzle and the lowest part of the print head."
|
||||
msgstr "Het hoogteverschil tussen de punt van de spuitmond en het laagste deel van de printkop."
|
||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2024-10-09 14:27+0000\n"
|
||||
"POT-Creation-Date: 2024-11-06 10:43+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"
|
||||
|
@ -94,7 +94,7 @@ msgstr "Met adaptieve lagen berekent u de laaghoogte afhankelijk van de vorm van
|
|||
|
||||
msgctxt "extra_infill_lines_to_support_skins description"
|
||||
msgid "Add extra lines into the infill pattern to support skins above. This option prevents holes or plastic blobs that sometime show in complex shaped skins due to the infill below not correctly supporting the skin layer being printed above. 'Walls' supports just the outlines of the skin, whereas 'Walls and Lines' also supports the ends of the lines that make up the skin."
|
||||
msgstr ""
|
||||
msgstr "Voeg extra lijnen toe aan het invulpatroon om de skins erboven te ondersteunen. Deze optie voorkomt gaten of plastic klodders die soms te zien zijn in complex gevormde skins doordat de invulling eronder de skinlaag die erboven wordt geprint niet correct ondersteunt. 'Wanden' ondersteunt alleen de contouren van de skin, terwijl 'Wanden en lijnen' ook de uiteinden van de lijnen ondersteunt die de skin vormen."
|
||||
|
||||
msgctxt "infill_wall_line_count description"
|
||||
msgid ""
|
||||
|
@ -444,11 +444,11 @@ msgstr "Breedte Brim"
|
|||
|
||||
msgctxt "build_fan_full_at_height label"
|
||||
msgid "Build Fan Speed at Height"
|
||||
msgstr ""
|
||||
msgstr "Constructieventilatorsnelheid op hoogte"
|
||||
|
||||
msgctxt "build_fan_full_layer label"
|
||||
msgid "Build Fan Speed at Layer"
|
||||
msgstr ""
|
||||
msgstr "Constructieventilatorsnelheid op laag"
|
||||
|
||||
msgctxt "platform_adhesion label"
|
||||
msgid "Build Plate Adhesion"
|
||||
|
@ -492,7 +492,7 @@ msgstr "Waarschuwing temperatuur bouwvolume"
|
|||
|
||||
msgctxt "build_volume_fan_nr label"
|
||||
msgid "Build volume fan number"
|
||||
msgstr ""
|
||||
msgstr "Ventilatornummer constructievolume "
|
||||
|
||||
msgctxt "prime_tower_brim_enable description"
|
||||
msgid "By enabling this setting, your prime-tower will get a brim, even if the model doesn't. If you want a sturdier base for a high tower, you can increase the base height."
|
||||
|
@ -732,11 +732,11 @@ msgstr "Hiermee detecteert u bruggen en past u de instellingen voor de printsnel
|
|||
|
||||
msgctxt "scarf_split_distance description"
|
||||
msgid "Determines the length of each step in the flow change when extruding along the scarf seam. A smaller distance will result in a more precise but also more complex G-code."
|
||||
msgstr ""
|
||||
msgstr "Bepaalt de lengte van elke stap in de stroomverandering bij het extruderen langs de schuine naad. Een kleinere afstand resulteert in een nauwkeurigere maar ook complexere G-code."
|
||||
|
||||
msgctxt "scarf_joint_seam_length description"
|
||||
msgid "Determines the length of the scarf seam, a seam type that should make the Z seam less visible. Must be higher than 0 to be effective."
|
||||
msgstr ""
|
||||
msgstr "Bepaalt de lengte van de schuine naad, een naadtype dat de Z-naad minder zichtbaar moet maken. Moet hoger zijn dan 0 om effectief te zijn."
|
||||
|
||||
msgctxt "inset_direction description"
|
||||
msgid "Determines the order in which walls are printed. Printing outer walls earlier helps with dimensional accuracy, as faults from inner walls cannot propagate to the outside. However printing them later allows them to stack better when overhangs are printed. When there is an uneven amount of total innner walls, the 'center last line' is always printed last."
|
||||
|
@ -1028,7 +1028,7 @@ msgstr "Met uitgebreid hechten worden zo veel mogelijk open gaten in het raster
|
|||
|
||||
msgctxt "extra_infill_lines_to_support_skins label"
|
||||
msgid "Extra Infill Lines To Support Skins"
|
||||
msgstr ""
|
||||
msgstr "Extra invullijnen ter ondersteuning van skins"
|
||||
|
||||
msgctxt "infill_wall_line_count label"
|
||||
msgid "Extra Infill Wall Count"
|
||||
|
@ -1042,6 +1042,10 @@ msgctxt "switch_extruder_extra_prime_amount description"
|
|||
msgid "Extra material to prime after nozzle switching."
|
||||
msgstr "Extra primemateriaal na het wisselen van de nozzle."
|
||||
|
||||
msgctxt "variant_name"
|
||||
msgid "Extruder"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "extruder_prime_pos_x label"
|
||||
msgid "Extruder Prime X Position"
|
||||
msgstr "X-positie voor Primen Extruder"
|
||||
|
@ -2438,7 +2442,7 @@ msgstr "Geen"
|
|||
|
||||
msgctxt "extra_infill_lines_to_support_skins option none"
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
msgstr "Geen"
|
||||
|
||||
msgctxt "z_seam_corner option z_seam_corner_none"
|
||||
msgid "None"
|
||||
|
@ -2484,6 +2488,10 @@ msgctxt "machine_nozzle_id label"
|
|||
msgid "Nozzle ID"
|
||||
msgstr "Nozzle-ID"
|
||||
|
||||
msgctxt "variant_name"
|
||||
msgid "Nozzle Size"
|
||||
msgstr "Maat nozzle"
|
||||
|
||||
msgctxt "switch_extruder_extra_prime_amount label"
|
||||
msgid "Nozzle Switch Extra Prime Amount"
|
||||
msgstr "Extra primehoeveelheid na wisselen van nozzle"
|
||||
|
@ -2614,15 +2622,15 @@ msgstr "Buitenwandacceleratie"
|
|||
|
||||
msgctxt "wall_0_acceleration label"
|
||||
msgid "Outer Wall Acceleration"
|
||||
msgstr ""
|
||||
msgstr "Buitenwandversnelling"
|
||||
|
||||
msgctxt "wall_0_deceleration label"
|
||||
msgid "Outer Wall Deceleration"
|
||||
msgstr ""
|
||||
msgstr "Buitenwandvertraging"
|
||||
|
||||
msgctxt "wall_0_end_speed_ratio label"
|
||||
msgid "Outer Wall End Speed Ratio"
|
||||
msgstr ""
|
||||
msgstr "Snelheidsverhouding buitenwand"
|
||||
|
||||
msgctxt "wall_0_extruder_nr label"
|
||||
msgid "Outer Wall Extruder"
|
||||
|
@ -2650,11 +2658,11 @@ msgstr "Snelheid Buitenwand"
|
|||
|
||||
msgctxt "wall_0_speed_split_distance label"
|
||||
msgid "Outer Wall Speed Split Distance"
|
||||
msgstr ""
|
||||
msgstr "Snelheid splitafstand buitenwand"
|
||||
|
||||
msgctxt "wall_0_start_speed_ratio label"
|
||||
msgid "Outer Wall Start Speed Ratio"
|
||||
msgstr ""
|
||||
msgstr "Startsnelheidsverhouding buitenwand"
|
||||
|
||||
msgctxt "wall_0_wipe_dist label"
|
||||
msgid "Outer Wall Wipe Distance"
|
||||
|
@ -2792,6 +2800,10 @@ msgctxt "acceleration_print label"
|
|||
msgid "Print Acceleration"
|
||||
msgstr "Printacceleratie"
|
||||
|
||||
msgctxt "variant_name"
|
||||
msgid "Print Core"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "jerk_print label"
|
||||
msgid "Print Jerk"
|
||||
msgstr "Printschok"
|
||||
|
@ -3298,15 +3310,15 @@ msgstr "Schaalfactor krimpcompensatie"
|
|||
|
||||
msgctxt "scarf_joint_seam_length label"
|
||||
msgid "Scarf Seam Length"
|
||||
msgstr ""
|
||||
msgstr "Lengte schuine naad"
|
||||
|
||||
msgctxt "scarf_joint_seam_start_height_ratio label"
|
||||
msgid "Scarf Seam Start Height"
|
||||
msgstr ""
|
||||
msgstr "Starthoogte schuine naad"
|
||||
|
||||
msgctxt "scarf_split_distance label"
|
||||
msgid "Scarf Seam Step Length"
|
||||
msgstr ""
|
||||
msgstr "Staplengte schuine naad"
|
||||
|
||||
msgctxt "support_meshes_present label"
|
||||
msgid "Scene Has Support Meshes"
|
||||
|
@ -4366,7 +4378,7 @@ msgstr "De hoogte die in de matrijs moet worden geprint boven de horizontale del
|
|||
|
||||
msgctxt "build_fan_full_at_height description"
|
||||
msgid "The height at which the fans spin on regular fan speed. At the layers below the fan speed gradually increases from Initial Fan Speed to Regular Fan Speed."
|
||||
msgstr ""
|
||||
msgstr "De hoogte waarop de ventilatoren op normale ventilatorsnelheid draaien. Op de lagen hieronder neemt de ventilatorsnelheid geleidelijk toe van de initiële ventilatorsnelheid naar de normale ventilatorsnelheid."
|
||||
|
||||
msgctxt "cool_fan_full_at_height description"
|
||||
msgid "The height at which the fans spin on regular fan speed. At the layers below the fan speed gradually increases from Initial Fan Speed to Regular Fan Speed."
|
||||
|
@ -4476,7 +4488,7 @@ msgstr "De grootste breedte van delen van bovenste skingebieden die verwijderd m
|
|||
|
||||
msgctxt "build_fan_full_layer description"
|
||||
msgid "The layer at which the build fans spin on full fan speed. This value is calculated and rounded to a whole number."
|
||||
msgstr ""
|
||||
msgstr "De laag waarbij de bouwventilatoren op volle ventilatorsnelheid draaien. Deze waarde wordt berekend en afgerond op een heel getal."
|
||||
|
||||
msgctxt "cool_fan_full_layer description"
|
||||
msgid "The layer at which the fans spin on regular fan speed. If regular fan speed at height is set, this value is calculated and rounded to a whole number."
|
||||
|
@ -4764,7 +4776,7 @@ msgstr "Het aantal lijnen dat voor de supportbrim wordt gebruikt. Meer brimlijne
|
|||
|
||||
msgctxt "build_volume_fan_nr description"
|
||||
msgid "The number of the fan that cools the build volume. If this is set to 0, it's means that there is no build volume fan"
|
||||
msgstr ""
|
||||
msgstr "Het nummer van de ventilator die het constructievolume koelt. Als dit is ingesteld op 0, betekent dit dat er geen constructievolumeventilator is."
|
||||
|
||||
msgctxt "raft_surface_layers description"
|
||||
msgid "The number of top layers on top of the 2nd raft layer. These are fully filled layers that the model sits on. 2 layers result in a smoother top surface than 1."
|
||||
|
@ -4860,7 +4872,7 @@ msgstr "De maximale onmiddellijke snelheidsverandering in de eerste laag."
|
|||
|
||||
msgctxt "scarf_joint_seam_start_height_ratio description"
|
||||
msgid "The ratio of the selected layer height at which the scarf seam will begin. A lower number will result in a larger seam height. Must be lower than 100 to be effective."
|
||||
msgstr ""
|
||||
msgstr "De verhouding van de geselecteerde laaghoogte waarop de schuine naad zal beginnen. Een lager getal resulteert in een grotere naadhoogte. Moet lager zijn dan 100 om effectief te zijn."
|
||||
|
||||
msgctxt "machine_shape description"
|
||||
msgid "The shape of the build plate without taking unprintable areas into account."
|
||||
|
@ -5192,23 +5204,23 @@ msgstr "Met deze optie controleert u de afstand die de extruder moet coasten voo
|
|||
|
||||
msgctxt "wall_0_acceleration description"
|
||||
msgid "This is the acceleration with which to reach the top speed when printing an outer wall."
|
||||
msgstr ""
|
||||
msgstr "Dit is de versnelling waarmee men de topsnelheid bereikt als men een buitenwand afdrukt."
|
||||
|
||||
msgctxt "wall_0_deceleration description"
|
||||
msgid "This is the deceleration with which to end printing an outer wall."
|
||||
msgstr ""
|
||||
msgstr "Dit is de vertraging waarmee men het afdrukken van een buitenwand beëindigt."
|
||||
|
||||
msgctxt "wall_0_speed_split_distance description"
|
||||
msgid "This is the maximum length of an extrusion path when splitting a longer path to apply the outer wall acceleration/deceleration. A smaller distance will create a more precise but also more verbose G-Code."
|
||||
msgstr ""
|
||||
msgstr "Dit is de maximale lengte van een extrusiepad bij het splitsen van een langer pad om de versnelling/vertraging van de buitenwand toe te passen. Een kleinere afstand zorgt voor een preciezere maar ook uitgebreide G-code."
|
||||
|
||||
msgctxt "wall_0_end_speed_ratio description"
|
||||
msgid "This is the ratio of the top speed to end with when printing an outer wall."
|
||||
msgstr ""
|
||||
msgstr "Dit is de verhouding van de topsnelheid om mee te eindigen bij het printen van een buitenwand."
|
||||
|
||||
msgctxt "wall_0_start_speed_ratio description"
|
||||
msgid "This is the ratio of the top speed to start with when printing an outer wall."
|
||||
msgstr ""
|
||||
msgstr "Dit is de verhouding van de topsnelheid om mee te beginnen bij het printen van een buitenwand."
|
||||
|
||||
msgctxt "raft_base_smoothing description"
|
||||
msgid "This setting controls how much inner corners in the raft base outline are rounded. Inward corners are rounded to a semi circle with a radius equal to the value given here. This setting also removes holes in the raft outline which are smaller than such a circle."
|
||||
|
@ -5592,15 +5604,15 @@ msgstr "Wanden"
|
|||
|
||||
msgctxt "extra_infill_lines_to_support_skins option walls"
|
||||
msgid "Walls Only"
|
||||
msgstr ""
|
||||
msgstr "Alleen wanden"
|
||||
|
||||
msgctxt "extra_infill_lines_to_support_skins option walls_and_lines"
|
||||
msgid "Walls and Lines"
|
||||
msgstr ""
|
||||
msgstr "Wanden en lijnen"
|
||||
|
||||
msgctxt "wall_overhang_angle description"
|
||||
msgid "Walls that overhang more than this angle will be printed using overhanging wall settings. When the value is 90, no walls will be treated as overhanging. Overhang that gets supported by support will not be treated as overhang either. Furthermore, any line that's less than half overhanging will also not be treated as overhang."
|
||||
msgstr ""
|
||||
msgstr "Wanden die meer oversteken dan deze hoek worden afgedrukt met behulp van de instellingen voor overhangende wanden. Als de waarde 90 is, worden er geen wanden behandeld als overhangend. Overhangen die ondersteund worden door ondersteuning worden ook niet behandeld als overhang. Daarnaast wordt elke lijn die voor minder dan de helft overhangt ook niet behandeld als overhang."
|
||||
|
||||
msgctxt "meshfix_fluid_motion_enabled description"
|
||||
msgid "When enabled tool paths are corrected for printers with smooth motion planners. Small movements that deviate from the general tool path direction are smoothed to improve fluid motions."
|
||||
|
|
|
@ -2828,6 +2828,10 @@ msgctxt "@label"
|
|||
msgid "Nozzle offset Y"
|
||||
msgstr "Korekcja dyszy Y"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Nozzle Size"
|
||||
msgstr "Rozmiar dyszy"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Nozzle size"
|
||||
msgstr "Rozmiar dyszy"
|
||||
|
|
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Cura 5.1\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2024-10-09 14:27+0000\n"
|
||||
"POT-Creation-Date: 2024-11-06 10:43+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"
|
||||
|
@ -1048,6 +1048,10 @@ msgctxt "switch_extruder_extra_prime_amount description"
|
|||
msgid "Extra material to prime after nozzle switching."
|
||||
msgstr "Ilość dodatkowego materiału do podania po zmianie dyszy."
|
||||
|
||||
msgctxt "variant_name"
|
||||
msgid "Extruder"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "extruder_prime_pos_x label"
|
||||
msgid "Extruder Prime X Position"
|
||||
msgstr "Pozycja X Czyszczenia Dyszy"
|
||||
|
@ -2494,6 +2498,10 @@ msgctxt "machine_nozzle_id label"
|
|||
msgid "Nozzle ID"
|
||||
msgstr "ID Dyszy"
|
||||
|
||||
msgctxt "variant_name"
|
||||
msgid "Nozzle Size"
|
||||
msgstr "Rozmiar dyszy"
|
||||
|
||||
msgctxt "switch_extruder_extra_prime_amount label"
|
||||
msgid "Nozzle Switch Extra Prime Amount"
|
||||
msgstr "Dodatkowa ekstruzja po zmianie dyszy"
|
||||
|
@ -2802,6 +2810,10 @@ msgctxt "acceleration_print label"
|
|||
msgid "Print Acceleration"
|
||||
msgstr "Przyspieszenie Druku"
|
||||
|
||||
msgctxt "variant_name"
|
||||
msgid "Print Core"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "jerk_print label"
|
||||
msgid "Print Jerk"
|
||||
msgstr "Zryw Druku"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgstr ""
|
|||
"Project-Id-Version: Cura 5.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-10-09 14:27+0200\n"
|
||||
"PO-Revision-Date: 2024-07-23 03:24+0200\n"
|
||||
"PO-Revision-Date: 2024-10-28 04:18+0100\n"
|
||||
"Last-Translator: Cláudio Sampaio <patola@gmail.com>\n"
|
||||
"Language-Team: Cláudio Sampaio <patola@gmail.com>\n"
|
||||
"Language: pt_BR\n"
|
||||
|
@ -1566,7 +1566,7 @@ msgstr "Exportar Material"
|
|||
|
||||
msgctxt "@action:inmenu menubar:help"
|
||||
msgid "Export Package For Technical Support"
|
||||
msgstr ""
|
||||
msgstr "Exportar Pacote Para Suporte Técnico"
|
||||
|
||||
msgctxt "@title:window"
|
||||
msgid "Export Profile"
|
||||
|
@ -2841,6 +2841,10 @@ msgctxt "@label"
|
|||
msgid "Nozzle offset Y"
|
||||
msgstr "Deslocamento Y do Bico"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Nozzle Size"
|
||||
msgstr "Tamanho do bico"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Nozzle size"
|
||||
msgstr "Tamanho do bico"
|
||||
|
@ -5054,11 +5058,11 @@ msgstr "Não foi possível ler o arquivo de dados de exemplo."
|
|||
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to send the model data to the engine. Please try again, or contact support."
|
||||
msgstr ""
|
||||
msgstr "Não foi possível enviar os dados de modelo para o engine. Por favor tente novamente ou contacte o suporte."
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to send the model data to the engine. Please try to use a less detailed model, or reduce the number of instances."
|
||||
msgstr ""
|
||||
msgstr "Não foi possível enviar os dados do modelo para o engine. Por favor use um modelo menos detalhado ou reduza o número de instâncias."
|
||||
|
||||
msgctxt "@info:title"
|
||||
msgid "Unable to slice"
|
||||
|
@ -5323,7 +5327,7 @@ msgstr "Atualiza configurações do Cura 5.6 para o Cura 5.7."
|
|||
|
||||
msgctxt "description"
|
||||
msgid "Upgrades configurations from Cura 5.8 to Cura 5.9."
|
||||
msgstr ""
|
||||
msgstr "Atualiza configurações do Cura 5.8 para o Cura 5.9."
|
||||
|
||||
msgctxt "@action:button"
|
||||
msgid "Upload custom Firmware"
|
||||
|
@ -5471,7 +5475,7 @@ msgstr "Atualização de Versão de 5.6 para 5.7"
|
|||
|
||||
msgctxt "name"
|
||||
msgid "Version Upgrade 5.8 to 5.9"
|
||||
msgstr ""
|
||||
msgstr "Atualização de Versão de 5.8 para 5.9"
|
||||
|
||||
msgctxt "@button"
|
||||
msgid "View printers in Digital Factory"
|
||||
|
|
|
@ -7,7 +7,7 @@ msgstr ""
|
|||
"Project-Id-Version: Cura 5.1\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2024-10-09 14:27+0000\n"
|
||||
"PO-Revision-Date: 2024-04-01 22:39+0200\n"
|
||||
"PO-Revision-Date: 2024-10-28 04:20+0100\n"
|
||||
"Last-Translator: Cláudio Sampaio <patola@gmail.com>\n"
|
||||
"Language-Team: Cláudio Sampaio <patola@gmail.com>\n"
|
||||
"Language: pt_BR\n"
|
||||
|
@ -131,7 +131,7 @@ msgstr "ID do Bico"
|
|||
|
||||
msgctxt "machine_nozzle_head_distance label"
|
||||
msgid "Nozzle Length"
|
||||
msgstr ""
|
||||
msgstr "Comprimento do Bico"
|
||||
|
||||
msgctxt "machine_nozzle_offset_x label"
|
||||
msgid "Nozzle X Offset"
|
||||
|
@ -163,7 +163,7 @@ msgstr "O extrusor usado para impressão. Isto é usado em multi-extrusão."
|
|||
|
||||
msgctxt "machine_nozzle_head_distance description"
|
||||
msgid "The height difference between the tip of the nozzle and the lowest part of the print head."
|
||||
msgstr ""
|
||||
msgstr "A diferença de altura entre a ponta do bico e a parte inferior da cabeça de impressão."
|
||||
|
||||
msgctxt "machine_nozzle_size description"
|
||||
msgid "The inner diameter of the nozzle. Change this setting when using a non-standard nozzle size."
|
||||
|
|
|
@ -6,8 +6,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Cura 5.7\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2024-10-09 14:27+0000\n"
|
||||
"PO-Revision-Date: 2024-07-24 04:19+0200\n"
|
||||
"POT-Creation-Date: 2024-11-06 10:43+0000\n"
|
||||
"PO-Revision-Date: 2024-10-29 03:52+0100\n"
|
||||
"Last-Translator: Cláudio Sampaio <patola@gmail.com>\n"
|
||||
"Language-Team: Cláudio Sampaio <patola@gmail.com>\n"
|
||||
"Language: pt_BR\n"
|
||||
|
@ -99,7 +99,7 @@ msgstr "Camadas adaptativas fazem a computação das alturas de camada depender
|
|||
|
||||
msgctxt "extra_infill_lines_to_support_skins description"
|
||||
msgid "Add extra lines into the infill pattern to support skins above. This option prevents holes or plastic blobs that sometime show in complex shaped skins due to the infill below not correctly supporting the skin layer being printed above. 'Walls' supports just the outlines of the skin, whereas 'Walls and Lines' also supports the ends of the lines that make up the skin."
|
||||
msgstr ""
|
||||
msgstr "Adiciona filetes extras no padrão de preenchimento para apoiar os contornos acima. Esta opção previne furos ou bolhas de plástico que algumas vezes aparecem em contornos de formas complexas devido ao preenchimento abaixo não apoiar corretamente o contorno de cima. 'Paredes' faz suportar apenas os extremos do contorno, enquanto que 'Paredes e Linhas' faz também suportar extremos de filetes que perfazem o contorno."
|
||||
|
||||
msgctxt "infill_wall_line_count description"
|
||||
msgid ""
|
||||
|
@ -451,11 +451,11 @@ msgstr "Largura do Brim"
|
|||
|
||||
msgctxt "build_fan_full_at_height label"
|
||||
msgid "Build Fan Speed at Height"
|
||||
msgstr ""
|
||||
msgstr "Velocidade de Construção da Ventoinha na Altura"
|
||||
|
||||
msgctxt "build_fan_full_layer label"
|
||||
msgid "Build Fan Speed at Layer"
|
||||
msgstr ""
|
||||
msgstr "Velocidade de Construção da Ventoinha na Camada"
|
||||
|
||||
msgctxt "platform_adhesion label"
|
||||
msgid "Build Plate Adhesion"
|
||||
|
@ -499,7 +499,7 @@ msgstr "Aviso de temperatura do Volume de Construção"
|
|||
|
||||
msgctxt "build_volume_fan_nr label"
|
||||
msgid "Build volume fan number"
|
||||
msgstr ""
|
||||
msgstr "Número da ventoinha de volume de construção"
|
||||
|
||||
msgctxt "prime_tower_brim_enable description"
|
||||
msgid "By enabling this setting, your prime-tower will get a brim, even if the model doesn't. If you want a sturdier base for a high tower, you can increase the base height."
|
||||
|
@ -739,11 +739,11 @@ msgstr "Detectar pontes e modificar a velocidade de impressão, de fluxo e ajust
|
|||
|
||||
msgctxt "scarf_split_distance description"
|
||||
msgid "Determines the length of each step in the flow change when extruding along the scarf seam. A smaller distance will result in a more precise but also more complex G-code."
|
||||
msgstr ""
|
||||
msgstr "Determina o comprimento de cada passo na mudança de fluxo ao extrudar pela emenda scarf. Uma distância menor resultará em um G-code mais preciso porém também mais complexo."
|
||||
|
||||
msgctxt "scarf_joint_seam_length description"
|
||||
msgid "Determines the length of the scarf seam, a seam type that should make the Z seam less visible. Must be higher than 0 to be effective."
|
||||
msgstr ""
|
||||
msgstr "Determina o comprimento da emenda scarf, um tipo de emenda que procura tornar a junção do eixo Z menos visível. Deve ser maior que 0 pra se tornar efetivo."
|
||||
|
||||
msgctxt "inset_direction description"
|
||||
msgid "Determines the order in which walls are printed. Printing outer walls earlier helps with dimensional accuracy, as faults from inner walls cannot propagate to the outside. However printing them later allows them to stack better when overhangs are printed. When there is an uneven amount of total innner walls, the 'center last line' is always printed last."
|
||||
|
@ -1035,7 +1035,7 @@ msgstr "Costura Extensa tenta costurar furos abertos na malha fechando o furo co
|
|||
|
||||
msgctxt "extra_infill_lines_to_support_skins label"
|
||||
msgid "Extra Infill Lines To Support Skins"
|
||||
msgstr ""
|
||||
msgstr "Linhas de Preenchimento Extras Para Apoiar Contornos"
|
||||
|
||||
msgctxt "infill_wall_line_count label"
|
||||
msgid "Extra Infill Wall Count"
|
||||
|
@ -1049,6 +1049,10 @@ msgctxt "switch_extruder_extra_prime_amount description"
|
|||
msgid "Extra material to prime after nozzle switching."
|
||||
msgstr "Material extra a avançar depois da troca de bico."
|
||||
|
||||
msgctxt "variant_name"
|
||||
msgid "Extruder"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "extruder_prime_pos_x label"
|
||||
msgid "Extruder Prime X Position"
|
||||
msgstr "Posição X da Purga do Extrusor"
|
||||
|
@ -2451,7 +2455,7 @@ msgstr "Nenhuma"
|
|||
|
||||
msgctxt "extra_infill_lines_to_support_skins option none"
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
msgstr "Nenhuma"
|
||||
|
||||
msgctxt "z_seam_corner option z_seam_corner_none"
|
||||
msgid "None"
|
||||
|
@ -2497,6 +2501,10 @@ msgctxt "machine_nozzle_id label"
|
|||
msgid "Nozzle ID"
|
||||
msgstr "ID do Bico"
|
||||
|
||||
msgctxt "variant_name"
|
||||
msgid "Nozzle Size"
|
||||
msgstr "Tamanho do bico"
|
||||
|
||||
msgctxt "switch_extruder_extra_prime_amount label"
|
||||
msgid "Nozzle Switch Extra Prime Amount"
|
||||
msgstr "Quantidade de Avanço Extra da Troca de Bico"
|
||||
|
@ -2627,15 +2635,15 @@ msgstr "Aceleração da Parede Exterior"
|
|||
|
||||
msgctxt "wall_0_acceleration label"
|
||||
msgid "Outer Wall Acceleration"
|
||||
msgstr ""
|
||||
msgstr "Aceleração da Parede Externa"
|
||||
|
||||
msgctxt "wall_0_deceleration label"
|
||||
msgid "Outer Wall Deceleration"
|
||||
msgstr ""
|
||||
msgstr "Deceleração da Parede Externa"
|
||||
|
||||
msgctxt "wall_0_end_speed_ratio label"
|
||||
msgid "Outer Wall End Speed Ratio"
|
||||
msgstr ""
|
||||
msgstr "Proporção de Velocidade do Fim da Parede Externa"
|
||||
|
||||
msgctxt "wall_0_extruder_nr label"
|
||||
msgid "Outer Wall Extruder"
|
||||
|
@ -2663,11 +2671,11 @@ msgstr "Velocidade da Parede Exterior"
|
|||
|
||||
msgctxt "wall_0_speed_split_distance label"
|
||||
msgid "Outer Wall Speed Split Distance"
|
||||
msgstr ""
|
||||
msgstr "Distância de Divisão de Velocidade da Parede Externa"
|
||||
|
||||
msgctxt "wall_0_start_speed_ratio label"
|
||||
msgid "Outer Wall Start Speed Ratio"
|
||||
msgstr ""
|
||||
msgstr "Raio de Velocidade do Começo da Parede Externa"
|
||||
|
||||
msgctxt "wall_0_wipe_dist label"
|
||||
msgid "Outer Wall Wipe Distance"
|
||||
|
@ -2805,6 +2813,10 @@ msgctxt "acceleration_print label"
|
|||
msgid "Print Acceleration"
|
||||
msgstr "Aceleração da Impressão"
|
||||
|
||||
msgctxt "variant_name"
|
||||
msgid "Print Core"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "jerk_print label"
|
||||
msgid "Print Jerk"
|
||||
msgstr "Jerk da Impressão"
|
||||
|
@ -2925,7 +2937,6 @@ msgctxt "raft_base_fan_speed label"
|
|||
msgid "Raft Base Fan Speed"
|
||||
msgstr "Velocidade de Ventoinha da Base do Raft"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "raft_base_flow label"
|
||||
msgid "Raft Base Flow"
|
||||
msgstr "Fluxo da Base do Raft"
|
||||
|
@ -3312,15 +3323,15 @@ msgstr "Compensação de Fator de Encolhimento"
|
|||
|
||||
msgctxt "scarf_joint_seam_length label"
|
||||
msgid "Scarf Seam Length"
|
||||
msgstr ""
|
||||
msgstr "Comprimento da Emenda Scarf"
|
||||
|
||||
msgctxt "scarf_joint_seam_start_height_ratio label"
|
||||
msgid "Scarf Seam Start Height"
|
||||
msgstr ""
|
||||
msgstr "Altura Inicial da Emenda Scarf"
|
||||
|
||||
msgctxt "scarf_split_distance label"
|
||||
msgid "Scarf Seam Step Length"
|
||||
msgstr ""
|
||||
msgstr "Comprimento de Passo da Emenda Scarf"
|
||||
|
||||
msgctxt "support_meshes_present label"
|
||||
msgid "Scene Has Support Meshes"
|
||||
|
@ -3470,7 +3481,6 @@ msgctxt "small_hole_max_size label"
|
|||
msgid "Small Hole Max Size"
|
||||
msgstr "Tamanho Máximo de Furos Pequenos"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "cool_min_temperature label"
|
||||
msgid "Small Layer Printing Temperature"
|
||||
msgstr "Temperatura de Impressão Final"
|
||||
|
@ -3587,7 +3597,6 @@ msgctxt "support_bottom_distance label"
|
|||
msgid "Support Bottom Distance"
|
||||
msgstr "Distância Inferior do Suporte"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "support_bottom_wall_count label"
|
||||
msgid "Support Bottom Wall Line Count"
|
||||
msgstr "Contagem de Linhas de Parede de Suporte"
|
||||
|
@ -3752,7 +3761,6 @@ msgctxt "support_interface_height label"
|
|||
msgid "Support Interface Thickness"
|
||||
msgstr "Espessura da Interface de Suporte"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "support_interface_wall_count label"
|
||||
msgid "Support Interface Wall Line Count"
|
||||
msgstr "Contagem de Linhas de Parede de Suporte"
|
||||
|
@ -3837,7 +3845,6 @@ msgctxt "support_roof_height label"
|
|||
msgid "Support Roof Thickness"
|
||||
msgstr "Espessura do Topo do Suporte"
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "support_roof_wall_count label"
|
||||
msgid "Support Roof Wall Line Count"
|
||||
msgstr "Contagem de Linhas de Parede de Suporte"
|
||||
|
@ -4242,7 +4249,6 @@ msgctxt "brim_width description"
|
|||
msgid "The distance from the model to the outermost brim line. A larger brim enhances adhesion to the build plate, but also reduces the effective print area."
|
||||
msgstr "A distância do modelo à linha mais externa do brim. Um brim mais largo aumenta a aderência à mesa, mas também reduz a área efetiva de impressão."
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "interlocking_boundary_avoidance description"
|
||||
msgid "The distance from the outside of a model where interlocking structures will not be generated, measured in cells."
|
||||
msgstr "Distância da ponta do bico onde 'estacionar' o filamento quando seu extrusor não estiver sendo usado."
|
||||
|
@ -4385,7 +4391,7 @@ msgstr "A altura acima das partes horizontais do modelo onde criar o molde."
|
|||
|
||||
msgctxt "build_fan_full_at_height description"
|
||||
msgid "The height at which the fans spin on regular fan speed. At the layers below the fan speed gradually increases from Initial Fan Speed to Regular Fan Speed."
|
||||
msgstr ""
|
||||
msgstr "A altura em que as ventoinhas giram na velocidade regular. Nas camadas abaixo a velocidade de ventoinha gradualmente aumenta da Velocidade Inicial de Ventoinha para a Velocidade Regular."
|
||||
|
||||
msgctxt "cool_fan_full_at_height description"
|
||||
msgid "The height at which the fans spin on regular fan speed. At the layers below the fan speed gradually increases from Initial Fan Speed to Regular Fan Speed."
|
||||
|
@ -4497,7 +4503,7 @@ msgstr "A maior largura das áreas de contorno superiores que serão removidas.
|
|||
|
||||
msgctxt "build_fan_full_layer description"
|
||||
msgid "The layer at which the build fans spin on full fan speed. This value is calculated and rounded to a whole number."
|
||||
msgstr ""
|
||||
msgstr "A camada em que as ventoinhas giram na velocidade total. Este valor é calculado e arredondado para um número inteiro."
|
||||
|
||||
msgctxt "cool_fan_full_layer description"
|
||||
msgid "The layer at which the fans spin on regular fan speed. If regular fan speed at height is set, this value is calculated and rounded to a whole number."
|
||||
|
@ -4785,7 +4791,7 @@ msgstr "O número de filetes usado para o brim de suporte. Mais filetes melhoram
|
|||
|
||||
msgctxt "build_volume_fan_nr description"
|
||||
msgid "The number of the fan that cools the build volume. If this is set to 0, it's means that there is no build volume fan"
|
||||
msgstr ""
|
||||
msgstr "O número da ventoinha que refrigera o volume de construção. Se isto for colocado em 0, significa que não há ventoinha do volume de construção."
|
||||
|
||||
msgctxt "raft_surface_layers description"
|
||||
msgid "The number of top layers on top of the 2nd raft layer. These are fully filled layers that the model sits on. 2 layers result in a smoother top surface than 1."
|
||||
|
@ -4803,17 +4809,14 @@ msgctxt "support_wall_count description"
|
|||
msgid "The number of walls with which to surround support infill. Adding a wall can make support print more reliably and can support overhangs better, but increases print time and material used."
|
||||
msgstr "O número de paredes com as quais contornar o preenchimento de suporte. Adicionar uma parede pode tornar a impressão de suporte mais confiável e apoiar seções pendentes melhor, mas aumenta tempo de impressão e material usado."
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "support_bottom_wall_count description"
|
||||
msgid "The number of walls with which to surround support interface floor. Adding a wall can make support print more reliably and can support overhangs better, but increases print time and material used."
|
||||
msgstr "O número de paredes com as quais contornar o preenchimento de suporte. Adicionar uma parede pode tornar a impressão de suporte mais confiável e apoiar seções pendentes melhor, mas aumenta tempo de impressão e material usado."
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "support_roof_wall_count description"
|
||||
msgid "The number of walls with which to surround support interface roof. Adding a wall can make support print more reliably and can support overhangs better, but increases print time and material used."
|
||||
msgstr "O número de paredes com as quais contornar o preenchimento de suporte. Adicionar uma parede pode tornar a impressão de suporte mais confiável e apoiar seções pendentes melhor, mas aumenta tempo de impressão e material usado."
|
||||
|
||||
#, fuzzy
|
||||
msgctxt "support_interface_wall_count description"
|
||||
msgid "The number of walls with which to surround support interface. Adding a wall can make support print more reliably and can support overhangs better, but increases print time and material used."
|
||||
msgstr "O número de paredes com as quais contornar o preenchimento de suporte. Adicionar uma parede pode tornar a impressão de suporte mais confiável e apoiar seções pendentes melhor, mas aumenta tempo de impressão e material usado."
|
||||
|
@ -4884,7 +4887,7 @@ msgstr "A mudança instantânea máxima de velocidade em uma direção para a ca
|
|||
|
||||
msgctxt "scarf_joint_seam_start_height_ratio description"
|
||||
msgid "The ratio of the selected layer height at which the scarf seam will begin. A lower number will result in a larger seam height. Must be lower than 100 to be effective."
|
||||
msgstr ""
|
||||
msgstr "A proporção da altura de camada selecionada em que a emenda scarf começará. Um número menor resultará em maior altura de emenda. Deve ser menor que 100 para se tornar efetivo."
|
||||
|
||||
msgctxt "machine_shape description"
|
||||
msgid "The shape of the build plate without taking unprintable areas into account."
|
||||
|
@ -5216,23 +5219,23 @@ msgstr "Este ajuste controla a distância que o extrusor deve parar de extrudar
|
|||
|
||||
msgctxt "wall_0_acceleration description"
|
||||
msgid "This is the acceleration with which to reach the top speed when printing an outer wall."
|
||||
msgstr ""
|
||||
msgstr "Esta é a aceleração com a qual se alcança a velocidade máxima ao imprimir uma parede externa."
|
||||
|
||||
msgctxt "wall_0_deceleration description"
|
||||
msgid "This is the deceleration with which to end printing an outer wall."
|
||||
msgstr ""
|
||||
msgstr "Esta é a deceleração com que terminar a impressão de uma parede externa."
|
||||
|
||||
msgctxt "wall_0_speed_split_distance description"
|
||||
msgid "This is the maximum length of an extrusion path when splitting a longer path to apply the outer wall acceleration/deceleration. A smaller distance will create a more precise but also more verbose G-Code."
|
||||
msgstr ""
|
||||
msgstr "Este é o máximo comprimento de um caminho de extrusão ao dividir um caminho maior para aplicar a aceleração ou deceleração de parede externa. Uma distância maior criará um G-code mais preciso mas também mais extenso."
|
||||
|
||||
msgctxt "wall_0_end_speed_ratio description"
|
||||
msgid "This is the ratio of the top speed to end with when printing an outer wall."
|
||||
msgstr ""
|
||||
msgstr "Esta é a proporção da velocidade máxima com que terminar a impressão de uma parede externa."
|
||||
|
||||
msgctxt "wall_0_start_speed_ratio description"
|
||||
msgid "This is the ratio of the top speed to start with when printing an outer wall."
|
||||
msgstr ""
|
||||
msgstr "Esta é a proporção da velocidade máxima com que começar a impressão de uma parede externa."
|
||||
|
||||
msgctxt "raft_base_smoothing description"
|
||||
msgid "This setting controls how much inner corners in the raft base outline are rounded. Inward corners are rounded to a semi circle with a radius equal to the value given here. This setting also removes holes in the raft outline which are smaller than such a circle."
|
||||
|
@ -5616,15 +5619,15 @@ msgstr "Paredes"
|
|||
|
||||
msgctxt "extra_infill_lines_to_support_skins option walls"
|
||||
msgid "Walls Only"
|
||||
msgstr ""
|
||||
msgstr "Paredes Somente"
|
||||
|
||||
msgctxt "extra_infill_lines_to_support_skins option walls_and_lines"
|
||||
msgid "Walls and Lines"
|
||||
msgstr ""
|
||||
msgstr "Paredes e Linhas"
|
||||
|
||||
msgctxt "wall_overhang_angle description"
|
||||
msgid "Walls that overhang more than this angle will be printed using overhanging wall settings. When the value is 90, no walls will be treated as overhanging. Overhang that gets supported by support will not be treated as overhang either. Furthermore, any line that's less than half overhanging will also not be treated as overhang."
|
||||
msgstr ""
|
||||
msgstr "Paredes com seção pendente maior que este ângulo serão impressas usando ajustes de seções pendentes de perede. Quando este valor for 90, nenhuma parede será tratada como seção pendente. Seções pendentes apoiadas por suporte não serão tratadas como pendentes também. Além disso, qualquer filete que for menos da metade pendente também não será tratado como pendente."
|
||||
|
||||
msgctxt "meshfix_fluid_motion_enabled description"
|
||||
msgid "When enabled tool paths are corrected for printers with smooth motion planners. Small movements that deviate from the general tool path direction are smoothed to improve fluid motions."
|
||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-10-09 14:27+0200\n"
|
||||
"POT-Creation-Date: 2024-03-13 09:02+0100\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"
|
||||
|
@ -12,7 +12,6 @@ msgstr ""
|
|||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
|
||||
#, python-format
|
||||
msgctxt "@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm."
|
||||
msgid "%(width).1f x %(depth).1f x %(height).1f mm"
|
||||
msgstr "%(width).1f x %(depth).1f x %(height).1f mm"
|
||||
|
@ -142,11 +141,10 @@ msgid "*You will need to restart the application for these changes to have effec
|
|||
msgstr "*Terá de reiniciar a aplicação para ativar estas alterações."
|
||||
|
||||
msgctxt "@text"
|
||||
msgid ""
|
||||
"- Add material profiles and plug-ins from the Marketplace\n"
|
||||
"- Back-up and sync your material profiles and plug-ins\n"
|
||||
"- Share ideas and get help from 48,000+ users in the UltiMaker community"
|
||||
msgstr "- Adicione definições de materiais e plug-ins do Marketplace- Efetue uma cópia de segurança e sincronize as definições de materiais e plug-ins- Partilhe ideias e obtenha ajuda dos mais de 48.000 utilizadores da Comunidade Ultimaker"
|
||||
msgid "- Add material profiles and plug-ins from the Marketplace\n- Back-up and sync your material profiles and plug-ins\n- Share ideas and get help from 48,000+ users in the UltiMaker community"
|
||||
msgstr "- Adicione definições de materiais e plug-ins do Marketplace"
|
||||
"- Efetue uma cópia de segurança e sincronize as definições de materiais e plug-ins"
|
||||
"- Partilhe ideias e obtenha ajuda dos mais de 48.000 utilizadores da Comunidade Ultimaker"
|
||||
|
||||
msgctxt "@heading"
|
||||
msgid "-- incomplete --"
|
||||
|
@ -200,45 +198,38 @@ msgctxt "@label %i will be replaced with a profile name"
|
|||
msgid "<b>Only user changed settings will be saved in the custom profile.</b><br/>For materials that support it, the new custom profile will inherit properties from <b>%1</b>."
|
||||
msgstr "<b>Só as definições alteradas pelo utilizador é que serão guardadas no perfil personalizado.</b><br/>Para materiais que oferecem suporte, o novo perfil personalizado herdará propriedades de <b>%1</b>."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label OpenGL renderer"
|
||||
msgid "<li>OpenGL Renderer: {renderer}</li>"
|
||||
msgstr "<li>Processador do OpenGL: {renderer}</li>"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label OpenGL vendor"
|
||||
msgid "<li>OpenGL Vendor: {vendor}</li>"
|
||||
msgstr "<li>Vendedor do OpenGL: {vendor}</li>"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label OpenGL version"
|
||||
msgid "<li>OpenGL Version: {version}</li>"
|
||||
msgstr "<li>Versão do OpenGL: {version}</li>"
|
||||
|
||||
msgctxt "@label crash message"
|
||||
msgid ""
|
||||
"<p><b>A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem</p></b>\n"
|
||||
" <p>Please use the \"Send report\" button to post a bug report automatically to our servers</p>\n"
|
||||
msgid "<p><b>A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem</p></b>\n <p>Please use the \"Send report\" button to post a bug report automatically to our servers</p>\n "
|
||||
msgstr "<p><b>Ocorreu um erro fatal no Cura. Por favor envie-nos este Relatório de Falhas para podermos resolver o problema</p></b>"
|
||||
" <p>Por favor utilize o botão "Enviar relatório" para publicar um relatório de erros automaticamente nos nossos servidores</p>"
|
||||
" "
|
||||
msgstr "<p><b>Ocorreu um erro fatal no Cura. Por favor envie-nos este Relatório de Falhas para podermos resolver o problema</p></b> <p>Por favor utilize o botão "Enviar relatório" para publicar um relatório de erros automaticamente nos nossos servidores</p> "
|
||||
|
||||
msgctxt "@label crash message"
|
||||
msgid ""
|
||||
"<p><b>Oops, UltiMaker Cura has encountered something that doesn't seem right.</p></b>\n"
|
||||
" <p>We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.</p>\n"
|
||||
" <p>Backups can be found in the configuration folder.</p>\n"
|
||||
" <p>Please send us this Crash Report to fix the problem.</p>\n"
|
||||
msgid "<p><b>Oops, UltiMaker Cura has encountered something that doesn't seem right.</p></b>\n <p>We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.</p>\n <p>Backups can be found in the configuration folder.</p>\n <p>Please send us this Crash Report to fix the problem.</p>\n "
|
||||
msgstr "<p><b>Ups, o UltiMaker Cura encontrou um possível problema.</p></b>"
|
||||
" <p>Foi encontrado um erro irrecuperável durante o arranque da aplicação. Este pode ter sido causado por alguns ficheiros de configuração incorrectos. Sugerimos que faça um backup e reponha a sua configuração.</p>"
|
||||
" <p>Os backups estão localizados na pasta de configuração.</p>"
|
||||
" <p>Por favor envie-nos este Relatório de Falhas para podermos resolver o problema.</p>"
|
||||
" "
|
||||
msgstr "<p><b>Ups, o UltiMaker Cura encontrou um possível problema.</p></b> <p>Foi encontrado um erro irrecuperável durante o arranque da aplicação. Este pode ter sido causado por alguns ficheiros de configuração incorrectos. Sugerimos que faça um backup e reponha a sua configuração.</p> <p>Os backups estão localizados na pasta de configuração.</p> <p>Por favor envie-nos este Relatório de Falhas para podermos resolver o problema.</p> "
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid ""
|
||||
"<p>One or more 3D models may not print optimally due to the model size and material configuration:</p>\n"
|
||||
"<p>{model_names}</p>\n"
|
||||
"<p>Find out how to ensure the best possible print quality and reliability.</p>\n"
|
||||
"<p><a href=\"https://ultimaker.com/3D-model-assistant\">View print quality guide</a></p>"
|
||||
msgstr "<p>Um, ou mais, dos modelos 3D podem ter menos qualidade de impressão devido à dimensão do modelo 3D e definição de material:</p><p>{model_names}</p><p>Descubra como assegurar a melhor qualidade e fiabilidade possível da impressão.</p><p><a href=\"https://ultimaker.com/3D-model-assistant\">Ver o guia de qualidade da impressão</a></p>"
|
||||
msgid "<p>One or more 3D models may not print optimally due to the model size and material configuration:</p>\n<p>{model_names}</p>\n<p>Find out how to ensure the best possible print quality and reliability.</p>\n<p><a href=\"https://ultimaker.com/3D-model-assistant\">View print quality guide</a></p>"
|
||||
msgstr "<p>Um, ou mais, dos modelos 3D podem ter menos qualidade de impressão devido à dimensão do modelo 3D e definição de material:</p>"
|
||||
"<p>{model_names}</p>"
|
||||
"<p>Descubra como assegurar a melhor qualidade e fiabilidade possível da impressão.</p>"
|
||||
"<p><a href=\"https://ultimaker.com/3D-model-assistant\">Ver o guia de qualidade da impressão</a></p>"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "A USB print is in progress, closing Cura will stop this print. Are you sure?"
|
||||
|
@ -398,7 +389,6 @@ msgctxt "@button"
|
|||
msgid "Add printer manually"
|
||||
msgstr "Adicionar impressora manualmente"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "info:status Filled in with printer name and printer model."
|
||||
msgid "Adding printer {name} ({model}) from your account"
|
||||
msgstr "Adicionar impressora {name} ({model}) a partir da sua conta"
|
||||
|
@ -439,7 +429,6 @@ msgctxt "@item:inlistbox"
|
|||
msgid "All Files (*)"
|
||||
msgstr "Todos os Ficheiros (*)"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@item:inlistbox"
|
||||
msgid "All Supported Types ({0})"
|
||||
msgstr "Todos os Formatos Suportados ({0})"
|
||||
|
@ -532,7 +521,6 @@ msgctxt "@label %1 is the name of a print job."
|
|||
msgid "Are you sure you want to move %1 to the top of the queue?"
|
||||
msgstr "Tem a certeza de que pretende mover %1 para o topo da fila?"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@message {printer_name} is replaced with the name of the printer"
|
||||
msgid "Are you sure you want to remove {printer_name} temporarily?"
|
||||
msgstr "Tem a certeza de que pretende remover a impressora {printer_name} temporariamente?"
|
||||
|
@ -545,7 +533,6 @@ msgctxt "@label (%1 is object name)"
|
|||
msgid "Are you sure you wish to remove %1? This cannot be undone!"
|
||||
msgstr "Tem a certeza de que deseja remover o perfil %1? Não é possível desfazer esta ação!"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label {0} is the name of a printer that's about to be deleted."
|
||||
msgid "Are you sure you wish to remove {0}? This cannot be undone!"
|
||||
msgstr "Tem a certeza de que pretende remover {0}? Esta ação não pode ser anulada!"
|
||||
|
@ -710,12 +697,10 @@ msgctxt "@label"
|
|||
msgid "Can't connect to your UltiMaker printer?"
|
||||
msgstr "Não se consegue ligar a uma impressora UltiMaker?"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename>!"
|
||||
msgid "Can't import profile from <filename>{0}</filename> before a printer is added."
|
||||
msgstr "Não é possível importar o perfil de <filename>{0}</filename> antes de ser adicionada uma impressora."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Can't open any other file if G-code is loading. Skipped importing {0}"
|
||||
msgstr "Não é possível abrir outro ficheiro enquanto o G-code estiver a carregar. Importação {0} ignorada"
|
||||
|
@ -797,13 +782,9 @@ msgid "Checks models and print configuration for possible printing issues and gi
|
|||
msgstr "Verifica potenciais problemas de impressão nos modelos e definições de impressão, e oferece sugestões."
|
||||
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"Chooses between the techniques available to generate support. \n"
|
||||
"\n"
|
||||
"\"Normal\" support creates a support structure directly below the overhanging parts and drops those areas straight down. \n"
|
||||
"\n"
|
||||
"\"Tree\" support creates branches towards the overhanging areas that support the model on the tips of those branches, and allows the branches to crawl around the model to support it from the build plate as much as possible."
|
||||
msgstr "Escolha entre os tipos de estrutura de suportes disponíveis. ⏎⏎ O tipo \"Normal\" cria uma estrutura de suporte diretamente por baixo das saliências e extrude estas áreas para baixo. A estrutura tipo \"Árvore\" cria ramos em direção às saliências, de forma a que estas sejam suportadas pelas pontas dos ramos, que crescem a partir da base de construção mesmo se for necessário andar em redor do modelos."
|
||||
msgid "Chooses between the techniques available to generate support. \n\n\"Normal\" support creates a support structure directly below the overhanging parts and drops those areas straight down. \n\n\"Tree\" support creates branches towards the overhanging areas that support the model on the tips of those branches, and allows the branches to crawl around the model to support it from the build plate as much as possible."
|
||||
msgstr "Escolha entre os tipos de estrutura de suportes disponíveis. ⏎⏎ O tipo \"Normal\" cria uma estrutura de suporte diretamente por baixo das saliências e extrude estas áreas para baixo. "
|
||||
"A estrutura tipo \"Árvore\" cria ramos em direção às saliências, de forma a que estas sejam suportadas pelas pontas dos ramos, que crescem a partir da base de construção mesmo se for necessário andar em redor do modelos."
|
||||
|
||||
msgctxt "@action:inmenu menubar:edit"
|
||||
msgid "Clear Build Plate"
|
||||
|
@ -841,10 +822,6 @@ msgctxt "@label"
|
|||
msgid "Color scheme"
|
||||
msgstr "Esquema de cores"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Combination not recommended. Load BB core to slot 1 (left) for better reliability."
|
||||
msgstr "A combinação não é recomendada. Carregue o núcleo BB na ranhura 1 (esquerda) para uma maior fiabilidade."
|
||||
|
||||
msgctxt "@info"
|
||||
msgid "Compare and save."
|
||||
msgstr "Compare e guarde."
|
||||
|
@ -1009,7 +986,6 @@ msgctxt "@info:backup_failed"
|
|||
msgid "Could not create archive from user data directory: {}"
|
||||
msgstr "Não é possível criar um arquivo a partir do directório de dados do utilizador: {}"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the tag {device}!"
|
||||
msgid "Could not find a file name when trying to write to {device}."
|
||||
msgstr "Não foi possível encontrar um nome do ficheiro ao tentar gravar em {device}."
|
||||
|
@ -1038,12 +1014,10 @@ msgctxt "@message:text"
|
|||
msgid "Could not save material archive to {}:"
|
||||
msgstr "Não foi possível guardar o arquivo de material em {}:"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename> or <message>!"
|
||||
msgid "Could not save to <filename>{0}</filename>: <message>{1}</message>"
|
||||
msgstr "Não foi possível guardar em <filename>{0}</filename>: <message>{1}</message>"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Could not save to removable drive {0}: {1}"
|
||||
msgstr "Não foi possível guardar no Disco Externo {0}: {1}"
|
||||
|
@ -1052,26 +1026,20 @@ msgctxt "@info:text"
|
|||
msgid "Could not upload the data to the printer."
|
||||
msgstr "Não foi possível carregar os dados para a impressora."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:plugin_failed"
|
||||
msgid ""
|
||||
"Couldn't start EnginePlugin: {self._plugin_id}\n"
|
||||
"No permission to execute process."
|
||||
msgstr "Não foi possível iniciar o EnginePlugin: {self._plugin_id}Sem permissão para executar o processo."
|
||||
msgid "Couldn't start EnginePlugin: {self._plugin_id}\nNo permission to execute process."
|
||||
msgstr "Não foi possível iniciar o EnginePlugin: {self._plugin_id}"
|
||||
"Sem permissão para executar o processo."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:plugin_failed"
|
||||
msgid ""
|
||||
"Couldn't start EnginePlugin: {self._plugin_id}\n"
|
||||
"Operating system is blocking it (antivirus?)"
|
||||
msgstr "Não foi possível iniciar o EnginePlugin: {self._plugin_id}O sistema operativo está a bloquear (antivírus)?"
|
||||
msgid "Couldn't start EnginePlugin: {self._plugin_id}\nOperating system is blocking it (antivirus?)"
|
||||
msgstr "Não foi possível iniciar o EnginePlugin: {self._plugin_id}"
|
||||
"O sistema operativo está a bloquear (antivírus)?"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:plugin_failed"
|
||||
msgid ""
|
||||
"Couldn't start EnginePlugin: {self._plugin_id}\n"
|
||||
"Resource is temporarily unavailable"
|
||||
msgstr "Não foi possível iniciar o EnginePlugin: {self._plugin_id}O recurso está temporariamente indisponível"
|
||||
msgid "Couldn't start EnginePlugin: {self._plugin_id}\nResource is temporarily unavailable"
|
||||
msgstr "Não foi possível iniciar o EnginePlugin: {self._plugin_id}"
|
||||
"O recurso está temporariamente indisponível"
|
||||
|
||||
msgctxt "@title:window"
|
||||
msgid "Crash Report"
|
||||
|
@ -1157,16 +1125,14 @@ msgctxt "@title:window"
|
|||
msgid "Cura can't start"
|
||||
msgstr "Não é possível iniciar o Cura"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Cura has detected material profiles that were not yet installed on the host printer of group {0}."
|
||||
msgstr "O Cura detetou perfis de material que ainda não estavam instalados na impressora que aloja o grupo {0}."
|
||||
|
||||
msgctxt "@info:credit"
|
||||
msgid ""
|
||||
"Cura is developed by UltiMaker in cooperation with the community.\n"
|
||||
"Cura proudly uses the following open source projects:"
|
||||
msgstr "O Cura foi desenvolvido pela UltiMaker B.V. em colaboração com a comunidade.O Cura tem o prazer de utilizar os seguintes projetos open source:"
|
||||
msgid "Cura is developed by UltiMaker in cooperation with the community.\nCura proudly uses the following open source projects:"
|
||||
msgstr "O Cura foi desenvolvido pela UltiMaker B.V. em colaboração com a comunidade."
|
||||
"O Cura tem o prazer de utilizar os seguintes projetos open source:"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Cura language"
|
||||
|
@ -1180,6 +1146,14 @@ msgctxt "name"
|
|||
msgid "CuraEngine Backend"
|
||||
msgstr "Back-end do CuraEngine"
|
||||
|
||||
msgctxt "description"
|
||||
msgid "CuraEngine plugin for gradually smoothing the flow to limit high-flow jumps"
|
||||
msgstr "Plug-in CuraEngine para suavizar gradualmente o fluxo para limitar saltos por fluxo elevado"
|
||||
|
||||
msgctxt "name"
|
||||
msgid "CuraEngineGradualFlow"
|
||||
msgstr "CuraEngineGradualFlow"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Currency:"
|
||||
msgstr "Moeda:"
|
||||
|
@ -1436,12 +1410,10 @@ msgctxt "@action:button"
|
|||
msgid "Eject"
|
||||
msgstr "Ejetar"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@action"
|
||||
msgid "Eject removable device {0}"
|
||||
msgstr "Ejetar Disco Externo {0}"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Ejected {0}. You can now safely remove the drive."
|
||||
msgstr "{0} foi ejetado. O Disco já pode ser removido de forma segura."
|
||||
|
@ -1530,10 +1502,6 @@ msgctxt "@title:window"
|
|||
msgid "Export Material"
|
||||
msgstr "Exportar Material"
|
||||
|
||||
msgctxt "@action:inmenu menubar:help"
|
||||
msgid "Export Package For Technical Support"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "@title:window"
|
||||
msgid "Export Profile"
|
||||
msgstr "Exportar Perfil"
|
||||
|
@ -1554,7 +1522,6 @@ msgctxt "@info:title"
|
|||
msgid "Export succeeded"
|
||||
msgstr "Exportação bem-sucedida"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tag <filename>!"
|
||||
msgid "Exported profile to <filename>{0}</filename>"
|
||||
msgstr "Perfil exportado para <filename>{0}</filename>"
|
||||
|
@ -1591,7 +1558,6 @@ msgctxt "@label"
|
|||
msgid "Extruder Start G-code duration"
|
||||
msgstr "Duração do código G inicial da extrusora"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label"
|
||||
msgid "Extruder {0}"
|
||||
msgstr "{0} da Extrusora"
|
||||
|
@ -1616,7 +1582,6 @@ msgctxt "@text:error"
|
|||
msgid "Failed to create archive of materials to sync with printers."
|
||||
msgstr "Não foi possível criar o ficheiro de materiais para sincronizar com as impressoras."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Failed to eject {0}. Another program may be using the drive."
|
||||
msgstr "Não foi possível ejectar {0}. Outro programa pode estar a usar o disco."
|
||||
|
@ -1625,27 +1590,22 @@ msgctxt "@info:status Don't translate the XML tags <filename> and <message>!"
|
|||
msgid "Failed to export material to <filename>%1</filename>: <message>%2</message>"
|
||||
msgstr "Falha ao exportar material para <filename>%1</filename>: <message>%2</message>"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename> or <message>!"
|
||||
msgid "Failed to export profile to <filename>{0}</filename>: <message>{1}</message>"
|
||||
msgstr "Falha ao exportar perfil para <filename>{0}</filename>: <message>{1}</message>"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tag <filename>!"
|
||||
msgid "Failed to export profile to <filename>{0}</filename>: Writer plugin reported failure."
|
||||
msgstr "Falha ao exportar perfil para <filename>{0}</filename>: O plug-in de gravação comunicou uma falha."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tag <filename>!"
|
||||
msgid "Failed to import profile from <filename>{0}</filename>:"
|
||||
msgstr "Falha ao importar perfil de <filename>{0}</filename>:"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename>!"
|
||||
msgid "Failed to import profile from <filename>{0}</filename>:"
|
||||
msgstr "Falha ao importar perfil de <filename>{0}</filename>:"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename>!"
|
||||
msgid "Failed to import profile from <filename>{0}</filename>: {1}"
|
||||
msgstr "Falha ao importar perfil de <filename>{0}</filename>: {1}"
|
||||
|
@ -1662,7 +1622,6 @@ msgctxt "@message:title"
|
|||
msgid "Failed to save material archive"
|
||||
msgstr "Erro ao guardar o arquivo de material"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Failed writing to specific cloud printer: {0} not in remote clusters."
|
||||
msgstr "Não foi possível escrever à impressora de nuvem específica: {0} não se encontra em conjuntos remotos."
|
||||
|
@ -1691,7 +1650,6 @@ msgctxt "@info:title"
|
|||
msgid "File Saved"
|
||||
msgstr "Ficheiro Guardado"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "File {0} does not contain any valid profile."
|
||||
msgstr "O ficheiro {0} não contém qualquer perfil válido."
|
||||
|
@ -1915,7 +1873,6 @@ msgctxt "@label"
|
|||
msgid "Grid Placement"
|
||||
msgstr "Posicionamento da grelha"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label"
|
||||
msgid "Group #{group_nr}"
|
||||
msgstr "Grupo #{group_nr}"
|
||||
|
@ -2400,10 +2357,6 @@ msgctxt "name"
|
|||
msgid "Makerbot Printfile Writer"
|
||||
msgstr "Escritor de Arquivo de Impressão Makerbot"
|
||||
|
||||
msgctxt "@item:inlistbox"
|
||||
msgid "Makerbot Sketch Printfile"
|
||||
msgstr "Ficheiro Para Impressão Makerbot Sketch"
|
||||
|
||||
msgctxt "@error"
|
||||
msgid "MakerbotWriter could not save to the designated path."
|
||||
msgstr "MakerbotWriter não pôde salvar no caminho designado."
|
||||
|
@ -2646,7 +2599,6 @@ msgctxt "@info:title"
|
|||
msgid "Network error"
|
||||
msgstr "Erro de rede"
|
||||
|
||||
#, python-format
|
||||
msgctxt "@info:title The %s gets replaced with the printer name."
|
||||
msgid "New %s stable firmware available"
|
||||
msgstr "A nova versão de firmware %s estável está disponível"
|
||||
|
@ -2659,7 +2611,6 @@ msgctxt "@label"
|
|||
msgid "New UltiMaker printers can be connected to Digital Factory and monitored remotely."
|
||||
msgstr "As novas impressoras UltiMaker podem ser conectadas à Digital Factory e monitoradas remotamente."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info Don't translate {machine_name}, since it gets replaced by a printer name!"
|
||||
msgid "New features or bug-fixes may be available for your {machine_name}! If you haven't done so already, it is recommended to update the firmware on your printer to version {latest_version}."
|
||||
msgstr "Poderão estar disponíveis novas funcionalidades ou correções de erros para a sua {machine_name}! Se ainda não tiver a versão mais recente, recomendamos que atualize o firmware da sua impressora para a versão {latest_version}."
|
||||
|
@ -2706,7 +2657,6 @@ msgctxt "@label"
|
|||
msgid "No cost estimation available"
|
||||
msgstr "Nenhuma estimativa de custos disponível"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename>!"
|
||||
msgid "No custom profile to import in file <filename>{0}</filename>"
|
||||
msgstr "Nenhum perfil personalizado para importar no ficheiro <filename>{0}</filename>"
|
||||
|
@ -2807,6 +2757,10 @@ msgctxt "@label"
|
|||
msgid "Nozzle offset Y"
|
||||
msgstr "Desvio Y do Nozzle"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Nozzle Size"
|
||||
msgstr "Tamanho do nozzle"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Nozzle size"
|
||||
msgstr "Tamanho do nozzle"
|
||||
|
@ -2843,7 +2797,6 @@ msgctxt "@label"
|
|||
msgid "Only Show Top Layers"
|
||||
msgstr "Só Camadas Superiores"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Only one G-code file can be loaded at a time. Skipped importing {0}"
|
||||
msgstr "Apenas pode ser carregado um ficheiro G-code de cada vez. Importação {0} ignorada"
|
||||
|
@ -3057,12 +3010,11 @@ msgid "Please give the required permissions when authorizing this application."
|
|||
msgstr "Forneça as permissões necessárias ao autorizar esta aplicação."
|
||||
|
||||
msgctxt "@info"
|
||||
msgid ""
|
||||
"Please make sure your printer has a connection:\n"
|
||||
"- Check if the printer is turned on.\n"
|
||||
"- Check if the printer is connected to the network.\n"
|
||||
"- Check if you are signed in to discover cloud-connected printers."
|
||||
msgstr "Certifique-se de que é possível estabelecer ligação com a impressora:- Verifique se a impressora está ligada.- Verifique se a impressora está ligada à rede.- Verifique se tem sessão iniciada para encontrar impressoras ligadas através da cloud."
|
||||
msgid "Please make sure your printer has a connection:\n- Check if the printer is turned on.\n- Check if the printer is connected to the network.\n- Check if you are signed in to discover cloud-connected printers."
|
||||
msgstr "Certifique-se de que é possível estabelecer ligação com a impressora:"
|
||||
"- Verifique se a impressora está ligada."
|
||||
"- Verifique se a impressora está ligada à rede."
|
||||
"- Verifique se tem sessão iniciada para encontrar impressoras ligadas através da cloud."
|
||||
|
||||
msgctxt "@text"
|
||||
msgid "Please name your printer"
|
||||
|
@ -3089,12 +3041,11 @@ msgid "Please remove the print"
|
|||
msgstr "Remova a impressão"
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid ""
|
||||
"Please review settings and check if your models:\n"
|
||||
"- Fit within the build volume\n"
|
||||
"- Are assigned to an enabled extruder\n"
|
||||
"- Are not all set as modifier meshes"
|
||||
msgstr "Reveja as definições e verifique se os seus modelos:- Cabem dentro do volume de construção- Estão atribuídos a uma extrusora ativada- Não estão todos definidos como objetos modificadores"
|
||||
msgid "Please review settings and check if your models:\n- Fit within the build volume\n- Are assigned to an enabled extruder\n- Are not all set as modifier meshes"
|
||||
msgstr "Reveja as definições e verifique se os seus modelos:"
|
||||
"- Cabem dentro do volume de construção"
|
||||
"- Estão atribuídos a uma extrusora ativada"
|
||||
"- Não estão todos definidos como objetos modificadores"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Please select any upgrades made to this UltiMaker Original"
|
||||
|
@ -3396,7 +3347,6 @@ msgctxt "@title:column"
|
|||
msgid "Profile settings"
|
||||
msgstr "Definições do perfil"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Profile {0} has an unknown file type or is corrupted."
|
||||
msgstr "O perfil {0} é de um formato de ficheiro desconhecido ou está corrompido."
|
||||
|
@ -3421,22 +3371,18 @@ msgctxt "@label Description for application dependency"
|
|||
msgid "Programming language"
|
||||
msgstr "Linguagem de programação"
|
||||
|
||||
#, 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 "O ficheiro de projeto <filename>{0}</filename> contém um tipo de máquina desconhecido <message>{1}</message>. Não é possível importar a máquina. Em vez disso, serão importados os modelos."
|
||||
|
||||
#, 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 "O ficheiro de projeto <filename>{0}</filename> está corrompido: <message>{1}</message>."
|
||||
|
||||
#, 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."
|
||||
msgstr "O ficheiro de projeto <filename>{0}</filename> foi criado utilizando perfis que são desconhecidos para esta versão do UltiMaker Cura."
|
||||
|
||||
#, 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 "O projeto de ficheiro <filename>{0}</filename> ficou subitamente inacessível: <message>{1}</message>."
|
||||
|
@ -3565,7 +3511,6 @@ msgctxt "@label"
|
|||
msgid "Qt version"
|
||||
msgstr "Versão Qt"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Quality type '{0}' is not compatible with the current active machine definition '{1}'."
|
||||
msgstr "O tipo de qualidade '{0}' não é compatível com a definição de máquina atualmente ativa '{1}'."
|
||||
|
@ -3806,12 +3751,10 @@ msgctxt "@action:button Preceded by 'Ready to'."
|
|||
msgid "Save to Removable Drive"
|
||||
msgstr "Guardar no Disco Externo"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@item:inlistbox"
|
||||
msgid "Save to Removable Drive {0}"
|
||||
msgstr "Guardar no Disco Externo {0}"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Saved to Removable Drive {0} as {1}"
|
||||
msgstr "Guardado no Disco Externo {0} como {1}"
|
||||
|
@ -3820,7 +3763,6 @@ msgctxt "@info:title"
|
|||
msgid "Saving"
|
||||
msgstr "A Guardar"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:progress Don't translate the XML tags <filename>!"
|
||||
msgid "Saving to Removable Drive <filename>{0}</filename>"
|
||||
msgstr "A Guardar no Disco Externo <filename>{0}</filename>"
|
||||
|
@ -3837,10 +3779,6 @@ msgctxt "@placeholder"
|
|||
msgid "Search"
|
||||
msgstr "Pesquisar"
|
||||
|
||||
msgctxt "@label:textbox"
|
||||
msgid "Search Printer"
|
||||
msgstr "Procurar impressora"
|
||||
|
||||
msgctxt "@info"
|
||||
msgid "Search in the browser"
|
||||
msgstr "Pesquisar no browser"
|
||||
|
@ -4073,6 +4011,10 @@ msgctxt "@action:inmenu menubar:help"
|
|||
msgid "Show Online &Documentation"
|
||||
msgstr "Mostrar &documentação online"
|
||||
|
||||
msgctxt "@action:inmenu"
|
||||
msgid "Show Online Troubleshooting"
|
||||
msgstr "Ver online o guia de resolução de problemas"
|
||||
|
||||
msgctxt "@label:checkbox"
|
||||
msgid "Show all"
|
||||
msgstr "Mostrar tudo"
|
||||
|
@ -4198,11 +4140,9 @@ msgid "Solid view"
|
|||
msgstr "Vista Sólidos"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"Some hidden settings use values different from their normal calculated value.\n"
|
||||
"\n"
|
||||
"Click to make these settings visible."
|
||||
msgstr "Algumas das definições invisíveis têm valores diferentes dos valores normais calculados automaticamente.Clique para tornar estas definições visíveis."
|
||||
msgid "Some hidden settings use values different from their normal calculated value.\n\nClick to make these settings visible."
|
||||
msgstr "Algumas das definições invisíveis têm valores diferentes dos valores normais calculados automaticamente."
|
||||
"Clique para tornar estas definições visíveis."
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid "Some of the packages used in the project file are currently not installed in Cura, this might produce undesirable print results. We highly recommend installing the all required packages from the Marketplace."
|
||||
|
@ -4217,11 +4157,9 @@ msgid "Some setting-values defined in <b>%1</b> were overridden."
|
|||
msgstr "Alguns valores de definição definidos em <b>%1</b> foram substituídos."
|
||||
|
||||
msgctxt "@tooltip"
|
||||
msgid ""
|
||||
"Some setting/override values are different from the values stored in the profile.\n"
|
||||
"\n"
|
||||
"Click to open the profile manager."
|
||||
msgstr "Alguns valores de definição/substituição são diferentes dos valores armazenados no perfil.Clique para abrir o gestor de perfis."
|
||||
msgid "Some setting/override values are different from the values stored in the profile.\n\nClick to open the profile manager."
|
||||
msgstr "Alguns valores de definição/substituição são diferentes dos valores armazenados no perfil."
|
||||
"Clique para abrir o gestor de perfis."
|
||||
|
||||
msgctxt "@action:label"
|
||||
msgid "Some settings from current profile were overwritten."
|
||||
|
@ -4303,7 +4241,6 @@ msgctxt "@info:status Don't translate the XML tag <filename>!"
|
|||
msgid "Successfully imported material <filename>%1</filename>"
|
||||
msgstr "Material <filename>%1</filename> importado com êxito"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Successfully imported profile {0}."
|
||||
msgstr "Perfil {0} importado com êxito."
|
||||
|
@ -4510,7 +4447,6 @@ msgctxt "@label"
|
|||
msgid "The extruder train to use for printing the support. This is used in multi-extrusion."
|
||||
msgstr "O extrusor a utilizar para imprimir os suportes. Definição usada com múltiplos extrusores."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label Don't translate the XML tag <filename>!"
|
||||
msgid "The file <filename>{0}</filename> already exists. Are you sure you want to overwrite it?"
|
||||
msgstr "O ficheiro <filename>{0}</filename> já existe. Tem a certeza de que deseja substituí-lo?"
|
||||
|
@ -4574,15 +4510,10 @@ msgid "The nozzle inserted in this extruder."
|
|||
msgstr "O nozzle inserido neste extrusor."
|
||||
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"The pattern of the infill material of the print:\n"
|
||||
"\n"
|
||||
"For quick prints of non functional model choose line, zig zag or lightning infill.\n"
|
||||
"\n"
|
||||
"For functional part not subjected to a lot of stress we recommend grid or triangle or tri hexagon.\n"
|
||||
"\n"
|
||||
"For functional 3D prints which require high strength in multiple directions use cubic, cubic subdivision, quarter cubic, octet, and gyroid."
|
||||
msgstr "O padrão do material de enchimento da impressão:Para impressões rápidas de modelo não funcional, escolha linha, ziguezague ou enchimento de iluminação.Para uma parte funcional não sujeita a muito stress recomendamos grelha ou triângulo ou tri hexágono.Para impressões 3D funcionais que exigem alta tensão em múltiplas direções, use a subdivisão cúbica, cúbica, quarto cúbica, octeto e tireoide."
|
||||
msgid "The pattern of the infill material of the print:\n\nFor quick prints of non functional model choose line, zig zag or lightning infill.\n\nFor functional part not subjected to a lot of stress we recommend grid or triangle or tri hexagon.\n\nFor functional 3D prints which require high strength in multiple directions use cubic, cubic subdivision, quarter cubic, octet, and gyroid."
|
||||
msgstr "O padrão do material de enchimento da impressão:"
|
||||
"Para impressões rápidas de modelo não funcional, escolha linha, ziguezague ou enchimento de iluminação.Para uma parte funcional não sujeita a muito stress recomendamos grelha ou triângulo ou tri hexágono."
|
||||
"Para impressões 3D funcionais que exigem alta tensão em múltiplas direções, use a subdivisão cúbica, cúbica, quarto cúbica, octeto e tireoide."
|
||||
|
||||
msgctxt "@info:tooltip"
|
||||
msgid "The percentage of light penetrating a print with a thickness of 1 millimeter. Lowering this value increases the contrast in dark regions and decreases the contrast in light regions of the image."
|
||||
|
@ -4701,8 +4632,8 @@ msgid "This configuration is not available because %1 is not recognized. Please
|
|||
msgstr "Esta configuração não está disponível porque não foi possível reconhecer %1. Visite %2 para transferir o perfil de material correto."
|
||||
|
||||
msgctxt "@text:window"
|
||||
msgid "This is a Cura Universal project file. Would you like to open it as a Cura Universal Project or import the models from it?"
|
||||
msgstr "Este é um ficheiro de projeto Cura Universal. Gostaria de o abrir como um projeto Cura Universal ou fazer a importação dos seus modelos?"
|
||||
msgid "This is a Cura Universal project file. Would you like to open it as a Cura project or Cura Universal Project or import the models from it?"
|
||||
msgstr "Este é um ficheiro de projeto Cura Universal. Gostaria de o abrir como um projeto Cura ou um projeto Universal ou importar os modelos do mesmo?"
|
||||
|
||||
msgctxt "@text:window"
|
||||
msgid "This is a Cura project file. Would you like to open it as a project or import the models from it?"
|
||||
|
@ -4738,7 +4669,6 @@ msgctxt "@label"
|
|||
msgid "This printer is the host for a group of %1 printers."
|
||||
msgstr "Esta impressora aloja um grupo de %1 impressoras."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename>!"
|
||||
msgid "This profile <filename>{0}</filename> contains incorrect data, could not import it."
|
||||
msgstr "O perfil <filename>{0}</filename> contém dados incorretos, não foi possível importá-lo."
|
||||
|
@ -4752,11 +4682,9 @@ msgid "This project contains materials or plugins that are currently not install
|
|||
msgstr "O projeto contém materiais ou plug-ins que não estão atualmente instalados no Cura.<br/>Instale os pacotes em falta e abra novamente o projeto."
|
||||
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"This setting has a value that is different from the profile.\n"
|
||||
"\n"
|
||||
"Click to restore the value of the profile."
|
||||
msgstr "Esta definição tem um valor que é diferente do perfil.Clique para restaurar o valor do perfil."
|
||||
msgid "This setting has a value that is different from the profile.\n\nClick to restore the value of the profile."
|
||||
msgstr "Esta definição tem um valor que é diferente do perfil."
|
||||
"Clique para restaurar o valor do perfil."
|
||||
|
||||
msgctxt "@item:tooltip"
|
||||
msgid "This setting has been hidden by the active machine and will not be visible."
|
||||
|
@ -4773,11 +4701,9 @@ msgid "This setting is always shared between all extruders. Changing it here wil
|
|||
msgstr "Esta definição é sempre partilhada entre todos os extrusores. Ao alterá-la aqui, o valor será alterado em todos os extrusores."
|
||||
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"This setting is normally calculated, but it currently has an absolute value set.\n"
|
||||
"\n"
|
||||
"Click to restore the calculated value."
|
||||
msgstr "Normalmente, o valor desta definição é calculado, mas atualmente tem definido um valor diferente.Clique para restaurar o valor calculado."
|
||||
msgid "This setting is normally calculated, but it currently has an absolute value set.\n\nClick to restore the calculated value."
|
||||
msgstr "Normalmente, o valor desta definição é calculado, mas atualmente tem definido um valor diferente."
|
||||
"Clique para restaurar o valor calculado."
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "This setting is not used because all the settings that it influences are overridden."
|
||||
|
@ -4811,7 +4737,6 @@ msgctxt "@text"
|
|||
msgid "To automatically sync the material profiles with all your printers connected to Digital Factory you need to be signed in in Cura."
|
||||
msgstr "Para sincronizar automaticamente os perfis de materiais com todas as impressoras ligadas à Digital Factory, tem de ter uma sessão iniciada no Cura."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "info:status"
|
||||
msgid "To establish a connection, please visit the {website_link}"
|
||||
msgstr "Para estabelecer uma ligação, visite {website_link}"
|
||||
|
@ -4824,7 +4749,6 @@ msgctxt "@label"
|
|||
msgid "To print directly to your printer over the network, please make sure your printer is connected to the network using a network cable or by connecting your printer to your WIFI network. If you don't connect Cura with your printer, you can still use a USB drive to transfer g-code files to your printer."
|
||||
msgstr "Para imprimir diretamente para a sua impressora através da rede, certifique-se de que a impressora está ligada à rede através de um cabo de rede ou através de ligação à rede Wi-Fi. Se não ligar o Cura por rede à impressora, poderá ainda assim utilizar uma unidade USB para transferir ficheiros g-code para a impressora."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@message {printer_name} is replaced with the name of the printer"
|
||||
msgid "To remove {printer_name} permanently, visit {digital_factory_link}"
|
||||
msgstr "Para remover a impressora {printer_name} de forma permanente, visite {digital_factory_link}"
|
||||
|
@ -4969,17 +4893,14 @@ msgctxt "@info:status"
|
|||
msgid "Unable to find a location within the build volume for all objects"
|
||||
msgstr "Não é possível posicionar todos os objetos dentro do volume de construção"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:plugin_failed"
|
||||
msgid "Unable to find local EnginePlugin server executable for: {self._plugin_id}"
|
||||
msgstr "Não é possível encontrar o servidor EnginePlugin local executável para: {self._plugin_id}"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:plugin_failed"
|
||||
msgid ""
|
||||
"Unable to kill running EnginePlugin: {self._plugin_id}\n"
|
||||
"Access is denied."
|
||||
msgstr "Não é possível interromper o EnginePlugin em execução.{self._plugin_id}Acesso negado."
|
||||
msgid "Unable to kill running EnginePlugin: {self._plugin_id}\nAccess is denied."
|
||||
msgstr "Não é possível interromper o EnginePlugin em execução.{self._plugin_id}"
|
||||
"Acesso negado."
|
||||
|
||||
msgctxt "@info"
|
||||
msgid "Unable to reach the UltiMaker account server."
|
||||
|
@ -4989,14 +4910,6 @@ msgctxt "@text"
|
|||
msgid "Unable to read example data file."
|
||||
msgstr "Não foi possível ler o ficheiro de dados de exemplo."
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to send the model data to the engine. Please try again, or contact support."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to send the model data to the engine. Please try to use a less detailed model, or reduce the number of instances."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "@info:title"
|
||||
msgid "Unable to slice"
|
||||
msgstr "Não é possível Seccionar"
|
||||
|
@ -5009,12 +4922,10 @@ msgctxt "@info:status"
|
|||
msgid "Unable to slice because the prime tower or prime position(s) are invalid."
|
||||
msgstr "Não é possível seccionar porque a torre de preparação ou a(s) posição(ões) de preparação é(são) inválidas."
|
||||
|
||||
#, python-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to slice because there are objects associated with disabled Extruder %s."
|
||||
msgstr "Não é possível seccionar porque existem objetos associados ao extrusor %s desativado."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to slice due to some per-model settings. The following settings have errors on one or more models: {error_labels}"
|
||||
msgstr "Não é possível seccionar devido a algumas definições por modelo. As seguintes definições apresentam erros num ou mais modelos: {error_labels}"
|
||||
|
@ -5023,7 +4934,6 @@ msgctxt "@info:status"
|
|||
msgid "Unable to slice with the current material as it is incompatible with the selected machine or configuration."
|
||||
msgstr "Não é possível seccionar com o material atual, uma vez que é incompatível com a impressora ou configuração selecionada."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to slice with the current settings. The following settings have errors: {0}"
|
||||
msgstr "Não é possível seccionar com as definições atuais. As seguintes definições apresentam erros: {0}"
|
||||
|
@ -5032,7 +4942,6 @@ msgctxt "@info"
|
|||
msgid "Unable to start a new sign in process. Check if another sign in attempt is still active."
|
||||
msgstr "Não é possível iniciar um novo processo de início de sessão. Verifique se ainda está ativa outra tentativa de início de sessão."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:error"
|
||||
msgid "Unable to write to file: {0}"
|
||||
msgstr "Não é possível escrever no ficheiro: {0}"
|
||||
|
@ -5085,7 +4994,6 @@ msgctxt "@label:property"
|
|||
msgid "Unknown Package"
|
||||
msgstr "Pacote desconhecido"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@error:send"
|
||||
msgid "Unknown error code when uploading print job: {0}"
|
||||
msgstr "Código de erro desconhecido ao carregar trabalho de impressão: {0}"
|
||||
|
@ -5258,10 +5166,6 @@ msgctxt "description"
|
|||
msgid "Upgrades configurations from Cura 5.6 to Cura 5.7."
|
||||
msgstr "Atualiza as configurações da Cura 5.6 para Cura 5.7."
|
||||
|
||||
msgctxt "description"
|
||||
msgid "Upgrades configurations from Cura 5.8 to Cura 5.9."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "@action:button"
|
||||
msgid "Upload custom Firmware"
|
||||
msgstr "Carregar firmware personalizado"
|
||||
|
@ -5406,10 +5310,6 @@ msgctxt "name"
|
|||
msgid "Version Upgrade 5.6 to 5.7"
|
||||
msgstr "Atualização da versão 5.6 para 5.7"
|
||||
|
||||
msgctxt "name"
|
||||
msgid "Version Upgrade 5.8 to 5.9"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "@button"
|
||||
msgid "View printers in Digital Factory"
|
||||
msgstr "Visualize as impressoras na fábrica digital"
|
||||
|
@ -5462,7 +5362,6 @@ msgctxt "@info:title"
|
|||
msgid "Warning"
|
||||
msgstr "Aviso"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Warning: The profile is not visible because its quality type '{0}' is not available for the current configuration. Switch to a material/nozzle combination that can use this quality type."
|
||||
msgstr "Aviso: o perfil não é visível porque o respetivo tipo de qualidade '{0}' não está disponível para a configuração atual. Mude para uma combinação de material/bocal que possa utilizar este tipo de qualidade."
|
||||
|
@ -5584,31 +5483,19 @@ msgid "Yes"
|
|||
msgstr "Sim"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"You are about to remove all printers from Cura. This action cannot be undone.\n"
|
||||
"Are you sure you want to continue?"
|
||||
msgid "You are about to remove all printers from Cura. This action cannot be undone.\nAre you sure you want to continue?"
|
||||
msgstr "Está prestes a remover todas as impressoras do Cura. Esta ação não pode ser anulada.Tem a certeza de que pretende continuar?"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"You are about to remove {0} printer from Cura. This action cannot be undone.\n"
|
||||
"Are you sure you want to continue?"
|
||||
msgid_plural ""
|
||||
"You are about to remove {0} printers from Cura. This action cannot be undone.\n"
|
||||
"Are you sure you want to continue?"
|
||||
msgstr[0] ""
|
||||
"Está prestes a remover {0} impressora do Cura. Esta ação não pode ser anulada.\n"
|
||||
"Tem a certeza de que pretende continuar?"
|
||||
msgstr[1] ""
|
||||
"Está prestes a remover {0} impressoras do Cura. Esta ação não pode ser anulada.\n"
|
||||
"Tem a certeza de que pretende continuar?"
|
||||
msgid "You are about to remove {0} printer from Cura. This action cannot be undone.\nAre you sure you want to continue?"
|
||||
msgid_plural "You are about to remove {0} printers from Cura. This action cannot be undone.\nAre you sure you want to continue?"
|
||||
msgstr[0] "Está prestes a remover {0} impressora do Cura. Esta ação não pode ser anulada.\nTem a certeza de que pretende continuar?"
|
||||
msgstr[1] "Está prestes a remover {0} impressoras do Cura. Esta ação não pode ser anulada.\nTem a certeza de que pretende continuar?"
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid "You are attempting to connect to a printer that is not running UltiMaker Connect. Please update the printer to the latest firmware."
|
||||
msgstr "Está a tentar ligar a uma impressora que não tem o UltiMaker Connect. Atualize a impressora para o firmware mais recente."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "You are attempting to connect to {0} but it is not the host of a group. You can visit the web page to configure it as a group host."
|
||||
msgstr "Está a tentar ligar a {0}, mas esta não é Host de um grupo. Pode visitar a página Web para a configurar como Host do grupo."
|
||||
|
@ -5619,7 +5506,9 @@ msgstr "Atualmente não existem quaisquer cópias de segurança. Utilize o botã
|
|||
|
||||
msgctxt "@text:window, %1 is a profile name"
|
||||
msgid "You have customized some profile settings. Would you like to Keep these changed settings after switching profiles? Alternatively, you can discard the changes to load the defaults from '%1'."
|
||||
msgstr "Alterou algumas definições do perfil.Pretende manter estas alterações depois de trocar de perfis?Como alternativa, pode descartar as alterações para carregar as predefinições a partir de '%1'."
|
||||
msgstr "Alterou algumas definições do perfil."
|
||||
"Pretende manter estas alterações depois de trocar de perfis?"
|
||||
"Como alternativa, pode descartar as alterações para carregar as predefinições a partir de '%1'."
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "You need to accept the license to install the package"
|
||||
|
@ -5649,12 +5538,10 @@ msgctxt "@info"
|
|||
msgid "Your new printer will automatically appear in Cura"
|
||||
msgstr "A sua nova impressora aparecerá automaticamente no Cura"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid ""
|
||||
"Your printer <b>{printer_name}</b> could be connected via cloud.\n"
|
||||
" Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory"
|
||||
msgstr "A sua impressora <b>{printer_name}</b> pode ser ligada através da cloud. Faça a gestão da sua fila de impressão e monitorize as suas impressões a partir de qualquer local ao ligar a sua impressora ao Digital Factory"
|
||||
msgid "Your printer <b>{printer_name}</b> could be connected via cloud.\n Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory"
|
||||
msgstr "A sua impressora <b>{printer_name}</b> pode ser ligada através da cloud."
|
||||
" Faça a gestão da sua fila de impressão e monitorize as suas impressões a partir de qualquer local ao ligar a sua impressora ao Digital Factory"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Z"
|
||||
|
@ -5716,7 +5603,6 @@ msgctxt "@label"
|
|||
msgid "version: %1"
|
||||
msgstr "versão: %1"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@message {printer_name} is replaced with the name of the printer"
|
||||
msgid "{printer_name} will be removed until the next account sync."
|
||||
msgstr "A impressora {printer_name} vai ser removida até à próxima sincronização de conta."
|
||||
|
@ -5725,18 +5611,38 @@ msgctxt "@info:generic"
|
|||
msgid "{} plugins failed to download"
|
||||
msgstr "Falhou a transferência de {} plug-ins"
|
||||
|
||||
#~ msgctxt "description"
|
||||
#~ msgid "CuraEngine plugin for gradually smoothing the flow to limit high-flow jumps"
|
||||
#~ msgstr "Plug-in CuraEngine para suavizar gradualmente o fluxo para limitar saltos por fluxo elevado"
|
||||
msgctxt "@label"
|
||||
msgid "Combination not recommended. Load BB core to slot 1 (left) for better reliability."
|
||||
msgstr "A combinação não é recomendada. Carregue o núcleo BB na ranhura 1 (esquerda) para uma maior fiabilidade."
|
||||
|
||||
#~ msgctxt "name"
|
||||
#~ msgid "CuraEngineGradualFlow"
|
||||
#~ msgstr "CuraEngineGradualFlow"
|
||||
msgctxt "@item:inlistbox"
|
||||
msgid "Makerbot Sketch Printfile"
|
||||
msgstr "Ficheiro Para Impressão Makerbot Sketch"
|
||||
|
||||
#~ msgctxt "@action:inmenu"
|
||||
#~ msgid "Show Online Troubleshooting"
|
||||
#~ msgstr "Ver online o guia de resolução de problemas"
|
||||
msgctxt "@label:textbox"
|
||||
msgid "Search Printer"
|
||||
msgstr "Procurar impressora"
|
||||
|
||||
#~ msgctxt "@text:window"
|
||||
#~ msgid "This is a Cura Universal project file. Would you like to open it as a Cura project or Cura Universal Project or import the models from it?"
|
||||
#~ msgstr "Este é um ficheiro de projeto Cura Universal. Gostaria de o abrir como um projeto Cura ou um projeto Universal ou importar os modelos do mesmo?"
|
||||
msgctxt "@text:window"
|
||||
msgid "This is a Cura Universal project file. Would you like to open it as a Cura Universal Project or import the models from it?"
|
||||
msgstr "Este é um ficheiro de projeto Cura Universal. Gostaria de o abrir como um projeto Cura Universal ou fazer a importação dos seus modelos?"
|
||||
|
||||
msgctxt "@action:inmenu menubar:help"
|
||||
msgid "Export Package For Technical Support"
|
||||
msgstr "Pacote de exportação para assistência técnica"
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to send the model data to the engine. Please try again, or contact support."
|
||||
msgstr "Não é possível enviar os dados do modelo para a máquina. Por favor, tente novamente ou contacte a equipa de assistência."
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to send the model data to the engine. Please try to use a less detailed model, or reduce the number of instances."
|
||||
msgstr "Não é possível enviar os dados do modelo para a máquina. Por favor, experimente utilizar um modelo menos detalhado ou reduza o número de ocorrências."
|
||||
|
||||
msgctxt "description"
|
||||
msgid "Upgrades configurations from Cura 5.8 to Cura 5.9."
|
||||
msgstr "Atualiza configurações de Cura 5.8 para Cura 5.9."
|
||||
|
||||
msgctxt "name"
|
||||
msgid "Version Upgrade 5.8 to 5.9"
|
||||
msgstr "Atualização da versão 5.8 para 5.9"
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2024-10-09 14:27+0000\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-13 09:02+0100\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"
|
||||
|
@ -125,10 +124,6 @@ msgctxt "machine_nozzle_id label"
|
|||
msgid "Nozzle ID"
|
||||
msgstr "ID do Nozzle"
|
||||
|
||||
msgctxt "machine_nozzle_head_distance label"
|
||||
msgid "Nozzle Length"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "machine_nozzle_offset_x label"
|
||||
msgid "Nozzle X Offset"
|
||||
msgstr "Desvio X do Nozzle"
|
||||
|
@ -157,10 +152,6 @@ msgctxt "extruder_nr description"
|
|||
msgid "The extruder train used for printing. This is used in multi-extrusion."
|
||||
msgstr "O núcleos de extrusão utilizado para imprimir. Definição usada com múltiplos extrusores."
|
||||
|
||||
msgctxt "machine_nozzle_head_distance description"
|
||||
msgid "The height difference between the tip of the nozzle and the lowest part of the print head."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "machine_nozzle_size description"
|
||||
msgid "The inner diameter of the nozzle. Change this setting when using a non-standard nozzle size."
|
||||
msgstr "O diâmetro interno do nozzle. Altere esta definição quando utilizar um nozzle com um tamanho não convencional."
|
||||
|
@ -204,3 +195,11 @@ msgstr "A coordenada Y do desvio do nozzle."
|
|||
msgctxt "machine_extruder_start_pos_y description"
|
||||
msgid "The y-coordinate of the starting position when turning the extruder on."
|
||||
msgstr "A coordenada Y da posição inicial ao ligar o extrusor."
|
||||
|
||||
msgctxt "machine_nozzle_head_distance label"
|
||||
msgid "Nozzle Length"
|
||||
msgstr "Comprimento do bocal"
|
||||
|
||||
msgctxt "machine_nozzle_head_distance description"
|
||||
msgid "The height difference between the tip of the nozzle and the lowest part of the print head."
|
||||
msgstr "A diferença de altura entre a extremidade do bocal e a parte mais baixa da cabeça da impressão."
|
||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2024-10-09 14:27+0000\n"
|
||||
"POT-Creation-Date: 2024-11-06 10:43+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"
|
||||
|
@ -94,7 +94,7 @@ msgstr "Camadas Adaptáveis calcula as espessuras das camadas conforme a forma d
|
|||
|
||||
msgctxt "extra_infill_lines_to_support_skins description"
|
||||
msgid "Add extra lines into the infill pattern to support skins above. This option prevents holes or plastic blobs that sometime show in complex shaped skins due to the infill below not correctly supporting the skin layer being printed above. 'Walls' supports just the outlines of the skin, whereas 'Walls and Lines' also supports the ends of the lines that make up the skin."
|
||||
msgstr ""
|
||||
msgstr "Adicione linhas extra ao padrão de preenchimento para suportar as películas superiores. Esta opção previne o surgimento de buracos ou bolhas de plástico que por vezes surgem em películas de forma complexa devido ao facto de o preenchimento inferior não suportar corretamente a camada da película a ser impressa acima. A opção \"Paredes\" suporta apenas os contornos da película, ao passo que a opção \"Paredes e Linhas\" também suporta as extremidades das linhas que compôem a película."
|
||||
|
||||
msgctxt "infill_wall_line_count description"
|
||||
msgid ""
|
||||
|
@ -444,11 +444,11 @@ msgstr "Largura da Aba"
|
|||
|
||||
msgctxt "build_fan_full_at_height label"
|
||||
msgid "Build Fan Speed at Height"
|
||||
msgstr ""
|
||||
msgstr "Velocidade da ventoinha de montagem em altura"
|
||||
|
||||
msgctxt "build_fan_full_layer label"
|
||||
msgid "Build Fan Speed at Layer"
|
||||
msgstr ""
|
||||
msgstr "Velocidade da ventoinha de montagem em camada"
|
||||
|
||||
msgctxt "platform_adhesion label"
|
||||
msgid "Build Plate Adhesion"
|
||||
|
@ -492,7 +492,7 @@ msgstr "Aviso de temperatura do volume de construção"
|
|||
|
||||
msgctxt "build_volume_fan_nr label"
|
||||
msgid "Build volume fan number"
|
||||
msgstr ""
|
||||
msgstr "Número da ventoinha de volume de montagem"
|
||||
|
||||
msgctxt "prime_tower_brim_enable description"
|
||||
msgid "By enabling this setting, your prime-tower will get a brim, even if the model doesn't. If you want a sturdier base for a high tower, you can increase the base height."
|
||||
|
@ -732,11 +732,11 @@ msgstr "Detetar vãos (bridges) e modificar as definições da velocidade de imp
|
|||
|
||||
msgctxt "scarf_split_distance description"
|
||||
msgid "Determines the length of each step in the flow change when extruding along the scarf seam. A smaller distance will result in a more precise but also more complex G-code."
|
||||
msgstr ""
|
||||
msgstr "Determina o comprimento de cada etapa na variação de fluxo ao expelir ao longo da costura do encaixe. Uma menor distância irá resultar num código G mais preciso mas também mais complexo."
|
||||
|
||||
msgctxt "scarf_joint_seam_length description"
|
||||
msgid "Determines the length of the scarf seam, a seam type that should make the Z seam less visible. Must be higher than 0 to be effective."
|
||||
msgstr ""
|
||||
msgstr "Determina o comprimento da costura do encaixe, um tipo de costura que deverá tornar a costura Z menos visível. Deve ser superior a 0 de modo a ser eficaz."
|
||||
|
||||
msgctxt "inset_direction description"
|
||||
msgid "Determines the order in which walls are printed. Printing outer walls earlier helps with dimensional accuracy, as faults from inner walls cannot propagate to the outside. However printing them later allows them to stack better when overhangs are printed. When there is an uneven amount of total innner walls, the 'center last line' is always printed last."
|
||||
|
@ -1028,7 +1028,7 @@ msgstr "A costura extensiva tenta coser buracos abertos na malha, ao fechá-los
|
|||
|
||||
msgctxt "extra_infill_lines_to_support_skins label"
|
||||
msgid "Extra Infill Lines To Support Skins"
|
||||
msgstr ""
|
||||
msgstr "Linhas de preenchimento extra para suportar as películas"
|
||||
|
||||
msgctxt "infill_wall_line_count label"
|
||||
msgid "Extra Infill Wall Count"
|
||||
|
@ -1042,6 +1042,10 @@ msgctxt "switch_extruder_extra_prime_amount description"
|
|||
msgid "Extra material to prime after nozzle switching."
|
||||
msgstr "Material extra a preparar após a substituição do nozzle."
|
||||
|
||||
msgctxt "variant_name"
|
||||
msgid "Extruder"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "extruder_prime_pos_x label"
|
||||
msgid "Extruder Prime X Position"
|
||||
msgstr "Posição X Preparação Extrusor"
|
||||
|
@ -2438,7 +2442,7 @@ msgstr "Nenhum"
|
|||
|
||||
msgctxt "extra_infill_lines_to_support_skins option none"
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
msgstr "Nenhuma"
|
||||
|
||||
msgctxt "z_seam_corner option z_seam_corner_none"
|
||||
msgid "None"
|
||||
|
@ -2484,6 +2488,10 @@ msgctxt "machine_nozzle_id label"
|
|||
msgid "Nozzle ID"
|
||||
msgstr "ID do Nozzle"
|
||||
|
||||
msgctxt "variant_name"
|
||||
msgid "Nozzle Size"
|
||||
msgstr "Tamanho do nozzle"
|
||||
|
||||
msgctxt "switch_extruder_extra_prime_amount label"
|
||||
msgid "Nozzle Switch Extra Prime Amount"
|
||||
msgstr "Quantidade de Preparação Extra de Substituição do Nozzle"
|
||||
|
@ -2614,15 +2622,15 @@ msgstr "Aceleração da parede exterior"
|
|||
|
||||
msgctxt "wall_0_acceleration label"
|
||||
msgid "Outer Wall Acceleration"
|
||||
msgstr ""
|
||||
msgstr "Aceleração da parede externa"
|
||||
|
||||
msgctxt "wall_0_deceleration label"
|
||||
msgid "Outer Wall Deceleration"
|
||||
msgstr ""
|
||||
msgstr "Desaceleração da parede externa"
|
||||
|
||||
msgctxt "wall_0_end_speed_ratio label"
|
||||
msgid "Outer Wall End Speed Ratio"
|
||||
msgstr ""
|
||||
msgstr "Taxa de velocidade da extremidade da parede externa"
|
||||
|
||||
msgctxt "wall_0_extruder_nr label"
|
||||
msgid "Outer Wall Extruder"
|
||||
|
@ -2650,11 +2658,11 @@ msgstr "Velocidade Parede Exterior"
|
|||
|
||||
msgctxt "wall_0_speed_split_distance label"
|
||||
msgid "Outer Wall Speed Split Distance"
|
||||
msgstr ""
|
||||
msgstr "Distância de separação de velocidade da parede externa"
|
||||
|
||||
msgctxt "wall_0_start_speed_ratio label"
|
||||
msgid "Outer Wall Start Speed Ratio"
|
||||
msgstr ""
|
||||
msgstr "Taxa de velocidade de início da parede externa"
|
||||
|
||||
msgctxt "wall_0_wipe_dist label"
|
||||
msgid "Outer Wall Wipe Distance"
|
||||
|
@ -2792,6 +2800,10 @@ msgctxt "acceleration_print label"
|
|||
msgid "Print Acceleration"
|
||||
msgstr "Aceleração de impressão"
|
||||
|
||||
msgctxt "variant_name"
|
||||
msgid "Print Core"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "jerk_print label"
|
||||
msgid "Print Jerk"
|
||||
msgstr "Jerk da Impressão"
|
||||
|
@ -3298,15 +3310,15 @@ msgstr "Compensação de redução do fator de escala"
|
|||
|
||||
msgctxt "scarf_joint_seam_length label"
|
||||
msgid "Scarf Seam Length"
|
||||
msgstr ""
|
||||
msgstr "Comprimento da costura do encaixe"
|
||||
|
||||
msgctxt "scarf_joint_seam_start_height_ratio label"
|
||||
msgid "Scarf Seam Start Height"
|
||||
msgstr ""
|
||||
msgstr "Altura de início da costura do encaixe"
|
||||
|
||||
msgctxt "scarf_split_distance label"
|
||||
msgid "Scarf Seam Step Length"
|
||||
msgstr ""
|
||||
msgstr "Comprimento da etapa de costura do encaixe"
|
||||
|
||||
msgctxt "support_meshes_present label"
|
||||
msgid "Scene Has Support Meshes"
|
||||
|
@ -4366,7 +4378,7 @@ msgstr "A altura acima das partes horizontais do modelo em que deve imprimir o m
|
|||
|
||||
msgctxt "build_fan_full_at_height description"
|
||||
msgid "The height at which the fans spin on regular fan speed. At the layers below the fan speed gradually increases from Initial Fan Speed to Regular Fan Speed."
|
||||
msgstr ""
|
||||
msgstr "A altura a que as ventoinhas giram a uma velocidade normal. Nas camadas inferiores, a velocidade da ventoinha aumenta gradualmente, desde a Velocidade de Ventoinha Inicial a Velocidade de Ventoinha Normal."
|
||||
|
||||
msgctxt "cool_fan_full_at_height description"
|
||||
msgid "The height at which the fans spin on regular fan speed. At the layers below the fan speed gradually increases from Initial Fan Speed to Regular Fan Speed."
|
||||
|
@ -4476,7 +4488,7 @@ msgstr "A largura máxima das áreas do revestimento superior a serem removidas.
|
|||
|
||||
msgctxt "build_fan_full_layer description"
|
||||
msgid "The layer at which the build fans spin on full fan speed. This value is calculated and rounded to a whole number."
|
||||
msgstr ""
|
||||
msgstr "A camada em que as ventoinhas de montagem giram a uma velocidade de ventoinha total. Este valor é calculado e arredondado para um número inteiro."
|
||||
|
||||
msgctxt "cool_fan_full_layer description"
|
||||
msgid "The layer at which the fans spin on regular fan speed. If regular fan speed at height is set, this value is calculated and rounded to a whole number."
|
||||
|
@ -4764,7 +4776,7 @@ msgstr "O número de linhas utilizado para a aba do suporte. Uma aba com mais li
|
|||
|
||||
msgctxt "build_volume_fan_nr description"
|
||||
msgid "The number of the fan that cools the build volume. If this is set to 0, it's means that there is no build volume fan"
|
||||
msgstr ""
|
||||
msgstr "O número da ventoinha que arrefece o volume de montagem. Se este número estiver programado para 0, tal significa que não existe ventoinha de volume de montagem."
|
||||
|
||||
msgctxt "raft_surface_layers description"
|
||||
msgid "The number of top layers on top of the 2nd raft layer. These are fully filled layers that the model sits on. 2 layers result in a smoother top surface than 1."
|
||||
|
@ -4860,7 +4872,7 @@ msgstr "A mudança de velocidade instantânea máxima de impressão para a camad
|
|||
|
||||
msgctxt "scarf_joint_seam_start_height_ratio description"
|
||||
msgid "The ratio of the selected layer height at which the scarf seam will begin. A lower number will result in a larger seam height. Must be lower than 100 to be effective."
|
||||
msgstr ""
|
||||
msgstr "A taxa de altura da camada selecionada a que terá início a costura do enciaxe. Um número mais baixo irá resultar numa maior altura de costura. Deve ser inferior a 100 para ser eficaz. "
|
||||
|
||||
msgctxt "machine_shape description"
|
||||
msgid "The shape of the build plate without taking unprintable areas into account."
|
||||
|
@ -5192,23 +5204,23 @@ msgstr "Isto controla a distância que o extrusor deve desacelerar imediatamente
|
|||
|
||||
msgctxt "wall_0_acceleration description"
|
||||
msgid "This is the acceleration with which to reach the top speed when printing an outer wall."
|
||||
msgstr ""
|
||||
msgstr "Trata-se da aceleração com que se poderá alcançar a velocidade máxima ao imprimir uma parede externa."
|
||||
|
||||
msgctxt "wall_0_deceleration description"
|
||||
msgid "This is the deceleration with which to end printing an outer wall."
|
||||
msgstr ""
|
||||
msgstr "Trata-se da desaceleração com que se poderá concluir a impressão da parede externa."
|
||||
|
||||
msgctxt "wall_0_speed_split_distance description"
|
||||
msgid "This is the maximum length of an extrusion path when splitting a longer path to apply the outer wall acceleration/deceleration. A smaller distance will create a more precise but also more verbose G-Code."
|
||||
msgstr ""
|
||||
msgstr "Trata-se do comprimento máximo de uma direção de extrusão ao dividir uma trajetória mais longa para aplicar a aceleração/desaceleração da parede externa. Uma distância menor irá criar um código G mais preciso, mas também mais verboso."
|
||||
|
||||
msgctxt "wall_0_end_speed_ratio description"
|
||||
msgid "This is the ratio of the top speed to end with when printing an outer wall."
|
||||
msgstr ""
|
||||
msgstr "Trata-se da taxa de velocidade máxima de conclusão de impressão de uma parede externa."
|
||||
|
||||
msgctxt "wall_0_start_speed_ratio description"
|
||||
msgid "This is the ratio of the top speed to start with when printing an outer wall."
|
||||
msgstr ""
|
||||
msgstr "Trata-se da taxa de velocidade máxima de início de impressão de uma parede externa."
|
||||
|
||||
msgctxt "raft_base_smoothing description"
|
||||
msgid "This setting controls how much inner corners in the raft base outline are rounded. Inward corners are rounded to a semi circle with a radius equal to the value given here. This setting also removes holes in the raft outline which are smaller than such a circle."
|
||||
|
@ -5592,15 +5604,15 @@ msgstr "Paredes"
|
|||
|
||||
msgctxt "extra_infill_lines_to_support_skins option walls"
|
||||
msgid "Walls Only"
|
||||
msgstr ""
|
||||
msgstr "Apenas paredes"
|
||||
|
||||
msgctxt "extra_infill_lines_to_support_skins option walls_and_lines"
|
||||
msgid "Walls and Lines"
|
||||
msgstr ""
|
||||
msgstr "Paredes e linhas"
|
||||
|
||||
msgctxt "wall_overhang_angle description"
|
||||
msgid "Walls that overhang more than this angle will be printed using overhanging wall settings. When the value is 90, no walls will be treated as overhanging. Overhang that gets supported by support will not be treated as overhang either. Furthermore, any line that's less than half overhanging will also not be treated as overhang."
|
||||
msgstr ""
|
||||
msgstr "As paredes com um excedente que ultrapassa este ângulo serão impressas utilizando as definições de parede excendente. Quando o valor é igual a 90, nenhuma parede será tratada como excedente. O excedente suportado pelo suporte também não será tratado como excedente. Adicionalmente, qualquer linha que seja inferior à metade excedente também não será tratada como excedente."
|
||||
|
||||
msgctxt "meshfix_fluid_motion_enabled description"
|
||||
msgid "When enabled tool paths are corrected for printers with smooth motion planners. Small movements that deviate from the general tool path direction are smoothed to improve fluid motions."
|
||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-10-09 14:27+0200\n"
|
||||
"POT-Creation-Date: 2024-03-13 09:02+0100\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"
|
||||
|
@ -12,7 +12,6 @@ msgstr ""
|
|||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
|
||||
#, python-format
|
||||
msgctxt "@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm."
|
||||
msgid "%(width).1f x %(depth).1f x %(height).1f mm"
|
||||
msgstr "%(width).1f x %(depth).1f x %(height).1f мм"
|
||||
|
@ -146,11 +145,10 @@ msgid "*You will need to restart the application for these changes to have effec
|
|||
msgstr "*Для применения данных изменений вам потребуется перезапустить приложение."
|
||||
|
||||
msgctxt "@text"
|
||||
msgid ""
|
||||
"- Add material profiles and plug-ins from the Marketplace\n"
|
||||
"- Back-up and sync your material profiles and plug-ins\n"
|
||||
"- Share ideas and get help from 48,000+ users in the UltiMaker community"
|
||||
msgstr "- Добавляйте настройки материалов и плагины из Marketplace - Выполняйте резервное копирование и синхронизацию своих настроек материалов и плагинов - Делитесь идеями и получайте помощь от 48 000 пользователей в сообществе Ultimaker"
|
||||
msgid "- Add material profiles and plug-ins from the Marketplace\n- Back-up and sync your material profiles and plug-ins\n- Share ideas and get help from 48,000+ users in the UltiMaker community"
|
||||
msgstr "- Добавляйте настройки материалов и плагины из Marketplace "
|
||||
" - Выполняйте резервное копирование и синхронизацию своих настроек материалов и плагинов "
|
||||
" - Делитесь идеями и получайте помощь от 48 000 пользователей в сообществе Ultimaker"
|
||||
|
||||
msgctxt "@heading"
|
||||
msgid "-- incomplete --"
|
||||
|
@ -204,45 +202,38 @@ msgctxt "@label %i will be replaced with a profile name"
|
|||
msgid "<b>Only user changed settings will be saved in the custom profile.</b><br/>For materials that support it, the new custom profile will inherit properties from <b>%1</b>."
|
||||
msgstr "<b>В пользовательском профиле будут сохранены только измененные пользователем настройки.</b><br/>Для поддерживающих его материалов новый пользовательский профиль будет наследовать свойства от <b>%1</b>."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label OpenGL renderer"
|
||||
msgid "<li>OpenGL Renderer: {renderer}</li>"
|
||||
msgstr "<li>Средство визуализации OpenGL: {renderer}</li>"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label OpenGL vendor"
|
||||
msgid "<li>OpenGL Vendor: {vendor}</li>"
|
||||
msgstr "<li>Поставщик OpenGL: {vendor}</li>"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label OpenGL version"
|
||||
msgid "<li>OpenGL Version: {version}</li>"
|
||||
msgstr "<li>Версия OpenGL: {version}</li>"
|
||||
|
||||
msgctxt "@label crash message"
|
||||
msgid ""
|
||||
"<p><b>A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem</p></b>\n"
|
||||
" <p>Please use the \"Send report\" button to post a bug report automatically to our servers</p>\n"
|
||||
msgid "<p><b>A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem</p></b>\n <p>Please use the \"Send report\" button to post a bug report automatically to our servers</p>\n "
|
||||
msgstr "<p><b>В Cura возникла критическая ошибка. Отправьте нам этот отчет о сбое для устранения проблемы</p></b>"
|
||||
" <p>Нажмите кнопку «Отправить отчет», чтобы автоматически опубликовать отчет об ошибке на наших серверах</p>"
|
||||
" "
|
||||
msgstr "<p><b>В Cura возникла критическая ошибка. Отправьте нам этот отчет о сбое для устранения проблемы</p></b> <p>Нажмите кнопку «Отправить отчет», чтобы автоматически опубликовать отчет об ошибке на наших серверах</p> "
|
||||
|
||||
msgctxt "@label crash message"
|
||||
msgid ""
|
||||
"<p><b>Oops, UltiMaker Cura has encountered something that doesn't seem right.</p></b>\n"
|
||||
" <p>We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.</p>\n"
|
||||
" <p>Backups can be found in the configuration folder.</p>\n"
|
||||
" <p>Please send us this Crash Report to fix the problem.</p>\n"
|
||||
msgid "<p><b>Oops, UltiMaker Cura has encountered something that doesn't seem right.</p></b>\n <p>We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.</p>\n <p>Backups can be found in the configuration folder.</p>\n <p>Please send us this Crash Report to fix the problem.</p>\n "
|
||||
msgstr "<p><b>В ПО UltiMaker Cura обнаружена ошибка.</p></b>"
|
||||
" <p>Во время запуска обнаружена неустранимая ошибка. Возможно, она вызвана некоторыми файлами конфигурации с неправильными данными. Рекомендуется создать резервную копию конфигурации и сбросить ее.</p>"
|
||||
" <p>Резервные копии хранятся в папке конфигурации.</p>"
|
||||
" <p>Отправьте нам этот отчет о сбое для устранения проблемы.</p>"
|
||||
" "
|
||||
msgstr "<p><b>В ПО UltiMaker Cura обнаружена ошибка.</p></b> <p>Во время запуска обнаружена неустранимая ошибка. Возможно, она вызвана некоторыми файлами конфигурации с неправильными данными. Рекомендуется создать резервную копию конфигурации и сбросить ее.</p> <p>Резервные копии хранятся в папке конфигурации.</p> <p>Отправьте нам этот отчет о сбое для устранения проблемы.</p> "
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid ""
|
||||
"<p>One or more 3D models may not print optimally due to the model size and material configuration:</p>\n"
|
||||
"<p>{model_names}</p>\n"
|
||||
"<p>Find out how to ensure the best possible print quality and reliability.</p>\n"
|
||||
"<p><a href=\"https://ultimaker.com/3D-model-assistant\">View print quality guide</a></p>"
|
||||
msgstr "<p>Одна или несколько 3D-моделей могут не напечататься оптимальным образом из-за размера модели и конфигурации материала:</p><p>{model_names}</p><p>Узнайте, как обеспечить максимально возможное качество и высокую надежность печати.</p><p><a href=\"https://ultimaker.com/3D-model-assistant\">Ознакомиться с руководством по качеству печати</a></p>"
|
||||
msgid "<p>One or more 3D models may not print optimally due to the model size and material configuration:</p>\n<p>{model_names}</p>\n<p>Find out how to ensure the best possible print quality and reliability.</p>\n<p><a href=\"https://ultimaker.com/3D-model-assistant\">View print quality guide</a></p>"
|
||||
msgstr "<p>Одна или несколько 3D-моделей могут не напечататься оптимальным образом из-за размера модели и конфигурации материала:</p>"
|
||||
"<p>{model_names}</p>"
|
||||
"<p>Узнайте, как обеспечить максимально возможное качество и высокую надежность печати.</p>"
|
||||
"<p><a href=\"https://ultimaker.com/3D-model-assistant\">Ознакомиться с руководством по качеству печати</a></p>"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "A USB print is in progress, closing Cura will stop this print. Are you sure?"
|
||||
|
@ -404,7 +395,6 @@ msgctxt "@button"
|
|||
msgid "Add printer manually"
|
||||
msgstr "Добавить принтер вручную"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "info:status Filled in with printer name and printer model."
|
||||
msgid "Adding printer {name} ({model}) from your account"
|
||||
msgstr "Добавление принтера {name} ({model}) из вашей учетной записи"
|
||||
|
@ -445,7 +435,6 @@ msgctxt "@item:inlistbox"
|
|||
msgid "All Files (*)"
|
||||
msgstr "Все файлы (*)"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@item:inlistbox"
|
||||
msgid "All Supported Types ({0})"
|
||||
msgstr "Все поддерживаемые типы ({0})"
|
||||
|
@ -538,7 +527,6 @@ msgctxt "@label %1 is the name of a print job."
|
|||
msgid "Are you sure you want to move %1 to the top of the queue?"
|
||||
msgstr "Вы уверены, что хотите переместить %1 в начало очереди?"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@message {printer_name} is replaced with the name of the printer"
|
||||
msgid "Are you sure you want to remove {printer_name} temporarily?"
|
||||
msgstr "Действительно удалить {printer_name} временно?"
|
||||
|
@ -551,7 +539,6 @@ msgctxt "@label (%1 is object name)"
|
|||
msgid "Are you sure you wish to remove %1? This cannot be undone!"
|
||||
msgstr "Вы уверены, что желаете удалить %1? Это нельзя будет отменить!"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label {0} is the name of a printer that's about to be deleted."
|
||||
msgid "Are you sure you wish to remove {0}? This cannot be undone!"
|
||||
msgstr "Действительно удалить {0}? Это действие невозможно будет отменить!"
|
||||
|
@ -716,12 +703,10 @@ msgctxt "@label"
|
|||
msgid "Can't connect to your UltiMaker printer?"
|
||||
msgstr "Не удается подключиться к принтеру UltiMaker?"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename>!"
|
||||
msgid "Can't import profile from <filename>{0}</filename> before a printer is added."
|
||||
msgstr "Невозможно импортировать профиль из <filename>{0}</filename>, пока не добавлен принтер."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Can't open any other file if G-code is loading. Skipped importing {0}"
|
||||
msgstr "Невозможно открыть любой другой файл, если G-code файл уже загружен. Пропускаю импортирование {0}"
|
||||
|
@ -803,12 +788,7 @@ msgid "Checks models and print configuration for possible printing issues and gi
|
|||
msgstr "Проверка моделей и конфигурации печати для выявления возможных проблем печати; рекомендации."
|
||||
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"Chooses between the techniques available to generate support. \n"
|
||||
"\n"
|
||||
"\"Normal\" support creates a support structure directly below the overhanging parts and drops those areas straight down. \n"
|
||||
"\n"
|
||||
"\"Tree\" support creates branches towards the overhanging areas that support the model on the tips of those branches, and allows the branches to crawl around the model to support it from the build plate as much as possible."
|
||||
msgid "Chooses between the techniques available to generate support. \n\n\"Normal\" support creates a support structure directly below the overhanging parts and drops those areas straight down. \n\n\"Tree\" support creates branches towards the overhanging areas that support the model on the tips of those branches, and allows the branches to crawl around the model to support it from the build plate as much as possible."
|
||||
msgstr "Выберите одну из доступных техник создания поддержки. Поддержка со стандартной структурой создается непосредственно под выступающими деталями, и затем опускает эти области вниз линейно. У поддержки с древовидной структурой ветви тянутся к выступающим областям и модель опирается на концы этих ветвей, которые охватывают модель с разных сторон, чтобы таким образом максимально поддерживать ее по всей площади печатной пластины."
|
||||
|
||||
msgctxt "@action:inmenu menubar:edit"
|
||||
|
@ -847,10 +827,6 @@ msgctxt "@label"
|
|||
msgid "Color scheme"
|
||||
msgstr "Цветовая схема"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Combination not recommended. Load BB core to slot 1 (left) for better reliability."
|
||||
msgstr "Комбинация не рекомендуется. Для повышения надежности установите сердечник BB в слот 1 (слева)."
|
||||
|
||||
msgctxt "@info"
|
||||
msgid "Compare and save."
|
||||
msgstr "Сравнивайте и экономьте."
|
||||
|
@ -1015,7 +991,6 @@ msgctxt "@info:backup_failed"
|
|||
msgid "Could not create archive from user data directory: {}"
|
||||
msgstr "Не удалось создать архив из каталога с данными пользователя: {}"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the tag {device}!"
|
||||
msgid "Could not find a file name when trying to write to {device}."
|
||||
msgstr "Не могу найти имя файла при записи в {device}."
|
||||
|
@ -1044,12 +1019,10 @@ msgctxt "@message:text"
|
|||
msgid "Could not save material archive to {}:"
|
||||
msgstr "Невозможно сохранить архив материалов в {}:"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename> or <message>!"
|
||||
msgid "Could not save to <filename>{0}</filename>: <message>{1}</message>"
|
||||
msgstr "Не могу записать <filename>{0}</filename>: <message>{1}</message>"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Could not save to removable drive {0}: {1}"
|
||||
msgstr "Невозможно сохранить на внешний носитель {0}: {1}"
|
||||
|
@ -1058,26 +1031,20 @@ msgctxt "@info:text"
|
|||
msgid "Could not upload the data to the printer."
|
||||
msgstr "Облако не залило данные на принтер."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:plugin_failed"
|
||||
msgid ""
|
||||
"Couldn't start EnginePlugin: {self._plugin_id}\n"
|
||||
"No permission to execute process."
|
||||
msgstr "Не удалось запустить EnginePlugin: {self._plugin_id}Нет разрешения на выполнение процесса."
|
||||
msgid "Couldn't start EnginePlugin: {self._plugin_id}\nNo permission to execute process."
|
||||
msgstr "Не удалось запустить EnginePlugin: {self._plugin_id}"
|
||||
"Нет разрешения на выполнение процесса."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:plugin_failed"
|
||||
msgid ""
|
||||
"Couldn't start EnginePlugin: {self._plugin_id}\n"
|
||||
"Operating system is blocking it (antivirus?)"
|
||||
msgstr "Не удалось запустить EnginePlugin: {self._plugin_id}Его блокирует операционная система (антивирус?)"
|
||||
msgid "Couldn't start EnginePlugin: {self._plugin_id}\nOperating system is blocking it (antivirus?)"
|
||||
msgstr "Не удалось запустить EnginePlugin: {self._plugin_id}"
|
||||
"Его блокирует операционная система (антивирус?)"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:plugin_failed"
|
||||
msgid ""
|
||||
"Couldn't start EnginePlugin: {self._plugin_id}\n"
|
||||
"Resource is temporarily unavailable"
|
||||
msgstr "Не удалось запустить EnginePlugin: {self._plugin_id}Ресурс временно недоступен"
|
||||
msgid "Couldn't start EnginePlugin: {self._plugin_id}\nResource is temporarily unavailable"
|
||||
msgstr "Не удалось запустить EnginePlugin: {self._plugin_id}"
|
||||
"Ресурс временно недоступен"
|
||||
|
||||
msgctxt "@title:window"
|
||||
msgid "Crash Report"
|
||||
|
@ -1163,16 +1130,14 @@ msgctxt "@title:window"
|
|||
msgid "Cura can't start"
|
||||
msgstr "Не удалось запустить Cura"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Cura has detected material profiles that were not yet installed on the host printer of group {0}."
|
||||
msgstr "Cura обнаружены профили материалов, которые пока не установлены в главном принтере группы {0}."
|
||||
|
||||
msgctxt "@info:credit"
|
||||
msgid ""
|
||||
"Cura is developed by UltiMaker in cooperation with the community.\n"
|
||||
"Cura proudly uses the following open source projects:"
|
||||
msgstr "Cura разработана компанией UltiMaker B.V. совместно с сообществом.Cura использует следующие проекты с открытым исходным кодом:"
|
||||
msgid "Cura is developed by UltiMaker in cooperation with the community.\nCura proudly uses the following open source projects:"
|
||||
msgstr "Cura разработана компанией UltiMaker B.V. совместно с сообществом."
|
||||
"Cura использует следующие проекты с открытым исходным кодом:"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Cura language"
|
||||
|
@ -1186,6 +1151,14 @@ msgctxt "name"
|
|||
msgid "CuraEngine Backend"
|
||||
msgstr "Движок CuraEngine"
|
||||
|
||||
msgctxt "description"
|
||||
msgid "CuraEngine plugin for gradually smoothing the flow to limit high-flow jumps"
|
||||
msgstr "Плагин CuraEngine для постепенного сглаживания потока и ограничения резких скачков потока"
|
||||
|
||||
msgctxt "name"
|
||||
msgid "CuraEngineGradualFlow"
|
||||
msgstr "CuraEngineGradualFlow"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Currency:"
|
||||
msgstr "Валюта:"
|
||||
|
@ -1442,12 +1415,10 @@ msgctxt "@action:button"
|
|||
msgid "Eject"
|
||||
msgstr "Извлечь"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@action"
|
||||
msgid "Eject removable device {0}"
|
||||
msgstr "Извлекает внешний носитель {0}"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Ejected {0}. You can now safely remove the drive."
|
||||
msgstr "Извлечено {0}. Вы можете теперь безопасно извлечь носитель."
|
||||
|
@ -1536,10 +1507,6 @@ msgctxt "@title:window"
|
|||
msgid "Export Material"
|
||||
msgstr "Экспортировать материал"
|
||||
|
||||
msgctxt "@action:inmenu menubar:help"
|
||||
msgid "Export Package For Technical Support"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "@title:window"
|
||||
msgid "Export Profile"
|
||||
msgstr "Экспорт профиля"
|
||||
|
@ -1560,7 +1527,6 @@ msgctxt "@info:title"
|
|||
msgid "Export succeeded"
|
||||
msgstr "Экспорт успешно завершен"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tag <filename>!"
|
||||
msgid "Exported profile to <filename>{0}</filename>"
|
||||
msgstr "Экспортирование профиля в <filename>{0}</filename>"
|
||||
|
@ -1597,7 +1563,6 @@ msgctxt "@label"
|
|||
msgid "Extruder Start G-code duration"
|
||||
msgstr "Продолжительность G-кода запуска экструдера"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label"
|
||||
msgid "Extruder {0}"
|
||||
msgstr "Экструдер {0}"
|
||||
|
@ -1622,7 +1587,6 @@ msgctxt "@text:error"
|
|||
msgid "Failed to create archive of materials to sync with printers."
|
||||
msgstr "Архив материалов для синхронизации с принтерами не создан."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Failed to eject {0}. Another program may be using the drive."
|
||||
msgstr "Невозможно извлечь {0}. Другая программа может использовать это устройство."
|
||||
|
@ -1631,27 +1595,22 @@ msgctxt "@info:status Don't translate the XML tags <filename> and <message>!"
|
|||
msgid "Failed to export material to <filename>%1</filename>: <message>%2</message>"
|
||||
msgstr "Не могу экспортировать материал <filename>%1</filename>: <message>%2</message>"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename> or <message>!"
|
||||
msgid "Failed to export profile to <filename>{0}</filename>: <message>{1}</message>"
|
||||
msgstr "Невозможно экспортировать профиль в <filename>{0}</filename>: <message>{1}</message>"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tag <filename>!"
|
||||
msgid "Failed to export profile to <filename>{0}</filename>: Writer plugin reported failure."
|
||||
msgstr "Невозможно экспортировать профиль в <filename>{0}</filename>: Плагин записи уведомил об ошибке."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tag <filename>!"
|
||||
msgid "Failed to import profile from <filename>{0}</filename>:"
|
||||
msgstr "Не удалось импортировать профиль из <filename>{0}</filename>:"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename>!"
|
||||
msgid "Failed to import profile from <filename>{0}</filename>:"
|
||||
msgstr "Не удалось импортировать профиль из <filename>{0}</filename>:"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename>!"
|
||||
msgid "Failed to import profile from <filename>{0}</filename>: {1}"
|
||||
msgstr "Не удалось импортировать профиль из <filename>{0}</filename>: {1}"
|
||||
|
@ -1668,7 +1627,6 @@ msgctxt "@message:title"
|
|||
msgid "Failed to save material archive"
|
||||
msgstr "Архив материалов не сохранен"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Failed writing to specific cloud printer: {0} not in remote clusters."
|
||||
msgstr "Не удалось выполнить запись на определенный облачный принтер: {0} не в удаленных кластерах."
|
||||
|
@ -1697,7 +1655,6 @@ msgctxt "@info:title"
|
|||
msgid "File Saved"
|
||||
msgstr "Файл сохранён"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "File {0} does not contain any valid profile."
|
||||
msgstr "В файле {0} нет подходящих профилей."
|
||||
|
@ -1921,7 +1878,6 @@ msgctxt "@label"
|
|||
msgid "Grid Placement"
|
||||
msgstr "Размещение сетки"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label"
|
||||
msgid "Group #{group_nr}"
|
||||
msgstr "Группа #{group_nr}"
|
||||
|
@ -2406,10 +2362,6 @@ msgctxt "name"
|
|||
msgid "Makerbot Printfile Writer"
|
||||
msgstr "Модуль записи файлов печати Makerbot"
|
||||
|
||||
msgctxt "@item:inlistbox"
|
||||
msgid "Makerbot Sketch Printfile"
|
||||
msgstr "Файл для печати эскиза Makerbot"
|
||||
|
||||
msgctxt "@error"
|
||||
msgid "MakerbotWriter could not save to the designated path."
|
||||
msgstr "MakerbotWriter не может сохранить файл в указанное место."
|
||||
|
@ -2654,7 +2606,6 @@ msgctxt "@info:title"
|
|||
msgid "Network error"
|
||||
msgstr "Ошибка сети"
|
||||
|
||||
#, python-format
|
||||
msgctxt "@info:title The %s gets replaced with the printer name."
|
||||
msgid "New %s stable firmware available"
|
||||
msgstr "Доступна новая стабильная прошивка %s"
|
||||
|
@ -2667,7 +2618,6 @@ msgctxt "@label"
|
|||
msgid "New UltiMaker printers can be connected to Digital Factory and monitored remotely."
|
||||
msgstr "Новые принтеры UltiMaker можно подключить к Digital Factory и управлять ими удаленно."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info Don't translate {machine_name}, since it gets replaced by a printer name!"
|
||||
msgid "New features or bug-fixes may be available for your {machine_name}! If you haven't done so already, it is recommended to update the firmware on your printer to version {latest_version}."
|
||||
msgstr "Для {machine_name} доступны новые функции или исправления! Если у вас не установлена самая последняя версия прошивки принтера, рекомендуем обновить ее до версии {latest_version}."
|
||||
|
@ -2716,7 +2666,6 @@ msgctxt "@label"
|
|||
msgid "No cost estimation available"
|
||||
msgstr "Оценка расходов недоступна"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename>!"
|
||||
msgid "No custom profile to import in file <filename>{0}</filename>"
|
||||
msgstr "Отсутствует собственный профиль для импорта в файл <filename>{0}</filename>"
|
||||
|
@ -2817,6 +2766,10 @@ msgctxt "@label"
|
|||
msgid "Nozzle offset Y"
|
||||
msgstr "Смещение сопла по оси Y"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Nozzle Size"
|
||||
msgstr "Диаметр сопла"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Nozzle size"
|
||||
msgstr "Диаметр сопла"
|
||||
|
@ -2853,7 +2806,6 @@ msgctxt "@label"
|
|||
msgid "Only Show Top Layers"
|
||||
msgstr "Показать только верхние слои"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Only one G-code file can be loaded at a time. Skipped importing {0}"
|
||||
msgstr "Только один G-code файла может быть загружен в момент времени. Пропускаю импортирование {0}"
|
||||
|
@ -3069,12 +3021,11 @@ msgid "Please give the required permissions when authorizing this application."
|
|||
msgstr "Дайте необходимые разрешения при авторизации в этом приложении."
|
||||
|
||||
msgctxt "@info"
|
||||
msgid ""
|
||||
"Please make sure your printer has a connection:\n"
|
||||
"- Check if the printer is turned on.\n"
|
||||
"- Check if the printer is connected to the network.\n"
|
||||
"- Check if you are signed in to discover cloud-connected printers."
|
||||
msgstr "Проверьте наличие подключения к принтеру:- Убедитесь, что принтер включен.- Убедитесь, что принтер подключен к сети.- Убедитесь, что вы вошли в систему (это необходимо для поиска принтеров, подключенных к облаку)."
|
||||
msgid "Please make sure your printer has a connection:\n- Check if the printer is turned on.\n- Check if the printer is connected to the network.\n- Check if you are signed in to discover cloud-connected printers."
|
||||
msgstr "Проверьте наличие подключения к принтеру:"
|
||||
"- Убедитесь, что принтер включен."
|
||||
"- Убедитесь, что принтер подключен к сети."
|
||||
"- Убедитесь, что вы вошли в систему (это необходимо для поиска принтеров, подключенных к облаку)."
|
||||
|
||||
msgctxt "@text"
|
||||
msgid "Please name your printer"
|
||||
|
@ -3101,12 +3052,11 @@ msgid "Please remove the print"
|
|||
msgstr "Пожалуйста, удалите напечатанное"
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid ""
|
||||
"Please review settings and check if your models:\n"
|
||||
"- Fit within the build volume\n"
|
||||
"- Are assigned to an enabled extruder\n"
|
||||
"- Are not all set as modifier meshes"
|
||||
msgstr "Проверьте настройки и убедитесь в том, что ваши модели:- соответствуют допустимой области печати- назначены активированному экструдеру- не заданы как объекты-модификаторы"
|
||||
msgid "Please review settings and check if your models:\n- Fit within the build volume\n- Are assigned to an enabled extruder\n- Are not all set as modifier meshes"
|
||||
msgstr "Проверьте настройки и убедитесь в том, что ваши модели:"
|
||||
"- соответствуют допустимой области печати"
|
||||
"- назначены активированному экструдеру"
|
||||
"- не заданы как объекты-модификаторы"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Please select any upgrades made to this UltiMaker Original"
|
||||
|
@ -3412,7 +3362,6 @@ msgctxt "@title:column"
|
|||
msgid "Profile settings"
|
||||
msgstr "Параметры профиля"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Profile {0} has an unknown file type or is corrupted."
|
||||
msgstr "Профиль {0} имеет неизвестный тип файла или повреждён."
|
||||
|
@ -3437,22 +3386,18 @@ msgctxt "@label Description for application dependency"
|
|||
msgid "Programming language"
|
||||
msgstr "Язык программирования"
|
||||
|
||||
#, 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>. Не удалось импортировать принтер. Вместо этого будут импортированы модели."
|
||||
|
||||
#, 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>."
|
||||
|
||||
#, 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."
|
||||
msgstr "Файл проекта <filename>{0}</filename> создан с использованием профилей, несовместимых с данной версией UltiMaker Cura."
|
||||
|
||||
#, 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>."
|
||||
|
@ -3581,7 +3526,6 @@ msgctxt "@label"
|
|||
msgid "Qt version"
|
||||
msgstr "Версия Qt"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Quality type '{0}' is not compatible with the current active machine definition '{1}'."
|
||||
msgstr "Тип качества \"{0}\" несовместим с текущим определением активной машины \"{1}\"."
|
||||
|
@ -3822,12 +3766,10 @@ msgctxt "@action:button Preceded by 'Ready to'."
|
|||
msgid "Save to Removable Drive"
|
||||
msgstr "Сохранить на внешний носитель"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@item:inlistbox"
|
||||
msgid "Save to Removable Drive {0}"
|
||||
msgstr "Сохранить на внешний носитель {0}"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Saved to Removable Drive {0} as {1}"
|
||||
msgstr "Сохранено на внешний носитель {0} как {1}"
|
||||
|
@ -3836,7 +3778,6 @@ msgctxt "@info:title"
|
|||
msgid "Saving"
|
||||
msgstr "Сохранение"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:progress Don't translate the XML tags <filename>!"
|
||||
msgid "Saving to Removable Drive <filename>{0}</filename>"
|
||||
msgstr "Сохранение на внешний носитель <filename>{0}</filename>"
|
||||
|
@ -3853,10 +3794,6 @@ msgctxt "@placeholder"
|
|||
msgid "Search"
|
||||
msgstr "Поиск"
|
||||
|
||||
msgctxt "@label:textbox"
|
||||
msgid "Search Printer"
|
||||
msgstr "Поиск принтера"
|
||||
|
||||
msgctxt "@info"
|
||||
msgid "Search in the browser"
|
||||
msgstr "Поиск в браузере"
|
||||
|
@ -4089,6 +4026,10 @@ msgctxt "@action:inmenu menubar:help"
|
|||
msgid "Show Online &Documentation"
|
||||
msgstr "Показать онлайн документацию"
|
||||
|
||||
msgctxt "@action:inmenu"
|
||||
msgid "Show Online Troubleshooting"
|
||||
msgstr "Показать сетевое руководство по устранению неполадок"
|
||||
|
||||
msgctxt "@label:checkbox"
|
||||
msgid "Show all"
|
||||
msgstr "Показать всё"
|
||||
|
@ -4214,11 +4155,9 @@ msgid "Solid view"
|
|||
msgstr "Просмотр модели"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"Some hidden settings use values different from their normal calculated value.\n"
|
||||
"\n"
|
||||
"Click to make these settings visible."
|
||||
msgstr "Некоторые из скрытых параметров используют значения, отличающиеся от их вычисленных значений.Щёлкните, чтобы сделать эти параметры видимыми."
|
||||
msgid "Some hidden settings use values different from their normal calculated value.\n\nClick to make these settings visible."
|
||||
msgstr "Некоторые из скрытых параметров используют значения, отличающиеся от их вычисленных значений."
|
||||
"Щёлкните, чтобы сделать эти параметры видимыми."
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid "Some of the packages used in the project file are currently not installed in Cura, this might produce undesirable print results. We highly recommend installing the all required packages from the Marketplace."
|
||||
|
@ -4233,11 +4172,9 @@ msgid "Some setting-values defined in <b>%1</b> were overridden."
|
|||
msgstr "Некоторые определенные в <b>%1</b> значения настроек были переопределены."
|
||||
|
||||
msgctxt "@tooltip"
|
||||
msgid ""
|
||||
"Some setting/override values are different from the values stored in the profile.\n"
|
||||
"\n"
|
||||
"Click to open the profile manager."
|
||||
msgstr "Значения некоторых параметров отличаются от значений профиля.Нажмите для открытия менеджера профилей."
|
||||
msgid "Some setting/override values are different from the values stored in the profile.\n\nClick to open the profile manager."
|
||||
msgstr "Значения некоторых параметров отличаются от значений профиля."
|
||||
"Нажмите для открытия менеджера профилей."
|
||||
|
||||
msgctxt "@action:label"
|
||||
msgid "Some settings from current profile were overwritten."
|
||||
|
@ -4319,7 +4256,6 @@ msgctxt "@info:status Don't translate the XML tag <filename>!"
|
|||
msgid "Successfully imported material <filename>%1</filename>"
|
||||
msgstr "Успешно импортированный материал <filename>%1</filename>"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Successfully imported profile {0}."
|
||||
msgstr "Профиль {0} успешно импортирован."
|
||||
|
@ -4528,7 +4464,6 @@ msgctxt "@label"
|
|||
msgid "The extruder train to use for printing the support. This is used in multi-extrusion."
|
||||
msgstr "Этот экструдер используется для печати поддержек. Используется при наличии нескольких экструдеров."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label Don't translate the XML tag <filename>!"
|
||||
msgid "The file <filename>{0}</filename> already exists. Are you sure you want to overwrite it?"
|
||||
msgstr "Файл <filename>{0}</filename> уже существует. Вы уверены, что желаете перезаписать его?"
|
||||
|
@ -4594,15 +4529,11 @@ msgid "The nozzle inserted in this extruder."
|
|||
msgstr "Сопло, вставленное в данный экструдер."
|
||||
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"The pattern of the infill material of the print:\n"
|
||||
"\n"
|
||||
"For quick prints of non functional model choose line, zig zag or lightning infill.\n"
|
||||
"\n"
|
||||
"For functional part not subjected to a lot of stress we recommend grid or triangle or tri hexagon.\n"
|
||||
"\n"
|
||||
"For functional 3D prints which require high strength in multiple directions use cubic, cubic subdivision, quarter cubic, octet, and gyroid."
|
||||
msgstr "Шаблон заполнительного материала печати:Для быстрой печати нефункциональной модели выберите шаблон «Линейный», «Зигзагообразный» или «Молния».Для функциональной части, не подвергающейся большому напряжению, мы рекомендуем шаблон «Сетка», «Треугольник» или «Шестигранник из треугольников».Для функциональной 3D-печати, требующей высокой прочности в разных направлениях, используйте шаблон «Куб», «Динамический куб», «Четверть куба», «Восьмигранник» или «Гироид»."
|
||||
msgid "The pattern of the infill material of the print:\n\nFor quick prints of non functional model choose line, zig zag or lightning infill.\n\nFor functional part not subjected to a lot of stress we recommend grid or triangle or tri hexagon.\n\nFor functional 3D prints which require high strength in multiple directions use cubic, cubic subdivision, quarter cubic, octet, and gyroid."
|
||||
msgstr "Шаблон заполнительного материала печати:"
|
||||
"Для быстрой печати нефункциональной модели выберите шаблон «Линейный», «Зигзагообразный» или «Молния»."
|
||||
"Для функциональной части, не подвергающейся большому напряжению, мы рекомендуем шаблон «Сетка», «Треугольник» или «Шестигранник из треугольников»."
|
||||
"Для функциональной 3D-печати, требующей высокой прочности в разных направлениях, используйте шаблон «Куб», «Динамический куб», «Четверть куба», «Восьмигранник» или «Гироид»."
|
||||
|
||||
msgctxt "@info:tooltip"
|
||||
msgid "The percentage of light penetrating a print with a thickness of 1 millimeter. Lowering this value increases the contrast in dark regions and decreases the contrast in light regions of the image."
|
||||
|
@ -4721,8 +4652,8 @@ msgid "This configuration is not available because %1 is not recognized. Please
|
|||
msgstr "Данная конфигурация недоступна, поскольку %1 не распознан. Посетите %2 и загрузите подходящий профиль материала."
|
||||
|
||||
msgctxt "@text:window"
|
||||
msgid "This is a Cura Universal project file. Would you like to open it as a Cura Universal Project or import the models from it?"
|
||||
msgstr "Это файл проекта Cura Universal. Вы хотите открыть его как Cura Universal Project или импортировать модели из него?"
|
||||
msgid "This is a Cura Universal project file. Would you like to open it as a Cura project or Cura Universal Project or import the models from it?"
|
||||
msgstr "Это файл проекта Cura Universal. Хотите открыть его как проект Cura или Cura Universal Project или импортировать из него модели?"
|
||||
|
||||
msgctxt "@text:window"
|
||||
msgid "This is a Cura project file. Would you like to open it as a project or import the models from it?"
|
||||
|
@ -4760,7 +4691,6 @@ msgctxt "@label"
|
|||
msgid "This printer is the host for a group of %1 printers."
|
||||
msgstr "Данный принтер управляет группой из %1 принтера (-ов)."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename>!"
|
||||
msgid "This profile <filename>{0}</filename> contains incorrect data, could not import it."
|
||||
msgstr "Данный профиль <filename>{0}</filename> содержит неверные данные, поэтому его невозможно импортировать."
|
||||
|
@ -4774,11 +4704,9 @@ msgid "This project contains materials or plugins that are currently not install
|
|||
msgstr "Этот проект содержит материалы или плагины, которые сейчас не установлены в Cura.<br/>Установите недостающие пакеты и снова откройте проект."
|
||||
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"This setting has a value that is different from the profile.\n"
|
||||
"\n"
|
||||
"Click to restore the value of the profile."
|
||||
msgstr "Значение этого параметра отличается от значения в профиле.Щёлкните для восстановления значения из профиля."
|
||||
msgid "This setting has a value that is different from the profile.\n\nClick to restore the value of the profile."
|
||||
msgstr "Значение этого параметра отличается от значения в профиле."
|
||||
"Щёлкните для восстановления значения из профиля."
|
||||
|
||||
msgctxt "@item:tooltip"
|
||||
msgid "This setting has been hidden by the active machine and will not be visible."
|
||||
|
@ -4797,11 +4725,9 @@ msgid "This setting is always shared between all extruders. Changing it here wil
|
|||
msgstr "Данная настройка всегда используется совместно всеми экструдерами. Изменение данного значения приведет к изменению значения для всех экструдеров."
|
||||
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"This setting is normally calculated, but it currently has an absolute value set.\n"
|
||||
"\n"
|
||||
"Click to restore the calculated value."
|
||||
msgstr "Обычно это значение вычисляется, но в настоящий момент было установлено явно.Щёлкните для восстановления вычисленного значения."
|
||||
msgid "This setting is normally calculated, but it currently has an absolute value set.\n\nClick to restore the calculated value."
|
||||
msgstr "Обычно это значение вычисляется, но в настоящий момент было установлено явно."
|
||||
"Щёлкните для восстановления вычисленного значения."
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "This setting is not used because all the settings that it influences are overridden."
|
||||
|
@ -4835,7 +4761,6 @@ msgctxt "@text"
|
|||
msgid "To automatically sync the material profiles with all your printers connected to Digital Factory you need to be signed in in Cura."
|
||||
msgstr "Для автоматической синхронизации профилей материалов со всеми принтерами, подключенными к Digital Factory, необходимо войти в Cura."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "info:status"
|
||||
msgid "To establish a connection, please visit the {website_link}"
|
||||
msgstr "Чтобы установить подключение, перейдите на сайт {website_link}"
|
||||
|
@ -4848,7 +4773,6 @@ msgctxt "@label"
|
|||
msgid "To print directly to your printer over the network, please make sure your printer is connected to the network using a network cable or by connecting your printer to your WIFI network. If you don't connect Cura with your printer, you can still use a USB drive to transfer g-code files to your printer."
|
||||
msgstr "Для печати непосредственно на принтере через сеть необходимо подключить принтер к сети с помощью сетевого кабеля или подключить его к сети Wi-Fi. Если вы не подключили Cura к принтеру, вы можете использовать USB-накопитель для переноса файлов G-Code на принтер."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@message {printer_name} is replaced with the name of the printer"
|
||||
msgid "To remove {printer_name} permanently, visit {digital_factory_link}"
|
||||
msgstr "Чтобы удалить {printer_name} без возможности восстановления, перейдите на сайт {digital_factory_link}"
|
||||
|
@ -4993,17 +4917,14 @@ msgctxt "@info:status"
|
|||
msgid "Unable to find a location within the build volume for all objects"
|
||||
msgstr "Невозможно разместить все объекты внутри печатаемого объёма"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:plugin_failed"
|
||||
msgid "Unable to find local EnginePlugin server executable for: {self._plugin_id}"
|
||||
msgstr "Не удается найти локальный исполняемый файл сервера EnginePlugin для: {self._plugin_id}"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:plugin_failed"
|
||||
msgid ""
|
||||
"Unable to kill running EnginePlugin: {self._plugin_id}\n"
|
||||
"Access is denied."
|
||||
msgstr "Невозможно завершить работу EnginePlugin: {self._plugin_id}Доступ запрещен."
|
||||
msgid "Unable to kill running EnginePlugin: {self._plugin_id}\nAccess is denied."
|
||||
msgstr "Невозможно завершить работу EnginePlugin: {self._plugin_id}"
|
||||
"Доступ запрещен."
|
||||
|
||||
msgctxt "@info"
|
||||
msgid "Unable to reach the UltiMaker account server."
|
||||
|
@ -5013,14 +4934,6 @@ msgctxt "@text"
|
|||
msgid "Unable to read example data file."
|
||||
msgstr "Невозможно прочитать пример файла данных."
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to send the model data to the engine. Please try again, or contact support."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to send the model data to the engine. Please try to use a less detailed model, or reduce the number of instances."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "@info:title"
|
||||
msgid "Unable to slice"
|
||||
msgstr "Невозможно нарезать"
|
||||
|
@ -5033,12 +4946,10 @@ msgctxt "@info:status"
|
|||
msgid "Unable to slice because the prime tower or prime position(s) are invalid."
|
||||
msgstr "Слайсинг невозможен, так как черновая башня или её позиция неверные."
|
||||
|
||||
#, python-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to slice because there are objects associated with disabled Extruder %s."
|
||||
msgstr "Невозможно разделить на слои из-за наличия объектов, связанных с отключенным экструдером %s."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to slice due to some per-model settings. The following settings have errors on one or more models: {error_labels}"
|
||||
msgstr "Не удалось выполнить слайсинг из-за настроек модели. Следующие настройки ошибочны для одной или нескольких моделей: {error_labels}"
|
||||
|
@ -5047,7 +4958,6 @@ msgctxt "@info:status"
|
|||
msgid "Unable to slice with the current material as it is incompatible with the selected machine or configuration."
|
||||
msgstr "Невозможно нарезать модель, используя текущий материал, так как он несовместим с выбранной машиной или конфигурацией."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to slice with the current settings. The following settings have errors: {0}"
|
||||
msgstr "Не могу выполнить слайсинг на текущих настройках. Проверьте следующие настройки: {0}"
|
||||
|
@ -5056,7 +4966,6 @@ msgctxt "@info"
|
|||
msgid "Unable to start a new sign in process. Check if another sign in attempt is still active."
|
||||
msgstr "Невозможно начать новый вход в систему. Проверьте, возможно другой сеанс еще не завершен."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:error"
|
||||
msgid "Unable to write to file: {0}"
|
||||
msgstr "Невозможно записать в файл: {0}"
|
||||
|
@ -5109,7 +5018,6 @@ msgctxt "@label:property"
|
|||
msgid "Unknown Package"
|
||||
msgstr "Неизвестный пакет"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@error:send"
|
||||
msgid "Unknown error code when uploading print job: {0}"
|
||||
msgstr "Неизвестный код ошибки при загрузке задания печати: {0}"
|
||||
|
@ -5282,10 +5190,6 @@ msgctxt "description"
|
|||
msgid "Upgrades configurations from Cura 5.6 to Cura 5.7."
|
||||
msgstr "Обновляет конфигурации с Cura 5.6 до Cura 5.7."
|
||||
|
||||
msgctxt "description"
|
||||
msgid "Upgrades configurations from Cura 5.8 to Cura 5.9."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "@action:button"
|
||||
msgid "Upload custom Firmware"
|
||||
msgstr "Залить собственную прошивку"
|
||||
|
@ -5430,10 +5334,6 @@ msgctxt "name"
|
|||
msgid "Version Upgrade 5.6 to 5.7"
|
||||
msgstr "Обновление версии с 5.6 до 5.7"
|
||||
|
||||
msgctxt "name"
|
||||
msgid "Version Upgrade 5.8 to 5.9"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "@button"
|
||||
msgid "View printers in Digital Factory"
|
||||
msgstr "Просмотреть принтеры в Digital Factory"
|
||||
|
@ -5486,7 +5386,6 @@ msgctxt "@info:title"
|
|||
msgid "Warning"
|
||||
msgstr "Внимание"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Warning: The profile is not visible because its quality type '{0}' is not available for the current configuration. Switch to a material/nozzle combination that can use this quality type."
|
||||
msgstr "Внимание! Профиль не отображается, так как его тип качества \"{0}\" недоступен для текущей конфигурации. Выберите комбинацию материала и сопла, которым подходит этот тип качества."
|
||||
|
@ -5608,35 +5507,21 @@ msgid "Yes"
|
|||
msgstr "Да"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"You are about to remove all printers from Cura. This action cannot be undone.\n"
|
||||
"Are you sure you want to continue?"
|
||||
msgid "You are about to remove all printers from Cura. This action cannot be undone.\nAre you sure you want to continue?"
|
||||
msgstr "Вы удаляете все принтеры из Cura. Это действие невозможно будет отменить.Продолжить?"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"You are about to remove {0} printer from Cura. This action cannot be undone.\n"
|
||||
"Are you sure you want to continue?"
|
||||
msgid_plural ""
|
||||
"You are about to remove {0} printers from Cura. This action cannot be undone.\n"
|
||||
"Are you sure you want to continue?"
|
||||
msgstr[0] ""
|
||||
"Вы удаляете {0} принтер из Cura. Это действие невозможно будет отменить.\n"
|
||||
"Продолжить?"
|
||||
msgstr[1] ""
|
||||
"Вы удаляете {0} принтера из Cura. Это действие невозможно будет отменить.\n"
|
||||
"Продолжить?"
|
||||
msgstr[2] ""
|
||||
"Вы удаляете {0} принтеров из Cura. Это действие невозможно будет отменить.\n"
|
||||
"Продолжить?"
|
||||
msgid "You are about to remove {0} printer from Cura. This action cannot be undone.\nAre you sure you want to continue?"
|
||||
msgid_plural "You are about to remove {0} printers from Cura. This action cannot be undone.\nAre you sure you want to continue?"
|
||||
msgstr[0] "Вы удаляете {0} принтер из Cura. Это действие невозможно будет отменить.\nПродолжить?"
|
||||
msgstr[1] "Вы удаляете {0} принтера из Cura. Это действие невозможно будет отменить.\nПродолжить?"
|
||||
msgstr[2] "Вы удаляете {0} принтеров из Cura. Это действие невозможно будет отменить.\nПродолжить?"
|
||||
msgstr[3] ""
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid "You are attempting to connect to a printer that is not running UltiMaker Connect. Please update the printer to the latest firmware."
|
||||
msgstr "Вы пытаетесь подключиться к принтеру, на котором не работает UltiMaker Connect. Обновите прошивку принтера до последней версии."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "You are attempting to connect to {0} but it is not the host of a group. You can visit the web page to configure it as a group host."
|
||||
msgstr "Вы пытаетесь подключиться к {0}, но это не главный принтер группы. Откройте веб-страницу, чтобы настроить его в качестве главного принтера группы."
|
||||
|
@ -5647,7 +5532,9 @@ msgstr "В данный момент у вас отсутствуют резер
|
|||
|
||||
msgctxt "@text:window, %1 is a profile name"
|
||||
msgid "You have customized some profile settings. Would you like to Keep these changed settings after switching profiles? Alternatively, you can discard the changes to load the defaults from '%1'."
|
||||
msgstr "Вы изменили некоторые настройки профиля.Сохранить измененные настройки после переключения профилей?Изменения можно отменить и загрузить настройки по умолчанию из \"%1\"."
|
||||
msgstr "Вы изменили некоторые настройки профиля."
|
||||
"Сохранить измененные настройки после переключения профилей?"
|
||||
"Изменения можно отменить и загрузить настройки по умолчанию из \"%1\"."
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "You need to accept the license to install the package"
|
||||
|
@ -5677,12 +5564,10 @@ msgctxt "@info"
|
|||
msgid "Your new printer will automatically appear in Cura"
|
||||
msgstr "Ваш новый принтер автоматически появится в Cura"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid ""
|
||||
"Your printer <b>{printer_name}</b> could be connected via cloud.\n"
|
||||
" Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory"
|
||||
msgstr "Ваш принтер <b>{printer_name}</b> может быть подключен через облако. Управляйте очередью печати и следите за результатом из любого места благодаря подключению принтера к Digital Factory"
|
||||
msgid "Your printer <b>{printer_name}</b> could be connected via cloud.\n Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory"
|
||||
msgstr "Ваш принтер <b>{printer_name}</b> может быть подключен через облако."
|
||||
" Управляйте очередью печати и следите за результатом из любого места благодаря подключению принтера к Digital Factory"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Z"
|
||||
|
@ -5744,7 +5629,6 @@ msgctxt "@label"
|
|||
msgid "version: %1"
|
||||
msgstr "версия: %1"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@message {printer_name} is replaced with the name of the printer"
|
||||
msgid "{printer_name} will be removed until the next account sync."
|
||||
msgstr "{printer_name} будет удален до следующей синхронизации учетной записи."
|
||||
|
@ -5753,18 +5637,38 @@ msgctxt "@info:generic"
|
|||
msgid "{} plugins failed to download"
|
||||
msgstr "Встраиваемые модули ({} шт.) не загружены"
|
||||
|
||||
#~ msgctxt "description"
|
||||
#~ msgid "CuraEngine plugin for gradually smoothing the flow to limit high-flow jumps"
|
||||
#~ msgstr "Плагин CuraEngine для постепенного сглаживания потока и ограничения резких скачков потока"
|
||||
msgctxt "@label"
|
||||
msgid "Combination not recommended. Load BB core to slot 1 (left) for better reliability."
|
||||
msgstr "Комбинация не рекомендуется. Для повышения надежности установите сердечник BB в слот 1 (слева)."
|
||||
|
||||
#~ msgctxt "name"
|
||||
#~ msgid "CuraEngineGradualFlow"
|
||||
#~ msgstr "CuraEngineGradualFlow"
|
||||
msgctxt "@item:inlistbox"
|
||||
msgid "Makerbot Sketch Printfile"
|
||||
msgstr "Файл для печати эскиза Makerbot"
|
||||
|
||||
#~ msgctxt "@action:inmenu"
|
||||
#~ msgid "Show Online Troubleshooting"
|
||||
#~ msgstr "Показать сетевое руководство по устранению неполадок"
|
||||
msgctxt "@label:textbox"
|
||||
msgid "Search Printer"
|
||||
msgstr "Поиск принтера"
|
||||
|
||||
#~ msgctxt "@text:window"
|
||||
#~ msgid "This is a Cura Universal project file. Would you like to open it as a Cura project or Cura Universal Project or import the models from it?"
|
||||
#~ msgstr "Это файл проекта Cura Universal. Хотите открыть его как проект Cura или Cura Universal Project или импортировать из него модели?"
|
||||
msgctxt "@text:window"
|
||||
msgid "This is a Cura Universal project file. Would you like to open it as a Cura Universal Project or import the models from it?"
|
||||
msgstr "Это файл проекта Cura Universal. Вы хотите открыть его как Cura Universal Project или импортировать модели из него?"
|
||||
|
||||
msgctxt "@action:inmenu menubar:help"
|
||||
msgid "Export Package For Technical Support"
|
||||
msgstr "Экспортировать пакет для технической поддержки"
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to send the model data to the engine. Please try again, or contact support."
|
||||
msgstr "Не удается отправить данные модели в устройство. Повторите попытку или обратитесь в службу поддержки."
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to send the model data to the engine. Please try to use a less detailed model, or reduce the number of instances."
|
||||
msgstr "Не удается отправить данные модели в устройство. Попробуйте использовать менее подробную модель или уменьшите количество копий."
|
||||
|
||||
msgctxt "description"
|
||||
msgid "Upgrades configurations from Cura 5.8 to Cura 5.9."
|
||||
msgstr "Обновляет конфигурации с Cura 5.8 до Cura 5.9."
|
||||
|
||||
msgctxt "name"
|
||||
msgid "Version Upgrade 5.8 to 5.9"
|
||||
msgstr "Обновление версии 5.8 до 5.9"
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2024-10-09 14:27+0000\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-13 09:02+0100\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"
|
||||
|
@ -125,10 +124,6 @@ msgctxt "machine_nozzle_id label"
|
|||
msgid "Nozzle ID"
|
||||
msgstr "Идентификатор сопла"
|
||||
|
||||
msgctxt "machine_nozzle_head_distance label"
|
||||
msgid "Nozzle Length"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "machine_nozzle_offset_x label"
|
||||
msgid "Nozzle X Offset"
|
||||
msgstr "X смещение сопла"
|
||||
|
@ -157,10 +152,6 @@ msgctxt "extruder_nr description"
|
|||
msgid "The extruder train used for printing. This is used in multi-extrusion."
|
||||
msgstr "Экструдер, который используется для печати. Имеет значение при использовании нескольких экструдеров."
|
||||
|
||||
msgctxt "machine_nozzle_head_distance description"
|
||||
msgid "The height difference between the tip of the nozzle and the lowest part of the print head."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "machine_nozzle_size description"
|
||||
msgid "The inner diameter of the nozzle. Change this setting when using a non-standard nozzle size."
|
||||
msgstr "Внутренний диаметр сопла. Измените этот параметр при использовании сопла нестандартного размера."
|
||||
|
@ -204,3 +195,11 @@ msgstr "Смещение сопла по оси Y."
|
|||
msgctxt "machine_extruder_start_pos_y description"
|
||||
msgid "The y-coordinate of the starting position when turning the extruder on."
|
||||
msgstr "Y координата стартовой позиции при включении экструдера."
|
||||
|
||||
msgctxt "machine_nozzle_head_distance label"
|
||||
msgid "Nozzle Length"
|
||||
msgstr "Длина сопла"
|
||||
|
||||
msgctxt "machine_nozzle_head_distance description"
|
||||
msgid "The height difference between the tip of the nozzle and the lowest part of the print head."
|
||||
msgstr "Разница высот между кончиком сопла и самой нижней частью печатающей головки."
|
||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2024-10-09 14:27+0000\n"
|
||||
"POT-Creation-Date: 2024-11-06 10:43+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"
|
||||
|
@ -94,7 +94,7 @@ msgstr "В случае адаптивных слоев расчет высот
|
|||
|
||||
msgctxt "extra_infill_lines_to_support_skins description"
|
||||
msgid "Add extra lines into the infill pattern to support skins above. This option prevents holes or plastic blobs that sometime show in complex shaped skins due to the infill below not correctly supporting the skin layer being printed above. 'Walls' supports just the outlines of the skin, whereas 'Walls and Lines' also supports the ends of the lines that make up the skin."
|
||||
msgstr ""
|
||||
msgstr "Добавьте дополнительные линии в шаблон заполнения для поддержки оболочек выше. Эта опция предотвращает появление отверстий или капель пластика, которые иногда появляются в оболочках сложной формы из-за того, что заполнение внизу не поддерживает правильно слой оболочки, печатаемый выше. \"Стены\" поддерживают только контуры оболочки, тогда как \"стены и линии\" поддерживают также концы линий, которые образуют оболочку."
|
||||
|
||||
msgctxt "infill_wall_line_count description"
|
||||
msgid ""
|
||||
|
@ -444,11 +444,11 @@ msgstr "Ширина каймы"
|
|||
|
||||
msgctxt "build_fan_full_at_height label"
|
||||
msgid "Build Fan Speed at Height"
|
||||
msgstr ""
|
||||
msgstr "Скорость вентилятора построения в высоту"
|
||||
|
||||
msgctxt "build_fan_full_layer label"
|
||||
msgid "Build Fan Speed at Layer"
|
||||
msgstr ""
|
||||
msgstr "Скорость вентилятора построения на уровне"
|
||||
|
||||
msgctxt "platform_adhesion label"
|
||||
msgid "Build Plate Adhesion"
|
||||
|
@ -492,7 +492,7 @@ msgstr "Предупреждение о температуре объема сб
|
|||
|
||||
msgctxt "build_volume_fan_nr label"
|
||||
msgid "Build volume fan number"
|
||||
msgstr ""
|
||||
msgstr "Номер вентилятора объема построения"
|
||||
|
||||
msgctxt "prime_tower_brim_enable description"
|
||||
msgid "By enabling this setting, your prime-tower will get a brim, even if the model doesn't. If you want a sturdier base for a high tower, you can increase the base height."
|
||||
|
@ -732,11 +732,11 @@ msgstr "Обнаружение мостиков и изменение скоро
|
|||
|
||||
msgctxt "scarf_split_distance description"
|
||||
msgid "Determines the length of each step in the flow change when extruding along the scarf seam. A smaller distance will result in a more precise but also more complex G-code."
|
||||
msgstr ""
|
||||
msgstr "Определяет длину каждого шага изменения потока при экструзии вдоль косого шва. Меньшее расстояние приведет к более точному, но и более сложному G-коду."
|
||||
|
||||
msgctxt "scarf_joint_seam_length description"
|
||||
msgid "Determines the length of the scarf seam, a seam type that should make the Z seam less visible. Must be higher than 0 to be effective."
|
||||
msgstr ""
|
||||
msgstr "Определяет длину косого шва, типа шва, который должен сделать шов Z менее заметным. Для эффективности должно быть больше 0."
|
||||
|
||||
msgctxt "inset_direction description"
|
||||
msgid "Determines the order in which walls are printed. Printing outer walls earlier helps with dimensional accuracy, as faults from inner walls cannot propagate to the outside. However printing them later allows them to stack better when overhangs are printed. When there is an uneven amount of total innner walls, the 'center last line' is always printed last."
|
||||
|
@ -1028,7 +1028,7 @@ msgstr "Обширное сшивание пытается сшить откры
|
|||
|
||||
msgctxt "extra_infill_lines_to_support_skins label"
|
||||
msgid "Extra Infill Lines To Support Skins"
|
||||
msgstr ""
|
||||
msgstr "Дополнительные линии заполнения для поддержки оболочек"
|
||||
|
||||
msgctxt "infill_wall_line_count label"
|
||||
msgid "Extra Infill Wall Count"
|
||||
|
@ -1042,6 +1042,10 @@ msgctxt "switch_extruder_extra_prime_amount description"
|
|||
msgid "Extra material to prime after nozzle switching."
|
||||
msgstr "Дополнительный объем материала для заполнения после смены экструдера."
|
||||
|
||||
msgctxt "variant_name"
|
||||
msgid "Extruder"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "extruder_prime_pos_x label"
|
||||
msgid "Extruder Prime X Position"
|
||||
msgstr "Начальная X позиция экструдера"
|
||||
|
@ -2438,7 +2442,7 @@ msgstr "Нет"
|
|||
|
||||
msgctxt "extra_infill_lines_to_support_skins option none"
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
msgstr "Нет"
|
||||
|
||||
msgctxt "z_seam_corner option z_seam_corner_none"
|
||||
msgid "None"
|
||||
|
@ -2484,6 +2488,10 @@ msgctxt "machine_nozzle_id label"
|
|||
msgid "Nozzle ID"
|
||||
msgstr "Идентификатор сопла"
|
||||
|
||||
msgctxt "variant_name"
|
||||
msgid "Nozzle Size"
|
||||
msgstr "Диаметр сопла"
|
||||
|
||||
msgctxt "switch_extruder_extra_prime_amount label"
|
||||
msgid "Nozzle Switch Extra Prime Amount"
|
||||
msgstr "Дополнительно заполняемый объем при смене экструдера"
|
||||
|
@ -2614,15 +2622,15 @@ msgstr "Ускорение внешней стенки"
|
|||
|
||||
msgctxt "wall_0_acceleration label"
|
||||
msgid "Outer Wall Acceleration"
|
||||
msgstr ""
|
||||
msgstr "Ускорение на внешних стенках"
|
||||
|
||||
msgctxt "wall_0_deceleration label"
|
||||
msgid "Outer Wall Deceleration"
|
||||
msgstr ""
|
||||
msgstr "Замедление на внешних станках"
|
||||
|
||||
msgctxt "wall_0_end_speed_ratio label"
|
||||
msgid "Outer Wall End Speed Ratio"
|
||||
msgstr ""
|
||||
msgstr "Коэффициент скорости в конце внешней стенки"
|
||||
|
||||
msgctxt "wall_0_extruder_nr label"
|
||||
msgid "Outer Wall Extruder"
|
||||
|
@ -2650,11 +2658,11 @@ msgstr "Скорость печати внешней стенки"
|
|||
|
||||
msgctxt "wall_0_speed_split_distance label"
|
||||
msgid "Outer Wall Speed Split Distance"
|
||||
msgstr ""
|
||||
msgstr "Интервал скорости на внешней стенке"
|
||||
|
||||
msgctxt "wall_0_start_speed_ratio label"
|
||||
msgid "Outer Wall Start Speed Ratio"
|
||||
msgstr ""
|
||||
msgstr "Коэффициент начальной скорости на внешней стенке"
|
||||
|
||||
msgctxt "wall_0_wipe_dist label"
|
||||
msgid "Outer Wall Wipe Distance"
|
||||
|
@ -2792,6 +2800,10 @@ msgctxt "acceleration_print label"
|
|||
msgid "Print Acceleration"
|
||||
msgstr "Ускорение печати"
|
||||
|
||||
msgctxt "variant_name"
|
||||
msgid "Print Core"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "jerk_print label"
|
||||
msgid "Print Jerk"
|
||||
msgstr "Рывок печати"
|
||||
|
@ -3298,15 +3310,15 @@ msgstr "Коэффициент масштабирования для компе
|
|||
|
||||
msgctxt "scarf_joint_seam_length label"
|
||||
msgid "Scarf Seam Length"
|
||||
msgstr ""
|
||||
msgstr "Длина косого шва"
|
||||
|
||||
msgctxt "scarf_joint_seam_start_height_ratio label"
|
||||
msgid "Scarf Seam Start Height"
|
||||
msgstr ""
|
||||
msgstr "Начальная высота косого шва"
|
||||
|
||||
msgctxt "scarf_split_distance label"
|
||||
msgid "Scarf Seam Step Length"
|
||||
msgstr ""
|
||||
msgstr "Длина шага косого шва"
|
||||
|
||||
msgctxt "support_meshes_present label"
|
||||
msgid "Scene Has Support Meshes"
|
||||
|
@ -4366,7 +4378,7 @@ msgstr "Высота над горизонтальными частями ваш
|
|||
|
||||
msgctxt "build_fan_full_at_height description"
|
||||
msgid "The height at which the fans spin on regular fan speed. At the layers below the fan speed gradually increases from Initial Fan Speed to Regular Fan Speed."
|
||||
msgstr ""
|
||||
msgstr "Высота, на которой вентиляторы вращаются на обычной скорости. На нижних уровнях скорость вентилятора постепенно увеличивается от начальной скорости вентилятора до обычной скорости вентилятора."
|
||||
|
||||
msgctxt "cool_fan_full_at_height description"
|
||||
msgid "The height at which the fans spin on regular fan speed. At the layers below the fan speed gradually increases from Initial Fan Speed to Regular Fan Speed."
|
||||
|
@ -4476,7 +4488,7 @@ msgstr "Наибольшая ширина областей оболочки, к
|
|||
|
||||
msgctxt "build_fan_full_layer description"
|
||||
msgid "The layer at which the build fans spin on full fan speed. This value is calculated and rounded to a whole number."
|
||||
msgstr ""
|
||||
msgstr "Слой, на котором вентиляторы построения вращаются на полной скорости. Это значение рассчитывается и округляется до целого числа."
|
||||
|
||||
msgctxt "cool_fan_full_layer description"
|
||||
msgid "The layer at which the fans spin on regular fan speed. If regular fan speed at height is set, this value is calculated and rounded to a whole number."
|
||||
|
@ -4764,7 +4776,7 @@ msgstr "Количество линий, используемых для кай
|
|||
|
||||
msgctxt "build_volume_fan_nr description"
|
||||
msgid "The number of the fan that cools the build volume. If this is set to 0, it's means that there is no build volume fan"
|
||||
msgstr ""
|
||||
msgstr "Номер вентилятора, охлаждающего объем построения. Если установлено значение 0, это означает, что вентилятора объема построения нет"
|
||||
|
||||
msgctxt "raft_surface_layers description"
|
||||
msgid "The number of top layers on top of the 2nd raft layer. These are fully filled layers that the model sits on. 2 layers result in a smoother top surface than 1."
|
||||
|
@ -4860,7 +4872,7 @@ msgstr "Изменение максимальной мгновенной ско
|
|||
|
||||
msgctxt "scarf_joint_seam_start_height_ratio description"
|
||||
msgid "The ratio of the selected layer height at which the scarf seam will begin. A lower number will result in a larger seam height. Must be lower than 100 to be effective."
|
||||
msgstr ""
|
||||
msgstr "Коэффициент выбранной высоты слоя, при котором начнется косой шов. Меньшее число приведет к большей высоте шва. Для эффективности должно быть ниже 100."
|
||||
|
||||
msgctxt "machine_shape description"
|
||||
msgid "The shape of the build plate without taking unprintable areas into account."
|
||||
|
@ -5192,23 +5204,23 @@ msgstr "Эта настройка управляет расстоянием на
|
|||
|
||||
msgctxt "wall_0_acceleration description"
|
||||
msgid "This is the acceleration with which to reach the top speed when printing an outer wall."
|
||||
msgstr ""
|
||||
msgstr "Это ускорение, с которым можно достичь максимальной скорости при печати наружной стенки."
|
||||
|
||||
msgctxt "wall_0_deceleration description"
|
||||
msgid "This is the deceleration with which to end printing an outer wall."
|
||||
msgstr ""
|
||||
msgstr "Это замедление, с которым следует завершить печать внешней стенки."
|
||||
|
||||
msgctxt "wall_0_speed_split_distance description"
|
||||
msgid "This is the maximum length of an extrusion path when splitting a longer path to apply the outer wall acceleration/deceleration. A smaller distance will create a more precise but also more verbose G-Code."
|
||||
msgstr ""
|
||||
msgstr "Это максимальная длина пути экструзии при разделении более длинного пути для применения ускорения/замедления на внешней стенке. Меньшее расстояние создаст более точный, но и более сложный G-код."
|
||||
|
||||
msgctxt "wall_0_end_speed_ratio description"
|
||||
msgid "This is the ratio of the top speed to end with when printing an outer wall."
|
||||
msgstr ""
|
||||
msgstr "Это коэффициент максимальной скорости для завершения печати внешней стенки."
|
||||
|
||||
msgctxt "wall_0_start_speed_ratio description"
|
||||
msgid "This is the ratio of the top speed to start with when printing an outer wall."
|
||||
msgstr ""
|
||||
msgstr "Это коэффициент максимальной скорости, с которой следует начинать печать внешней стенки."
|
||||
|
||||
msgctxt "raft_base_smoothing description"
|
||||
msgid "This setting controls how much inner corners in the raft base outline are rounded. Inward corners are rounded to a semi circle with a radius equal to the value given here. This setting also removes holes in the raft outline which are smaller than such a circle."
|
||||
|
@ -5592,15 +5604,15 @@ msgstr "Стенки"
|
|||
|
||||
msgctxt "extra_infill_lines_to_support_skins option walls"
|
||||
msgid "Walls Only"
|
||||
msgstr ""
|
||||
msgstr "Только стенки"
|
||||
|
||||
msgctxt "extra_infill_lines_to_support_skins option walls_and_lines"
|
||||
msgid "Walls and Lines"
|
||||
msgstr ""
|
||||
msgstr "Стенки и линии"
|
||||
|
||||
msgctxt "wall_overhang_angle description"
|
||||
msgid "Walls that overhang more than this angle will be printed using overhanging wall settings. When the value is 90, no walls will be treated as overhanging. Overhang that gets supported by support will not be treated as overhang either. Furthermore, any line that's less than half overhanging will also not be treated as overhang."
|
||||
msgstr ""
|
||||
msgstr "Стены, которые нависают больше, чем на этот угол, будут напечатаны с использованием настроек для нависающих стен. Если значение равно 90, ни одна стенка не будет считаться нависающей. Нависание, поддерживаемое опорой, также не будет считаться нависанием. Кроме того, любая линия, которая нависает меньше, чем на половину, также не будет считаться нависанием."
|
||||
|
||||
msgctxt "meshfix_fluid_motion_enabled description"
|
||||
msgid "When enabled tool paths are corrected for printers with smooth motion planners. Small movements that deviate from the general tool path direction are smoothed to improve fluid motions."
|
||||
|
|
|
@ -2,7 +2,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-10-09 14:27+0200\n"
|
||||
"POT-Creation-Date: 2024-03-13 09:02+0100\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"
|
||||
|
@ -12,7 +12,6 @@ msgstr ""
|
|||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
|
||||
#, python-format
|
||||
msgctxt "@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm."
|
||||
msgid "%(width).1f x %(depth).1f x %(height).1f mm"
|
||||
msgstr "%(width).1f x %(depth).1f x %(height).1f mm"
|
||||
|
@ -142,11 +141,10 @@ msgid "*You will need to restart the application for these changes to have effec
|
|||
msgstr "*Bu değişikliklerin etkili olması için uygulamayı yeniden başlatmanız gerekecektir."
|
||||
|
||||
msgctxt "@text"
|
||||
msgid ""
|
||||
"- Add material profiles and plug-ins from the Marketplace\n"
|
||||
"- Back-up and sync your material profiles and plug-ins\n"
|
||||
"- Share ideas and get help from 48,000+ users in the UltiMaker community"
|
||||
msgstr "- Marketplace'den malzeme profilleri ve eklentiler ekleyin- Malzeme profillerinizi ve eklentilerinizi yedekleyin ve senkronize edin- UltiMaker topluluğunda fikirlerinizi paylaşın ve 48.000'den fazla kullanıcıdan yardım alın"
|
||||
msgid "- Add material profiles and plug-ins from the Marketplace\n- Back-up and sync your material profiles and plug-ins\n- Share ideas and get help from 48,000+ users in the UltiMaker community"
|
||||
msgstr "- Marketplace'den malzeme profilleri ve eklentiler ekleyin"
|
||||
"- Malzeme profillerinizi ve eklentilerinizi yedekleyin ve senkronize edin"
|
||||
"- UltiMaker topluluğunda fikirlerinizi paylaşın ve 48.000'den fazla kullanıcıdan yardım alın"
|
||||
|
||||
msgctxt "@heading"
|
||||
msgid "-- incomplete --"
|
||||
|
@ -200,45 +198,38 @@ msgctxt "@label %i will be replaced with a profile name"
|
|||
msgid "<b>Only user changed settings will be saved in the custom profile.</b><br/>For materials that support it, the new custom profile will inherit properties from <b>%1</b>."
|
||||
msgstr "<b>Özel profilde yalnızca kullanıcı tarafından değiştirilen ayarlar kaydedilir.</b><br/>Yeni özel profil, bunu destekleyen malzemeler için <b>%1</b>adresindeki özellikleri devralır."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label OpenGL renderer"
|
||||
msgid "<li>OpenGL Renderer: {renderer}</li>"
|
||||
msgstr "<li>OpenGL Oluşturucusu: {renderer}</li>"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label OpenGL vendor"
|
||||
msgid "<li>OpenGL Vendor: {vendor}</li>"
|
||||
msgstr "<li>OpenGL Satıcısı: {vendor}</li>"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label OpenGL version"
|
||||
msgid "<li>OpenGL Version: {version}</li>"
|
||||
msgstr "<li>OpenGL Sürümü: {version}</li>"
|
||||
|
||||
msgctxt "@label crash message"
|
||||
msgid ""
|
||||
"<p><b>A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem</p></b>\n"
|
||||
" <p>Please use the \"Send report\" button to post a bug report automatically to our servers</p>\n"
|
||||
msgid "<p><b>A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem</p></b>\n <p>Please use the \"Send report\" button to post a bug report automatically to our servers</p>\n "
|
||||
msgstr "<p><b>Cura’da onarılamaz bir hata oluştu. Lütfen sorunu çözmek için bize Çökme Raporunu gönderin</p></b>"
|
||||
" <p>Sunucularımıza otomatik olarak bir hata raporu yüklemek için lütfen "Rapor gönder" düğmesini kullanın</p>"
|
||||
" "
|
||||
msgstr "<p><b>Cura’da onarılamaz bir hata oluştu. Lütfen sorunu çözmek için bize Çökme Raporunu gönderin</p></b> <p>Sunucularımıza otomatik olarak bir hata raporu yüklemek için lütfen "Rapor gönder" düğmesini kullanın</p> "
|
||||
|
||||
msgctxt "@label crash message"
|
||||
msgid ""
|
||||
"<p><b>Oops, UltiMaker Cura has encountered something that doesn't seem right.</p></b>\n"
|
||||
" <p>We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.</p>\n"
|
||||
" <p>Backups can be found in the configuration folder.</p>\n"
|
||||
" <p>Please send us this Crash Report to fix the problem.</p>\n"
|
||||
msgid "<p><b>Oops, UltiMaker Cura has encountered something that doesn't seem right.</p></b>\n <p>We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.</p>\n <p>Backups can be found in the configuration folder.</p>\n <p>Please send us this Crash Report to fix the problem.</p>\n "
|
||||
msgstr "<p><b>Ultimaker Cura doğru görünmeyen bir şeyle karşılaştı.</p></b>"
|
||||
" <p>Başlatma esnasında kurtarılamaz bir hata ile karşılaştık. Muhtemelen bazı hatalı yapılandırma dosyalarından kaynaklanıyordu. Yapılandırmanızı yedekleyip sıfırlamanızı öneriyoruz.</p>"
|
||||
" <p>Yedekler yapılandırma klasöründe bulunabilir.</p>"
|
||||
" <p>Sorunu düzeltmek için lütfen bu Çökme Raporunu bize gönderin.</p>"
|
||||
" "
|
||||
msgstr "<p><b>Ultimaker Cura doğru görünmeyen bir şeyle karşılaştı.</p></b> <p>Başlatma esnasında kurtarılamaz bir hata ile karşılaştık. Muhtemelen bazı hatalı yapılandırma dosyalarından kaynaklanıyordu. Yapılandırmanızı yedekleyip sıfırlamanızı öneriyoruz.</p> <p>Yedekler yapılandırma klasöründe bulunabilir.</p> <p>Sorunu düzeltmek için lütfen bu Çökme Raporunu bize gönderin.</p> "
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid ""
|
||||
"<p>One or more 3D models may not print optimally due to the model size and material configuration:</p>\n"
|
||||
"<p>{model_names}</p>\n"
|
||||
"<p>Find out how to ensure the best possible print quality and reliability.</p>\n"
|
||||
"<p><a href=\"https://ultimaker.com/3D-model-assistant\">View print quality guide</a></p>"
|
||||
msgstr "<p>Model boyutu ve model yapılandırması nedeniyle bir veya daha fazla 3D model optimum yazdırılamayabilir:</p><p>{model_names}</p><p>En iyi kalite ve güvenilirliği nasıl elde edeceğinizi öğrenin.</p><p><a href=\"https://ultimaker.com/3D-model-assistant\">Yazdırma kalitesi kılavuzunu görüntüleyin</a></p>"
|
||||
msgid "<p>One or more 3D models may not print optimally due to the model size and material configuration:</p>\n<p>{model_names}</p>\n<p>Find out how to ensure the best possible print quality and reliability.</p>\n<p><a href=\"https://ultimaker.com/3D-model-assistant\">View print quality guide</a></p>"
|
||||
msgstr "<p>Model boyutu ve model yapılandırması nedeniyle bir veya daha fazla 3D model optimum yazdırılamayabilir:</p>"
|
||||
"<p>{model_names}</p>"
|
||||
"<p>En iyi kalite ve güvenilirliği nasıl elde edeceğinizi öğrenin.</p>"
|
||||
"<p><a href=\"https://ultimaker.com/3D-model-assistant\">Yazdırma kalitesi kılavuzunu görüntüleyin</a></p>"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "A USB print is in progress, closing Cura will stop this print. Are you sure?"
|
||||
|
@ -398,7 +389,6 @@ msgctxt "@button"
|
|||
msgid "Add printer manually"
|
||||
msgstr "Yazıcıyı manuel olarak ekle"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "info:status Filled in with printer name and printer model."
|
||||
msgid "Adding printer {name} ({model}) from your account"
|
||||
msgstr "{name} yazıcısı ({model}) hesabınızdan ekleniyor"
|
||||
|
@ -439,7 +429,6 @@ msgctxt "@item:inlistbox"
|
|||
msgid "All Files (*)"
|
||||
msgstr "Tüm Dosyalar (*)"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@item:inlistbox"
|
||||
msgid "All Supported Types ({0})"
|
||||
msgstr "Tüm desteklenen türler ({0})"
|
||||
|
@ -532,7 +521,6 @@ msgctxt "@label %1 is the name of a print job."
|
|||
msgid "Are you sure you want to move %1 to the top of the queue?"
|
||||
msgstr "%1 öğesini kuyruğun en üstüne taşımak ister misiniz?"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@message {printer_name} is replaced with the name of the printer"
|
||||
msgid "Are you sure you want to remove {printer_name} temporarily?"
|
||||
msgstr "{printer_name} yazıcısını geçici olarak kaldırmak istediğinizden emin misiniz?"
|
||||
|
@ -545,7 +533,6 @@ msgctxt "@label (%1 is object name)"
|
|||
msgid "Are you sure you wish to remove %1? This cannot be undone!"
|
||||
msgstr "%1’i kaldırmak istediğinizden emin misiniz? Bu eylem geri alınamaz!"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label {0} is the name of a printer that's about to be deleted."
|
||||
msgid "Are you sure you wish to remove {0}? This cannot be undone!"
|
||||
msgstr "{0} yazıcısını kaldırmak istediğinizden emin misiniz? Bu işlem geri alınamaz!"
|
||||
|
@ -710,12 +697,10 @@ msgctxt "@label"
|
|||
msgid "Can't connect to your UltiMaker printer?"
|
||||
msgstr "UltiMaker yazıcınıza bağlanamıyor musunuz?"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename>!"
|
||||
msgid "Can't import profile from <filename>{0}</filename> before a printer is added."
|
||||
msgstr "Yazıcı eklenmeden önce profil, <filename>{0}</filename> dosyasından içe aktarılamaz."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Can't open any other file if G-code is loading. Skipped importing {0}"
|
||||
msgstr "G-code yüklenirken başka bir dosya açılamaz. {0} içe aktarma atlandı"
|
||||
|
@ -797,12 +782,7 @@ msgid "Checks models and print configuration for possible printing issues and gi
|
|||
msgstr "Olası yazdırma sorunlarına karşı modelleri ve yazdırma yapılandırmasını kontrol eder ve öneriler verir."
|
||||
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"Chooses between the techniques available to generate support. \n"
|
||||
"\n"
|
||||
"\"Normal\" support creates a support structure directly below the overhanging parts and drops those areas straight down. \n"
|
||||
"\n"
|
||||
"\"Tree\" support creates branches towards the overhanging areas that support the model on the tips of those branches, and allows the branches to crawl around the model to support it from the build plate as much as possible."
|
||||
msgid "Chooses between the techniques available to generate support. \n\n\"Normal\" support creates a support structure directly below the overhanging parts and drops those areas straight down. \n\n\"Tree\" support creates branches towards the overhanging areas that support the model on the tips of those branches, and allows the branches to crawl around the model to support it from the build plate as much as possible."
|
||||
msgstr "Destek oluşturmak için kullanılabilir teknikler arasından seçim yapar. \"Normal\" destek, çıkıntılı parçaların hemen altında bir destek yapısı oluşturur ve bu alanları dümdüz aşağı indirir. \"Ağaç\"destek, çıkıntılı alanlara doğru dallar oluşturur ve bu dalların uçlarıyla model desteklenir; dallar modelin etrafına sarılarak yapı plakasından olabildiğince destek alır."
|
||||
|
||||
msgctxt "@action:inmenu menubar:edit"
|
||||
|
@ -841,10 +821,6 @@ msgctxt "@label"
|
|||
msgid "Color scheme"
|
||||
msgstr "Renk şeması"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Combination not recommended. Load BB core to slot 1 (left) for better reliability."
|
||||
msgstr "Kombinasyon önerilmez. Daha iyi güvenilirlik için BB core'u 1. yuvaya (solda) yükleyin."
|
||||
|
||||
msgctxt "@info"
|
||||
msgid "Compare and save."
|
||||
msgstr "Karşılaştırın ve tasarruf edin."
|
||||
|
@ -1009,7 +985,6 @@ msgctxt "@info:backup_failed"
|
|||
msgid "Could not create archive from user data directory: {}"
|
||||
msgstr "Kullanıcı veri dizininden arşiv oluşturulamadı: {}"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the tag {device}!"
|
||||
msgid "Could not find a file name when trying to write to {device}."
|
||||
msgstr "{device} üzerine yazmaya çalışırken dosya adı bulunamadı."
|
||||
|
@ -1038,12 +1013,10 @@ msgctxt "@message:text"
|
|||
msgid "Could not save material archive to {}:"
|
||||
msgstr "Malzeme arşivi {} konumuna kaydedilemedi:"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename> or <message>!"
|
||||
msgid "Could not save to <filename>{0}</filename>: <message>{1}</message>"
|
||||
msgstr "<filename>{0}</filename> dosyasına kaydedilemedi: <message>{1}</message>"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Could not save to removable drive {0}: {1}"
|
||||
msgstr "Çıkarılabilir aygıta {0} kaydedilemedi: {1}"
|
||||
|
@ -1052,26 +1025,20 @@ msgctxt "@info:text"
|
|||
msgid "Could not upload the data to the printer."
|
||||
msgstr "Veri yazıcıya yüklenemedi."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:plugin_failed"
|
||||
msgid ""
|
||||
"Couldn't start EnginePlugin: {self._plugin_id}\n"
|
||||
"No permission to execute process."
|
||||
msgstr "EnginePlugin başlatılamadı: {self._plugin_id}İşlem yürütme izni yok."
|
||||
msgid "Couldn't start EnginePlugin: {self._plugin_id}\nNo permission to execute process."
|
||||
msgstr "EnginePlugin başlatılamadı: {self._plugin_id}"
|
||||
"İşlem yürütme izni yok."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:plugin_failed"
|
||||
msgid ""
|
||||
"Couldn't start EnginePlugin: {self._plugin_id}\n"
|
||||
"Operating system is blocking it (antivirus?)"
|
||||
msgstr "EnginePlugin başlatılamadı: {self._plugin_id}İşletim sistemi tarafından engelleniyor (antivirüs?)"
|
||||
msgid "Couldn't start EnginePlugin: {self._plugin_id}\nOperating system is blocking it (antivirus?)"
|
||||
msgstr "EnginePlugin başlatılamadı: {self._plugin_id}"
|
||||
"İşletim sistemi tarafından engelleniyor (antivirüs?)"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:plugin_failed"
|
||||
msgid ""
|
||||
"Couldn't start EnginePlugin: {self._plugin_id}\n"
|
||||
"Resource is temporarily unavailable"
|
||||
msgstr "EnginePlugin başlatılamadı: {self._plugin_id}Kaynak geçici olarak kullanılamıyor"
|
||||
msgid "Couldn't start EnginePlugin: {self._plugin_id}\nResource is temporarily unavailable"
|
||||
msgstr "EnginePlugin başlatılamadı: {self._plugin_id}"
|
||||
"Kaynak geçici olarak kullanılamıyor"
|
||||
|
||||
msgctxt "@title:window"
|
||||
msgid "Crash Report"
|
||||
|
@ -1157,16 +1124,14 @@ msgctxt "@title:window"
|
|||
msgid "Cura can't start"
|
||||
msgstr "Cura başlatılamıyor"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Cura has detected material profiles that were not yet installed on the host printer of group {0}."
|
||||
msgstr "Cura, henüz {0} grubunun ana yazıcısına yüklenmemiş malzeme profilleri tespit etti."
|
||||
|
||||
msgctxt "@info:credit"
|
||||
msgid ""
|
||||
"Cura is developed by UltiMaker in cooperation with the community.\n"
|
||||
"Cura proudly uses the following open source projects:"
|
||||
msgstr "Cura, topluluk iş birliği ile UltiMaker tarafından geliştirilmiştir.Cura aşağıdaki açık kaynak projelerini gururla kullanmaktadır:"
|
||||
msgid "Cura is developed by UltiMaker in cooperation with the community.\nCura proudly uses the following open source projects:"
|
||||
msgstr "Cura, topluluk iş birliği ile UltiMaker tarafından geliştirilmiştir."
|
||||
"Cura aşağıdaki açık kaynak projelerini gururla kullanmaktadır:"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Cura language"
|
||||
|
@ -1180,6 +1145,14 @@ msgctxt "name"
|
|||
msgid "CuraEngine Backend"
|
||||
msgstr "CuraEngine Arka Uç"
|
||||
|
||||
msgctxt "description"
|
||||
msgid "CuraEngine plugin for gradually smoothing the flow to limit high-flow jumps"
|
||||
msgstr "Yüksek akışlı sıçramaları sınırlamak amacıyla akışı kademeli olarak düzelten CuraEngine eklentisi"
|
||||
|
||||
msgctxt "name"
|
||||
msgid "CuraEngineGradualFlow"
|
||||
msgstr "CuraEngineGradualFlow"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Currency:"
|
||||
msgstr "Para Birimi:"
|
||||
|
@ -1436,12 +1409,10 @@ msgctxt "@action:button"
|
|||
msgid "Eject"
|
||||
msgstr "Çıkar"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@action"
|
||||
msgid "Eject removable device {0}"
|
||||
msgstr "Çıkarılabilir aygıtı çıkar {0}"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Ejected {0}. You can now safely remove the drive."
|
||||
msgstr "Çıkarıldı {0}. Şimdi sürücüyü güvenle kaldırabilirsiniz."
|
||||
|
@ -1530,10 +1501,6 @@ msgctxt "@title:window"
|
|||
msgid "Export Material"
|
||||
msgstr "Malzemeyi Dışa Aktar"
|
||||
|
||||
msgctxt "@action:inmenu menubar:help"
|
||||
msgid "Export Package For Technical Support"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "@title:window"
|
||||
msgid "Export Profile"
|
||||
msgstr "Profili Dışa Aktar"
|
||||
|
@ -1554,7 +1521,6 @@ msgctxt "@info:title"
|
|||
msgid "Export succeeded"
|
||||
msgstr "Dışa aktarma başarılı"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tag <filename>!"
|
||||
msgid "Exported profile to <filename>{0}</filename>"
|
||||
msgstr "Profil <filename>{0}</filename> dosyasına aktarıldı"
|
||||
|
@ -1591,7 +1557,6 @@ msgctxt "@label"
|
|||
msgid "Extruder Start G-code duration"
|
||||
msgstr "Ekstruder Başlangıç G kodu süresi"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label"
|
||||
msgid "Extruder {0}"
|
||||
msgstr "Ekstruder {0}"
|
||||
|
@ -1616,7 +1581,6 @@ msgctxt "@text:error"
|
|||
msgid "Failed to create archive of materials to sync with printers."
|
||||
msgstr "Yazıcılarla senkronize edilecek malzeme arşivi oluşturulamadı."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Failed to eject {0}. Another program may be using the drive."
|
||||
msgstr "Çıkarma işlemi başarısız oldu {0}. Başka bir program sürücüyü kullanıyor olabilir."
|
||||
|
@ -1625,27 +1589,22 @@ msgctxt "@info:status Don't translate the XML tags <filename> and <message>!"
|
|||
msgid "Failed to export material to <filename>%1</filename>: <message>%2</message>"
|
||||
msgstr "Malzemenin <filename>%1</filename> dosyasına dışa aktarımı başarısız oldu: <message>%2</message>"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename> or <message>!"
|
||||
msgid "Failed to export profile to <filename>{0}</filename>: <message>{1}</message>"
|
||||
msgstr "Profilin <filename>{0}</filename> dosyasına aktarımı başarısız oldu: <message>{1}</message>"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tag <filename>!"
|
||||
msgid "Failed to export profile to <filename>{0}</filename>: Writer plugin reported failure."
|
||||
msgstr "Profilin <filename>{0}</filename> dosyasına aktarımı başarısız oldu: Yazıcı eklentisinde rapor edilen hata."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tag <filename>!"
|
||||
msgid "Failed to import profile from <filename>{0}</filename>:"
|
||||
msgstr "<filename>{0}</filename> dosyasından profil içe aktarımı başarısız oldu:"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename>!"
|
||||
msgid "Failed to import profile from <filename>{0}</filename>:"
|
||||
msgstr "<filename>{0}</filename> dosyasından profil içe aktarımı başarısız oldu:"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename>!"
|
||||
msgid "Failed to import profile from <filename>{0}</filename>: {1}"
|
||||
msgstr "<filename>{0}</filename> dosyasından profil içe aktarımı başarısız oldu: {1}"
|
||||
|
@ -1662,7 +1621,6 @@ msgctxt "@message:title"
|
|||
msgid "Failed to save material archive"
|
||||
msgstr "Malzeme arşivi kaydedilemedi"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Failed writing to specific cloud printer: {0} not in remote clusters."
|
||||
msgstr "Belirli bir bulut yazıcısına yazma işlemi başarısız oldu: {0} uzak saklama biriminde değil."
|
||||
|
@ -1691,7 +1649,6 @@ msgctxt "@info:title"
|
|||
msgid "File Saved"
|
||||
msgstr "Dosya Kaydedildi"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "File {0} does not contain any valid profile."
|
||||
msgstr "Dosya {0} geçerli bir profil içermemekte."
|
||||
|
@ -1915,7 +1872,6 @@ msgctxt "@label"
|
|||
msgid "Grid Placement"
|
||||
msgstr "Izgara Yerleşimi"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label"
|
||||
msgid "Group #{group_nr}"
|
||||
msgstr "Grup #{group_nr}"
|
||||
|
@ -2400,10 +2356,6 @@ msgctxt "name"
|
|||
msgid "Makerbot Printfile Writer"
|
||||
msgstr "Makerbot Baskı Dosyası Yazarı"
|
||||
|
||||
msgctxt "@item:inlistbox"
|
||||
msgid "Makerbot Sketch Printfile"
|
||||
msgstr "Makerbot Çizim Baskı Dosyası"
|
||||
|
||||
msgctxt "@error"
|
||||
msgid "MakerbotWriter could not save to the designated path."
|
||||
msgstr "MakerbotWriter belirlenen yola kaydedemedi."
|
||||
|
@ -2646,7 +2598,6 @@ msgctxt "@info:title"
|
|||
msgid "Network error"
|
||||
msgstr "Ağ hatası"
|
||||
|
||||
#, python-format
|
||||
msgctxt "@info:title The %s gets replaced with the printer name."
|
||||
msgid "New %s stable firmware available"
|
||||
msgstr "Yeni %s istikrarlı donanım yazılımı yayınlandı"
|
||||
|
@ -2659,7 +2610,6 @@ msgctxt "@label"
|
|||
msgid "New UltiMaker printers can be connected to Digital Factory and monitored remotely."
|
||||
msgstr "Yeni UltiMaker yazıcılar Digital Factory’ye bağlanabilir ve uzaktan izlenebilir."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info Don't translate {machine_name}, since it gets replaced by a printer name!"
|
||||
msgid "New features or bug-fixes may be available for your {machine_name}! If you haven't done so already, it is recommended to update the firmware on your printer to version {latest_version}."
|
||||
msgstr "{machine_name} cihazınız için yeni özellikler veya hata düzeltmeleri mevcut olabilir! Henüz son sürüme geçmediyseniz yazıcınızın donanım yazılımını {latest_version} sürümüne güncellemeniz önerilir."
|
||||
|
@ -2706,7 +2656,6 @@ msgctxt "@label"
|
|||
msgid "No cost estimation available"
|
||||
msgstr "Maliyet tahmini yok"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename>!"
|
||||
msgid "No custom profile to import in file <filename>{0}</filename>"
|
||||
msgstr "<filename>{0}</filename> dosyasında içe aktarılabilecek özel profil yok"
|
||||
|
@ -2807,6 +2756,10 @@ msgctxt "@label"
|
|||
msgid "Nozzle offset Y"
|
||||
msgstr "Nozül Y ofseti"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Nozzle Size"
|
||||
msgstr "Nozzle boyutu"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Nozzle size"
|
||||
msgstr "Nozzle boyutu"
|
||||
|
@ -2843,7 +2796,6 @@ msgctxt "@label"
|
|||
msgid "Only Show Top Layers"
|
||||
msgstr "Yalnızca Üst Katmanları Göster"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Only one G-code file can be loaded at a time. Skipped importing {0}"
|
||||
msgstr "Aynı anda yalnızca bir G-code dosyası yüklenebilir. {0} içe aktarma atlandı"
|
||||
|
@ -3057,12 +3009,11 @@ msgid "Please give the required permissions when authorizing this application."
|
|||
msgstr "Lütfen bu başvuruya yetki verirken gerekli izinleri verin."
|
||||
|
||||
msgctxt "@info"
|
||||
msgid ""
|
||||
"Please make sure your printer has a connection:\n"
|
||||
"- Check if the printer is turned on.\n"
|
||||
"- Check if the printer is connected to the network.\n"
|
||||
"- Check if you are signed in to discover cloud-connected printers."
|
||||
msgstr "Lütfen yazıcınızda bağlantı olduğundan emin olun:- Yazıcının açık olup olmadığını kontrol edin.- Yazıcının ağa bağlı olup olmadığını kontrol edin.- Buluta bağlı yazıcıları keşfetmek için giriş yapıp yapmadığınızı kontrol edin."
|
||||
msgid "Please make sure your printer has a connection:\n- Check if the printer is turned on.\n- Check if the printer is connected to the network.\n- Check if you are signed in to discover cloud-connected printers."
|
||||
msgstr "Lütfen yazıcınızda bağlantı olduğundan emin olun:"
|
||||
"- Yazıcının açık olup olmadığını kontrol edin."
|
||||
"- Yazıcının ağa bağlı olup olmadığını kontrol edin."
|
||||
"- Buluta bağlı yazıcıları keşfetmek için giriş yapıp yapmadığınızı kontrol edin."
|
||||
|
||||
msgctxt "@text"
|
||||
msgid "Please name your printer"
|
||||
|
@ -3089,12 +3040,11 @@ msgid "Please remove the print"
|
|||
msgstr "Lütfen yazıcıyı çıkarın"
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid ""
|
||||
"Please review settings and check if your models:\n"
|
||||
"- Fit within the build volume\n"
|
||||
"- Are assigned to an enabled extruder\n"
|
||||
"- Are not all set as modifier meshes"
|
||||
msgstr "Lütfen ayarları gözden geçirin ve modellerinizi şu durumlara karşı kontrol edin:- Yapı hacmine sığma- Etkin bir ekstrüdere atanma- Değiştirici kafesler olarak ayarlanmama"
|
||||
msgid "Please review settings and check if your models:\n- Fit within the build volume\n- Are assigned to an enabled extruder\n- Are not all set as modifier meshes"
|
||||
msgstr "Lütfen ayarları gözden geçirin ve modellerinizi şu durumlara karşı kontrol edin:"
|
||||
"- Yapı hacmine sığma"
|
||||
"- Etkin bir ekstrüdere atanma"
|
||||
"- Değiştirici kafesler olarak ayarlanmama"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Please select any upgrades made to this UltiMaker Original"
|
||||
|
@ -3396,7 +3346,6 @@ msgctxt "@title:column"
|
|||
msgid "Profile settings"
|
||||
msgstr "Profil ayarları"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Profile {0} has an unknown file type or is corrupted."
|
||||
msgstr "Profil {0} öğesinde bilinmeyen bir dosya türü var veya profil bozuk."
|
||||
|
@ -3421,22 +3370,18 @@ msgctxt "@label Description for application dependency"
|
|||
msgid "Programming language"
|
||||
msgstr "Programlama dili"
|
||||
|
||||
#, 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 "Proje dosyası <filename>{0}</filename> bilinmeyen bir makine tipi içeriyor: <message>{1}</message>. Makine alınamıyor. Bunun yerine modeller alınacak."
|
||||
|
||||
#, 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 "Proje dosyası <filename>{0}</filename> bozuk: <message>{1}</message>."
|
||||
|
||||
#, 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."
|
||||
msgstr "<filename>{0}</filename> proje dosyası, Ultimaker Cura'nın bu sürümünde bilinmeyen profiller kullanılarak yapılmış."
|
||||
|
||||
#, 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> proje dosyası aniden erişilemez oldu: <message>{1}</message>."
|
||||
|
@ -3565,7 +3510,6 @@ msgctxt "@label"
|
|||
msgid "Qt version"
|
||||
msgstr "Qt Sürümü"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Quality type '{0}' is not compatible with the current active machine definition '{1}'."
|
||||
msgstr "'{0}' kalite tipi, mevcut aktif makine tanımı '{1}' ile uyumlu değil."
|
||||
|
@ -3806,12 +3750,10 @@ msgctxt "@action:button Preceded by 'Ready to'."
|
|||
msgid "Save to Removable Drive"
|
||||
msgstr "Çıkarılabilir Sürücüye Kaydet"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@item:inlistbox"
|
||||
msgid "Save to Removable Drive {0}"
|
||||
msgstr "Çıkarılabilir Sürücüye Kaydediliyor {0}"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Saved to Removable Drive {0} as {1}"
|
||||
msgstr "Çıkarılabilir Sürücüye {0}, {1} olarak kaydedildi"
|
||||
|
@ -3820,7 +3762,6 @@ msgctxt "@info:title"
|
|||
msgid "Saving"
|
||||
msgstr "Kaydediliyor"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:progress Don't translate the XML tags <filename>!"
|
||||
msgid "Saving to Removable Drive <filename>{0}</filename>"
|
||||
msgstr "Çıkarılabilir Sürücü <filename>{0}</filename> Üzerine Kaydediliyor"
|
||||
|
@ -3837,10 +3778,6 @@ msgctxt "@placeholder"
|
|||
msgid "Search"
|
||||
msgstr "Ara"
|
||||
|
||||
msgctxt "@label:textbox"
|
||||
msgid "Search Printer"
|
||||
msgstr "Yazıcı Ara"
|
||||
|
||||
msgctxt "@info"
|
||||
msgid "Search in the browser"
|
||||
msgstr "Tarayıcıda ara"
|
||||
|
@ -4073,6 +4010,10 @@ msgctxt "@action:inmenu menubar:help"
|
|||
msgid "Show Online &Documentation"
|
||||
msgstr "Çevrimiçi Belgeleri Göster"
|
||||
|
||||
msgctxt "@action:inmenu"
|
||||
msgid "Show Online Troubleshooting"
|
||||
msgstr "Çevrimiçi Sorun Giderme Kılavuzunu Göster"
|
||||
|
||||
msgctxt "@label:checkbox"
|
||||
msgid "Show all"
|
||||
msgstr "Tümünü göster"
|
||||
|
@ -4198,11 +4139,9 @@ msgid "Solid view"
|
|||
msgstr "Gerçek görünüm"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"Some hidden settings use values different from their normal calculated value.\n"
|
||||
"\n"
|
||||
"Click to make these settings visible."
|
||||
msgstr "Gizlenen bazı ayarlar normal hesaplanan değerden farklı değerler kullanır.Bu ayarları görmek için tıklayın."
|
||||
msgid "Some hidden settings use values different from their normal calculated value.\n\nClick to make these settings visible."
|
||||
msgstr "Gizlenen bazı ayarlar normal hesaplanan değerden farklı değerler kullanır."
|
||||
"Bu ayarları görmek için tıklayın."
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid "Some of the packages used in the project file are currently not installed in Cura, this might produce undesirable print results. We highly recommend installing the all required packages from the Marketplace."
|
||||
|
@ -4217,11 +4156,9 @@ msgid "Some setting-values defined in <b>%1</b> were overridden."
|
|||
msgstr "<b>1</b> kapsamında tanımlanan bazı ayar değerleri geçersiz kılındı."
|
||||
|
||||
msgctxt "@tooltip"
|
||||
msgid ""
|
||||
"Some setting/override values are different from the values stored in the profile.\n"
|
||||
"\n"
|
||||
"Click to open the profile manager."
|
||||
msgstr "Bazı ayar/geçersiz kılma değerleri profilinizde saklanan değerlerden farklıdır.Profil yöneticisini açmak için tıklayın."
|
||||
msgid "Some setting/override values are different from the values stored in the profile.\n\nClick to open the profile manager."
|
||||
msgstr "Bazı ayar/geçersiz kılma değerleri profilinizde saklanan değerlerden farklıdır."
|
||||
"Profil yöneticisini açmak için tıklayın."
|
||||
|
||||
msgctxt "@action:label"
|
||||
msgid "Some settings from current profile were overwritten."
|
||||
|
@ -4303,7 +4240,6 @@ msgctxt "@info:status Don't translate the XML tag <filename>!"
|
|||
msgid "Successfully imported material <filename>%1</filename>"
|
||||
msgstr "Malzeme <filename>%1</filename> dosyasına başarıyla içe aktarıldı"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Successfully imported profile {0}."
|
||||
msgstr "{0} profili başarıyla içe aktarıldı."
|
||||
|
@ -4510,7 +4446,6 @@ msgctxt "@label"
|
|||
msgid "The extruder train to use for printing the support. This is used in multi-extrusion."
|
||||
msgstr "Destek için kullanılacak ekstruder Çoklu ekstrüzyon işlemi için kullanılır."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label Don't translate the XML tag <filename>!"
|
||||
msgid "The file <filename>{0}</filename> already exists. Are you sure you want to overwrite it?"
|
||||
msgstr "Dosya <filename>{0}</filename> zaten mevcut. Üstüne yazmak istediğinizden emin misiniz?"
|
||||
|
@ -4574,15 +4509,11 @@ msgid "The nozzle inserted in this extruder."
|
|||
msgstr "Bu ekstrudere takılan nozül."
|
||||
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"The pattern of the infill material of the print:\n"
|
||||
"\n"
|
||||
"For quick prints of non functional model choose line, zig zag or lightning infill.\n"
|
||||
"\n"
|
||||
"For functional part not subjected to a lot of stress we recommend grid or triangle or tri hexagon.\n"
|
||||
"\n"
|
||||
"For functional 3D prints which require high strength in multiple directions use cubic, cubic subdivision, quarter cubic, octet, and gyroid."
|
||||
msgstr "Baskı dolgu malzemesinin deseni:İşlevsel olmayan modellerin hızlı baskıları için çizgi, zikzak veya aydınlatma dolgusunu seçin.Çok fazla strese maruz kalmayan işlevsel parçalar için ızgara veya üçgen veya üç altıgen öneriyoruz.Birden fazla yönde yüksek sağlamlık gerektiren işlevsel 3D baskılar için kübik, kübik alt bölüm, çeyrek kübik, sekizli ve dönel kullanın."
|
||||
msgid "The pattern of the infill material of the print:\n\nFor quick prints of non functional model choose line, zig zag or lightning infill.\n\nFor functional part not subjected to a lot of stress we recommend grid or triangle or tri hexagon.\n\nFor functional 3D prints which require high strength in multiple directions use cubic, cubic subdivision, quarter cubic, octet, and gyroid."
|
||||
msgstr "Baskı dolgu malzemesinin deseni:"
|
||||
"İşlevsel olmayan modellerin hızlı baskıları için çizgi, zikzak veya aydınlatma dolgusunu seçin."
|
||||
"Çok fazla strese maruz kalmayan işlevsel parçalar için ızgara veya üçgen veya üç altıgen öneriyoruz."
|
||||
"Birden fazla yönde yüksek sağlamlık gerektiren işlevsel 3D baskılar için kübik, kübik alt bölüm, çeyrek kübik, sekizli ve dönel kullanın."
|
||||
|
||||
msgctxt "@info:tooltip"
|
||||
msgid "The percentage of light penetrating a print with a thickness of 1 millimeter. Lowering this value increases the contrast in dark regions and decreases the contrast in light regions of the image."
|
||||
|
@ -4701,8 +4632,8 @@ msgid "This configuration is not available because %1 is not recognized. Please
|
|||
msgstr "%1 tanınmadığından bu yapılandırma kullanılamaz. Doğru malzeme profilini indirmek için lütfen %2 bölümünü ziyaret edin."
|
||||
|
||||
msgctxt "@text:window"
|
||||
msgid "This is a Cura Universal project file. Would you like to open it as a Cura Universal Project or import the models from it?"
|
||||
msgstr "Bu, bir Cura Universal projesi dosyasıdır. Cura Universal Projesi olarak açmak mı yoksa modelleri buradan içe aktarmak mı istiyorsunuz?"
|
||||
msgid "This is a Cura Universal project file. Would you like to open it as a Cura project or Cura Universal Project or import the models from it?"
|
||||
msgstr "Bu bir Cura Universal proje dosyasıdır. Cura projesi veya Cura Universal Project olarak mı açmak istiyorsunuz yoksa içindeki modelleri mi aktarmak istiyorsunuz?"
|
||||
|
||||
msgctxt "@text:window"
|
||||
msgid "This is a Cura project file. Would you like to open it as a project or import the models from it?"
|
||||
|
@ -4738,7 +4669,6 @@ msgctxt "@label"
|
|||
msgid "This printer is the host for a group of %1 printers."
|
||||
msgstr "Bu yazıcı, %1 yazıcı grubunun ana makinesidir."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status Don't translate the XML tags <filename>!"
|
||||
msgid "This profile <filename>{0}</filename> contains incorrect data, could not import it."
|
||||
msgstr "Bu <filename>{0}</filename> profili yanlış veri içeriyor, içeri aktarılamadı."
|
||||
|
@ -4752,11 +4682,9 @@ msgid "This project contains materials or plugins that are currently not install
|
|||
msgstr "Bu proje şu anda Cura'da yüklü olmayan materyal veya eklentiler içeriyor.<br/>Eksik paketleri kurun ve projeyi yeniden açın."
|
||||
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"This setting has a value that is different from the profile.\n"
|
||||
"\n"
|
||||
"Click to restore the value of the profile."
|
||||
msgstr "Bu ayarın değeri profilden farklıdır.Profil değerini yenilemek için tıklayın."
|
||||
msgid "This setting has a value that is different from the profile.\n\nClick to restore the value of the profile."
|
||||
msgstr "Bu ayarın değeri profilden farklıdır."
|
||||
"Profil değerini yenilemek için tıklayın."
|
||||
|
||||
msgctxt "@item:tooltip"
|
||||
msgid "This setting has been hidden by the active machine and will not be visible."
|
||||
|
@ -4773,11 +4701,9 @@ msgid "This setting is always shared between all extruders. Changing it here wil
|
|||
msgstr "Bu ayar her zaman, tüm ekstrüderler arasında paylaşılır. Buradan değiştirildiğinde tüm ekstrüderler için değer değiştirir."
|
||||
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"This setting is normally calculated, but it currently has an absolute value set.\n"
|
||||
"\n"
|
||||
"Click to restore the calculated value."
|
||||
msgstr "Bu ayar normal olarak yapılır ama şu anda mutlak değer ayarı var.Hesaplanan değeri yenilemek için tıklayın."
|
||||
msgid "This setting is normally calculated, but it currently has an absolute value set.\n\nClick to restore the calculated value."
|
||||
msgstr "Bu ayar normal olarak yapılır ama şu anda mutlak değer ayarı var."
|
||||
"Hesaplanan değeri yenilemek için tıklayın."
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "This setting is not used because all the settings that it influences are overridden."
|
||||
|
@ -4811,7 +4737,6 @@ msgctxt "@text"
|
|||
msgid "To automatically sync the material profiles with all your printers connected to Digital Factory you need to be signed in in Cura."
|
||||
msgstr "Malzeme profillerini Digital Factory'ye bağlı tüm yazıcılarınızla otomatik olarak senkronize etmek için Cura'da oturum açmanız gerekir."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "info:status"
|
||||
msgid "To establish a connection, please visit the {website_link}"
|
||||
msgstr "Bağlantı kurmak için lütfen {website_link} adresini ziyaret edin"
|
||||
|
@ -4824,7 +4749,6 @@ msgctxt "@label"
|
|||
msgid "To print directly to your printer over the network, please make sure your printer is connected to the network using a network cable or by connecting your printer to your WIFI network. If you don't connect Cura with your printer, you can still use a USB drive to transfer g-code files to your printer."
|
||||
msgstr "Yazıcınıza ağ üzerinden doğrudan baskı göndermek için lütfen yazıcınızın ağ kablosuyla ağa bağlı olduğundan veya yazıcınızı WiFi ağınıza bağladığınızdan emin olun. Yazıcınız ile Cura'ya bağlanamıyorsanız g-code dosyalarını yazıcınıza aktarmak için USB sürücüsü kullanabilirsiniz."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@message {printer_name} is replaced with the name of the printer"
|
||||
msgid "To remove {printer_name} permanently, visit {digital_factory_link}"
|
||||
msgstr "{printer_name} yazıcısını kalıcı olarak kaldırmak için {digital_factory_link} adresini ziyaret edin"
|
||||
|
@ -4969,17 +4893,14 @@ msgctxt "@info:status"
|
|||
msgid "Unable to find a location within the build volume for all objects"
|
||||
msgstr "Yapılan hacim içinde tüm nesneler için konum bulunamadı"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:plugin_failed"
|
||||
msgid "Unable to find local EnginePlugin server executable for: {self._plugin_id}"
|
||||
msgstr "{self._plugin_id} için yürütülebilir yerel EnginePlugin sunucusu bulunamıyor"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:plugin_failed"
|
||||
msgid ""
|
||||
"Unable to kill running EnginePlugin: {self._plugin_id}\n"
|
||||
"Access is denied."
|
||||
msgstr "Çalışan EnginePlugin sonlandırılamıyor: {self._plugin_id}Erişim reddedildi."
|
||||
msgid "Unable to kill running EnginePlugin: {self._plugin_id}\nAccess is denied."
|
||||
msgstr "Çalışan EnginePlugin sonlandırılamıyor: {self._plugin_id}"
|
||||
"Erişim reddedildi."
|
||||
|
||||
msgctxt "@info"
|
||||
msgid "Unable to reach the UltiMaker account server."
|
||||
|
@ -4989,14 +4910,6 @@ msgctxt "@text"
|
|||
msgid "Unable to read example data file."
|
||||
msgstr "Örnek veri dosyası okunamıyor."
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to send the model data to the engine. Please try again, or contact support."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to send the model data to the engine. Please try to use a less detailed model, or reduce the number of instances."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "@info:title"
|
||||
msgid "Unable to slice"
|
||||
msgstr "Dilimlenemedi"
|
||||
|
@ -5009,12 +4922,10 @@ msgctxt "@info:status"
|
|||
msgid "Unable to slice because the prime tower or prime position(s) are invalid."
|
||||
msgstr "İlk direk veya ilk konum(lar) geçersiz olduğu için dilimlenemiyor."
|
||||
|
||||
#, python-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to slice because there are objects associated with disabled Extruder %s."
|
||||
msgstr "Etkisizleştirilmiş Extruder %s ile ilgili nesneler olduğundan dilimleme yapılamıyor."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to slice due to some per-model settings. The following settings have errors on one or more models: {error_labels}"
|
||||
msgstr "Modele özgü ayarlar nedeniyle dilimlenemedi. Şu ayarlar bir veya daha fazla modelde hataya yol açıyor: {error_labels}"
|
||||
|
@ -5023,7 +4934,6 @@ msgctxt "@info:status"
|
|||
msgid "Unable to slice with the current material as it is incompatible with the selected machine or configuration."
|
||||
msgstr "Mevcut malzeme, seçilen makine veya yapılandırma ile uyumlu olmadığından mevcut malzeme ile dilimlenemedi."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to slice with the current settings. The following settings have errors: {0}"
|
||||
msgstr "Geçerli ayarlarla dilimlenemiyor. Şu ayarlarda hata var: {0}"
|
||||
|
@ -5032,7 +4942,6 @@ msgctxt "@info"
|
|||
msgid "Unable to start a new sign in process. Check if another sign in attempt is still active."
|
||||
msgstr "Yeni bir oturum açma işlemi başlatılamıyor. Başka bir aktif oturum açma girişimi olup olmadığını kontrol edin."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:error"
|
||||
msgid "Unable to write to file: {0}"
|
||||
msgstr "Dosyaya yazılamıyor: {0}"
|
||||
|
@ -5085,7 +4994,6 @@ msgctxt "@label:property"
|
|||
msgid "Unknown Package"
|
||||
msgstr "Bilinmeyen Paket"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@error:send"
|
||||
msgid "Unknown error code when uploading print job: {0}"
|
||||
msgstr "Baskı işi yüklenirken bilinmeyen hata kodu: {0}"
|
||||
|
@ -5258,10 +5166,6 @@ msgctxt "description"
|
|||
msgid "Upgrades configurations from Cura 5.6 to Cura 5.7."
|
||||
msgstr "Yapılandırmaları, Cura 5.6'dan Cura 5.7'ye yükseltir."
|
||||
|
||||
msgctxt "description"
|
||||
msgid "Upgrades configurations from Cura 5.8 to Cura 5.9."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "@action:button"
|
||||
msgid "Upload custom Firmware"
|
||||
msgstr "Özel Aygıt Yazılımı Yükle"
|
||||
|
@ -5406,10 +5310,6 @@ msgctxt "name"
|
|||
msgid "Version Upgrade 5.6 to 5.7"
|
||||
msgstr "5.6'dan 5.7'ye Sürüm Yükseltme"
|
||||
|
||||
msgctxt "name"
|
||||
msgid "Version Upgrade 5.8 to 5.9"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "@button"
|
||||
msgid "View printers in Digital Factory"
|
||||
msgstr "Yazıcıları Digital Factory’de görüntüleyin"
|
||||
|
@ -5462,7 +5362,6 @@ msgctxt "@info:title"
|
|||
msgid "Warning"
|
||||
msgstr "Uyarı"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "Warning: The profile is not visible because its quality type '{0}' is not available for the current configuration. Switch to a material/nozzle combination that can use this quality type."
|
||||
msgstr "Uyarı: Profilin '{0}' kalite tipi, mevcut yapılandırma için kullanılabilir olmadığından profil görünür değil. Bu kalite tipini kullanabilen malzeme/nozül kombinasyonuna geçiş yapın."
|
||||
|
@ -5584,31 +5483,20 @@ msgid "Yes"
|
|||
msgstr "Evet"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"You are about to remove all printers from Cura. This action cannot be undone.\n"
|
||||
"Are you sure you want to continue?"
|
||||
msgstr "Tüm yazıcıları Cura'dan kaldırmak üzeresiniz. Bu işlem geri alınamaz.Devam etmek istediğinizden emin misiniz?"
|
||||
msgid "You are about to remove all printers from Cura. This action cannot be undone.\nAre you sure you want to continue?"
|
||||
msgstr "Tüm yazıcıları Cura'dan kaldırmak üzeresiniz. Bu işlem geri alınamaz."
|
||||
"Devam etmek istediğinizden emin misiniz?"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@label"
|
||||
msgid ""
|
||||
"You are about to remove {0} printer from Cura. This action cannot be undone.\n"
|
||||
"Are you sure you want to continue?"
|
||||
msgid_plural ""
|
||||
"You are about to remove {0} printers from Cura. This action cannot be undone.\n"
|
||||
"Are you sure you want to continue?"
|
||||
msgstr[0] ""
|
||||
"{0} yazıcıyı Cura'dan kaldırmak üzeresiniz. Bu işlem geri alınamaz.\n"
|
||||
"Devam etmek istediğinizden emin misiniz?"
|
||||
msgstr[1] ""
|
||||
"{0} yazıcıyı Cura'dan kaldırmak üzeresiniz. Bu işlem geri alınamaz.\n"
|
||||
"Devam etmek istediğinizden emin misiniz?"
|
||||
msgid "You are about to remove {0} printer from Cura. This action cannot be undone.\nAre you sure you want to continue?"
|
||||
msgid_plural "You are about to remove {0} printers from Cura. This action cannot be undone.\nAre you sure you want to continue?"
|
||||
msgstr[0] "{0} yazıcıyı Cura'dan kaldırmak üzeresiniz. Bu işlem geri alınamaz.\nDevam etmek istediğinizden emin misiniz?"
|
||||
msgstr[1] "{0} yazıcıyı Cura'dan kaldırmak üzeresiniz. Bu işlem geri alınamaz.\nDevam etmek istediğinizden emin misiniz?"
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid "You are attempting to connect to a printer that is not running UltiMaker Connect. Please update the printer to the latest firmware."
|
||||
msgstr "Ultimaker Connect çalıştırmayan bir yazıcıya bağlanmaya çalışıyorsunuz. Lütfen yazıcının donanım yazılımını son sürüme güncelleyin."
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid "You are attempting to connect to {0} but it is not the host of a group. You can visit the web page to configure it as a group host."
|
||||
msgstr "{0} ile bağlantı kurmayı deniyorsunuz ancak cihaz bir grubun ana makinesi değil. Bu cihazı grup ana makinesi olarak yapılandırmak için web sayfasını ziyaret edebilirsiniz."
|
||||
|
@ -5619,7 +5507,9 @@ msgstr "Şu anda yedeklemeniz yok. Oluşturmak için “Şimdi Yedekle” düğm
|
|||
|
||||
msgctxt "@text:window, %1 is a profile name"
|
||||
msgid "You have customized some profile settings. Would you like to Keep these changed settings after switching profiles? Alternatively, you can discard the changes to load the defaults from '%1'."
|
||||
msgstr "Bazı profil ayarlarını özelleştirdiniz.Profiller arasında geçiş yapıldıktan sonra bu değişiklikleri tutmak ister misiniz?Alternatif olarak, '%1' üzerinden varsayılanları yüklemek için değişiklikleri silebilirsiniz."
|
||||
msgstr "Bazı profil ayarlarını özelleştirdiniz."
|
||||
"Profiller arasında geçiş yapıldıktan sonra bu değişiklikleri tutmak ister misiniz?"
|
||||
"Alternatif olarak, '%1' üzerinden varsayılanları yüklemek için değişiklikleri silebilirsiniz."
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "You need to accept the license to install the package"
|
||||
|
@ -5649,12 +5539,10 @@ msgctxt "@info"
|
|||
msgid "Your new printer will automatically appear in Cura"
|
||||
msgstr "Yeni yazıcınız Cura’da otomatik olarak görünecektir"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@info:status"
|
||||
msgid ""
|
||||
"Your printer <b>{printer_name}</b> could be connected via cloud.\n"
|
||||
" Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory"
|
||||
msgstr "<b>{printer_name}</b> adlı yazıcınız bulut aracılığıyla bağlanamadı. Baskı kuyruğunuzu yönetin ve yazıcınızı Digital Factory'ye bağlayarak baskılarınızı dilediğiniz yerden takip edin"
|
||||
msgid "Your printer <b>{printer_name}</b> could be connected via cloud.\n Manage your print queue and monitor your prints from anywhere connecting your printer to Digital Factory"
|
||||
msgstr "<b>{printer_name}</b> adlı yazıcınız bulut aracılığıyla bağlanamadı."
|
||||
" Baskı kuyruğunuzu yönetin ve yazıcınızı Digital Factory'ye bağlayarak baskılarınızı dilediğiniz yerden takip edin"
|
||||
|
||||
msgctxt "@label"
|
||||
msgid "Z"
|
||||
|
@ -5716,7 +5604,6 @@ msgctxt "@label"
|
|||
msgid "version: %1"
|
||||
msgstr "sürüm: %1"
|
||||
|
||||
#, python-brace-format
|
||||
msgctxt "@message {printer_name} is replaced with the name of the printer"
|
||||
msgid "{printer_name} will be removed until the next account sync."
|
||||
msgstr "{printer_name} yazıcısı bir sonraki hesap senkronizasyonuna kadar kaldırılacak."
|
||||
|
@ -5725,18 +5612,38 @@ msgctxt "@info:generic"
|
|||
msgid "{} plugins failed to download"
|
||||
msgstr "{} eklenti indirilemedi"
|
||||
|
||||
#~ msgctxt "description"
|
||||
#~ msgid "CuraEngine plugin for gradually smoothing the flow to limit high-flow jumps"
|
||||
#~ msgstr "Yüksek akışlı sıçramaları sınırlamak amacıyla akışı kademeli olarak düzelten CuraEngine eklentisi"
|
||||
msgctxt "@label"
|
||||
msgid "Combination not recommended. Load BB core to slot 1 (left) for better reliability."
|
||||
msgstr "Kombinasyon önerilmez. Daha iyi güvenilirlik için BB core'u 1. yuvaya (solda) yükleyin."
|
||||
|
||||
#~ msgctxt "name"
|
||||
#~ msgid "CuraEngineGradualFlow"
|
||||
#~ msgstr "CuraEngineGradualFlow"
|
||||
msgctxt "@item:inlistbox"
|
||||
msgid "Makerbot Sketch Printfile"
|
||||
msgstr "Makerbot Çizim Baskı Dosyası"
|
||||
|
||||
#~ msgctxt "@action:inmenu"
|
||||
#~ msgid "Show Online Troubleshooting"
|
||||
#~ msgstr "Çevrimiçi Sorun Giderme Kılavuzunu Göster"
|
||||
msgctxt "@label:textbox"
|
||||
msgid "Search Printer"
|
||||
msgstr "Yazıcı Ara"
|
||||
|
||||
#~ msgctxt "@text:window"
|
||||
#~ msgid "This is a Cura Universal project file. Would you like to open it as a Cura project or Cura Universal Project or import the models from it?"
|
||||
#~ msgstr "Bu bir Cura Universal proje dosyasıdır. Cura projesi veya Cura Universal Project olarak mı açmak istiyorsunuz yoksa içindeki modelleri mi aktarmak istiyorsunuz?"
|
||||
msgctxt "@text:window"
|
||||
msgid "This is a Cura Universal project file. Would you like to open it as a Cura Universal Project or import the models from it?"
|
||||
msgstr "Bu, bir Cura Universal projesi dosyasıdır. Cura Universal Projesi olarak açmak mı yoksa modelleri buradan içe aktarmak mı istiyorsunuz?"
|
||||
|
||||
msgctxt "@action:inmenu menubar:help"
|
||||
msgid "Export Package For Technical Support"
|
||||
msgstr "Teknik Destek İçin Dışa Aktarma Paketi"
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to send the model data to the engine. Please try again, or contact support."
|
||||
msgstr "Model verileri motora gönderilemiyor. Lütfen tekrar deneyin veya destek ekibiyle iletişime geçin."
|
||||
|
||||
msgctxt "@info:status"
|
||||
msgid "Unable to send the model data to the engine. Please try to use a less detailed model, or reduce the number of instances."
|
||||
msgstr "Model verileri motora gönderilemiyor. Lütfen daha az ayrıntılı bir model kullanmayı deneyin veya örnek sayısını azaltın."
|
||||
|
||||
msgctxt "description"
|
||||
msgid "Upgrades configurations from Cura 5.8 to Cura 5.9."
|
||||
msgstr "Yapılandırmaları Cura 5.8'den Cura 5.9'a yükseltir."
|
||||
|
||||
msgctxt "name"
|
||||
msgid "Version Upgrade 5.8 to 5.9"
|
||||
msgstr "5.8'den 5.9'a Sürüm Yükseltmesi"
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
|
||||
"POT-Creation-Date: 2024-10-09 14:27+0000\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-03-13 09:02+0100\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"
|
||||
|
@ -125,10 +124,6 @@ msgctxt "machine_nozzle_id label"
|
|||
msgid "Nozzle ID"
|
||||
msgstr "Nozül Kimliği"
|
||||
|
||||
msgctxt "machine_nozzle_head_distance label"
|
||||
msgid "Nozzle Length"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "machine_nozzle_offset_x label"
|
||||
msgid "Nozzle X Offset"
|
||||
msgstr "Nozül NX Ofseti"
|
||||
|
@ -157,10 +152,6 @@ msgctxt "extruder_nr description"
|
|||
msgid "The extruder train used for printing. This is used in multi-extrusion."
|
||||
msgstr "Yazdırma için kullanılan ekstruder dişli çark. Çoklu ekstrüzyon işlemi için kullanılır."
|
||||
|
||||
msgctxt "machine_nozzle_head_distance description"
|
||||
msgid "The height difference between the tip of the nozzle and the lowest part of the print head."
|
||||
msgstr ""
|
||||
|
||||
msgctxt "machine_nozzle_size description"
|
||||
msgid "The inner diameter of the nozzle. Change this setting when using a non-standard nozzle size."
|
||||
msgstr "Nozül iç çapı. Standart olmayan nozül boyutu kullanırken bu ayarı değiştirin."
|
||||
|
@ -204,3 +195,11 @@ msgstr "Nozül ofsetinin y koordinatı."
|
|||
msgctxt "machine_extruder_start_pos_y description"
|
||||
msgid "The y-coordinate of the starting position when turning the extruder on."
|
||||
msgstr "Ekstruder açılırken başlangıç konumunun Y koordinatı."
|
||||
|
||||
msgctxt "machine_nozzle_head_distance label"
|
||||
msgid "Nozzle Length"
|
||||
msgstr "Püskürtme Memesi Uzunluğu"
|
||||
|
||||
msgctxt "machine_nozzle_head_distance description"
|
||||
msgid "The height difference between the tip of the nozzle and the lowest part of the print head."
|
||||
msgstr "Püskürtme memesinin ucu ile yazıcı kafasının en alt kısmı arasındaki yükseklik farkı."
|
||||
|
|
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