Merge branch '5.7' into PP-446-Update-bundled-packages

This commit is contained in:
Saumya Jain 2024-03-27 10:21:56 +01:00 committed by GitHub
commit 3d0337ed3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7486 changed files with 35472 additions and 9651 deletions

View file

@ -42,7 +42,7 @@
"machine_max_jerk_xy": { "value": 10 },
"machine_max_jerk_z": { "value": 2 },
"machine_name": { "default_value": "Anycubic Kobra 2" },
"machine_start_gcode": { "default_value": "G21 ;metric values\nG90 ; use absolute coordinates\nM82 ; use absolute distances for extrusion\nM104 S[first_layer_temperature] ; set extruder temp\nM140 S[first_layer_bed_temperature] ; set bed temp\nM190 S[first_layer_bed_temperature] ; wait for bed temp\nM109 S[first_layer_temperature] ; wait for extruder temp\nG28 ; home all axes\nM300 S1318 P266\nG1 Z5 F5000 ; lift nozzle\nG1 X5 Y0 F3000\nG1 Z0.3 ; set nozzle height\nG92 E0\nG1 X50 Y0 E20 F500 ; Extrude 20mm of filament in a 5cm line \nG92 E0 ; zero the extruded length again \nG1 E-4.5 F4800 ; Retract a little \nG92 E0\nG1 X120 F4000 ; Quickly wipe away from the filament line\nM117 ; Printing\u2026\nG5" },
"machine_start_gcode": { "default_value": "G21 ;metric values\nG90 ; use absolute coordinates\nM82 ; use absolute distances for extrusion\nM104 S{material_print_temperature_layer_0} ; set extruder temp\nM140 S{material_bed_temperature_layer_0} ; set bed temp\nM190 S{material_bed_temperature_layer_0} ; wait for bed temp\nM109 S{material_print_temperature_layer_0} ; wait for extruder temp\nG28 ; home all axes\nM300 S1318 P266\nG1 Z5 F5000 ; lift nozzle\nG1 X5 Y0 F3000\nG1 Z0.3 ; set nozzle height\nG92 E0\nG1 X50 Y0 E20 F500 ; Extrude 20mm of filament in a 5cm line \nG92 E0 ; zero the extruded length again \nG1 E-4.5 F4800 ; Retract a little \nG92 E0\nG1 X120 F4000 ; Quickly wipe away from the filament line\nM117 ; Printing\u2026\nG5" },
"machine_width": { "default_value": 220 },
"material_bed_temperature": { "maximum_value_warning": 110 },
"material_bed_temperature_layer_0": { "maximum_value_warning": 110 },

View file

@ -23,7 +23,7 @@
"machine_heated_bed": { "default_value": true },
"machine_height": { "default_value": 250 },
"machine_name": { "default_value": "Anycubic Kobra Go" },
"machine_start_gcode": { "default_value": "M140 S[first_layer_bed_temperature]; Heat bed\nM104 S[first_layer_temperature\n ]; Heat extruder\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nG28 ; Home all axes\nG92 E0 ; Reset Extruder\nM420 S1 ; Enable Bed Levelling Mesh\nM190 S[first_layer_bed_temperature\n ]; Wait for bed to get up to temperature\nM109 S[first_layer_temperature\n ]; Wait for extruder to get up to temperature\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X2 Y20 Z0.3 F5000.0 ; Move to start position\nG1 X2 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line\nG1 X2.4 Y200.0 Z0.3 F5000.0 ; Move to side a little\nG1 X2.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 F2400 E-1\nG1 X5 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish" },
"machine_start_gcode": { "default_value": "M140 S{material_bed_temperature_layer_0}; Heat bed\nM104 S{material_print_temperature_layer_0}; Heat extruder\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nG28 ; Home all axes\nG92 E0 ; Reset Extruder\nM420 S1 ; Enable Bed Levelling Mesh\nM190 S{material_bed_temperature_layer_0}; Wait for bed to get up to temperature\nM109 S{material_print_temperature_layer_0}; Wait for extruder to get up to temperature\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X2 Y20 Z0.3 F5000.0 ; Move to start position\nG1 X2 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line\nG1 X2.4 Y200.0 Z0.3 F5000.0 ; Move to side a little\nG1 X2.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 F2400 E-1\nG1 X5 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish" },
"machine_width": { "default_value": 222 }
}
}

View file

@ -0,0 +1,31 @@
{
"version": 2,
"name": "Creality Ender-3 v2 Neo",
"inherits": "creality_base",
"metadata":
{
"visible": true,
"platform": "creality_ender3.3mf",
"quality_definition": "creality_base"
},
"overrides":
{
"gantry_height": { "value": 25 },
"machine_depth": { "default_value": 230 },
"machine_head_with_fans_polygon":
{
"default_value": [
[-26, 34],
[-26, -32],
[32, -32],
[32, 34]
]
},
"machine_height": { "default_value": 250 },
"machine_name": { "default_value": "Creality Ender-3 v2 Neo" },
"machine_start_gcode": { "default_value": "G92 E0 ;Reset Extruder\nG28 ;Home\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up" },
"machine_width": { "default_value": 230 },
"retraction_amount": { "value": 4 },
"retraction_speed": { "value": 25 }
}
}

View file

@ -45,7 +45,7 @@
"machine_max_feedrate_y": { "value": 500 },
"machine_max_feedrate_z": { "value": 30 },
"machine_name": { "default_value": "Creality Ender-3 V3 SE" },
"machine_start_gcode": { "default_value": "M220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\n\nG28 ;Home\n\nM420 S1; Enable mesh leveling\n\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nM109 S[material_print_temperature_layer_0]\nG1 X10.1 Y145.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y145.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 E-1.0000 F1800 ;Retract a bit\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 E0.0000 F1800 \n" },
"machine_start_gcode": { "default_value": "M220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\n\nG28 ;Home\n\nM420 S1; Use saved mesh leveling data\n\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nM190 S{material_bed_temperature_layer_0} ; Set bed temperature and wait\nM109 S{material_print_temperature_layer_0} ; Set hotend temperature and wait\nG1 X10.1 Y145.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y145.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 E-1.0000 F1800 ;Retract a bit\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 E0.0000 F1800 \n" },
"machine_width": { "default_value": 220 },
"retraction_amount": { "value": 0.8 },
"retraction_speed": { "default_value": 40 },

View file

@ -23,7 +23,7 @@
},
"machine_height": { "default_value": 400 },
"machine_name": { "default_value": "Creality Ender-5 Plus" },
"machine_start_gcode": { "default_value": "M201 X500.00 Y500.00 Z100.00 E5000.00 ;Setup machine max acceleration\nM203 X500.00 Y500.00 Z10.00 E50.00 ;Setup machine max feedrate\nM204 P500.00 R1000.00 T500.00 ;Setup Print/Retract/Travel acceleration\nM205 X8.00 Y8.00 Z0.40 E5.00 ;Setup Jerk\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\n\nG28 ;Home\nM420 S1 Z2 ;Enable ABL using saved Mesh and Fade Height\n\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\n" },
"machine_start_gcode": { "default_value": "M201 X500.00 Y500.00 Z100.00 E5000.00 ;Setup machine max acceleration\nM203 X500.00 Y500.00 Z10.00 E50.00 ;Setup machine max feedrate\nM204 P500.00 R1000.00 T500.00 ;Setup Print/Retract/Travel acceleration\nM205 X8.00 Y8.00 Z0.40 E5.00 ;Setup Jerk\nM220 S100 ;Reset Feedrate\nM221 S100 ;Reset Flowrate\n\nG28 ;Home\nG29 ;Auto bed level\n\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\nG1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position\nG1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line\nG1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little\nG1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up\n" },
"machine_width": { "default_value": 350 },
"speed_print": { "value": 80.0 }
}

View file

@ -0,0 +1,32 @@
{
"version": 2,
"name": "Dagoma Sigma Pro 500Z",
"inherits": "dagoma_delta",
"metadata":
{
"visible": true,
"author": "Dagoma",
"manufacturer": "Dagoma",
"file_formats": "text/x-gcode",
"platform": "dagoma_sigma_pro.obj",
"first_start_actions": [ "MachineSettingsAction" ],
"has_machine_quality": true,
"has_variants": true,
"machine_extruder_trains": { "0": "dagoma_sigma_pro_extruder" },
"platform_texture": "dagoma_sigma_pro.png",
"preferred_quality_type": "h0.2",
"preferred_variant_name": "Brass 0.4mm",
"quality_definition": "dagoma_sigma_pro",
"variants_name": "Nozzle"
},
"overrides":
{
"machine_depth": { "default_value": 200 },
"machine_end_gcode": { "default_value": ";End Gcode for {machine_name}\n;Author: Dagoma\nM104 S0\nM107 ;stop fan\nM140 S0 ;heated bed heater off (if you have it)\nG92 E0\nG1 E-55 F4600\nG27\nG90 ; Absolute positioning\nT0" },
"machine_heated_bed": { "default_value": true },
"machine_height": { "default_value": 501 },
"machine_name": { "default_value": "Dagoma Sigma Pro 500Z" },
"machine_start_gcode": { "default_value": ";Start Gcode for {machine_name}\n;Author: Dagoma\n;Sliced: {date} {time}\n;Estimated print time: {print_time}\n;Print speed: {speed_print}mm/s\n;Layer height: {layer_height}mm\n;Wall thickness: {wall_thickness}mm\n;Infill density: {infill_sparse_density}%\n;Infill pattern: {infill_pattern}\n;Support: {support_enable}\n;Print temperature: {material_print_temperature}\u00b0C\n;Flow: {material_flow}%\n;Retraction amount: {retraction_amount}mm\n;Retraction speed: {retraction_retract_speed}mm/s\nG90 ;absolute positioning\nM190 S{material_bed_temperature_layer_0};\nM109 S140;\nG1 F200 E-1.0\nM106 S255 ;Activating layers fans\nG28 ;Homing\nG29 ;Calibration\nM107 ;Off Ventilateur\nM109 S{material_print_temperature_layer_0} ;Temperature for the first layer only\nG92 E0 ;Zero the extruded length again\nG1 X0 Y-105 Z1 F3000\nG1 F{speed_travel}\nM117 Printing...\n" },
"machine_width": { "default_value": 200 }
}
}

View file

@ -0,0 +1,37 @@
{
"version": 2,
"name": "Dagoma Sigma Pro 500Z Dual",
"inherits": "dagoma_delta",
"metadata":
{
"visible": true,
"author": "Dagoma",
"manufacturer": "Dagoma",
"file_formats": "text/x-gcode",
"platform": "dagoma_sigma_pro.obj",
"first_start_actions": [ "MachineSettingsAction" ],
"has_machine_quality": true,
"has_variants": true,
"machine_extruder_trains":
{
"0": "dagoma_sigma_pro_dual_extruder_right",
"1": "dagoma_sigma_pro_dual_extruder_left"
},
"platform_texture": "dagoma_sigma_pro.png",
"preferred_quality_type": "h0.2",
"preferred_variant_name": "Brass 0.4mm",
"quality_definition": "dagoma_sigma_pro_dual",
"variants_name": "Nozzle"
},
"overrides":
{
"machine_depth": { "default_value": 200 },
"machine_end_gcode": { "default_value": ";End Gcode for {machine_name}\n;Author: Dagoma\nM104 S0\nM107 ;stop fan\nM140 S0 ;heated bed heater off (if you have it)\nG92 E0\nG1 E-55 F4600\nG27\nG90 ; Absolute positioning\nT0" },
"machine_extruder_count": { "default_value": 2 },
"machine_heated_bed": { "default_value": true },
"machine_height": { "default_value": 501 },
"machine_name": { "default_value": "Dagoma Sigma Pro 500Z Dual" },
"machine_start_gcode": { "default_value": ";Start Gcode for {machine_name}\n;Author: Dagoma\n;Sliced: {date} {time}\n;Estimated print time: {print_time}\n;Print speed: {speed_print}mm/s\n;Layer height: {layer_height}mm\n;Wall thickness: {wall_thickness}mm\n;Infill density: {infill_sparse_density}%\n;Infill pattern: {infill_pattern}\n;Support: {support_enable}\n;Print temperature: {material_print_temperature}\u00b0C\n;Flow: {material_flow}%\n;Retraction amount: {retraction_amount}mm\n;Retraction speed: {retraction_retract_speed}mm/s\nG90 ;absolute positioning\nM190 S{material_bed_temperature_layer_0};\nM109 S140;\nG1 F200 E-1.0\nM106 S255 ;Activating layers fans\nG28 ;Homing\nG29 ;Calibration\nM107 ;Off Ventilateur\nM109 S{material_print_temperature_layer_0} ;Temperature for the first layer only\nG92 E0 ;Zero the extruded length again\nG1 X0 Y-105 Z1 F3000\nG1 F{speed_travel}\nM117 Printing...\n" },
"machine_width": { "default_value": 200 }
}
}

View file

@ -31,7 +31,7 @@
"material_final_print_temperature": { "value": "material_print_temperature" },
"material_initial_print_temperature": { "value": "material_print_temperature" },
"material_standby_temperature": { "value": "material_print_temperature" },
"prime_tower_enable": { "value": "1" },
"prime_tower_enable": { "value": "True" },
"prime_tower_min_volume": { "value": "50" },
"switch_extruder_retraction_amount": { "value": "0" }
}

View file

@ -9,16 +9,20 @@
},
"overrides":
{
"acceleration_layer_0": { "value": 3000 },
"acceleration_print": { "value": 3000 },
"acceleration_travel": { "value": 5000 },
"acceleration_print":
{
"maximum_value_warning": "20000",
"value": 10000
},
"acceleration_wall": { "value": "acceleration_print/2" },
"cool_fan_full_layer": { "value": 2 },
"infill_line_width": { "value": "line_width + 0.05" },
"infill_overlap": { "value": "0 if infill_sparse_density < 40.01 and infill_pattern != 'concentric' else -5" },
"infill_pattern": { "value": "'lines' if infill_sparse_density > 35 else 'grid'" },
"initial_layer_line_width_factor": { "value": "100.0 if resolveOrValue('adhesion_type') == 'raft' else 125 if line_width < 0.5 else 110" },
"machine_acceleration": { "value": 3000 },
"machine_acceleration": { "value": 5000 },
"machine_depth": { "default_value": 230 },
"machine_end_gcode": { "default_value": "G91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z2 ;Raise Z more\nG90 ;Absolute positionning\nG1 X0 Y{machine_depth} ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z" },
"machine_end_gcode": { "default_value": "G91 ;Relative positionning\nG1 E-2 F2700 ;Retract a bit\nG1 E-2 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Wipe out\nG1 Z2 ;Raise Z more\nG90 ;Absolute positionning\nG1 X0 Y{machine_depth - 5} ;Present print\nM106 S0 ;Turn-off fan\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM84 X Y E ;Disable all steppers but Z" },
"machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
"machine_head_with_fans_polygon":
{
@ -32,12 +36,12 @@
"machine_heated_bed": { "default_value": true },
"machine_height": { "default_value": 270 },
"machine_max_acceleration_e": { "value": 5000 },
"machine_max_acceleration_x": { "value": 5000 },
"machine_max_acceleration_y": { "value": 5000 },
"machine_max_acceleration_x": { "value": 20000 },
"machine_max_acceleration_y": { "value": 20000 },
"machine_name": { "default_value": "ELEGOO NEPTUNE 4" },
"machine_nozzle_cool_down_speed": { "value": 0.75 },
"machine_nozzle_heat_up_speed": { "value": 1.6 },
"machine_start_gcode": { "default_value": "G28 ;home\nG92 E0 ;Reset Extruder\nG1 Z4.0 F3000 ;Move Z Axis up\nG92 E0 ;Reset Extruder\nG1 X1.1 Y20 Z0.28 F5000.0 ;Move to start position\nG1 X1.1 Y80.0 Z0.28 F1500.0 E10 ;Draw the first line\nG1 X1.4 Y80.0 Z0.28 F5000.0 ;Move to side a little\nG1 X1.4 Y20 Z0.28 F1500.0 E20 ;Draw the second line\nG92 E0 ;Reset Extruder\nG1 Z2.0 F3000 ;Move Z Axis up" },
"machine_start_gcode": { "default_value": ";ELEGOO NEPTUNE 4 / 4 PRO\nM220 S100 ;Set the feed speed to 100%\nM221 S100 ;Set the flow rate to 100%\nM104 S140 ;Start heating extruder\nM190 S{material_bed_temperature_layer_0} ;Wait for the bed to reach print temp\nG90\nG28 ;home\nG1 Z10 F300\nG1 X67.5 Y0 F6000\nG1 Z0 F300\nM109 S{material_print_temperature_layer_0} ;Wait for extruder to reach print temp\nG92 E0 ;Reset Extruder\nG1 X67.5 Y0 Z0.4 F300 ;Move to start position\nG1 X167.5 E30 F400 ;Draw the first line\nG1 Z0.6 F120.0 ;Move to side a little\nG1 X162.5 F3000\nG92 E0 ;Reset Extruder" },
"machine_width": { "default_value": 235 },
"retraction_amount": { "default_value": 0.5 },
"retraction_count_max": { "value": 80 },

View file

@ -0,0 +1,62 @@
{
"version": 2,
"name": "ELEGOO NEPTUNE 4 Max",
"inherits": "elegoo_neptune_4",
"metadata":
{
"visible": true,
"author": "mastercaution",
"platform": "elegoo_platform_max.3mf",
"platform_offset": [
-2.1,
-0.2,
0
],
"quality_definition": "elegoo_neptune_4"
},
"overrides":
{
"acceleration_print":
{
"maximum_value_warning": "15000",
"value": 2500
},
"machine_depth": { "default_value": 430 },
"machine_height": { "default_value": 482 },
"machine_max_acceleration_e": { "value": 5000 },
"machine_max_acceleration_x": { "value": 15000 },
"machine_max_acceleration_y": { "value": 15000 },
"machine_name": { "default_value": "ELEGOO NEPTUNE 4 Max" },
"machine_start_gcode": { "default_value": ";ELEGOO NEPTUNE 4 MAX\nM220 S100 ;Set the feed speed to 100%\nM221 S100 ;Set the flow rate to 100%\nM104 S140 ;Start heating extruder\nM190 S{material_bed_temperature_layer_0} ;Wait for the bed to reach print temp\nG90\nG28 ;home\nG1 Z10 F300\nG1 X165 Y0 F6000\nG1 Z0 F300\nM109 S{material_print_temperature_layer_0} ;Wait for extruder to reach print temp\nG92 E0 ;Reset Extruder\nG1 X165 Y0 Z0.4 F300 ;Move to start position\nG1 X265 E30 F400 ;Draw the first line\nG1 Z0.6 F120.0 ;Move to side a little\nG1 X260 F3000\nG92 E0 ;Reset Extruder" },
"machine_width": { "default_value": 430 },
"nozzle_disallowed_areas":
{
"default_value": [
[
[-215, -215],
[-215, 215],
[-211, 215],
[-211, -215]
],
[
[215, 215],
[215, -215],
[211, -215],
[211, 215]
],
[
[-215, -215],
[215, -215],
[-215, -211],
[215, -211]
],
[
[-215, 215],
[215, 215],
[-215, 211],
[215, 211]
]
]
}
}
}

View file

@ -0,0 +1,59 @@
{
"version": 2,
"name": "ELEGOO NEPTUNE 4 Plus",
"inherits": "elegoo_neptune_4",
"metadata":
{
"visible": true,
"author": "mastercaution",
"platform": "elegoo_platform_max.3mf",
"platform_offset": [
-2.1,
-0.2,
0
],
"quality_definition": "elegoo_neptune_4"
},
"overrides":
{
"acceleration_print": { "value": 4000 },
"machine_acceleration": { "value": 4000 },
"machine_depth": { "default_value": 330 },
"machine_height": { "default_value": 387 },
"machine_max_acceleration_e": { "value": 5000 },
"machine_max_acceleration_x": { "value": 20000 },
"machine_max_acceleration_y": { "value": 20000 },
"machine_name": { "default_value": "ELEGOO NEPTUNE 4 Plus" },
"machine_start_gcode": { "default_value": ";ELEGOO NEPTUNE 4 PLUS\nM220 S100 ;Set the feed speed to 100%\nM221 S100 ;Set the flow rate to 100%\nM104 S140 ;Start heating extruder\nM190 S{material_bed_temperature_layer_0} ;Wait for the bed to reach print temp\nG90\nG28 ;home\nG1 Z10 F300\nG1 X115 Y0 F6000\nG1 Z0 F300\nM109 S{material_print_temperature_layer_0} ;Wait for extruder to reach print temp\nG92 E0 ;Reset Extruder\nG1 X115 Y0 Z0.4 F300 ;Move to start position\nG1 X215 E30 F400 ;Draw the first line\nG1 Z0.6 F120.0 ;Move to side a little\nG1 X210 F3000\nG92 E0 ;Reset Extruder" },
"machine_width": { "default_value": 330 },
"nozzle_disallowed_areas":
{
"default_value": [
[
[-165, -165],
[-165, 165],
[-161, 165],
[-161, -165]
],
[
[165, 165],
[165, -165],
[161, -165],
[161, 165]
],
[
[-165, -165],
[165, -165],
[-165, -161],
[165, -161]
],
[
[-165, 165],
[165, 165],
[-165, 161],
[165, 161]
]
]
}
}
}

View file

@ -14,7 +14,7 @@
{
"acceleration_print": { "default_value": 1000 },
"adhesion_type": { "default_value": "skirt" },
"brim_outside_only": { "default_value": false },
"brim_location": { "default_value": "everywhere" },
"default_material_print_temperature": { "default_value": 220 },
"infill_sparse_density": { "default_value": 20 },
"ironing_flow": { "default_value": 7.0 },

View file

@ -7,7 +7,7 @@
"author": "Ultimaker",
"manufacturer": "Unknown",
"position": "0",
"setting_version": 22,
"setting_version": 23,
"type": "extruder"
},
"settings":

View file

@ -6,7 +6,7 @@
"type": "machine",
"author": "Unknown",
"manufacturer": "Unknown",
"setting_version": 22,
"setting_version": 23,
"file_formats": "text/x-gcode;model/stl;application/x-wavefront-obj;application/x3g",
"visible": false,
"has_materials": true,
@ -76,6 +76,22 @@
"type": "str",
"enabled": false
},
"material_type":
{
"label": "Material Type",
"description": "The type of material used.",
"default_value": "",
"type": "str",
"enabled": false
},
"material_brand":
{
"label": "Material Brand",
"description": "The brand of material used.",
"default_value": "",
"type": "str",
"enabled": false
},
"material_diameter":
{
"label": "Diameter",
@ -963,7 +979,7 @@
"description": "Width of a single prime tower line.",
"type": "float",
"unit": "mm",
"enabled": "resolveOrValue('prime_tower_enable')",
"enabled": "prime_tower_enable",
"default_value": 0.4,
"value": "line_width",
"minimum_value": "0.001",
@ -1668,7 +1684,7 @@
"value": "skin_line_width * 2",
"default_value": 1,
"minimum_value": "0",
"maximum_value_warning": "skin_line_width * 3",
"maximum_value_warning": "skin_line_width * 10",
"type": "float",
"enabled": "(top_layers > 0 or bottom_layers > 0) and top_bottom_pattern != 'concentric'",
"limit_to_extruder": "top_bottom_extruder_nr",
@ -3347,7 +3363,7 @@
"description": "The speed at which the prime tower is printed. Printing the prime tower slower can make it more stable when the adhesion between the different filaments is suboptimal.",
"type": "float",
"unit": "mm/s",
"enabled": "resolveOrValue('prime_tower_enable')",
"enabled": "prime_tower_enable",
"default_value": 60,
"value": "speed_print",
"minimum_value": "0.1",
@ -3725,7 +3741,7 @@
"maximum_value_warning": "10000",
"default_value": 3000,
"value": "acceleration_print",
"enabled": "resolveOrValue('prime_tower_enable') and resolveOrValue('acceleration_enabled')",
"enabled": "prime_tower_enable and resolveOrValue('acceleration_enabled')",
"settable_per_mesh": false
}
}
@ -4044,7 +4060,7 @@
"maximum_value_warning": "50",
"default_value": 20,
"value": "jerk_print",
"enabled": "resolveOrValue('prime_tower_enable') and resolveOrValue('jerk_enabled')",
"enabled": "prime_tower_enable and resolveOrValue('jerk_enabled')",
"settable_per_mesh": false
}
}
@ -5135,7 +5151,7 @@
"unit": "mm",
"type": "float",
"minimum_value": "0",
"maximum_value_warning": "machine_nozzle_size",
"maximum_value_warning": "5*layer_height",
"default_value": 0.1,
"limit_to_extruder": "support_interface_extruder_nr if support_interface_enable else support_infill_extruder_nr",
"enabled": "support_enable or support_meshes_present",
@ -6053,12 +6069,18 @@
"settable_per_mesh": false,
"settable_per_extruder": true
},
"brim_outside_only":
"brim_location":
{
"label": "Brim Only on Outside",
"description": "Only print the brim on the outside of the model. This reduces the amount of brim you need to remove afterwards, while it doesn't reduce the bed adhesion that much.",
"type": "bool",
"default_value": true,
"label": "Brim Location",
"description": "Print a brim on the outside of the model, inside, or both. Depending on the model, this helps reducing the amount of brim you need to remove afterwards, while ensuring a proper bed adhesion.",
"type": "enum",
"options":
{
"outside": "Outside Only",
"inside": "Inside Only",
"everywhere": "Everywhere"
},
"default_value": "outside",
"enabled": "resolveOrValue('adhesion_type') == 'brim'",
"limit_to_extruder": "skirt_brim_extruder_nr",
"settable_per_mesh": false,
@ -6066,13 +6088,14 @@
},
"brim_inside_margin":
{
"label": "Brim Inside Avoid Margin",
"description": "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes.",
"label": "Brim Avoid Margin",
"description": "A brim around a model may touch an other model where you don't want it. This removes all brim within this distance from brimless models.",
"unit": "mm",
"type": "float",
"default_value": 2.5,
"value": "line_width * 4",
"default_value": "1.6",
"minimum_value": "0",
"enabled": "resolveOrValue('adhesion_type') == 'brim' and any(extruderValues('brim_outside_only'))",
"enabled": "resolveOrValue('adhesion_type') == 'brim'",
"limit_to_extruder": "skirt_brim_extruder_nr",
"settable_per_mesh": false,
"settable_per_extruder": true
@ -6453,6 +6476,18 @@
"settable_per_extruder": true,
"limit_to_extruder": "raft_surface_extruder_nr"
},
"raft_surface_monotonic":
{
"label": "Monotonic Raft Top Surface Order",
"description": "Print raft top surface lines in an ordering that causes them to always overlap with adjacent lines in a single direction. This takes slightly more time to print, but makes the surface look more consistent, which is also visible on the model bottom surface.",
"type": "bool",
"default_value": false,
"value": "skin_monotonic",
"enabled": "resolveOrValue('adhesion_type') == 'raft' and raft_surface_layers > 0",
"settable_per_mesh": false,
"settable_per_extruder": true,
"limit_to_extruder": "raft_surface_extruder_nr"
},
"raft_wall_count":
{
"label": "Raft Wall Count",
@ -6777,13 +6812,29 @@
"settable_per_mesh": false,
"settable_per_extruder": false
},
"prime_tower_mode":
{
"label": "Prime Tower Type",
"description": "<html>How to generate the prime tower:<ul><li><b>Normal:</b> create a bucket in which secondary materials are primed</li><li><b>Interleaved:</b> create a prime tower as sparse as possible. This will save time and filament, but is only possible if the used materials adhere to each other</li></ul></html>",
"type": "enum",
"value": "'interleaved' if (all(material_type_var == extruderValues('material_type')[0] for material_type_var in extruderValues('material_type')) and all(material_brand_var == extruderValues('material_brand')[0] for material_brand_var in extruderValues('material_brand'))) else 'normal'",
"options":
{
"normal": "Normal",
"interleaved": "Interleaved"
},
"default_value": "normal",
"enabled": "prime_tower_enable",
"settable_per_mesh": false,
"settable_per_extruder": false
},
"prime_tower_size":
{
"label": "Prime Tower Size",
"description": "The width of the prime tower.",
"type": "float",
"unit": "mm",
"enabled": "resolveOrValue('prime_tower_enable')",
"enabled": "prime_tower_enable",
"default_value": 20,
"resolve": "max(extruderValues('prime_tower_size'))",
"minimum_value": "0",
@ -6802,7 +6853,20 @@
"default_value": 6,
"minimum_value": "0",
"maximum_value_warning": "(resolveOrValue('prime_tower_size') * 0.5) ** 2 * 3.14159 * resolveOrValue('layer_height') - sum(extruderValues('prime_tower_min_volume')) + prime_tower_min_volume",
"enabled": "resolveOrValue('prime_tower_enable')",
"enabled": "prime_tower_enable",
"settable_per_mesh": false,
"settable_per_extruder": true
},
"prime_tower_max_bridging_distance":
{
"label": "Prime Tower Maximum Bridging Distance",
"description": "The maximum length of the branches which may be printed over the air.",
"unit": "mm",
"type": "float",
"default_value": 5,
"minimum_value": "line_width",
"maximum_value_warning": "10.0",
"enabled": "prime_tower_enable",
"settable_per_mesh": false,
"settable_per_extruder": true
},
@ -6812,9 +6876,9 @@
"description": "The x coordinate of the position of the prime tower.",
"type": "float",
"unit": "mm",
"enabled": "resolveOrValue('prime_tower_enable')",
"enabled": "prime_tower_enable",
"default_value": 200,
"value": "(resolveOrValue('machine_width') / 2 + resolveOrValue('prime_tower_size') / 2) if resolveOrValue('machine_shape') == 'elliptic' else (resolveOrValue('machine_width') - (resolveOrValue('prime_tower_base_size') if (resolveOrValue('adhesion_type') == 'raft' or resolveOrValue('prime_tower_brim_enable')) else 0) - max(max(extruderValues('travel_avoid_distance')) + max(extruderValues('machine_nozzle_offset_x')) + max(extruderValues('support_offset')) + (extruderValue(skirt_brim_extruder_nr, 'skirt_brim_line_width') * extruderValue(skirt_brim_extruder_nr, 'skirt_line_count') * extruderValue(skirt_brim_extruder_nr, 'initial_layer_line_width_factor') / 100 + extruderValue(skirt_brim_extruder_nr, 'skirt_gap') if resolveOrValue('adhesion_type') == 'skirt' else 0) + (resolveOrValue('draft_shield_dist') if resolveOrValue('draft_shield_enabled') else 0), max(map(abs, extruderValues('machine_nozzle_offset_x'))), 1)) - (resolveOrValue('machine_width') / 2 if resolveOrValue('machine_center_is_zero') else 0)",
"value": "((resolveOrValue('machine_width') / 2 + resolveOrValue('prime_tower_size') / 2) if resolveOrValue('machine_shape') == 'elliptic' else (resolveOrValue('machine_width') - (resolveOrValue('prime_tower_base_size') if (resolveOrValue('adhesion_type') == 'raft' or resolveOrValue('prime_tower_brim_enable')) else 0) - max(max(extruderValues('travel_avoid_distance')) + max(extruderValues('machine_nozzle_offset_x')) + max(extruderValues('support_offset')) + (extruderValue(skirt_brim_extruder_nr, 'skirt_brim_line_width') * extruderValue(skirt_brim_extruder_nr, 'skirt_line_count') * extruderValue(skirt_brim_extruder_nr, 'initial_layer_line_width_factor') / 100 + extruderValue(skirt_brim_extruder_nr, 'skirt_gap') if resolveOrValue('adhesion_type') == 'skirt' else 0) + (resolveOrValue('draft_shield_dist') if resolveOrValue('draft_shield_enabled') else 0), max(map(abs, extruderValues('machine_nozzle_offset_x'))), 1))) - (resolveOrValue('machine_width') / 2 if resolveOrValue('machine_center_is_zero') else 0)",
"maximum_value": "(machine_width / 2 if machine_center_is_zero else machine_width) - (resolveOrValue('prime_tower_base_size') if (resolveOrValue('adhesion_type') == 'raft' or resolveOrValue('prime_tower_brim_enable')) else 0)",
"minimum_value": "resolveOrValue('prime_tower_size') + (resolveOrValue('prime_tower_base_size') if (resolveOrValue('adhesion_type') == 'raft' or resolveOrValue('prime_tower_brim_enable')) else 0) - (machine_width / 2 if machine_center_is_zero else 0)",
"settable_per_mesh": false,
@ -6826,7 +6890,7 @@
"description": "The y coordinate of the position of the prime tower.",
"type": "float",
"unit": "mm",
"enabled": "resolveOrValue('prime_tower_enable')",
"enabled": "prime_tower_enable",
"default_value": 200,
"value": "machine_depth - prime_tower_size - (resolveOrValue('prime_tower_base_size') if (resolveOrValue('adhesion_type') == 'raft' or resolveOrValue('prime_tower_brim_enable')) else 0) - max(max(extruderValues('travel_avoid_distance')) + max(extruderValues('machine_nozzle_offset_y')) + max(extruderValues('support_offset')) + (extruderValue(skirt_brim_extruder_nr, 'skirt_brim_line_width') * extruderValue(skirt_brim_extruder_nr, 'skirt_line_count') * extruderValue(skirt_brim_extruder_nr, 'initial_layer_line_width_factor') / 100 + extruderValue(skirt_brim_extruder_nr, 'skirt_gap') if resolveOrValue('adhesion_type') == 'skirt' else 0) + (resolveOrValue('draft_shield_dist') if resolveOrValue('draft_shield_enabled') else 0), max(map(abs, extruderValues('machine_nozzle_offset_y'))), 1) - (resolveOrValue('machine_depth') / 2 if resolveOrValue('machine_center_is_zero') else 0)",
"maximum_value": "(machine_depth / 2 - resolveOrValue('prime_tower_size') if machine_center_is_zero else machine_depth - resolveOrValue('prime_tower_size')) - (resolveOrValue('prime_tower_base_size') if (resolveOrValue('adhesion_type') == 'raft' or resolveOrValue('prime_tower_brim_enable')) else 0)",
@ -6839,7 +6903,7 @@
"label": "Wipe Inactive Nozzle on Prime Tower",
"description": "After printing the prime tower with one nozzle, wipe the oozed material from the other nozzle off on the prime tower.",
"type": "bool",
"enabled": "resolveOrValue('prime_tower_enable')",
"enabled": "prime_tower_enable",
"default_value": true,
"settable_per_mesh": false,
"settable_per_extruder": true
@ -6850,7 +6914,7 @@
"label": "Prime Tower Base",
"description": "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.",
"type": "bool",
"enabled": "resolveOrValue('prime_tower_enable') and resolveOrValue('adhesion_type') != 'raft'",
"enabled": "prime_tower_enable and resolveOrValue('adhesion_type') != 'raft'",
"default_value": false,
"settable_per_mesh": false,
"settable_per_extruder": false
@ -6862,7 +6926,7 @@
"description": "The width of the prime tower brim/base. A larger base enhances adhesion to the build plate, but also reduces the effective print area.",
"type": "float",
"unit": "mm",
"enabled": "resolveOrValue('prime_tower_enable') and (resolveOrValue('prime_tower_brim_enable') or resolveOrValue('adhesion_type') == 'raft')",
"enabled": "prime_tower_enable and (resolveOrValue('prime_tower_brim_enable') or resolveOrValue('adhesion_type') == 'raft')",
"default_value": 1.2,
"minimum_value": "0",
"maximum_value": "min(0.5 * machine_width, 0.5 * machine_depth)",
@ -6876,7 +6940,7 @@
"description": "The height of the prime tower base. Increasing this value will result in a more sturdy prime tower because the base will be wider. If this setting is too low, the prime tower will not have a sturdy base.",
"type": "float",
"unit": "mm",
"enabled": "resolveOrValue('prime_tower_enable') and (resolveOrValue('prime_tower_brim_enable') or resolveOrValue('adhesion_type') == 'raft')",
"enabled": "prime_tower_enable and (resolveOrValue('prime_tower_brim_enable') or resolveOrValue('adhesion_type') == 'raft')",
"default_value": 0,
"minimum_value": "0",
"maximum_value": "machine_height",
@ -6888,7 +6952,7 @@
"label": "Prime Tower Base Slope",
"description": "The magnitude factor used for the slope of the prime tower base. If you increase this value, the base will become slimmer. If you decrease it, the base will become thicker.",
"type": "float",
"enabled": "resolveOrValue('prime_tower_enable') and (resolveOrValue('prime_tower_brim_enable') or resolveOrValue('adhesion_type') == 'raft')",
"enabled": "prime_tower_enable and (resolveOrValue('prime_tower_brim_enable') or resolveOrValue('adhesion_type') == 'raft')",
"default_value": 4,
"minimum_value": "0",
"maximum_value": "10",
@ -6906,7 +6970,7 @@
"minimum_value": "0",
"minimum_value_warning": "raft_base_line_width",
"maximum_value_warning": "100",
"enabled": "resolveOrValue('prime_tower_enable') and resolveOrValue('adhesion_type') == 'raft'",
"enabled": "prime_tower_enable and resolveOrValue('adhesion_type') == 'raft'",
"settable_per_mesh": false,
"settable_per_extruder": true,
"limit_to_extruder": "raft_base_extruder_nr"
@ -7234,6 +7298,16 @@
"settable_per_extruder": false,
"settable_per_meshgroup": false
},
"user_defined_print_order_enabled":
{
"label": "Set Print Sequence Manually",
"description": "Allows you to order the object list to manually set the print sequence. First object from the list will be printed first.",
"type": "bool",
"default_value": false,
"settable_per_mesh": false,
"settable_per_extruder": false,
"enabled": "print_sequence == 'one_at_a_time'"
},
"infill_mesh":
{
"label": "Infill Mesh",

View file

@ -0,0 +1,15 @@
{
"version": 2,
"name": "Adventurer 3",
"inherits": "flashforge_adventurer3c",
"metadata":
{
"visible": true,
"author": "Jeremie-C",
"supports_network_connection": true
},
"overrides":
{
"machine_name": { "default_value": "Adventurer 3" }
}
}

View file

@ -0,0 +1,33 @@
{
"version": 2,
"name": "Adventurer 3C",
"inherits": "flashforge_adventurer_base",
"metadata":
{
"visible": true,
"author": "Jeremie-C",
"quality_definition": "flashforge_adventurer3"
},
"overrides":
{
"default_material_bed_temperature": { "maximum_value_warning": "100" },
"gantry_height": { "value": "150" },
"machine_center_is_zero": { "default_value": true },
"machine_depth": { "default_value": 150 },
"machine_end_gcode": { "default_value": ";end gcode\nM104 S0 T0\nM140 S0 T0\nG162 Z F1800\nG28 X Y\nM132 X Y A B\nM652\nG91\nM18" },
"machine_head_with_fans_polygon":
{
"default_value": [
[-20, 10],
[-20, -10],
[10, 10],
[10, -10]
]
},
"machine_height": { "default_value": 150 },
"machine_name": { "default_value": "Adventurer 3C" },
"machine_start_gcode": { "default_value": ";Start Gcode\nG28\nM132 X Y Z A B\nG1 Z50.000 F420\nG161 X Y F3300\nM7 T0\nM6 T0\nM651 S255\n;End Start" },
"machine_width": { "default_value": 150 },
"speed_print": { "maximum_value_warning": 100 }
}
}

View file

@ -0,0 +1,33 @@
{
"version": 2,
"name": "Adventurer 4",
"inherits": "flashforge_adventurer_base",
"metadata":
{
"visible": true,
"author": "Jeremie-C",
"quality_definition": "flashforge_adventurer4",
"supports_network_connection": true
},
"overrides":
{
"default_material_bed_temperature": { "maximum_value_warning": "110" },
"gantry_height": { "value": "250" },
"machine_depth": { "default_value": 200 },
"machine_end_gcode": { "default_value": ";End Gcode\nM104 S0 T0\nM140 S0 T0\nG162 Z F1800\nG28 X Y\nM132 X Y A B\nM652\nG91\nM18" },
"machine_head_with_fans_polygon":
{
"default_value": [
[-20, 10],
[-20, -10],
[10, 10],
[10, -10]
]
},
"machine_height": { "default_value": 250 },
"machine_name": { "default_value": "Adventurer 4" },
"machine_start_gcode": { "default_value": ";Start Gcode\nG28\nM132 X Y Z A B\nG1 Z50.000 F420\nG161 X Y F3300\nM7 T0\nM6 T0\nM651 S255\n;End Start" },
"machine_use_extruder_offset_to_offset_coords": { "default_value": false },
"machine_width": { "default_value": 220 }
}
}

View file

@ -0,0 +1,14 @@
{
"version": 2,
"name": "Adventurer 4 Lite",
"inherits": "flashforge_adventurer4",
"metadata":
{
"visible": true,
"author": "Jeremie-C"
},
"overrides":
{
"machine_name": { "default_value": "Adventurer 4 Lite" }
}
}

View file

@ -0,0 +1,34 @@
{
"version": 2,
"name": "Flashforge Adventurer Base",
"inherits": "fdmprinter",
"metadata":
{
"visible": false,
"author": "Jeremie-C",
"manufacturer": "Flashforge",
"file_formats": "application/gx;text/x-gcode",
"first_start_actions": [ "MachineSettingsAction" ],
"has_machine_quality": true,
"has_materials": true,
"has_variants": true,
"machine_extruder_trains": { "0": "flashforge_adventurer_extruder_0" },
"preferred_material": "generic_pla",
"preferred_quality_type": "normal",
"preferred_variant_name": "0.4mm Nozzle",
"variants_name": "Nozzle Size"
},
"overrides":
{
"adhesion_type": { "default_value": "skirt" },
"default_material_print_temperature": { "maximum_value_warning": "265" },
"layer_height":
{
"maximum_value_warning": "0.4",
"minimum_value_warning": "0.1"
},
"machine_center_is_zero": { "default_value": true },
"machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
"machine_heated_bed": { "default_value": true }
}
}

View file

@ -113,7 +113,7 @@
"minimum_value_warning": "100"
},
"adhesion_type": { "value": "'skirt'" },
"brim_outside_only": { "value": false },
"brim_location": { "value": "everywhere" },
"cool_fan_speed_min": { "value": "0.5*cool_fan_speed" },
"cool_min_layer_time_fan_speed_max": { "value": 10 },
"default_material_bed_temperature": { "maximum_value": "150" },

View file

@ -0,0 +1,20 @@
{
"version": 2,
"name": "RatRig Printer",
"inherits": "fdmprinter",
"metadata":
{
"visible": false,
"author": "nu-hin",
"manufacturer": "RatRig",
"file_formats": "text/x-gcode",
"exclude_materials": [],
"first_start_actions": [ "MachineSettingsAction" ],
"has_materials": true,
"machine_extruder_trains": { "0": "ratrig_base_extruder_0" },
"preferred_material": "generic_pla",
"preferred_quality_type": "standard",
"quality_definition": "ratrig_base",
"supported_actions": [ "MachineSettingsAction" ]
}
}

View file

@ -0,0 +1,23 @@
{
"version": 2,
"name": "RatRig V-Core 3 200mm",
"inherits": "ratrig_vcore3_base",
"metadata":
{
"visible": true,
"platform": "ratrig_vcore3_200.stl",
"platform_offset": [
0,
0,
0
],
"weight": 16
},
"overrides":
{
"machine_depth": { "default_value": 200 },
"machine_height": { "default_value": 200 },
"machine_name": { "default_value": "RatRig V-Core 3 200mm" },
"machine_width": { "default_value": 200 }
}
}

View file

@ -0,0 +1,23 @@
{
"version": 2,
"name": "RatRig V-Core 3 300mm",
"inherits": "ratrig_vcore3_base",
"metadata":
{
"visible": true,
"platform": "ratrig_vcore3_300.stl",
"platform_offset": [
0,
5,
0
],
"weight": 16
},
"overrides":
{
"machine_depth": { "default_value": 300 },
"machine_height": { "default_value": 300 },
"machine_name": { "default_value": "RatRig V-Core 3 300mm" },
"machine_width": { "default_value": 300 }
}
}

View file

@ -0,0 +1,23 @@
{
"version": 2,
"name": "RatRig V-Core 3 400mm",
"inherits": "ratrig_vcore3_base",
"metadata":
{
"visible": true,
"platform": "ratrig_vcore3_400.stl",
"platform_offset": [
0,
3,
0
],
"weight": 16
},
"overrides":
{
"machine_depth": { "default_value": 400 },
"machine_height": { "default_value": 400 },
"machine_name": { "default_value": "RatRig V-Core 3 400mm" },
"machine_width": { "default_value": 400 }
}
}

View file

@ -0,0 +1,23 @@
{
"version": 2,
"name": "RatRig V-Core 3 500mm",
"inherits": "ratrig_vcore3_base",
"metadata":
{
"visible": true,
"platform": "ratrig_vcore3_500.stl",
"platform_offset": [
0,
0,
0
],
"weight": 16
},
"overrides":
{
"machine_depth": { "default_value": 500 },
"machine_height": { "default_value": 500 },
"machine_name": { "default_value": "RatRig V-Core 3 500mm" },
"machine_width": { "default_value": 500 }
}
}

View file

@ -0,0 +1,116 @@
{
"version": 2,
"name": "RatRig V-Core 3",
"inherits": "ratrig_base",
"metadata":
{
"visible": false,
"has_machine_quality": true,
"has_variants": true,
"machine_extruder_trains": { "0": "ratrig_base_extruder_0" },
"preferred_variant_name": "0.4mm Nozzle",
"variants_name": "Nozzle Size"
},
"overrides":
{
"acceleration_enabled": { "value": true },
"acceleration_layer_0": { "value": "acceleration_topbottom" },
"acceleration_roofing": { "enabled": "acceleration_enabled and roofing_layer_count > 0 and top_layers > 0" },
"acceleration_topbottom": { "value": "acceleration_print / 3" },
"acceleration_travel": { "value": 3000 },
"acceleration_travel_layer_0": { "value": "acceleration_travel / 3" },
"adaptive_layer_height_variation": { "value": 0.04 },
"adaptive_layer_height_variation_step": { "value": 0.04 },
"adhesion_type": { "value": "'skirt'" },
"brim_replaces_support": { "value": false },
"brim_width": { "value": "3" },
"cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" },
"cool_min_layer_time": { "value": 2 },
"fill_outline_gaps": { "value": false },
"gantry_height": { "value": 30 },
"infill_before_walls": { "value": false },
"infill_overlap": { "value": 30 },
"infill_pattern": { "value": "'lines' if infill_sparse_density > 50 else 'cubic'" },
"infill_wipe_dist": { "value": 0 },
"layer_height": { "default_value": 0.2 },
"layer_height_0": { "default_value": 0.2 },
"machine_acceleration": { "value": 3000 },
"machine_end_gcode": { "default_value": "END_PRINT" },
"machine_extruder_count": { "default_value": 1 },
"machine_head_with_fans_polygon":
{
"default_value": [
[-40, 90],
[-40, -30],
[40, -30],
[40, 90]
]
},
"machine_heated_bed": { "default_value": true },
"machine_max_acceleration_e": { "value": 5000 },
"machine_max_acceleration_x": { "value": 9000 },
"machine_max_acceleration_y": { "value": 9000 },
"machine_max_acceleration_z": { "value": 100 },
"machine_max_feedrate_e": { "value": 60 },
"machine_max_feedrate_x": { "value": 500 },
"machine_max_feedrate_y": { "value": 500 },
"machine_max_feedrate_z": { "value": 10 },
"machine_max_jerk_e": { "value": 5 },
"machine_max_jerk_xy": { "value": 5 },
"machine_max_jerk_z": { "value": 0.4 },
"machine_name": { "default_value": "RatRig V-Core 3" },
"machine_shape": { "default_value": "rectangular" },
"machine_show_variants": { "default_value": true },
"machine_start_gcode": { "default_value": "START_PRINT EXTRUDER_TEMP={material_print_temperature_layer_0} BED_TEMP={material_bed_temperature_layer_0}" },
"material_diameter": { "default_value": 1.75 },
"material_final_print_temperature": { "value": "material_print_temperature" },
"material_initial_print_temperature": { "value": "material_print_temperature" },
"meshfix_maximum_resolution": { "value": "0.25" },
"meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" },
"minimum_interface_area": { "value": 10 },
"minimum_support_area": { "value": 2 },
"optimize_wall_printing_order": { "value": true },
"retraction_amount": { "value": "machine_nozzle_size * 2" },
"retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" },
"retraction_combing_max_distance": { "value": 30 },
"retraction_count_max": { "value": 100 },
"retraction_extrusion_window": { "value": 10 },
"retraction_speed": { "value": 40 },
"roofing_layer_count": { "value": 1 },
"skin_overlap": { "value": 18 },
"skirt_brim_minimal_length": { "default_value": 30 },
"skirt_gap": { "value": 10 },
"skirt_line_count": { "value": 3 },
"speed_layer_0": { "value": "math.floor(speed_print * 3 / 10)" },
"speed_print": { "value": 100 },
"speed_roofing": { "value": "math.floor(speed_print * 3 / 10)" },
"speed_support": { "value": "math.floor(speed_print * 3 / 10)" },
"speed_support_interface": { "value": "speed_topbottom" },
"speed_topbottom": { "value": "math.floor(speed_print / 2)" },
"speed_travel": { "value": 250 },
"speed_travel_layer_0": { "value": "100 if speed_layer_0 < 20 else 150 if speed_layer_0 > 30 else speed_layer_0 * 5" },
"speed_wall_x": { "value": "speed_wall" },
"speed_z_hop": { "value": 5 },
"support_angle": { "value": "math.floor(math.degrees(math.atan(line_width/2.0/layer_height)))" },
"support_brim_width": { "value": 4 },
"support_infill_rate": { "value": "0 if support_enable and support_structure == 'tree' else 20" },
"support_interface_density": { "value": 33.333 },
"support_interface_enable": { "value": true },
"support_interface_height": { "value": "layer_height * 4" },
"support_interface_pattern": { "value": "'grid'" },
"support_pattern": { "value": "'zigzag'" },
"support_use_towers": { "value": false },
"support_xy_distance": { "value": "wall_line_width_0 * 2" },
"support_xy_distance_overhang": { "value": "wall_line_width_0" },
"support_xy_overrides_z": { "value": "'xy_overrides_z'" },
"support_z_distance": { "value": "layer_height if layer_height >= 0.16 else layer_height * 2" },
"top_bottom_pattern": { "value": "'lines'" },
"top_bottom_thickness": { "value": "layer_height_0 + layer_height * 3" },
"travel_avoid_supports": { "value": true },
"travel_retract_before_outer_wall": { "value": true },
"wall_0_wipe_dist": { "value": 0 },
"wall_thickness": { "value": "line_width * 2" },
"z_seam_corner": { "value": "'z_seam_corner_weighted'" },
"z_seam_type": { "value": "'back'" }
}
}

View file

@ -0,0 +1,127 @@
{
"version": 2,
"name": "RatRig V-Minion",
"inherits": "ratrig_base",
"metadata":
{
"visible": true,
"platform": "ratrig_vminion.stl",
"has_machine_quality": true,
"has_variants": true,
"machine_extruder_trains": { "0": "ratrig_base_extruder_0" },
"platform_offset": [
0,
0,
0
],
"preferred_variant_name": "0.4mm Nozzle",
"variants_name": "Nozzle Size",
"weight": 8
},
"overrides":
{
"acceleration_enabled": { "value": true },
"acceleration_layer_0": { "value": "acceleration_topbottom" },
"acceleration_roofing": { "enabled": "acceleration_enabled and roofing_layer_count > 0 and top_layers > 0" },
"acceleration_topbottom": { "value": "acceleration_print / 3" },
"acceleration_travel": { "value": 3000 },
"acceleration_travel_layer_0": { "value": "acceleration_travel / 3" },
"adaptive_layer_height_variation": { "value": 0.04 },
"adaptive_layer_height_variation_step": { "value": 0.04 },
"adhesion_type": { "value": "'skirt'" },
"brim_replaces_support": { "value": false },
"brim_width": { "value": "3" },
"cool_fan_full_at_height": { "value": "layer_height_0 + 2 * layer_height" },
"cool_min_layer_time": { "value": 2 },
"fill_outline_gaps": { "value": false },
"gantry_height": { "value": 30 },
"infill_before_walls": { "value": false },
"infill_overlap": { "value": 30 },
"infill_pattern": { "value": "'lines' if infill_sparse_density > 50 else 'cubic'" },
"infill_wipe_dist": { "value": 0 },
"layer_height": { "default_value": 0.2 },
"layer_height_0": { "default_value": 0.2 },
"machine_acceleration": { "value": 3000 },
"machine_depth": { "default_value": 180 },
"machine_end_gcode": { "default_value": "END_PRINT" },
"machine_extruder_count": { "default_value": 1 },
"machine_head_with_fans_polygon":
{
"default_value": [
[-40, 90],
[-40, -30],
[40, -30],
[40, 90]
]
},
"machine_heated_bed": { "default_value": true },
"machine_height": { "default_value": 180 },
"machine_max_acceleration_e": { "value": 5000 },
"machine_max_acceleration_x": { "value": 9000 },
"machine_max_acceleration_y": { "value": 9000 },
"machine_max_acceleration_z": { "value": 100 },
"machine_max_feedrate_e": { "value": 60 },
"machine_max_feedrate_x": { "value": 500 },
"machine_max_feedrate_y": { "value": 500 },
"machine_max_feedrate_z": { "value": 10 },
"machine_max_jerk_e": { "value": 5 },
"machine_max_jerk_xy": { "value": 5 },
"machine_max_jerk_z": { "value": 0.4 },
"machine_name": { "default_value": "RatRig V-Minion" },
"machine_shape": { "default_value": "rectangular" },
"machine_show_variants": { "default_value": true },
"machine_start_gcode": { "default_value": "START_PRINT EXTRUDER_TEMP={material_print_temperature_layer_0} BED_TEMP={material_bed_temperature_layer_0}" },
"machine_width": { "default_value": 180 },
"material_diameter": { "default_value": 1.75 },
"material_final_print_temperature": { "value": "material_print_temperature" },
"material_initial_print_temperature": { "value": "material_print_temperature" },
"meshfix_maximum_resolution": { "value": "0.25" },
"meshfix_maximum_travel_resolution": { "value": "meshfix_maximum_resolution" },
"minimum_interface_area": { "value": 10 },
"minimum_support_area": { "value": 2 },
"optimize_wall_printing_order": { "value": true },
"retraction_amount": { "value": "machine_nozzle_size * 2" },
"retraction_combing": { "value": "'off' if retraction_hop_enabled else 'noskin'" },
"retraction_combing_max_distance": { "value": 30 },
"retraction_count_max": { "value": 100 },
"retraction_extrusion_window": { "value": 10 },
"retraction_speed": { "value": 40 },
"roofing_layer_count": { "value": 1 },
"skin_overlap": { "value": 18 },
"skirt_brim_minimal_length": { "default_value": 30 },
"skirt_gap": { "value": 10 },
"skirt_line_count": { "value": 3 },
"speed_layer_0": { "value": "math.floor(speed_print * 3 / 10)" },
"speed_print": { "value": 100 },
"speed_roofing": { "value": "math.floor(speed_print * 3 / 10)" },
"speed_support": { "value": "math.floor(speed_print * 3 / 10)" },
"speed_support_interface": { "value": "speed_topbottom" },
"speed_topbottom": { "value": "math.floor(speed_print / 2)" },
"speed_travel": { "value": 250 },
"speed_travel_layer_0": { "value": "100 if speed_layer_0 < 20 else 150 if speed_layer_0 > 30 else speed_layer_0 * 5" },
"speed_wall": { "value": "math.floor(speed_print / 2)" },
"speed_wall_x": { "value": "speed_wall" },
"speed_z_hop": { "value": 5 },
"support_angle": { "value": "math.floor(math.degrees(math.atan(line_width/2.0/layer_height)))" },
"support_brim_width": { "value": 4 },
"support_infill_rate": { "value": "0 if support_enable and support_structure == 'tree' else 20" },
"support_interface_density": { "value": 33.333 },
"support_interface_enable": { "value": true },
"support_interface_height": { "value": "layer_height * 4" },
"support_interface_pattern": { "value": "'grid'" },
"support_pattern": { "value": "'zigzag'" },
"support_use_towers": { "value": false },
"support_xy_distance": { "value": "wall_line_width_0 * 2" },
"support_xy_distance_overhang": { "value": "wall_line_width_0" },
"support_xy_overrides_z": { "value": "'xy_overrides_z'" },
"support_z_distance": { "value": "layer_height if layer_height >= 0.16 else layer_height * 2" },
"top_bottom_pattern": { "value": "'lines'" },
"top_bottom_thickness": { "value": "layer_height_0 + layer_height * 3" },
"travel_avoid_supports": { "value": true },
"travel_retract_before_outer_wall": { "value": true },
"wall_0_wipe_dist": { "value": 0 },
"wall_thickness": { "value": "line_width * 2" },
"z_seam_corner": { "value": "'z_seam_corner_weighted'" },
"z_seam_type": { "value": "'back'" }
}
}

View file

@ -8,8 +8,8 @@
"author": "Ultimaker",
"manufacturer": "Ultimaker B.V.",
"exclude_materials": [
"generic_hips",
"structur3d_dap100silicone"
"structur3d_",
"generic_hips"
]
},
"overrides":
@ -96,16 +96,14 @@
"raft_interface_thickness": { "value": "(raft_base_thickness + raft_surface_thickness) / 2" },
"raft_speed": { "value": 15 },
"raft_surface_fan_speed": { "value": "cool_fan_speed_min" },
"raft_surface_monotonic": { "value": true },
"raft_surface_speed": { "value": "speed_topbottom" },
"relative_extrusion":
{
"enabled": false,
"value": false
},
"relative_extrusion": { "enabled": false },
"retraction_combing": { "value": "'no_outer_surfaces'" },
"retraction_combing_max_distance": { "value": 15 },
"retraction_count_max": { "value": 25 },
"retraction_extrusion_window": { "value": 1 },
"retraction_min_travel": { "value": 5 },
"roofing_layer_count": { "value": "1" },
"roofing_material_flow": { "value": "material_flow" },
"skin_angles": { "value": "[] if infill_pattern not in ['cross', 'cross_3d'] else [20, 110]" },

View file

@ -10,23 +10,23 @@
"file_formats": "text/x-gcode",
"platform": "ultimaker2_platform.obj",
"exclude_materials": [
"generic_bam",
"generic_cffcpe",
"generic_cffpa",
"generic_flexible",
"generic_gffcpe",
"generic_gffpa",
"generic_hips",
"generic_petcf",
"generic_petg",
"structur3d_dap100silicone",
"ultimaker_petg_red",
"ultimaker_petg_blue",
"ultimaker_petg_grey",
"ultimaker_petg_black",
"ultimaker_petg_green",
"ultimaker_petg_white",
"ultimaker_petg_orange",
"ultimaker_petg_silver",
"ultimaker_petg_yellow",
"ultimaker_petg_transparent",
"ultimaker_petg_red_translucent",
"ultimaker_petg_blue_translucent",
"ultimaker_petg_green_translucent",
"ultimaker_petg_yellow_fluorescent"
"generic_pva",
"generic_tough_pla",
"structur3d_",
"ultimaker_bam",
"ultimaker_petcf",
"ultimaker_petg",
"ultimaker_pva",
"ultimaker_tough_pla"
],
"firmware_file": "MarlinUltimaker2.hex",
"has_machine_quality": true,

View file

@ -9,43 +9,23 @@
"file_formats": "text/x-gcode",
"platform": "ultimaker2_platform.obj",
"exclude_materials": [
"generic_hips",
"generic_petg",
"generic_bam",
"ultimaker_bam",
"generic_pva",
"ultimaker_pva",
"generic_tough_pla",
"ultimaker_tough_pla_black",
"ultimaker_tough_pla_green",
"ultimaker_tough_pla_red",
"ultimaker_tough_pla_white",
"ultimaker_tough_pla_blue",
"ultimaker_tough_pla_gray",
"ultimaker_tough_pla_yellow",
"generic_cffcpe",
"generic_cffpa",
"generic_flexible",
"generic_gffcpe",
"generic_gffpa",
"generic_hips",
"generic_petcf",
"structur3d_dap100silicone",
"ultimaker_petg_red",
"ultimaker_petg_blue",
"ultimaker_petg_grey",
"ultimaker_petg_black",
"ultimaker_petg_green",
"ultimaker_petg_white",
"ultimaker_petg_orange",
"ultimaker_petg_silver",
"ultimaker_petg_yellow",
"ultimaker_petg_transparent",
"ultimaker_petg_red_translucent",
"ultimaker_petg_blue_translucent",
"ultimaker_petg_green_translucent",
"ultimaker_petg_yellow_fluorescent",
"ultimaker_petcf_black",
"ultimaker_petcf_blue",
"ultimaker_petcf_gray"
"generic_petg",
"generic_pva",
"generic_tough_pla",
"structur3d_",
"ultimaker_bam",
"ultimaker_petcf",
"ultimaker_petg",
"ultimaker_pva",
"ultimaker_tough_pla"
],
"firmware_file": "MarlinUltimaker2plus.hex",
"first_start_actions": [],

View file

@ -9,20 +9,19 @@
"file_formats": "application/x-ufp;text/x-gcode",
"platform": "ultimaker2_plus_connect_platform.obj",
"exclude_materials": [
"generic_hips",
"generic_bam",
"ultimaker_bam",
"generic_pva",
"ultimaker_pva",
"ultimaker_petcf_black",
"ultimaker_petcf_blue",
"ultimaker_petcf_gray",
"generic_petcf",
"generic_cffcpe",
"generic_cffpa",
"generic_flexible",
"generic_gffcpe",
"generic_gffpa",
"structur3d_dap100silicone"
"generic_hips",
"generic_petcf",
"generic_pva",
"structur3d_",
"ultimaker_bam",
"ultimaker_petcf",
"ultimaker_pva"
],
"first_start_actions": [],
"has_machine_materials": true,

View file

@ -13,16 +13,15 @@
9066
],
"exclude_materials": [
"generic_hips",
"generic_cffcpe",
"generic_cffpa",
"generic_flexible",
"generic_gffcpe",
"generic_gffpa",
"generic_hips",
"generic_petcf",
"ultimaker_petcf_black",
"ultimaker_petcf_blue",
"ultimaker_petcf_gray",
"structur3d_dap100silicone"
"structur3d_",
"ultimaker_petcf"
],
"firmware_update_info":
{
@ -156,7 +155,6 @@
"retraction_hop": { "value": "2" },
"retraction_hop_enabled": { "value": "extruders_enabled_count > 1" },
"retraction_hop_only_when_collides": { "value": "True" },
"retraction_min_travel": { "value": "5" },
"retraction_prime_speed": { "value": "15" },
"skin_overlap": { "value": "10" },
"speed_prime_tower": { "value": "speed_topbottom" },

View file

@ -28,7 +28,6 @@
"generic_hips_175",
"generic_pc_175",
"ultimaker_rapidrinse_175",
"ultimaker_sr30_175",
"generic_tpu_175",
"goofoo_",
"ideagen3D_",
@ -373,19 +372,17 @@
"retraction_hop": { "value": 0.4 },
"retraction_hop_enabled": { "value": true },
"retraction_hop_only_when_collides": { "value": false },
"retraction_min_travel": { "value": "line_width * 4" },
"retraction_prime_speed": { "value": "retraction_speed" },
"retraction_speed": { "value": 5 },
"roofing_layer_count": { "value": 2 },
"roofing_material_flow": { "value": "material_flow" },
"roofing_monotonic": { "value": true },
"skin_material_flow": { "value": "0.95*material_flow" },
"skin_monotonic": { "value": true },
"skin_outline_count": { "value": 0 },
"skin_overlap": { "value": 0 },
"skin_preshrink": { "value": 0 },
"skirt_brim_material_flow": { "value": "material_flow" },
"skirt_brim_minimal_length": { "value": 500 },
"small_skin_width": { "value": 4 },
"speed_equalize_flow_width_factor": { "value": 0 },
"speed_prime_tower": { "value": "speed_topbottom" },
"speed_print": { "value": 50 },
@ -426,7 +423,7 @@
"travel_avoid_other_parts": { "value": false },
"wall_0_inset": { "value": 0 },
"wall_0_material_flow": { "value": "material_flow" },
"wall_0_wipe_dist": { "value": 0 },
"wall_0_wipe_dist": { "value": 0.8 },
"wall_material_flow": { "value": "material_flow" },
"wall_x_material_flow": { "value": "material_flow" },
"xy_offset": { "value": 0 },

View file

@ -35,7 +35,6 @@
"generic_nylon_175",
"generic_hips_175",
"generic_pc_175",
"ultimaker_sr30_175",
"generic_tpu_175",
"goofoo_",
"ideagen3D_",

View file

@ -10,43 +10,22 @@
"file_formats": "text/x-gcode",
"platform": "ultimaker_platform.3mf",
"exclude_materials": [
"generic_hips",
"generic_petg",
"generic_bam",
"ultimaker_bam",
"generic_pva",
"ultimaker_pva",
"generic_tough_pla",
"ultimaker_tough_pla_black",
"ultimaker_tough_pla_green",
"ultimaker_tough_pla_red",
"ultimaker_tough_pla_white",
"ultimaker_tough_pla_blue",
"ultimaker_tough_pla_gray",
"ultimaker_tough_pla_yellow",
"generic_cffcpe",
"generic_cffpa",
"generic_flexible",
"generic_gffcpe",
"generic_gffpa",
"generic_hips",
"generic_petcf",
"structur3d_dap100silicone",
"ultimaker_petg_blue",
"ultimaker_petg_grey",
"ultimaker_petg_black",
"ultimaker_petg_green",
"ultimaker_petg_white",
"ultimaker_petg_orange",
"ultimaker_petg_silver",
"ultimaker_petg_yellow",
"ultimaker_petg_transparent",
"ultimaker_petg_red_translucent",
"ultimaker_petg_blue_translucent",
"ultimaker_petg_green_translucent",
"ultimaker_petg_yellow_fluorescent",
"ultimaker_petg_red",
"ultimaker_petcf_black",
"ultimaker_petcf_blue",
"ultimaker_petcf_gray"
"generic_petg",
"generic_pva",
"generic_tough_pla",
"structur3d_",
"ultimaker_bam",
"ultimaker_petcf",
"ultimaker_petg",
"ultimaker_pva",
"ultimaker_tough_pla"
],
"firmware_file": "MarlinUltimaker-{baudrate}.hex",
"firmware_hbk_file": "MarlinUltimaker-HBK-{baudrate}.hex",

View file

@ -10,43 +10,22 @@
"file_formats": "text/x-gcode",
"platform": "ultimaker_platform.3mf",
"exclude_materials": [
"generic_hips",
"generic_petg",
"generic_bam",
"ultimaker_bam",
"generic_pva",
"ultimaker_pva",
"generic_tough_pla",
"ultimaker_tough_pla_black",
"ultimaker_tough_pla_green",
"ultimaker_tough_pla_red",
"ultimaker_tough_pla_white",
"ultimaker_tough_pla_blue",
"ultimaker_tough_pla_gray",
"ultimaker_tough_pla_yellow",
"generic_cffcpe",
"generic_cffpa",
"generic_flexible",
"generic_gffcpe",
"generic_gffpa",
"generic_hips",
"generic_petcf",
"structur3d_dap100silicone",
"ultimaker_petg_blue",
"ultimaker_petg_grey",
"ultimaker_petg_black",
"ultimaker_petg_green",
"ultimaker_petg_white",
"ultimaker_petg_orange",
"ultimaker_petg_silver",
"ultimaker_petg_yellow",
"ultimaker_petg_transparent",
"ultimaker_petg_red_translucent",
"ultimaker_petg_blue_translucent",
"ultimaker_petg_green_translucent",
"ultimaker_petg_yellow_fluorescent",
"ultimaker_petg_red",
"ultimaker_petcf_black",
"ultimaker_petcf_blue",
"ultimaker_petcf_gray"
"generic_petg",
"generic_pva",
"generic_tough_pla",
"structur3d_",
"ultimaker_bam",
"ultimaker_petcf",
"ultimaker_petg",
"ultimaker_pva",
"ultimaker_tough_pla"
],
"firmware_file": "MarlinUltimaker-{baudrate}-dual.hex",
"firmware_hbk_file": "MarlinUltimaker-HBK-{baudrate}-dual.hex",

View file

@ -16,7 +16,8 @@
],
"exclude_materials": [
"generic_hips",
"structur3d_dap100silicone"
"generic_flexible",
"structur3d_"
],
"firmware_update_info":
{
@ -108,7 +109,6 @@
"retraction_hop": { "value": "2" },
"retraction_hop_enabled": { "value": "extruders_enabled_count > 1" },
"retraction_hop_only_when_collides": { "value": "True" },
"retraction_min_travel": { "value": "5" },
"retraction_prime_speed": { "value": "15" },
"retraction_speed": { "value": "45" },
"speed_prime_tower": { "value": "speed_topbottom" },

View file

@ -15,6 +15,11 @@
214476,
214477
],
"exclude_materials": [
"generic_hips",
"generic_flexible",
"structur3d_"
],
"firmware_update_info":
{
"check_urls": [ "https://software.ultimaker.com/releases/firmware/9051/stable/um-update.swu.version" ],
@ -110,7 +115,6 @@
"retraction_hop": { "value": "2" },
"retraction_hop_enabled": { "value": "extruders_enabled_count > 1" },
"retraction_hop_only_when_collides": { "value": "True" },
"retraction_min_travel": { "value": "5" },
"retraction_prime_speed": { "value": "15" },
"retraction_speed": { "value": "45" },
"speed_prime_tower": { "value": "speed_topbottom" },

View file

@ -44,6 +44,8 @@
},
"overrides":
{
"machine_name": { "default_value": "Ultimaker S7" }
"default_material_print_temperature": { "maximum_value_warning": "320" },
"machine_name": { "default_value": "Ultimaker S7" },
"material_print_temperature_layer_0": { "maximum_value_warning": "320" }
}
}

View file

@ -55,7 +55,7 @@
"machine_endstop_positive_direction_y": { "default_value": true },
"machine_endstop_positive_direction_z": { "default_value": false },
"machine_feeder_wheel_diameter": { "default_value": 7.5 },
"machine_gcode_flavor": { "default_value": "RepRap (RepRap)" },
"machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
"machine_head_with_fans_polygon":
{
"default_value": [
@ -76,7 +76,7 @@
"machine_max_jerk_xy": { "default_value": 20 },
"machine_max_jerk_z": { "default_value": 1 },
"machine_name": { "default_value": "VORON2" },
"machine_start_gcode": { "default_value": "print_start" },
"machine_start_gcode": { "default_value": ";Nozzle diameter = {machine_nozzle_size}\n;Filament type = {material_type}\n;Filament name = {material_name}\n;Filament weight = {filament_weight}\n; M190 S{material_bed_temperature_layer_0}\n; M109 S{material_print_temperature_layer_0}\nprint_start EXTRUDER={material_print_temperature_layer_0} BED={material_bed_temperature_layer_0} CHAMBER={build_volume_temperature}" },
"machine_steps_per_mm_x": { "default_value": 80 },
"machine_steps_per_mm_y": { "default_value": 80 },
"machine_steps_per_mm_z": { "default_value": 400 },

View file

@ -0,0 +1,18 @@
{
"version": 2,
"name": "Left Extruder",
"inherits": "fdmextruder",
"metadata":
{
"machine": "dagoma_sigma_pro_dual",
"position": "1"
},
"overrides":
{
"extruder_nr": { "default_value": 1 },
"machine_extruder_end_code": { "default_value": ";END T1\nG92 E0\nM83\nG1 E-55 F4700\nM82\nG92 E0\n" },
"machine_extruder_start_code": { "default_value": ";START T1\n;No temperature change\nG1 X0 Y77.5 F8000\nG92 E0\nM83\nG1 E50 F1200\nM82\nG92 E0\n" },
"machine_nozzle_size": { "default_value": 0.4 },
"material_diameter": { "default_value": 1.75 }
}
}

View file

@ -0,0 +1,18 @@
{
"version": 2,
"name": "Right Extruder",
"inherits": "fdmextruder",
"metadata":
{
"machine": "dagoma_sigma_pro_dual",
"position": "0"
},
"overrides":
{
"extruder_nr": { "default_value": 0 },
"machine_extruder_end_code": { "default_value": ";END T0\nG92 E0\nM83\nG1 E-55 F4700\nM82\nG92 E0\n" },
"machine_extruder_start_code": { "default_value": ";START T0\n;No temperature change\nG1 X0 Y77.5 F8000\nG92 E0\nM83\nG1 E50 F1200\nM82\nG92 E0\n" },
"machine_nozzle_size": { "default_value": 0.4 },
"material_diameter": { "default_value": 1.75 }
}
}

View file

@ -0,0 +1,18 @@
{
"version": 2,
"name": "Extruder",
"inherits": "fdmextruder",
"metadata":
{
"machine": "dagoma_sigma_pro",
"position": "0"
},
"overrides":
{
"extruder_nr": { "default_value": 0 },
"machine_extruder_end_code": { "default_value": ";END T0\nG92 E0\nM83\nG1 E-55 F4700\nM82\nG92 E0\n" },
"machine_extruder_start_code": { "default_value": ";START T0\n;No temperature change\nG1 X0 Y77.5 F8000\nG92 E0\nM83\nG1 E50 F1200\nM82\nG92 E0\n" },
"machine_nozzle_size": { "default_value": 0.4 },
"material_diameter": { "default_value": 1.75 }
}
}

View file

@ -0,0 +1,16 @@
{
"version": 2,
"name": "Extruder",
"inherits": "fdmextruder",
"metadata":
{
"machine": "flashforge_adventurer_base",
"position": "0"
},
"overrides":
{
"extruder_nr": { "default_value": 0 },
"machine_nozzle_size": { "default_value": 0.4 },
"material_diameter": { "default_value": 1.75 }
}
}

View file

@ -0,0 +1,16 @@
{
"version": 2,
"name": "Extruder 1",
"inherits": "fdmextruder",
"metadata":
{
"machine": "geeetech_A20",
"position": "0"
},
"overrides":
{
"extruder_nr": { "default_value": 0 },
"machine_nozzle_size": { "default_value": 0.4 },
"material_diameter": { "default_value": 1.75 }
}
}

View file

@ -0,0 +1,16 @@
{
"version": 2,
"name": "Extruder 1",
"inherits": "fdmextruder",
"metadata":
{
"machine": "ratrig_base",
"position": "0"
},
"overrides":
{
"extruder_nr": { "default_value": 0 },
"machine_nozzle_size": { "default_value": 0.4 },
"material_diameter": { "default_value": 1.75 }
}
}

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Cura 5.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-31 19:13+0100\n"
"POT-Creation-Date: 2024-03-13 09:02+0100\n"
"PO-Revision-Date: 2023-09-03 18:15+0200\n"
"Last-Translator: Miroslav Šustek <sustmidown@centrum.cz>\n"
"Language-Team: DenyCZ <www.github.com/DenyCZ>\n"
@ -125,6 +125,10 @@ msgctxt "@title:menu menubar:file"
msgid "&Save Project..."
msgstr "&Uložit projekt..."
msgctxt "@title:menu menubar:file Don't translate 'Universal Cura Project'"
msgid "&Save Universal Cura Project..."
msgstr ""
msgctxt "@title:menu menubar:toplevel"
msgid "&Settings"
msgstr "Nasta&vení"
@ -270,6 +274,10 @@ msgstr[0] "Pro tuto tiskárnu není připojení přes cloud dostupné"
msgstr[1] "Pro tyto tiskárny není připojení přes cloud dostupné"
msgstr[2] "Pro tyto tiskárny není připojení přes cloud dostupné"
msgctxt "@text"
msgid "A highly dense and strong part but at a slower print time. Great for functional parts."
msgstr ""
msgctxt "@message"
msgid "A print is still in progress. Cura cannot start another print via USB until the previous print has completed."
msgstr "Tisk stále probíhá. Cura nemůže spustit další tisk přes USB, dokud není předchozí tisk dokončen."
@ -504,10 +512,18 @@ msgctxt "@label"
msgid "Anonymous"
msgstr "Anonymní"
msgctxt "@option:radio"
msgid "Anonymous crash reports"
msgstr ""
msgctxt "@label Description for application component"
msgid "Application framework"
msgstr "Aplikační framework"
msgctxt "@title:column"
msgid "Applies on"
msgstr ""
msgctxt "@label"
msgid "Apply Extruder offsets to GCode"
msgstr "Aplikovat offsety extruderu do G kódu"
@ -694,6 +710,10 @@ msgctxt "@info:status"
msgid "Calculated"
msgstr "Vypočítáno"
msgctxt "@window:text"
msgid "Camera navigation:"
msgstr ""
msgctxt "@window:text"
msgid "Camera rendering:"
msgstr "Vykreslování kamery:"
@ -1423,6 +1443,10 @@ msgctxt "@label"
msgid "Draft"
msgstr "Návrh"
msgctxt "@action:inmenu menubar:edit"
msgid "Drop All Models to buildplate"
msgstr ""
msgctxt "@action:button"
msgid "Duplicate"
msgstr "Duplikovat"
@ -1549,6 +1573,10 @@ msgctxt "@action:inmenu menubar:file"
msgid "Export Selection..."
msgstr "Výběr exportu..."
msgctxt "@title:window Don't translate 'Universal Cura Project'"
msgid "Export Universal Cura Project"
msgstr ""
msgctxt "@button"
msgid "Export material archive"
msgstr "Exportovat archiv s materiálem"
@ -1582,10 +1610,23 @@ msgctxt "@title:label"
msgid "Extruder End G-code"
msgstr "Ukončující G-kód extuderu"
msgctxt "@label"
msgid "Extruder End G-code duration"
msgstr ""
msgctxt "@title:label"
msgid "Extruder Start G-code"
msgstr "Počáteční G-kód extuderu"
msgctxt "@label"
msgid "Extruder Start G-code duration"
msgstr ""
#, python-brace-format
msgctxt "@label"
msgid "Extruder {0}"
msgstr ""
msgctxt "@info:title"
msgid "Extruder(s) Disabled"
msgstr "Extruder(y) zakázány"
@ -1652,6 +1693,11 @@ msgctxt "@message:title"
msgid "Failed to save material archive"
msgstr "Nepodařilo se uložit archiv s materiálem"
#, python-brace-format
msgctxt "@info:status"
msgid "Failed writing to specific cloud printer: {0} not in remote clusters."
msgstr ""
msgctxt "@label:category menu label"
msgid "Favorites"
msgstr "Oblíbené"
@ -1793,6 +1839,9 @@ msgctxt "@option:check"
msgid "Force layer view compatibility mode (restart required)"
msgstr "Vynutit režim kompatibility zobrazení vrstev (vyžaduje restart)"
msgid "FreeCAD trackpad"
msgstr ""
msgctxt "@action:inmenu menubar:view"
msgid "Front View"
msgstr "Přední pohled"
@ -1881,6 +1930,10 @@ msgctxt "@action"
msgid "Get started"
msgstr "Začínáme"
msgctxt "@label"
msgid "Global"
msgstr ""
msgctxt "@title:tab"
msgid "Global Settings"
msgstr "Globální nastavení"
@ -1930,6 +1983,10 @@ msgctxt "@label"
msgid "Hide all connected printers"
msgstr "Skrýt všechny připojené tiskárny"
msgctxt "@action:button"
msgid "Hide settings"
msgstr ""
msgctxt "@action:menu"
msgid "Hide this setting"
msgstr "Schovat toto nastavení"
@ -2006,6 +2063,10 @@ msgctxt "@button"
msgid "In order to use the package you will need to restart Cura"
msgstr "Abyste mohli balíček použít, musíte restartovat Curu"
msgctxt "@option:radio"
msgid "Include UltiMaker account name"
msgstr ""
msgctxt "@label"
msgid "Infill"
msgstr "Výplň"
@ -2711,6 +2772,10 @@ msgctxt "@message"
msgid "No results found with current filter"
msgstr "S aktuálním filtrem nebyly nalezeny žádné výsledky"
msgctxt "@label"
msgid "No specific value has been set"
msgstr ""
msgctxt "@label"
msgid "No time estimation available"
msgstr "Žádný odhad času není dostupný"
@ -2812,6 +2877,10 @@ msgctxt "@info:status"
msgid "Only one G-code file can be loaded at a time. Skipped importing {0}"
msgstr "Současně lze načíst pouze jeden soubor G-kódu. Přeskočen import {0}"
msgctxt "@message"
msgid "Oops! We encountered an unexpected error during your slicing process. Rest assured, we've automatically received the crash logs for analysis, if you have not disabled data sharing in your preferences. To assist us further, consider sharing your project details on our issue tracker."
msgstr ""
msgctxt "@action:button"
msgid "Open"
msgstr "Otevřít"
@ -2840,10 +2909,22 @@ msgctxt "@info:title"
msgid "Open Project File"
msgstr "Otevřít soubor s projektem"
msgctxt "@title:window Don't translate 'Universal Cura Project'"
msgid "Open Universal Cura Project (UCP)"
msgstr ""
msgctxt "@title:window Don't translate 'Universal Cura Project'"
msgid "Open Universal Cura Project (UCP) file"
msgstr ""
msgctxt "@action:label"
msgid "Open With"
msgstr "Otevřít s"
msgctxt "@action:button"
msgid "Open as UCP"
msgstr ""
msgctxt "@action:button"
msgid "Open as project"
msgstr "Otevřít jako projekt"
@ -3061,6 +3142,10 @@ msgctxt "@description"
msgid "Please sign in to get verified plugins and materials for UltiMaker Cura Enterprise"
msgstr "Přihlaste se, abyste získali ověřené pluginy a materiály pro UltiMaker Cura Enterprise"
msgctxt "@info:tooltip"
msgid "Please sign in to your UltiMaker account to allow sending non-anonymous data."
msgstr ""
msgctxt "@action:button"
msgid "Please sync the material profiles with your printers before starting to print."
msgstr "Prosím synchronizujte před začátkem tisku materiálové profily s vašimi tiskárnami."
@ -3157,6 +3242,14 @@ msgctxt "@action:button"
msgid "Print"
msgstr "Tisk"
msgctxt "@action:inmenu menubar:edit"
msgid "Print After"
msgstr "Tisknout po"
msgctxt "@action:inmenu menubar:edit"
msgid "Print Before"
msgstr "Tisknout před"
msgctxt "@label"
msgid "Print Selected Model With:"
msgid_plural "Print Selected Models With:"
@ -3465,8 +3558,8 @@ msgid "Provides support for reading model files."
msgstr "Poskytuje podporu pro čtení souborů modelu."
msgctxt "description"
msgid "Provides support for writing 3MF files."
msgstr "Poskytuje podporu pro psaní souborů 3MF."
msgid "Provides support for writing 3MF and UCP files."
msgstr ""
msgctxt "description"
msgid "Provides support for writing MakerBot Format Packages."
@ -3710,8 +3803,12 @@ msgid "Save Cura project"
msgstr "Uložit projekt Cura"
msgctxt "@option"
msgid "Save Cura project and print file"
msgstr "Uložit projekt Cura a tiskový soubor UFP"
msgid "Save Cura project and .makerbot print file"
msgstr ""
msgctxt "@option"
msgid "Save Cura project and .ufp print file"
msgstr ""
msgctxt "@title:window"
msgid "Save Custom Profile"
@ -3737,6 +3834,10 @@ msgctxt "@button"
msgid "Save new profile"
msgstr "Uložit nový profil"
msgctxt "@action:button"
msgid "Save project"
msgstr ""
msgctxt "@text"
msgid "Save the .umm file on a USB stick."
msgstr "Uložte soubor .umm na USB úložiště."
@ -3840,6 +3941,18 @@ msgctxt "@action:button"
msgid "Send crash report to UltiMaker"
msgstr "Poslat záznam o pádu do UltiMaker"
msgctxt "@info:tooltip"
msgid "Send crash reports with your registered UltiMaker account name and the project name to UltiMaker Sentry. No actual model data is being send."
msgstr ""
msgctxt "@info:tooltip"
msgid "Send crash reports without any personally identifiable information or models data to UltiMaker."
msgstr ""
msgctxt "@option:check"
msgid "Send engine crash reports"
msgstr ""
msgctxt "@action:button"
msgid "Send report"
msgstr "Odeslat záznam"
@ -3892,6 +4005,10 @@ msgctxt "@title:tab"
msgid "Settings"
msgstr "Nastavení"
msgctxt "@action:label"
msgid "Settings Loaded from UCP file"
msgstr ""
msgctxt "@info:message Followed by a list of settings."
msgid "Settings have been changed to match the current availability of extruders:"
msgstr "Nastavení byla změněna, aby odpovídala aktuální dostupnosti extruderů:"
@ -3960,6 +4077,10 @@ msgctxt "@info:tooltip"
msgid "Should opening files from the desktop or external applications open in the same instance of Cura?"
msgstr "Měli by se soubory z plochy, nebo externích aplikací otevírat ve stejné instanci Cury?"
msgctxt "@info:tooltip"
msgid "Should slicing crashes be automatically reported to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored, unless you give explicit permission."
msgstr ""
msgctxt "@info:tooltip"
msgid "Should the build plate be cleared before loading a new model in the single instance of Cura?"
msgstr "Má být podložka vyčištěna před načtením nového modelu v jediné instanci Cury?"
@ -4016,6 +4137,10 @@ msgctxt "@action:button"
msgid "Show detailed crash report"
msgstr "Zobrazit podrobný záznam pádu"
msgctxt "@action:button"
msgid "Show settings"
msgstr ""
msgctxt "@option:check"
msgid "Show summary dialog when saving project"
msgstr "Zobrazit souhrnný dialog při ukládání projektu"
@ -4092,10 +4217,6 @@ msgctxt "@message:title"
msgid "Slicing failed"
msgstr "Slicování selhalo"
msgctxt "@message"
msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker."
msgstr "Slicování selhalo na neočekávané chybě. Zvažte, prosím, nahlášení chyby v našem issue trackeru."
msgctxt "@label:PrintjobStatus"
msgid "Slicing..."
msgstr "Slicuji..."
@ -4104,6 +4225,10 @@ msgctxt "@action:label"
msgid "Smoothing"
msgstr "Vyhlazování"
msgctxt "@label"
msgid "Solid"
msgstr ""
msgctxt "name"
msgid "Solid View"
msgstr "Pevný pohled"
@ -4229,10 +4354,26 @@ msgctxt "@info:status"
msgid "Successfully imported profile {0}."
msgstr "Úspěšně importován profil {0}."
msgctxt "@action:label"
msgid "Suggested Material settings"
msgstr ""
msgctxt "@action:label"
msgid "Suggested Profile settings"
msgstr ""
msgctxt "@action:title"
msgid "Summary - Cura Project"
msgstr "Souhrn - Projekt Cura"
msgctxt "@action:title Don't translate 'Universal Cura Project'"
msgid "Summary - Open Universal Cura Project (UCP)"
msgstr ""
msgctxt "@action:title Don't translate 'Universal Cura Project'"
msgid "Summary - Universal Cura Project"
msgstr ""
msgctxt "@label"
msgid "Support"
msgstr "Podpora"
@ -4614,6 +4755,10 @@ msgctxt "@label"
msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile."
msgstr "Tato konfigurace není k dispozici, protože %1 nebyl rozpoznán. Navštivte prosím %2 a stáhněte si správný materiálový profil."
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 ""
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?"
msgstr "Toto je soubor projektu Cura. Chcete jej otevřít jako projekt nebo importovat z něj modely?"
@ -4705,6 +4850,14 @@ msgctxt "@label"
msgid "This setting is resolved from conflicting extruder-specific values:"
msgstr "Toto nastavení je vyřešeno z konfliktních hodnot specifického extruder:"
msgctxt "@tooltip Don't translate 'Universal Cura Project'"
msgid "This setting may not perform well while exporting to Universal Cura Project, Users are asked to add it at their own risk."
msgstr ""
msgctxt "@tooltip Don't translate 'Universal Cura Project'"
msgid "This setting may not perform well while exporting to Universal Cura Project. Users are asked to add it at their own risk."
msgstr ""
msgctxt "@info:warning"
msgid "This version is not intended for production use. If you encounter any issues, please report them on our GitHub page, mentioning the full version {self.getVersion()}"
msgstr ""
@ -4934,6 +5087,11 @@ msgctxt "@info"
msgid "Unable to start a new sign in process. Check if another sign in attempt is still active."
msgstr "Nepodařilo se mi spustit nový proces přihlášení. Zkontrolujte, zda nějaký jiný již neběží."
#, python-brace-format
msgctxt "@info:error"
msgid "Unable to write to file: {0}"
msgstr ""
msgctxt "@label:status"
msgid "Unavailable"
msgstr "Nedostupný"
@ -4954,6 +5112,14 @@ msgctxt "@title:column Unit of measurement"
msgid "Unit"
msgstr "Jednotka"
msgctxt "@item:inlistbox"
msgid "Universal Cura Project"
msgstr ""
msgctxt "@action:description Don't translate 'Universal Cura Project'"
msgid "Universal Cura Project files can be printed on different 3D printers while retaining positional data and selected settings. When exported, all models present on the build plate will be included along with their current position, orientation, and scale. You can also select which per-extruder or per-model settings should be included to ensure proper printing."
msgstr ""
msgctxt "@label Description for development tool"
msgid "Universal build system configuration"
msgstr "Univerzální konfigurace překladu programů"
@ -5143,6 +5309,10 @@ msgctxt "description"
msgid "Upgrades configurations from Cura 5.4 to Cura 5.5."
msgstr ""
msgctxt "description"
msgid "Upgrades configurations from Cura 5.6 to Cura 5.7."
msgstr ""
msgctxt "@action:button"
msgid "Upload custom Firmware"
msgstr "Nahrát vlastní firmware"
@ -5175,6 +5345,10 @@ msgctxt "@label Description for application dependency"
msgid "Utility library, including Voronoi generation"
msgstr "Pomocná knihovna zahrnující Voronoi generátor"
msgctxt "@title:column"
msgid "Value"
msgstr ""
msgctxt "name"
msgid "Version Upgrade 2.1 to 2.2"
msgstr "Aktualizace verze 2.1 na 2.2"
@ -5279,6 +5453,10 @@ msgctxt "name"
msgid "Version Upgrade 5.4 to 5.5"
msgstr ""
msgctxt "name"
msgid "Version Upgrade 5.6 to 5.7"
msgstr ""
msgctxt "@button"
msgid "View printers in Digital Factory"
msgstr "Zobrazit tiskárny v Digital Factory"
@ -5356,6 +5534,10 @@ msgctxt "@label"
msgid "What printer would you like to setup?"
msgstr "Jakou tiskárnu si přejete nakonfigurovat?"
msgctxt "@info:tooltip"
msgid "What type of camera navigation should be used?"
msgstr ""
msgctxt "@info:tooltip"
msgid "What type of camera rendering should be used?"
msgstr "Jaký typ kamery by se měl použít?"
@ -5572,6 +5754,10 @@ msgctxt "@label"
msgid "mm"
msgstr "mm"
msgctxt "@label"
msgid "s"
msgstr ""
msgctxt "@info:status"
msgid "today"
msgstr "dnes"
@ -5641,10 +5827,22 @@ msgstr "Nepovedlo se stáhnout {} zásuvných modulů"
#~ msgid "Material profiles not installed"
#~ msgstr "Materiálové profily nejsou nainstalovány"
#~ msgctxt "description"
#~ msgid "Provides support for writing 3MF files."
#~ msgstr "Poskytuje podporu pro psaní souborů 3MF."
#~ msgctxt "@option"
#~ msgid "Save Cura project and print file"
#~ msgstr "Uložit projekt Cura a tiskový soubor UFP"
#~ msgctxt "@info:title"
#~ msgid "Simulation View"
#~ msgstr "Pohled simulace"
#~ msgctxt "@message"
#~ msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker."
#~ msgstr "Slicování selhalo na neočekávané chybě. Zvažte, prosím, nahlášení chyby v našem issue trackeru."
#~ msgctxt "@label"
#~ msgid "The material used in this project is currently not installed in Cura.<br/>Install the material profile and reopen the project."
#~ msgstr "Materiál použitý v tomto projektu není aktuálně nainstalován v Cuře.<br/>Nainstalujte materiálový profil a znovu otevřete projekt."

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Cura 5.1\n"
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
"POT-Creation-Date: 2023-06-08 16:32+0000\n"
"POT-Creation-Date: 2024-03-11 11:28+0000\n"
"PO-Revision-Date: 2020-02-20 17:30+0100\n"
"Last-Translator: DenyCZ <www.github.com/DenyCZ>\n"
"Language-Team: DenyCZ <www.github.com/DenyCZ>\n"
@ -45,6 +45,10 @@ msgctxt "machine_extruder_end_code label"
msgid "Extruder End G-Code"
msgstr "Ukončující G kód extruderu"
msgctxt "machine_extruder_end_code_duration label"
msgid "Extruder End G-Code Duration"
msgstr ""
msgctxt "machine_extruder_end_pos_abs label"
msgid "Extruder End Position Absolute"
msgstr "Absolutní finální pozice extruderu"
@ -77,6 +81,10 @@ msgctxt "machine_extruder_start_code label"
msgid "Extruder Start G-Code"
msgstr "Počáteční G kód extruderu"
msgctxt "machine_extruder_start_code_duration label"
msgid "Extruder Start G-Code Duration"
msgstr ""
msgctxt "machine_extruder_start_pos_abs label"
msgid "Extruder Start Position Absolute"
msgstr "Absolutní počáteční pozice extruderu"
@ -161,6 +169,14 @@ msgctxt "machine_extruder_cooling_fan_number description"
msgid "The number of the print cooling fan associated with this extruder. Only change this from the default value of 0 when you have a different print cooling fan for each extruder."
msgstr "Číslo ventilátoru chlazení tisku přidruženého k tomuto extrudéru. Tuto změnu změňte pouze z výchozí hodnoty 0, pokud máte pro každý extrudér jiný ventilátor chlazení tisku."
msgctxt "machine_extruder_end_code_duration description"
msgid "The time it takes to execute the end g-code, when switching away from this extruder."
msgstr ""
msgctxt "machine_extruder_start_code_duration description"
msgid "The time it'll take to execute the start g-code, when switching to this extruder."
msgstr ""
msgctxt "machine_extruder_end_pos_x description"
msgid "The x-coordinate of the ending position when turning the extruder off."
msgstr "Souřadnice x koncové polohy při vypnutí extrudéru."

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Cura 5.1\n"
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
"POT-Creation-Date: 2023-11-24 12:51+0000\n"
"POT-Creation-Date: 2024-03-12 15:10+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"
@ -17,6 +17,14 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 3.3.2\n"
msgctxt "prime_tower_mode description"
msgid "<html>How to generate the prime tower:<ul><li><b>Normal:</b> create a bucket in which secondary materials are primed</li><li><b>Interleaved:</b> create a prime tower as sparse as possible. This will save time and filament, but is only possible if the used materials adhere to each other</li></ul></html>"
msgstr ""
msgctxt "brim_inside_margin description"
msgid "A brim around a model may touch an other model where you don't want it. This removes all brim within this distance from brimless models."
msgstr ""
msgctxt "ironing_inset description"
msgid "A distance to keep from the edges of the model. Ironing all the way to the edge of the mesh may result in a jagged edge on your print."
msgstr "Vzdálenost, která se má držet od okrajů modelu. Žehlení až k okraji mřížky může vést k zubatému okraji na výtisku."
@ -61,10 +69,6 @@ msgctxt "machine_disallowed_areas description"
msgid "A list of polygons with areas the print head is not allowed to enter."
msgstr "Seznam polygonů s oblastmi, do kterých tisková hlava nemá přístup."
msgctxt "brim_inside_margin description"
msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes."
msgstr "Část plně obklopená jinou částí může generovat vnější límec, který se dotýká vnitřku obklopující části. Toto nastavení odstraní límec v dané vzdálenosti od vnitřních otvorů."
msgctxt "support_tree_branch_reach_limit description"
msgid "A recomendation to how far branches can move from the points they support. Branches can violate this value to reach their destination (buildplate or a flat part of the model). Lowering this value will make the support more sturdy, but increase the amount of branches (and because of that material usage/print time) "
msgstr "Doporučení, jak daleko se mohou větve pohnout od bodu, který podporují. Větve mohou tuto hodnotu porušit, aby dosáhly svého cíle (podložka nebo plochá část modelu). Snížení této hodnoty učiní podporu více pevnou, ale zvýší počet větví (a společně s tím také množství použitého materiálu a dobu tisku) "
@ -157,6 +161,10 @@ msgctxt "resolution description"
msgid "All settings that influence the resolution of the print. These settings have a large impact on the quality (and print time)"
msgstr "Všechna nastavení, která ovlivňují rozlišení tisku. Tato nastavení mají velký vliv na kvalitu (a dobu tisku)"
msgctxt "user_defined_print_order_enabled description"
msgid "Allows you to order the object list to manually set the print sequence. First object from the list will be printed first."
msgstr ""
msgctxt "alternate_extra_perimeter label"
msgid "Alternate Extra Wall"
msgstr "Alternativní zeď navíc"
@ -405,21 +413,21 @@ msgctxt "adhesion_type option brim"
msgid "Brim"
msgstr "Límec"
msgctxt "brim_inside_margin label"
msgid "Brim Avoid Margin"
msgstr ""
msgctxt "brim_gap label"
msgid "Brim Distance"
msgstr "Vzdálenost límce"
msgctxt "brim_inside_margin label"
msgid "Brim Inside Avoid Margin"
msgstr "Vzdálenost od límce uvnitř"
msgctxt "brim_line_count label"
msgid "Brim Line Count"
msgstr "Počet linek pro límec"
msgctxt "brim_outside_only label"
msgid "Brim Only on Outside"
msgstr "Límec pouze venku"
msgctxt "brim_location label"
msgid "Brim Location"
msgstr ""
msgctxt "brim_replaces_support label"
msgid "Brim Replaces Support"
@ -461,6 +469,14 @@ msgctxt "build_volume_temperature label"
msgid "Build Volume Temperature"
msgstr "Teplota sestavení"
msgctxt "bv_temp_anomaly_limit label"
msgid "Build Volume temperature Limit"
msgstr ""
msgctxt "bv_temp_warn_limit label"
msgid "Build Volume temperature Warning"
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."
msgstr ""
@ -873,6 +889,10 @@ msgctxt "cool_fan_enabled label"
msgid "Enable Print Cooling"
msgstr "Povolit chlazení při tisku"
msgctxt "ppr_enable label"
msgid "Enable Print Process Reporting"
msgstr ""
msgctxt "retraction_enable label"
msgid "Enable Retraction"
msgstr "Povolit retrakci"
@ -905,6 +925,10 @@ msgctxt "ooze_shield_enabled description"
msgid "Enable exterior ooze shield. This will create a shell around the model which is likely to wipe a second nozzle if it's at the same height as the first nozzle."
msgstr "Povolit vnější ochranu proti úniku. Tím se vytvoří model kolem modelu, který pravděpodobně otře druhou trysku, pokud je ve stejné výšce jako první tryska."
msgctxt "ppr_enable description"
msgid "Enable print process reporting for setting threshold values for possible fault detection."
msgstr ""
msgctxt "small_skin_on_surface description"
msgid "Enable small (up to 'Small Top/Bottom Width') regions on the topmost skinned layer (exposed to air) to be filled with walls instead of the default pattern."
msgstr ""
@ -937,6 +961,10 @@ msgctxt "brim_replaces_support description"
msgid "Enforce brim to be printed around the model even if that space would otherwise be occupied by support. This replaces some regions of the first layer of support by brim regions."
msgstr "Vynutí vytištění límce kolem modelu, i když by tento prostor byl jinak obsazen podporou. To nahradí některé regiony první vrstvy podpory okrajovými regiony."
msgctxt "brim_location option everywhere"
msgid "Everywhere"
msgstr ""
msgctxt "support_type option everywhere"
msgid "Everywhere"
msgstr "Všude"
@ -1041,6 +1069,10 @@ msgctxt "speed_equalize_flow_width_factor label"
msgid "Flow Equalization Ratio"
msgstr "Míra vyrovnávání toku"
msgctxt "flow_anomaly_limit label"
msgid "Flow Limit"
msgstr ""
msgctxt "flow_rate_extrusion_offset_factor label"
msgid "Flow Rate Compensation Factor"
msgstr "Faktor kompenzace průtoku"
@ -1053,6 +1085,10 @@ msgctxt "material_flow_temp_graph label"
msgid "Flow Temperature Graph"
msgstr "Graf teploty toku"
msgctxt "flow_warn_limit label"
msgid "Flow Warning"
msgstr ""
msgctxt "material_flow_layer_0 description"
msgid "Flow compensation for the first layer: the amount of material extruded on the initial layer is multiplied by this value."
msgstr "Kompenzace toku pro první vrstvu: množství materiálu vytlačovaného na počáteční vrstvě se vynásobí touto hodnotou."
@ -1443,10 +1479,22 @@ msgctxt "wall_transition_filter_distance description"
msgid "If it would be transitioning back and forth between different numbers of walls in quick succession, don't transition at all. Remove transitions if they are closer together than this distance."
msgstr "Pokud by se mělo rychle za sebou přecházet tam a zpět mezi různými počty zdí, nebude se sbíhání provádět. Nastavení odstraní přechody mezi různými počty čar zdí, pokud by byly blíže než tato vzdálenost."
msgctxt "raft_base_margin description"
msgid "If the raft base is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print."
msgstr ""
msgctxt "raft_margin description"
msgid "If the raft is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print."
msgstr "Pokud je raft povolen, jedná se o další oblast voru kolem modelu, která má také raft. Zvětšení tohoto okraje vytvoří silnější raft při použití více materiálu a ponechání menší plochy pro váš tisk."
msgctxt "raft_interface_margin description"
msgid "If the raft middle is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print."
msgstr ""
msgctxt "raft_surface_margin description"
msgid "If the raft top is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print."
msgstr ""
msgctxt "meshfix_union_all description"
msgid "Ignore the internal geometry arising from overlapping volumes within a mesh and print the volumes as one. This may cause unintended internal cavities to disappear."
msgstr "Ignorujte vnitřní geometrii vznikající z překrývajících se svazků v síti a svazky vytiskněte jako jeden. To může způsobit, že nechtěné vnitřní dutiny zmizí."
@ -1675,6 +1723,10 @@ msgctxt "wall_0_inset description"
msgid "Inset applied to the path of the outer wall. If the outer wall is smaller than the nozzle, and printed after the inner walls, use this offset to get the hole in the nozzle to overlap with the inner walls instead of the outside of the model."
msgstr "Inset aplikovaný na cestu vnější stěny. Pokud je vnější stěna menší než tryska a je vytištěna za vnitřními stěnami, použijte toto odsazení, aby se otvor v trysce překrýval s vnitřními stěnami místo vně modelu."
msgctxt "brim_location option inside"
msgid "Inside Only"
msgstr ""
msgctxt "inset_direction option inside_out"
msgid "Inside To Outside"
msgstr "Zevnitř ven"
@ -1687,6 +1739,10 @@ msgctxt "support_interface_priority option interface_area_overwrite_support_area
msgid "Interface preferred"
msgstr "Preferovat rozhraní"
msgctxt "prime_tower_mode option interleaved"
msgid "Interleaved"
msgstr ""
msgctxt "interlocking_beam_layer_count label"
msgid "Interlocking Beam Layer Count"
msgstr "Počet vrstev paprsků vzájemného propletení"
@ -1827,6 +1883,30 @@ msgctxt "support_tree_limit_branch_reach description"
msgid "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)"
msgstr "Omezuje, jak daleko by měly větve cestovat od bodu, který podporují. Toto nastavení může učinit podporu pevnější, ale zvýší počet větví (a společně s tím také množství použitého materiálu a dobu tisku)"
msgctxt "bv_temp_warn_limit description"
msgid "Limit on Build Volume Temperature warning for detection."
msgstr ""
msgctxt "bv_temp_anomaly_limit description"
msgid "Limit on Build Volume temperature Anomaly for detection."
msgstr ""
msgctxt "print_temp_anomaly_limit description"
msgid "Limit on Print Temperature anomaly for detection."
msgstr ""
msgctxt "print_temp_warn_limit description"
msgid "Limit on Print temperature warning for detection."
msgstr ""
msgctxt "flow_anomaly_limit description"
msgid "Limit on flow anomaly for detection."
msgstr ""
msgctxt "flow_warn_limit description"
msgid "Limit on the flow warning for detection."
msgstr ""
msgctxt "cutting_mesh description"
msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder."
msgstr "Objem této sítě omezte na jiné sítě. Můžete to použít k vytvoření určitých oblastí tisku jednoho oka s různým nastavením as úplně jiným extruderem."
@ -1924,8 +2004,10 @@ msgid "Make the extruder prime position absolute rather than relative to the las
msgstr "Zajistěte, aby hlavní poloha extrudéru byla absolutní, nikoli relativní k poslednímu známému umístění hlavy."
msgctxt "layer_0_z_overlap description"
msgid "Make the first and second layer of the model overlap in the Z direction to compensate for the filament lost in the airgap. All models above the first model layer will be shifted down by this amount."
msgstr "První a druhá vrstva modelu se překrývají ve směru Z, aby se kompenzovalo vlákno ztracené ve vzduchové mezeře. Všechny modely nad první vrstvou modelu budou o tuto částku posunuty dolů."
msgid ""
"Make the first and second layer of the model overlap in the Z direction to compensate for the filament lost in the airgap. All models above the first model layer will be shifted down by this amount.\n"
"It may be noted that sometimes the second layer is printed below initial layer because of this setting. This is intended behavior"
msgstr ""
msgctxt "meshfix description"
msgid "Make the meshes more suited for 3D printing."
@ -1951,10 +2033,18 @@ msgctxt "material label"
msgid "Material"
msgstr "Materiál"
msgctxt "material_brand label"
msgid "Material Brand"
msgstr ""
msgctxt "material_guid label"
msgid "Material GUID"
msgstr "GUID materiálu"
msgctxt "material_type label"
msgid "Material Type"
msgstr ""
msgctxt "max_extrusion_before_wipe label"
msgid "Material Volume Between Wipes"
msgstr "Objem materiálu mezi čištěními"
@ -2231,6 +2321,10 @@ msgctxt "ironing_monotonic label"
msgid "Monotonic Ironing Order"
msgstr "Monotónní pořadí žehlení"
msgctxt "raft_surface_monotonic label"
msgid "Monotonic Raft Top Surface Order"
msgstr ""
msgctxt "roofing_monotonic label"
msgid "Monotonic Top Surface Order"
msgstr "Monotónní pořadí horního povrchu"
@ -2271,6 +2365,10 @@ msgctxt "magic_mesh_surface_mode option normal"
msgid "Normal"
msgstr "Normální"
msgctxt "prime_tower_mode option normal"
msgid "Normal"
msgstr ""
msgctxt "support_structure option normal"
msgid "Normal"
msgstr "Normální"
@ -2403,10 +2501,6 @@ msgctxt "ironing_only_highest_layer description"
msgid "Only perform ironing on the very last layer of the mesh. This saves time if the lower layers don't need a smooth surface finish."
msgstr "Žehlení provádějte pouze na poslední vrstvě sítě. To šetří čas, pokud spodní vrstvy nepotřebují hladký povrch."
msgctxt "brim_outside_only description"
msgid "Only print the brim on the outside of the model. This reduces the amount of brim you need to remove afterwards, while it doesn't reduce the bed adhesion that much."
msgstr "Límec tiskněte pouze na vnější stranu modelu. Tím se snižuje množství límce, který je třeba následně odstranit, zatímco to tolik nesnižuje přilnavost k podložce."
msgctxt "ooze_shield_angle label"
msgid "Ooze Shield Angle"
msgstr "Úhel Ooze štítu"
@ -2467,6 +2561,10 @@ msgctxt "group_outer_walls description"
msgid "Outer walls of different islands in the same layer are printed in sequence. When enabled the amount of flow changes is limited because walls are printed one type at a time, when disabled the number of travels between islands is reduced because walls in the same islands are grouped."
msgstr "Venkovní stěny různých ostrovů ve stejné vrstvě jsou tisknuty postupně. Když je povoleno, množství změn proudu je omezeno, protože stěny jsou tisknuty po jednom typu najednou, když je zakázáno, počet cest mezi ostrovy se snižuje, protože stěny na stejných ostrovech jsou seskupeny."
msgctxt "brim_location option outside"
msgid "Outside Only"
msgstr ""
msgctxt "inset_direction option outside_in"
msgid "Outside To Inside"
msgstr "Zvenku dovnitř"
@ -2547,6 +2645,10 @@ msgctxt "prime_tower_line_width label"
msgid "Prime Tower Line Width"
msgstr "Šířka čáry primární věže"
msgctxt "prime_tower_max_bridging_distance label"
msgid "Prime Tower Maximum Bridging Distance"
msgstr ""
msgctxt "prime_tower_min_volume label"
msgid "Prime Tower Minimum Volume"
msgstr "Minimální objem hlavní věže"
@ -2563,6 +2665,10 @@ msgctxt "speed_prime_tower label"
msgid "Prime Tower Speed"
msgstr "Rychlost tisku hlavní věže"
msgctxt "prime_tower_mode label"
msgid "Prime Tower Type"
msgstr ""
msgctxt "prime_tower_position_x label"
msgid "Prime Tower X Position"
msgstr "Pozice X hlavní věže"
@ -2579,6 +2685,10 @@ msgctxt "jerk_print label"
msgid "Print Jerk"
msgstr "Trh při tisku"
msgctxt "ppr label"
msgid "Print Process Reporting"
msgstr ""
msgctxt "print_sequence label"
msgid "Print Sequence"
msgstr "Tisková sekvence"
@ -2591,6 +2701,10 @@ msgctxt "fill_outline_gaps label"
msgid "Print Thin Walls"
msgstr "Tisk tenkých stěn"
msgctxt "brim_location description"
msgid "Print a brim on the outside of the model, inside, or both. Depending on the model, this helps reducing the amount of brim you need to remove afterwards, while ensuring a proper bed adhesion."
msgstr ""
msgctxt "prime_tower_enable description"
msgid "Print a tower next to the print which serves to prime the material after each nozzle switch."
msgstr "Vytiskněte věž vedle tisku, která slouží k naplnění materiálu po každém přepnutí trysky."
@ -2611,6 +2725,10 @@ msgctxt "fill_outline_gaps description"
msgid "Print pieces of the model which are horizontally thinner than the nozzle size."
msgstr "Tiskněte kousky modelu, které jsou vodorovně tenčí než velikost trysek."
msgctxt "raft_surface_monotonic description"
msgid "Print raft top surface lines in an ordering that causes them to always overlap with adjacent lines in a single direction. This takes slightly more time to print, but makes the surface look more consistent, which is also visible on the model bottom surface."
msgstr ""
msgctxt "bridge_skin_speed_2 description"
msgid "Print speed to use when printing the second bridge skin layer."
msgstr "Rychlost tisku, která se použije při tisku druhé vrstvy povrchu mostu."
@ -2619,6 +2737,14 @@ msgctxt "bridge_skin_speed_3 description"
msgid "Print speed to use when printing the third bridge skin layer."
msgstr "Rychlost tisku, která se použije při tisku třetí vrstvy povrchu mostu."
msgctxt "print_temp_anomaly_limit label"
msgid "Print temperature Limit"
msgstr ""
msgctxt "print_temp_warn_limit label"
msgid "Print temperature Warning"
msgstr ""
msgctxt "infill_before_walls description"
msgid "Print the infill before printing the walls. Printing the walls first may lead to more accurate walls, but overhangs print worse. Printing the infill first leads to sturdier walls, but the infill pattern might sometimes show through the surface."
msgstr "Vytiskněte výplň před tiskem na stěny. První tisk stěn může vést k přesnějším stěnám, ale převisy se zhoršují. Tisk výplně nejprve vede k robustnějším stěnám, ale vzor výplně se někdy může objevit skrz povrch."
@ -2663,6 +2789,10 @@ msgctxt "raft_airgap label"
msgid "Raft Air Gap"
msgstr "Vzduchový mezera v raftu"
msgctxt "raft_base_margin label"
msgid "Raft Base Extra Margin"
msgstr ""
msgctxt "raft_base_extruder_nr label"
msgid "Raft Base Extruder"
msgstr "Extruder základny raftu"
@ -2691,6 +2821,10 @@ msgctxt "raft_base_speed label"
msgid "Raft Base Print Speed"
msgstr "Rychlost tisku spodku raftu"
msgctxt "raft_base_smoothing label"
msgid "Raft Base Smoothing"
msgstr ""
msgctxt "raft_base_thickness label"
msgid "Raft Base Thickness"
msgstr "Tloušťka základny raftu"
@ -2707,6 +2841,10 @@ msgctxt "raft_fan_speed label"
msgid "Raft Fan Speed"
msgstr "Rychlost ventilátoru při tisku raftu"
msgctxt "raft_interface_margin label"
msgid "Raft Middle Extra Margin"
msgstr ""
msgctxt "raft_interface_extruder_nr label"
msgid "Raft Middle Extruder"
msgstr "Extruder vnitřku raftu"
@ -2735,6 +2873,10 @@ msgctxt "raft_interface_speed label"
msgid "Raft Middle Print Speed"
msgstr "Rychlost tisku prostředku raftu"
msgctxt "raft_interface_smoothing label"
msgid "Raft Middle Smoothing"
msgstr ""
msgctxt "raft_interface_line_spacing label"
msgid "Raft Middle Spacing"
msgstr "Mezera ve středu raftu"
@ -2743,6 +2885,10 @@ msgctxt "raft_interface_thickness label"
msgid "Raft Middle Thickness"
msgstr "Tloušťka prostředku raftu"
msgctxt "raft_interface_wall_count label"
msgid "Raft Middle Wall Count"
msgstr ""
msgctxt "raft_acceleration label"
msgid "Raft Print Acceleration"
msgstr "Zrychlení tisku raftu"
@ -2759,6 +2905,10 @@ msgctxt "raft_smoothing label"
msgid "Raft Smoothing"
msgstr "Vyhlazování raftu"
msgctxt "raft_surface_margin label"
msgid "Raft Top Extra Margin"
msgstr ""
msgctxt "raft_surface_extruder_nr label"
msgid "Raft Top Extruder"
msgstr "Extruder povrchu raftu"
@ -2791,10 +2941,22 @@ msgctxt "raft_surface_speed label"
msgid "Raft Top Print Speed"
msgstr "Rychlost tisku vršku raftu"
msgctxt "raft_surface_smoothing label"
msgid "Raft Top Smoothing"
msgstr ""
msgctxt "raft_surface_line_spacing label"
msgid "Raft Top Spacing"
msgstr "Mezera ve horních vrstvách raftu"
msgctxt "raft_surface_wall_count label"
msgid "Raft Top Wall Count"
msgstr ""
msgctxt "raft_wall_count label"
msgid "Raft Wall Count"
msgstr ""
msgctxt "z_seam_type option random"
msgid "Random"
msgstr "Náhodné"
@ -2847,10 +3009,22 @@ msgctxt "carve_multiple_volumes label"
msgid "Remove Mesh Intersection"
msgstr "Odstanit průnik sítí"
msgctxt "raft_base_remove_inside_corners label"
msgid "Remove Raft Base Inside Corners"
msgstr ""
msgctxt "raft_remove_inside_corners label"
msgid "Remove Raft Inside Corners"
msgstr "Odstranit vnitřní rohy raftu"
msgctxt "raft_interface_remove_inside_corners label"
msgid "Remove Raft Middle Inside Corners"
msgstr ""
msgctxt "raft_surface_remove_inside_corners label"
msgid "Remove Raft Top Inside Corners"
msgstr ""
msgctxt "carve_multiple_volumes description"
msgid "Remove areas where multiple meshes are overlapping with each other. This may be used if merged dual material objects overlap with each other."
msgstr "Odstraňte oblasti, kde se více sítí vzájemně překrývají. To lze použít, pokud se sloučené duální hmotné objekty vzájemně překrývají."
@ -2859,6 +3033,18 @@ msgctxt "remove_empty_first_layers description"
msgid "Remove empty layers beneath the first printed layer if they are present. Disabling this setting can cause empty first layers if the Slicing Tolerance setting is set to Exclusive or Middle."
msgstr "Odstraňte prázdné vrstvy pod první potištěnou vrstvou, pokud jsou přítomny. Deaktivace tohoto nastavení může způsobit prázdné první vrstvy, pokud je nastavení Tolerance řezu nastaveno na Exkluzivní nebo Střední."
msgctxt "raft_base_remove_inside_corners description"
msgid "Remove inside corners from the raft base, causing the raft to become convex."
msgstr ""
msgctxt "raft_interface_remove_inside_corners description"
msgid "Remove inside corners from the raft middle part, causing the raft to become convex."
msgstr ""
msgctxt "raft_surface_remove_inside_corners description"
msgid "Remove inside corners from the raft top part, causing the raft to become convex."
msgstr ""
msgctxt "raft_remove_inside_corners description"
msgid "Remove inside corners from the raft, causing the raft to become convex."
msgstr "Odstranit vnitřní rohy raftu a změnit tak raft v konvexní (vypouklý) tvar."
@ -2879,6 +3065,10 @@ msgctxt "skin_outline_count description"
msgid "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material."
msgstr "Nahrazuje nejvzdálenější část horního / spodního vzoru řadou soustředných čar. Použití jedné nebo dvou čar zlepšuje střechy, které začínají na výplňovém materiálu."
msgctxt "ppr description"
msgid "Reporting events that go out of set thresholds"
msgstr ""
msgctxt "support_tree_rest_preference label"
msgid "Rest Preference"
msgstr "Preferované umístění podpor"
@ -2951,6 +3141,10 @@ msgctxt "z_seam_corner label"
msgid "Seam Corner Preference"
msgstr "Rohová preference švu"
msgctxt "user_defined_print_order_enabled label"
msgid "Set Print Sequence Manually"
msgstr "Nastavit tiskovou sekvenci ručně"
msgctxt "draft_shield_height_limitation description"
msgid "Set the height of the draft shield. Choose to print the draft shield at the full height of the model or at a limited height."
msgstr "Nastavte výšku štítu proti průvanu. Zvolte, zda chcete tisknout štít konceptu v plné výšce modelu nebo v omezené výšce."
@ -3351,10 +3545,6 @@ msgctxt "support_interface_priority label"
msgid "Support Interface Priority"
msgstr "Priorita rozhraní podpor"
msgctxt "support_interface_skip_height label"
msgid "Support Interface Resolution"
msgstr "Rozlišení rozhraní podpor"
msgctxt "speed_support_interface label"
msgid "Support Interface Speed"
msgstr "Rychlost tisku rozhraní podpor"
@ -3707,6 +3897,10 @@ msgctxt "magic_fuzzy_skin_point_dist description"
msgid "The average distance between the random points introduced on each line segment. Note that the original points of the polygon are discarded, so a high smoothness results in a reduction of the resolution. This value must be higher than half the Fuzzy Skin Thickness."
msgstr "Průměrná vzdálenost mezi náhodnými body zavedenými v každém segmentu čáry. Všimněte si, že původní body mnohoúhelníku jsou zahozeny, takže vysoká hladkost vede ke snížení rozlišení. Tato hodnota musí být vyšší než polovina tloušťky rozmazaného povrchu."
msgctxt "material_brand description"
msgid "The brand of material used."
msgstr ""
msgctxt "machine_acceleration description"
msgid "The default acceleration of print head movement."
msgstr "Výchozí zrychlení pohybu tiskové hlavy."
@ -4183,6 +4377,10 @@ msgctxt "jerk_travel description"
msgid "The maximum instantaneous velocity change with which travel moves are made."
msgstr "Maximální okamžitá změna rychlosti, se kterou se pohybují pohyby."
msgctxt "prime_tower_max_bridging_distance description"
msgid "The maximum length of the branches which may be printed over the air."
msgstr ""
msgctxt "machine_max_feedrate_x description"
msgid "The maximum speed for the motor of the X-direction."
msgstr "Maximální rychlost pro motor ve směru X."
@ -4295,6 +4493,18 @@ msgctxt "raft_base_wall_count description"
msgid "The number of contours to print around the linear pattern in the base layer of the raft."
msgstr "Kolik obrysových čar se má tisknout okolo lineárního vzoru v základně raftu."
msgctxt "raft_interface_wall_count description"
msgid "The number of contours to print around the linear pattern in the middle layers of the raft."
msgstr ""
msgctxt "raft_surface_wall_count description"
msgid "The number of contours to print around the linear pattern in the top layers of the raft."
msgstr ""
msgctxt "raft_wall_count description"
msgid "The number of contours to print around the linear pattern of the raft."
msgstr ""
msgctxt "skin_edge_support_layers description"
msgid "The number of infill layers that supports skin edges."
msgstr "Počet výplňových vrstev, které podporují okraje povrchu."
@ -4683,6 +4893,10 @@ msgctxt "machine_gcode_flavor description"
msgid "The type of g-code to be generated."
msgstr "Typ generovaného g-kódu."
msgctxt "material_type description"
msgid "The type of material used."
msgstr ""
msgctxt "coasting_volume description"
msgid "The volume otherwise oozed. This value should generally be close to the nozzle diameter cubed."
msgstr "Objem jinak vytekl. Tato hodnota by měla být obecně blízká průměru trysek."
@ -4731,10 +4945,22 @@ msgctxt "bridge_wall_coast description"
msgid "This controls the distance the extruder should coast immediately before a bridge wall begins. Coasting before the bridge starts can reduce the pressure in the nozzle and may produce a flatter bridge."
msgstr "Tím se řídí vzdálenost, kterou by extrudér měl dojet bezprostředně před začátkem zdi mostu. Pobyt před startem můstku může snížit tlak v trysce a může vést k ploššímu můstku."
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."
msgstr ""
msgctxt "raft_interface_smoothing description"
msgid "This setting controls how much inner corners in the raft middle 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."
msgstr ""
msgctxt "raft_smoothing description"
msgid "This setting controls how much inner corners in the raft 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."
msgstr "Toto nastavení řídí, kolik vnitřních rohů v obrysu raftů je zaobleno. Vnitřní rohy jsou zaokrouhleny na půlkruh s poloměrem rovným zde uvedené hodnotě. Toto nastavení také odstraní otvory v obrysu raftu, které jsou menší než takový kruh."
msgctxt "raft_surface_smoothing description"
msgid "This setting controls how much inner corners in the raft top 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."
msgstr ""
msgctxt "retraction_count_max description"
msgid "This setting limits the number of retractions occurring within the minimum extrusion distance window. Further retractions within this window will be ignored. This avoids retracting repeatedly on the same piece of filament, as that can flatten the filament and cause grinding issues."
msgstr "Toto nastavení omezuje počet stažení, ke kterým dochází v okně minimální vzdálenosti vytlačování. Další stažení v tomto okně budou ignorovány. Tím se zabrání opakovanému navíjení na stejný kus vlákna, protože to může vlákno zploštit a způsobit problémy s broušením."
@ -5095,10 +5321,6 @@ 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."
msgstr "Stěny, které přesahují více než tento úhel, budou vytištěny pomocí nastavení převislých stěn. Pokud je hodnota 90, nebudou se žádné stěny považovat za převislé. Převis, který je podporován podporou, nebude považován ani za převis."
msgctxt "support_interface_skip_height description"
msgid "When checking where there's model above and below the support, take steps of the given height. Lower values will slice slower, while higher values may cause normal support to be printed in some places where there should have been support interface."
msgstr "Při kontrole, kde je model nad a pod podpěrou, proveďte kroky dané výšky. Nižší hodnoty se budou řezat pomaleji, zatímco vyšší hodnoty mohou způsobit tisk normální podpory na místech, kde mělo být rozhraní podpory."
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."
msgstr ""
@ -5491,42 +5713,74 @@ msgctxt "travel description"
msgid "travel"
msgstr "cestování"
msgctxt "gradual_flow_discretisation_step_size description"
msgid "Duration of each step in the gradual flow change"
msgstr "Doba trvání každého kroku v postupné změně průtoku"
#~ msgctxt "brim_inside_margin description"
#~ msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes."
#~ msgstr "Část plně obklopená jinou částí může generovat vnější límec, který se dotýká vnitřku obklopující části. Toto nastavení odstraní límec v dané vzdálenosti od vnitřních otvorů."
msgctxt "gradual_flow_enabled description"
msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops."
msgstr "Povolit postupné změny průtoku. Když je povoleno, průtok se postupně zvyšuje / snižuje na cílový průtok. Toto je užitečné pro tiskárny s Bowdenovou trubicí, kde se průtok okamžitě nezmění, když se spustí / zastaví extrudér."
#~ msgctxt "user_defined_print_order_enabled description"
#~ msgid "Allows to order the object list to set the print sequence manually. First object from the list will be printed first."
#~ msgstr "Umožňuje řadit seznam objektů pro ruční nastavení tiskové sekvence. První objekt ze seznamu bude vytisknut jako první."
msgctxt "reset_flow_duration description"
msgid "For any travel move longer than this value, the material flow is reset to the paths target flow"
msgstr "Pro jakýkoli pohyb delší než tato hodnota se materiálový průtok resetuje na cílový průtok dráhy"
#~ msgctxt "brim_inside_margin label"
#~ msgid "Brim Inside Avoid Margin"
#~ msgstr "Vzdálenost od límce uvnitř"
msgctxt "gradual_flow_discretisation_step_size label"
msgid "Gradual flow discretisation step size"
msgstr "Velikost kroku diskretizace postupné změny průtoku"
#~ msgctxt "brim_outside_only label"
#~ msgid "Brim Only on Outside"
#~ msgstr "Límec pouze venku"
msgctxt "gradual_flow_enabled label"
msgid "Gradual flow enabled"
msgstr "Postupné změny průtoku povoleny"
#~ msgctxt "gradual_flow_discretisation_step_size description"
#~ msgid "Duration of each step in the gradual flow change"
#~ msgstr "Doba trvání každého kroku v postupné změně průtoku"
msgctxt "max_flow_acceleration label"
msgid "Gradual flow max acceleration"
msgstr "Maximální zrychlení postupných změn průtoku"
#~ msgctxt "gradual_flow_enabled description"
#~ msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops."
#~ msgstr "Povolit postupné změny průtoku. Když je povoleno, průtok se postupně zvyšuje / snižuje na cílový průtok. Toto je užitečné pro tiskárny s Bowdenovou trubicí, kde se průtok okamžitě nezmění, když se spustí / zastaví extrudér."
msgctxt "layer_0_max_flow_acceleration label"
msgid "Initial layer max flow acceleration"
msgstr "Maximální zrychlení průtoku pro první vrstvu"
#~ msgctxt "reset_flow_duration description"
#~ msgid "For any travel move longer than this value, the material flow is reset to the paths target flow"
#~ msgstr "Pro jakýkoli pohyb delší než tato hodnota se materiálový průtok resetuje na cílový průtok dráhy"
msgctxt "max_flow_acceleration description"
msgid "Maximum acceleration for gradual flow changes"
msgstr "Maximální zrychlení pro postupné změny průtoku"
#~ msgctxt "gradual_flow_discretisation_step_size label"
#~ msgid "Gradual flow discretisation step size"
#~ msgstr "Velikost kroku diskretizace postupné změny průtoku"
msgctxt "layer_0_max_flow_acceleration description"
msgid "Minimum speed for gradual flow changes for the first layer"
msgstr "Minimální rychlost pro postupné změny průtoku pro první vrstvu"
#~ msgctxt "gradual_flow_enabled label"
#~ msgid "Gradual flow enabled"
#~ msgstr "Postupné změny průtoku povoleny"
msgctxt "reset_flow_duration label"
msgid "Reset flow duration"
msgstr "Doba trvání resetování průtoku"
#~ msgctxt "max_flow_acceleration label"
#~ msgid "Gradual flow max acceleration"
#~ msgstr "Maximální zrychlení postupných změn průtoku"
#~ msgctxt "layer_0_max_flow_acceleration label"
#~ msgid "Initial layer max flow acceleration"
#~ msgstr "Maximální zrychlení průtoku pro první vrstvu"
#~ msgctxt "layer_0_z_overlap description"
#~ msgid "Make the first and second layer of the model overlap in the Z direction to compensate for the filament lost in the airgap. All models above the first model layer will be shifted down by this amount."
#~ msgstr "První a druhá vrstva modelu se překrývají ve směru Z, aby se kompenzovalo vlákno ztracené ve vzduchové mezeře. Všechny modely nad první vrstvou modelu budou o tuto částku posunuty dolů."
#~ msgctxt "max_flow_acceleration description"
#~ msgid "Maximum acceleration for gradual flow changes"
#~ msgstr "Maximální zrychlení pro postupné změny průtoku"
#~ msgctxt "layer_0_max_flow_acceleration description"
#~ msgid "Minimum speed for gradual flow changes for the first layer"
#~ msgstr "Minimální rychlost pro postupné změny průtoku pro první vrstvu"
#~ msgctxt "brim_outside_only description"
#~ msgid "Only print the brim on the outside of the model. This reduces the amount of brim you need to remove afterwards, while it doesn't reduce the bed adhesion that much."
#~ msgstr "Límec tiskněte pouze na vnější stranu modelu. Tím se snižuje množství límce, který je třeba následně odstranit, zatímco to tolik nesnižuje přilnavost k podložce."
#~ msgctxt "reset_flow_duration label"
#~ msgid "Reset flow duration"
#~ msgstr "Doba trvání resetování průtoku"
#~ msgctxt "support_interface_skip_height label"
#~ msgid "Support Interface Resolution"
#~ msgstr "Rozlišení rozhraní podpor"
#~ msgctxt "support_interface_skip_height description"
#~ msgid "When checking where there's model above and below the support, take steps of the given height. Lower values will slice slower, while higher values may cause normal support to be printed in some places where there should have been support interface."
#~ msgstr "Při kontrole, kde je model nad a pod podpěrou, proveďte kroky dané výšky. Nižší hodnoty se budou řezat pomaleji, zatímco vyšší hodnoty mohou způsobit tisk normální podpory na místech, kde mělo být rozhraní podpory."

View file

@ -0,0 +1,54 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Uranium json setting files\n"
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
"POT-Creation-Date: 2024-03-11 11:28+0000\n"
"PO-Revision-Date: 2024-03-11 11:28+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: en\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
msgctxt "gradual_flow_discretisation_step_size description"
msgid "Duration of each step in the gradual flow change"
msgstr ""
msgctxt "gradual_flow_enabled description"
msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops."
msgstr ""
msgctxt "reset_flow_duration description"
msgid "For any travel move longer than this value, the material flow is reset to the paths target flow"
msgstr ""
msgctxt "gradual_flow_discretisation_step_size label"
msgid "Gradual flow discretisation step size"
msgstr ""
msgctxt "gradual_flow_enabled label"
msgid "Gradual flow enabled"
msgstr ""
msgctxt "max_flow_acceleration label"
msgid "Gradual flow max acceleration"
msgstr ""
msgctxt "layer_0_max_flow_acceleration label"
msgid "Initial layer max flow acceleration"
msgstr ""
msgctxt "max_flow_acceleration description"
msgid "Maximum acceleration for gradual flow changes"
msgstr ""
msgctxt "layer_0_max_flow_acceleration description"
msgid "Minimum speed for gradual flow changes for the first layer"
msgstr ""
msgctxt "reset_flow_duration label"
msgid "Reset flow duration"
msgstr ""

File diff suppressed because it is too large Load diff

View file

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-31 19:13+0100\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"
@ -117,6 +117,10 @@ msgctxt "@title:menu menubar:file"
msgid "&Save Project..."
msgstr "&Projekt speichern ..."
msgctxt "@title:menu menubar:file Don't translate 'Universal Cura Project'"
msgid "&Save Universal Cura Project..."
msgstr ""
msgctxt "@title:menu menubar:toplevel"
msgid "&Settings"
msgstr "&Einstellungen"
@ -261,6 +265,10 @@ msgid_plural "A cloud connection is not available for some printers"
msgstr[0] "Für einen Drucker ist keine Cloud-Verbindung verfügbar"
msgstr[1] "Für mehrere Drucker ist keine Cloud-Verbindung verfügbar"
msgctxt "@text"
msgid "A highly dense and strong part but at a slower print time. Great for functional parts."
msgstr ""
msgctxt "@message"
msgid "A print is still in progress. Cura cannot start another print via USB until the previous print has completed."
msgstr "Druck wird bearbeitet. Cura kann keinen weiteren Druck via USB starten, bis der vorherige Druck abgeschlossen wurde."
@ -495,10 +503,18 @@ msgctxt "@label"
msgid "Anonymous"
msgstr "Anonym"
msgctxt "@option:radio"
msgid "Anonymous crash reports"
msgstr ""
msgctxt "@label Description for application component"
msgid "Application framework"
msgstr "Anwendungsrahmenwerk"
msgctxt "@title:column"
msgid "Applies on"
msgstr ""
msgctxt "@label"
msgid "Apply Extruder offsets to GCode"
msgstr "Extruder-Versatzwerte auf GCode anwenden"
@ -685,6 +701,10 @@ msgctxt "@info:status"
msgid "Calculated"
msgstr "Berechnet"
msgctxt "@window:text"
msgid "Camera navigation:"
msgstr ""
msgctxt "@window:text"
msgid "Camera rendering:"
msgstr "Kamera-Rendering:"
@ -1415,6 +1435,10 @@ msgctxt "@label"
msgid "Draft"
msgstr "Entwurf"
msgctxt "@action:inmenu menubar:edit"
msgid "Drop All Models to buildplate"
msgstr ""
msgctxt "@action:button"
msgid "Duplicate"
msgstr "Duplizieren"
@ -1541,6 +1565,10 @@ msgctxt "@action:inmenu menubar:file"
msgid "Export Selection..."
msgstr "Auswahl exportieren..."
msgctxt "@title:window Don't translate 'Universal Cura Project'"
msgid "Export Universal Cura Project"
msgstr ""
msgctxt "@button"
msgid "Export material archive"
msgstr "Materialarchiv exportieren"
@ -1574,10 +1602,23 @@ msgctxt "@title:label"
msgid "Extruder End G-code"
msgstr "G-Code Extruder-Ende"
msgctxt "@label"
msgid "Extruder End G-code duration"
msgstr ""
msgctxt "@title:label"
msgid "Extruder Start G-code"
msgstr "G-Code Extruder-Start"
msgctxt "@label"
msgid "Extruder Start G-code duration"
msgstr ""
#, python-brace-format
msgctxt "@label"
msgid "Extruder {0}"
msgstr ""
msgctxt "@info:title"
msgid "Extruder(s) Disabled"
msgstr "Extruder deaktiviert"
@ -1644,6 +1685,11 @@ 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 ""
msgctxt "@label:category menu label"
msgid "Favorites"
msgstr "Favoriten"
@ -1785,6 +1831,9 @@ msgctxt "@option:check"
msgid "Force layer view compatibility mode (restart required)"
msgstr "Schichtenansicht Kompatibilitätsmodus erzwingen (Neustart erforderlich)"
msgid "FreeCAD trackpad"
msgstr ""
msgctxt "@action:inmenu menubar:view"
msgid "Front View"
msgstr "Vorderansicht"
@ -1873,6 +1922,10 @@ msgctxt "@action"
msgid "Get started"
msgstr "Erste Schritte"
msgctxt "@label"
msgid "Global"
msgstr ""
msgctxt "@title:tab"
msgid "Global Settings"
msgstr "Globale Einstellungen"
@ -1922,6 +1975,10 @@ msgctxt "@label"
msgid "Hide all connected printers"
msgstr "Alle verbundenen Drucker ausblenden"
msgctxt "@action:button"
msgid "Hide settings"
msgstr ""
msgctxt "@action:menu"
msgid "Hide this setting"
msgstr "Diese Einstellung ausblenden"
@ -1998,6 +2055,10 @@ msgctxt "@button"
msgid "In order to use the package you will need to restart Cura"
msgstr "Um das Paket nutzen zu können, müssen Sie Cura neu starten"
msgctxt "@option:radio"
msgid "Include UltiMaker account name"
msgstr ""
msgctxt "@label"
msgid "Infill"
msgstr "Füllung"
@ -2701,6 +2762,10 @@ msgctxt "@message"
msgid "No results found with current filter"
msgstr "Keine Ergebnisse mit dem aktuellen Filter gefunden"
msgctxt "@label"
msgid "No specific value has been set"
msgstr ""
msgctxt "@label"
msgid "No time estimation available"
msgstr "Keine Zeitschätzung verfügbar"
@ -2802,6 +2867,10 @@ 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."
msgctxt "@message"
msgid "Oops! We encountered an unexpected error during your slicing process. Rest assured, we've automatically received the crash logs for analysis, if you have not disabled data sharing in your preferences. To assist us further, consider sharing your project details on our issue tracker."
msgstr ""
msgctxt "@action:button"
msgid "Open"
msgstr "Öffnen"
@ -2830,10 +2899,22 @@ msgctxt "@info:title"
msgid "Open Project File"
msgstr "Projektdatei öffnen"
msgctxt "@title:window Don't translate 'Universal Cura Project'"
msgid "Open Universal Cura Project (UCP)"
msgstr ""
msgctxt "@title:window Don't translate 'Universal Cura Project'"
msgid "Open Universal Cura Project (UCP) file"
msgstr ""
msgctxt "@action:label"
msgid "Open With"
msgstr "Öffnen"
msgctxt "@action:button"
msgid "Open as UCP"
msgstr ""
msgctxt "@action:button"
msgid "Open as project"
msgstr "Als Projekt öffnen"
@ -3049,6 +3130,10 @@ msgctxt "@description"
msgid "Please sign in to get verified plugins and materials for UltiMaker Cura Enterprise"
msgstr "Bitte melden Sie sich an, um verifizierte Plugins und Materialien für UltiMaker Cura Enterprise zu erhalten"
msgctxt "@info:tooltip"
msgid "Please sign in to your UltiMaker account to allow sending non-anonymous data."
msgstr ""
msgctxt "@action:button"
msgid "Please sync the material profiles with your printers before starting to print."
msgstr "Bitte stimmen Sie die Materialprofile auf Ihre Drucker ab („synchronisieren“), bevor Sie mit dem Drucken beginnen."
@ -3145,6 +3230,14 @@ msgctxt "@action:button"
msgid "Print"
msgstr "Drucken"
msgctxt "@action:inmenu menubar:edit"
msgid "Print After"
msgstr "Nach dem Drucken"
msgctxt "@action:inmenu menubar:edit"
msgid "Print Before"
msgstr "Vor dem Drucken"
msgctxt "@label"
msgid "Print Selected Model With:"
msgid_plural "Print Selected Models With:"
@ -3451,8 +3544,8 @@ msgid "Provides support for reading model files."
msgstr "Unterstützt das Lesen von Modelldateien."
msgctxt "description"
msgid "Provides support for writing 3MF files."
msgstr "Bietet Unterstützung für das Schreiben von 3MF-Dateien."
msgid "Provides support for writing 3MF and UCP files."
msgstr ""
msgctxt "description"
msgid "Provides support for writing MakerBot Format Packages."
@ -3696,8 +3789,12 @@ msgid "Save Cura project"
msgstr "Cura-Projekt speichern"
msgctxt "@option"
msgid "Save Cura project and print file"
msgstr "Cura-Projekt speichern und Datei drucken"
msgid "Save Cura project and .makerbot print file"
msgstr ""
msgctxt "@option"
msgid "Save Cura project and .ufp print file"
msgstr ""
msgctxt "@title:window"
msgid "Save Custom Profile"
@ -3723,6 +3820,10 @@ msgctxt "@button"
msgid "Save new profile"
msgstr "Neues Profil speichern"
msgctxt "@action:button"
msgid "Save project"
msgstr ""
msgctxt "@text"
msgid "Save the .umm file on a USB stick."
msgstr "Speichern Sie die UMM-Datei auf einem USB-Stick."
@ -3826,6 +3927,18 @@ msgctxt "@action:button"
msgid "Send crash report to UltiMaker"
msgstr "Absturzbericht an UltiMaker senden"
msgctxt "@info:tooltip"
msgid "Send crash reports with your registered UltiMaker account name and the project name to UltiMaker Sentry. No actual model data is being send."
msgstr ""
msgctxt "@info:tooltip"
msgid "Send crash reports without any personally identifiable information or models data to UltiMaker."
msgstr ""
msgctxt "@option:check"
msgid "Send engine crash reports"
msgstr ""
msgctxt "@action:button"
msgid "Send report"
msgstr "Bericht senden"
@ -3878,6 +3991,10 @@ msgctxt "@title:tab"
msgid "Settings"
msgstr "Einstellungen"
msgctxt "@action:label"
msgid "Settings Loaded from UCP file"
msgstr ""
msgctxt "@info:message Followed by a list of settings."
msgid "Settings have been changed to match the current availability of extruders:"
msgstr "Die Einstellungen wurden an die aktuell verfügbaren Extruder angepasst:"
@ -3946,6 +4063,10 @@ msgctxt "@info:tooltip"
msgid "Should opening files from the desktop or external applications open in the same instance of Cura?"
msgstr "Sollten Dateien vom Desktop oder von externen Anwendungen in derselben Instanz von Cura geöffnet werden?"
msgctxt "@info:tooltip"
msgid "Should slicing crashes be automatically reported to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored, unless you give explicit permission."
msgstr ""
msgctxt "@info:tooltip"
msgid "Should the build plate be cleared before loading a new model in the single instance of Cura?"
msgstr "Soll das Druckbett jeweils vor dem Laden eines neuen Modells in einer einzelnen Instanz von Cura gelöscht werden?"
@ -4002,6 +4123,10 @@ msgctxt "@action:button"
msgid "Show detailed crash report"
msgstr "Detaillierten Absturzbericht anzeigen"
msgctxt "@action:button"
msgid "Show settings"
msgstr ""
msgctxt "@option:check"
msgid "Show summary dialog when saving project"
msgstr "Dialog Zusammenfassung beim Speichern eines Projekts anzeigen"
@ -4078,10 +4203,6 @@ msgctxt "@message:title"
msgid "Slicing failed"
msgstr "Slicing fehlgeschlagen"
msgctxt "@message"
msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker."
msgstr "Fehler beim Slicing mit einem unerwarteten Fehler. Bitte denken Sie daran, Fehler in unserem Issue Tracker zu melden."
msgctxt "@label:PrintjobStatus"
msgid "Slicing..."
msgstr "Das Slicing läuft..."
@ -4090,6 +4211,10 @@ msgctxt "@action:label"
msgid "Smoothing"
msgstr "Glättung"
msgctxt "@label"
msgid "Solid"
msgstr ""
msgctxt "name"
msgid "Solid View"
msgstr "Solide Ansicht"
@ -4215,10 +4340,26 @@ msgctxt "@info:status"
msgid "Successfully imported profile {0}."
msgstr "Profil {0} erfolgreich importiert."
msgctxt "@action:label"
msgid "Suggested Material settings"
msgstr ""
msgctxt "@action:label"
msgid "Suggested Profile settings"
msgstr ""
msgctxt "@action:title"
msgid "Summary - Cura Project"
msgstr "Zusammenfassung Cura-Projekt"
msgctxt "@action:title Don't translate 'Universal Cura Project'"
msgid "Summary - Open Universal Cura Project (UCP)"
msgstr ""
msgctxt "@action:title Don't translate 'Universal Cura Project'"
msgid "Summary - Universal Cura Project"
msgstr ""
msgctxt "@label"
msgid "Support"
msgstr "Stützstruktur"
@ -4598,6 +4739,10 @@ msgctxt "@label"
msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile."
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 project or Cura Universal Project or import the models from it?"
msgstr ""
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?"
msgstr "Dies ist eine Cura-Projektdatei. Möchten Sie diese als Projekt öffnen oder die Modelle hieraus importieren?"
@ -4687,6 +4832,14 @@ msgctxt "@label"
msgid "This setting is resolved from conflicting extruder-specific values:"
msgstr "Diese Einstellung wird durch gegensätzliche, extruderspezifische Werte gelöst:"
msgctxt "@tooltip Don't translate 'Universal Cura Project'"
msgid "This setting may not perform well while exporting to Universal Cura Project, Users are asked to add it at their own risk."
msgstr ""
msgctxt "@tooltip Don't translate 'Universal Cura Project'"
msgid "This setting may not perform well while exporting to Universal Cura Project. Users are asked to add it at their own risk."
msgstr ""
msgctxt "@info:warning"
msgid "This version is not intended for production use. If you encounter any issues, please report them on our GitHub page, mentioning the full version {self.getVersion()}"
msgstr "Diese Version ist nicht für den Einsatz in Produktionsumgebungen gedacht. Wenn Sie auf Probleme stoßen, melden Sie diese bitte auf unserer GitHub-Seite und geben Sie die vollständige Versionsnummer {self.getVersion()} an."
@ -4918,6 +5071,11 @@ 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 ""
msgctxt "@label:status"
msgid "Unavailable"
msgstr "Nicht verfügbar"
@ -4938,6 +5096,14 @@ msgctxt "@title:column Unit of measurement"
msgid "Unit"
msgstr "Einheit"
msgctxt "@item:inlistbox"
msgid "Universal Cura Project"
msgstr ""
msgctxt "@action:description Don't translate 'Universal Cura Project'"
msgid "Universal Cura Project files can be printed on different 3D printers while retaining positional data and selected settings. When exported, all models present on the build plate will be included along with their current position, orientation, and scale. You can also select which per-extruder or per-model settings should be included to ensure proper printing."
msgstr ""
msgctxt "@label Description for development tool"
msgid "Universal build system configuration"
msgstr "Universelle Build-Systemkonfiguration"
@ -5127,6 +5293,10 @@ msgctxt "description"
msgid "Upgrades configurations from Cura 5.4 to Cura 5.5."
msgstr "Aktualisiert Konfigurationen von Cura 5.4 auf Cura 5.5."
msgctxt "description"
msgid "Upgrades configurations from Cura 5.6 to Cura 5.7."
msgstr ""
msgctxt "@action:button"
msgid "Upload custom Firmware"
msgstr "Benutzerdefinierte Firmware hochladen"
@ -5159,6 +5329,10 @@ msgctxt "@label Description for application dependency"
msgid "Utility library, including Voronoi generation"
msgstr "Utility-Bibliothek, einschließlich Voronoi-Generierung"
msgctxt "@title:column"
msgid "Value"
msgstr ""
msgctxt "name"
msgid "Version Upgrade 2.1 to 2.2"
msgstr "Upgrade von Version 2.1 auf 2.2"
@ -5263,6 +5437,10 @@ msgctxt "name"
msgid "Version Upgrade 5.4 to 5.5"
msgstr "Versions-Upgrade 5.4 auf 5.5"
msgctxt "name"
msgid "Version Upgrade 5.6 to 5.7"
msgstr ""
msgctxt "@button"
msgid "View printers in Digital Factory"
msgstr "Drucker in der Digital Factory anzeigen"
@ -5340,6 +5518,10 @@ msgctxt "@label"
msgid "What printer would you like to setup?"
msgstr "Welchen Drucker möchten Sie einrichten?"
msgctxt "@info:tooltip"
msgid "What type of camera navigation should be used?"
msgstr ""
msgctxt "@info:tooltip"
msgid "What type of camera rendering should be used?"
msgstr "Welches Kamera-Rendering sollte verwendet werden?"
@ -5554,6 +5736,10 @@ msgctxt "@label"
msgid "mm"
msgstr "mm"
msgctxt "@label"
msgid "s"
msgstr ""
msgctxt "@info:status"
msgid "today"
msgstr "heute"
@ -5581,3 +5767,15 @@ msgstr "Sie müssen das Programm beenden und neu starten {}, bevor Änderungen w
#~ msgid "Provides support for exporting Cura profiles."
#~ msgstr "Bietet Unterstützung für den Export von Cura-Profilen."
#~ msgctxt "description"
#~ msgid "Provides support for writing 3MF files."
#~ msgstr "Bietet Unterstützung für das Schreiben von 3MF-Dateien."
#~ msgctxt "@option"
#~ msgid "Save Cura project and print file"
#~ msgstr "Cura-Projekt speichern und Datei drucken"
#~ msgctxt "@message"
#~ msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker."
#~ msgstr "Fehler beim Slicing mit einem unerwarteten Fehler. Bitte denken Sie daran, Fehler in unserem Issue Tracker zu melden."

View file

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
"POT-Creation-Date: 2023-06-08 16:32+0000\n"
"POT-Creation-Date: 2024-03-11 11:28+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"
@ -40,6 +40,10 @@ msgctxt "machine_extruder_end_code label"
msgid "Extruder End G-Code"
msgstr "G-Code Extruder-Ende"
msgctxt "machine_extruder_end_code_duration label"
msgid "Extruder End G-Code Duration"
msgstr ""
msgctxt "machine_extruder_end_pos_abs label"
msgid "Extruder End Position Absolute"
msgstr "Absolute Extruder-Endposition"
@ -72,6 +76,10 @@ msgctxt "machine_extruder_start_code label"
msgid "Extruder Start G-Code"
msgstr "G-Code Extruder-Start"
msgctxt "machine_extruder_start_code_duration label"
msgid "Extruder Start G-Code Duration"
msgstr ""
msgctxt "machine_extruder_start_pos_abs label"
msgid "Extruder Start Position Absolute"
msgstr "Absolute Startposition des Extruders"
@ -156,6 +164,14 @@ msgctxt "machine_extruder_cooling_fan_number description"
msgid "The number of the print cooling fan associated with this extruder. Only change this from the default value of 0 when you have a different print cooling fan for each extruder."
msgstr "Die Anzahl der Drucklüfter für diesen Extruder. Nur vom Standardwert 0 ändern, wenn Sie für jeden Extruder einen anderen Drucklüfter verwenden."
msgctxt "machine_extruder_end_code_duration description"
msgid "The time it takes to execute the end g-code, when switching away from this extruder."
msgstr ""
msgctxt "machine_extruder_start_code_duration description"
msgid "The time it'll take to execute the start g-code, when switching to this extruder."
msgstr ""
msgctxt "machine_extruder_end_pos_x description"
msgid "The x-coordinate of the ending position when turning the extruder off."
msgstr "Die X-Koordinate der Endposition beim Ausschalten des Extruders."

View file

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
"POT-Creation-Date: 2023-11-24 12:51+0000\n"
"POT-Creation-Date: 2024-03-12 15:10+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"
@ -12,6 +12,14 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
msgctxt "prime_tower_mode description"
msgid "<html>How to generate the prime tower:<ul><li><b>Normal:</b> create a bucket in which secondary materials are primed</li><li><b>Interleaved:</b> create a prime tower as sparse as possible. This will save time and filament, but is only possible if the used materials adhere to each other</li></ul></html>"
msgstr ""
msgctxt "brim_inside_margin description"
msgid "A brim around a model may touch an other model where you don't want it. This removes all brim within this distance from brimless models."
msgstr ""
msgctxt "ironing_inset description"
msgid "A distance to keep from the edges of the model. Ironing all the way to the edge of the mesh may result in a jagged edge on your print."
msgstr "Eine Distanz, die von den Kanten des Modells einzuhalten ist. Die Glättung des gesamten Weges zur Kante des Mesh führt möglicherweise zu einer gezackten Kante Ihres Drucks."
@ -56,10 +64,6 @@ msgctxt "machine_disallowed_areas description"
msgid "A list of polygons with areas the print head is not allowed to enter."
msgstr "Eine Liste mit Polygonen mit Bereichen, die für den Druckkopf unzulässig sind."
msgctxt "brim_inside_margin description"
msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes."
msgstr "Ist ein Teil vollständig von einem anderen Teil eingeschlossen, wird bei diesem möglicherweise ein äußeres Brim-Element erzeugt, das die Innenseite des anderen Teils berührt. Hiermit wird der Teil des Brim-Elements entfernt, der sich innerhalb dieses Abstands zu inneren Löchern befindet."
msgctxt "support_tree_branch_reach_limit description"
msgid "A recomendation to how far branches can move from the points they support. Branches can violate this value to reach their destination (buildplate or a flat part of the model). Lowering this value will make the support more sturdy, but increase the amount of branches (and because of that material usage/print time) "
msgstr "Dieser Wert ist die empfohlene Entfernung der Äste von den Stellen, die durch sie gestützt werden. Er kann überschritten werden, damit Äste ihre Zielposition erreichen (Druckplatte oder einen flachen Teil des Modells). Eine Senkung dieses Werts sorgt für eine stabilere Stützstruktur, erhöht jedoch die Anzahl der Äste und damit den Materialverbrauch/die Druckzeit)."
@ -152,6 +156,10 @@ msgctxt "resolution description"
msgid "All settings that influence the resolution of the print. These settings have a large impact on the quality (and print time)"
msgstr "Alle Einstellungen, die die Auflösung des Drucks beeinflussen. Diese Einstellungen haben große Auswirkung auf die Qualität (und Druckdauer)."
msgctxt "user_defined_print_order_enabled description"
msgid "Allows you to order the object list to manually set the print sequence. First object from the list will be printed first."
msgstr ""
msgctxt "alternate_extra_perimeter label"
msgid "Alternate Extra Wall"
msgstr "Abwechselnde Zusatzwände"
@ -400,21 +408,21 @@ msgctxt "adhesion_type option brim"
msgid "Brim"
msgstr "Brim"
msgctxt "brim_inside_margin label"
msgid "Brim Avoid Margin"
msgstr ""
msgctxt "brim_gap label"
msgid "Brim Distance"
msgstr "Abstand zum Brim-Element"
msgctxt "brim_inside_margin label"
msgid "Brim Inside Avoid Margin"
msgstr "Abstand zur Vermeidung des inneren Brims"
msgctxt "brim_line_count label"
msgid "Brim Line Count"
msgstr "Anzahl der Brim-Linien"
msgctxt "brim_outside_only label"
msgid "Brim Only on Outside"
msgstr "Brim nur an Außenseite"
msgctxt "brim_location label"
msgid "Brim Location"
msgstr ""
msgctxt "brim_replaces_support label"
msgid "Brim Replaces Support"
@ -456,6 +464,14 @@ msgctxt "build_volume_temperature label"
msgid "Build Volume Temperature"
msgstr "Temperatur Druckabmessung"
msgctxt "bv_temp_anomaly_limit label"
msgid "Build Volume temperature Limit"
msgstr ""
msgctxt "bv_temp_warn_limit label"
msgid "Build Volume temperature Warning"
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."
msgstr "Durch Aktivieren dieser Einstellung erhält Ihr Prime-Turm einen Rand, auch wenn das Modell keinen hat. Wenn Sie eine stabilere Basis für einen hohen Turm möchten, können Sie die Basis-Höhe erhöhen."
@ -868,6 +884,10 @@ msgctxt "cool_fan_enabled label"
msgid "Enable Print Cooling"
msgstr "Kühlung für Drucken aktivieren"
msgctxt "ppr_enable label"
msgid "Enable Print Process Reporting"
msgstr ""
msgctxt "retraction_enable label"
msgid "Enable Retraction"
msgstr "Einzug aktivieren"
@ -900,6 +920,10 @@ msgctxt "ooze_shield_enabled description"
msgid "Enable exterior ooze shield. This will create a shell around the model which is likely to wipe a second nozzle if it's at the same height as the first nozzle."
msgstr "Aktiviert den äußeren Sickerschutz. Damit wird eine Hülle um das Modell erstellt, die eine zweite Düse abstreift, wenn diese auf derselben Höhe wie die erste Düse steht."
msgctxt "ppr_enable description"
msgid "Enable print process reporting for setting threshold values for possible fault detection."
msgstr ""
msgctxt "small_skin_on_surface description"
msgid "Enable small (up to 'Small Top/Bottom Width') regions on the topmost skinned layer (exposed to air) to be filled with walls instead of the default pattern."
msgstr "Ermöglicht es, dass kleine (bis zu „Kleine obere/untere Breite“) Bereiche auf der obersten (der Luft ausgesetzten) Hautschicht mit Wänden anstelle des Standardmusters gefüllt werden."
@ -932,6 +956,10 @@ msgctxt "brim_replaces_support description"
msgid "Enforce brim to be printed around the model even if that space would otherwise be occupied by support. This replaces some regions of the first layer of support by brim regions."
msgstr "Erzwingen Sie den Druck des Brims um das Modell herum, auch wenn dieser Raum sonst durch die Stützstruktur belegt würde. Dies ersetzt einige der ersten Schichten der Stützstruktur durch Brim-Bereiche."
msgctxt "brim_location option everywhere"
msgid "Everywhere"
msgstr ""
msgctxt "support_type option everywhere"
msgid "Everywhere"
msgstr "Überall"
@ -1036,6 +1064,10 @@ msgctxt "speed_equalize_flow_width_factor label"
msgid "Flow Equalization Ratio"
msgstr "Verhältnis für Durchflussausgleich"
msgctxt "flow_anomaly_limit label"
msgid "Flow Limit"
msgstr ""
msgctxt "flow_rate_extrusion_offset_factor label"
msgid "Flow Rate Compensation Factor"
msgstr "Ausgleichsfaktor Durchflussrate"
@ -1048,6 +1080,10 @@ msgctxt "material_flow_temp_graph label"
msgid "Flow Temperature Graph"
msgstr "Fließtemperaturgraf"
msgctxt "flow_warn_limit label"
msgid "Flow Warning"
msgstr ""
msgctxt "material_flow_layer_0 description"
msgid "Flow compensation for the first layer: the amount of material extruded on the initial layer is multiplied by this value."
msgstr "Fluss-Kompensation für die erste Schicht: Die auf der ersten Schicht extrudierte Materialmenge wird mit diesem Wert multipliziert."
@ -1440,10 +1476,22 @@ msgctxt "wall_transition_filter_distance description"
msgid "If it would be transitioning back and forth between different numbers of walls in quick succession, don't transition at all. Remove transitions if they are closer together than this distance."
msgstr "Wenn in schneller Folge viele Übergänge zwischen verschiedenen Wänden erzeugt würden, werden gar keine Übergänge erzeugt. Übergänge, die näher beieinander liegen als dieser Abstand, werden entfernt."
msgctxt "raft_base_margin description"
msgid "If the raft base is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print."
msgstr ""
msgctxt "raft_margin description"
msgid "If the raft is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print."
msgstr "Wenn die Raft-Funktion aktiviert ist, gibt es einen zusätzlichen Raft-Bereich um das Modell herum, für das ein Raft erstellt wird. Bei einem größeren Abstand wird ein kräftigeres Raft-Element hergestellt, wobei jedoch mehr Material verbraucht wird und weniger Platz für das gedruckte Modell verbleibt."
msgctxt "raft_interface_margin description"
msgid "If the raft middle is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print."
msgstr ""
msgctxt "raft_surface_margin description"
msgid "If the raft top is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print."
msgstr ""
msgctxt "meshfix_union_all description"
msgid "Ignore the internal geometry arising from overlapping volumes within a mesh and print the volumes as one. This may cause unintended internal cavities to disappear."
msgstr "Die interne Geometrie, die durch überlappende Volumen innerhalb eines Netzes entsteht, wird ignoriert und diese Volumen werden als ein Einziges gedruckt. Dadurch können unbeabsichtigte innere Hohlräume verschwinden."
@ -1672,6 +1720,10 @@ msgctxt "wall_0_inset description"
msgid "Inset applied to the path of the outer wall. If the outer wall is smaller than the nozzle, and printed after the inner walls, use this offset to get the hole in the nozzle to overlap with the inner walls instead of the outside of the model."
msgstr "Verwendete Einfügung am Pfad zur Außenwand. Wenn die Außenwand kleiner als die Düse ist und nach den Innenwänden gedruckt wird, verwenden Sie diesen Versatz, damit die Öffnung in der Düse mit den Innenwänden überlappt, anstelle mit der Außenseite des Modells."
msgctxt "brim_location option inside"
msgid "Inside Only"
msgstr ""
msgctxt "inset_direction option inside_out"
msgid "Inside To Outside"
msgstr "Von innen nach außen"
@ -1684,6 +1736,10 @@ msgctxt "support_interface_priority option interface_area_overwrite_support_area
msgid "Interface preferred"
msgstr "Schnittstelle priorisiert"
msgctxt "prime_tower_mode option interleaved"
msgid "Interleaved"
msgstr ""
msgctxt "interlocking_beam_layer_count label"
msgid "Interlocking Beam Layer Count"
msgstr "Anzahl der Schichten ineinandergreifender Balken"
@ -1824,6 +1880,30 @@ msgctxt "support_tree_limit_branch_reach description"
msgid "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)"
msgstr "Dieser Parameter schränkt ein, wie weit sich jeder Ast von der Stelle entfernen kann, die er stützt. Dadurch wird die Stabilität der Stützstruktur gestärkt, jedoch erhöht sich die Anzahl der Äste (und damit der Materialverbrauch•/ die Druckzeit)."
msgctxt "bv_temp_warn_limit description"
msgid "Limit on Build Volume Temperature warning for detection."
msgstr ""
msgctxt "bv_temp_anomaly_limit description"
msgid "Limit on Build Volume temperature Anomaly for detection."
msgstr ""
msgctxt "print_temp_anomaly_limit description"
msgid "Limit on Print Temperature anomaly for detection."
msgstr ""
msgctxt "print_temp_warn_limit description"
msgid "Limit on Print temperature warning for detection."
msgstr ""
msgctxt "flow_anomaly_limit description"
msgid "Limit on flow anomaly for detection."
msgstr ""
msgctxt "flow_warn_limit description"
msgid "Limit on the flow warning for detection."
msgstr ""
msgctxt "cutting_mesh description"
msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder."
msgstr "Beschränkt die Menge dieses Meshs innerhalb der anderen Meshes. Sie können diese Funktion verwenden, um bestimmte Bereiche eines Mesh-Drucks mit unterschiedlichen Einstellungen und einem völlig anderen Extruder zu produzieren."
@ -1921,8 +2001,10 @@ msgid "Make the extruder prime position absolute rather than relative to the las
msgstr "Bevorzugen Sie eine absolute Einzugsposition des Extruders anstelle einer relativen Position zur zuletzt bekannten Kopfposition."
msgctxt "layer_0_z_overlap description"
msgid "Make the first and second layer of the model overlap in the Z direction to compensate for the filament lost in the airgap. All models above the first model layer will be shifted down by this amount."
msgstr "Die erste und die zweite Schicht des Modells sollen sich in der Z-Richtung überlappen, um das verlorene Filament in dem Luftspalt zu kompensieren. Alle Modelle über der ersten Modellschicht verschieben sich um diesen Wert nach unten."
msgid ""
"Make the first and second layer of the model overlap in the Z direction to compensate for the filament lost in the airgap. All models above the first model layer will be shifted down by this amount.\n"
"It may be noted that sometimes the second layer is printed below initial layer because of this setting. This is intended behavior"
msgstr ""
msgctxt "meshfix description"
msgid "Make the meshes more suited for 3D printing."
@ -1948,10 +2030,18 @@ msgctxt "material label"
msgid "Material"
msgstr "Material"
msgctxt "material_brand label"
msgid "Material Brand"
msgstr ""
msgctxt "material_guid label"
msgid "Material GUID"
msgstr "Material-GUID"
msgctxt "material_type label"
msgid "Material Type"
msgstr ""
msgctxt "max_extrusion_before_wipe label"
msgid "Material Volume Between Wipes"
msgstr "Materialmenge zwischen den Wischvorgängen"
@ -2228,6 +2318,10 @@ msgctxt "ironing_monotonic label"
msgid "Monotonic Ironing Order"
msgstr "Gleichmäßige Reihenfolge hin/her"
msgctxt "raft_surface_monotonic label"
msgid "Monotonic Raft Top Surface Order"
msgstr ""
msgctxt "roofing_monotonic label"
msgid "Monotonic Top Surface Order"
msgstr "Gleichmäßige Reihenfolge oben"
@ -2268,6 +2362,10 @@ msgctxt "magic_mesh_surface_mode option normal"
msgid "Normal"
msgstr "Normal"
msgctxt "prime_tower_mode option normal"
msgid "Normal"
msgstr ""
msgctxt "support_structure option normal"
msgid "Normal"
msgstr "Normal"
@ -2400,10 +2498,6 @@ msgctxt "ironing_only_highest_layer description"
msgid "Only perform ironing on the very last layer of the mesh. This saves time if the lower layers don't need a smooth surface finish."
msgstr "Führen Sie das Glätten nur für die allerletzte Schicht des Meshs aus. Dies spart Zeit, wenn die unteren Schichten keine glatte Oberflächenausführung erfordern."
msgctxt "brim_outside_only description"
msgid "Only print the brim on the outside of the model. This reduces the amount of brim you need to remove afterwards, while it doesn't reduce the bed adhesion that much."
msgstr "Brim nur an der Außenseite des Modells drucken. Damit reduziert sich die Anzahl der Brims, die Sie später entfernen müssen, während die Druckbetthaftung nicht signifikant eingeschränkt wird."
msgctxt "ooze_shield_angle label"
msgid "Ooze Shield Angle"
msgstr "Winkel für Sickerschutz"
@ -2464,6 +2558,10 @@ msgctxt "group_outer_walls description"
msgid "Outer walls of different islands in the same layer are printed in sequence. When enabled the amount of flow changes is limited because walls are printed one type at a time, when disabled the number of travels between islands is reduced because walls in the same islands are grouped."
msgstr "Die äußeren Wände verschiedener Inseln in derselben Schicht werden nacheinander gedruckt. Wenn aktiviert, wird die Menge der Flussänderungen begrenzt, da die Wände nacheinander gedruckt werden, wenn deaktiviert, wird die Anzahl der Fahrten zwischen den Inseln reduziert, da die Wände auf den gleichen Inseln gruppiert sind."
msgctxt "brim_location option outside"
msgid "Outside Only"
msgstr ""
msgctxt "inset_direction option outside_in"
msgid "Outside To Inside"
msgstr "Von außen nach innen"
@ -2544,6 +2642,10 @@ msgctxt "prime_tower_line_width label"
msgid "Prime Tower Line Width"
msgstr "Linienbreite Einzugsturm"
msgctxt "prime_tower_max_bridging_distance label"
msgid "Prime Tower Maximum Bridging Distance"
msgstr ""
msgctxt "prime_tower_min_volume label"
msgid "Prime Tower Minimum Volume"
msgstr "Mindestvolumen Einzugsturm"
@ -2560,6 +2662,10 @@ msgctxt "speed_prime_tower label"
msgid "Prime Tower Speed"
msgstr "Geschwindigkeit Einzugsturm"
msgctxt "prime_tower_mode label"
msgid "Prime Tower Type"
msgstr ""
msgctxt "prime_tower_position_x label"
msgid "Prime Tower X Position"
msgstr "X-Position des Einzugsturm"
@ -2576,6 +2682,10 @@ msgctxt "jerk_print label"
msgid "Print Jerk"
msgstr "Ruckfunktion Drucken"
msgctxt "ppr label"
msgid "Print Process Reporting"
msgstr ""
msgctxt "print_sequence label"
msgid "Print Sequence"
msgstr "Druckreihenfolge"
@ -2588,6 +2698,10 @@ msgctxt "fill_outline_gaps label"
msgid "Print Thin Walls"
msgstr "Drucken von dünnen Wänden"
msgctxt "brim_location description"
msgid "Print a brim on the outside of the model, inside, or both. Depending on the model, this helps reducing the amount of brim you need to remove afterwards, while ensuring a proper bed adhesion."
msgstr ""
msgctxt "prime_tower_enable description"
msgid "Print a tower next to the print which serves to prime the material after each nozzle switch."
msgstr "Drucken Sie einen Turm neben dem Druck, der zum Einziehen des Materials nach jeder Düsenschaltung dient."
@ -2608,6 +2722,10 @@ msgctxt "fill_outline_gaps description"
msgid "Print pieces of the model which are horizontally thinner than the nozzle size."
msgstr "Drucken Sie Teile des Modells, die horizontal dünner als die Düsengröße sind."
msgctxt "raft_surface_monotonic description"
msgid "Print raft top surface lines in an ordering that causes them to always overlap with adjacent lines in a single direction. This takes slightly more time to print, but makes the surface look more consistent, which is also visible on the model bottom surface."
msgstr ""
msgctxt "bridge_skin_speed_2 description"
msgid "Print speed to use when printing the second bridge skin layer."
msgstr "Druckgeschwindigkeit für das Drucken der zweiten Brücken-Außenhautschicht."
@ -2616,6 +2734,14 @@ msgctxt "bridge_skin_speed_3 description"
msgid "Print speed to use when printing the third bridge skin layer."
msgstr "Druckgeschwindigkeit für das Drucken der dritten Brücken-Außenhautschicht."
msgctxt "print_temp_anomaly_limit label"
msgid "Print temperature Limit"
msgstr ""
msgctxt "print_temp_warn_limit label"
msgid "Print temperature Warning"
msgstr ""
msgctxt "infill_before_walls description"
msgid "Print the infill before printing the walls. Printing the walls first may lead to more accurate walls, but overhangs print worse. Printing the infill first leads to sturdier walls, but the infill pattern might sometimes show through the surface."
msgstr "Es wird die Füllung gedruckt, bevor die Wände gedruckt werden. Wenn man die Wände zuerst druckt, kann dies zu präziseren Wänden führen, aber Überhänge werden schlechter gedruckt. Wenn man die Füllung zuerst druckt, bekommt man stabilere Wände, aber manchmal zeigt sich das Füllmuster auf der Oberfläche."
@ -2660,6 +2786,10 @@ msgctxt "raft_airgap label"
msgid "Raft Air Gap"
msgstr "Luftspalt für Raft"
msgctxt "raft_base_margin label"
msgid "Raft Base Extra Margin"
msgstr ""
msgctxt "raft_base_extruder_nr label"
msgid "Raft Base Extruder"
msgstr "Raft-Basis-Extruder"
@ -2688,6 +2818,10 @@ msgctxt "raft_base_speed label"
msgid "Raft Base Print Speed"
msgstr "Druckgeschwindigkeit für Raft-Basis"
msgctxt "raft_base_smoothing label"
msgid "Raft Base Smoothing"
msgstr ""
msgctxt "raft_base_thickness label"
msgid "Raft Base Thickness"
msgstr "Dicke der Raft-Basis"
@ -2704,6 +2838,10 @@ msgctxt "raft_fan_speed label"
msgid "Raft Fan Speed"
msgstr "Lüfterdrehzahl für Raft"
msgctxt "raft_interface_margin label"
msgid "Raft Middle Extra Margin"
msgstr ""
msgctxt "raft_interface_extruder_nr label"
msgid "Raft Middle Extruder"
msgstr "Extruder für die Raft-Mitte"
@ -2732,6 +2870,10 @@ msgctxt "raft_interface_speed label"
msgid "Raft Middle Print Speed"
msgstr "Druckgeschwindigkeit Raft Mitte"
msgctxt "raft_interface_smoothing label"
msgid "Raft Middle Smoothing"
msgstr ""
msgctxt "raft_interface_line_spacing label"
msgid "Raft Middle Spacing"
msgstr "Linienabstand im Raft-Mittelbereich"
@ -2740,6 +2882,10 @@ msgctxt "raft_interface_thickness label"
msgid "Raft Middle Thickness"
msgstr "Dicke der Raft-Mittelbereichs"
msgctxt "raft_interface_wall_count label"
msgid "Raft Middle Wall Count"
msgstr ""
msgctxt "raft_acceleration label"
msgid "Raft Print Acceleration"
msgstr "Druckbeschleunigung Raft"
@ -2756,6 +2902,10 @@ msgctxt "raft_smoothing label"
msgid "Raft Smoothing"
msgstr "Raft-Glättung"
msgctxt "raft_surface_margin label"
msgid "Raft Top Extra Margin"
msgstr ""
msgctxt "raft_surface_extruder_nr label"
msgid "Raft Top Extruder"
msgstr "Extruder für die Raft-Oberseite"
@ -2788,10 +2938,22 @@ msgctxt "raft_surface_speed label"
msgid "Raft Top Print Speed"
msgstr "Druckgeschwindigkeit Raft Oben"
msgctxt "raft_surface_smoothing label"
msgid "Raft Top Smoothing"
msgstr ""
msgctxt "raft_surface_line_spacing label"
msgid "Raft Top Spacing"
msgstr "Linienabstand der Raft-Oberfläche"
msgctxt "raft_surface_wall_count label"
msgid "Raft Top Wall Count"
msgstr ""
msgctxt "raft_wall_count label"
msgid "Raft Wall Count"
msgstr ""
msgctxt "z_seam_type option random"
msgid "Random"
msgstr "Zufall"
@ -2844,10 +3006,22 @@ msgctxt "carve_multiple_volumes label"
msgid "Remove Mesh Intersection"
msgstr "Netzüberschneidung entfernen"
msgctxt "raft_base_remove_inside_corners label"
msgid "Remove Raft Base Inside Corners"
msgstr ""
msgctxt "raft_remove_inside_corners label"
msgid "Remove Raft Inside Corners"
msgstr "Innenecken des Rafts entfernen"
msgctxt "raft_interface_remove_inside_corners label"
msgid "Remove Raft Middle Inside Corners"
msgstr ""
msgctxt "raft_surface_remove_inside_corners label"
msgid "Remove Raft Top Inside Corners"
msgstr ""
msgctxt "carve_multiple_volumes description"
msgid "Remove areas where multiple meshes are overlapping with each other. This may be used if merged dual material objects overlap with each other."
msgstr "Entfernt Bereiche, in denen mehrere Netze miteinander überlappen. Dies kann verwendet werden, wenn zusammengefügte Objekte aus zwei Materialien miteinander überlappen."
@ -2856,6 +3030,18 @@ msgctxt "remove_empty_first_layers description"
msgid "Remove empty layers beneath the first printed layer if they are present. Disabling this setting can cause empty first layers if the Slicing Tolerance setting is set to Exclusive or Middle."
msgstr "Entfernen Sie die leeren Schichten unter der ersten gedruckten Schicht, sofern vorhanden. Die Deaktivierung dieser Einstellung kann zu leeren ersten Schichten führen, wenn die Einstellung der Slicing-Toleranz auf Exklusiv oder Mittel gesetzt wurde."
msgctxt "raft_base_remove_inside_corners description"
msgid "Remove inside corners from the raft base, causing the raft to become convex."
msgstr ""
msgctxt "raft_interface_remove_inside_corners description"
msgid "Remove inside corners from the raft middle part, causing the raft to become convex."
msgstr ""
msgctxt "raft_surface_remove_inside_corners description"
msgid "Remove inside corners from the raft top part, causing the raft to become convex."
msgstr ""
msgctxt "raft_remove_inside_corners description"
msgid "Remove inside corners from the raft, causing the raft to become convex."
msgstr "Entfernen der inneren Ecken des Floßes, so dass das Floß konvex wird."
@ -2876,6 +3062,10 @@ msgctxt "skin_outline_count description"
msgid "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material."
msgstr "Der äußerste Teil des oberen/unteren Musters wird durch eine Anzahl von konzentrischen Linien ersetzt. Die Verwendung von ein oder zwei Linien verbessert Dächer, die auf Füllmaterial beginnen."
msgctxt "ppr description"
msgid "Reporting events that go out of set thresholds"
msgstr ""
msgctxt "support_tree_rest_preference label"
msgid "Rest Preference"
msgstr "Präferenz Auflagestelle"
@ -2948,6 +3138,10 @@ msgctxt "z_seam_corner label"
msgid "Seam Corner Preference"
msgstr "Präferenz Nahtkante"
msgctxt "user_defined_print_order_enabled label"
msgid "Set Print Sequence Manually"
msgstr "Druckreihenfolge manuell einstellen"
msgctxt "draft_shield_height_limitation description"
msgid "Set the height of the draft shield. Choose to print the draft shield at the full height of the model or at a limited height."
msgstr "Hier wird die Höhe des Windschutzes eingestellt. Stellen Sie ein, ob der Windschutz für die gesamte Höhe des Modells oder für eine begrenzte Höhe gedruckt wird."
@ -3348,10 +3542,6 @@ msgctxt "support_interface_priority label"
msgid "Support Interface Priority"
msgstr "Schnittstellenpriorität der Stützstruktur"
msgctxt "support_interface_skip_height label"
msgid "Support Interface Resolution"
msgstr "Auflösung Stützstrukturschnittstelle"
msgctxt "speed_support_interface label"
msgid "Support Interface Speed"
msgstr "Stützstruktur-Schnittstellengeschwindigkeit"
@ -3704,6 +3894,10 @@ msgctxt "magic_fuzzy_skin_point_dist description"
msgid "The average distance between the random points introduced on each line segment. Note that the original points of the polygon are discarded, so a high smoothness results in a reduction of the resolution. This value must be higher than half the Fuzzy Skin Thickness."
msgstr "Der durchschnittliche Abstand zwischen den willkürlich auf jedes Liniensegment aufgebrachten Punkten. Beachten Sie, dass die Originalpunkte des Polygons verworfen werden, sodass eine hohe Glättung in einer Reduzierung der Auflösung resultiert. Dieser Wert muss größer sein als die Hälfte der Dicke der ungleichmäßigen Außenhaut."
msgctxt "material_brand description"
msgid "The brand of material used."
msgstr ""
msgctxt "machine_acceleration description"
msgid "The default acceleration of print head movement."
msgstr "Die voreingestellte Beschleunigung der Druckkopfbewegung."
@ -4180,6 +4374,10 @@ msgctxt "jerk_travel description"
msgid "The maximum instantaneous velocity change with which travel moves are made."
msgstr "Die maximale unmittelbare Geschwindigkeitsänderung, mit der die Fahrtbewegung ausgeführt wird."
msgctxt "prime_tower_max_bridging_distance description"
msgid "The maximum length of the branches which may be printed over the air."
msgstr ""
msgctxt "machine_max_feedrate_x description"
msgid "The maximum speed for the motor of the X-direction."
msgstr "Die Maximaldrehzahl für den Motor der X-Richtung."
@ -4292,6 +4490,18 @@ msgctxt "raft_base_wall_count description"
msgid "The number of contours to print around the linear pattern in the base layer of the raft."
msgstr "Die Anzahl der Konturlinien, die um das Linienmodell in der untersten Schicht des Rafts gedruckt werden sollen."
msgctxt "raft_interface_wall_count description"
msgid "The number of contours to print around the linear pattern in the middle layers of the raft."
msgstr ""
msgctxt "raft_surface_wall_count description"
msgid "The number of contours to print around the linear pattern in the top layers of the raft."
msgstr ""
msgctxt "raft_wall_count description"
msgid "The number of contours to print around the linear pattern of the raft."
msgstr ""
msgctxt "skin_edge_support_layers description"
msgid "The number of infill layers that supports skin edges."
msgstr "Die Anzahl der zusätzlichen Schichten, die die Außenhautkanten stützen."
@ -4680,6 +4890,10 @@ msgctxt "machine_gcode_flavor description"
msgid "The type of g-code to be generated."
msgstr "Der Typ des zu generierenden G-Codes."
msgctxt "material_type description"
msgid "The type of material used."
msgstr ""
msgctxt "coasting_volume description"
msgid "The volume otherwise oozed. This value should generally be close to the nozzle diameter cubed."
msgstr "Die Menge, die anderweitig abgesondert wird. Dieser Wert sollte im Allgemeinen in der Nähe vom Düsendurchmesser hoch drei liegen."
@ -4728,10 +4942,22 @@ msgctxt "bridge_wall_coast description"
msgid "This controls the distance the extruder should coast immediately before a bridge wall begins. Coasting before the bridge starts can reduce the pressure in the nozzle and may produce a flatter bridge."
msgstr "Damit wird der Abstand für das unmittelbare Coasting des Extruders vor Beginn einer Brückenwand gesteuert. Ein Coasting vor Brückenstart kann den Druck in der Düse reduzieren und eine flachere Brücke produzieren."
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."
msgstr ""
msgctxt "raft_interface_smoothing description"
msgid "This setting controls how much inner corners in the raft middle 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."
msgstr ""
msgctxt "raft_smoothing description"
msgid "This setting controls how much inner corners in the raft 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."
msgstr "Diese Einstellung steuert, wie stark die Innenkanten des Raft-Umrisses gerundet werden. Die Innenkanten werden zu einem Halbkreis mit einem Radius entsprechend des hier definierten Werts gerundet. Diese Einstellung entfernt außerdem Löcher im Raft-Umriss, die kleiner als ein solcher Kreis sind."
msgctxt "raft_surface_smoothing description"
msgid "This setting controls how much inner corners in the raft top 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."
msgstr ""
msgctxt "retraction_count_max description"
msgid "This setting limits the number of retractions occurring within the minimum extrusion distance window. Further retractions within this window will be ignored. This avoids retracting repeatedly on the same piece of filament, as that can flatten the filament and cause grinding issues."
msgstr "Diese Einstellung limitiert die Anzahl an Einzügen, die innerhalb des Fensters „Minimaler Extrusionsabstand“ auftritt. Weitere Einzüge innerhalb dieses Fensters werden ignoriert. Durch diese Funktion wird vermieden, dass das gleiche Stück Filament wiederholt eingezogen wird, da es in diesem Fall abgeflacht werden oder es zu Schleifen kommen kann."
@ -5092,10 +5318,6 @@ 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."
msgstr "Wände, die über diesen Winkel hinaus hängen, werden mithilfe der Einstellungen für Winkel für überhängende Wände gedruckt. Wenn der Wert 90 beträgt, werden keine Wände als überhängend behandelt. Überhänge, die von Stützstrukturen gestützt werden, werden ebenfalls nicht als Überhang behandelt."
msgctxt "support_interface_skip_height description"
msgid "When checking where there's model above and below the support, take steps of the given height. Lower values will slice slower, while higher values may cause normal support to be printed in some places where there should have been support interface."
msgstr "Bei der Überprüfung, wo sich das Modell über und unter der Stützstruktur befindet, verwenden Sie Schritte der entsprechenden Höhe. Niedrigere Werte schneiden langsamer, während höhere Werte dazu führen können, dass die normale Stützstruktur an einigen Stellen gedruckt wird, wo sie als Stützstrukturschnittstelle gedruckt werden sollte."
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."
msgstr "Wenn diese Option aktiviert ist, werden die Werkzeugpfade für Drucker mit Planern für fließende Bewegungen korrigiert. Kleine Bewegungen, die von der allgemeinen Werkzeugpfadrichtung abweichen, werden geglättet, um Fließbewegungen zu verbessern."
@ -5488,42 +5710,74 @@ msgctxt "travel description"
msgid "travel"
msgstr "Bewegungen"
msgctxt "gradual_flow_discretisation_step_size description"
msgid "Duration of each step in the gradual flow change"
msgstr "Dauer der einzelnen Schritte bei der stufenweisen Änderung des Flusses"
#~ msgctxt "brim_inside_margin description"
#~ msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes."
#~ msgstr "Ist ein Teil vollständig von einem anderen Teil eingeschlossen, wird bei diesem möglicherweise ein äußeres Brim-Element erzeugt, das die Innenseite des anderen Teils berührt. Hiermit wird der Teil des Brim-Elements entfernt, der sich innerhalb dieses Abstands zu inneren Löchern befindet."
msgctxt "gradual_flow_enabled description"
msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops."
msgstr "Aktivieren Sie stufenweise Flussänderungen. Wenn diese Option aktiviert ist, wird der Fluss stufenweise auf den Sollwert des Flusses erhöht bzw. verringert. Dies ist bei Druckern mit Bowden-Röhren sinnvoll, bei denen der Fluss nicht sofort geändert wird, sobald der Extrudermotor startet/stoppt."
#~ msgctxt "user_defined_print_order_enabled description"
#~ msgid "Allows to order the object list to set the print sequence manually. First object from the list will be printed first."
#~ msgstr "Ermöglicht das Ordnen der Objektliste, um die Druckreihenfolge manuell festzulegen. Das erste Objekt aus der Liste wird zuerst gedruckt."
msgctxt "reset_flow_duration description"
msgid "For any travel move longer than this value, the material flow is reset to the paths target flow"
msgstr "Bei jeder Fahrtbewegung, die diesen Wert überschreitet, wird der Materialfluss auf den Sollwert des Flusses für den Weg zurückgesetzt"
#~ msgctxt "brim_inside_margin label"
#~ msgid "Brim Inside Avoid Margin"
#~ msgstr "Abstand zur Vermeidung des inneren Brims"
msgctxt "gradual_flow_discretisation_step_size label"
msgid "Gradual flow discretisation step size"
msgstr "Schrittgröße der stufenweisen Fluss-Diskretisierung"
#~ msgctxt "brim_outside_only label"
#~ msgid "Brim Only on Outside"
#~ msgstr "Brim nur an Außenseite"
msgctxt "gradual_flow_enabled label"
msgid "Gradual flow enabled"
msgstr "Stufenweiser Fluss aktiviert"
#~ msgctxt "gradual_flow_discretisation_step_size description"
#~ msgid "Duration of each step in the gradual flow change"
#~ msgstr "Dauer der einzelnen Schritte bei der stufenweisen Änderung des Flusses"
msgctxt "max_flow_acceleration label"
msgid "Gradual flow max acceleration"
msgstr "Maximale Beschleunigung bei stufenweisem Fluss"
#~ msgctxt "gradual_flow_enabled description"
#~ msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops."
#~ msgstr "Aktivieren Sie stufenweise Flussänderungen. Wenn diese Option aktiviert ist, wird der Fluss stufenweise auf den Sollwert des Flusses erhöht bzw. verringert. Dies ist bei Druckern mit Bowden-Röhren sinnvoll, bei denen der Fluss nicht sofort geändert wird, sobald der Extrudermotor startet/stoppt."
msgctxt "layer_0_max_flow_acceleration label"
msgid "Initial layer max flow acceleration"
msgstr "Maximale Flussbeschleunigung bei erster Schicht"
#~ msgctxt "reset_flow_duration description"
#~ msgid "For any travel move longer than this value, the material flow is reset to the paths target flow"
#~ msgstr "Bei jeder Fahrtbewegung, die diesen Wert überschreitet, wird der Materialfluss auf den Sollwert des Flusses für den Weg zurückgesetzt"
msgctxt "max_flow_acceleration description"
msgid "Maximum acceleration for gradual flow changes"
msgstr "Maximale Beschleunigung für stufenweise Änderung des Flusses"
#~ msgctxt "gradual_flow_discretisation_step_size label"
#~ msgid "Gradual flow discretisation step size"
#~ msgstr "Schrittgröße der stufenweisen Fluss-Diskretisierung"
msgctxt "layer_0_max_flow_acceleration description"
msgid "Minimum speed for gradual flow changes for the first layer"
msgstr "Mindestgeschwindigkeit für stufenweise Änderung des Flusses in der ersten Schicht"
#~ msgctxt "gradual_flow_enabled label"
#~ msgid "Gradual flow enabled"
#~ msgstr "Stufenweiser Fluss aktiviert"
msgctxt "reset_flow_duration label"
msgid "Reset flow duration"
msgstr "Flussdauer zurücksetzen"
#~ msgctxt "max_flow_acceleration label"
#~ msgid "Gradual flow max acceleration"
#~ msgstr "Maximale Beschleunigung bei stufenweisem Fluss"
#~ msgctxt "layer_0_max_flow_acceleration label"
#~ msgid "Initial layer max flow acceleration"
#~ msgstr "Maximale Flussbeschleunigung bei erster Schicht"
#~ msgctxt "layer_0_z_overlap description"
#~ msgid "Make the first and second layer of the model overlap in the Z direction to compensate for the filament lost in the airgap. All models above the first model layer will be shifted down by this amount."
#~ msgstr "Die erste und die zweite Schicht des Modells sollen sich in der Z-Richtung überlappen, um das verlorene Filament in dem Luftspalt zu kompensieren. Alle Modelle über der ersten Modellschicht verschieben sich um diesen Wert nach unten."
#~ msgctxt "max_flow_acceleration description"
#~ msgid "Maximum acceleration for gradual flow changes"
#~ msgstr "Maximale Beschleunigung für stufenweise Änderung des Flusses"
#~ msgctxt "layer_0_max_flow_acceleration description"
#~ msgid "Minimum speed for gradual flow changes for the first layer"
#~ msgstr "Mindestgeschwindigkeit für stufenweise Änderung des Flusses in der ersten Schicht"
#~ msgctxt "brim_outside_only description"
#~ msgid "Only print the brim on the outside of the model. This reduces the amount of brim you need to remove afterwards, while it doesn't reduce the bed adhesion that much."
#~ msgstr "Brim nur an der Außenseite des Modells drucken. Damit reduziert sich die Anzahl der Brims, die Sie später entfernen müssen, während die Druckbetthaftung nicht signifikant eingeschränkt wird."
#~ msgctxt "reset_flow_duration label"
#~ msgid "Reset flow duration"
#~ msgstr "Flussdauer zurücksetzen"
#~ msgctxt "support_interface_skip_height label"
#~ msgid "Support Interface Resolution"
#~ msgstr "Auflösung Stützstrukturschnittstelle"
#~ msgctxt "support_interface_skip_height description"
#~ msgid "When checking where there's model above and below the support, take steps of the given height. Lower values will slice slower, while higher values may cause normal support to be printed in some places where there should have been support interface."
#~ msgstr "Bei der Überprüfung, wo sich das Modell über und unter der Stützstruktur befindet, verwenden Sie Schritte der entsprechenden Höhe. Niedrigere Werte schneiden langsamer, während höhere Werte dazu führen können, dass die normale Stützstruktur an einigen Stellen gedruckt wird, wo sie als Stützstrukturschnittstelle gedruckt werden sollte."

View file

@ -0,0 +1,54 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Uranium json setting files\n"
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
"POT-Creation-Date: 2024-03-11 11:28+0000\n"
"PO-Revision-Date: 2024-03-11 11:28+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: en\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
msgctxt "gradual_flow_discretisation_step_size description"
msgid "Duration of each step in the gradual flow change"
msgstr ""
msgctxt "gradual_flow_enabled description"
msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops."
msgstr ""
msgctxt "reset_flow_duration description"
msgid "For any travel move longer than this value, the material flow is reset to the paths target flow"
msgstr ""
msgctxt "gradual_flow_discretisation_step_size label"
msgid "Gradual flow discretisation step size"
msgstr ""
msgctxt "gradual_flow_enabled label"
msgid "Gradual flow enabled"
msgstr ""
msgctxt "max_flow_acceleration label"
msgid "Gradual flow max acceleration"
msgstr ""
msgctxt "layer_0_max_flow_acceleration label"
msgid "Initial layer max flow acceleration"
msgstr ""
msgctxt "max_flow_acceleration description"
msgid "Maximum acceleration for gradual flow changes"
msgstr ""
msgctxt "layer_0_max_flow_acceleration description"
msgid "Minimum speed for gradual flow changes for the first layer"
msgstr ""
msgctxt "reset_flow_duration label"
msgid "Reset flow duration"
msgstr ""

View file

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-31 19:13+0100\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"
@ -117,6 +117,10 @@ msgctxt "@title:menu menubar:file"
msgid "&Save Project..."
msgstr "&Guardar proyecto..."
msgctxt "@title:menu menubar:file Don't translate 'Universal Cura Project'"
msgid "&Save Universal Cura Project..."
msgstr ""
msgctxt "@title:menu menubar:toplevel"
msgid "&Settings"
msgstr "A&justes"
@ -261,6 +265,10 @@ msgid_plural "A cloud connection is not available for some printers"
msgstr[0] "La conexión a la nube no está disponible para una impresora"
msgstr[1] "La conexión a la nube no está disponible para algunas impresoras"
msgctxt "@text"
msgid "A highly dense and strong part but at a slower print time. Great for functional parts."
msgstr ""
msgctxt "@message"
msgid "A print is still in progress. Cura cannot start another print via USB until the previous print has completed."
msgstr "Todavía hay una impresión en curso. Cura no puede iniciar otra impresión a través de USB hasta que se haya completado la impresión anterior."
@ -495,10 +503,18 @@ msgctxt "@label"
msgid "Anonymous"
msgstr "Anónimo"
msgctxt "@option:radio"
msgid "Anonymous crash reports"
msgstr ""
msgctxt "@label Description for application component"
msgid "Application framework"
msgstr "Entorno de la aplicación"
msgctxt "@title:column"
msgid "Applies on"
msgstr ""
msgctxt "@label"
msgid "Apply Extruder offsets to GCode"
msgstr "Aplicar compensaciones del extrusor a GCode"
@ -685,6 +701,10 @@ msgctxt "@info:status"
msgid "Calculated"
msgstr "Calculado"
msgctxt "@window:text"
msgid "Camera navigation:"
msgstr ""
msgctxt "@window:text"
msgid "Camera rendering:"
msgstr "Renderizado de cámara:"
@ -1415,6 +1435,10 @@ msgctxt "@label"
msgid "Draft"
msgstr "Boceto"
msgctxt "@action:inmenu menubar:edit"
msgid "Drop All Models to buildplate"
msgstr ""
msgctxt "@action:button"
msgid "Duplicate"
msgstr "Duplicado"
@ -1541,6 +1565,10 @@ msgctxt "@action:inmenu menubar:file"
msgid "Export Selection..."
msgstr "Exportar selección..."
msgctxt "@title:window Don't translate 'Universal Cura Project'"
msgid "Export Universal Cura Project"
msgstr ""
msgctxt "@button"
msgid "Export material archive"
msgstr "Exportar archivo de material"
@ -1574,10 +1602,23 @@ msgctxt "@title:label"
msgid "Extruder End G-code"
msgstr "GCode final del extrusor"
msgctxt "@label"
msgid "Extruder End G-code duration"
msgstr ""
msgctxt "@title:label"
msgid "Extruder Start G-code"
msgstr "GCode inicial del extrusor"
msgctxt "@label"
msgid "Extruder Start G-code duration"
msgstr ""
#, python-brace-format
msgctxt "@label"
msgid "Extruder {0}"
msgstr ""
msgctxt "@info:title"
msgid "Extruder(s) Disabled"
msgstr "Extrusores deshabilitados"
@ -1644,6 +1685,11 @@ 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 ""
msgctxt "@label:category menu label"
msgid "Favorites"
msgstr "Favoritos"
@ -1785,6 +1831,9 @@ msgctxt "@option:check"
msgid "Force layer view compatibility mode (restart required)"
msgstr "Forzar modo de compatibilidad de la vista de capas (necesario reiniciar)"
msgid "FreeCAD trackpad"
msgstr ""
msgctxt "@action:inmenu menubar:view"
msgid "Front View"
msgstr "Vista frontal"
@ -1873,6 +1922,10 @@ msgctxt "@action"
msgid "Get started"
msgstr "Empezar"
msgctxt "@label"
msgid "Global"
msgstr ""
msgctxt "@title:tab"
msgid "Global Settings"
msgstr "Ajustes globales"
@ -1922,6 +1975,10 @@ msgctxt "@label"
msgid "Hide all connected printers"
msgstr "Ocultar todas las impresoras conectadas"
msgctxt "@action:button"
msgid "Hide settings"
msgstr ""
msgctxt "@action:menu"
msgid "Hide this setting"
msgstr "Ocultar este ajuste"
@ -1998,6 +2055,10 @@ msgctxt "@button"
msgid "In order to use the package you will need to restart Cura"
msgstr "Para utilizar el paquete, deberá reiniciar Cura"
msgctxt "@option:radio"
msgid "Include UltiMaker account name"
msgstr ""
msgctxt "@label"
msgid "Infill"
msgstr "Relleno"
@ -2701,6 +2762,10 @@ msgctxt "@message"
msgid "No results found with current filter"
msgstr "No se han encontrado resultados con el filtro actual"
msgctxt "@label"
msgid "No specific value has been set"
msgstr ""
msgctxt "@label"
msgid "No time estimation available"
msgstr "Ningún cálculo de tiempo disponible"
@ -2802,6 +2867,10 @@ 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}"
msgctxt "@message"
msgid "Oops! We encountered an unexpected error during your slicing process. Rest assured, we've automatically received the crash logs for analysis, if you have not disabled data sharing in your preferences. To assist us further, consider sharing your project details on our issue tracker."
msgstr ""
msgctxt "@action:button"
msgid "Open"
msgstr "Abrir"
@ -2830,10 +2899,22 @@ msgctxt "@info:title"
msgid "Open Project File"
msgstr "Abrir archivo de proyecto"
msgctxt "@title:window Don't translate 'Universal Cura Project'"
msgid "Open Universal Cura Project (UCP)"
msgstr ""
msgctxt "@title:window Don't translate 'Universal Cura Project'"
msgid "Open Universal Cura Project (UCP) file"
msgstr ""
msgctxt "@action:label"
msgid "Open With"
msgstr "Abrir con"
msgctxt "@action:button"
msgid "Open as UCP"
msgstr ""
msgctxt "@action:button"
msgid "Open as project"
msgstr "Abrir como proyecto"
@ -3050,6 +3131,10 @@ msgctxt "@description"
msgid "Please sign in to get verified plugins and materials for UltiMaker Cura Enterprise"
msgstr "Inicie sesión para obtener complementos y materiales verificados para UltiMaker Cura Enterprise"
msgctxt "@info:tooltip"
msgid "Please sign in to your UltiMaker account to allow sending non-anonymous data."
msgstr ""
msgctxt "@action:button"
msgid "Please sync the material profiles with your printers before starting to print."
msgstr "Sincronice los perfiles de material con sus impresoras antes de comenzar a imprimir."
@ -3146,6 +3231,14 @@ msgctxt "@action:button"
msgid "Print"
msgstr "Imprimir"
msgctxt "@action:inmenu menubar:edit"
msgid "Print After"
msgstr "Imprimir después"
msgctxt "@action:inmenu menubar:edit"
msgid "Print Before"
msgstr "Imprimir antes"
msgctxt "@label"
msgid "Print Selected Model With:"
msgid_plural "Print Selected Models With:"
@ -3452,8 +3545,8 @@ msgid "Provides support for reading model files."
msgstr "Proporciona asistencia para leer archivos 3D."
msgctxt "description"
msgid "Provides support for writing 3MF files."
msgstr "Proporciona asistencia para escribir archivos 3MF."
msgid "Provides support for writing 3MF and UCP files."
msgstr ""
msgctxt "description"
msgid "Provides support for writing MakerBot Format Packages."
@ -3697,8 +3790,12 @@ msgid "Save Cura project"
msgstr "Guardar el proyecto de Cura"
msgctxt "@option"
msgid "Save Cura project and print file"
msgstr "Guardar el proyecto de Cura e imprimir archivo"
msgid "Save Cura project and .makerbot print file"
msgstr ""
msgctxt "@option"
msgid "Save Cura project and .ufp print file"
msgstr ""
msgctxt "@title:window"
msgid "Save Custom Profile"
@ -3724,6 +3821,10 @@ msgctxt "@button"
msgid "Save new profile"
msgstr "Guardar nuevo perfil"
msgctxt "@action:button"
msgid "Save project"
msgstr ""
msgctxt "@text"
msgid "Save the .umm file on a USB stick."
msgstr "Guarde el archivo .umm en una memoria USB."
@ -3827,6 +3928,18 @@ msgctxt "@action:button"
msgid "Send crash report to UltiMaker"
msgstr "Enviar informe de errores a UltiMaker"
msgctxt "@info:tooltip"
msgid "Send crash reports with your registered UltiMaker account name and the project name to UltiMaker Sentry. No actual model data is being send."
msgstr ""
msgctxt "@info:tooltip"
msgid "Send crash reports without any personally identifiable information or models data to UltiMaker."
msgstr ""
msgctxt "@option:check"
msgid "Send engine crash reports"
msgstr ""
msgctxt "@action:button"
msgid "Send report"
msgstr "Enviar informe"
@ -3879,6 +3992,10 @@ msgctxt "@title:tab"
msgid "Settings"
msgstr "Ajustes"
msgctxt "@action:label"
msgid "Settings Loaded from UCP file"
msgstr ""
msgctxt "@info:message Followed by a list of settings."
msgid "Settings have been changed to match the current availability of extruders:"
msgstr "La configuración se ha cambiado para que coincida con los extrusores disponibles en este momento:"
@ -3947,6 +4064,10 @@ msgctxt "@info:tooltip"
msgid "Should opening files from the desktop or external applications open in the same instance of Cura?"
msgstr "¿Debería abrir los archivos del escritorio o las aplicaciones externas en la misma instancia de Cura?"
msgctxt "@info:tooltip"
msgid "Should slicing crashes be automatically reported to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored, unless you give explicit permission."
msgstr ""
msgctxt "@info:tooltip"
msgid "Should the build plate be cleared before loading a new model in the single instance of Cura?"
msgstr "¿Se debe limpiar la placa de impresión antes de cargar un nuevo modelo en una única instancia de Cura?"
@ -4003,6 +4124,10 @@ msgctxt "@action:button"
msgid "Show detailed crash report"
msgstr "Mostrar informe de errores detallado"
msgctxt "@action:button"
msgid "Show settings"
msgstr ""
msgctxt "@option:check"
msgid "Show summary dialog when saving project"
msgstr "Mostrar un cuadro de diálogo de resumen al guardar el proyecto"
@ -4079,10 +4204,6 @@ msgctxt "@message:title"
msgid "Slicing failed"
msgstr "Error en el corte"
msgctxt "@message"
msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker."
msgstr "Se ha producido un error inesperado al realizar el corte o slicing. Le rogamos que informe sobre este error en nuestro rastreador de problemas."
msgctxt "@label:PrintjobStatus"
msgid "Slicing..."
msgstr "Segmentando..."
@ -4091,6 +4212,10 @@ msgctxt "@action:label"
msgid "Smoothing"
msgstr "Suavizado"
msgctxt "@label"
msgid "Solid"
msgstr ""
msgctxt "name"
msgid "Solid View"
msgstr "Vista de sólidos"
@ -4216,10 +4341,26 @@ msgctxt "@info:status"
msgid "Successfully imported profile {0}."
msgstr "Perfil {0} importado correctamente."
msgctxt "@action:label"
msgid "Suggested Material settings"
msgstr ""
msgctxt "@action:label"
msgid "Suggested Profile settings"
msgstr ""
msgctxt "@action:title"
msgid "Summary - Cura Project"
msgstr "Resumen: proyecto de Cura"
msgctxt "@action:title Don't translate 'Universal Cura Project'"
msgid "Summary - Open Universal Cura Project (UCP)"
msgstr ""
msgctxt "@action:title Don't translate 'Universal Cura Project'"
msgid "Summary - Universal Cura Project"
msgstr ""
msgctxt "@label"
msgid "Support"
msgstr "Soporte"
@ -4599,6 +4740,10 @@ msgctxt "@label"
msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile."
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 project or Cura Universal Project or import the models from it?"
msgstr ""
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?"
msgstr "Este es un archivo de proyecto Cura. ¿Le gustaría abrirlo como un proyecto o importar sus modelos?"
@ -4688,6 +4833,14 @@ msgctxt "@label"
msgid "This setting is resolved from conflicting extruder-specific values:"
msgstr "Este valor se resuelve a partir de valores en conflicto específicos del extrusor:"
msgctxt "@tooltip Don't translate 'Universal Cura Project'"
msgid "This setting may not perform well while exporting to Universal Cura Project, Users are asked to add it at their own risk."
msgstr ""
msgctxt "@tooltip Don't translate 'Universal Cura Project'"
msgid "This setting may not perform well while exporting to Universal Cura Project. Users are asked to add it at their own risk."
msgstr ""
msgctxt "@info:warning"
msgid "This version is not intended for production use. If you encounter any issues, please report them on our GitHub page, mentioning the full version {self.getVersion()}"
msgstr "Esta versión no está destinada al uso en producción. Si tiene algún problema, notifíquelo en nuestra página de GitHub, mencionando la versión completa {self.getVersion()}"
@ -4919,6 +5072,11 @@ 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 ""
msgctxt "@label:status"
msgid "Unavailable"
msgstr "No disponible"
@ -4939,6 +5097,14 @@ msgctxt "@title:column Unit of measurement"
msgid "Unit"
msgstr "Unidad"
msgctxt "@item:inlistbox"
msgid "Universal Cura Project"
msgstr ""
msgctxt "@action:description Don't translate 'Universal Cura Project'"
msgid "Universal Cura Project files can be printed on different 3D printers while retaining positional data and selected settings. When exported, all models present on the build plate will be included along with their current position, orientation, and scale. You can also select which per-extruder or per-model settings should be included to ensure proper printing."
msgstr ""
msgctxt "@label Description for development tool"
msgid "Universal build system configuration"
msgstr "Configuración del sistema de construcción universal"
@ -5128,6 +5294,10 @@ msgctxt "description"
msgid "Upgrades configurations from Cura 5.4 to Cura 5.5."
msgstr "Actualiza las configuraciones de Cura 5.4 a Cura 5.5."
msgctxt "description"
msgid "Upgrades configurations from Cura 5.6 to Cura 5.7."
msgstr ""
msgctxt "@action:button"
msgid "Upload custom Firmware"
msgstr "Cargar firmware personalizado"
@ -5160,6 +5330,10 @@ msgctxt "@label Description for application dependency"
msgid "Utility library, including Voronoi generation"
msgstr "Biblioteca de utilidades, incluida la generación de Voronoi"
msgctxt "@title:column"
msgid "Value"
msgstr ""
msgctxt "name"
msgid "Version Upgrade 2.1 to 2.2"
msgstr "Actualización de la versión 2.1 a la 2.2"
@ -5264,6 +5438,10 @@ msgctxt "name"
msgid "Version Upgrade 5.4 to 5.5"
msgstr "Actualización de versión 5.4 a 5.5"
msgctxt "name"
msgid "Version Upgrade 5.6 to 5.7"
msgstr ""
msgctxt "@button"
msgid "View printers in Digital Factory"
msgstr "Ver impresoras en Digital Factory"
@ -5341,6 +5519,10 @@ msgctxt "@label"
msgid "What printer would you like to setup?"
msgstr "¿Qué impresora le gustaría configurar?"
msgctxt "@info:tooltip"
msgid "What type of camera navigation should be used?"
msgstr ""
msgctxt "@info:tooltip"
msgid "What type of camera rendering should be used?"
msgstr "¿Qué tipo de renderizado de cámara debería usarse?"
@ -5555,6 +5737,10 @@ msgctxt "@label"
msgid "mm"
msgstr "mm"
msgctxt "@label"
msgid "s"
msgstr ""
msgctxt "@info:status"
msgid "today"
msgstr "hoy"
@ -5582,3 +5768,15 @@ msgstr "Error al descargar los complementos {}"
#~ msgid "Provides support for exporting Cura profiles."
#~ msgstr "Ofrece asistencia para exportar perfiles de Cura."
#~ msgctxt "description"
#~ msgid "Provides support for writing 3MF files."
#~ msgstr "Proporciona asistencia para escribir archivos 3MF."
#~ msgctxt "@option"
#~ msgid "Save Cura project and print file"
#~ msgstr "Guardar el proyecto de Cura e imprimir archivo"
#~ msgctxt "@message"
#~ msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker."
#~ msgstr "Se ha producido un error inesperado al realizar el corte o slicing. Le rogamos que informe sobre este error en nuestro rastreador de problemas."

View file

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
"POT-Creation-Date: 2023-06-08 16:32+0000\n"
"POT-Creation-Date: 2024-03-11 11:28+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"
@ -40,6 +40,10 @@ msgctxt "machine_extruder_end_code label"
msgid "Extruder End G-Code"
msgstr "GCode final del extrusor"
msgctxt "machine_extruder_end_code_duration label"
msgid "Extruder End G-Code Duration"
msgstr ""
msgctxt "machine_extruder_end_pos_abs label"
msgid "Extruder End Position Absolute"
msgstr "Posición final absoluta del extrusor"
@ -72,6 +76,10 @@ msgctxt "machine_extruder_start_code label"
msgid "Extruder Start G-Code"
msgstr "GCode inicial del extrusor"
msgctxt "machine_extruder_start_code_duration label"
msgid "Extruder Start G-Code Duration"
msgstr ""
msgctxt "machine_extruder_start_pos_abs label"
msgid "Extruder Start Position Absolute"
msgstr "Posición de inicio absoluta del extrusor"
@ -156,6 +164,14 @@ msgctxt "machine_extruder_cooling_fan_number description"
msgid "The number of the print cooling fan associated with this extruder. Only change this from the default value of 0 when you have a different print cooling fan for each extruder."
msgstr "Número del ventilador de refrigeración de impresión asociado al extrusor. Modifique el valor predeterminado 0 solo cuando disponga de un ventilador de refrigeración de impresión diferente para cada extrusor."
msgctxt "machine_extruder_end_code_duration description"
msgid "The time it takes to execute the end g-code, when switching away from this extruder."
msgstr ""
msgctxt "machine_extruder_start_code_duration description"
msgid "The time it'll take to execute the start g-code, when switching to this extruder."
msgstr ""
msgctxt "machine_extruder_end_pos_x description"
msgid "The x-coordinate of the ending position when turning the extruder off."
msgstr "Coordenada X de la posición de fin cuando se apaga el extrusor."

View file

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
"POT-Creation-Date: 2023-11-24 12:51+0000\n"
"POT-Creation-Date: 2024-03-12 15:10+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"
@ -12,6 +12,14 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
msgctxt "prime_tower_mode description"
msgid "<html>How to generate the prime tower:<ul><li><b>Normal:</b> create a bucket in which secondary materials are primed</li><li><b>Interleaved:</b> create a prime tower as sparse as possible. This will save time and filament, but is only possible if the used materials adhere to each other</li></ul></html>"
msgstr ""
msgctxt "brim_inside_margin description"
msgid "A brim around a model may touch an other model where you don't want it. This removes all brim within this distance from brimless models."
msgstr ""
msgctxt "ironing_inset description"
msgid "A distance to keep from the edges of the model. Ironing all the way to the edge of the mesh may result in a jagged edge on your print."
msgstr "Distancia que debe guardarse desde el borde del modelo. Si se alisa hasta el borde de la malla, puede quedar un borde irregular."
@ -56,10 +64,6 @@ msgctxt "machine_disallowed_areas description"
msgid "A list of polygons with areas the print head is not allowed to enter."
msgstr "Lista de polígonos con áreas que el cabezal de impresión no tiene permitido introducir."
msgctxt "brim_inside_margin description"
msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes."
msgstr "Una pieza completamente encerrada dentro de otra puede generar un borde exterior que toque el interior de la pieza exterior. Esto elimina cualquier borde dentro de esta distancia de los orificios internos."
msgctxt "support_tree_branch_reach_limit description"
msgid "A recomendation to how far branches can move from the points they support. Branches can violate this value to reach their destination (buildplate or a flat part of the model). Lowering this value will make the support more sturdy, but increase the amount of branches (and because of that material usage/print time) "
msgstr "Una recomendación de la distancia a la que pueden situarse las ramas de los puntos que sostienen. Las ramas pueden infringir este valor para llegar a su destino (placa de impresión o una pieza plana del modelo). Reducir este valor hará que el soporte sea más resistente, pero aumentará la cantidad de ramas (y, con ello, el uso de material y el tiempo de impresión)"
@ -152,6 +156,10 @@ msgctxt "resolution description"
msgid "All settings that influence the resolution of the print. These settings have a large impact on the quality (and print time)"
msgstr "Todos los ajustes que influyen en la resolución de la impresión. Estos ajustes tienen una gran repercusión en la calidad (y en el tiempo de impresión)."
msgctxt "user_defined_print_order_enabled description"
msgid "Allows you to order the object list to manually set the print sequence. First object from the list will be printed first."
msgstr ""
msgctxt "alternate_extra_perimeter label"
msgid "Alternate Extra Wall"
msgstr "Alternar pared adicional"
@ -400,21 +408,21 @@ msgctxt "adhesion_type option brim"
msgid "Brim"
msgstr "Borde"
msgctxt "brim_inside_margin label"
msgid "Brim Avoid Margin"
msgstr ""
msgctxt "brim_gap label"
msgid "Brim Distance"
msgstr "Distancia del borde"
msgctxt "brim_inside_margin label"
msgid "Brim Inside Avoid Margin"
msgstr "Margen de distancia del borde interior"
msgctxt "brim_line_count label"
msgid "Brim Line Count"
msgstr "Recuento de líneas de borde"
msgctxt "brim_outside_only label"
msgid "Brim Only on Outside"
msgstr "Borde solo en el exterior"
msgctxt "brim_location label"
msgid "Brim Location"
msgstr ""
msgctxt "brim_replaces_support label"
msgid "Brim Replaces Support"
@ -456,6 +464,14 @@ msgctxt "build_volume_temperature label"
msgid "Build Volume Temperature"
msgstr "Temperatura de volumen de impresión"
msgctxt "bv_temp_anomaly_limit label"
msgid "Build Volume temperature Limit"
msgstr ""
msgctxt "bv_temp_warn_limit label"
msgid "Build Volume temperature Warning"
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."
msgstr "Al habilitar esta configuración, tu torre de cebado tendrá un borde, incluso si el modelo no lo tiene. Si quieres una base más robusta para una torre alta, puedes aumentar la altura de la base."
@ -868,6 +884,10 @@ msgctxt "cool_fan_enabled label"
msgid "Enable Print Cooling"
msgstr "Activar refrigeración de impresión"
msgctxt "ppr_enable label"
msgid "Enable Print Process Reporting"
msgstr ""
msgctxt "retraction_enable label"
msgid "Enable Retraction"
msgstr "Habilitar la retracción"
@ -900,6 +920,10 @@ msgctxt "ooze_shield_enabled description"
msgid "Enable exterior ooze shield. This will create a shell around the model which is likely to wipe a second nozzle if it's at the same height as the first nozzle."
msgstr "Activar la placa de rezumado exterior. Esto crea un perímetro alrededor del modelo que suele limpiar una segunda tobera si se encuentra a la misma altura que la primera."
msgctxt "ppr_enable description"
msgid "Enable print process reporting for setting threshold values for possible fault detection."
msgstr ""
msgctxt "small_skin_on_surface description"
msgid "Enable small (up to 'Small Top/Bottom Width') regions on the topmost skinned layer (exposed to air) to be filled with walls instead of the default pattern."
msgstr "Permite que las zonas pequeñas (hasta \"Ancho superior/inferior pequeño\") de la capa más superficial (expuestas al aire) se rellenen con paredes en lugar de con el patrón predeterminado."
@ -932,6 +956,10 @@ msgctxt "brim_replaces_support description"
msgid "Enforce brim to be printed around the model even if that space would otherwise be occupied by support. This replaces some regions of the first layer of support by brim regions."
msgstr "Aplica la impresión de un borde alrededor del modelo, aunque en esa posición debiera estar el soporte. Sustituye algunas áreas de la primera capa de soporte por áreas de borde."
msgctxt "brim_location option everywhere"
msgid "Everywhere"
msgstr ""
msgctxt "support_type option everywhere"
msgid "Everywhere"
msgstr "En todos sitios"
@ -1036,6 +1064,10 @@ msgctxt "speed_equalize_flow_width_factor label"
msgid "Flow Equalization Ratio"
msgstr "Proporción de ecualización de flujo"
msgctxt "flow_anomaly_limit label"
msgid "Flow Limit"
msgstr ""
msgctxt "flow_rate_extrusion_offset_factor label"
msgid "Flow Rate Compensation Factor"
msgstr "Factor de compensación del caudal"
@ -1048,6 +1080,10 @@ msgctxt "material_flow_temp_graph label"
msgid "Flow Temperature Graph"
msgstr "Gráfico de flujo y temperatura"
msgctxt "flow_warn_limit label"
msgid "Flow Warning"
msgstr ""
msgctxt "material_flow_layer_0 description"
msgid "Flow compensation for the first layer: the amount of material extruded on the initial layer is multiplied by this value."
msgstr "Compensación de flujo de la primera capa: la cantidad de material extruido de la capa inicial se multiplica por este valor."
@ -1440,10 +1476,22 @@ msgctxt "wall_transition_filter_distance description"
msgid "If it would be transitioning back and forth between different numbers of walls in quick succession, don't transition at all. Remove transitions if they are closer together than this distance."
msgstr "Si planea pasar de un lado a otro entre diferentes números de pared en rápida sucesión, no realice ninguna transición. Elimine las transiciones si están más cerca que esta distancia."
msgctxt "raft_base_margin description"
msgid "If the raft base is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print."
msgstr ""
msgctxt "raft_margin description"
msgid "If the raft is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print."
msgstr "Si la balsa está habilitada, esta es el área adicional de la balsa alrededor del modelo que también tiene una balsa. El aumento de este margen creará una balsa más resistente mientras que usará más material y dejará menos área para la impresión."
msgctxt "raft_interface_margin description"
msgid "If the raft middle is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print."
msgstr ""
msgctxt "raft_surface_margin description"
msgid "If the raft top is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print."
msgstr ""
msgctxt "meshfix_union_all description"
msgid "Ignore the internal geometry arising from overlapping volumes within a mesh and print the volumes as one. This may cause unintended internal cavities to disappear."
msgstr "Ignora la geometría interna que surge de los volúmenes de superposición dentro de una malla e imprime los volúmenes como si fuera uno. Esto puede hacer que desaparezcan cavidades internas que no se hayan previsto."
@ -1672,6 +1720,10 @@ msgctxt "wall_0_inset description"
msgid "Inset applied to the path of the outer wall. If the outer wall is smaller than the nozzle, and printed after the inner walls, use this offset to get the hole in the nozzle to overlap with the inner walls instead of the outside of the model."
msgstr "Entrante aplicado a la trayectoria de la pared exterior. Si la pared exterior es más pequeña que la tobera y se imprime a continuación de las paredes interiores, utilice este valor de desplazamiento para hacer que el agujero de la tobera se superponga a las paredes interiores del modelo en lugar de a las exteriores."
msgctxt "brim_location option inside"
msgid "Inside Only"
msgstr ""
msgctxt "inset_direction option inside_out"
msgid "Inside To Outside"
msgstr "Del interior al exterior"
@ -1684,6 +1736,10 @@ msgctxt "support_interface_priority option interface_area_overwrite_support_area
msgid "Interface preferred"
msgstr "Interfaz preferida"
msgctxt "prime_tower_mode option interleaved"
msgid "Interleaved"
msgstr ""
msgctxt "interlocking_beam_layer_count label"
msgid "Interlocking Beam Layer Count"
msgstr "Recuento de capas de haz entrelazado"
@ -1824,6 +1880,30 @@ msgctxt "support_tree_limit_branch_reach description"
msgid "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)"
msgstr "Limite la distancia que debe recorrer cada rama desde el punto que soporta. Esto puede hacer que el soporte sea más resistente, pero aumentará la cantidad de ramas (y, con ello, el uso de material y el tiempo de impresión)"
msgctxt "bv_temp_warn_limit description"
msgid "Limit on Build Volume Temperature warning for detection."
msgstr ""
msgctxt "bv_temp_anomaly_limit description"
msgid "Limit on Build Volume temperature Anomaly for detection."
msgstr ""
msgctxt "print_temp_anomaly_limit description"
msgid "Limit on Print Temperature anomaly for detection."
msgstr ""
msgctxt "print_temp_warn_limit description"
msgid "Limit on Print temperature warning for detection."
msgstr ""
msgctxt "flow_anomaly_limit description"
msgid "Limit on flow anomaly for detection."
msgstr ""
msgctxt "flow_warn_limit description"
msgid "Limit on the flow warning for detection."
msgstr ""
msgctxt "cutting_mesh description"
msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder."
msgstr "Limite el volumen de esta malla a lo que está dentro de otras mallas. Puede usar esto para hacer que determinadas áreas de una malla se impriman con ajustes diferentes y con un extrusor totalmente diferente."
@ -1921,8 +2001,10 @@ msgid "Make the extruder prime position absolute rather than relative to the las
msgstr "La posición de preparación del extrusor se considera absoluta, en lugar de relativa a la última ubicación conocida del cabezal."
msgctxt "layer_0_z_overlap description"
msgid "Make the first and second layer of the model overlap in the Z direction to compensate for the filament lost in the airgap. All models above the first model layer will be shifted down by this amount."
msgstr "La superposición entre la primera y segunda capa del modelo para compensar la pérdida de material en el hueco de aire. Todas las capas por encima de la primera capa se desplazan hacia abajo por esta cantidad."
msgid ""
"Make the first and second layer of the model overlap in the Z direction to compensate for the filament lost in the airgap. All models above the first model layer will be shifted down by this amount.\n"
"It may be noted that sometimes the second layer is printed below initial layer because of this setting. This is intended behavior"
msgstr ""
msgctxt "meshfix description"
msgid "Make the meshes more suited for 3D printing."
@ -1948,10 +2030,18 @@ msgctxt "material label"
msgid "Material"
msgstr "Material"
msgctxt "material_brand label"
msgid "Material Brand"
msgstr ""
msgctxt "material_guid label"
msgid "Material GUID"
msgstr "GUID del material"
msgctxt "material_type label"
msgid "Material Type"
msgstr ""
msgctxt "max_extrusion_before_wipe label"
msgid "Material Volume Between Wipes"
msgstr "Volumen de material entre limpiezas"
@ -2228,6 +2318,10 @@ msgctxt "ironing_monotonic label"
msgid "Monotonic Ironing Order"
msgstr "Orden de planchado monotónico"
msgctxt "raft_surface_monotonic label"
msgid "Monotonic Raft Top Surface Order"
msgstr ""
msgctxt "roofing_monotonic label"
msgid "Monotonic Top Surface Order"
msgstr "Orden monotónica de la superficie superior"
@ -2268,6 +2362,10 @@ msgctxt "magic_mesh_surface_mode option normal"
msgid "Normal"
msgstr "Normal"
msgctxt "prime_tower_mode option normal"
msgid "Normal"
msgstr ""
msgctxt "support_structure option normal"
msgid "Normal"
msgstr "Normal"
@ -2400,10 +2498,6 @@ msgctxt "ironing_only_highest_layer description"
msgid "Only perform ironing on the very last layer of the mesh. This saves time if the lower layers don't need a smooth surface finish."
msgstr "Planchar únicamente la última capa de la malla. De este modo se ahorra tiempo si las capas inferiores no requieren un acabado superficial suave."
msgctxt "brim_outside_only description"
msgid "Only print the brim on the outside of the model. This reduces the amount of brim you need to remove afterwards, while it doesn't reduce the bed adhesion that much."
msgstr "Imprimir solo el borde en el exterior del modelo. Esto reduce el número de bordes que deberá retirar después sin que la adherencia a la plataforma se vea muy afectada."
msgctxt "ooze_shield_angle label"
msgid "Ooze Shield Angle"
msgstr "Ángulo de la placa de rezumado"
@ -2464,6 +2558,10 @@ msgctxt "group_outer_walls description"
msgid "Outer walls of different islands in the same layer are printed in sequence. When enabled the amount of flow changes is limited because walls are printed one type at a time, when disabled the number of travels between islands is reduced because walls in the same islands are grouped."
msgstr "Las paredes exteriores de diferentes islas en la misma capa se imprimen en secuencia. Cuando está habilitado, la cantidad de cambios de flujo se limita porque las paredes se imprimen de a una a la vez; cuando está deshabilitado, se reduce el número de desplazamientos entre islas porque las paredes en las mismas islas se agrupan."
msgctxt "brim_location option outside"
msgid "Outside Only"
msgstr ""
msgctxt "inset_direction option outside_in"
msgid "Outside To Inside"
msgstr "Del exterior al interior"
@ -2544,6 +2642,10 @@ msgctxt "prime_tower_line_width label"
msgid "Prime Tower Line Width"
msgstr "Ancho de línea de la torre auxiliar"
msgctxt "prime_tower_max_bridging_distance label"
msgid "Prime Tower Maximum Bridging Distance"
msgstr ""
msgctxt "prime_tower_min_volume label"
msgid "Prime Tower Minimum Volume"
msgstr "Volumen mínimo de la torre auxiliar"
@ -2560,6 +2662,10 @@ msgctxt "speed_prime_tower label"
msgid "Prime Tower Speed"
msgstr "Velocidad de la torre auxiliar"
msgctxt "prime_tower_mode label"
msgid "Prime Tower Type"
msgstr ""
msgctxt "prime_tower_position_x label"
msgid "Prime Tower X Position"
msgstr "Posición de la torre auxiliar sobre el eje X"
@ -2576,6 +2682,10 @@ msgctxt "jerk_print label"
msgid "Print Jerk"
msgstr "Impulso de impresión"
msgctxt "ppr label"
msgid "Print Process Reporting"
msgstr ""
msgctxt "print_sequence label"
msgid "Print Sequence"
msgstr "Secuencia de impresión"
@ -2588,6 +2698,10 @@ msgctxt "fill_outline_gaps label"
msgid "Print Thin Walls"
msgstr "Imprimir paredes finas"
msgctxt "brim_location description"
msgid "Print a brim on the outside of the model, inside, or both. Depending on the model, this helps reducing the amount of brim you need to remove afterwards, while ensuring a proper bed adhesion."
msgstr ""
msgctxt "prime_tower_enable description"
msgid "Print a tower next to the print which serves to prime the material after each nozzle switch."
msgstr "Imprimir una torre junto a la impresión que sirve para preparar el material tras cada cambio de tobera."
@ -2608,6 +2722,10 @@ msgctxt "fill_outline_gaps description"
msgid "Print pieces of the model which are horizontally thinner than the nozzle size."
msgstr "Imprime las piezas del modelo que son horizontalmente más finas que el tamaño de la tobera."
msgctxt "raft_surface_monotonic description"
msgid "Print raft top surface lines in an ordering that causes them to always overlap with adjacent lines in a single direction. This takes slightly more time to print, but makes the surface look more consistent, which is also visible on the model bottom surface."
msgstr ""
msgctxt "bridge_skin_speed_2 description"
msgid "Print speed to use when printing the second bridge skin layer."
msgstr "Velocidad de impresión que se utiliza para imprimir la segunda capa del forro del puente."
@ -2616,6 +2734,14 @@ msgctxt "bridge_skin_speed_3 description"
msgid "Print speed to use when printing the third bridge skin layer."
msgstr "Velocidad de impresión que se utiliza para imprimir la tercera capa del forro del puente."
msgctxt "print_temp_anomaly_limit label"
msgid "Print temperature Limit"
msgstr ""
msgctxt "print_temp_warn_limit label"
msgid "Print temperature Warning"
msgstr ""
msgctxt "infill_before_walls description"
msgid "Print the infill before printing the walls. Printing the walls first may lead to more accurate walls, but overhangs print worse. Printing the infill first leads to sturdier walls, but the infill pattern might sometimes show through the surface."
msgstr "Imprime el relleno antes de imprimir las paredes. Si se imprimen primero las paredes, estas serán más precisas, pero los voladizos se imprimirán peor. Si se imprime primero el relleno las paredes serán más resistentes, pero el patrón de relleno a veces se nota a través de la superficie."
@ -2660,6 +2786,10 @@ msgctxt "raft_airgap label"
msgid "Raft Air Gap"
msgstr "Cámara de aire de la balsa"
msgctxt "raft_base_margin label"
msgid "Raft Base Extra Margin"
msgstr ""
msgctxt "raft_base_extruder_nr label"
msgid "Raft Base Extruder"
msgstr "Extrusor base de la balsa"
@ -2688,6 +2818,10 @@ msgctxt "raft_base_speed label"
msgid "Raft Base Print Speed"
msgstr "Velocidad de impresión de la base de la balsa"
msgctxt "raft_base_smoothing label"
msgid "Raft Base Smoothing"
msgstr ""
msgctxt "raft_base_thickness label"
msgid "Raft Base Thickness"
msgstr "Grosor de la base de la balsa"
@ -2704,6 +2838,10 @@ msgctxt "raft_fan_speed label"
msgid "Raft Fan Speed"
msgstr "Velocidad del ventilador de la balsa"
msgctxt "raft_interface_margin label"
msgid "Raft Middle Extra Margin"
msgstr ""
msgctxt "raft_interface_extruder_nr label"
msgid "Raft Middle Extruder"
msgstr "Extrusor medio de la balsa"
@ -2732,6 +2870,10 @@ msgctxt "raft_interface_speed label"
msgid "Raft Middle Print Speed"
msgstr "Velocidad de impresión de la balsa intermedia"
msgctxt "raft_interface_smoothing label"
msgid "Raft Middle Smoothing"
msgstr ""
msgctxt "raft_interface_line_spacing label"
msgid "Raft Middle Spacing"
msgstr "Espaciado intermedio de la balsa"
@ -2740,6 +2882,10 @@ msgctxt "raft_interface_thickness label"
msgid "Raft Middle Thickness"
msgstr "Grosor intermedio de la balsa"
msgctxt "raft_interface_wall_count label"
msgid "Raft Middle Wall Count"
msgstr ""
msgctxt "raft_acceleration label"
msgid "Raft Print Acceleration"
msgstr "Aceleración de impresión de la balsa"
@ -2756,6 +2902,10 @@ msgctxt "raft_smoothing label"
msgid "Raft Smoothing"
msgstr "Suavizado de la balsa"
msgctxt "raft_surface_margin label"
msgid "Raft Top Extra Margin"
msgstr ""
msgctxt "raft_surface_extruder_nr label"
msgid "Raft Top Extruder"
msgstr "Extrusor superior de la balsa"
@ -2788,10 +2938,22 @@ msgctxt "raft_surface_speed label"
msgid "Raft Top Print Speed"
msgstr "Velocidad de impresión de la balsa superior"
msgctxt "raft_surface_smoothing label"
msgid "Raft Top Smoothing"
msgstr ""
msgctxt "raft_surface_line_spacing label"
msgid "Raft Top Spacing"
msgstr "Espaciado superior de la balsa"
msgctxt "raft_surface_wall_count label"
msgid "Raft Top Wall Count"
msgstr ""
msgctxt "raft_wall_count label"
msgid "Raft Wall Count"
msgstr ""
msgctxt "z_seam_type option random"
msgid "Random"
msgstr "Aleatoria"
@ -2844,10 +3006,22 @@ msgctxt "carve_multiple_volumes label"
msgid "Remove Mesh Intersection"
msgstr "Eliminar el cruce de mallas"
msgctxt "raft_base_remove_inside_corners label"
msgid "Remove Raft Base Inside Corners"
msgstr ""
msgctxt "raft_remove_inside_corners label"
msgid "Remove Raft Inside Corners"
msgstr "Quitar las esquinas internas de la balsa"
msgctxt "raft_interface_remove_inside_corners label"
msgid "Remove Raft Middle Inside Corners"
msgstr ""
msgctxt "raft_surface_remove_inside_corners label"
msgid "Remove Raft Top Inside Corners"
msgstr ""
msgctxt "carve_multiple_volumes description"
msgid "Remove areas where multiple meshes are overlapping with each other. This may be used if merged dual material objects overlap with each other."
msgstr "Eliminar las zonas en las que se superponen varias mallas. Puede utilizarse esta opción cuando se superponen objetos combinados de dos materiales."
@ -2856,6 +3030,18 @@ msgctxt "remove_empty_first_layers description"
msgid "Remove empty layers beneath the first printed layer if they are present. Disabling this setting can cause empty first layers if the Slicing Tolerance setting is set to Exclusive or Middle."
msgstr "Eliminar (si las hubiera) las capas vacías por debajo de la primera capa impresa. Deshabilitar este ajuste puede hacer que aparezcan primeras capas vacías si el ajuste de tolerancia de segmentación está establecido en Exclusiva o Medio."
msgctxt "raft_base_remove_inside_corners description"
msgid "Remove inside corners from the raft base, causing the raft to become convex."
msgstr ""
msgctxt "raft_interface_remove_inside_corners description"
msgid "Remove inside corners from the raft middle part, causing the raft to become convex."
msgstr ""
msgctxt "raft_surface_remove_inside_corners description"
msgid "Remove inside corners from the raft top part, causing the raft to become convex."
msgstr ""
msgctxt "raft_remove_inside_corners description"
msgid "Remove inside corners from the raft, causing the raft to become convex."
msgstr "Le permite eliminar las esquinas internas de la balsa, haciéndola convexa."
@ -2876,6 +3062,10 @@ msgctxt "skin_outline_count description"
msgid "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material."
msgstr "Reemplaza la parte más externa del patrón superior/inferior con un número de líneas concéntricas. Mediante el uso de una o dos líneas mejora los techos que comienzan en el material de relleno."
msgctxt "ppr description"
msgid "Reporting events that go out of set thresholds"
msgstr ""
msgctxt "support_tree_rest_preference label"
msgid "Rest Preference"
msgstr "Preferencia de apoyo"
@ -2948,6 +3138,10 @@ msgctxt "z_seam_corner label"
msgid "Seam Corner Preference"
msgstr "Preferencia de esquina de costura"
msgctxt "user_defined_print_order_enabled label"
msgid "Set Print Sequence Manually"
msgstr "Establecer secuencia de impresión manualmente"
msgctxt "draft_shield_height_limitation description"
msgid "Set the height of the draft shield. Choose to print the draft shield at the full height of the model or at a limited height."
msgstr "Establece la altura del parabrisas. Seleccione esta opción para imprimir el parabrisas a la altura completa del modelo o a una altura limitada."
@ -3348,10 +3542,6 @@ msgctxt "support_interface_priority label"
msgid "Support Interface Priority"
msgstr "Prioridad de la interfaz de soporte"
msgctxt "support_interface_skip_height label"
msgid "Support Interface Resolution"
msgstr "Resolución de la interfaz de soporte"
msgctxt "speed_support_interface label"
msgid "Support Interface Speed"
msgstr "Velocidad de interfaz del soporte"
@ -3704,6 +3894,10 @@ msgctxt "magic_fuzzy_skin_point_dist description"
msgid "The average distance between the random points introduced on each line segment. Note that the original points of the polygon are discarded, so a high smoothness results in a reduction of the resolution. This value must be higher than half the Fuzzy Skin Thickness."
msgstr "Distancia media entre los puntos aleatorios introducidos en cada segmento de línea. Tenga en cuenta que los puntos originales del polígono se descartan, así que un suavizado alto produce una reducción de la resolución. Este valor debe ser mayor que la mitad del grosor del forro difuso."
msgctxt "material_brand description"
msgid "The brand of material used."
msgstr ""
msgctxt "machine_acceleration description"
msgid "The default acceleration of print head movement."
msgstr "Aceleración predeterminada del movimiento del cabezal de impresión."
@ -4180,6 +4374,10 @@ msgctxt "jerk_travel description"
msgid "The maximum instantaneous velocity change with which travel moves are made."
msgstr "Cambio en la velocidad instantánea máxima a la que realizan los movimientos de desplazamiento."
msgctxt "prime_tower_max_bridging_distance description"
msgid "The maximum length of the branches which may be printed over the air."
msgstr ""
msgctxt "machine_max_feedrate_x description"
msgid "The maximum speed for the motor of the X-direction."
msgstr "Velocidad máxima del motor de la dirección X."
@ -4292,6 +4490,18 @@ msgctxt "raft_base_wall_count description"
msgid "The number of contours to print around the linear pattern in the base layer of the raft."
msgstr "El número de contornos que se imprimirán alrededor del patrón lineal en la capa base de la balsa."
msgctxt "raft_interface_wall_count description"
msgid "The number of contours to print around the linear pattern in the middle layers of the raft."
msgstr ""
msgctxt "raft_surface_wall_count description"
msgid "The number of contours to print around the linear pattern in the top layers of the raft."
msgstr ""
msgctxt "raft_wall_count description"
msgid "The number of contours to print around the linear pattern of the raft."
msgstr ""
msgctxt "skin_edge_support_layers description"
msgid "The number of infill layers that supports skin edges."
msgstr "El número de capas de relleno que soportan los bordes del forro."
@ -4680,6 +4890,10 @@ msgctxt "machine_gcode_flavor description"
msgid "The type of g-code to be generated."
msgstr "Tipo de GCode que se va a generar."
msgctxt "material_type description"
msgid "The type of material used."
msgstr ""
msgctxt "coasting_volume description"
msgid "The volume otherwise oozed. This value should generally be close to the nozzle diameter cubed."
msgstr "Volumen que de otro modo rezumaría. Este valor generalmente debería ser próximo al cubicaje del diámetro de la tobera."
@ -4728,10 +4942,22 @@ msgctxt "bridge_wall_coast description"
msgid "This controls the distance the extruder should coast immediately before a bridge wall begins. Coasting before the bridge starts can reduce the pressure in the nozzle and may produce a flatter bridge."
msgstr "Controla la distancia del depósito por inercia del extrusor justo antes de empezar un puente. Un depósito por inercia antes del inicio del puente puede reducir la presión en la tobera y dar como resultado un puente más horizontal."
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."
msgstr ""
msgctxt "raft_interface_smoothing description"
msgid "This setting controls how much inner corners in the raft middle 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."
msgstr ""
msgctxt "raft_smoothing description"
msgid "This setting controls how much inner corners in the raft 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."
msgstr "Este ajuste controla la medida en que se redondean las esquinas interiores en el contorno de la balsa. Las esquinas hacia el interior se redondean en semicírculo con un radio equivalente al valor aquí indicado. Este ajuste también elimina los orificios del contorno de la balsa que sean más pequeños que dicho círculo."
msgctxt "raft_surface_smoothing description"
msgid "This setting controls how much inner corners in the raft top 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."
msgstr ""
msgctxt "retraction_count_max description"
msgid "This setting limits the number of retractions occurring within the minimum extrusion distance window. Further retractions within this window will be ignored. This avoids retracting repeatedly on the same piece of filament, as that can flatten the filament and cause grinding issues."
msgstr "Este ajuste limita el número de retracciones que ocurren dentro de la ventana de distancia mínima de extrusión. Dentro de esta ventana se ignorarán las demás retracciones. Esto evita retraer repetidamente el mismo trozo de filamento, ya que esto podría aplanar el filamento y causar problemas de desmenuzamiento."
@ -5092,10 +5318,6 @@ 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."
msgstr "Las paredes con un ángulo de voladizo mayor que este se imprimirán con los ajustes de voladizo de pared. Cuando el valor sea 90, no se aplicará la condición de voladizo a la pared. El voladizo que se apoya en el soporte tampoco se tratará como voladizo."
msgctxt "support_interface_skip_height description"
msgid "When checking where there's model above and below the support, take steps of the given height. Lower values will slice slower, while higher values may cause normal support to be printed in some places where there should have been support interface."
msgstr "A la hora de comprobar si existe un modelo por encima y por debajo del soporte, tome las medidas de la altura determinada. Reducir los valores hará que se segmente más despacio, mientras que valores más altos pueden provocar que el soporte normal se imprima en lugares en los que debería haber una interfaz de soporte."
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."
msgstr "Cuando está activado, las trayectorias de las herramientas se corrigen para impresoras con planificadores de movimiento suave. Los pequeños movimientos que se desvían de la dirección general de la trayectoria de la herramienta se suavizan para mejorar los movimientos fluidos."
@ -5488,42 +5710,74 @@ msgctxt "travel description"
msgid "travel"
msgstr "desplazamiento"
msgctxt "gradual_flow_discretisation_step_size description"
msgid "Duration of each step in the gradual flow change"
msgstr "Duración de cada paso en el cambio de flujo gradual"
#~ msgctxt "brim_inside_margin description"
#~ msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes."
#~ msgstr "Una pieza completamente encerrada dentro de otra puede generar un borde exterior que toque el interior de la pieza exterior. Esto elimina cualquier borde dentro de esta distancia de los orificios internos."
msgctxt "gradual_flow_enabled description"
msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops."
msgstr "Activar cambios graduales de flujo. Cuando está activado, el flujo aumenta/disminuye gradualmente hasta el flujo objetivo. Esto es útil para impresoras con un tubo bowden donde el flujo no cambia inmediatamente cuando el motor del extrusor se enciende/apaga."
#~ msgctxt "user_defined_print_order_enabled description"
#~ msgid "Allows to order the object list to set the print sequence manually. First object from the list will be printed first."
#~ msgstr "Permite ordenar la lista de objetos para establecer la secuencia de impresión manualmente. El primer objeto de la lista se imprimirá primero."
msgctxt "reset_flow_duration description"
msgid "For any travel move longer than this value, the material flow is reset to the paths target flow"
msgstr "Para cualquier movimiento de desplazamiento superior a este valor, el flujo de material se restablece con el flujo objetivo de las trayectorias"
#~ msgctxt "brim_inside_margin label"
#~ msgid "Brim Inside Avoid Margin"
#~ msgstr "Margen de distancia del borde interior"
msgctxt "gradual_flow_discretisation_step_size label"
msgid "Gradual flow discretisation step size"
msgstr "Tamaño del paso de discretización del flujo gradual"
#~ msgctxt "brim_outside_only label"
#~ msgid "Brim Only on Outside"
#~ msgstr "Borde solo en el exterior"
msgctxt "gradual_flow_enabled label"
msgid "Gradual flow enabled"
msgstr "Flujo gradual activado"
#~ msgctxt "gradual_flow_discretisation_step_size description"
#~ msgid "Duration of each step in the gradual flow change"
#~ msgstr "Duración de cada paso en el cambio de flujo gradual"
msgctxt "max_flow_acceleration label"
msgid "Gradual flow max acceleration"
msgstr "Aceleración máxima del flujo gradual"
#~ msgctxt "gradual_flow_enabled description"
#~ msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops."
#~ msgstr "Activar cambios graduales de flujo. Cuando está activado, el flujo aumenta/disminuye gradualmente hasta el flujo objetivo. Esto es útil para impresoras con un tubo bowden donde el flujo no cambia inmediatamente cuando el motor del extrusor se enciende/apaga."
msgctxt "layer_0_max_flow_acceleration label"
msgid "Initial layer max flow acceleration"
msgstr "Aceleración máxima del flujo de la capa inicial"
#~ msgctxt "reset_flow_duration description"
#~ msgid "For any travel move longer than this value, the material flow is reset to the paths target flow"
#~ msgstr "Para cualquier movimiento de desplazamiento superior a este valor, el flujo de material se restablece con el flujo objetivo de las trayectorias"
msgctxt "max_flow_acceleration description"
msgid "Maximum acceleration for gradual flow changes"
msgstr "Aceleración máxima para los cambios de flujo graduales"
#~ msgctxt "gradual_flow_discretisation_step_size label"
#~ msgid "Gradual flow discretisation step size"
#~ msgstr "Tamaño del paso de discretización del flujo gradual"
msgctxt "layer_0_max_flow_acceleration description"
msgid "Minimum speed for gradual flow changes for the first layer"
msgstr "Velocidad mínima para los cambios de flujo graduales de la primera capa"
#~ msgctxt "gradual_flow_enabled label"
#~ msgid "Gradual flow enabled"
#~ msgstr "Flujo gradual activado"
msgctxt "reset_flow_duration label"
msgid "Reset flow duration"
msgstr "Restablecer duración del flujo"
#~ msgctxt "max_flow_acceleration label"
#~ msgid "Gradual flow max acceleration"
#~ msgstr "Aceleración máxima del flujo gradual"
#~ msgctxt "layer_0_max_flow_acceleration label"
#~ msgid "Initial layer max flow acceleration"
#~ msgstr "Aceleración máxima del flujo de la capa inicial"
#~ msgctxt "layer_0_z_overlap description"
#~ msgid "Make the first and second layer of the model overlap in the Z direction to compensate for the filament lost in the airgap. All models above the first model layer will be shifted down by this amount."
#~ msgstr "La superposición entre la primera y segunda capa del modelo para compensar la pérdida de material en el hueco de aire. Todas las capas por encima de la primera capa se desplazan hacia abajo por esta cantidad."
#~ msgctxt "max_flow_acceleration description"
#~ msgid "Maximum acceleration for gradual flow changes"
#~ msgstr "Aceleración máxima para los cambios de flujo graduales"
#~ msgctxt "layer_0_max_flow_acceleration description"
#~ msgid "Minimum speed for gradual flow changes for the first layer"
#~ msgstr "Velocidad mínima para los cambios de flujo graduales de la primera capa"
#~ msgctxt "brim_outside_only description"
#~ msgid "Only print the brim on the outside of the model. This reduces the amount of brim you need to remove afterwards, while it doesn't reduce the bed adhesion that much."
#~ msgstr "Imprimir solo el borde en el exterior del modelo. Esto reduce el número de bordes que deberá retirar después sin que la adherencia a la plataforma se vea muy afectada."
#~ msgctxt "reset_flow_duration label"
#~ msgid "Reset flow duration"
#~ msgstr "Restablecer duración del flujo"
#~ msgctxt "support_interface_skip_height label"
#~ msgid "Support Interface Resolution"
#~ msgstr "Resolución de la interfaz de soporte"
#~ msgctxt "support_interface_skip_height description"
#~ msgid "When checking where there's model above and below the support, take steps of the given height. Lower values will slice slower, while higher values may cause normal support to be printed in some places where there should have been support interface."
#~ msgstr "A la hora de comprobar si existe un modelo por encima y por debajo del soporte, tome las medidas de la altura determinada. Reducir los valores hará que se segmente más despacio, mientras que valores más altos pueden provocar que el soporte normal se imprima en lugares en los que debería haber una interfaz de soporte."

View file

@ -0,0 +1,54 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Uranium json setting files\n"
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
"POT-Creation-Date: 2024-03-11 11:28+0000\n"
"PO-Revision-Date: 2024-03-11 11:28+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: en\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
msgctxt "gradual_flow_discretisation_step_size description"
msgid "Duration of each step in the gradual flow change"
msgstr ""
msgctxt "gradual_flow_enabled description"
msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops."
msgstr ""
msgctxt "reset_flow_duration description"
msgid "For any travel move longer than this value, the material flow is reset to the paths target flow"
msgstr ""
msgctxt "gradual_flow_discretisation_step_size label"
msgid "Gradual flow discretisation step size"
msgstr ""
msgctxt "gradual_flow_enabled label"
msgid "Gradual flow enabled"
msgstr ""
msgctxt "max_flow_acceleration label"
msgid "Gradual flow max acceleration"
msgstr ""
msgctxt "layer_0_max_flow_acceleration label"
msgid "Initial layer max flow acceleration"
msgstr ""
msgctxt "max_flow_acceleration description"
msgid "Maximum acceleration for gradual flow changes"
msgstr ""
msgctxt "layer_0_max_flow_acceleration description"
msgid "Minimum speed for gradual flow changes for the first layer"
msgstr ""
msgctxt "reset_flow_duration label"
msgid "Reset flow duration"
msgstr ""

View file

@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Uranium json setting files\n"
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
"POT-Creation-Date: 2023-06-08 16:32+0000\n"
"POT-Creation-Date: 2024-03-11 11:28+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE\n"
@ -56,6 +56,14 @@ msgctxt "machine_extruder_end_code description"
msgid "End g-code to execute when switching away from this extruder."
msgstr ""
msgctxt "machine_extruder_end_code_duration label"
msgid "Extruder End G-Code Duration"
msgstr ""
msgctxt "machine_extruder_end_code_duration description"
msgid "The time it takes to execute the end g-code, when switching away from this extruder."
msgstr ""
msgctxt "machine_extruder_end_pos_abs label"
msgid "Extruder End Position Absolute"
msgstr ""
@ -88,6 +96,14 @@ msgctxt "machine_extruder_start_code description"
msgid "Start g-code to execute when switching to this extruder."
msgstr ""
msgctxt "machine_extruder_start_code_duration label"
msgid "Extruder Start G-Code Duration"
msgstr ""
msgctxt "machine_extruder_start_code_duration description"
msgid "The time it'll take to execute the start g-code, when switching to this extruder."
msgstr ""
msgctxt "machine_extruder_start_pos_abs label"
msgid "Extruder Start Position Absolute"
msgstr ""

View file

@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Uranium json setting files\n"
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
"POT-Creation-Date: 2023-11-24 12:51+0000\n"
"POT-Creation-Date: 2024-03-12 15:10+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE\n"
@ -64,6 +64,22 @@ msgctxt "material_guid description"
msgid "GUID of the material. This is set automatically."
msgstr ""
msgctxt "material_type label"
msgid "Material Type"
msgstr ""
msgctxt "material_type description"
msgid "The type of material used."
msgstr ""
msgctxt "material_brand label"
msgid "Material Brand"
msgstr ""
msgctxt "material_brand description"
msgid "The brand of material used."
msgstr ""
msgctxt "material_diameter label"
msgid "Diameter"
msgstr ""
@ -3996,20 +4012,32 @@ msgctxt "brim_replaces_support description"
msgid "Enforce brim to be printed around the model even if that space would otherwise be occupied by support. This replaces some regions of the first layer of support by brim regions."
msgstr ""
msgctxt "brim_outside_only label"
msgid "Brim Only on Outside"
msgctxt "brim_location label"
msgid "Brim Location"
msgstr ""
msgctxt "brim_outside_only description"
msgid "Only print the brim on the outside of the model. This reduces the amount of brim you need to remove afterwards, while it doesn't reduce the bed adhesion that much."
msgctxt "brim_location description"
msgid "Print a brim on the outside of the model, inside, or both. Depending on the model, this helps reducing the amount of brim you need to remove afterwards, while ensuring a proper bed adhesion."
msgstr ""
msgctxt "brim_location option outside"
msgid "Outside Only"
msgstr ""
msgctxt "brim_location option inside"
msgid "Inside Only"
msgstr ""
msgctxt "brim_location option everywhere"
msgid "Everywhere"
msgstr ""
msgctxt "brim_inside_margin label"
msgid "Brim Inside Avoid Margin"
msgid "Brim Avoid Margin"
msgstr ""
msgctxt "brim_inside_margin description"
msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes."
msgid "A brim around a model may touch an other model where you don't want it. This removes all brim within this distance from brimless models."
msgstr ""
msgctxt "brim_smart_ordering label"
@ -4028,6 +4056,62 @@ msgctxt "raft_margin description"
msgid "If the raft is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print."
msgstr ""
msgctxt "raft_base_margin label"
msgid "Raft Base Extra Margin"
msgstr ""
msgctxt "raft_base_margin description"
msgid "If the raft base is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print."
msgstr ""
msgctxt "raft_interface_margin label"
msgid "Raft Middle Extra Margin"
msgstr ""
msgctxt "raft_interface_margin description"
msgid "If the raft middle is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print."
msgstr ""
msgctxt "raft_surface_margin label"
msgid "Raft Top Extra Margin"
msgstr ""
msgctxt "raft_surface_margin description"
msgid "If the raft top is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print."
msgstr ""
msgctxt "raft_remove_inside_corners label"
msgid "Remove Raft Inside Corners"
msgstr ""
msgctxt "raft_remove_inside_corners description"
msgid "Remove inside corners from the raft, causing the raft to become convex."
msgstr ""
msgctxt "raft_base_remove_inside_corners label"
msgid "Remove Raft Base Inside Corners"
msgstr ""
msgctxt "raft_base_remove_inside_corners description"
msgid "Remove inside corners from the raft base, causing the raft to become convex."
msgstr ""
msgctxt "raft_interface_remove_inside_corners label"
msgid "Remove Raft Middle Inside Corners"
msgstr ""
msgctxt "raft_interface_remove_inside_corners description"
msgid "Remove inside corners from the raft middle part, causing the raft to become convex."
msgstr ""
msgctxt "raft_surface_remove_inside_corners label"
msgid "Remove Raft Top Inside Corners"
msgstr ""
msgctxt "raft_surface_remove_inside_corners description"
msgid "Remove inside corners from the raft top part, causing the raft to become convex."
msgstr ""
msgctxt "raft_smoothing label"
msgid "Raft Smoothing"
msgstr ""
@ -4036,6 +4120,30 @@ msgctxt "raft_smoothing description"
msgid "This setting controls how much inner corners in the raft 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."
msgstr ""
msgctxt "raft_base_smoothing label"
msgid "Raft Base Smoothing"
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."
msgstr ""
msgctxt "raft_interface_smoothing label"
msgid "Raft Middle Smoothing"
msgstr ""
msgctxt "raft_interface_smoothing description"
msgid "This setting controls how much inner corners in the raft middle 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."
msgstr ""
msgctxt "raft_surface_smoothing label"
msgid "Raft Top Smoothing"
msgstr ""
msgctxt "raft_surface_smoothing description"
msgid "This setting controls how much inner corners in the raft top 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."
msgstr ""
msgctxt "raft_airgap label"
msgid "Raft Air Gap"
msgstr ""
@ -4049,39 +4157,31 @@ msgid "Initial Layer Z Overlap"
msgstr ""
msgctxt "layer_0_z_overlap description"
msgid "Make the first and second layer of the model overlap in the Z direction to compensate for the filament lost in the airgap. All models above the first model layer will be shifted down by this amount."
msgid "Make the first and second layer of the model overlap in the Z direction to compensate for the filament lost in the airgap. All models above the first model layer will be shifted down by this amount.\nIt may be noted that sometimes the second layer is printed below initial layer because of this setting. This is intended behavior"
msgstr ""
msgctxt "raft_surface_layers label"
msgid "Raft Top Layers"
msgctxt "raft_base_thickness label"
msgid "Raft Base Thickness"
msgstr ""
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."
msgctxt "raft_base_thickness description"
msgid "Layer thickness of the base raft layer. This should be a thick layer which sticks firmly to the printer build plate."
msgstr ""
msgctxt "raft_surface_thickness label"
msgid "Raft Top Layer Thickness"
msgctxt "raft_base_line_width label"
msgid "Raft Base Line Width"
msgstr ""
msgctxt "raft_surface_thickness description"
msgid "Layer thickness of the top raft layers."
msgctxt "raft_base_line_width description"
msgid "Width of the lines in the base raft layer. These should be thick lines to assist in build plate adhesion."
msgstr ""
msgctxt "raft_surface_line_width label"
msgid "Raft Top Line Width"
msgctxt "raft_base_line_spacing label"
msgid "Raft Base Line Spacing"
msgstr ""
msgctxt "raft_surface_line_width description"
msgid "Width of the lines in the top surface of the raft. These can be thin lines so that the top of the raft becomes smooth."
msgstr ""
msgctxt "raft_surface_line_spacing label"
msgid "Raft Top Spacing"
msgstr ""
msgctxt "raft_surface_line_spacing description"
msgid "The distance between the raft lines for the top raft layers. The spacing should be equal to the line width, so that the surface is solid."
msgctxt "raft_base_line_spacing description"
msgid "The distance between the raft lines for the base raft layer. Wide spacing makes for easy removal of the raft from the build plate."
msgstr ""
msgctxt "raft_interface_layers label"
@ -4116,28 +4216,76 @@ msgctxt "raft_interface_line_spacing description"
msgid "The distance between the raft lines for the middle raft layer. The spacing of the middle should be quite wide, while being dense enough to support the top raft layers."
msgstr ""
msgctxt "raft_base_thickness label"
msgid "Raft Base Thickness"
msgctxt "raft_surface_layers label"
msgid "Raft Top Layers"
msgstr ""
msgctxt "raft_base_thickness description"
msgid "Layer thickness of the base raft layer. This should be a thick layer which sticks firmly to the printer build plate."
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."
msgstr ""
msgctxt "raft_base_line_width label"
msgid "Raft Base Line Width"
msgctxt "raft_surface_thickness label"
msgid "Raft Top Layer Thickness"
msgstr ""
msgctxt "raft_base_line_width description"
msgid "Width of the lines in the base raft layer. These should be thick lines to assist in build plate adhesion."
msgctxt "raft_surface_thickness description"
msgid "Layer thickness of the top raft layers."
msgstr ""
msgctxt "raft_base_line_spacing label"
msgid "Raft Base Line Spacing"
msgctxt "raft_surface_line_width label"
msgid "Raft Top Line Width"
msgstr ""
msgctxt "raft_base_line_spacing description"
msgid "The distance between the raft lines for the base raft layer. Wide spacing makes for easy removal of the raft from the build plate."
msgctxt "raft_surface_line_width description"
msgid "Width of the lines in the top surface of the raft. These can be thin lines so that the top of the raft becomes smooth."
msgstr ""
msgctxt "raft_surface_line_spacing label"
msgid "Raft Top Spacing"
msgstr ""
msgctxt "raft_surface_line_spacing description"
msgid "The distance between the raft lines for the top raft layers. The spacing should be equal to the line width, so that the surface is solid."
msgstr ""
msgctxt "raft_surface_monotonic label"
msgid "Monotonic Raft Top Surface Order"
msgstr ""
msgctxt "raft_surface_monotonic description"
msgid "Print raft top surface lines in an ordering that causes them to always overlap with adjacent lines in a single direction. This takes slightly more time to print, but makes the surface look more consistent, which is also visible on the model bottom surface."
msgstr ""
msgctxt "raft_wall_count label"
msgid "Raft Wall Count"
msgstr ""
msgctxt "raft_wall_count description"
msgid "The number of contours to print around the linear pattern of the raft."
msgstr ""
msgctxt "raft_base_wall_count label"
msgid "Raft Base Wall Count"
msgstr ""
msgctxt "raft_base_wall_count description"
msgid "The number of contours to print around the linear pattern in the base layer of the raft."
msgstr ""
msgctxt "raft_interface_wall_count label"
msgid "Raft Middle Wall Count"
msgstr ""
msgctxt "raft_interface_wall_count description"
msgid "The number of contours to print around the linear pattern in the middle layers of the raft."
msgstr ""
msgctxt "raft_surface_wall_count label"
msgid "Raft Top Wall Count"
msgstr ""
msgctxt "raft_surface_wall_count description"
msgid "The number of contours to print around the linear pattern in the top layers of the raft."
msgstr ""
msgctxt "raft_speed label"
@ -4148,12 +4296,12 @@ msgctxt "raft_speed description"
msgid "The speed at which the raft is printed."
msgstr ""
msgctxt "raft_surface_speed label"
msgid "Raft Top Print Speed"
msgctxt "raft_base_speed label"
msgid "Raft Base Print Speed"
msgstr ""
msgctxt "raft_surface_speed description"
msgid "The speed at which the top raft layers are printed. These should be printed a bit slower, so that the nozzle can slowly smooth out adjacent surface lines."
msgctxt "raft_base_speed description"
msgid "The speed at which the base raft layer is printed. This should be printed quite slowly, as the volume of material coming out of the nozzle is quite high."
msgstr ""
msgctxt "raft_interface_speed label"
@ -4164,12 +4312,12 @@ msgctxt "raft_interface_speed description"
msgid "The speed at which the middle raft layer is printed. This should be printed quite slowly, as the volume of material coming out of the nozzle is quite high."
msgstr ""
msgctxt "raft_base_speed label"
msgid "Raft Base Print Speed"
msgctxt "raft_surface_speed label"
msgid "Raft Top Print Speed"
msgstr ""
msgctxt "raft_base_speed description"
msgid "The speed at which the base raft layer is printed. This should be printed quite slowly, as the volume of material coming out of the nozzle is quite high."
msgctxt "raft_surface_speed description"
msgid "The speed at which the top raft layers are printed. These should be printed a bit slower, so that the nozzle can slowly smooth out adjacent surface lines."
msgstr ""
msgctxt "raft_acceleration label"
@ -4180,12 +4328,12 @@ msgctxt "raft_acceleration description"
msgid "The acceleration with which the raft is printed."
msgstr ""
msgctxt "raft_surface_acceleration label"
msgid "Raft Top Print Acceleration"
msgctxt "raft_base_acceleration label"
msgid "Raft Base Print Acceleration"
msgstr ""
msgctxt "raft_surface_acceleration description"
msgid "The acceleration with which the top raft layers are printed."
msgctxt "raft_base_acceleration description"
msgid "The acceleration with which the base raft layer is printed."
msgstr ""
msgctxt "raft_interface_acceleration label"
@ -4196,12 +4344,12 @@ msgctxt "raft_interface_acceleration description"
msgid "The acceleration with which the middle raft layer is printed."
msgstr ""
msgctxt "raft_base_acceleration label"
msgid "Raft Base Print Acceleration"
msgctxt "raft_surface_acceleration label"
msgid "Raft Top Print Acceleration"
msgstr ""
msgctxt "raft_base_acceleration description"
msgid "The acceleration with which the base raft layer is printed."
msgctxt "raft_surface_acceleration description"
msgid "The acceleration with which the top raft layers are printed."
msgstr ""
msgctxt "raft_jerk label"
@ -4212,12 +4360,12 @@ msgctxt "raft_jerk description"
msgid "The jerk with which the raft is printed."
msgstr ""
msgctxt "raft_surface_jerk label"
msgid "Raft Top Print Jerk"
msgctxt "raft_base_jerk label"
msgid "Raft Base Print Jerk"
msgstr ""
msgctxt "raft_surface_jerk description"
msgid "The jerk with which the top raft layers are printed."
msgctxt "raft_base_jerk description"
msgid "The jerk with which the base raft layer is printed."
msgstr ""
msgctxt "raft_interface_jerk label"
@ -4228,12 +4376,12 @@ msgctxt "raft_interface_jerk description"
msgid "The jerk with which the middle raft layer is printed."
msgstr ""
msgctxt "raft_base_jerk label"
msgid "Raft Base Print Jerk"
msgctxt "raft_surface_jerk label"
msgid "Raft Top Print Jerk"
msgstr ""
msgctxt "raft_base_jerk description"
msgid "The jerk with which the base raft layer is printed."
msgctxt "raft_surface_jerk description"
msgid "The jerk with which the top raft layers are printed."
msgstr ""
msgctxt "raft_fan_speed label"
@ -4244,12 +4392,12 @@ msgctxt "raft_fan_speed description"
msgid "The fan speed for the raft."
msgstr ""
msgctxt "raft_surface_fan_speed label"
msgid "Raft Top Fan Speed"
msgctxt "raft_base_fan_speed label"
msgid "Raft Base Fan Speed"
msgstr ""
msgctxt "raft_surface_fan_speed description"
msgid "The fan speed for the top raft layers."
msgctxt "raft_base_fan_speed description"
msgid "The fan speed for the base raft layer."
msgstr ""
msgctxt "raft_interface_fan_speed label"
@ -4260,12 +4408,12 @@ msgctxt "raft_interface_fan_speed description"
msgid "The fan speed for the middle raft layer."
msgstr ""
msgctxt "raft_base_fan_speed label"
msgid "Raft Base Fan Speed"
msgctxt "raft_surface_fan_speed label"
msgid "Raft Top Fan Speed"
msgstr ""
msgctxt "raft_base_fan_speed description"
msgid "The fan speed for the base raft layer."
msgctxt "raft_surface_fan_speed description"
msgid "The fan speed for the top raft layers."
msgstr ""
msgctxt "dual label"
@ -4284,6 +4432,22 @@ msgctxt "prime_tower_enable description"
msgid "Print a tower next to the print which serves to prime the material after each nozzle switch."
msgstr ""
msgctxt "prime_tower_mode label"
msgid "Prime Tower Type"
msgstr ""
msgctxt "prime_tower_mode description"
msgid "<html>How to generate the prime tower:<ul><li><b>Normal:</b> create a bucket in which secondary materials are primed</li><li><b>Interleaved:</b> create a prime tower as sparse as possible. This will save time and filament, but is only possible if the used materials adhere to each other</li></ul></html>"
msgstr ""
msgctxt "prime_tower_mode option normal"
msgid "Normal"
msgstr ""
msgctxt "prime_tower_mode option interleaved"
msgid "Interleaved"
msgstr ""
msgctxt "prime_tower_size label"
msgid "Prime Tower Size"
msgstr ""
@ -4300,6 +4464,14 @@ msgctxt "prime_tower_min_volume description"
msgid "The minimum volume for each layer of the prime tower in order to purge enough material."
msgstr ""
msgctxt "prime_tower_max_bridging_distance label"
msgid "Prime Tower Maximum Bridging Distance"
msgstr ""
msgctxt "prime_tower_max_bridging_distance description"
msgid "The maximum length of the branches which may be printed over the air."
msgstr ""
msgctxt "prime_tower_position_x label"
msgid "Prime Tower X Position"
msgstr ""
@ -4588,6 +4760,14 @@ msgctxt "print_sequence option one_at_a_time"
msgid "One at a Time"
msgstr ""
msgctxt "user_defined_print_order_enabled label"
msgid "Set Print Sequence Manually"
msgstr ""
msgctxt "user_defined_print_order_enabled description"
msgid "Allows you to order the object list to manually set the print sequence. First object from the list will be printed first."
msgstr ""
msgctxt "infill_mesh label"
msgid "Infill Mesh"
msgstr ""
@ -5396,22 +5576,6 @@ msgctxt "material_alternate_walls description"
msgid "Alternate wall directions every other layer and inset. Useful for materials that can build up stress, like for metal printing."
msgstr ""
msgctxt "raft_remove_inside_corners label"
msgid "Remove Raft Inside Corners"
msgstr ""
msgctxt "raft_remove_inside_corners description"
msgid "Remove inside corners from the raft, causing the raft to become convex."
msgstr ""
msgctxt "raft_base_wall_count label"
msgid "Raft Base Wall Count"
msgstr ""
msgctxt "raft_base_wall_count description"
msgid "The number of contours to print around the linear pattern in the base layer of the raft."
msgstr ""
msgctxt "group_outer_walls label"
msgid "Group Outer Walls"
msgstr ""
@ -5420,6 +5584,70 @@ msgctxt "group_outer_walls description"
msgid "Outer walls of different islands in the same layer are printed in sequence. When enabled the amount of flow changes is limited because walls are printed one type at a time, when disabled the number of travels between islands is reduced because walls in the same islands are grouped."
msgstr ""
msgctxt "ppr label"
msgid "Print Process Reporting"
msgstr ""
msgctxt "ppr description"
msgid "Reporting events that go out of set thresholds"
msgstr ""
msgctxt "ppr_enable label"
msgid "Enable Print Process Reporting"
msgstr ""
msgctxt "ppr_enable description"
msgid "Enable print process reporting for setting threshold values for possible fault detection."
msgstr ""
msgctxt "flow_warn_limit label"
msgid "Flow Warning"
msgstr ""
msgctxt "flow_warn_limit description"
msgid "Limit on the flow warning for detection."
msgstr ""
msgctxt "flow_anomaly_limit label"
msgid "Flow Limit"
msgstr ""
msgctxt "flow_anomaly_limit description"
msgid "Limit on flow anomaly for detection."
msgstr ""
msgctxt "print_temp_warn_limit label"
msgid "Print temperature Warning"
msgstr ""
msgctxt "print_temp_warn_limit description"
msgid "Limit on Print temperature warning for detection."
msgstr ""
msgctxt "print_temp_anomaly_limit label"
msgid "Print temperature Limit"
msgstr ""
msgctxt "print_temp_anomaly_limit description"
msgid "Limit on Print Temperature anomaly for detection."
msgstr ""
msgctxt "bv_temp_warn_limit label"
msgid "Build Volume temperature Warning"
msgstr ""
msgctxt "bv_temp_warn_limit description"
msgid "Limit on Build Volume Temperature warning for detection."
msgstr ""
msgctxt "bv_temp_anomaly_limit label"
msgid "Build Volume temperature Limit"
msgstr ""
msgctxt "bv_temp_anomaly_limit description"
msgid "Limit on Build Volume temperature Anomaly for detection."
msgstr ""
msgctxt "command_line_settings label"
msgid "Command Line Settings"
msgstr ""
@ -5468,42 +5696,3 @@ msgctxt "mesh_rotation_matrix description"
msgid "Transformation matrix to be applied to the model when loading it from file."
msgstr ""
msgctxt "gradual_flow_enabled label"
msgid "Gradual flow enabled"
msgstr ""
msgctxt "gradual_flow_enabled description"
msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops."
msgstr ""
msgctxt "max_flow_acceleration label"
msgid "Gradual flow max acceleration"
msgstr ""
msgctxt "max_flow_acceleration description"
msgid "Maximum acceleration for gradual flow changes"
msgstr ""
msgctxt "layer_0_max_flow_acceleration label"
msgid "Initial layer max flow acceleration"
msgstr ""
msgctxt "layer_0_max_flow_acceleration description"
msgid "Minimum speed for gradual flow changes for the first layer"
msgstr ""
msgctxt "gradual_flow_discretisation_step_size label"
msgid "Gradual flow discretisation step size"
msgstr ""
msgctxt "gradual_flow_discretisation_step_size description"
msgid "Duration of each step in the gradual flow change"
msgstr ""
msgctxt "reset_flow_duration label"
msgid "Reset flow duration"
msgstr ""
msgctxt "reset_flow_duration description"
msgid "For any travel move longer than this value, the material flow is reset to the paths target flow"
msgstr ""

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Cura 5.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-31 19:13+0100\n"
"POT-Creation-Date: 2024-03-13 09:02+0100\n"
"PO-Revision-Date: 2022-07-15 10:53+0200\n"
"Last-Translator: Bothof <info@bothof.nl>\n"
"Language-Team: Finnish\n"
@ -123,6 +123,10 @@ msgctxt "@title:menu menubar:file"
msgid "&Save Project..."
msgstr ""
msgctxt "@title:menu menubar:file Don't translate 'Universal Cura Project'"
msgid "&Save Universal Cura Project..."
msgstr ""
msgctxt "@title:menu menubar:toplevel"
msgid "&Settings"
msgstr ""
@ -252,6 +256,10 @@ msgid_plural "A cloud connection is not available for some printers"
msgstr[0] ""
msgstr[1] ""
msgctxt "@text"
msgid "A highly dense and strong part but at a slower print time. Great for functional parts."
msgstr ""
msgctxt "@message"
msgid "A print is still in progress. Cura cannot start another print via USB until the previous print has completed."
msgstr ""
@ -486,10 +494,18 @@ msgctxt "@label"
msgid "Anonymous"
msgstr ""
msgctxt "@option:radio"
msgid "Anonymous crash reports"
msgstr ""
msgctxt "@label Description for application component"
msgid "Application framework"
msgstr "Sovelluskehys"
msgctxt "@title:column"
msgid "Applies on"
msgstr ""
msgctxt "@label"
msgid "Apply Extruder offsets to GCode"
msgstr ""
@ -676,6 +692,10 @@ msgctxt "@info:status"
msgid "Calculated"
msgstr "Laskettu"
msgctxt "@window:text"
msgid "Camera navigation:"
msgstr ""
msgctxt "@window:text"
msgid "Camera rendering:"
msgstr ""
@ -1400,6 +1420,10 @@ msgctxt "@label"
msgid "Draft"
msgstr ""
msgctxt "@action:inmenu menubar:edit"
msgid "Drop All Models to buildplate"
msgstr ""
msgctxt "@action:button"
msgid "Duplicate"
msgstr "Jäljennös"
@ -1526,6 +1550,10 @@ msgctxt "@action:inmenu menubar:file"
msgid "Export Selection..."
msgstr ""
msgctxt "@title:window Don't translate 'Universal Cura Project'"
msgid "Export Universal Cura Project"
msgstr ""
msgctxt "@button"
msgid "Export material archive"
msgstr ""
@ -1559,10 +1587,23 @@ msgctxt "@title:label"
msgid "Extruder End G-code"
msgstr ""
msgctxt "@label"
msgid "Extruder End G-code duration"
msgstr ""
msgctxt "@title:label"
msgid "Extruder Start G-code"
msgstr ""
msgctxt "@label"
msgid "Extruder Start G-code duration"
msgstr ""
#, python-brace-format
msgctxt "@label"
msgid "Extruder {0}"
msgstr ""
msgctxt "@info:title"
msgid "Extruder(s) Disabled"
msgstr ""
@ -1629,6 +1670,11 @@ 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 ""
msgctxt "@label:category menu label"
msgid "Favorites"
msgstr ""
@ -1770,6 +1816,9 @@ msgctxt "@option:check"
msgid "Force layer view compatibility mode (restart required)"
msgstr "Pakota kerrosnäkymän yhteensopivuustila (vaatii uudelleenkäynnistyksen)"
msgid "FreeCAD trackpad"
msgstr ""
msgctxt "@action:inmenu menubar:view"
msgid "Front View"
msgstr ""
@ -1858,6 +1907,10 @@ msgctxt "@action"
msgid "Get started"
msgstr ""
msgctxt "@label"
msgid "Global"
msgstr ""
msgctxt "@title:tab"
msgid "Global Settings"
msgstr "Yleiset asetukset"
@ -1907,6 +1960,10 @@ msgctxt "@label"
msgid "Hide all connected printers"
msgstr ""
msgctxt "@action:button"
msgid "Hide settings"
msgstr ""
msgctxt "@action:menu"
msgid "Hide this setting"
msgstr "Piilota tämä asetus"
@ -1983,6 +2040,10 @@ msgctxt "@button"
msgid "In order to use the package you will need to restart Cura"
msgstr ""
msgctxt "@option:radio"
msgid "Include UltiMaker account name"
msgstr ""
msgctxt "@label"
msgid "Infill"
msgstr "Täyttö"
@ -2686,6 +2747,10 @@ msgctxt "@message"
msgid "No results found with current filter"
msgstr ""
msgctxt "@label"
msgid "No specific value has been set"
msgstr ""
msgctxt "@label"
msgid "No time estimation available"
msgstr ""
@ -2787,6 +2852,10 @@ msgctxt "@info:status"
msgid "Only one G-code file can be loaded at a time. Skipped importing {0}"
msgstr "Vain yksi G-code-tiedosto voidaan ladata kerralla. Tiedoston {0} tuonti ohitettiin."
msgctxt "@message"
msgid "Oops! We encountered an unexpected error during your slicing process. Rest assured, we've automatically received the crash logs for analysis, if you have not disabled data sharing in your preferences. To assist us further, consider sharing your project details on our issue tracker."
msgstr ""
msgctxt "@action:button"
msgid "Open"
msgstr "Avaa"
@ -2815,10 +2884,22 @@ msgctxt "@info:title"
msgid "Open Project File"
msgstr ""
msgctxt "@title:window Don't translate 'Universal Cura Project'"
msgid "Open Universal Cura Project (UCP)"
msgstr ""
msgctxt "@title:window Don't translate 'Universal Cura Project'"
msgid "Open Universal Cura Project (UCP) file"
msgstr ""
msgctxt "@action:label"
msgid "Open With"
msgstr ""
msgctxt "@action:button"
msgid "Open as UCP"
msgstr ""
msgctxt "@action:button"
msgid "Open as project"
msgstr "Avaa projektina"
@ -3027,6 +3108,10 @@ msgctxt "@description"
msgid "Please sign in to get verified plugins and materials for UltiMaker Cura Enterprise"
msgstr ""
msgctxt "@info:tooltip"
msgid "Please sign in to your UltiMaker account to allow sending non-anonymous data."
msgstr ""
msgctxt "@action:button"
msgid "Please sync the material profiles with your printers before starting to print."
msgstr ""
@ -3123,6 +3208,14 @@ msgctxt "@action:button"
msgid "Print"
msgstr "Tulosta"
msgctxt "@action:inmenu menubar:edit"
msgid "Print After"
msgstr "Tulosta jälkeen"
msgctxt "@action:inmenu menubar:edit"
msgid "Print Before"
msgstr "Tulosta ennen"
msgctxt "@label"
msgid "Print Selected Model With:"
msgid_plural "Print Selected Models With:"
@ -3429,8 +3522,8 @@ msgid "Provides support for reading model files."
msgstr ""
msgctxt "description"
msgid "Provides support for writing 3MF files."
msgstr "Tukee 3MF-tiedostojen kirjoittamista."
msgid "Provides support for writing 3MF and UCP files."
msgstr ""
msgctxt "description"
msgid "Provides support for writing MakerBot Format Packages."
@ -3674,7 +3767,11 @@ msgid "Save Cura project"
msgstr ""
msgctxt "@option"
msgid "Save Cura project and print file"
msgid "Save Cura project and .makerbot print file"
msgstr ""
msgctxt "@option"
msgid "Save Cura project and .ufp print file"
msgstr ""
msgctxt "@title:window"
@ -3701,6 +3798,10 @@ msgctxt "@button"
msgid "Save new profile"
msgstr ""
msgctxt "@action:button"
msgid "Save project"
msgstr ""
msgctxt "@text"
msgid "Save the .umm file on a USB stick."
msgstr ""
@ -3804,6 +3905,18 @@ msgctxt "@action:button"
msgid "Send crash report to UltiMaker"
msgstr ""
msgctxt "@info:tooltip"
msgid "Send crash reports with your registered UltiMaker account name and the project name to UltiMaker Sentry. No actual model data is being send."
msgstr ""
msgctxt "@info:tooltip"
msgid "Send crash reports without any personally identifiable information or models data to UltiMaker."
msgstr ""
msgctxt "@option:check"
msgid "Send engine crash reports"
msgstr ""
msgctxt "@action:button"
msgid "Send report"
msgstr ""
@ -3856,6 +3969,10 @@ msgctxt "@title:tab"
msgid "Settings"
msgstr "Asetukset"
msgctxt "@action:label"
msgid "Settings Loaded from UCP file"
msgstr ""
msgctxt "@info:message Followed by a list of settings."
msgid "Settings have been changed to match the current availability of extruders:"
msgstr ""
@ -3924,6 +4041,10 @@ msgctxt "@info:tooltip"
msgid "Should opening files from the desktop or external applications open in the same instance of Cura?"
msgstr ""
msgctxt "@info:tooltip"
msgid "Should slicing crashes be automatically reported to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored, unless you give explicit permission."
msgstr ""
msgctxt "@info:tooltip"
msgid "Should the build plate be cleared before loading a new model in the single instance of Cura?"
msgstr ""
@ -3980,6 +4101,10 @@ msgctxt "@action:button"
msgid "Show detailed crash report"
msgstr ""
msgctxt "@action:button"
msgid "Show settings"
msgstr ""
msgctxt "@option:check"
msgid "Show summary dialog when saving project"
msgstr "Näytä yhteenvetoikkuna, kun projekti tallennetaan"
@ -4056,10 +4181,6 @@ msgctxt "@message:title"
msgid "Slicing failed"
msgstr ""
msgctxt "@message"
msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker."
msgstr ""
msgctxt "@label:PrintjobStatus"
msgid "Slicing..."
msgstr "Viipaloidaan..."
@ -4068,6 +4189,10 @@ msgctxt "@action:label"
msgid "Smoothing"
msgstr "Tasoitus"
msgctxt "@label"
msgid "Solid"
msgstr ""
msgctxt "name"
msgid "Solid View"
msgstr "Kiinteä näkymä"
@ -4193,10 +4318,26 @@ msgctxt "@info:status"
msgid "Successfully imported profile {0}."
msgstr ""
msgctxt "@action:label"
msgid "Suggested Material settings"
msgstr ""
msgctxt "@action:label"
msgid "Suggested Profile settings"
msgstr ""
msgctxt "@action:title"
msgid "Summary - Cura Project"
msgstr "Yhteenveto Cura-projekti"
msgctxt "@action:title Don't translate 'Universal Cura Project'"
msgid "Summary - Open Universal Cura Project (UCP)"
msgstr ""
msgctxt "@action:title Don't translate 'Universal Cura Project'"
msgid "Summary - Universal Cura Project"
msgstr ""
msgctxt "@label"
msgid "Support"
msgstr ""
@ -4569,6 +4710,10 @@ msgctxt "@label"
msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile."
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 ""
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?"
msgstr "Tämä on Cura-projektitiedosto. Haluatko avata sen projektina vai tuoda siinä olevat mallit?"
@ -4658,6 +4803,14 @@ msgctxt "@label"
msgid "This setting is resolved from conflicting extruder-specific values:"
msgstr ""
msgctxt "@tooltip Don't translate 'Universal Cura Project'"
msgid "This setting may not perform well while exporting to Universal Cura Project, Users are asked to add it at their own risk."
msgstr ""
msgctxt "@tooltip Don't translate 'Universal Cura Project'"
msgid "This setting may not perform well while exporting to Universal Cura Project. Users are asked to add it at their own risk."
msgstr ""
msgctxt "@info:warning"
msgid "This version is not intended for production use. If you encounter any issues, please report them on our GitHub page, mentioning the full version {self.getVersion()}"
msgstr ""
@ -4887,6 +5040,11 @@ 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 ""
msgctxt "@label:status"
msgid "Unavailable"
msgstr ""
@ -4907,6 +5065,14 @@ msgctxt "@title:column Unit of measurement"
msgid "Unit"
msgstr ""
msgctxt "@item:inlistbox"
msgid "Universal Cura Project"
msgstr ""
msgctxt "@action:description Don't translate 'Universal Cura Project'"
msgid "Universal Cura Project files can be printed on different 3D printers while retaining positional data and selected settings. When exported, all models present on the build plate will be included along with their current position, orientation, and scale. You can also select which per-extruder or per-model settings should be included to ensure proper printing."
msgstr ""
msgctxt "@label Description for development tool"
msgid "Universal build system configuration"
msgstr ""
@ -5096,6 +5262,10 @@ msgctxt "description"
msgid "Upgrades configurations from Cura 5.4 to Cura 5.5."
msgstr ""
msgctxt "description"
msgid "Upgrades configurations from Cura 5.6 to Cura 5.7."
msgstr ""
msgctxt "@action:button"
msgid "Upload custom Firmware"
msgstr "Lataa mukautettu laiteohjelmisto"
@ -5128,6 +5298,10 @@ msgctxt "@label Description for application dependency"
msgid "Utility library, including Voronoi generation"
msgstr ""
msgctxt "@title:column"
msgid "Value"
msgstr ""
msgctxt "name"
msgid "Version Upgrade 2.1 to 2.2"
msgstr "Päivitys versiosta 2.1 versioon 2.2"
@ -5232,6 +5406,10 @@ msgctxt "name"
msgid "Version Upgrade 5.4 to 5.5"
msgstr ""
msgctxt "name"
msgid "Version Upgrade 5.6 to 5.7"
msgstr ""
msgctxt "@button"
msgid "View printers in Digital Factory"
msgstr ""
@ -5309,6 +5487,10 @@ msgctxt "@label"
msgid "What printer would you like to setup?"
msgstr ""
msgctxt "@info:tooltip"
msgid "What type of camera navigation should be used?"
msgstr ""
msgctxt "@info:tooltip"
msgid "What type of camera rendering should be used?"
msgstr ""
@ -5514,6 +5696,10 @@ msgctxt "@label"
msgid "mm"
msgstr "mm"
msgctxt "@label"
msgid "s"
msgstr ""
msgctxt "@info:status"
msgid "today"
msgstr ""
@ -5538,3 +5724,7 @@ msgstr ""
#~ msgctxt "@label"
#~ msgid "Enable printing a brim or raft. This will add a flat area around or under your object which is easy to cut off afterwards."
#~ msgstr "Ota reunuksen tai pohjaristikon tulostus käyttöön. Tämä lisää kappaleen ympärille tai alle tasaisen alueen, joka on helppo leikata pois myöhemmin."
#~ msgctxt "description"
#~ msgid "Provides support for writing 3MF files."
#~ msgstr "Tukee 3MF-tiedostojen kirjoittamista."

View file

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Cura 5.1\n"
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
"POT-Creation-Date: 2023-06-08 16:32+0000\n"
"POT-Creation-Date: 2024-03-11 11:28+0000\n"
"PO-Revision-Date: 2022-07-15 11:17+0200\n"
"Last-Translator: Bothof <info@bothof.nl>\n"
"Language-Team: Finnish\n"
@ -44,6 +44,10 @@ msgctxt "machine_extruder_end_code label"
msgid "Extruder End G-Code"
msgstr "Suulakkeen lopetus-GCode"
msgctxt "machine_extruder_end_code_duration label"
msgid "Extruder End G-Code Duration"
msgstr ""
msgctxt "machine_extruder_end_pos_abs label"
msgid "Extruder End Position Absolute"
msgstr "Suulakkeen lopetussijainti absoluuttinen"
@ -76,6 +80,10 @@ msgctxt "machine_extruder_start_code label"
msgid "Extruder Start G-Code"
msgstr "Suulakkeen aloitus-GCode"
msgctxt "machine_extruder_start_code_duration label"
msgid "Extruder Start G-Code Duration"
msgstr ""
msgctxt "machine_extruder_start_pos_abs label"
msgid "Extruder Start Position Absolute"
msgstr "Suulakkeen aloitussijainti absoluuttinen"
@ -160,6 +168,14 @@ msgctxt "machine_extruder_cooling_fan_number description"
msgid "The number of the print cooling fan associated with this extruder. Only change this from the default value of 0 when you have a different print cooling fan for each extruder."
msgstr ""
msgctxt "machine_extruder_end_code_duration description"
msgid "The time it takes to execute the end g-code, when switching away from this extruder."
msgstr ""
msgctxt "machine_extruder_start_code_duration description"
msgid "The time it'll take to execute the start g-code, when switching to this extruder."
msgstr ""
msgctxt "machine_extruder_end_pos_x description"
msgid "The x-coordinate of the ending position when turning the extruder off."
msgstr "Lopetussijainnin X-koordinaatti, kun suulake poistetaan käytöstä."

View file

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Cura 5.1\n"
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
"POT-Creation-Date: 2023-11-24 12:51+0000\n"
"POT-Creation-Date: 2024-03-12 15:10+0000\n"
"PO-Revision-Date: 2022-07-15 11:17+0200\n"
"Last-Translator: Bothof <info@bothof.nl>\n"
"Language-Team: Finnish\n"
@ -16,6 +16,14 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 3.1.1\n"
msgctxt "prime_tower_mode description"
msgid "<html>How to generate the prime tower:<ul><li><b>Normal:</b> create a bucket in which secondary materials are primed</li><li><b>Interleaved:</b> create a prime tower as sparse as possible. This will save time and filament, but is only possible if the used materials adhere to each other</li></ul></html>"
msgstr ""
msgctxt "brim_inside_margin description"
msgid "A brim around a model may touch an other model where you don't want it. This removes all brim within this distance from brimless models."
msgstr ""
msgctxt "ironing_inset description"
msgid "A distance to keep from the edges of the model. Ironing all the way to the edge of the mesh may result in a jagged edge on your print."
msgstr "Etäisyys mallin reunoihin. Silitys verkon reunoihin saakka voi johtaa rosoiseen reunaan tulosteessa."
@ -60,10 +68,6 @@ msgctxt "machine_disallowed_areas description"
msgid "A list of polygons with areas the print head is not allowed to enter."
msgstr "Monikulmioluettelo, jossa on alueet, joihin tulostuspää ei saa siirtyä."
msgctxt "brim_inside_margin description"
msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes."
msgstr ""
msgctxt "support_tree_branch_reach_limit description"
msgid "A recomendation to how far branches can move from the points they support. Branches can violate this value to reach their destination (buildplate or a flat part of the model). Lowering this value will make the support more sturdy, but increase the amount of branches (and because of that material usage/print time) "
msgstr ""
@ -154,6 +158,10 @@ msgctxt "resolution description"
msgid "All settings that influence the resolution of the print. These settings have a large impact on the quality (and print time)"
msgstr "Kaikki tulostuksen resoluutioon vaikuttavat asetukset. Näillä asetuksilla on suuri vaikutus laatuun (ja tulostusaikaan)."
msgctxt "user_defined_print_order_enabled description"
msgid "Allows you to order the object list to manually set the print sequence. First object from the list will be printed first."
msgstr ""
msgctxt "alternate_extra_perimeter label"
msgid "Alternate Extra Wall"
msgstr "Vuoroittainen lisäseinämä"
@ -402,21 +410,21 @@ msgctxt "adhesion_type option brim"
msgid "Brim"
msgstr "Reunus"
msgctxt "brim_gap label"
msgid "Brim Distance"
msgctxt "brim_inside_margin label"
msgid "Brim Avoid Margin"
msgstr ""
msgctxt "brim_inside_margin label"
msgid "Brim Inside Avoid Margin"
msgctxt "brim_gap label"
msgid "Brim Distance"
msgstr ""
msgctxt "brim_line_count label"
msgid "Brim Line Count"
msgstr "Reunuksen linjaluku"
msgctxt "brim_outside_only label"
msgid "Brim Only on Outside"
msgstr "Reunus vain ulkopuolella"
msgctxt "brim_location label"
msgid "Brim Location"
msgstr ""
msgctxt "brim_replaces_support label"
msgid "Brim Replaces Support"
@ -458,6 +466,14 @@ msgctxt "build_volume_temperature label"
msgid "Build Volume Temperature"
msgstr ""
msgctxt "bv_temp_anomaly_limit label"
msgid "Build Volume temperature Limit"
msgstr ""
msgctxt "bv_temp_warn_limit label"
msgid "Build Volume temperature Warning"
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."
msgstr ""
@ -870,6 +886,10 @@ msgctxt "cool_fan_enabled label"
msgid "Enable Print Cooling"
msgstr "Ota tulostuksen jäähdytys käyttöön"
msgctxt "ppr_enable label"
msgid "Enable Print Process Reporting"
msgstr ""
msgctxt "retraction_enable label"
msgid "Enable Retraction"
msgstr "Ota takaisinveto käyttöön"
@ -902,6 +922,10 @@ msgctxt "ooze_shield_enabled description"
msgid "Enable exterior ooze shield. This will create a shell around the model which is likely to wipe a second nozzle if it's at the same height as the first nozzle."
msgstr "Ottaa ulkoisen tihkusuojuksen käyttöön. Tämä luo mallin ympärille kuoren, joka pyyhkii todennäköisesti toisen suuttimen, jos se on samalla korkeudella kuin ensimmäinen suutin."
msgctxt "ppr_enable description"
msgid "Enable print process reporting for setting threshold values for possible fault detection."
msgstr ""
msgctxt "small_skin_on_surface description"
msgid "Enable small (up to 'Small Top/Bottom Width') regions on the topmost skinned layer (exposed to air) to be filled with walls instead of the default pattern."
msgstr ""
@ -934,6 +958,10 @@ msgctxt "brim_replaces_support description"
msgid "Enforce brim to be printed around the model even if that space would otherwise be occupied by support. This replaces some regions of the first layer of support by brim regions."
msgstr ""
msgctxt "brim_location option everywhere"
msgid "Everywhere"
msgstr ""
msgctxt "support_type option everywhere"
msgid "Everywhere"
msgstr "Kaikkialla"
@ -1038,6 +1066,10 @@ msgctxt "speed_equalize_flow_width_factor label"
msgid "Flow Equalization Ratio"
msgstr ""
msgctxt "flow_anomaly_limit label"
msgid "Flow Limit"
msgstr ""
msgctxt "flow_rate_extrusion_offset_factor label"
msgid "Flow Rate Compensation Factor"
msgstr ""
@ -1050,6 +1082,10 @@ msgctxt "material_flow_temp_graph label"
msgid "Flow Temperature Graph"
msgstr "Virtauksen lämpötilakaavio"
msgctxt "flow_warn_limit label"
msgid "Flow Warning"
msgstr ""
msgctxt "material_flow_layer_0 description"
msgid "Flow compensation for the first layer: the amount of material extruded on the initial layer is multiplied by this value."
msgstr ""
@ -1438,10 +1474,22 @@ msgctxt "wall_transition_filter_distance description"
msgid "If it would be transitioning back and forth between different numbers of walls in quick succession, don't transition at all. Remove transitions if they are closer together than this distance."
msgstr ""
msgctxt "raft_base_margin description"
msgid "If the raft base is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print."
msgstr ""
msgctxt "raft_margin description"
msgid "If the raft is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print."
msgstr "Jos pohjaristikko on otettu käyttöön, tämä on ylimääräinen ristikkoalue malli ympärillä, jolle myös annetaan pohjaristikko. Tämän marginaalin kasvattaminen vahvistaa pohjaristikkoa, jolloin käytetään enemmän materiaalia ja tulosteelle jää vähemmän tilaa."
msgctxt "raft_interface_margin description"
msgid "If the raft middle is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print."
msgstr ""
msgctxt "raft_surface_margin description"
msgid "If the raft top is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print."
msgstr ""
msgctxt "meshfix_union_all description"
msgid "Ignore the internal geometry arising from overlapping volumes within a mesh and print the volumes as one. This may cause unintended internal cavities to disappear."
msgstr "Jätetään limittyvistä ainemääristä koostuva verkon sisäinen geometria huomiotta ja tulostetaan ainemäärät yhtenä. Tämä saattaa poistaa tahattomia sisäisiä onkaloita."
@ -1670,6 +1718,10 @@ msgctxt "wall_0_inset description"
msgid "Inset applied to the path of the outer wall. If the outer wall is smaller than the nozzle, and printed after the inner walls, use this offset to get the hole in the nozzle to overlap with the inner walls instead of the outside of the model."
msgstr "Ulkoseinämän reitille asetettu liitos. Jos ulkoseinämä on pienempi kuin suutin ja se tulostetaan sisäseinämien jälkeen, tällä siirtymällä saadaan suuttimen reikä limittymään sisäseinämiin mallin ulkopuolen sijaan."
msgctxt "brim_location option inside"
msgid "Inside Only"
msgstr ""
msgctxt "inset_direction option inside_out"
msgid "Inside To Outside"
msgstr ""
@ -1682,6 +1734,10 @@ msgctxt "support_interface_priority option interface_area_overwrite_support_area
msgid "Interface preferred"
msgstr ""
msgctxt "prime_tower_mode option interleaved"
msgid "Interleaved"
msgstr ""
msgctxt "interlocking_beam_layer_count label"
msgid "Interlocking Beam Layer Count"
msgstr ""
@ -1822,6 +1878,30 @@ msgctxt "support_tree_limit_branch_reach description"
msgid "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)"
msgstr ""
msgctxt "bv_temp_warn_limit description"
msgid "Limit on Build Volume Temperature warning for detection."
msgstr ""
msgctxt "bv_temp_anomaly_limit description"
msgid "Limit on Build Volume temperature Anomaly for detection."
msgstr ""
msgctxt "print_temp_anomaly_limit description"
msgid "Limit on Print Temperature anomaly for detection."
msgstr ""
msgctxt "print_temp_warn_limit description"
msgid "Limit on Print temperature warning for detection."
msgstr ""
msgctxt "flow_anomaly_limit description"
msgid "Limit on flow anomaly for detection."
msgstr ""
msgctxt "flow_warn_limit description"
msgid "Limit on the flow warning for detection."
msgstr ""
msgctxt "cutting_mesh description"
msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder."
msgstr "Rajoita tämän verkon laajuus muiden verkkojen alueelle. Tällä voit määrittää tietyt yhden verkon alueet tulostumaan eri asetuksilla ja täysin eri suulakkeella."
@ -1919,8 +1999,10 @@ msgid "Make the extruder prime position absolute rather than relative to the las
msgstr "Tekee suulakkeen esitäyttösijainnista absoluuttisen eikä suhteellisen viimeksi tunnettuun pään sijaintiin nähden."
msgctxt "layer_0_z_overlap description"
msgid "Make the first and second layer of the model overlap in the Z direction to compensate for the filament lost in the airgap. All models above the first model layer will be shifted down by this amount."
msgstr "Mallin ensimmäisen ja toisen kerroksen limitys Z-suunnassa, millä kompensoidaan ilmaraossa menetettyä tulostuslankaa. Kaikki ensimmäisen mallin kerroksen yläpuolella olevat mallit siirtyvät alas tämän määrän."
msgid ""
"Make the first and second layer of the model overlap in the Z direction to compensate for the filament lost in the airgap. All models above the first model layer will be shifted down by this amount.\n"
"It may be noted that sometimes the second layer is printed below initial layer because of this setting. This is intended behavior"
msgstr ""
msgctxt "meshfix description"
msgid "Make the meshes more suited for 3D printing."
@ -1946,10 +2028,18 @@ msgctxt "material label"
msgid "Material"
msgstr "Materiaali"
msgctxt "material_brand label"
msgid "Material Brand"
msgstr ""
msgctxt "material_guid label"
msgid "Material GUID"
msgstr "Materiaalin GUID"
msgctxt "material_type label"
msgid "Material Type"
msgstr ""
msgctxt "max_extrusion_before_wipe label"
msgid "Material Volume Between Wipes"
msgstr ""
@ -2226,6 +2316,10 @@ msgctxt "ironing_monotonic label"
msgid "Monotonic Ironing Order"
msgstr ""
msgctxt "raft_surface_monotonic label"
msgid "Monotonic Raft Top Surface Order"
msgstr ""
msgctxt "roofing_monotonic label"
msgid "Monotonic Top Surface Order"
msgstr ""
@ -2266,6 +2360,10 @@ msgctxt "magic_mesh_surface_mode option normal"
msgid "Normal"
msgstr "Normaali"
msgctxt "prime_tower_mode option normal"
msgid "Normal"
msgstr ""
msgctxt "support_structure option normal"
msgid "Normal"
msgstr ""
@ -2398,10 +2496,6 @@ msgctxt "ironing_only_highest_layer description"
msgid "Only perform ironing on the very last layer of the mesh. This saves time if the lower layers don't need a smooth surface finish."
msgstr "Suorita silitys vain verkon viimeisessä kerroksessa. Tämä säästää aikaa, jos alemmat kerrokset eivät edellytä sileää pintaviimeistelyä."
msgctxt "brim_outside_only description"
msgid "Only print the brim on the outside of the model. This reduces the amount of brim you need to remove afterwards, while it doesn't reduce the bed adhesion that much."
msgstr "Tulostaa reunuksen vain mallin ulkopuolelle. Tämä vähentää myöhemmin poistettavan reunuksen määrää, mutta se ei juurikaan vähennä pöydän tarttuvuutta."
msgctxt "ooze_shield_angle label"
msgid "Ooze Shield Angle"
msgstr "Tihkusuojuksen kulma"
@ -2462,6 +2556,10 @@ msgctxt "group_outer_walls description"
msgid "Outer walls of different islands in the same layer are printed in sequence. When enabled the amount of flow changes is limited because walls are printed one type at a time, when disabled the number of travels between islands is reduced because walls in the same islands are grouped."
msgstr "Samaan kerrokseen kuuluvat eri saarten ulkoseinät tulostetaan peräkkäin. Kun toiminto on käytössä, virtauksen muutosten määrä on rajoitettu, koska seinät tulostetaan yksi kerrallaan. Kun toiminto on pois päältä, matkojen määrä saarten välillä vähenee, koska saman saaren seinät ryhmitellään."
msgctxt "brim_location option outside"
msgid "Outside Only"
msgstr ""
msgctxt "inset_direction option outside_in"
msgid "Outside To Inside"
msgstr ""
@ -2542,6 +2640,10 @@ msgctxt "prime_tower_line_width label"
msgid "Prime Tower Line Width"
msgstr "Esitäyttötornin linjan leveys"
msgctxt "prime_tower_max_bridging_distance label"
msgid "Prime Tower Maximum Bridging Distance"
msgstr ""
msgctxt "prime_tower_min_volume label"
msgid "Prime Tower Minimum Volume"
msgstr "Esitäyttötornin minimiainemäärä"
@ -2558,6 +2660,10 @@ msgctxt "speed_prime_tower label"
msgid "Prime Tower Speed"
msgstr "Esitäyttötornin nopeus"
msgctxt "prime_tower_mode label"
msgid "Prime Tower Type"
msgstr ""
msgctxt "prime_tower_position_x label"
msgid "Prime Tower X Position"
msgstr "Esitäyttötornin X-sijainti"
@ -2574,6 +2680,10 @@ msgctxt "jerk_print label"
msgid "Print Jerk"
msgstr "Tulostuksen nykäisy"
msgctxt "ppr label"
msgid "Print Process Reporting"
msgstr ""
msgctxt "print_sequence label"
msgid "Print Sequence"
msgstr "Tulostusjärjestys"
@ -2586,6 +2696,10 @@ msgctxt "fill_outline_gaps label"
msgid "Print Thin Walls"
msgstr "Tulosta ohuet seinämät"
msgctxt "brim_location description"
msgid "Print a brim on the outside of the model, inside, or both. Depending on the model, this helps reducing the amount of brim you need to remove afterwards, while ensuring a proper bed adhesion."
msgstr ""
msgctxt "prime_tower_enable description"
msgid "Print a tower next to the print which serves to prime the material after each nozzle switch."
msgstr "Tulosta tulosteen viereen torni, jolla materiaali esitäytetään aina suuttimen vaihdon jälkeen."
@ -2606,6 +2720,10 @@ msgctxt "fill_outline_gaps description"
msgid "Print pieces of the model which are horizontally thinner than the nozzle size."
msgstr "Tulostaa mallin kohtia, jotka ovat vaakasuunnassa suuttimen kokoa ohuempia."
msgctxt "raft_surface_monotonic description"
msgid "Print raft top surface lines in an ordering that causes them to always overlap with adjacent lines in a single direction. This takes slightly more time to print, but makes the surface look more consistent, which is also visible on the model bottom surface."
msgstr ""
msgctxt "bridge_skin_speed_2 description"
msgid "Print speed to use when printing the second bridge skin layer."
msgstr ""
@ -2614,6 +2732,14 @@ msgctxt "bridge_skin_speed_3 description"
msgid "Print speed to use when printing the third bridge skin layer."
msgstr ""
msgctxt "print_temp_anomaly_limit label"
msgid "Print temperature Limit"
msgstr ""
msgctxt "print_temp_warn_limit label"
msgid "Print temperature Warning"
msgstr ""
msgctxt "infill_before_walls description"
msgid "Print the infill before printing the walls. Printing the walls first may lead to more accurate walls, but overhangs print worse. Printing the infill first leads to sturdier walls, but the infill pattern might sometimes show through the surface."
msgstr "Tulostetaan täyttö ennen seinien tulostamista. Seinien tulostaminen ensin saattaa johtaa tarkempiin seiniin, mutta ulokkeet tulostuvat huonommin. Täytön tulostaminen ensin johtaa tukevampiin seiniin, mutta täyttökuvio saattaa joskus näkyä pinnan läpi."
@ -2658,6 +2784,10 @@ msgctxt "raft_airgap label"
msgid "Raft Air Gap"
msgstr "Pohjaristikon ilmarako"
msgctxt "raft_base_margin label"
msgid "Raft Base Extra Margin"
msgstr ""
msgctxt "raft_base_extruder_nr label"
msgid "Raft Base Extruder"
msgstr ""
@ -2686,6 +2816,10 @@ msgctxt "raft_base_speed label"
msgid "Raft Base Print Speed"
msgstr "Pohjaristikon pohjan tulostusnopeus"
msgctxt "raft_base_smoothing label"
msgid "Raft Base Smoothing"
msgstr ""
msgctxt "raft_base_thickness label"
msgid "Raft Base Thickness"
msgstr "Pohjaristikon pohjan paksuus"
@ -2702,6 +2836,10 @@ msgctxt "raft_fan_speed label"
msgid "Raft Fan Speed"
msgstr "Pohjaristikon tuulettimen nopeus"
msgctxt "raft_interface_margin label"
msgid "Raft Middle Extra Margin"
msgstr ""
msgctxt "raft_interface_extruder_nr label"
msgid "Raft Middle Extruder"
msgstr ""
@ -2730,6 +2868,10 @@ msgctxt "raft_interface_speed label"
msgid "Raft Middle Print Speed"
msgstr "Pohjaristikon keskikerroksen tulostusnopeus"
msgctxt "raft_interface_smoothing label"
msgid "Raft Middle Smoothing"
msgstr ""
msgctxt "raft_interface_line_spacing label"
msgid "Raft Middle Spacing"
msgstr "Pohjaristikon keskikerroksen linjajako"
@ -2738,6 +2880,10 @@ msgctxt "raft_interface_thickness label"
msgid "Raft Middle Thickness"
msgstr "Pohjaristikon keskikerroksen paksuus"
msgctxt "raft_interface_wall_count label"
msgid "Raft Middle Wall Count"
msgstr ""
msgctxt "raft_acceleration label"
msgid "Raft Print Acceleration"
msgstr "Pohjaristikon tulostuksen kiihtyvyys"
@ -2754,6 +2900,10 @@ msgctxt "raft_smoothing label"
msgid "Raft Smoothing"
msgstr "Pohjaristikon tasoitus"
msgctxt "raft_surface_margin label"
msgid "Raft Top Extra Margin"
msgstr ""
msgctxt "raft_surface_extruder_nr label"
msgid "Raft Top Extruder"
msgstr ""
@ -2786,10 +2936,22 @@ msgctxt "raft_surface_speed label"
msgid "Raft Top Print Speed"
msgstr "Pohjaristikon pinnan tulostusnopeus"
msgctxt "raft_surface_smoothing label"
msgid "Raft Top Smoothing"
msgstr ""
msgctxt "raft_surface_line_spacing label"
msgid "Raft Top Spacing"
msgstr "Pohjaristikon pinnan linjajako"
msgctxt "raft_surface_wall_count label"
msgid "Raft Top Wall Count"
msgstr ""
msgctxt "raft_wall_count label"
msgid "Raft Wall Count"
msgstr ""
msgctxt "z_seam_type option random"
msgid "Random"
msgstr "Satunnainen"
@ -2842,10 +3004,22 @@ msgctxt "carve_multiple_volumes label"
msgid "Remove Mesh Intersection"
msgstr "Poista verkon leikkauspiste"
msgctxt "raft_base_remove_inside_corners label"
msgid "Remove Raft Base Inside Corners"
msgstr ""
msgctxt "raft_remove_inside_corners label"
msgid "Remove Raft Inside Corners"
msgstr ""
msgctxt "raft_interface_remove_inside_corners label"
msgid "Remove Raft Middle Inside Corners"
msgstr ""
msgctxt "raft_surface_remove_inside_corners label"
msgid "Remove Raft Top Inside Corners"
msgstr ""
msgctxt "carve_multiple_volumes description"
msgid "Remove areas where multiple meshes are overlapping with each other. This may be used if merged dual material objects overlap with each other."
msgstr "Poistaa alueet, joissa useat verkot ovat limittäin toistensa kanssa. Tätä voidaan käyttää, jos yhdistetyt kaksoismateriaalikappaleet ovat limittäin toistensa kanssa."
@ -2854,6 +3028,18 @@ msgctxt "remove_empty_first_layers description"
msgid "Remove empty layers beneath the first printed layer if they are present. Disabling this setting can cause empty first layers if the Slicing Tolerance setting is set to Exclusive or Middle."
msgstr ""
msgctxt "raft_base_remove_inside_corners description"
msgid "Remove inside corners from the raft base, causing the raft to become convex."
msgstr ""
msgctxt "raft_interface_remove_inside_corners description"
msgid "Remove inside corners from the raft middle part, causing the raft to become convex."
msgstr ""
msgctxt "raft_surface_remove_inside_corners description"
msgid "Remove inside corners from the raft top part, causing the raft to become convex."
msgstr ""
msgctxt "raft_remove_inside_corners description"
msgid "Remove inside corners from the raft, causing the raft to become convex."
msgstr ""
@ -2874,6 +3060,10 @@ msgctxt "skin_outline_count description"
msgid "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material."
msgstr "Korvaa ylä-/alakuvion uloimman osan samankeskisillä linjoilla. Yhden tai kahden linjan käyttäminen parantaa kattoja, jotka alkavat täyttömateriaalin keskeltä."
msgctxt "ppr description"
msgid "Reporting events that go out of set thresholds"
msgstr ""
msgctxt "support_tree_rest_preference label"
msgid "Rest Preference"
msgstr ""
@ -2946,6 +3136,10 @@ msgctxt "z_seam_corner label"
msgid "Seam Corner Preference"
msgstr "Saumakulmien asetus"
msgctxt "user_defined_print_order_enabled label"
msgid "Set Print Sequence Manually"
msgstr "Aseta tulostusjärjestys manuaalisesti"
msgctxt "draft_shield_height_limitation description"
msgid "Set the height of the draft shield. Choose to print the draft shield at the full height of the model or at a limited height."
msgstr "Aseta vetosuojuksen korkeus. Valitse, tulostetaanko vetosuojus koko mallin korkuisena vai rajoitetun korkuisena."
@ -3346,10 +3540,6 @@ msgctxt "support_interface_priority label"
msgid "Support Interface Priority"
msgstr ""
msgctxt "support_interface_skip_height label"
msgid "Support Interface Resolution"
msgstr "Tukiliittymän resoluutio"
msgctxt "speed_support_interface label"
msgid "Support Interface Speed"
msgstr "Tukiliittymän nopeus"
@ -3702,6 +3892,10 @@ msgctxt "magic_fuzzy_skin_point_dist description"
msgid "The average distance between the random points introduced on each line segment. Note that the original points of the polygon are discarded, so a high smoothness results in a reduction of the resolution. This value must be higher than half the Fuzzy Skin Thickness."
msgstr "Keskimääräinen etäisyys kunkin linjasegmentin satunnaisten pisteiden välillä. Huomaa, että alkuperäiset monikulmion pisteet poistetaan käytöstä, joten korkea sileysarvo alentaa resoluutiota. Tämän arvon täytyy olla suurempi kuin puolet karhean pintakalvon paksuudesta."
msgctxt "material_brand description"
msgid "The brand of material used."
msgstr ""
msgctxt "machine_acceleration description"
msgid "The default acceleration of print head movement."
msgstr "Tulostuspään liikkeen oletuskiihtyvyys."
@ -4176,6 +4370,10 @@ msgctxt "jerk_travel description"
msgid "The maximum instantaneous velocity change with which travel moves are made."
msgstr "Siirtoliikkeiden nopeuden hetkellinen maksimimuutos."
msgctxt "prime_tower_max_bridging_distance description"
msgid "The maximum length of the branches which may be printed over the air."
msgstr ""
msgctxt "machine_max_feedrate_x description"
msgid "The maximum speed for the motor of the X-direction."
msgstr "X-suunnan moottorin maksiminopeus."
@ -4288,6 +4486,18 @@ msgctxt "raft_base_wall_count description"
msgid "The number of contours to print around the linear pattern in the base layer of the raft."
msgstr ""
msgctxt "raft_interface_wall_count description"
msgid "The number of contours to print around the linear pattern in the middle layers of the raft."
msgstr ""
msgctxt "raft_surface_wall_count description"
msgid "The number of contours to print around the linear pattern in the top layers of the raft."
msgstr ""
msgctxt "raft_wall_count description"
msgid "The number of contours to print around the linear pattern of the raft."
msgstr ""
msgctxt "skin_edge_support_layers description"
msgid "The number of infill layers that supports skin edges."
msgstr ""
@ -4676,6 +4886,10 @@ msgctxt "machine_gcode_flavor description"
msgid "The type of g-code to be generated."
msgstr ""
msgctxt "material_type description"
msgid "The type of material used."
msgstr ""
msgctxt "coasting_volume description"
msgid "The volume otherwise oozed. This value should generally be close to the nozzle diameter cubed."
msgstr "Aineen määrä, joka muutoin on tihkunut. Tämän arvon tulisi yleensä olla lähellä suuttimen läpimittaa korotettuna kuutioon."
@ -4724,10 +4938,22 @@ msgctxt "bridge_wall_coast description"
msgid "This controls the distance the extruder should coast immediately before a bridge wall begins. Coasting before the bridge starts can reduce the pressure in the nozzle and may produce a flatter bridge."
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."
msgstr ""
msgctxt "raft_interface_smoothing description"
msgid "This setting controls how much inner corners in the raft middle 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."
msgstr ""
msgctxt "raft_smoothing description"
msgid "This setting controls how much inner corners in the raft 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."
msgstr ""
msgctxt "raft_surface_smoothing description"
msgid "This setting controls how much inner corners in the raft top 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."
msgstr ""
msgctxt "retraction_count_max description"
msgid "This setting limits the number of retractions occurring within the minimum extrusion distance window. Further retractions within this window will be ignored. This avoids retracting repeatedly on the same piece of filament, as that can flatten the filament and cause grinding issues."
msgstr "Tämä asetus rajoittaa pursotuksen minimietäisyyden ikkunassa tapahtuvien takaisinvetojen lukumäärää. Muut tämän ikkunan takaisinvedot jätetään huomiotta. Tällä vältetään toistuvat takaisinvedot samalla tulostuslangan osalla, sillä tällöin lanka voi litistyä ja aiheuttaa hiertymisongelmia."
@ -5088,10 +5314,6 @@ 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."
msgstr ""
msgctxt "support_interface_skip_height description"
msgid "When checking where there's model above and below the support, take steps of the given height. Lower values will slice slower, while higher values may cause normal support to be printed in some places where there should have been support interface."
msgstr "Kun tarkistat tuen päällä ja alla olevaa mallia, toimi annetun korkeuden mukaisesti. Pienemmillä arvoilla viipalointi tapahtuu hitaammin, ja korkeammat arvot saattavat aiheuttaa normaalin tuen tulostumisen paikkoihin, joissa olisi pitänyt olla tukiliittymä."
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."
msgstr ""
@ -5484,42 +5706,26 @@ msgctxt "travel description"
msgid "travel"
msgstr "siirtoliike"
msgctxt "gradual_flow_discretisation_step_size description"
msgid "Duration of each step in the gradual flow change"
msgstr ""
#~ msgctxt "user_defined_print_order_enabled description"
#~ msgid "Allows to order the object list to set the print sequence manually. First object from the list will be printed first."
#~ msgstr "Mahdollistaa kohteiden järjestämisen tulostusjärjestyksen manuaaliseen asettamiseen. Listan ensimmäinen kohde tulostetaan ensin."
msgctxt "gradual_flow_enabled description"
msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops."
msgstr ""
#~ msgctxt "brim_outside_only label"
#~ msgid "Brim Only on Outside"
#~ msgstr "Reunus vain ulkopuolella"
msgctxt "reset_flow_duration description"
msgid "For any travel move longer than this value, the material flow is reset to the paths target flow"
msgstr ""
#~ msgctxt "layer_0_z_overlap description"
#~ msgid "Make the first and second layer of the model overlap in the Z direction to compensate for the filament lost in the airgap. All models above the first model layer will be shifted down by this amount."
#~ msgstr "Mallin ensimmäisen ja toisen kerroksen limitys Z-suunnassa, millä kompensoidaan ilmaraossa menetettyä tulostuslankaa. Kaikki ensimmäisen mallin kerroksen yläpuolella olevat mallit siirtyvät alas tämän määrän."
msgctxt "gradual_flow_discretisation_step_size label"
msgid "Gradual flow discretisation step size"
msgstr ""
#~ msgctxt "brim_outside_only description"
#~ msgid "Only print the brim on the outside of the model. This reduces the amount of brim you need to remove afterwards, while it doesn't reduce the bed adhesion that much."
#~ msgstr "Tulostaa reunuksen vain mallin ulkopuolelle. Tämä vähentää myöhemmin poistettavan reunuksen määrää, mutta se ei juurikaan vähennä pöydän tarttuvuutta."
msgctxt "gradual_flow_enabled label"
msgid "Gradual flow enabled"
msgstr ""
#~ msgctxt "support_interface_skip_height label"
#~ msgid "Support Interface Resolution"
#~ msgstr "Tukiliittymän resoluutio"
msgctxt "max_flow_acceleration label"
msgid "Gradual flow max acceleration"
msgstr ""
msgctxt "layer_0_max_flow_acceleration label"
msgid "Initial layer max flow acceleration"
msgstr ""
msgctxt "max_flow_acceleration description"
msgid "Maximum acceleration for gradual flow changes"
msgstr ""
msgctxt "layer_0_max_flow_acceleration description"
msgid "Minimum speed for gradual flow changes for the first layer"
msgstr ""
msgctxt "reset_flow_duration label"
msgid "Reset flow duration"
msgstr ""
#~ msgctxt "support_interface_skip_height description"
#~ msgid "When checking where there's model above and below the support, take steps of the given height. Lower values will slice slower, while higher values may cause normal support to be printed in some places where there should have been support interface."
#~ msgstr "Kun tarkistat tuen päällä ja alla olevaa mallia, toimi annetun korkeuden mukaisesti. Pienemmillä arvoilla viipalointi tapahtuu hitaammin, ja korkeammat arvot saattavat aiheuttaa normaalin tuen tulostumisen paikkoihin, joissa olisi pitänyt olla tukiliittymä."

View file

@ -0,0 +1,54 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Uranium json setting files\n"
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
"POT-Creation-Date: 2024-03-11 11:28+0000\n"
"PO-Revision-Date: 2024-03-11 11:28+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: en\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
msgctxt "gradual_flow_discretisation_step_size description"
msgid "Duration of each step in the gradual flow change"
msgstr ""
msgctxt "gradual_flow_enabled description"
msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops."
msgstr ""
msgctxt "reset_flow_duration description"
msgid "For any travel move longer than this value, the material flow is reset to the paths target flow"
msgstr ""
msgctxt "gradual_flow_discretisation_step_size label"
msgid "Gradual flow discretisation step size"
msgstr ""
msgctxt "gradual_flow_enabled label"
msgid "Gradual flow enabled"
msgstr ""
msgctxt "max_flow_acceleration label"
msgid "Gradual flow max acceleration"
msgstr ""
msgctxt "layer_0_max_flow_acceleration label"
msgid "Initial layer max flow acceleration"
msgstr ""
msgctxt "max_flow_acceleration description"
msgid "Maximum acceleration for gradual flow changes"
msgstr ""
msgctxt "layer_0_max_flow_acceleration description"
msgid "Minimum speed for gradual flow changes for the first layer"
msgstr ""
msgctxt "reset_flow_duration label"
msgid "Reset flow duration"
msgstr ""

View file

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-31 19:13+0100\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"
@ -117,6 +117,10 @@ msgctxt "@title:menu menubar:file"
msgid "&Save Project..."
msgstr "&Enregistrer le projet..."
msgctxt "@title:menu menubar:file Don't translate 'Universal Cura Project'"
msgid "&Save Universal Cura Project..."
msgstr ""
msgctxt "@title:menu menubar:toplevel"
msgid "&Settings"
msgstr "&Paramètres"
@ -258,6 +262,10 @@ msgid_plural "A cloud connection is not available for some printers"
msgstr[0] "Une connexion cloud n'est pas disponible pour une imprimante"
msgstr[1] "Une connexion cloud n'est pas disponible pour certaines imprimantes"
msgctxt "@text"
msgid "A highly dense and strong part but at a slower print time. Great for functional parts."
msgstr ""
msgctxt "@message"
msgid "A print is still in progress. Cura cannot start another print via USB until the previous print has completed."
msgstr "Une impression est encore en cours. Cura ne peut pas démarrer une autre impression via USB tant que l'impression précédente n'est pas terminée."
@ -492,10 +500,18 @@ msgctxt "@label"
msgid "Anonymous"
msgstr "Anonyme"
msgctxt "@option:radio"
msgid "Anonymous crash reports"
msgstr ""
msgctxt "@label Description for application component"
msgid "Application framework"
msgstr "Cadre d'application"
msgctxt "@title:column"
msgid "Applies on"
msgstr ""
msgctxt "@label"
msgid "Apply Extruder offsets to GCode"
msgstr "Appliquer les décalages offset de l'extrudeuse au GCode"
@ -682,6 +698,10 @@ msgctxt "@info:status"
msgid "Calculated"
msgstr "Calculer"
msgctxt "@window:text"
msgid "Camera navigation:"
msgstr ""
msgctxt "@window:text"
msgid "Camera rendering:"
msgstr "Rendu caméra:"
@ -1412,6 +1432,10 @@ msgctxt "@label"
msgid "Draft"
msgstr "Ébauche"
msgctxt "@action:inmenu menubar:edit"
msgid "Drop All Models to buildplate"
msgstr ""
msgctxt "@action:button"
msgid "Duplicate"
msgstr "Dupliquer"
@ -1538,6 +1562,10 @@ msgctxt "@action:inmenu menubar:file"
msgid "Export Selection..."
msgstr "Exporter la sélection..."
msgctxt "@title:window Don't translate 'Universal Cura Project'"
msgid "Export Universal Cura Project"
msgstr ""
msgctxt "@button"
msgid "Export material archive"
msgstr "Exporter l'archive des matériaux"
@ -1571,10 +1599,23 @@ msgctxt "@title:label"
msgid "Extruder End G-code"
msgstr "Extrudeuse G-Code de fin"
msgctxt "@label"
msgid "Extruder End G-code duration"
msgstr ""
msgctxt "@title:label"
msgid "Extruder Start G-code"
msgstr "Extrudeuse G-Code de démarrage"
msgctxt "@label"
msgid "Extruder Start G-code duration"
msgstr ""
#, python-brace-format
msgctxt "@label"
msgid "Extruder {0}"
msgstr ""
msgctxt "@info:title"
msgid "Extruder(s) Disabled"
msgstr "Extrudeuse(s) désactivée(s)"
@ -1641,6 +1682,11 @@ 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 ""
msgctxt "@label:category menu label"
msgid "Favorites"
msgstr "Favoris"
@ -1782,6 +1828,9 @@ msgctxt "@option:check"
msgid "Force layer view compatibility mode (restart required)"
msgstr "Forcer l'affichage de la couche en mode de compatibilité (redémarrage requis)"
msgid "FreeCAD trackpad"
msgstr ""
msgctxt "@action:inmenu menubar:view"
msgid "Front View"
msgstr "Vue de face"
@ -1870,6 +1919,10 @@ msgctxt "@action"
msgid "Get started"
msgstr "Prise en main"
msgctxt "@label"
msgid "Global"
msgstr ""
msgctxt "@title:tab"
msgid "Global Settings"
msgstr "Paramètres généraux"
@ -1919,6 +1972,10 @@ msgctxt "@label"
msgid "Hide all connected printers"
msgstr "Masquer toutes les imprimantes connectées"
msgctxt "@action:button"
msgid "Hide settings"
msgstr ""
msgctxt "@action:menu"
msgid "Hide this setting"
msgstr "Masquer ce paramètre"
@ -1995,6 +2052,10 @@ msgctxt "@button"
msgid "In order to use the package you will need to restart Cura"
msgstr "Pour pouvoir utiliser le package, vous devrez redémarrer Cura"
msgctxt "@option:radio"
msgid "Include UltiMaker account name"
msgstr ""
msgctxt "@label"
msgid "Infill"
msgstr "Remplissage"
@ -2698,6 +2759,10 @@ msgctxt "@message"
msgid "No results found with current filter"
msgstr "Aucun résultat trouvé avec le filtre actuel"
msgctxt "@label"
msgid "No specific value has been set"
msgstr ""
msgctxt "@label"
msgid "No time estimation available"
msgstr "Aucune estimation de la durée n'est disponible"
@ -2799,6 +2864,10 @@ 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"
msgctxt "@message"
msgid "Oops! We encountered an unexpected error during your slicing process. Rest assured, we've automatically received the crash logs for analysis, if you have not disabled data sharing in your preferences. To assist us further, consider sharing your project details on our issue tracker."
msgstr ""
msgctxt "@action:button"
msgid "Open"
msgstr "Ouvrir"
@ -2827,10 +2896,22 @@ msgctxt "@info:title"
msgid "Open Project File"
msgstr "Ouvrir un fichier de projet"
msgctxt "@title:window Don't translate 'Universal Cura Project'"
msgid "Open Universal Cura Project (UCP)"
msgstr ""
msgctxt "@title:window Don't translate 'Universal Cura Project'"
msgid "Open Universal Cura Project (UCP) file"
msgstr ""
msgctxt "@action:label"
msgid "Open With"
msgstr "Ouvrir avec"
msgctxt "@action:button"
msgid "Open as UCP"
msgstr ""
msgctxt "@action:button"
msgid "Open as project"
msgstr "Ouvrir comme projet"
@ -3047,6 +3128,10 @@ msgctxt "@description"
msgid "Please sign in to get verified plugins and materials for UltiMaker Cura Enterprise"
msgstr "Veuillez vous connecter pour obtenir les plug-ins et matériaux vérifiés pour UltiMaker Cura Enterprise"
msgctxt "@info:tooltip"
msgid "Please sign in to your UltiMaker account to allow sending non-anonymous data."
msgstr ""
msgctxt "@action:button"
msgid "Please sync the material profiles with your printers before starting to print."
msgstr "Veuillez synchroniser les profils de matériaux avec vos imprimantes avant de commencer à imprimer."
@ -3143,6 +3228,14 @@ msgctxt "@action:button"
msgid "Print"
msgstr "Imprimer"
msgctxt "@action:inmenu menubar:edit"
msgid "Print After"
msgstr "Imprimer après"
msgctxt "@action:inmenu menubar:edit"
msgid "Print Before"
msgstr "Imprimer avant"
msgctxt "@label"
msgid "Print Selected Model With:"
msgid_plural "Print Selected Models With:"
@ -3449,8 +3542,8 @@ msgid "Provides support for reading model files."
msgstr "Fournit la prise en charge de la lecture de fichiers modèle 3D."
msgctxt "description"
msgid "Provides support for writing 3MF files."
msgstr "Permet l'écriture de fichiers 3MF."
msgid "Provides support for writing 3MF and UCP files."
msgstr ""
msgctxt "description"
msgid "Provides support for writing MakerBot Format Packages."
@ -3694,8 +3787,12 @@ msgid "Save Cura project"
msgstr "Sauvegarder le projet Cura"
msgctxt "@option"
msgid "Save Cura project and print file"
msgstr "Sauvegarder le projet Cura et imprimer le fichier"
msgid "Save Cura project and .makerbot print file"
msgstr ""
msgctxt "@option"
msgid "Save Cura project and .ufp print file"
msgstr ""
msgctxt "@title:window"
msgid "Save Custom Profile"
@ -3721,6 +3818,10 @@ msgctxt "@button"
msgid "Save new profile"
msgstr "Enregistrer le nouveau profil"
msgctxt "@action:button"
msgid "Save project"
msgstr ""
msgctxt "@text"
msgid "Save the .umm file on a USB stick."
msgstr "Enregistrez le fichier .umm sur une clé USB."
@ -3824,6 +3925,18 @@ msgctxt "@action:button"
msgid "Send crash report to UltiMaker"
msgstr "Envoyer le rapport de d'incident à UltiMaker"
msgctxt "@info:tooltip"
msgid "Send crash reports with your registered UltiMaker account name and the project name to UltiMaker Sentry. No actual model data is being send."
msgstr ""
msgctxt "@info:tooltip"
msgid "Send crash reports without any personally identifiable information or models data to UltiMaker."
msgstr ""
msgctxt "@option:check"
msgid "Send engine crash reports"
msgstr ""
msgctxt "@action:button"
msgid "Send report"
msgstr "Envoyer rapport"
@ -3876,6 +3989,10 @@ msgctxt "@title:tab"
msgid "Settings"
msgstr "Paramètres"
msgctxt "@action:label"
msgid "Settings Loaded from UCP file"
msgstr ""
msgctxt "@info:message Followed by a list of settings."
msgid "Settings have been changed to match the current availability of extruders:"
msgstr "Les paramètres ont été modifiés pour correspondre aux extrudeuses actuellement disponibles:"
@ -3944,6 +4061,10 @@ msgctxt "@info:tooltip"
msgid "Should opening files from the desktop or external applications open in the same instance of Cura?"
msgstr "L'ouverture de fichiers à partir du bureau ou d'applications externes doit-elle se faire dans la même instance de Cura ?"
msgctxt "@info:tooltip"
msgid "Should slicing crashes be automatically reported to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored, unless you give explicit permission."
msgstr ""
msgctxt "@info:tooltip"
msgid "Should the build plate be cleared before loading a new model in the single instance of Cura?"
msgstr "Les objets doivent-ils être supprimés du plateau de fabrication avant de charger un nouveau modèle dans l'instance unique de Cura ?"
@ -4000,6 +4121,10 @@ msgctxt "@action:button"
msgid "Show detailed crash report"
msgstr "Afficher le rapport d'incident détaillé"
msgctxt "@action:button"
msgid "Show settings"
msgstr ""
msgctxt "@option:check"
msgid "Show summary dialog when saving project"
msgstr "Afficher la boîte de dialogue du résumé lors de l'enregistrement du projet"
@ -4076,10 +4201,6 @@ msgctxt "@message:title"
msgid "Slicing failed"
msgstr "Échec de la découpe"
msgctxt "@message"
msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker."
msgstr "Échec de la découpe avec une erreur inattendue. Signalez un bug sur notre outil de suivi des problèmes."
msgctxt "@label:PrintjobStatus"
msgid "Slicing..."
msgstr "Découpe en cours..."
@ -4088,6 +4209,10 @@ msgctxt "@action:label"
msgid "Smoothing"
msgstr "Lissage"
msgctxt "@label"
msgid "Solid"
msgstr ""
msgctxt "name"
msgid "Solid View"
msgstr "Vue solide"
@ -4213,10 +4338,26 @@ msgctxt "@info:status"
msgid "Successfully imported profile {0}."
msgstr "Importation du profil {0} réussie."
msgctxt "@action:label"
msgid "Suggested Material settings"
msgstr ""
msgctxt "@action:label"
msgid "Suggested Profile settings"
msgstr ""
msgctxt "@action:title"
msgid "Summary - Cura Project"
msgstr "Résumé - Projet Cura"
msgctxt "@action:title Don't translate 'Universal Cura Project'"
msgid "Summary - Open Universal Cura Project (UCP)"
msgstr ""
msgctxt "@action:title Don't translate 'Universal Cura Project'"
msgid "Summary - Universal Cura Project"
msgstr ""
msgctxt "@label"
msgid "Support"
msgstr "Support"
@ -4596,6 +4737,10 @@ msgctxt "@label"
msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile."
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 project or Cura Universal Project or import the models from it?"
msgstr ""
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?"
msgstr "Ceci est un fichier de projet Cura. Souhaitez-vous l'ouvrir comme projet ou en importer les modèles ?"
@ -4685,6 +4830,14 @@ msgctxt "@label"
msgid "This setting is resolved from conflicting extruder-specific values:"
msgstr "Ce paramètre est résolu à partir de valeurs conflictuelles spécifiques à l'extrudeur :"
msgctxt "@tooltip Don't translate 'Universal Cura Project'"
msgid "This setting may not perform well while exporting to Universal Cura Project, Users are asked to add it at their own risk."
msgstr ""
msgctxt "@tooltip Don't translate 'Universal Cura Project'"
msgid "This setting may not perform well while exporting to Universal Cura Project. Users are asked to add it at their own risk."
msgstr ""
msgctxt "@info:warning"
msgid "This version is not intended for production use. If you encounter any issues, please report them on our GitHub page, mentioning the full version {self.getVersion()}"
msgstr "Cette version n'est pas destinée à une utilisation en production. Si vous rencontrez des problèmes, veuillez les signaler sur notre page GitHub, en mentionnant la version complète {self.getVersion()}"
@ -4916,6 +5069,11 @@ 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 ""
msgctxt "@label:status"
msgid "Unavailable"
msgstr "Indisponible"
@ -4936,6 +5094,14 @@ msgctxt "@title:column Unit of measurement"
msgid "Unit"
msgstr "Unité"
msgctxt "@item:inlistbox"
msgid "Universal Cura Project"
msgstr ""
msgctxt "@action:description Don't translate 'Universal Cura Project'"
msgid "Universal Cura Project files can be printed on different 3D printers while retaining positional data and selected settings. When exported, all models present on the build plate will be included along with their current position, orientation, and scale. You can also select which per-extruder or per-model settings should be included to ensure proper printing."
msgstr ""
msgctxt "@label Description for development tool"
msgid "Universal build system configuration"
msgstr "Configuration du système de fabrication universel"
@ -5125,6 +5291,10 @@ msgctxt "description"
msgid "Upgrades configurations from Cura 5.4 to Cura 5.5."
msgstr "Configurations des mises à niveau de Cura 5.4 vers Cura 5.5."
msgctxt "description"
msgid "Upgrades configurations from Cura 5.6 to Cura 5.7."
msgstr ""
msgctxt "@action:button"
msgid "Upload custom Firmware"
msgstr "Charger le firmware personnalisé"
@ -5157,6 +5327,10 @@ msgctxt "@label Description for application dependency"
msgid "Utility library, including Voronoi generation"
msgstr "Bibliothèque d'utilitaires, y compris la génération d'un diagramme Voronoï"
msgctxt "@title:column"
msgid "Value"
msgstr ""
msgctxt "name"
msgid "Version Upgrade 2.1 to 2.2"
msgstr "Mise à niveau vers 2.1 vers 2.2"
@ -5261,6 +5435,10 @@ msgctxt "name"
msgid "Version Upgrade 5.4 to 5.5"
msgstr "Mise à niveau de la version 5.4 vers 5.5"
msgctxt "name"
msgid "Version Upgrade 5.6 to 5.7"
msgstr ""
msgctxt "@button"
msgid "View printers in Digital Factory"
msgstr "Afficher les imprimantes dans Digital Factory"
@ -5338,6 +5516,10 @@ msgctxt "@label"
msgid "What printer would you like to setup?"
msgstr "Quelle imprimante souhaitez-vous configurer?"
msgctxt "@info:tooltip"
msgid "What type of camera navigation should be used?"
msgstr ""
msgctxt "@info:tooltip"
msgid "What type of camera rendering should be used?"
msgstr "Quel type de rendu de la caméra doit-il être utilisé?"
@ -5554,6 +5736,10 @@ msgctxt "@label"
msgid "mm"
msgstr "mm"
msgctxt "@label"
msgid "s"
msgstr ""
msgctxt "@info:status"
msgid "today"
msgstr "aujourd'hui"
@ -5581,3 +5767,15 @@ msgstr "Échec de téléchargement des plugins {}"
#~ msgid "Provides support for exporting Cura profiles."
#~ msgstr "Fournit une assistance pour lexportation de profils Cura."
#~ msgctxt "description"
#~ msgid "Provides support for writing 3MF files."
#~ msgstr "Permet l'écriture de fichiers 3MF."
#~ msgctxt "@option"
#~ msgid "Save Cura project and print file"
#~ msgstr "Sauvegarder le projet Cura et imprimer le fichier"
#~ msgctxt "@message"
#~ msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker."
#~ msgstr "Échec de la découpe avec une erreur inattendue. Signalez un bug sur notre outil de suivi des problèmes."

View file

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
"POT-Creation-Date: 2023-06-08 16:32+0000\n"
"POT-Creation-Date: 2024-03-11 11:28+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"
@ -40,6 +40,10 @@ msgctxt "machine_extruder_end_code label"
msgid "Extruder End G-Code"
msgstr "Extrudeuse G-Code de fin"
msgctxt "machine_extruder_end_code_duration label"
msgid "Extruder End G-Code Duration"
msgstr ""
msgctxt "machine_extruder_end_pos_abs label"
msgid "Extruder End Position Absolute"
msgstr "Extrudeuse Position de fin absolue"
@ -72,6 +76,10 @@ msgctxt "machine_extruder_start_code label"
msgid "Extruder Start G-Code"
msgstr "Extrudeuse G-Code de démarrage"
msgctxt "machine_extruder_start_code_duration label"
msgid "Extruder Start G-Code Duration"
msgstr ""
msgctxt "machine_extruder_start_pos_abs label"
msgid "Extruder Start Position Absolute"
msgstr "Extrudeuse Position de départ absolue"
@ -156,6 +164,14 @@ msgctxt "machine_extruder_cooling_fan_number description"
msgid "The number of the print cooling fan associated with this extruder. Only change this from the default value of 0 when you have a different print cooling fan for each extruder."
msgstr "Numéro du ventilateur de refroidissement d'impression associé à cette extrudeuse. Ne modifiez cette valeur par rapport à la valeur par défaut 0 que si vous utilisez un ventilateur de refroidissement d'impression différent pour chaque extrudeuse."
msgctxt "machine_extruder_end_code_duration description"
msgid "The time it takes to execute the end g-code, when switching away from this extruder."
msgstr ""
msgctxt "machine_extruder_start_code_duration description"
msgid "The time it'll take to execute the start g-code, when switching to this extruder."
msgstr ""
msgctxt "machine_extruder_end_pos_x description"
msgid "The x-coordinate of the ending position when turning the extruder off."
msgstr "Les coordonnées X de la position de fin lors de l'arrêt de l'extrudeuse."

View file

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
"POT-Creation-Date: 2023-11-24 12:51+0000\n"
"POT-Creation-Date: 2024-03-12 15:10+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"
@ -12,6 +12,14 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n>1;\n"
msgctxt "prime_tower_mode description"
msgid "<html>How to generate the prime tower:<ul><li><b>Normal:</b> create a bucket in which secondary materials are primed</li><li><b>Interleaved:</b> create a prime tower as sparse as possible. This will save time and filament, but is only possible if the used materials adhere to each other</li></ul></html>"
msgstr ""
msgctxt "brim_inside_margin description"
msgid "A brim around a model may touch an other model where you don't want it. This removes all brim within this distance from brimless models."
msgstr ""
msgctxt "ironing_inset description"
msgid "A distance to keep from the edges of the model. Ironing all the way to the edge of the mesh may result in a jagged edge on your print."
msgstr "Distance à garder à partir des bords du modèle. Étirer jusqu'au bord de la maille peut entraîner l'apparition d'un bord denté sur votre impression."
@ -56,10 +64,6 @@ msgctxt "machine_disallowed_areas description"
msgid "A list of polygons with areas the print head is not allowed to enter."
msgstr "Une liste de polygones comportant les zones dans lesquelles la tête d'impression n'a pas le droit de pénétrer."
msgctxt "brim_inside_margin description"
msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes."
msgstr "Une pièce entièrement contenue à l'intérieur d'une autre peut générer une bordure extérieure qui vient en contact avec l'intérieur de la pièce extérieure. Cette fonction supprime à cette distance toutes les bordures situées dans des vides intérieurs."
msgctxt "support_tree_branch_reach_limit description"
msgid "A recomendation to how far branches can move from the points they support. Branches can violate this value to reach their destination (buildplate or a flat part of the model). Lowering this value will make the support more sturdy, but increase the amount of branches (and because of that material usage/print time) "
msgstr "Il s'agit de la distance recommandée à laquelle les branches peuvent s'éloigner des points qu'elles soutiennent. Les branches peuvent ne pas respecter cette valeur pour atteindre leur emplacement cible (plateau ou partie plate du modèle). L'abaissement de cette valeur rendra le support plus solide, mais le nombre de branches augmentera (tout comme la quantité de matériau utilisée et le temps d'impression)."
@ -152,6 +156,10 @@ msgctxt "resolution description"
msgid "All settings that influence the resolution of the print. These settings have a large impact on the quality (and print time)"
msgstr "Tous les paramètres qui influent sur la résolution de l'impression. Ces paramètres ont un impact conséquent sur la qualité (et la durée d'impression)."
msgctxt "user_defined_print_order_enabled description"
msgid "Allows you to order the object list to manually set the print sequence. First object from the list will be printed first."
msgstr ""
msgctxt "alternate_extra_perimeter label"
msgid "Alternate Extra Wall"
msgstr "Alterner les parois supplémentaires"
@ -400,21 +408,21 @@ msgctxt "adhesion_type option brim"
msgid "Brim"
msgstr "Bordure"
msgctxt "brim_inside_margin label"
msgid "Brim Avoid Margin"
msgstr ""
msgctxt "brim_gap label"
msgid "Brim Distance"
msgstr "Distance de la bordure"
msgctxt "brim_inside_margin label"
msgid "Brim Inside Avoid Margin"
msgstr "Marge d'évitement de la bordure intérieure"
msgctxt "brim_line_count label"
msgid "Brim Line Count"
msgstr "Nombre de lignes de la bordure"
msgctxt "brim_outside_only label"
msgid "Brim Only on Outside"
msgstr "Bordure uniquement sur l'extérieur"
msgctxt "brim_location label"
msgid "Brim Location"
msgstr ""
msgctxt "brim_replaces_support label"
msgid "Brim Replaces Support"
@ -456,6 +464,14 @@ msgctxt "build_volume_temperature label"
msgid "Build Volume Temperature"
msgstr "Température du volume d'impression"
msgctxt "bv_temp_anomaly_limit label"
msgid "Build Volume temperature Limit"
msgstr ""
msgctxt "bv_temp_warn_limit label"
msgid "Build Volume temperature Warning"
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."
msgstr "En activant ce paramètre, votre tour d'amorçage aura un bord même si le modèle n'en a pas. Si vous souhaitez une base plus solide pour une tour élevée, vous pouvez augmenter la hauteur de la base."
@ -868,6 +884,10 @@ msgctxt "cool_fan_enabled label"
msgid "Enable Print Cooling"
msgstr "Activer le refroidissement de l'impression"
msgctxt "ppr_enable label"
msgid "Enable Print Process Reporting"
msgstr ""
msgctxt "retraction_enable label"
msgid "Enable Retraction"
msgstr "Activer la rétraction"
@ -900,6 +920,10 @@ msgctxt "ooze_shield_enabled description"
msgid "Enable exterior ooze shield. This will create a shell around the model which is likely to wipe a second nozzle if it's at the same height as the first nozzle."
msgstr "Activer le bouclier de suintage extérieur. Cela créera une coque autour du modèle qui est susceptible d'essuyer une deuxième buse si celle-ci est à la même hauteur que la première buse."
msgctxt "ppr_enable description"
msgid "Enable print process reporting for setting threshold values for possible fault detection."
msgstr ""
msgctxt "small_skin_on_surface description"
msgid "Enable small (up to 'Small Top/Bottom Width') regions on the topmost skinned layer (exposed to air) to be filled with walls instead of the default pattern."
msgstr "Permet aux petites zones (jusqu'à « Petite largeur Haut/Bas ») de la couche supérieure (exposée à l'air) d'être remplies avec des parois au lieu du motif par défaut."
@ -932,6 +956,10 @@ msgctxt "brim_replaces_support description"
msgid "Enforce brim to be printed around the model even if that space would otherwise be occupied by support. This replaces some regions of the first layer of support by brim regions."
msgstr "Appliquer la bordure à imprimer autour du modèle même si cet espace aurait autrement dû être occupé par le support, en remplaçant certaines régions de la première couche de support par des régions de la bordure."
msgctxt "brim_location option everywhere"
msgid "Everywhere"
msgstr ""
msgctxt "support_type option everywhere"
msgid "Everywhere"
msgstr "Partout"
@ -1036,6 +1064,10 @@ msgctxt "speed_equalize_flow_width_factor label"
msgid "Flow Equalization Ratio"
msgstr "Rapport d'égalisation des débits"
msgctxt "flow_anomaly_limit label"
msgid "Flow Limit"
msgstr ""
msgctxt "flow_rate_extrusion_offset_factor label"
msgid "Flow Rate Compensation Factor"
msgstr "Facteur de compensation du débit"
@ -1048,6 +1080,10 @@ msgctxt "material_flow_temp_graph label"
msgid "Flow Temperature Graph"
msgstr "Graphique de la température du flux"
msgctxt "flow_warn_limit label"
msgid "Flow Warning"
msgstr ""
msgctxt "material_flow_layer_0 description"
msgid "Flow compensation for the first layer: the amount of material extruded on the initial layer is multiplied by this value."
msgstr "Compensation du débit pour la couche initiale : la quantité de matériau extrudée sur la couche initiale est multipliée par cette valeur."
@ -1440,10 +1476,22 @@ msgctxt "wall_transition_filter_distance description"
msgid "If it would be transitioning back and forth between different numbers of walls in quick succession, don't transition at all. Remove transitions if they are closer together than this distance."
msgstr "S'il s'agit d'une transition d'avant en arrière entre différents nombres de parois en succession rapide, ne faites pas du tout la transition. Supprimez les transitions si elles sont plus proches les unes des autres que cette distance."
msgctxt "raft_base_margin description"
msgid "If the raft base is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print."
msgstr ""
msgctxt "raft_margin description"
msgid "If the raft is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print."
msgstr "Si vous avez appliqué un radeau, alors il sagit de lespace de radeau supplémentaire autour du modèle qui dispose déjà dun radeau. Laugmentation de cette marge va créer un radeau plus solide, mais requiert davantage de matériau et laisse moins de place pour votre impression."
msgctxt "raft_interface_margin description"
msgid "If the raft middle is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print."
msgstr ""
msgctxt "raft_surface_margin description"
msgid "If the raft top is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print."
msgstr ""
msgctxt "meshfix_union_all description"
msgid "Ignore the internal geometry arising from overlapping volumes within a mesh and print the volumes as one. This may cause unintended internal cavities to disappear."
msgstr "Ignorer la géométrie interne pouvant découler de volumes se chevauchant à l'intérieur d'un maillage et imprimer les volumes comme un seul. Cela peut entraîner la disparition des cavités internes accidentelles."
@ -1672,6 +1720,10 @@ msgctxt "wall_0_inset description"
msgid "Inset applied to the path of the outer wall. If the outer wall is smaller than the nozzle, and printed after the inner walls, use this offset to get the hole in the nozzle to overlap with the inner walls instead of the outside of the model."
msgstr "Insert appliqué sur le passage de la paroi externe. Si la paroi externe est plus petite que la buse et imprimée après les parois intérieures, utiliser ce décalage pour que le trou dans la buse chevauche les parois internes et non l'extérieur du modèle."
msgctxt "brim_location option inside"
msgid "Inside Only"
msgstr ""
msgctxt "inset_direction option inside_out"
msgid "Inside To Outside"
msgstr "De l'intérieur vers l'extérieur"
@ -1684,6 +1736,10 @@ msgctxt "support_interface_priority option interface_area_overwrite_support_area
msgid "Interface preferred"
msgstr "Priorité à l'interface"
msgctxt "prime_tower_mode option interleaved"
msgid "Interleaved"
msgstr ""
msgctxt "interlocking_beam_layer_count label"
msgid "Interlocking Beam Layer Count"
msgstr "Nombre de couches des attaches de connexion"
@ -1824,6 +1880,30 @@ msgctxt "support_tree_limit_branch_reach description"
msgid "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)"
msgstr "Ce paramètre limite la distance parcourue par chaque branche à partir du point qu'elle soutient. Le support peut ainsi être plus solide, mais le nombre de branches augmentera (tout comme la quantité de matériau utilisée et le temps d'impression)"
msgctxt "bv_temp_warn_limit description"
msgid "Limit on Build Volume Temperature warning for detection."
msgstr ""
msgctxt "bv_temp_anomaly_limit description"
msgid "Limit on Build Volume temperature Anomaly for detection."
msgstr ""
msgctxt "print_temp_anomaly_limit description"
msgid "Limit on Print Temperature anomaly for detection."
msgstr ""
msgctxt "print_temp_warn_limit description"
msgid "Limit on Print temperature warning for detection."
msgstr ""
msgctxt "flow_anomaly_limit description"
msgid "Limit on flow anomaly for detection."
msgstr ""
msgctxt "flow_warn_limit description"
msgid "Limit on the flow warning for detection."
msgstr ""
msgctxt "cutting_mesh description"
msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder."
msgstr "Limiter le volume de ce maillage à celui des autres maillages. Cette option permet de faire en sorte que certaines zones d'un maillage s'impriment avec des paramètres différents et avec une extrudeuse entièrement différente."
@ -1921,8 +2001,10 @@ msgid "Make the extruder prime position absolute rather than relative to the las
msgstr "Rendre la position d'amorçage de l'extrudeuse absolue plutôt que relative à la dernière position connue de la tête."
msgctxt "layer_0_z_overlap description"
msgid "Make the first and second layer of the model overlap in the Z direction to compensate for the filament lost in the airgap. All models above the first model layer will be shifted down by this amount."
msgstr "La première et la deuxième couche du modèle se chevauchent dans la direction Z pour compenser le filament perdu dans l'entrefer. Toutes les couches au-dessus de la première couche du modèle seront décalées de ce montant."
msgid ""
"Make the first and second layer of the model overlap in the Z direction to compensate for the filament lost in the airgap. All models above the first model layer will be shifted down by this amount.\n"
"It may be noted that sometimes the second layer is printed below initial layer because of this setting. This is intended behavior"
msgstr ""
msgctxt "meshfix description"
msgid "Make the meshes more suited for 3D printing."
@ -1948,10 +2030,18 @@ msgctxt "material label"
msgid "Material"
msgstr "Matériau"
msgctxt "material_brand label"
msgid "Material Brand"
msgstr ""
msgctxt "material_guid label"
msgid "Material GUID"
msgstr "GUID matériau"
msgctxt "material_type label"
msgid "Material Type"
msgstr ""
msgctxt "max_extrusion_before_wipe label"
msgid "Material Volume Between Wipes"
msgstr "Volume de matériau entre les essuyages"
@ -2228,6 +2318,10 @@ msgctxt "ironing_monotonic label"
msgid "Monotonic Ironing Order"
msgstr "Ordre d'étirage monotone"
msgctxt "raft_surface_monotonic label"
msgid "Monotonic Raft Top Surface Order"
msgstr ""
msgctxt "roofing_monotonic label"
msgid "Monotonic Top Surface Order"
msgstr "Ordre monotone de la surface supérieure"
@ -2268,6 +2362,10 @@ msgctxt "magic_mesh_surface_mode option normal"
msgid "Normal"
msgstr "Normal"
msgctxt "prime_tower_mode option normal"
msgid "Normal"
msgstr ""
msgctxt "support_structure option normal"
msgid "Normal"
msgstr "Normal"
@ -2400,10 +2498,6 @@ msgctxt "ironing_only_highest_layer description"
msgid "Only perform ironing on the very last layer of the mesh. This saves time if the lower layers don't need a smooth surface finish."
msgstr "N'exécute un étirage que sur l'ultime couche du maillage. Ceci économise du temps si les couches inférieures ne nécessitent pas de fini lisse de surface."
msgctxt "brim_outside_only description"
msgid "Only print the brim on the outside of the model. This reduces the amount of brim you need to remove afterwards, while it doesn't reduce the bed adhesion that much."
msgstr "Imprimer uniquement la bordure sur l'extérieur du modèle. Cela réduit la quantité de bordure que vous devez retirer par la suite, sans toutefois véritablement réduire l'adhérence au plateau."
msgctxt "ooze_shield_angle label"
msgid "Ooze Shield Angle"
msgstr "Angle du bouclier de suintage"
@ -2464,6 +2558,10 @@ msgctxt "group_outer_walls description"
msgid "Outer walls of different islands in the same layer are printed in sequence. When enabled the amount of flow changes is limited because walls are printed one type at a time, when disabled the number of travels between islands is reduced because walls in the same islands are grouped."
msgstr "Les parois extérieures de différentes îles de la même couche sont imprimées séquentiellement. Lorsque ce paramètre est activé, le nombre de changements de débit est limité car les parois sont imprimées une par une ; lorsqu'il est désactivé, le nombre de déplacements entre les îles est réduit car les parois des mêmes îles sont regroupées."
msgctxt "brim_location option outside"
msgid "Outside Only"
msgstr ""
msgctxt "inset_direction option outside_in"
msgid "Outside To Inside"
msgstr "De l'extérieur vers l'intérieur"
@ -2544,6 +2642,10 @@ msgctxt "prime_tower_line_width label"
msgid "Prime Tower Line Width"
msgstr "Largeur de ligne de la tour d'amorçage"
msgctxt "prime_tower_max_bridging_distance label"
msgid "Prime Tower Maximum Bridging Distance"
msgstr ""
msgctxt "prime_tower_min_volume label"
msgid "Prime Tower Minimum Volume"
msgstr "Volume minimum de la tour d'amorçage"
@ -2560,6 +2662,10 @@ msgctxt "speed_prime_tower label"
msgid "Prime Tower Speed"
msgstr "Vitesse de la tour d'amorçage"
msgctxt "prime_tower_mode label"
msgid "Prime Tower Type"
msgstr ""
msgctxt "prime_tower_position_x label"
msgid "Prime Tower X Position"
msgstr "Position X de la tour d'amorçage"
@ -2576,6 +2682,10 @@ msgctxt "jerk_print label"
msgid "Print Jerk"
msgstr "Imprimer en saccade"
msgctxt "ppr label"
msgid "Print Process Reporting"
msgstr ""
msgctxt "print_sequence label"
msgid "Print Sequence"
msgstr "Séquence d'impression"
@ -2588,6 +2698,10 @@ msgctxt "fill_outline_gaps label"
msgid "Print Thin Walls"
msgstr "Imprimer parois fines"
msgctxt "brim_location description"
msgid "Print a brim on the outside of the model, inside, or both. Depending on the model, this helps reducing the amount of brim you need to remove afterwards, while ensuring a proper bed adhesion."
msgstr ""
msgctxt "prime_tower_enable description"
msgid "Print a tower next to the print which serves to prime the material after each nozzle switch."
msgstr "Imprimer une tour à côté de l'impression qui sert à amorcer le matériau après chaque changement de buse."
@ -2608,6 +2722,10 @@ msgctxt "fill_outline_gaps description"
msgid "Print pieces of the model which are horizontally thinner than the nozzle size."
msgstr "Imprimer les parties du modèle qui sont horizontalement plus fines que la taille de la buse."
msgctxt "raft_surface_monotonic description"
msgid "Print raft top surface lines in an ordering that causes them to always overlap with adjacent lines in a single direction. This takes slightly more time to print, but makes the surface look more consistent, which is also visible on the model bottom surface."
msgstr ""
msgctxt "bridge_skin_speed_2 description"
msgid "Print speed to use when printing the second bridge skin layer."
msgstr "Vitesse d'impression à utiliser lors de l'impression de la deuxième couche extérieure du pont."
@ -2616,6 +2734,14 @@ msgctxt "bridge_skin_speed_3 description"
msgid "Print speed to use when printing the third bridge skin layer."
msgstr "Vitesse d'impression à utiliser lors de l'impression de la troisième couche extérieure du pont."
msgctxt "print_temp_anomaly_limit label"
msgid "Print temperature Limit"
msgstr ""
msgctxt "print_temp_warn_limit label"
msgid "Print temperature Warning"
msgstr ""
msgctxt "infill_before_walls description"
msgid "Print the infill before printing the walls. Printing the walls first may lead to more accurate walls, but overhangs print worse. Printing the infill first leads to sturdier walls, but the infill pattern might sometimes show through the surface."
msgstr "Imprime le remplissage avant d'imprimer les parois. Imprimer les parois d'abord permet d'obtenir des parois plus précises, mais les porte-à-faux s'impriment plus mal. Imprimer le remplissage d'abord entraîne des parois plus résistantes, mais le motif de remplissage se verra parfois à travers la surface."
@ -2660,6 +2786,10 @@ msgctxt "raft_airgap label"
msgid "Raft Air Gap"
msgstr "Lame d'air du radeau"
msgctxt "raft_base_margin label"
msgid "Raft Base Extra Margin"
msgstr ""
msgctxt "raft_base_extruder_nr label"
msgid "Raft Base Extruder"
msgstr "Extrudeur de la base du raft"
@ -2688,6 +2818,10 @@ msgctxt "raft_base_speed label"
msgid "Raft Base Print Speed"
msgstr "Vitesse dimpression de la base du radeau"
msgctxt "raft_base_smoothing label"
msgid "Raft Base Smoothing"
msgstr ""
msgctxt "raft_base_thickness label"
msgid "Raft Base Thickness"
msgstr "Épaisseur de la base du radeau"
@ -2704,6 +2838,10 @@ msgctxt "raft_fan_speed label"
msgid "Raft Fan Speed"
msgstr "Vitesse du ventilateur pendant le radeau"
msgctxt "raft_interface_margin label"
msgid "Raft Middle Extra Margin"
msgstr ""
msgctxt "raft_interface_extruder_nr label"
msgid "Raft Middle Extruder"
msgstr "Extrudeur du milieu du radeau"
@ -2732,6 +2870,10 @@ msgctxt "raft_interface_speed label"
msgid "Raft Middle Print Speed"
msgstr "Vitesse dimpression du milieu du radeau"
msgctxt "raft_interface_smoothing label"
msgid "Raft Middle Smoothing"
msgstr ""
msgctxt "raft_interface_line_spacing label"
msgid "Raft Middle Spacing"
msgstr "Interligne intermédiaire du radeau"
@ -2740,6 +2882,10 @@ msgctxt "raft_interface_thickness label"
msgid "Raft Middle Thickness"
msgstr "Épaisseur intermédiaire du radeau"
msgctxt "raft_interface_wall_count label"
msgid "Raft Middle Wall Count"
msgstr ""
msgctxt "raft_acceleration label"
msgid "Raft Print Acceleration"
msgstr "Accélération de l'impression du radeau"
@ -2756,6 +2902,10 @@ msgctxt "raft_smoothing label"
msgid "Raft Smoothing"
msgstr "Lissage de radeau"
msgctxt "raft_surface_margin label"
msgid "Raft Top Extra Margin"
msgstr ""
msgctxt "raft_surface_extruder_nr label"
msgid "Raft Top Extruder"
msgstr "Extrudeur du haut du radeau"
@ -2788,10 +2938,22 @@ msgctxt "raft_surface_speed label"
msgid "Raft Top Print Speed"
msgstr "Vitesse dimpression du dessus du radeau"
msgctxt "raft_surface_smoothing label"
msgid "Raft Top Smoothing"
msgstr ""
msgctxt "raft_surface_line_spacing label"
msgid "Raft Top Spacing"
msgstr "Interligne supérieur du radeau"
msgctxt "raft_surface_wall_count label"
msgid "Raft Top Wall Count"
msgstr ""
msgctxt "raft_wall_count label"
msgid "Raft Wall Count"
msgstr ""
msgctxt "z_seam_type option random"
msgid "Random"
msgstr "Aléatoire"
@ -2844,10 +3006,22 @@ msgctxt "carve_multiple_volumes label"
msgid "Remove Mesh Intersection"
msgstr "Supprimer l'intersection des mailles"
msgctxt "raft_base_remove_inside_corners label"
msgid "Remove Raft Base Inside Corners"
msgstr ""
msgctxt "raft_remove_inside_corners label"
msgid "Remove Raft Inside Corners"
msgstr "Supprimer les coins intérieurs du radeau"
msgctxt "raft_interface_remove_inside_corners label"
msgid "Remove Raft Middle Inside Corners"
msgstr ""
msgctxt "raft_surface_remove_inside_corners label"
msgid "Remove Raft Top Inside Corners"
msgstr ""
msgctxt "carve_multiple_volumes description"
msgid "Remove areas where multiple meshes are overlapping with each other. This may be used if merged dual material objects overlap with each other."
msgstr "Supprime les zones sur lesquelles plusieurs mailles se chevauchent. Cette option peut être utilisée si des objets à matériau double fusionné se chevauchent."
@ -2856,6 +3030,18 @@ msgctxt "remove_empty_first_layers description"
msgid "Remove empty layers beneath the first printed layer if they are present. Disabling this setting can cause empty first layers if the Slicing Tolerance setting is set to Exclusive or Middle."
msgstr "Supprimer les couches vides sous la première couche imprimée si elles sont présentes. Le fait de désactiver ce paramètre peut entraîner l'apparition de premières couches vides si le paramètre Tolérance à la découpe est défini sur Exclusif ou Milieu."
msgctxt "raft_base_remove_inside_corners description"
msgid "Remove inside corners from the raft base, causing the raft to become convex."
msgstr ""
msgctxt "raft_interface_remove_inside_corners description"
msgid "Remove inside corners from the raft middle part, causing the raft to become convex."
msgstr ""
msgctxt "raft_surface_remove_inside_corners description"
msgid "Remove inside corners from the raft top part, causing the raft to become convex."
msgstr ""
msgctxt "raft_remove_inside_corners description"
msgid "Remove inside corners from the raft, causing the raft to become convex."
msgstr "Supprimez les coins intérieurs du radeau afin de le rendre convexe."
@ -2876,6 +3062,10 @@ msgctxt "skin_outline_count description"
msgid "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material."
msgstr "Remplace la partie la plus externe du motif du dessus/dessous par un certain nombre de lignes concentriques. Le fait d'utiliser une ou deux lignes améliore les plafonds qui commencent sur du matériau de remplissage."
msgctxt "ppr description"
msgid "Reporting events that go out of set thresholds"
msgstr ""
msgctxt "support_tree_rest_preference label"
msgid "Rest Preference"
msgstr "Préférence d'emplacement"
@ -2948,6 +3138,10 @@ msgctxt "z_seam_corner label"
msgid "Seam Corner Preference"
msgstr "Préférence de jointure d'angle"
msgctxt "user_defined_print_order_enabled label"
msgid "Set Print Sequence Manually"
msgstr "Définir la séquence d'impression manuellement"
msgctxt "draft_shield_height_limitation description"
msgid "Set the height of the draft shield. Choose to print the draft shield at the full height of the model or at a limited height."
msgstr "Définit la hauteur du bouclier. Choisissez d'imprimer le bouclier à la pleine hauteur du modèle ou à une hauteur limitée."
@ -3348,10 +3542,6 @@ msgctxt "support_interface_priority label"
msgid "Support Interface Priority"
msgstr "Priorité de l'interface de support"
msgctxt "support_interface_skip_height label"
msgid "Support Interface Resolution"
msgstr "Résolution de l'interface du support"
msgctxt "speed_support_interface label"
msgid "Support Interface Speed"
msgstr "Vitesse d'impression de l'interface de support"
@ -3704,6 +3894,10 @@ msgctxt "magic_fuzzy_skin_point_dist description"
msgid "The average distance between the random points introduced on each line segment. Note that the original points of the polygon are discarded, so a high smoothness results in a reduction of the resolution. This value must be higher than half the Fuzzy Skin Thickness."
msgstr "Distance moyenne entre les points ajoutés aléatoirement sur chaque segment de ligne. Il faut noter que les points originaux du polygone ne sont plus pris en compte donc un fort lissage conduira à une diminution de la résolution. Cette valeur doit être supérieure à la moitié de l'épaisseur de la couche floue."
msgctxt "material_brand description"
msgid "The brand of material used."
msgstr ""
msgctxt "machine_acceleration description"
msgid "The default acceleration of print head movement."
msgstr "L'accélération par défaut du mouvement de la tête d'impression."
@ -4180,6 +4374,10 @@ msgctxt "jerk_travel description"
msgid "The maximum instantaneous velocity change with which travel moves are made."
msgstr "Le changement instantané maximal de vitesse selon lequel les déplacements s'effectuent."
msgctxt "prime_tower_max_bridging_distance description"
msgid "The maximum length of the branches which may be printed over the air."
msgstr ""
msgctxt "machine_max_feedrate_x description"
msgid "The maximum speed for the motor of the X-direction."
msgstr "La vitesse maximale pour le moteur du sens X."
@ -4292,6 +4490,18 @@ msgctxt "raft_base_wall_count description"
msgid "The number of contours to print around the linear pattern in the base layer of the raft."
msgstr "Le nombre de contours à imprimer autour du motif linéaire dans la couche de base du radeau."
msgctxt "raft_interface_wall_count description"
msgid "The number of contours to print around the linear pattern in the middle layers of the raft."
msgstr ""
msgctxt "raft_surface_wall_count description"
msgid "The number of contours to print around the linear pattern in the top layers of the raft."
msgstr ""
msgctxt "raft_wall_count description"
msgid "The number of contours to print around the linear pattern of the raft."
msgstr ""
msgctxt "skin_edge_support_layers description"
msgid "The number of infill layers that supports skin edges."
msgstr "Le nombre de couches de remplissage qui soutient les bords de la couche."
@ -4680,6 +4890,10 @@ msgctxt "machine_gcode_flavor description"
msgid "The type of g-code to be generated."
msgstr "Type de G-Code à générer."
msgctxt "material_type description"
msgid "The type of material used."
msgstr ""
msgctxt "coasting_volume description"
msgid "The volume otherwise oozed. This value should generally be close to the nozzle diameter cubed."
msgstr "Volume de matière qui devrait suinter de la buse. Cette valeur doit généralement rester proche du diamètre de la buse au cube."
@ -4728,10 +4942,22 @@ msgctxt "bridge_wall_coast description"
msgid "This controls the distance the extruder should coast immediately before a bridge wall begins. Coasting before the bridge starts can reduce the pressure in the nozzle and may produce a flatter bridge."
msgstr "Ce paramètre contrôle la distance que l'extrudeuse doit parcourir en roue libre immédiatement avant le début d'une paroi de pont. L'utilisation de la roue libre avant le début du pont permet de réduire la pression à l'intérieur de la buse et d'obtenir un pont plus plat."
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."
msgstr ""
msgctxt "raft_interface_smoothing description"
msgid "This setting controls how much inner corners in the raft middle 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."
msgstr ""
msgctxt "raft_smoothing description"
msgid "This setting controls how much inner corners in the raft 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."
msgstr "Ce paramètre définit combien d'angles intérieurs sont arrondis dans le contour de radeau. Les angles internes sont arrondis en un demi-cercle avec un rayon égal à la valeur indiquée ici. Ce paramètre élimine également les cavités dans le contour de radeau qui sont d'une taille inférieure à ce cercle."
msgctxt "raft_surface_smoothing description"
msgid "This setting controls how much inner corners in the raft top 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."
msgstr ""
msgctxt "retraction_count_max description"
msgid "This setting limits the number of retractions occurring within the minimum extrusion distance window. Further retractions within this window will be ignored. This avoids retracting repeatedly on the same piece of filament, as that can flatten the filament and cause grinding issues."
msgstr "Ce paramètre limite le nombre de rétractions dans l'intervalle de distance minimal d'extrusion. Les rétractions qui dépassent cette valeur seront ignorées. Cela évite les rétractions répétitives sur le même morceau de filament, car cela risque de laplatir et de générer des problèmes décrasement."
@ -5092,10 +5318,6 @@ 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."
msgstr "Les parois ayant un angle supérieur à cette valeur seront imprimées en utilisant les paramètres de parois en porte-à-faux. Si la valeur est 90, aucune paroi ne sera considérée comme étant en porte-à-faux. La saillie soutenue par le support ne sera pas non plus considérée comme étant en porte-à-faux."
msgctxt "support_interface_skip_height description"
msgid "When checking where there's model above and below the support, take steps of the given height. Lower values will slice slower, while higher values may cause normal support to be printed in some places where there should have been support interface."
msgstr "Lors de la vérification de l'emplacement d'un modèle au-dessus et en-dessous du support, effectuer des étapes de la hauteur définie. Des valeurs plus faibles découperont plus lentement, tandis que des valeurs plus élevées peuvent causer l'impression d'un support normal à des endroits où il devrait y avoir une interface de support."
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."
msgstr "Lorsqu'ils sont activés, les parcours d'outils sont corrigés pour les imprimantes dotées de planificateurs de mouvements fluides. Les petits mouvements qui s'écartent de la direction générale de la trajectoire de l'outil sont lissés pour optimiser la fluidité des mouvements."
@ -5488,42 +5710,74 @@ msgctxt "travel description"
msgid "travel"
msgstr "déplacement"
msgctxt "gradual_flow_discretisation_step_size description"
msgid "Duration of each step in the gradual flow change"
msgstr "Durée de chaque étape du changement progressif de débit"
#~ msgctxt "brim_inside_margin description"
#~ msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes."
#~ msgstr "Une pièce entièrement contenue à l'intérieur d'une autre peut générer une bordure extérieure qui vient en contact avec l'intérieur de la pièce extérieure. Cette fonction supprime à cette distance toutes les bordures situées dans des vides intérieurs."
msgctxt "gradual_flow_enabled description"
msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops."
msgstr "Permettre des changements de débit progressifs. Lorsque cette option est activée, le débit est progressivement augmenté/diminué jusqu'au débit cible. Cette option est utile pour les imprimantes équipées d'un tube Bowden avec lesquelles le débit n'est pas immédiatement modifié lorsque le moteur de l'extrudeuse démarre/s'arrête."
#~ msgctxt "user_defined_print_order_enabled description"
#~ msgid "Allows to order the object list to set the print sequence manually. First object from the list will be printed first."
#~ msgstr "Permet de classer la liste des objets pour définir manuellement la séquence d'impression. Le premier objet de la liste sera imprimé en premier."
msgctxt "reset_flow_duration description"
msgid "For any travel move longer than this value, the material flow is reset to the paths target flow"
msgstr "Pour tout déplacement plus long que cette valeur, le débit de matière est réinitialisé au débit cible du parcours"
#~ msgctxt "brim_inside_margin label"
#~ msgid "Brim Inside Avoid Margin"
#~ msgstr "Marge d'évitement de la bordure intérieure"
msgctxt "gradual_flow_discretisation_step_size label"
msgid "Gradual flow discretisation step size"
msgstr "Taille du pas de discrétisation du débit progressif"
#~ msgctxt "brim_outside_only label"
#~ msgid "Brim Only on Outside"
#~ msgstr "Bordure uniquement sur l'extérieur"
msgctxt "gradual_flow_enabled label"
msgid "Gradual flow enabled"
msgstr "Débit progressif activé"
#~ msgctxt "gradual_flow_discretisation_step_size description"
#~ msgid "Duration of each step in the gradual flow change"
#~ msgstr "Durée de chaque étape du changement progressif de débit"
msgctxt "max_flow_acceleration label"
msgid "Gradual flow max acceleration"
msgstr "Accélération maximale du débit progressif"
#~ msgctxt "gradual_flow_enabled description"
#~ msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops."
#~ msgstr "Permettre des changements de débit progressifs. Lorsque cette option est activée, le débit est progressivement augmenté/diminué jusqu'au débit cible. Cette option est utile pour les imprimantes équipées d'un tube Bowden avec lesquelles le débit n'est pas immédiatement modifié lorsque le moteur de l'extrudeuse démarre/s'arrête."
msgctxt "layer_0_max_flow_acceleration label"
msgid "Initial layer max flow acceleration"
msgstr "Accélération maximale du débit de la couche initiale"
#~ msgctxt "reset_flow_duration description"
#~ msgid "For any travel move longer than this value, the material flow is reset to the paths target flow"
#~ msgstr "Pour tout déplacement plus long que cette valeur, le débit de matière est réinitialisé au débit cible du parcours"
msgctxt "max_flow_acceleration description"
msgid "Maximum acceleration for gradual flow changes"
msgstr "Accélération maximale des changements de débit progressifs"
#~ msgctxt "gradual_flow_discretisation_step_size label"
#~ msgid "Gradual flow discretisation step size"
#~ msgstr "Taille du pas de discrétisation du débit progressif"
msgctxt "layer_0_max_flow_acceleration description"
msgid "Minimum speed for gradual flow changes for the first layer"
msgstr "Vitesse minimale des changements de débit progressifs pour la première couche"
#~ msgctxt "gradual_flow_enabled label"
#~ msgid "Gradual flow enabled"
#~ msgstr "Débit progressif activé"
msgctxt "reset_flow_duration label"
msgid "Reset flow duration"
msgstr "Réinitialiser la durée du débit"
#~ msgctxt "max_flow_acceleration label"
#~ msgid "Gradual flow max acceleration"
#~ msgstr "Accélération maximale du débit progressif"
#~ msgctxt "layer_0_max_flow_acceleration label"
#~ msgid "Initial layer max flow acceleration"
#~ msgstr "Accélération maximale du débit de la couche initiale"
#~ msgctxt "layer_0_z_overlap description"
#~ msgid "Make the first and second layer of the model overlap in the Z direction to compensate for the filament lost in the airgap. All models above the first model layer will be shifted down by this amount."
#~ msgstr "La première et la deuxième couche du modèle se chevauchent dans la direction Z pour compenser le filament perdu dans l'entrefer. Toutes les couches au-dessus de la première couche du modèle seront décalées de ce montant."
#~ msgctxt "max_flow_acceleration description"
#~ msgid "Maximum acceleration for gradual flow changes"
#~ msgstr "Accélération maximale des changements de débit progressifs"
#~ msgctxt "layer_0_max_flow_acceleration description"
#~ msgid "Minimum speed for gradual flow changes for the first layer"
#~ msgstr "Vitesse minimale des changements de débit progressifs pour la première couche"
#~ msgctxt "brim_outside_only description"
#~ msgid "Only print the brim on the outside of the model. This reduces the amount of brim you need to remove afterwards, while it doesn't reduce the bed adhesion that much."
#~ msgstr "Imprimer uniquement la bordure sur l'extérieur du modèle. Cela réduit la quantité de bordure que vous devez retirer par la suite, sans toutefois véritablement réduire l'adhérence au plateau."
#~ msgctxt "reset_flow_duration label"
#~ msgid "Reset flow duration"
#~ msgstr "Réinitialiser la durée du débit"
#~ msgctxt "support_interface_skip_height label"
#~ msgid "Support Interface Resolution"
#~ msgstr "Résolution de l'interface du support"
#~ msgctxt "support_interface_skip_height description"
#~ msgid "When checking where there's model above and below the support, take steps of the given height. Lower values will slice slower, while higher values may cause normal support to be printed in some places where there should have been support interface."
#~ msgstr "Lors de la vérification de l'emplacement d'un modèle au-dessus et en-dessous du support, effectuer des étapes de la hauteur définie. Des valeurs plus faibles découperont plus lentement, tandis que des valeurs plus élevées peuvent causer l'impression d'un support normal à des endroits où il devrait y avoir une interface de support."

View file

@ -0,0 +1,54 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Uranium json setting files\n"
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
"POT-Creation-Date: 2024-03-11 11:28+0000\n"
"PO-Revision-Date: 2024-03-11 11:28+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: en\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
msgctxt "gradual_flow_discretisation_step_size description"
msgid "Duration of each step in the gradual flow change"
msgstr ""
msgctxt "gradual_flow_enabled description"
msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops."
msgstr ""
msgctxt "reset_flow_duration description"
msgid "For any travel move longer than this value, the material flow is reset to the paths target flow"
msgstr ""
msgctxt "gradual_flow_discretisation_step_size label"
msgid "Gradual flow discretisation step size"
msgstr ""
msgctxt "gradual_flow_enabled label"
msgid "Gradual flow enabled"
msgstr ""
msgctxt "max_flow_acceleration label"
msgid "Gradual flow max acceleration"
msgstr ""
msgctxt "layer_0_max_flow_acceleration label"
msgid "Initial layer max flow acceleration"
msgstr ""
msgctxt "max_flow_acceleration description"
msgid "Maximum acceleration for gradual flow changes"
msgstr ""
msgctxt "layer_0_max_flow_acceleration description"
msgid "Minimum speed for gradual flow changes for the first layer"
msgstr ""
msgctxt "reset_flow_duration label"
msgid "Reset flow duration"
msgstr ""

View file

@ -0,0 +1,58 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Uranium json setting files\n"
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
"POT-Creation-Date: 2024-03-11 11:28+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
msgctxt "gradual_flow_enabled label"
msgid "Gradual flow enabled"
msgstr ""
msgctxt "gradual_flow_enabled description"
msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops."
msgstr ""
msgctxt "max_flow_acceleration label"
msgid "Gradual flow max acceleration"
msgstr ""
msgctxt "max_flow_acceleration description"
msgid "Maximum acceleration for gradual flow changes"
msgstr ""
msgctxt "layer_0_max_flow_acceleration label"
msgid "Initial layer max flow acceleration"
msgstr ""
msgctxt "layer_0_max_flow_acceleration description"
msgid "Minimum speed for gradual flow changes for the first layer"
msgstr ""
msgctxt "gradual_flow_discretisation_step_size label"
msgid "Gradual flow discretisation step size"
msgstr ""
msgctxt "gradual_flow_discretisation_step_size description"
msgid "Duration of each step in the gradual flow change"
msgstr ""
msgctxt "reset_flow_duration label"
msgid "Reset flow duration"
msgstr ""
msgctxt "reset_flow_duration description"
msgid "For any travel move longer than this value, the material flow is reset to the paths target flow"
msgstr ""

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Cura 5.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-31 19:13+0100\n"
"POT-Creation-Date: 2024-03-13 09:02+0100\n"
"PO-Revision-Date: 2020-03-24 09:36+0100\n"
"Last-Translator: Nagy Attila <vokroot@gmail.com>\n"
"Language-Team: ATI-SZOFT\n"
@ -123,6 +123,10 @@ msgctxt "@title:menu menubar:file"
msgid "&Save Project..."
msgstr ""
msgctxt "@title:menu menubar:file Don't translate 'Universal Cura Project'"
msgid "&Save Universal Cura Project..."
msgstr ""
msgctxt "@title:menu menubar:toplevel"
msgid "&Settings"
msgstr "&Beállítások"
@ -264,6 +268,10 @@ msgid_plural "A cloud connection is not available for some printers"
msgstr[0] ""
msgstr[1] ""
msgctxt "@text"
msgid "A highly dense and strong part but at a slower print time. Great for functional parts."
msgstr ""
msgctxt "@message"
msgid "A print is still in progress. Cura cannot start another print via USB until the previous print has completed."
msgstr "A nyomtatás még folyamatban van. A Cura nem indíthat új nyomtatást USB-n keresztül, amíg az előző nyomtatás be nem fejeződött."
@ -498,10 +506,18 @@ msgctxt "@label"
msgid "Anonymous"
msgstr "Névtelen"
msgctxt "@option:radio"
msgid "Anonymous crash reports"
msgstr ""
msgctxt "@label Description for application component"
msgid "Application framework"
msgstr "Alkalmazás keretrendszer"
msgctxt "@title:column"
msgid "Applies on"
msgstr ""
msgctxt "@label"
msgid "Apply Extruder offsets to GCode"
msgstr ""
@ -688,6 +704,10 @@ msgctxt "@info:status"
msgid "Calculated"
msgstr "Számított"
msgctxt "@window:text"
msgid "Camera navigation:"
msgstr ""
msgctxt "@window:text"
msgid "Camera rendering:"
msgstr ""
@ -1410,6 +1430,10 @@ msgctxt "@label"
msgid "Draft"
msgstr ""
msgctxt "@action:inmenu menubar:edit"
msgid "Drop All Models to buildplate"
msgstr ""
msgctxt "@action:button"
msgid "Duplicate"
msgstr "Másolat"
@ -1536,6 +1560,10 @@ msgctxt "@action:inmenu menubar:file"
msgid "Export Selection..."
msgstr "Kiválasztás exportálása..."
msgctxt "@title:window Don't translate 'Universal Cura Project'"
msgid "Export Universal Cura Project"
msgstr ""
msgctxt "@button"
msgid "Export material archive"
msgstr ""
@ -1569,10 +1597,23 @@ msgctxt "@title:label"
msgid "Extruder End G-code"
msgstr "Extruder G-kód zárás"
msgctxt "@label"
msgid "Extruder End G-code duration"
msgstr ""
msgctxt "@title:label"
msgid "Extruder Start G-code"
msgstr "Extruder G-kód kezdés"
msgctxt "@label"
msgid "Extruder Start G-code duration"
msgstr ""
#, python-brace-format
msgctxt "@label"
msgid "Extruder {0}"
msgstr ""
msgctxt "@info:title"
msgid "Extruder(s) Disabled"
msgstr "Extruder(ek) kikapcsolva"
@ -1639,6 +1680,11 @@ 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 ""
msgctxt "@label:category menu label"
msgid "Favorites"
msgstr "Kedvencek"
@ -1780,6 +1826,9 @@ msgctxt "@option:check"
msgid "Force layer view compatibility mode (restart required)"
msgstr "A rétegnézet kompatibilis módjának kényszerítése (újraindítás szükséges)"
msgid "FreeCAD trackpad"
msgstr ""
msgctxt "@action:inmenu menubar:view"
msgid "Front View"
msgstr "Előlnézet"
@ -1868,6 +1917,10 @@ msgctxt "@action"
msgid "Get started"
msgstr "Kezdjük el"
msgctxt "@label"
msgid "Global"
msgstr ""
msgctxt "@title:tab"
msgid "Global Settings"
msgstr "Általános beállítások"
@ -1917,6 +1970,10 @@ msgctxt "@label"
msgid "Hide all connected printers"
msgstr ""
msgctxt "@action:button"
msgid "Hide settings"
msgstr ""
msgctxt "@action:menu"
msgid "Hide this setting"
msgstr "Beállítás elrejtése"
@ -1993,6 +2050,10 @@ msgctxt "@button"
msgid "In order to use the package you will need to restart Cura"
msgstr ""
msgctxt "@option:radio"
msgid "Include UltiMaker account name"
msgstr ""
msgctxt "@label"
msgid "Infill"
msgstr "Kitöltés"
@ -2696,6 +2757,10 @@ msgctxt "@message"
msgid "No results found with current filter"
msgstr ""
msgctxt "@label"
msgid "No specific value has been set"
msgstr ""
msgctxt "@label"
msgid "No time estimation available"
msgstr "Nincs időbecslés"
@ -2797,6 +2862,10 @@ msgctxt "@info:status"
msgid "Only one G-code file can be loaded at a time. Skipped importing {0}"
msgstr "Egyszerre csak egy G-kód fájlt lehet betölteni. Az importálás kihagyva {0}"
msgctxt "@message"
msgid "Oops! We encountered an unexpected error during your slicing process. Rest assured, we've automatically received the crash logs for analysis, if you have not disabled data sharing in your preferences. To assist us further, consider sharing your project details on our issue tracker."
msgstr ""
msgctxt "@action:button"
msgid "Open"
msgstr "Megnyitás"
@ -2825,10 +2894,22 @@ msgctxt "@info:title"
msgid "Open Project File"
msgstr "Projekt fájl megnyitása"
msgctxt "@title:window Don't translate 'Universal Cura Project'"
msgid "Open Universal Cura Project (UCP)"
msgstr ""
msgctxt "@title:window Don't translate 'Universal Cura Project'"
msgid "Open Universal Cura Project (UCP) file"
msgstr ""
msgctxt "@action:label"
msgid "Open With"
msgstr ""
msgctxt "@action:button"
msgid "Open as UCP"
msgstr ""
msgctxt "@action:button"
msgid "Open as project"
msgstr "Megnyitás projektként"
@ -3041,6 +3122,10 @@ msgctxt "@description"
msgid "Please sign in to get verified plugins and materials for UltiMaker Cura Enterprise"
msgstr ""
msgctxt "@info:tooltip"
msgid "Please sign in to your UltiMaker account to allow sending non-anonymous data."
msgstr ""
msgctxt "@action:button"
msgid "Please sync the material profiles with your printers before starting to print."
msgstr ""
@ -3137,6 +3222,14 @@ msgctxt "@action:button"
msgid "Print"
msgstr "Nyomtatás"
msgctxt "@action:inmenu menubar:edit"
msgid "Print After"
msgstr "Nyomtatás után"
msgctxt "@action:inmenu menubar:edit"
msgid "Print Before"
msgstr "Nyomtatás előtt"
msgctxt "@label"
msgid "Print Selected Model With:"
msgid_plural "Print Selected Models With:"
@ -3443,8 +3536,8 @@ msgid "Provides support for reading model files."
msgstr "Támogatást nyújt a modellfájlok olvasásához."
msgctxt "description"
msgid "Provides support for writing 3MF files."
msgstr "Támogatást nyújt a 3MF fájlok írásához."
msgid "Provides support for writing 3MF and UCP files."
msgstr ""
msgctxt "description"
msgid "Provides support for writing MakerBot Format Packages."
@ -3688,7 +3781,11 @@ msgid "Save Cura project"
msgstr ""
msgctxt "@option"
msgid "Save Cura project and print file"
msgid "Save Cura project and .makerbot print file"
msgstr ""
msgctxt "@option"
msgid "Save Cura project and .ufp print file"
msgstr ""
msgctxt "@title:window"
@ -3715,6 +3812,10 @@ msgctxt "@button"
msgid "Save new profile"
msgstr ""
msgctxt "@action:button"
msgid "Save project"
msgstr ""
msgctxt "@text"
msgid "Save the .umm file on a USB stick."
msgstr ""
@ -3818,6 +3919,18 @@ msgctxt "@action:button"
msgid "Send crash report to UltiMaker"
msgstr "Hibajelentés küldése az UltiMaker -nek"
msgctxt "@info:tooltip"
msgid "Send crash reports with your registered UltiMaker account name and the project name to UltiMaker Sentry. No actual model data is being send."
msgstr ""
msgctxt "@info:tooltip"
msgid "Send crash reports without any personally identifiable information or models data to UltiMaker."
msgstr ""
msgctxt "@option:check"
msgid "Send engine crash reports"
msgstr ""
msgctxt "@action:button"
msgid "Send report"
msgstr "Jelentés küldés"
@ -3870,6 +3983,10 @@ msgctxt "@title:tab"
msgid "Settings"
msgstr "Beállítások"
msgctxt "@action:label"
msgid "Settings Loaded from UCP file"
msgstr ""
msgctxt "@info:message Followed by a list of settings."
msgid "Settings have been changed to match the current availability of extruders:"
msgstr "A beállításokat megváltoztattuk, hogy azok megfeleljenek az jelenleg elérhető extrudereknek:"
@ -3938,6 +4055,10 @@ msgctxt "@info:tooltip"
msgid "Should opening files from the desktop or external applications open in the same instance of Cura?"
msgstr ""
msgctxt "@info:tooltip"
msgid "Should slicing crashes be automatically reported to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored, unless you give explicit permission."
msgstr ""
msgctxt "@info:tooltip"
msgid "Should the build plate be cleared before loading a new model in the single instance of Cura?"
msgstr ""
@ -3994,6 +4115,10 @@ msgctxt "@action:button"
msgid "Show detailed crash report"
msgstr "Hibajelentés részletei"
msgctxt "@action:button"
msgid "Show settings"
msgstr ""
msgctxt "@option:check"
msgid "Show summary dialog when saving project"
msgstr "Összegzés megjelenítése projekt mentésekor"
@ -4070,10 +4195,6 @@ msgctxt "@message:title"
msgid "Slicing failed"
msgstr ""
msgctxt "@message"
msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker."
msgstr ""
msgctxt "@label:PrintjobStatus"
msgid "Slicing..."
msgstr "Szeletelés..."
@ -4082,6 +4203,10 @@ msgctxt "@action:label"
msgid "Smoothing"
msgstr "Simítás"
msgctxt "@label"
msgid "Solid"
msgstr ""
msgctxt "name"
msgid "Solid View"
msgstr "Felület nézet"
@ -4207,10 +4332,26 @@ msgctxt "@info:status"
msgid "Successfully imported profile {0}."
msgstr ""
msgctxt "@action:label"
msgid "Suggested Material settings"
msgstr ""
msgctxt "@action:label"
msgid "Suggested Profile settings"
msgstr ""
msgctxt "@action:title"
msgid "Summary - Cura Project"
msgstr "Összegzés - Cura Project"
msgctxt "@action:title Don't translate 'Universal Cura Project'"
msgid "Summary - Open Universal Cura Project (UCP)"
msgstr ""
msgctxt "@action:title Don't translate 'Universal Cura Project'"
msgid "Summary - Universal Cura Project"
msgstr ""
msgctxt "@label"
msgid "Support"
msgstr "Támasz"
@ -4583,6 +4724,10 @@ msgctxt "@label"
msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile."
msgstr "Ez a konfiguráció nem érhető el, mert a(z) %1 nem azonosítható. Kérjük, látogasson el a %2 webhelyre a megfelelő anyagprofil letöltéséhez."
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 ""
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?"
msgstr "Ez egy Cura projekt fájl. Szeretné projektként megnyitni, vagy importálni a modelleket?"
@ -4672,6 +4817,14 @@ msgctxt "@label"
msgid "This setting is resolved from conflicting extruder-specific values:"
msgstr ""
msgctxt "@tooltip Don't translate 'Universal Cura Project'"
msgid "This setting may not perform well while exporting to Universal Cura Project, Users are asked to add it at their own risk."
msgstr ""
msgctxt "@tooltip Don't translate 'Universal Cura Project'"
msgid "This setting may not perform well while exporting to Universal Cura Project. Users are asked to add it at their own risk."
msgstr ""
msgctxt "@info:warning"
msgid "This version is not intended for production use. If you encounter any issues, please report them on our GitHub page, mentioning the full version {self.getVersion()}"
msgstr ""
@ -4901,6 +5054,11 @@ 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 ""
msgctxt "@label:status"
msgid "Unavailable"
msgstr "Elérhetetlen"
@ -4921,6 +5079,14 @@ msgctxt "@title:column Unit of measurement"
msgid "Unit"
msgstr ""
msgctxt "@item:inlistbox"
msgid "Universal Cura Project"
msgstr ""
msgctxt "@action:description Don't translate 'Universal Cura Project'"
msgid "Universal Cura Project files can be printed on different 3D printers while retaining positional data and selected settings. When exported, all models present on the build plate will be included along with their current position, orientation, and scale. You can also select which per-extruder or per-model settings should be included to ensure proper printing."
msgstr ""
msgctxt "@label Description for development tool"
msgid "Universal build system configuration"
msgstr ""
@ -5110,6 +5276,10 @@ msgctxt "description"
msgid "Upgrades configurations from Cura 5.4 to Cura 5.5."
msgstr ""
msgctxt "description"
msgid "Upgrades configurations from Cura 5.6 to Cura 5.7."
msgstr ""
msgctxt "@action:button"
msgid "Upload custom Firmware"
msgstr "Egyedi firmware feltöltése"
@ -5142,6 +5312,10 @@ msgctxt "@label Description for application dependency"
msgid "Utility library, including Voronoi generation"
msgstr ""
msgctxt "@title:column"
msgid "Value"
msgstr ""
msgctxt "name"
msgid "Version Upgrade 2.1 to 2.2"
msgstr "A 2.1-es verzió frissítése 2.2-re"
@ -5246,6 +5420,10 @@ msgctxt "name"
msgid "Version Upgrade 5.4 to 5.5"
msgstr ""
msgctxt "name"
msgid "Version Upgrade 5.6 to 5.7"
msgstr ""
msgctxt "@button"
msgid "View printers in Digital Factory"
msgstr ""
@ -5323,6 +5501,10 @@ msgctxt "@label"
msgid "What printer would you like to setup?"
msgstr ""
msgctxt "@info:tooltip"
msgid "What type of camera navigation should be used?"
msgstr ""
msgctxt "@info:tooltip"
msgid "What type of camera rendering should be used?"
msgstr "Milyen fípusú fényképezőgépet használunk?"
@ -5528,6 +5710,10 @@ msgctxt "@label"
msgid "mm"
msgstr "mm"
msgctxt "@label"
msgid "s"
msgstr ""
msgctxt "@info:status"
msgid "today"
msgstr "ma"
@ -5557,6 +5743,10 @@ msgstr ""
#~ msgid "Error writing 3mf file."
#~ msgstr "Hiba a 3mf fájl írásakor."
#~ msgctxt "description"
#~ msgid "Provides support for writing 3MF files."
#~ msgstr "Támogatást nyújt a 3MF fájlok írásához."
#~ msgctxt "@info:title"
#~ msgid "Simulation View"
#~ msgstr "Szimuláció nézet"

View file

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Cura 5.1\n"
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
"POT-Creation-Date: 2023-06-08 16:32+0000\n"
"POT-Creation-Date: 2024-03-11 11:28+0000\n"
"PO-Revision-Date: 2020-03-24 09:27+0100\n"
"Last-Translator: Nagy Attila <vokroot@gmail.com>\n"
"Language-Team: AT-VLOG\n"
@ -45,6 +45,10 @@ msgctxt "machine_extruder_end_code label"
msgid "Extruder End G-Code"
msgstr "Záró G-Code az extruderhez"
msgctxt "machine_extruder_end_code_duration label"
msgid "Extruder End G-Code Duration"
msgstr ""
msgctxt "machine_extruder_end_pos_abs label"
msgid "Extruder End Position Absolute"
msgstr "Extruder abszolút vég pozíció"
@ -77,6 +81,10 @@ msgctxt "machine_extruder_start_code label"
msgid "Extruder Start G-Code"
msgstr "Kezdő G-Code az extruderhez"
msgctxt "machine_extruder_start_code_duration label"
msgid "Extruder Start G-Code Duration"
msgstr ""
msgctxt "machine_extruder_start_pos_abs label"
msgid "Extruder Start Position Absolute"
msgstr "Extruder Abszolút Indulási Helyzet"
@ -161,6 +169,14 @@ msgctxt "machine_extruder_cooling_fan_number description"
msgid "The number of the print cooling fan associated with this extruder. Only change this from the default value of 0 when you have a different print cooling fan for each extruder."
msgstr "Az extruderekhez társított nyomtatási hűtőventilátor száma.Csak akkor változtassa meg ezt az alapértelmezett 0-tól, ha minden extruder számára külön nyomtatási hűtőventilátor van."
msgctxt "machine_extruder_end_code_duration description"
msgid "The time it takes to execute the end g-code, when switching away from this extruder."
msgstr ""
msgctxt "machine_extruder_start_code_duration description"
msgid "The time it'll take to execute the start g-code, when switching to this extruder."
msgstr ""
msgctxt "machine_extruder_end_pos_x description"
msgid "The x-coordinate of the ending position when turning the extruder off."
msgstr "A befejező X koordináta, mikor az extruder kikapcsol."

View file

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Cura 5.1\n"
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
"POT-Creation-Date: 2023-11-24 12:51+0000\n"
"POT-Creation-Date: 2024-03-12 15:10+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"
@ -17,6 +17,14 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 2.2.4\n"
msgctxt "prime_tower_mode description"
msgid "<html>How to generate the prime tower:<ul><li><b>Normal:</b> create a bucket in which secondary materials are primed</li><li><b>Interleaved:</b> create a prime tower as sparse as possible. This will save time and filament, but is only possible if the used materials adhere to each other</li></ul></html>"
msgstr ""
msgctxt "brim_inside_margin description"
msgid "A brim around a model may touch an other model where you don't want it. This removes all brim within this distance from brimless models."
msgstr ""
msgctxt "ironing_inset description"
msgid "A distance to keep from the edges of the model. Ironing all the way to the edge of the mesh may result in a jagged edge on your print."
msgstr "A modell szélétől tartandó távolság. Ha a vasalás kifutna a test külső éleihez, az egyenetlenséget okozhatna ott."
@ -61,10 +69,6 @@ msgctxt "machine_disallowed_areas description"
msgid "A list of polygons with areas the print head is not allowed to enter."
msgstr "A sokszögek listája azon területekkel, ahová a nyomtatófej nem léphet be."
msgctxt "brim_inside_margin description"
msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes."
msgstr ""
msgctxt "support_tree_branch_reach_limit description"
msgid "A recomendation to how far branches can move from the points they support. Branches can violate this value to reach their destination (buildplate or a flat part of the model). Lowering this value will make the support more sturdy, but increase the amount of branches (and because of that material usage/print time) "
msgstr ""
@ -157,6 +161,10 @@ msgctxt "resolution description"
msgid "All settings that influence the resolution of the print. These settings have a large impact on the quality (and print time)"
msgstr "Az összes beállítás, ami befolyásolja a nyomtatvány felbontását és minőségét. Ezekek a beállítások hatással vannak a minőségre és a nyomtatási sebességre."
msgctxt "user_defined_print_order_enabled description"
msgid "Allows you to order the object list to manually set the print sequence. First object from the list will be printed first."
msgstr ""
msgctxt "alternate_extra_perimeter label"
msgid "Alternate Extra Wall"
msgstr "Alternatív extra fal"
@ -405,21 +413,21 @@ msgctxt "adhesion_type option brim"
msgid "Brim"
msgstr "Perem"
msgctxt "brim_gap label"
msgid "Brim Distance"
msgctxt "brim_inside_margin label"
msgid "Brim Avoid Margin"
msgstr ""
msgctxt "brim_inside_margin label"
msgid "Brim Inside Avoid Margin"
msgctxt "brim_gap label"
msgid "Brim Distance"
msgstr ""
msgctxt "brim_line_count label"
msgid "Brim Line Count"
msgstr "Perem vonalszám"
msgctxt "brim_outside_only label"
msgid "Brim Only on Outside"
msgstr "Perem csak kívül"
msgctxt "brim_location label"
msgid "Brim Location"
msgstr ""
msgctxt "brim_replaces_support label"
msgid "Brim Replaces Support"
@ -461,6 +469,14 @@ msgctxt "build_volume_temperature label"
msgid "Build Volume Temperature"
msgstr "Építési tér hőmérséklete"
msgctxt "bv_temp_anomaly_limit label"
msgid "Build Volume temperature Limit"
msgstr ""
msgctxt "bv_temp_warn_limit label"
msgid "Build Volume temperature Warning"
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."
msgstr ""
@ -873,6 +889,10 @@ msgctxt "cool_fan_enabled label"
msgid "Enable Print Cooling"
msgstr "Tárgyhűtés engedélyezés"
msgctxt "ppr_enable label"
msgid "Enable Print Process Reporting"
msgstr ""
msgctxt "retraction_enable label"
msgid "Enable Retraction"
msgstr "Visszahúzás engedélyezés"
@ -905,6 +925,10 @@ msgctxt "ooze_shield_enabled description"
msgid "Enable exterior ooze shield. This will create a shell around the model which is likely to wipe a second nozzle if it's at the same height as the first nozzle."
msgstr "Engedélyezi a szivárgáspajzsot. Ez létrehoz egy héjat a modell körül, úgy, hogy az nem ér a modellhez, azonban a fej visszaálláskor, az esetlegesen fúvókából kicsöppenő anyagmaradványokat 'letörli' ebben a héjban."
msgctxt "ppr_enable description"
msgid "Enable print process reporting for setting threshold values for possible fault detection."
msgstr ""
msgctxt "small_skin_on_surface description"
msgid "Enable small (up to 'Small Top/Bottom Width') regions on the topmost skinned layer (exposed to air) to be filled with walls instead of the default pattern."
msgstr ""
@ -937,6 +961,10 @@ msgctxt "brim_replaces_support description"
msgid "Enforce brim to be printed around the model even if that space would otherwise be occupied by support. This replaces some regions of the first layer of support by brim regions."
msgstr "Kényszerítő Perem nyomtatás a tárgy körül, még azokon a helyeken is, ahol egyébként támaszt kellene nyomtatni. Ezeken a helyeken a támasz első rétege helyett a perem lesz nyomtatva."
msgctxt "brim_location option everywhere"
msgid "Everywhere"
msgstr ""
msgctxt "support_type option everywhere"
msgid "Everywhere"
msgstr "Mindenhol"
@ -1041,6 +1069,10 @@ msgctxt "speed_equalize_flow_width_factor label"
msgid "Flow Equalization Ratio"
msgstr ""
msgctxt "flow_anomaly_limit label"
msgid "Flow Limit"
msgstr ""
msgctxt "flow_rate_extrusion_offset_factor label"
msgid "Flow Rate Compensation Factor"
msgstr ""
@ -1053,6 +1085,10 @@ msgctxt "material_flow_temp_graph label"
msgid "Flow Temperature Graph"
msgstr "Adagolás hőmérséklet diagram"
msgctxt "flow_warn_limit label"
msgid "Flow Warning"
msgstr ""
msgctxt "material_flow_layer_0 description"
msgid "Flow compensation for the first layer: the amount of material extruded on the initial layer is multiplied by this value."
msgstr "Az első réteg áramlási kompenzációja: az eredeti rétegre extrudált anyag mennyiségét megszorozzuk ezzel az értékkel."
@ -1445,10 +1481,22 @@ msgctxt "wall_transition_filter_distance description"
msgid "If it would be transitioning back and forth between different numbers of walls in quick succession, don't transition at all. Remove transitions if they are closer together than this distance."
msgstr ""
msgctxt "raft_base_margin description"
msgid "If the raft base is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print."
msgstr ""
msgctxt "raft_margin description"
msgid "If the raft is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print."
msgstr "Ha az extra margót engedélyezzük, akkor a modell alá nyomtatott tutajt ki vogja egészíteni, és bővíteni kifelé irányban. Ez egy erősebb tutajt fog létrehozni, viszont több alapanyagot igényel, és csökkenti a használható nyomtatási területet."
msgctxt "raft_interface_margin description"
msgid "If the raft middle is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print."
msgstr ""
msgctxt "raft_surface_margin description"
msgid "If the raft top is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print."
msgstr ""
msgctxt "meshfix_union_all description"
msgid "Ignore the internal geometry arising from overlapping volumes within a mesh and print the volumes as one. This may cause unintended internal cavities to disappear."
msgstr "Figyelmen kívül hagyja a hálóban lévő, átfedő térfogatokból származó belső geometriai alakzatokat, és a szintet egyben nyomtatja ki. Ez a nem kívánt belső üregek eltűnését eredményezheti."
@ -1677,6 +1725,10 @@ msgctxt "wall_0_inset description"
msgid "Inset applied to the path of the outer wall. If the outer wall is smaller than the nozzle, and printed after the inner walls, use this offset to get the hole in the nozzle to overlap with the inner walls instead of the outside of the model."
msgstr "Eltolás a külső fal útvonalára. Ha a külső fal kisebb, mint a fúvóka, és a belső falak után nyomtatódik, akkor ezt az eltolást használjuk, hogy a fúvóka furata a belső falakon nyúljon túl, a modell külseje helyett."
msgctxt "brim_location option inside"
msgid "Inside Only"
msgstr ""
msgctxt "inset_direction option inside_out"
msgid "Inside To Outside"
msgstr ""
@ -1689,6 +1741,10 @@ msgctxt "support_interface_priority option interface_area_overwrite_support_area
msgid "Interface preferred"
msgstr ""
msgctxt "prime_tower_mode option interleaved"
msgid "Interleaved"
msgstr ""
msgctxt "interlocking_beam_layer_count label"
msgid "Interlocking Beam Layer Count"
msgstr ""
@ -1829,6 +1885,30 @@ msgctxt "support_tree_limit_branch_reach description"
msgid "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)"
msgstr ""
msgctxt "bv_temp_warn_limit description"
msgid "Limit on Build Volume Temperature warning for detection."
msgstr ""
msgctxt "bv_temp_anomaly_limit description"
msgid "Limit on Build Volume temperature Anomaly for detection."
msgstr ""
msgctxt "print_temp_anomaly_limit description"
msgid "Limit on Print Temperature anomaly for detection."
msgstr ""
msgctxt "print_temp_warn_limit description"
msgid "Limit on Print temperature warning for detection."
msgstr ""
msgctxt "flow_anomaly_limit description"
msgid "Limit on flow anomaly for detection."
msgstr ""
msgctxt "flow_warn_limit description"
msgid "Limit on the flow warning for detection."
msgstr ""
msgctxt "cutting_mesh description"
msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder."
msgstr "Korlátozza ennek a hálónak a térfogatát más hálókon belül. Ezt fel tudjuk használni egy háló nyomtatásának bizonyos területeire, különböző beállításokkal, vagy akát teljesen eltérő extruderrel."
@ -1926,8 +2006,10 @@ msgid "Make the extruder prime position absolute rather than relative to the las
msgstr "A nyomtatófej kezdeti pozíciója legyen abszolút, és ne a fej utolsó ismert helyzetéhez viszonyítson."
msgctxt "layer_0_z_overlap description"
msgid "Make the first and second layer of the model overlap in the Z direction to compensate for the filament lost in the airgap. All models above the first model layer will be shifted down by this amount."
msgstr "A modell első és második rétege között átfedést hoz létre Z irányban.Ez képes kompenzálni azt a hibát, ami az első rétegben keletkezett. Ezt a hibát az okozza, hogy a tutaj légrésben az első réteg benyúlik, így nem alakul ki a tökéletes első réteg.Az első réteg feletti összes rész magasságát érinti ez a beállítás."
msgid ""
"Make the first and second layer of the model overlap in the Z direction to compensate for the filament lost in the airgap. All models above the first model layer will be shifted down by this amount.\n"
"It may be noted that sometimes the second layer is printed below initial layer because of this setting. This is intended behavior"
msgstr ""
msgctxt "meshfix description"
msgid "Make the meshes more suited for 3D printing."
@ -1953,10 +2035,18 @@ msgctxt "material label"
msgid "Material"
msgstr "Alapanyag"
msgctxt "material_brand label"
msgid "Material Brand"
msgstr ""
msgctxt "material_guid label"
msgid "Material GUID"
msgstr "Alapanyag GUID"
msgctxt "material_type label"
msgid "Material Type"
msgstr ""
msgctxt "max_extrusion_before_wipe label"
msgid "Material Volume Between Wipes"
msgstr "Anyagmennyiség törlések között"
@ -2233,6 +2323,10 @@ msgctxt "ironing_monotonic label"
msgid "Monotonic Ironing Order"
msgstr ""
msgctxt "raft_surface_monotonic label"
msgid "Monotonic Raft Top Surface Order"
msgstr ""
msgctxt "roofing_monotonic label"
msgid "Monotonic Top Surface Order"
msgstr ""
@ -2273,6 +2367,10 @@ msgctxt "magic_mesh_surface_mode option normal"
msgid "Normal"
msgstr "Normál"
msgctxt "prime_tower_mode option normal"
msgid "Normal"
msgstr ""
msgctxt "support_structure option normal"
msgid "Normal"
msgstr ""
@ -2405,10 +2503,6 @@ msgctxt "ironing_only_highest_layer description"
msgid "Only perform ironing on the very last layer of the mesh. This saves time if the lower layers don't need a smooth surface finish."
msgstr "A vasalást csak a legfelső rétegen végzi el. Ha az alacsonyabb szinteken lévőfelső felületeken nem szükséges a sima felület, akkor ezzel időt takaríthatunk meg."
msgctxt "brim_outside_only description"
msgid "Only print the brim on the outside of the model. This reduces the amount of brim you need to remove afterwards, while it doesn't reduce the bed adhesion that much."
msgstr "Csak a modell külső falaihoz nyomtat Peremet. Ez csökkenti a perem nyomtatási költségét, és nem szükséges a belső részeken eltávolítani majd azt, továbbá a test letapadását nem csökkenti jelentősen."
msgctxt "ooze_shield_angle label"
msgid "Ooze Shield Angle"
msgstr "Szivárgáspajzs szöge"
@ -2469,6 +2563,10 @@ msgctxt "group_outer_walls description"
msgid "Outer walls of different islands in the same layer are printed in sequence. When enabled the amount of flow changes is limited because walls are printed one type at a time, when disabled the number of travels between islands is reduced because walls in the same islands are grouped."
msgstr "Az azonos rétegben lévő különböző szigetek külső falait sorban nyomtatják. Amikor engedélyezve van, korlátozódik az áramlás változásainak mértéke, mert a falak típusonként nyomtathatók ki. Amikor letiltva van, az utazások számát a szigetek között csökkenti, mert ugyanazon szigeteken lévő falak csoportosítva vannak."
msgctxt "brim_location option outside"
msgid "Outside Only"
msgstr ""
msgctxt "inset_direction option outside_in"
msgid "Outside To Inside"
msgstr ""
@ -2549,6 +2647,10 @@ msgctxt "prime_tower_line_width label"
msgid "Prime Tower Line Width"
msgstr "Előtorony vonalszélesség"
msgctxt "prime_tower_max_bridging_distance label"
msgid "Prime Tower Maximum Bridging Distance"
msgstr ""
msgctxt "prime_tower_min_volume label"
msgid "Prime Tower Minimum Volume"
msgstr "Előtorony minimális térfogat"
@ -2565,6 +2667,10 @@ msgctxt "speed_prime_tower label"
msgid "Prime Tower Speed"
msgstr "Előtorony sebesség"
msgctxt "prime_tower_mode label"
msgid "Prime Tower Type"
msgstr ""
msgctxt "prime_tower_position_x label"
msgid "Prime Tower X Position"
msgstr "Előtorony X helyzet"
@ -2581,6 +2687,10 @@ msgctxt "jerk_print label"
msgid "Print Jerk"
msgstr "Nyomtatás löket"
msgctxt "ppr label"
msgid "Print Process Reporting"
msgstr ""
msgctxt "print_sequence label"
msgid "Print Sequence"
msgstr "Nyomtatási sorrend"
@ -2593,6 +2703,10 @@ msgctxt "fill_outline_gaps label"
msgid "Print Thin Walls"
msgstr "Vékony falak nyomtatása"
msgctxt "brim_location description"
msgid "Print a brim on the outside of the model, inside, or both. Depending on the model, this helps reducing the amount of brim you need to remove afterwards, while ensuring a proper bed adhesion."
msgstr ""
msgctxt "prime_tower_enable description"
msgid "Print a tower next to the print which serves to prime the material after each nozzle switch."
msgstr "Nyomtasson egy tornyot a nyomtatandó tárgy mellett, amely abban segít, hogy a fejben lévő anyagváltást végre tudja hajtani. Kinyomtatja az előtoronyba a fejben marad előző alapanyag maradványokat, így már kitisztult fúvókával tudja a nyomtatást folytatni a nyomtatandó testen."
@ -2613,6 +2727,10 @@ msgctxt "fill_outline_gaps description"
msgid "Print pieces of the model which are horizontally thinner than the nozzle size."
msgstr "Nyomtassa a modell egyes részeit vékonyabbra a vízszintes síkon, mint a fúvóka mérete."
msgctxt "raft_surface_monotonic description"
msgid "Print raft top surface lines in an ordering that causes them to always overlap with adjacent lines in a single direction. This takes slightly more time to print, but makes the surface look more consistent, which is also visible on the model bottom surface."
msgstr ""
msgctxt "bridge_skin_speed_2 description"
msgid "Print speed to use when printing the second bridge skin layer."
msgstr "Ha használunk második hídréteget, akkor az ezzel a sebességgel fog nyomtatódni."
@ -2621,6 +2739,14 @@ msgctxt "bridge_skin_speed_3 description"
msgid "Print speed to use when printing the third bridge skin layer."
msgstr "Ha használunk harmadik hídréteget, akkor az ezzel a sebességgel fog nyomtatódni."
msgctxt "print_temp_anomaly_limit label"
msgid "Print temperature Limit"
msgstr ""
msgctxt "print_temp_warn_limit label"
msgid "Print temperature Warning"
msgstr ""
msgctxt "infill_before_walls description"
msgid "Print the infill before printing the walls. Printing the walls first may lead to more accurate walls, but overhangs print worse. Printing the infill first leads to sturdier walls, but the infill pattern might sometimes show through the surface."
msgstr "Az adott rétegnél a kitöltést nyomtatjuk a falak nyomtatása előtt.A falak előzetes nyomtatása pontosabb falakat eredményezhet, azonban az átfedések nyomtatása gyengébb lehet. A kitöltés elsőnek nyomtatása szilárdabb falakhoz vezethet, de a feltöltési minta néha megjelenhet a felületen."
@ -2665,6 +2791,10 @@ msgctxt "raft_airgap label"
msgid "Raft Air Gap"
msgstr "Tutaj légrés"
msgctxt "raft_base_margin label"
msgid "Raft Base Extra Margin"
msgstr ""
msgctxt "raft_base_extruder_nr label"
msgid "Raft Base Extruder"
msgstr ""
@ -2693,6 +2823,10 @@ msgctxt "raft_base_speed label"
msgid "Raft Base Print Speed"
msgstr "Tutajalap nyomtatási sebessége"
msgctxt "raft_base_smoothing label"
msgid "Raft Base Smoothing"
msgstr ""
msgctxt "raft_base_thickness label"
msgid "Raft Base Thickness"
msgstr "Tutajalap vastagsága"
@ -2709,6 +2843,10 @@ msgctxt "raft_fan_speed label"
msgid "Raft Fan Speed"
msgstr "Tutaj hűtés"
msgctxt "raft_interface_margin label"
msgid "Raft Middle Extra Margin"
msgstr ""
msgctxt "raft_interface_extruder_nr label"
msgid "Raft Middle Extruder"
msgstr ""
@ -2737,6 +2875,10 @@ msgctxt "raft_interface_speed label"
msgid "Raft Middle Print Speed"
msgstr "Tutajközép nyomtatási sebesség"
msgctxt "raft_interface_smoothing label"
msgid "Raft Middle Smoothing"
msgstr ""
msgctxt "raft_interface_line_spacing label"
msgid "Raft Middle Spacing"
msgstr "Tutaj középső távolsága"
@ -2745,6 +2887,10 @@ msgctxt "raft_interface_thickness label"
msgid "Raft Middle Thickness"
msgstr "Tutaj közép vastagsága"
msgctxt "raft_interface_wall_count label"
msgid "Raft Middle Wall Count"
msgstr ""
msgctxt "raft_acceleration label"
msgid "Raft Print Acceleration"
msgstr "Tutaj gyorsulás"
@ -2761,6 +2907,10 @@ msgctxt "raft_smoothing label"
msgid "Raft Smoothing"
msgstr "Tutaj simítás"
msgctxt "raft_surface_margin label"
msgid "Raft Top Extra Margin"
msgstr ""
msgctxt "raft_surface_extruder_nr label"
msgid "Raft Top Extruder"
msgstr ""
@ -2793,10 +2943,22 @@ msgctxt "raft_surface_speed label"
msgid "Raft Top Print Speed"
msgstr "Tutajfedél nyomtatási sebesség"
msgctxt "raft_surface_smoothing label"
msgid "Raft Top Smoothing"
msgstr ""
msgctxt "raft_surface_line_spacing label"
msgid "Raft Top Spacing"
msgstr "Tutaj felső távolsága"
msgctxt "raft_surface_wall_count label"
msgid "Raft Top Wall Count"
msgstr ""
msgctxt "raft_wall_count label"
msgid "Raft Wall Count"
msgstr ""
msgctxt "z_seam_type option random"
msgid "Random"
msgstr "Véletlenszerű"
@ -2849,10 +3011,22 @@ msgctxt "carve_multiple_volumes label"
msgid "Remove Mesh Intersection"
msgstr "Keresztezések eltávolítása"
msgctxt "raft_base_remove_inside_corners label"
msgid "Remove Raft Base Inside Corners"
msgstr ""
msgctxt "raft_remove_inside_corners label"
msgid "Remove Raft Inside Corners"
msgstr ""
msgctxt "raft_interface_remove_inside_corners label"
msgid "Remove Raft Middle Inside Corners"
msgstr ""
msgctxt "raft_surface_remove_inside_corners label"
msgid "Remove Raft Top Inside Corners"
msgstr ""
msgctxt "carve_multiple_volumes description"
msgid "Remove areas where multiple meshes are overlapping with each other. This may be used if merged dual material objects overlap with each other."
msgstr "Azon területek eltávolítása, ahol a hálók keresztezik egymást. Ezt általában ott kell használni, ahol kettős objektumok átfedésben vannak egymással."
@ -2861,6 +3035,18 @@ msgctxt "remove_empty_first_layers description"
msgid "Remove empty layers beneath the first printed layer if they are present. Disabling this setting can cause empty first layers if the Slicing Tolerance setting is set to Exclusive or Middle."
msgstr "Távolítsa el az üres rétegeket amik az első nyomtatott réteg alatt, ha vannak. Ennek a beállításnak a letiltása esetén az első rétegek üresek lehetnek, ha a Szelet-tolerancia beállítást Kizárólagos vagy Közepes értékre állítják."
msgctxt "raft_base_remove_inside_corners description"
msgid "Remove inside corners from the raft base, causing the raft to become convex."
msgstr ""
msgctxt "raft_interface_remove_inside_corners description"
msgid "Remove inside corners from the raft middle part, causing the raft to become convex."
msgstr ""
msgctxt "raft_surface_remove_inside_corners description"
msgid "Remove inside corners from the raft top part, causing the raft to become convex."
msgstr ""
msgctxt "raft_remove_inside_corners description"
msgid "Remove inside corners from the raft, causing the raft to become convex."
msgstr ""
@ -2881,6 +3067,10 @@ msgctxt "skin_outline_count description"
msgid "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material."
msgstr "Lecseréli az alsó/felső felületi minta legkülsőbb falait koncentrikus vonalra.Egy vagy két vonal használata javítja a felső záró felületeket, ott, ahol még a kitöltés látható."
msgctxt "ppr description"
msgid "Reporting events that go out of set thresholds"
msgstr ""
msgctxt "support_tree_rest_preference label"
msgid "Rest Preference"
msgstr ""
@ -2953,6 +3143,10 @@ msgctxt "z_seam_corner label"
msgid "Seam Corner Preference"
msgstr "Sarok varrat preferálás"
msgctxt "user_defined_print_order_enabled label"
msgid "Set Print Sequence Manually"
msgstr "Nyomtatási sorrend kézi beállítása"
msgctxt "draft_shield_height_limitation description"
msgid "Set the height of the draft shield. Choose to print the draft shield at the full height of the model or at a limited height."
msgstr "Beállítja a huzatpajzs magasságát. Kiválasztható, hogy a modell teljes magasságában, vagy egy részleges magasságig épüljön a pajzs."
@ -3353,10 +3547,6 @@ msgctxt "support_interface_priority label"
msgid "Support Interface Priority"
msgstr ""
msgctxt "support_interface_skip_height label"
msgid "Support Interface Resolution"
msgstr "Interfész felosztás"
msgctxt "speed_support_interface label"
msgid "Support Interface Speed"
msgstr "Támasz interfész sebesség"
@ -3709,6 +3899,10 @@ msgctxt "magic_fuzzy_skin_point_dist description"
msgid "The average distance between the random points introduced on each line segment. Note that the original points of the polygon are discarded, so a high smoothness results in a reduction of the resolution. This value must be higher than half the Fuzzy Skin Thickness."
msgstr "Az egyes vonalszakaszokon létrehozott rücskök közötti átlagos távolság. Mivel az eredeti pontok eldobásra kerülnek, a sok rücsök a felbontás csökkenését fogja eredményezni. Ennek az értéknek meg kell haladnia a rücskös falvastagság felét."
msgctxt "material_brand description"
msgid "The brand of material used."
msgstr ""
msgctxt "machine_acceleration description"
msgid "The default acceleration of print head movement."
msgstr "A nyomtatófej mozgásának alapértelmezett gyorsulása."
@ -4185,6 +4379,10 @@ msgctxt "jerk_travel description"
msgid "The maximum instantaneous velocity change with which travel moves are made."
msgstr "A maximális pillanatnyi sebességváltozás változtatása a fej utazási mozgása alatt."
msgctxt "prime_tower_max_bridging_distance description"
msgid "The maximum length of the branches which may be printed over the air."
msgstr ""
msgctxt "machine_max_feedrate_x description"
msgid "The maximum speed for the motor of the X-direction."
msgstr "Az X motor maximális sebessége."
@ -4297,6 +4495,18 @@ msgctxt "raft_base_wall_count description"
msgid "The number of contours to print around the linear pattern in the base layer of the raft."
msgstr ""
msgctxt "raft_interface_wall_count description"
msgid "The number of contours to print around the linear pattern in the middle layers of the raft."
msgstr ""
msgctxt "raft_surface_wall_count description"
msgid "The number of contours to print around the linear pattern in the top layers of the raft."
msgstr ""
msgctxt "raft_wall_count description"
msgid "The number of contours to print around the linear pattern of the raft."
msgstr ""
msgctxt "skin_edge_support_layers description"
msgid "The number of infill layers that supports skin edges."
msgstr ""
@ -4685,6 +4895,10 @@ msgctxt "machine_gcode_flavor description"
msgid "The type of g-code to be generated."
msgstr "A létrehozandó g-kód típusa."
msgctxt "material_type description"
msgid "The type of material used."
msgstr ""
msgctxt "coasting_volume description"
msgid "The volume otherwise oozed. This value should generally be close to the nozzle diameter cubed."
msgstr "A csöppenés mértéke. Ennek az értéknek általában közel kell lennie a fúvóka átmérőjéhez."
@ -4733,10 +4947,22 @@ msgctxt "bridge_wall_coast description"
msgid "This controls the distance the extruder should coast immediately before a bridge wall begins. Coasting before the bridge starts can reduce the pressure in the nozzle and may produce a flatter bridge."
msgstr "Ez határozza meg, hogy a fejnek a szélekhez képest mennyi a távolsága a hídfal megkezdése előtt. A híd nyomtatásának megkezdése előtt az olvadókamra nyomást csökkentheti, ami így vízszintesebb hídhoz vezethez."
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."
msgstr ""
msgctxt "raft_interface_smoothing description"
msgid "This setting controls how much inner corners in the raft middle 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."
msgstr ""
msgctxt "raft_smoothing description"
msgid "This setting controls how much inner corners in the raft 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."
msgstr "Ez a beállítás azt szabályozza, hogy tutajnak hány belső sarka legyen lekerekítve. A belső sarkokat félkörre kerekíti le, aminek sugara az itt megadott érték. Ez a beállítás eltávolítja a tutaj körvonalában lévő olyan lyukakat is, amik kisebbek, mint egy ilyen kör."
msgctxt "raft_surface_smoothing description"
msgid "This setting controls how much inner corners in the raft top 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."
msgstr ""
msgctxt "retraction_count_max description"
msgid "This setting limits the number of retractions occurring within the minimum extrusion distance window. Further retractions within this window will be ignored. This avoids retracting repeatedly on the same piece of filament, as that can flatten the filament and cause grinding issues."
msgstr "Ez a beállítás korlátozza a minimális extrudálási távolság ablakon belüli visszahúzódások számát. Az ablakon belüli további visszahúzódásokat figyelmen kívül hagyjuk. Ezzel elkerülhető, hogy ugyanazon a szálpozicióban többször visszahúzódjon, mivel ez a nyomtatószálat ellapíthatja, eldarálhatja az extruder adagolókeréknél és ez elakadási problémákat okozhat."
@ -5097,10 +5323,6 @@ 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."
msgstr ""
msgctxt "support_interface_skip_height description"
msgid "When checking where there's model above and below the support, take steps of the given height. Lower values will slice slower, while higher values may cause normal support to be printed in some places where there should have been support interface."
msgstr "Amikor a szeletelő ellenőrzi, hogy hol tart a támasz a modell alatt vagy fölött, szükség esetén a megadott magasságú lépéseket teszi meg. Az alacsonyabb értékek lassabb szeleteést okoznak, míg a magasabb érték a normál támasz kinyomtatását eredményezhetik olyan helyeken, ahol támasz interfészt kellene nyomtatni."
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."
msgstr ""
@ -5493,42 +5715,26 @@ msgctxt "travel description"
msgid "travel"
msgstr "fej átpozícionálás"
msgctxt "gradual_flow_discretisation_step_size description"
msgid "Duration of each step in the gradual flow change"
msgstr ""
#~ msgctxt "user_defined_print_order_enabled description"
#~ msgid "Allows to order the object list to set the print sequence manually. First object from the list will be printed first."
#~ msgstr "Lehetővé teszi az objektumlista rendezését a nyomtatási sorrend kézi beállításához. A lista első objektuma lesz először nyomtatva."
msgctxt "gradual_flow_enabled description"
msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops."
msgstr ""
#~ msgctxt "brim_outside_only label"
#~ msgid "Brim Only on Outside"
#~ msgstr "Perem csak kívül"
msgctxt "reset_flow_duration description"
msgid "For any travel move longer than this value, the material flow is reset to the paths target flow"
msgstr ""
#~ msgctxt "layer_0_z_overlap description"
#~ msgid "Make the first and second layer of the model overlap in the Z direction to compensate for the filament lost in the airgap. All models above the first model layer will be shifted down by this amount."
#~ msgstr "A modell első és második rétege között átfedést hoz létre Z irányban.Ez képes kompenzálni azt a hibát, ami az első rétegben keletkezett. Ezt a hibát az okozza, hogy a tutaj légrésben az első réteg benyúlik, így nem alakul ki a tökéletes első réteg.Az első réteg feletti összes rész magasságát érinti ez a beállítás."
msgctxt "gradual_flow_discretisation_step_size label"
msgid "Gradual flow discretisation step size"
msgstr ""
#~ msgctxt "brim_outside_only description"
#~ msgid "Only print the brim on the outside of the model. This reduces the amount of brim you need to remove afterwards, while it doesn't reduce the bed adhesion that much."
#~ msgstr "Csak a modell külső falaihoz nyomtat Peremet. Ez csökkenti a perem nyomtatási költségét, és nem szükséges a belső részeken eltávolítani majd azt, továbbá a test letapadását nem csökkenti jelentősen."
msgctxt "gradual_flow_enabled label"
msgid "Gradual flow enabled"
msgstr ""
#~ msgctxt "support_interface_skip_height label"
#~ msgid "Support Interface Resolution"
#~ msgstr "Interfész felosztás"
msgctxt "max_flow_acceleration label"
msgid "Gradual flow max acceleration"
msgstr ""
msgctxt "layer_0_max_flow_acceleration label"
msgid "Initial layer max flow acceleration"
msgstr ""
msgctxt "max_flow_acceleration description"
msgid "Maximum acceleration for gradual flow changes"
msgstr ""
msgctxt "layer_0_max_flow_acceleration description"
msgid "Minimum speed for gradual flow changes for the first layer"
msgstr ""
msgctxt "reset_flow_duration label"
msgid "Reset flow duration"
msgstr ""
#~ msgctxt "support_interface_skip_height description"
#~ msgid "When checking where there's model above and below the support, take steps of the given height. Lower values will slice slower, while higher values may cause normal support to be printed in some places where there should have been support interface."
#~ msgstr "Amikor a szeletelő ellenőrzi, hogy hol tart a támasz a modell alatt vagy fölött, szükség esetén a megadott magasságú lépéseket teszi meg. Az alacsonyabb értékek lassabb szeleteést okoznak, míg a magasabb érték a normál támasz kinyomtatását eredményezhetik olyan helyeken, ahol támasz interfészt kellene nyomtatni."

View file

@ -0,0 +1,54 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Uranium json setting files\n"
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
"POT-Creation-Date: 2024-03-11 11:28+0000\n"
"PO-Revision-Date: 2024-03-11 11:28+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: en\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
msgctxt "gradual_flow_discretisation_step_size description"
msgid "Duration of each step in the gradual flow change"
msgstr ""
msgctxt "gradual_flow_enabled description"
msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops."
msgstr ""
msgctxt "reset_flow_duration description"
msgid "For any travel move longer than this value, the material flow is reset to the paths target flow"
msgstr ""
msgctxt "gradual_flow_discretisation_step_size label"
msgid "Gradual flow discretisation step size"
msgstr ""
msgctxt "gradual_flow_enabled label"
msgid "Gradual flow enabled"
msgstr ""
msgctxt "max_flow_acceleration label"
msgid "Gradual flow max acceleration"
msgstr ""
msgctxt "layer_0_max_flow_acceleration label"
msgid "Initial layer max flow acceleration"
msgstr ""
msgctxt "max_flow_acceleration description"
msgid "Maximum acceleration for gradual flow changes"
msgstr ""
msgctxt "layer_0_max_flow_acceleration description"
msgid "Minimum speed for gradual flow changes for the first layer"
msgstr ""
msgctxt "reset_flow_duration label"
msgid "Reset flow duration"
msgstr ""

View file

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-31 19:13+0100\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"
@ -117,6 +117,10 @@ msgctxt "@title:menu menubar:file"
msgid "&Save Project..."
msgstr "&Salva progetto..."
msgctxt "@title:menu menubar:file Don't translate 'Universal Cura Project'"
msgid "&Save Universal Cura Project..."
msgstr ""
msgctxt "@title:menu menubar:toplevel"
msgid "&Settings"
msgstr "&Impostazioni"
@ -261,6 +265,10 @@ msgid_plural "A cloud connection is not available for some printers"
msgstr[0] "Non è disponibile una connessione cloud per una stampante"
msgstr[1] "Non è disponibile una connessione cloud per alcune stampanti"
msgctxt "@text"
msgid "A highly dense and strong part but at a slower print time. Great for functional parts."
msgstr ""
msgctxt "@message"
msgid "A print is still in progress. Cura cannot start another print via USB until the previous print has completed."
msgstr "Stampa ancora in corso. Cura non può avviare un'altra stampa tramite USB finché la precedente non è stata completata."
@ -495,10 +503,18 @@ msgctxt "@label"
msgid "Anonymous"
msgstr "Anonimo"
msgctxt "@option:radio"
msgid "Anonymous crash reports"
msgstr ""
msgctxt "@label Description for application component"
msgid "Application framework"
msgstr "Struttura applicazione"
msgctxt "@title:column"
msgid "Applies on"
msgstr ""
msgctxt "@label"
msgid "Apply Extruder offsets to GCode"
msgstr "Applica offset estrusore a gcode"
@ -685,6 +701,10 @@ msgctxt "@info:status"
msgid "Calculated"
msgstr "Calcolato"
msgctxt "@window:text"
msgid "Camera navigation:"
msgstr ""
msgctxt "@window:text"
msgid "Camera rendering:"
msgstr "Rendering fotocamera:"
@ -1415,6 +1435,10 @@ msgctxt "@label"
msgid "Draft"
msgstr "Bozza"
msgctxt "@action:inmenu menubar:edit"
msgid "Drop All Models to buildplate"
msgstr ""
msgctxt "@action:button"
msgid "Duplicate"
msgstr "Duplica"
@ -1541,6 +1565,10 @@ msgctxt "@action:inmenu menubar:file"
msgid "Export Selection..."
msgstr "Esporta selezione..."
msgctxt "@title:window Don't translate 'Universal Cura Project'"
msgid "Export Universal Cura Project"
msgstr ""
msgctxt "@button"
msgid "Export material archive"
msgstr "Esporta archivio materiali"
@ -1574,10 +1602,23 @@ msgctxt "@title:label"
msgid "Extruder End G-code"
msgstr "Codice G fine estrusore"
msgctxt "@label"
msgid "Extruder End G-code duration"
msgstr ""
msgctxt "@title:label"
msgid "Extruder Start G-code"
msgstr "Codice G avvio estrusore"
msgctxt "@label"
msgid "Extruder Start G-code duration"
msgstr ""
#, python-brace-format
msgctxt "@label"
msgid "Extruder {0}"
msgstr ""
msgctxt "@info:title"
msgid "Extruder(s) Disabled"
msgstr "Estrusore disabilitato"
@ -1644,6 +1685,11 @@ 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 ""
msgctxt "@label:category menu label"
msgid "Favorites"
msgstr "Preferiti"
@ -1785,6 +1831,9 @@ msgctxt "@option:check"
msgid "Force layer view compatibility mode (restart required)"
msgstr "Forzare la modalità di compatibilità visualizzazione strato (riavvio necessario)"
msgid "FreeCAD trackpad"
msgstr ""
msgctxt "@action:inmenu menubar:view"
msgid "Front View"
msgstr "Visualizzazione frontale"
@ -1873,6 +1922,10 @@ msgctxt "@action"
msgid "Get started"
msgstr "Per iniziare"
msgctxt "@label"
msgid "Global"
msgstr ""
msgctxt "@title:tab"
msgid "Global Settings"
msgstr "Impostazioni globali"
@ -1922,6 +1975,10 @@ msgctxt "@label"
msgid "Hide all connected printers"
msgstr "Nascondi tutte le stampanti collegate"
msgctxt "@action:button"
msgid "Hide settings"
msgstr ""
msgctxt "@action:menu"
msgid "Hide this setting"
msgstr "Nascondi questa impostazione"
@ -1998,6 +2055,10 @@ msgctxt "@button"
msgid "In order to use the package you will need to restart Cura"
msgstr "Per utilizzare il pacchetto è necessario riavviare Cura"
msgctxt "@option:radio"
msgid "Include UltiMaker account name"
msgstr ""
msgctxt "@label"
msgid "Infill"
msgstr "Riempimento"
@ -2701,6 +2762,10 @@ msgctxt "@message"
msgid "No results found with current filter"
msgstr "Nessun risultato trovato con il filtro corrente"
msgctxt "@label"
msgid "No specific value has been set"
msgstr ""
msgctxt "@label"
msgid "No time estimation available"
msgstr "Nessuna stima di tempo disponibile"
@ -2802,6 +2867,10 @@ 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}"
msgctxt "@message"
msgid "Oops! We encountered an unexpected error during your slicing process. Rest assured, we've automatically received the crash logs for analysis, if you have not disabled data sharing in your preferences. To assist us further, consider sharing your project details on our issue tracker."
msgstr ""
msgctxt "@action:button"
msgid "Open"
msgstr "Apri"
@ -2830,10 +2899,22 @@ msgctxt "@info:title"
msgid "Open Project File"
msgstr "Apri file progetto"
msgctxt "@title:window Don't translate 'Universal Cura Project'"
msgid "Open Universal Cura Project (UCP)"
msgstr ""
msgctxt "@title:window Don't translate 'Universal Cura Project'"
msgid "Open Universal Cura Project (UCP) file"
msgstr ""
msgctxt "@action:label"
msgid "Open With"
msgstr "Apri con"
msgctxt "@action:button"
msgid "Open as UCP"
msgstr ""
msgctxt "@action:button"
msgid "Open as project"
msgstr "Apri come progetto"
@ -3050,6 +3131,10 @@ msgctxt "@description"
msgid "Please sign in to get verified plugins and materials for UltiMaker Cura Enterprise"
msgstr "Accedere per ottenere i plugin e i materiali verificati per UltiMaker Cura Enterprise"
msgctxt "@info:tooltip"
msgid "Please sign in to your UltiMaker account to allow sending non-anonymous data."
msgstr ""
msgctxt "@action:button"
msgid "Please sync the material profiles with your printers before starting to print."
msgstr "Sincronizzare i profili del materiale con le stampanti prima di iniziare a stampare."
@ -3146,6 +3231,14 @@ msgctxt "@action:button"
msgid "Print"
msgstr "Stampa"
msgctxt "@action:inmenu menubar:edit"
msgid "Print After"
msgstr "Stampa dopo"
msgctxt "@action:inmenu menubar:edit"
msgid "Print Before"
msgstr "Stampa prima"
msgctxt "@label"
msgid "Print Selected Model With:"
msgid_plural "Print Selected Models With:"
@ -3452,8 +3545,8 @@ msgid "Provides support for reading model files."
msgstr "Fornisce supporto per la lettura dei file modello."
msgctxt "description"
msgid "Provides support for writing 3MF files."
msgstr "Fornisce il supporto per la scrittura di file 3MF."
msgid "Provides support for writing 3MF and UCP files."
msgstr ""
msgctxt "description"
msgid "Provides support for writing MakerBot Format Packages."
@ -3697,8 +3790,12 @@ msgid "Save Cura project"
msgstr "Salva progetto Cura"
msgctxt "@option"
msgid "Save Cura project and print file"
msgstr "Salva progetto Cura e stampa file"
msgid "Save Cura project and .makerbot print file"
msgstr ""
msgctxt "@option"
msgid "Save Cura project and .ufp print file"
msgstr ""
msgctxt "@title:window"
msgid "Save Custom Profile"
@ -3724,6 +3821,10 @@ msgctxt "@button"
msgid "Save new profile"
msgstr "Salva nuovo profilo"
msgctxt "@action:button"
msgid "Save project"
msgstr ""
msgctxt "@text"
msgid "Save the .umm file on a USB stick."
msgstr "Salvare il file .umm su una chiavetta USB."
@ -3827,6 +3928,18 @@ msgctxt "@action:button"
msgid "Send crash report to UltiMaker"
msgstr "Inviare il rapporto su crash a UltiMaker"
msgctxt "@info:tooltip"
msgid "Send crash reports with your registered UltiMaker account name and the project name to UltiMaker Sentry. No actual model data is being send."
msgstr ""
msgctxt "@info:tooltip"
msgid "Send crash reports without any personally identifiable information or models data to UltiMaker."
msgstr ""
msgctxt "@option:check"
msgid "Send engine crash reports"
msgstr ""
msgctxt "@action:button"
msgid "Send report"
msgstr "Invia report"
@ -3879,6 +3992,10 @@ msgctxt "@title:tab"
msgid "Settings"
msgstr "Impostazioni"
msgctxt "@action:label"
msgid "Settings Loaded from UCP file"
msgstr ""
msgctxt "@info:message Followed by a list of settings."
msgid "Settings have been changed to match the current availability of extruders:"
msgstr "Le impostazioni sono state modificate in base allattuale disponibilità di estrusori:"
@ -3947,6 +4064,10 @@ msgctxt "@info:tooltip"
msgid "Should opening files from the desktop or external applications open in the same instance of Cura?"
msgstr "L'apertura dei file dal desktop o da applicazioni esterne deve essere eseguita nella stessa istanza di Cura?"
msgctxt "@info:tooltip"
msgid "Should slicing crashes be automatically reported to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored, unless you give explicit permission."
msgstr ""
msgctxt "@info:tooltip"
msgid "Should the build plate be cleared before loading a new model in the single instance of Cura?"
msgstr "È necessario pulire il piano di stampa prima di caricare un nuovo modello nella singola istanza di Cura?"
@ -4003,6 +4124,10 @@ msgctxt "@action:button"
msgid "Show detailed crash report"
msgstr "Mostra il rapporto su crash dettagliato"
msgctxt "@action:button"
msgid "Show settings"
msgstr ""
msgctxt "@option:check"
msgid "Show summary dialog when saving project"
msgstr "Visualizza una finestra di riepilogo quando si salva un progetto"
@ -4079,10 +4204,6 @@ msgctxt "@message:title"
msgid "Slicing failed"
msgstr "Sezionamento non riuscito"
msgctxt "@message"
msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker."
msgstr "Sezionamento non riuscito con un errore imprevisto. Valutare se segnalare un bug nel registro problemi."
msgctxt "@label:PrintjobStatus"
msgid "Slicing..."
msgstr "Sezionamento in corso..."
@ -4091,6 +4212,10 @@ msgctxt "@action:label"
msgid "Smoothing"
msgstr "Sistemazione"
msgctxt "@label"
msgid "Solid"
msgstr ""
msgctxt "name"
msgid "Solid View"
msgstr "Visualizzazione compatta"
@ -4216,10 +4341,26 @@ msgctxt "@info:status"
msgid "Successfully imported profile {0}."
msgstr "Profilo {0} importato correttamente."
msgctxt "@action:label"
msgid "Suggested Material settings"
msgstr ""
msgctxt "@action:label"
msgid "Suggested Profile settings"
msgstr ""
msgctxt "@action:title"
msgid "Summary - Cura Project"
msgstr "Riepilogo - Progetto Cura"
msgctxt "@action:title Don't translate 'Universal Cura Project'"
msgid "Summary - Open Universal Cura Project (UCP)"
msgstr ""
msgctxt "@action:title Don't translate 'Universal Cura Project'"
msgid "Summary - Universal Cura Project"
msgstr ""
msgctxt "@label"
msgid "Support"
msgstr "Supporto"
@ -4599,6 +4740,10 @@ msgctxt "@label"
msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile."
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 project or Cura Universal Project or import the models from it?"
msgstr ""
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?"
msgstr "Questo è un file progetto Cura. Vuoi aprirlo come progetto o importarne i modelli?"
@ -4688,6 +4833,14 @@ msgctxt "@label"
msgid "This setting is resolved from conflicting extruder-specific values:"
msgstr "Questa impostazione viene risolta dai valori in conflitto specifici dell'estrusore:"
msgctxt "@tooltip Don't translate 'Universal Cura Project'"
msgid "This setting may not perform well while exporting to Universal Cura Project, Users are asked to add it at their own risk."
msgstr ""
msgctxt "@tooltip Don't translate 'Universal Cura Project'"
msgid "This setting may not perform well while exporting to Universal Cura Project. Users are asked to add it at their own risk."
msgstr ""
msgctxt "@info:warning"
msgid "This version is not intended for production use. If you encounter any issues, please report them on our GitHub page, mentioning the full version {self.getVersion()}"
msgstr "Questa versione non è destinata all'uso in produzione. Se riscontri dei problemi, segnalali sulla nostra pagina GitHub, citando la versione completa {self.getVersion()}"
@ -4919,6 +5072,11 @@ 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 ""
msgctxt "@label:status"
msgid "Unavailable"
msgstr "Non disponibile"
@ -4939,6 +5097,14 @@ msgctxt "@title:column Unit of measurement"
msgid "Unit"
msgstr "Unità"
msgctxt "@item:inlistbox"
msgid "Universal Cura Project"
msgstr ""
msgctxt "@action:description Don't translate 'Universal Cura Project'"
msgid "Universal Cura Project files can be printed on different 3D printers while retaining positional data and selected settings. When exported, all models present on the build plate will be included along with their current position, orientation, and scale. You can also select which per-extruder or per-model settings should be included to ensure proper printing."
msgstr ""
msgctxt "@label Description for development tool"
msgid "Universal build system configuration"
msgstr "Configurazione universale del sistema di build"
@ -5128,6 +5294,10 @@ msgctxt "description"
msgid "Upgrades configurations from Cura 5.4 to Cura 5.5."
msgstr "Configurazioni aggiornamenti da Cura 5.4 a Cura 5.5"
msgctxt "description"
msgid "Upgrades configurations from Cura 5.6 to Cura 5.7."
msgstr ""
msgctxt "@action:button"
msgid "Upload custom Firmware"
msgstr "Carica il firmware personalizzato"
@ -5160,6 +5330,10 @@ msgctxt "@label Description for application dependency"
msgid "Utility library, including Voronoi generation"
msgstr "Libreria utilità, tra cui generazione diagramma Voronoi"
msgctxt "@title:column"
msgid "Value"
msgstr ""
msgctxt "name"
msgid "Version Upgrade 2.1 to 2.2"
msgstr "Aggiornamento della versione da 2.1 a 2.2"
@ -5264,6 +5438,10 @@ msgctxt "name"
msgid "Version Upgrade 5.4 to 5.5"
msgstr "Aggiornamento versione da 5.4 a 5.5"
msgctxt "name"
msgid "Version Upgrade 5.6 to 5.7"
msgstr ""
msgctxt "@button"
msgid "View printers in Digital Factory"
msgstr "Visualizza le stampanti in Digital Factory"
@ -5341,6 +5519,10 @@ msgctxt "@label"
msgid "What printer would you like to setup?"
msgstr "Quale stampante si desidera configurare?"
msgctxt "@info:tooltip"
msgid "What type of camera navigation should be used?"
msgstr ""
msgctxt "@info:tooltip"
msgid "What type of camera rendering should be used?"
msgstr "Quale tipo di rendering della fotocamera è necessario utilizzare?"
@ -5557,6 +5739,10 @@ msgctxt "@label"
msgid "mm"
msgstr "mm"
msgctxt "@label"
msgid "s"
msgstr ""
msgctxt "@info:status"
msgid "today"
msgstr "oggi"
@ -5584,3 +5770,15 @@ msgstr "Impossibile scaricare i plugin {}"
#~ msgid "Provides support for exporting Cura profiles."
#~ msgstr "Fornisce assistenza per l'esportazione di profili Cura."
#~ msgctxt "description"
#~ msgid "Provides support for writing 3MF files."
#~ msgstr "Fornisce il supporto per la scrittura di file 3MF."
#~ msgctxt "@option"
#~ msgid "Save Cura project and print file"
#~ msgstr "Salva progetto Cura e stampa file"
#~ msgctxt "@message"
#~ msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker."
#~ msgstr "Sezionamento non riuscito con un errore imprevisto. Valutare se segnalare un bug nel registro problemi."

View file

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
"POT-Creation-Date: 2023-06-08 16:32+0000\n"
"POT-Creation-Date: 2024-03-11 11:28+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"
@ -40,6 +40,10 @@ msgctxt "machine_extruder_end_code label"
msgid "Extruder End G-Code"
msgstr "Codice G fine estrusore"
msgctxt "machine_extruder_end_code_duration label"
msgid "Extruder End G-Code Duration"
msgstr ""
msgctxt "machine_extruder_end_pos_abs label"
msgid "Extruder End Position Absolute"
msgstr "Assoluto posizione fine estrusore"
@ -72,6 +76,10 @@ msgctxt "machine_extruder_start_code label"
msgid "Extruder Start G-Code"
msgstr "Codice G avvio estrusore"
msgctxt "machine_extruder_start_code_duration label"
msgid "Extruder Start G-Code Duration"
msgstr ""
msgctxt "machine_extruder_start_pos_abs label"
msgid "Extruder Start Position Absolute"
msgstr "Assoluto posizione avvio estrusore"
@ -156,6 +164,14 @@ msgctxt "machine_extruder_cooling_fan_number description"
msgid "The number of the print cooling fan associated with this extruder. Only change this from the default value of 0 when you have a different print cooling fan for each extruder."
msgstr "Il numero di ventole di raffreddamento stampa abbinate a questo estrusore. Modificarlo dal valore predefinito 0 solo quando si ha una ventola di raffreddamento diversa per ciascun estrusore."
msgctxt "machine_extruder_end_code_duration description"
msgid "The time it takes to execute the end g-code, when switching away from this extruder."
msgstr ""
msgctxt "machine_extruder_start_code_duration description"
msgid "The time it'll take to execute the start g-code, when switching to this extruder."
msgstr ""
msgctxt "machine_extruder_end_pos_x description"
msgid "The x-coordinate of the ending position when turning the extruder off."
msgstr "La coordinata x della posizione di fine allo spegnimento dellestrusore."

View file

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
"POT-Creation-Date: 2023-11-24 12:51+0000\n"
"POT-Creation-Date: 2024-03-12 15:10+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"
@ -12,6 +12,14 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
msgctxt "prime_tower_mode description"
msgid "<html>How to generate the prime tower:<ul><li><b>Normal:</b> create a bucket in which secondary materials are primed</li><li><b>Interleaved:</b> create a prime tower as sparse as possible. This will save time and filament, but is only possible if the used materials adhere to each other</li></ul></html>"
msgstr ""
msgctxt "brim_inside_margin description"
msgid "A brim around a model may touch an other model where you don't want it. This removes all brim within this distance from brimless models."
msgstr ""
msgctxt "ironing_inset description"
msgid "A distance to keep from the edges of the model. Ironing all the way to the edge of the mesh may result in a jagged edge on your print."
msgstr "Distanza da mantenere dai bordi del modello. La stiratura fino in fondo sino al bordo del reticolo può causare la formazione di un bordo frastagliato nella stampa."
@ -56,10 +64,6 @@ msgctxt "machine_disallowed_areas description"
msgid "A list of polygons with areas the print head is not allowed to enter."
msgstr "Un elenco di poligoni con aree alle quali la testina di stampa non può accedere."
msgctxt "brim_inside_margin description"
msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes."
msgstr "Una parte completamente racchiusa all'interno di un'altra parte può generare un brim esterno che tocca l'interno dell'altra parte. Questo rimuove tutti i brim entro questa distanza dai fori interni."
msgctxt "support_tree_branch_reach_limit description"
msgid "A recomendation to how far branches can move from the points they support. Branches can violate this value to reach their destination (buildplate or a flat part of the model). Lowering this value will make the support more sturdy, but increase the amount of branches (and because of that material usage/print time) "
msgstr "Raccomandazione sull'entità della possibile distanza dei rami dai punti che supportano. I rami possono violare questo valore per raggiungere la loro destinazione (piano di stampa o parte piatta del modello). Ridurre questo valore può rendere il supporto più robusto, ma incrementa la quantità di rami (e, di conseguenza, la quantità di materiale/il tempo di stampa)"
@ -152,6 +156,10 @@ msgctxt "resolution description"
msgid "All settings that influence the resolution of the print. These settings have a large impact on the quality (and print time)"
msgstr "Indica tutte le impostazioni che influiscono sulla risoluzione della stampa. Queste impostazioni hanno un elevato impatto sulla qualità (e il tempo di stampa)"
msgctxt "user_defined_print_order_enabled description"
msgid "Allows you to order the object list to manually set the print sequence. First object from the list will be printed first."
msgstr ""
msgctxt "alternate_extra_perimeter label"
msgid "Alternate Extra Wall"
msgstr "Parete supplementare alternativa"
@ -400,21 +408,21 @@ msgctxt "adhesion_type option brim"
msgid "Brim"
msgstr "Brim"
msgctxt "brim_inside_margin label"
msgid "Brim Avoid Margin"
msgstr ""
msgctxt "brim_gap label"
msgid "Brim Distance"
msgstr "Distanza del Brim"
msgctxt "brim_inside_margin label"
msgid "Brim Inside Avoid Margin"
msgstr "Margine di aggiramento interno del brim"
msgctxt "brim_line_count label"
msgid "Brim Line Count"
msgstr "Numero di linee del brim"
msgctxt "brim_outside_only label"
msgid "Brim Only on Outside"
msgstr "Brim solo sullesterno"
msgctxt "brim_location label"
msgid "Brim Location"
msgstr ""
msgctxt "brim_replaces_support label"
msgid "Brim Replaces Support"
@ -456,6 +464,14 @@ msgctxt "build_volume_temperature label"
msgid "Build Volume Temperature"
msgstr "Temperatura volume di stampa"
msgctxt "bv_temp_anomaly_limit label"
msgid "Build Volume temperature Limit"
msgstr ""
msgctxt "bv_temp_warn_limit label"
msgid "Build Volume temperature Warning"
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."
msgstr "Attivando questa impostazione, la tua torre di primerizzazione avrà un bordo, anche se il modello non lo prevede. Se desideri una base più robusta per una torre alta, puoi aumentare l'altezza della base."
@ -868,6 +884,10 @@ msgctxt "cool_fan_enabled label"
msgid "Enable Print Cooling"
msgstr "Abilitazione raffreddamento stampa"
msgctxt "ppr_enable label"
msgid "Enable Print Process Reporting"
msgstr ""
msgctxt "retraction_enable label"
msgid "Enable Retraction"
msgstr "Abilitazione della retrazione"
@ -900,6 +920,10 @@ msgctxt "ooze_shield_enabled description"
msgid "Enable exterior ooze shield. This will create a shell around the model which is likely to wipe a second nozzle if it's at the same height as the first nozzle."
msgstr "Abilita il riparo esterno del materiale fuoriuscito. Questo crea un guscio intorno al modello per pulitura con un secondo ugello, se è alla stessa altezza del primo ugello."
msgctxt "ppr_enable description"
msgid "Enable print process reporting for setting threshold values for possible fault detection."
msgstr ""
msgctxt "small_skin_on_surface description"
msgid "Enable small (up to 'Small Top/Bottom Width') regions on the topmost skinned layer (exposed to air) to be filled with walls instead of the default pattern."
msgstr "Abilita piccole (fino a \"piccola larghezza superiore/inferiore) aree sul livello più alto (esposto all'aria) per il riempimento con muri invece che con il modello predefinito."
@ -932,6 +956,10 @@ msgctxt "brim_replaces_support description"
msgid "Enforce brim to be printed around the model even if that space would otherwise be occupied by support. This replaces some regions of the first layer of support by brim regions."
msgstr "Abilita la stampa del brim intorno al modello anche se quello spazio dovrebbe essere occupato dal supporto. Sostituisce alcune zone del primo strato del supporto con zone del brim."
msgctxt "brim_location option everywhere"
msgid "Everywhere"
msgstr ""
msgctxt "support_type option everywhere"
msgid "Everywhere"
msgstr "In Tutti i Possibili Punti"
@ -1036,6 +1064,10 @@ msgctxt "speed_equalize_flow_width_factor label"
msgid "Flow Equalization Ratio"
msgstr "Rapporto di equalizzazione del flusso"
msgctxt "flow_anomaly_limit label"
msgid "Flow Limit"
msgstr ""
msgctxt "flow_rate_extrusion_offset_factor label"
msgid "Flow Rate Compensation Factor"
msgstr "Fattore di compensazione del flusso"
@ -1048,6 +1080,10 @@ msgctxt "material_flow_temp_graph label"
msgid "Flow Temperature Graph"
msgstr "Grafico della temperatura del flusso"
msgctxt "flow_warn_limit label"
msgid "Flow Warning"
msgstr ""
msgctxt "material_flow_layer_0 description"
msgid "Flow compensation for the first layer: the amount of material extruded on the initial layer is multiplied by this value."
msgstr "Determina la compensazione del flusso per il primo strato: la quantità di materiale estruso sullo strato iniziale viene moltiplicata per questo valore."
@ -1440,10 +1476,22 @@ msgctxt "wall_transition_filter_distance description"
msgid "If it would be transitioning back and forth between different numbers of walls in quick succession, don't transition at all. Remove transitions if they are closer together than this distance."
msgstr "Se si pensa di eseguire la transizione avanti e indietro tra numeri di pareti differenti in rapida successione, non eseguire alcuna transizione. Rimuovere le transizioni se sono più vicine di questa distanza."
msgctxt "raft_base_margin description"
msgid "If the raft base is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print."
msgstr ""
msgctxt "raft_margin description"
msgid "If the raft is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print."
msgstr "Se è abilitata la funzione raft, questo valore indica di quanto il raft fuoriesce rispetto al perimetro esterno del modello. Aumentando questo margine si creerà un raft più robusto, utilizzando però più materiale e lasciando meno spazio per la stampa."
msgctxt "raft_interface_margin description"
msgid "If the raft middle is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print."
msgstr ""
msgctxt "raft_surface_margin description"
msgid "If the raft top is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print."
msgstr ""
msgctxt "meshfix_union_all description"
msgid "Ignore the internal geometry arising from overlapping volumes within a mesh and print the volumes as one. This may cause unintended internal cavities to disappear."
msgstr "Questa funzione ignora la geometria interna derivante da volumi in sovrapposizione allinterno di una maglia, stampandoli come un unico volume. Questo può comportare la scomparsa di cavità interne."
@ -1672,6 +1720,10 @@ msgctxt "wall_0_inset description"
msgid "Inset applied to the path of the outer wall. If the outer wall is smaller than the nozzle, and printed after the inner walls, use this offset to get the hole in the nozzle to overlap with the inner walls instead of the outside of the model."
msgstr "Inserto applicato al percorso della parete esterna. Se la parete esterna è di dimensioni inferiori allugello e stampata dopo le pareti interne, utilizzare questo offset per fare in modo che il foro dellugello si sovrapponga alle pareti interne anziché allesterno del modello."
msgctxt "brim_location option inside"
msgid "Inside Only"
msgstr ""
msgctxt "inset_direction option inside_out"
msgid "Inside To Outside"
msgstr "Dall'interno all'esterno"
@ -1684,6 +1736,10 @@ msgctxt "support_interface_priority option interface_area_overwrite_support_area
msgid "Interface preferred"
msgstr "Interfaccia preferita"
msgctxt "prime_tower_mode option interleaved"
msgid "Interleaved"
msgstr ""
msgctxt "interlocking_beam_layer_count label"
msgid "Interlocking Beam Layer Count"
msgstr "Conteggio degli strati delle travi ad incastro"
@ -1824,6 +1880,30 @@ msgctxt "support_tree_limit_branch_reach description"
msgid "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)"
msgstr "Limita la distanza di ogni ramo dal punto che supporta. Questo può rendere il supporto più robusto, ma aumenta la quantità di rami (e, di conseguenza, la quantità di materiale/il tempo di stampa)"
msgctxt "bv_temp_warn_limit description"
msgid "Limit on Build Volume Temperature warning for detection."
msgstr ""
msgctxt "bv_temp_anomaly_limit description"
msgid "Limit on Build Volume temperature Anomaly for detection."
msgstr ""
msgctxt "print_temp_anomaly_limit description"
msgid "Limit on Print Temperature anomaly for detection."
msgstr ""
msgctxt "print_temp_warn_limit description"
msgid "Limit on Print temperature warning for detection."
msgstr ""
msgctxt "flow_anomaly_limit description"
msgid "Limit on flow anomaly for detection."
msgstr ""
msgctxt "flow_warn_limit description"
msgid "Limit on the flow warning for detection."
msgstr ""
msgctxt "cutting_mesh description"
msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder."
msgstr "Limita il volume di questa maglia all'interno di altre maglie. Questo può essere utilizzato per stampare talune aree di una maglia con impostazioni diverse e con un diverso estrusore."
@ -1921,8 +2001,10 @@ msgid "Make the extruder prime position absolute rather than relative to the las
msgstr "Rende la posizione di innesco estrusore assoluta anziché relativa rispetto allultima posizione nota della testina."
msgctxt "layer_0_z_overlap description"
msgid "Make the first and second layer of the model overlap in the Z direction to compensate for the filament lost in the airgap. All models above the first model layer will be shifted down by this amount."
msgstr "Effettua il primo e secondo strato di sovrapposizione modello nella direzione Z per compensare il filamento perso nel traferro. Tutti i modelli sopra il primo strato del modello saranno spostati verso il basso di questa quantità."
msgid ""
"Make the first and second layer of the model overlap in the Z direction to compensate for the filament lost in the airgap. All models above the first model layer will be shifted down by this amount.\n"
"It may be noted that sometimes the second layer is printed below initial layer because of this setting. This is intended behavior"
msgstr ""
msgctxt "meshfix description"
msgid "Make the meshes more suited for 3D printing."
@ -1948,10 +2030,18 @@ msgctxt "material label"
msgid "Material"
msgstr "Materiale"
msgctxt "material_brand label"
msgid "Material Brand"
msgstr ""
msgctxt "material_guid label"
msgid "Material GUID"
msgstr "GUID materiale"
msgctxt "material_type label"
msgid "Material Type"
msgstr ""
msgctxt "max_extrusion_before_wipe label"
msgid "Material Volume Between Wipes"
msgstr "Volume di materiale tra le operazioni di pulitura"
@ -2228,6 +2318,10 @@ msgctxt "ironing_monotonic label"
msgid "Monotonic Ironing Order"
msgstr "Ordine di stiratura monotonico"
msgctxt "raft_surface_monotonic label"
msgid "Monotonic Raft Top Surface Order"
msgstr ""
msgctxt "roofing_monotonic label"
msgid "Monotonic Top Surface Order"
msgstr "Ordine superficie superiore monotonico"
@ -2268,6 +2362,10 @@ msgctxt "magic_mesh_surface_mode option normal"
msgid "Normal"
msgstr "Normale"
msgctxt "prime_tower_mode option normal"
msgid "Normal"
msgstr ""
msgctxt "support_structure option normal"
msgid "Normal"
msgstr "Normale"
@ -2400,10 +2498,6 @@ msgctxt "ironing_only_highest_layer description"
msgid "Only perform ironing on the very last layer of the mesh. This saves time if the lower layers don't need a smooth surface finish."
msgstr "Effettua lo stiramento solo dell'ultimissimo strato della maglia. È possibile quindi risparmiare tempo se gli strati inferiori non richiedono una finitura con superficie liscia."
msgctxt "brim_outside_only description"
msgid "Only print the brim on the outside of the model. This reduces the amount of brim you need to remove afterwards, while it doesn't reduce the bed adhesion that much."
msgstr "Stampa il brim solo sullesterno del modello. Questo riduce la quantità del brim che si deve rimuovere in seguito, mentre non riduce particolarmente ladesione al piano."
msgctxt "ooze_shield_angle label"
msgid "Ooze Shield Angle"
msgstr "Angolo del riparo materiale fuoriuscito"
@ -2464,6 +2558,10 @@ msgctxt "group_outer_walls description"
msgid "Outer walls of different islands in the same layer are printed in sequence. When enabled the amount of flow changes is limited because walls are printed one type at a time, when disabled the number of travels between islands is reduced because walls in the same islands are grouped."
msgstr "Le pareti esterne di diverse isole nello stesso strato vengono stampate in sequenza. Quando abilitata, la quantità di variazione del flusso è limitata perché le pareti vengono stampate un tipo alla volta; quando disabilitata, si riduce il numero di spostamenti tra le isole perché le pareti nello stesso isola sono raggruppate."
msgctxt "brim_location option outside"
msgid "Outside Only"
msgstr ""
msgctxt "inset_direction option outside_in"
msgid "Outside To Inside"
msgstr "Dall'esterno all'interno"
@ -2544,6 +2642,10 @@ msgctxt "prime_tower_line_width label"
msgid "Prime Tower Line Width"
msgstr "Larghezza della linea della torre di innesco"
msgctxt "prime_tower_max_bridging_distance label"
msgid "Prime Tower Maximum Bridging Distance"
msgstr ""
msgctxt "prime_tower_min_volume label"
msgid "Prime Tower Minimum Volume"
msgstr "Volume minimo torre di innesco"
@ -2560,6 +2662,10 @@ msgctxt "speed_prime_tower label"
msgid "Prime Tower Speed"
msgstr "Velocità della torre di innesco"
msgctxt "prime_tower_mode label"
msgid "Prime Tower Type"
msgstr ""
msgctxt "prime_tower_position_x label"
msgid "Prime Tower X Position"
msgstr "Posizione X torre di innesco"
@ -2576,6 +2682,10 @@ msgctxt "jerk_print label"
msgid "Print Jerk"
msgstr "Jerk stampa"
msgctxt "ppr label"
msgid "Print Process Reporting"
msgstr ""
msgctxt "print_sequence label"
msgid "Print Sequence"
msgstr "Sequenza di stampa"
@ -2588,6 +2698,10 @@ msgctxt "fill_outline_gaps label"
msgid "Print Thin Walls"
msgstr "Stampa pareti sottili"
msgctxt "brim_location description"
msgid "Print a brim on the outside of the model, inside, or both. Depending on the model, this helps reducing the amount of brim you need to remove afterwards, while ensuring a proper bed adhesion."
msgstr ""
msgctxt "prime_tower_enable description"
msgid "Print a tower next to the print which serves to prime the material after each nozzle switch."
msgstr "Stampa una torre accanto alla stampa che serve per innescare il materiale dopo ogni cambio ugello."
@ -2608,6 +2722,10 @@ msgctxt "fill_outline_gaps description"
msgid "Print pieces of the model which are horizontally thinner than the nozzle size."
msgstr "Stampa parti del modello orizzontalmente più sottili delle dimensioni dell'ugello."
msgctxt "raft_surface_monotonic description"
msgid "Print raft top surface lines in an ordering that causes them to always overlap with adjacent lines in a single direction. This takes slightly more time to print, but makes the surface look more consistent, which is also visible on the model bottom surface."
msgstr ""
msgctxt "bridge_skin_speed_2 description"
msgid "Print speed to use when printing the second bridge skin layer."
msgstr "La velocità di stampa da usare per stampare il secondo strato del rivestimento esterno ponte."
@ -2616,6 +2734,14 @@ msgctxt "bridge_skin_speed_3 description"
msgid "Print speed to use when printing the third bridge skin layer."
msgstr "La velocità di stampa da usare per stampare il terzo strato del rivestimento esterno ponte."
msgctxt "print_temp_anomaly_limit label"
msgid "Print temperature Limit"
msgstr ""
msgctxt "print_temp_warn_limit label"
msgid "Print temperature Warning"
msgstr ""
msgctxt "infill_before_walls description"
msgid "Print the infill before printing the walls. Printing the walls first may lead to more accurate walls, but overhangs print worse. Printing the infill first leads to sturdier walls, but the infill pattern might sometimes show through the surface."
msgstr "Stampa il riempimento prima delle pareti. La stampa preliminare delle pareti può avere come risultato pareti più precise, ma sbalzi di stampa peggiori. La stampa preliminare del riempimento produce pareti più robuste, anche se a volte la configurazione (o pattern) di riempimento potrebbe risultare visibile attraverso la superficie."
@ -2660,6 +2786,10 @@ msgctxt "raft_airgap label"
msgid "Raft Air Gap"
msgstr "Traferro del raft"
msgctxt "raft_base_margin label"
msgid "Raft Base Extra Margin"
msgstr ""
msgctxt "raft_base_extruder_nr label"
msgid "Raft Base Extruder"
msgstr "Estrusore della base del raft"
@ -2688,6 +2818,10 @@ msgctxt "raft_base_speed label"
msgid "Raft Base Print Speed"
msgstr "Velocità di stampa della base del raft"
msgctxt "raft_base_smoothing label"
msgid "Raft Base Smoothing"
msgstr ""
msgctxt "raft_base_thickness label"
msgid "Raft Base Thickness"
msgstr "Spessore della base del raft"
@ -2704,6 +2838,10 @@ msgctxt "raft_fan_speed label"
msgid "Raft Fan Speed"
msgstr "Velocità della ventola per il raft"
msgctxt "raft_interface_margin label"
msgid "Raft Middle Extra Margin"
msgstr ""
msgctxt "raft_interface_extruder_nr label"
msgid "Raft Middle Extruder"
msgstr "Estrusore intermedio del raft"
@ -2732,6 +2870,10 @@ msgctxt "raft_interface_speed label"
msgid "Raft Middle Print Speed"
msgstr "Velocità di stampa raft intermedio"
msgctxt "raft_interface_smoothing label"
msgid "Raft Middle Smoothing"
msgstr ""
msgctxt "raft_interface_line_spacing label"
msgid "Raft Middle Spacing"
msgstr "Spaziatura dello strato intermedio del raft"
@ -2740,6 +2882,10 @@ msgctxt "raft_interface_thickness label"
msgid "Raft Middle Thickness"
msgstr "Spessore dello strato intermedio del raft"
msgctxt "raft_interface_wall_count label"
msgid "Raft Middle Wall Count"
msgstr ""
msgctxt "raft_acceleration label"
msgid "Raft Print Acceleration"
msgstr "Accelerazione di stampa del raft"
@ -2756,6 +2902,10 @@ msgctxt "raft_smoothing label"
msgid "Raft Smoothing"
msgstr "Smoothing raft"
msgctxt "raft_surface_margin label"
msgid "Raft Top Extra Margin"
msgstr ""
msgctxt "raft_surface_extruder_nr label"
msgid "Raft Top Extruder"
msgstr "Estrusore superiore del raft"
@ -2788,10 +2938,22 @@ msgctxt "raft_surface_speed label"
msgid "Raft Top Print Speed"
msgstr "Velocità di stampa parte superiore del raft"
msgctxt "raft_surface_smoothing label"
msgid "Raft Top Smoothing"
msgstr ""
msgctxt "raft_surface_line_spacing label"
msgid "Raft Top Spacing"
msgstr "Spaziatura superiore del raft"
msgctxt "raft_surface_wall_count label"
msgid "Raft Top Wall Count"
msgstr ""
msgctxt "raft_wall_count label"
msgid "Raft Wall Count"
msgstr ""
msgctxt "z_seam_type option random"
msgid "Random"
msgstr "Casuale"
@ -2844,10 +3006,22 @@ msgctxt "carve_multiple_volumes label"
msgid "Remove Mesh Intersection"
msgstr "Rimuovi intersezione maglie"
msgctxt "raft_base_remove_inside_corners label"
msgid "Remove Raft Base Inside Corners"
msgstr ""
msgctxt "raft_remove_inside_corners label"
msgid "Remove Raft Inside Corners"
msgstr "Rimuovi angoli interni raft"
msgctxt "raft_interface_remove_inside_corners label"
msgid "Remove Raft Middle Inside Corners"
msgstr ""
msgctxt "raft_surface_remove_inside_corners label"
msgid "Remove Raft Top Inside Corners"
msgstr ""
msgctxt "carve_multiple_volumes description"
msgid "Remove areas where multiple meshes are overlapping with each other. This may be used if merged dual material objects overlap with each other."
msgstr "Rimuove le aree in cui maglie multiple si sovrappongono tra loro. Questo può essere usato se oggetti di due materiali uniti si sovrappongono tra loro."
@ -2856,6 +3030,18 @@ msgctxt "remove_empty_first_layers description"
msgid "Remove empty layers beneath the first printed layer if they are present. Disabling this setting can cause empty first layers if the Slicing Tolerance setting is set to Exclusive or Middle."
msgstr "Rimuovere gli strati vuoti sotto il primo strato stampato, se presenti. La disabilitazione di questa impostazione può provocare la presenza di primi strati vuoti, se l'impostazione di Tolleranza di sezionamento è impostata su Esclusiva o Intermedia."
msgctxt "raft_base_remove_inside_corners description"
msgid "Remove inside corners from the raft base, causing the raft to become convex."
msgstr ""
msgctxt "raft_interface_remove_inside_corners description"
msgid "Remove inside corners from the raft middle part, causing the raft to become convex."
msgstr ""
msgctxt "raft_surface_remove_inside_corners description"
msgid "Remove inside corners from the raft top part, causing the raft to become convex."
msgstr ""
msgctxt "raft_remove_inside_corners description"
msgid "Remove inside corners from the raft, causing the raft to become convex."
msgstr "Consente di rimuovere angoli interni dal raft, facendolo diventare convesso."
@ -2876,6 +3062,10 @@ msgctxt "skin_outline_count description"
msgid "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material."
msgstr "Sostituisce la parte più esterna della configurazione degli strati superiori/inferiori con una serie di linee concentriche. Lutilizzo di una o due linee migliora le parti superiori (tetti) che iniziano sul materiale di riempimento."
msgctxt "ppr description"
msgid "Reporting events that go out of set thresholds"
msgstr ""
msgctxt "support_tree_rest_preference label"
msgid "Rest Preference"
msgstr "Preferenza di appoggio"
@ -2948,6 +3138,10 @@ msgctxt "z_seam_corner label"
msgid "Seam Corner Preference"
msgstr "Preferenze angolo giunzione"
msgctxt "user_defined_print_order_enabled label"
msgid "Set Print Sequence Manually"
msgstr "Imposta manualmente la sequenza di stampa"
msgctxt "draft_shield_height_limitation description"
msgid "Set the height of the draft shield. Choose to print the draft shield at the full height of the model or at a limited height."
msgstr "Imposta laltezza del riparo paravento. Scegliere di stampare il riparo paravento allaltezza totale del modello o a unaltezza limitata."
@ -3348,10 +3542,6 @@ msgctxt "support_interface_priority label"
msgid "Support Interface Priority"
msgstr "Priorità interfaccia di supporto"
msgctxt "support_interface_skip_height label"
msgid "Support Interface Resolution"
msgstr "Risoluzione interfaccia supporto"
msgctxt "speed_support_interface label"
msgid "Support Interface Speed"
msgstr "Velocità interfaccia supporto"
@ -3704,6 +3894,10 @@ msgctxt "magic_fuzzy_skin_point_dist description"
msgid "The average distance between the random points introduced on each line segment. Note that the original points of the polygon are discarded, so a high smoothness results in a reduction of the resolution. This value must be higher than half the Fuzzy Skin Thickness."
msgstr "Indica la distanza media tra i punti casuali introdotti su ciascun segmento di linea. Si noti che i punti originali del poligono vengono scartati, perciò un elevato livello di regolarità si traduce in una riduzione della risoluzione. Questo valore deve essere superiore alla metà dello spessore del rivestimento incoerente (fuzzy)."
msgctxt "material_brand description"
msgid "The brand of material used."
msgstr ""
msgctxt "machine_acceleration description"
msgid "The default acceleration of print head movement."
msgstr "Indica laccelerazione predefinita del movimento della testina di stampa."
@ -4180,6 +4374,10 @@ msgctxt "jerk_travel description"
msgid "The maximum instantaneous velocity change with which travel moves are made."
msgstr "Indica il cambio della velocità istantanea massima con cui vengono effettuati gli spostamenti."
msgctxt "prime_tower_max_bridging_distance description"
msgid "The maximum length of the branches which may be printed over the air."
msgstr ""
msgctxt "machine_max_feedrate_x description"
msgid "The maximum speed for the motor of the X-direction."
msgstr "Indica la velocità massima del motore per la direzione X."
@ -4292,6 +4490,18 @@ msgctxt "raft_base_wall_count description"
msgid "The number of contours to print around the linear pattern in the base layer of the raft."
msgstr "Il numero di contorni da stampare intorno alla configurazione lineare nello strato di base del raft."
msgctxt "raft_interface_wall_count description"
msgid "The number of contours to print around the linear pattern in the middle layers of the raft."
msgstr ""
msgctxt "raft_surface_wall_count description"
msgid "The number of contours to print around the linear pattern in the top layers of the raft."
msgstr ""
msgctxt "raft_wall_count description"
msgid "The number of contours to print around the linear pattern of the raft."
msgstr ""
msgctxt "skin_edge_support_layers description"
msgid "The number of infill layers that supports skin edges."
msgstr "Numero di layer di riempimento che supportano i bordi del rivestimento."
@ -4680,6 +4890,10 @@ msgctxt "machine_gcode_flavor description"
msgid "The type of g-code to be generated."
msgstr "Il tipo di codice G da generare."
msgctxt "material_type description"
msgid "The type of material used."
msgstr ""
msgctxt "coasting_volume description"
msgid "The volume otherwise oozed. This value should generally be close to the nozzle diameter cubed."
msgstr "È il volume di materiale fuoriuscito. Questo valore deve di norma essere prossimo al diametro dell'ugello al cubo."
@ -4728,10 +4942,22 @@ msgctxt "bridge_wall_coast description"
msgid "This controls the distance the extruder should coast immediately before a bridge wall begins. Coasting before the bridge starts can reduce the pressure in the nozzle and may produce a flatter bridge."
msgstr "Questo comanda la distanza che lestrusore deve percorrere in coasting immediatamente dopo linizio di una parete ponte. Il coasting prima dellinizio del ponte può ridurre la pressione nellugello e generare un ponte più piatto."
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."
msgstr ""
msgctxt "raft_interface_smoothing description"
msgid "This setting controls how much inner corners in the raft middle 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."
msgstr ""
msgctxt "raft_smoothing description"
msgid "This setting controls how much inner corners in the raft 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."
msgstr "Questa impostazione controlla l'entità dell'arrotondamento degli angoli interni sul profilo raft. Gli angoli interni vengono arrotondati a semicerchio con un raggio pari al valore indicato. Questa impostazione elimina inoltre i fori sul profilo raft più piccoli di tale cerchio."
msgctxt "raft_surface_smoothing description"
msgid "This setting controls how much inner corners in the raft top 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."
msgstr ""
msgctxt "retraction_count_max description"
msgid "This setting limits the number of retractions occurring within the minimum extrusion distance window. Further retractions within this window will be ignored. This avoids retracting repeatedly on the same piece of filament, as that can flatten the filament and cause grinding issues."
msgstr "Questa impostazione limita il numero di retrazioni previste all'interno della finestra di minima distanza di estrusione. Ulteriori retrazioni nell'ambito di questa finestra saranno ignorate. Questo evita di eseguire ripetute retrazioni sullo stesso pezzo di filamento, onde evitarne l'appiattimento e conseguenti problemi di deformazione."
@ -5092,10 +5318,6 @@ 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."
msgstr "Le pareti con uno sbalzo superiore a quest'angolo saranno stampate con le impostazioni per le pareti a sbalzo. Se il valore è 90, nessuna parete sarà trattata come parete a sbalzo. Nemmeno lo sbalzo supportato dal supporto sarà trattato come tale."
msgctxt "support_interface_skip_height description"
msgid "When checking where there's model above and below the support, take steps of the given height. Lower values will slice slower, while higher values may cause normal support to be printed in some places where there should have been support interface."
msgstr "Quando si controlla dove si trova il modello sopra e sotto il supporto, procedere ad intervalli di altezza prestabilita. Valori inferiori causeranno un sezionamento più lento, mentre valori più alti potrebbero causare la stampa del supporto normale in alcuni punti in cui dovrebbe esserci un'interfaccia di supporto."
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."
msgstr "Se questa opzione è abilitata, i percorsi utensile vengono corretti per le stampanti con pianificatori del movimento regolare. I piccoli movimenti che deviano dalla direzione del percorso utensile generale vengono risistemati per migliorare i movimenti del fluido."
@ -5488,42 +5710,74 @@ msgctxt "travel description"
msgid "travel"
msgstr "spostamenti"
msgctxt "gradual_flow_discretisation_step_size description"
msgid "Duration of each step in the gradual flow change"
msgstr "Durata di ciascuna fase nella modifica del flusso graduale"
#~ msgctxt "brim_inside_margin description"
#~ msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes."
#~ msgstr "Una parte completamente racchiusa all'interno di un'altra parte può generare un brim esterno che tocca l'interno dell'altra parte. Questo rimuove tutti i brim entro questa distanza dai fori interni."
msgctxt "gradual_flow_enabled description"
msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops."
msgstr "Abilita le modifiche del flusso graduale. Se abilitate, il flusso viene gradualmente aumentato/diminuito rispetto al flusso target. Questa impostazione è utile per le stampanti con un tubo bowden in cui il flusso non viene immediatamente modificato all'avvio/all'arresto del motore dell'estrusore."
#~ msgctxt "user_defined_print_order_enabled description"
#~ msgid "Allows to order the object list to set the print sequence manually. First object from the list will be printed first."
#~ msgstr "Consente di ordinare l'elenco degli oggetti per impostare manualmente la sequenza di stampa. Il primo oggetto dell'elenco sarà stampato per primo."
msgctxt "reset_flow_duration description"
msgid "For any travel move longer than this value, the material flow is reset to the paths target flow"
msgstr "Per ogni corsa più lunga di questo valore, il flusso di materiale viene reimpostato al flusso target dei percorsi"
#~ msgctxt "brim_inside_margin label"
#~ msgid "Brim Inside Avoid Margin"
#~ msgstr "Margine di aggiramento interno del brim"
msgctxt "gradual_flow_discretisation_step_size label"
msgid "Gradual flow discretisation step size"
msgstr "Dimensione della fase di discretizzazione del flusso graduale"
#~ msgctxt "brim_outside_only label"
#~ msgid "Brim Only on Outside"
#~ msgstr "Brim solo sullesterno"
msgctxt "gradual_flow_enabled label"
msgid "Gradual flow enabled"
msgstr "Flusso graduale abilitato"
#~ msgctxt "gradual_flow_discretisation_step_size description"
#~ msgid "Duration of each step in the gradual flow change"
#~ msgstr "Durata di ciascuna fase nella modifica del flusso graduale"
msgctxt "max_flow_acceleration label"
msgid "Gradual flow max acceleration"
msgstr "Accelerazione max del flusso graduale"
#~ msgctxt "gradual_flow_enabled description"
#~ msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops."
#~ msgstr "Abilita le modifiche del flusso graduale. Se abilitate, il flusso viene gradualmente aumentato/diminuito rispetto al flusso target. Questa impostazione è utile per le stampanti con un tubo bowden in cui il flusso non viene immediatamente modificato all'avvio/all'arresto del motore dell'estrusore."
msgctxt "layer_0_max_flow_acceleration label"
msgid "Initial layer max flow acceleration"
msgstr "Accelerazione del flusso max del livello iniziale"
#~ msgctxt "reset_flow_duration description"
#~ msgid "For any travel move longer than this value, the material flow is reset to the paths target flow"
#~ msgstr "Per ogni corsa più lunga di questo valore, il flusso di materiale viene reimpostato al flusso target dei percorsi"
msgctxt "max_flow_acceleration description"
msgid "Maximum acceleration for gradual flow changes"
msgstr "Accelerazione massima per modifiche di flusso graduale"
#~ msgctxt "gradual_flow_discretisation_step_size label"
#~ msgid "Gradual flow discretisation step size"
#~ msgstr "Dimensione della fase di discretizzazione del flusso graduale"
msgctxt "layer_0_max_flow_acceleration description"
msgid "Minimum speed for gradual flow changes for the first layer"
msgstr "Velocità minima per le modifiche del flusso graduale per il primo livello"
#~ msgctxt "gradual_flow_enabled label"
#~ msgid "Gradual flow enabled"
#~ msgstr "Flusso graduale abilitato"
msgctxt "reset_flow_duration label"
msgid "Reset flow duration"
msgstr "Reimposta durata flusso"
#~ msgctxt "max_flow_acceleration label"
#~ msgid "Gradual flow max acceleration"
#~ msgstr "Accelerazione max del flusso graduale"
#~ msgctxt "layer_0_max_flow_acceleration label"
#~ msgid "Initial layer max flow acceleration"
#~ msgstr "Accelerazione del flusso max del livello iniziale"
#~ msgctxt "layer_0_z_overlap description"
#~ msgid "Make the first and second layer of the model overlap in the Z direction to compensate for the filament lost in the airgap. All models above the first model layer will be shifted down by this amount."
#~ msgstr "Effettua il primo e secondo strato di sovrapposizione modello nella direzione Z per compensare il filamento perso nel traferro. Tutti i modelli sopra il primo strato del modello saranno spostati verso il basso di questa quantità."
#~ msgctxt "max_flow_acceleration description"
#~ msgid "Maximum acceleration for gradual flow changes"
#~ msgstr "Accelerazione massima per modifiche di flusso graduale"
#~ msgctxt "layer_0_max_flow_acceleration description"
#~ msgid "Minimum speed for gradual flow changes for the first layer"
#~ msgstr "Velocità minima per le modifiche del flusso graduale per il primo livello"
#~ msgctxt "brim_outside_only description"
#~ msgid "Only print the brim on the outside of the model. This reduces the amount of brim you need to remove afterwards, while it doesn't reduce the bed adhesion that much."
#~ msgstr "Stampa il brim solo sullesterno del modello. Questo riduce la quantità del brim che si deve rimuovere in seguito, mentre non riduce particolarmente ladesione al piano."
#~ msgctxt "reset_flow_duration label"
#~ msgid "Reset flow duration"
#~ msgstr "Reimposta durata flusso"
#~ msgctxt "support_interface_skip_height label"
#~ msgid "Support Interface Resolution"
#~ msgstr "Risoluzione interfaccia supporto"
#~ msgctxt "support_interface_skip_height description"
#~ msgid "When checking where there's model above and below the support, take steps of the given height. Lower values will slice slower, while higher values may cause normal support to be printed in some places where there should have been support interface."
#~ msgstr "Quando si controlla dove si trova il modello sopra e sotto il supporto, procedere ad intervalli di altezza prestabilita. Valori inferiori causeranno un sezionamento più lento, mentre valori più alti potrebbero causare la stampa del supporto normale in alcuni punti in cui dovrebbe esserci un'interfaccia di supporto."

View file

@ -0,0 +1,54 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Uranium json setting files\n"
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
"POT-Creation-Date: 2024-03-11 11:28+0000\n"
"PO-Revision-Date: 2024-03-11 11:28+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: en\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
msgctxt "gradual_flow_discretisation_step_size description"
msgid "Duration of each step in the gradual flow change"
msgstr ""
msgctxt "gradual_flow_enabled description"
msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops."
msgstr ""
msgctxt "reset_flow_duration description"
msgid "For any travel move longer than this value, the material flow is reset to the paths target flow"
msgstr ""
msgctxt "gradual_flow_discretisation_step_size label"
msgid "Gradual flow discretisation step size"
msgstr ""
msgctxt "gradual_flow_enabled label"
msgid "Gradual flow enabled"
msgstr ""
msgctxt "max_flow_acceleration label"
msgid "Gradual flow max acceleration"
msgstr ""
msgctxt "layer_0_max_flow_acceleration label"
msgid "Initial layer max flow acceleration"
msgstr ""
msgctxt "max_flow_acceleration description"
msgid "Maximum acceleration for gradual flow changes"
msgstr ""
msgctxt "layer_0_max_flow_acceleration description"
msgid "Minimum speed for gradual flow changes for the first layer"
msgstr ""
msgctxt "reset_flow_duration label"
msgid "Reset flow duration"
msgstr ""

View file

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-31 19:13+0100\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"
@ -115,6 +115,10 @@ msgctxt "@title:menu menubar:file"
msgid "&Save Project..."
msgstr "プロジェクトを保存... (&S)"
msgctxt "@title:menu menubar:file Don't translate 'Universal Cura Project'"
msgid "&Save Universal Cura Project..."
msgstr ""
msgctxt "@title:menu menubar:toplevel"
msgid "&Settings"
msgstr "&設定"
@ -258,6 +262,10 @@ msgid "A cloud connection is not available for a printer"
msgid_plural "A cloud connection is not available for some printers"
msgstr[0] "一部のプリンターではクラウド接続は利用できません"
msgctxt "@text"
msgid "A highly dense and strong part but at a slower print time. Great for functional parts."
msgstr ""
msgctxt "@message"
msgid "A print is still in progress. Cura cannot start another print via USB until the previous print has completed."
msgstr "現在印刷中です。Curaは、前の印刷が完了するまでUSBを介した次の印刷を開始できません。"
@ -492,10 +500,18 @@ msgctxt "@label"
msgid "Anonymous"
msgstr "匿名"
msgctxt "@option:radio"
msgid "Anonymous crash reports"
msgstr ""
msgctxt "@label Description for application component"
msgid "Application framework"
msgstr "アプリケーションフレームワーク"
msgctxt "@title:column"
msgid "Applies on"
msgstr ""
msgctxt "@label"
msgid "Apply Extruder offsets to GCode"
msgstr "エクストルーダーのオフセットをGCodeに適用します"
@ -682,6 +698,10 @@ msgctxt "@info:status"
msgid "Calculated"
msgstr "計算された"
msgctxt "@window:text"
msgid "Camera navigation:"
msgstr ""
msgctxt "@window:text"
msgid "Camera rendering:"
msgstr "カメラレンダリング:"
@ -1412,6 +1432,10 @@ msgctxt "@label"
msgid "Draft"
msgstr "ドラフト"
msgctxt "@action:inmenu menubar:edit"
msgid "Drop All Models to buildplate"
msgstr ""
msgctxt "@action:button"
msgid "Duplicate"
msgstr "複製"
@ -1538,6 +1562,10 @@ msgctxt "@action:inmenu menubar:file"
msgid "Export Selection..."
msgstr "選択エクスポート..."
msgctxt "@title:window Don't translate 'Universal Cura Project'"
msgid "Export Universal Cura Project"
msgstr ""
msgctxt "@button"
msgid "Export material archive"
msgstr "材料アーカイブのエクスポート"
@ -1571,10 +1599,23 @@ msgctxt "@title:label"
msgid "Extruder End G-code"
msgstr "エクストルーダーがG-Codeを終了する"
msgctxt "@label"
msgid "Extruder End G-code duration"
msgstr ""
msgctxt "@title:label"
msgid "Extruder Start G-code"
msgstr "エクストルーダーがG-Codeを開始する"
msgctxt "@label"
msgid "Extruder Start G-code duration"
msgstr ""
#, python-brace-format
msgctxt "@label"
msgid "Extruder {0}"
msgstr ""
msgctxt "@info:title"
msgid "Extruder(s) Disabled"
msgstr "エクストルーダーを無効にしました"
@ -1641,6 +1682,11 @@ 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 ""
msgctxt "@label:category menu label"
msgid "Favorites"
msgstr "お気に入り"
@ -1782,6 +1828,9 @@ msgctxt "@option:check"
msgid "Force layer view compatibility mode (restart required)"
msgstr "レイヤービューコンパティビリティモードを強制する。(再起動が必要)"
msgid "FreeCAD trackpad"
msgstr ""
msgctxt "@action:inmenu menubar:view"
msgid "Front View"
msgstr "フロントビュー"
@ -1870,6 +1919,10 @@ msgctxt "@action"
msgid "Get started"
msgstr "はじめに"
msgctxt "@label"
msgid "Global"
msgstr ""
msgctxt "@title:tab"
msgid "Global Settings"
msgstr "グローバル設定"
@ -1919,6 +1972,10 @@ msgctxt "@label"
msgid "Hide all connected printers"
msgstr "接続されているすべてのプリンターを非表示にする"
msgctxt "@action:button"
msgid "Hide settings"
msgstr ""
msgctxt "@action:menu"
msgid "Hide this setting"
msgstr "この設定を非表示にする"
@ -1995,6 +2052,10 @@ msgctxt "@button"
msgid "In order to use the package you will need to restart Cura"
msgstr "このパッケージを使用するには、Curaを再始動する必要があります"
msgctxt "@option:radio"
msgid "Include UltiMaker account name"
msgstr ""
msgctxt "@label"
msgid "Infill"
msgstr "インフィル"
@ -2696,6 +2757,10 @@ msgctxt "@message"
msgid "No results found with current filter"
msgstr "現在のフィルターでは、結果が見つかりません"
msgctxt "@label"
msgid "No specific value has been set"
msgstr ""
msgctxt "@label"
msgid "No time estimation available"
msgstr "時間予測がありません"
@ -2797,6 +2862,10 @@ msgctxt "@info:status"
msgid "Only one G-code file can be loaded at a time. Skipped importing {0}"
msgstr "一度に一つのG-codeしか読み取れません。{0}の取り込みをスキップしました。"
msgctxt "@message"
msgid "Oops! We encountered an unexpected error during your slicing process. Rest assured, we've automatically received the crash logs for analysis, if you have not disabled data sharing in your preferences. To assist us further, consider sharing your project details on our issue tracker."
msgstr ""
msgctxt "@action:button"
msgid "Open"
msgstr "開く"
@ -2825,10 +2894,22 @@ msgctxt "@info:title"
msgid "Open Project File"
msgstr "プロジェクトファイルを開く"
msgctxt "@title:window Don't translate 'Universal Cura Project'"
msgid "Open Universal Cura Project (UCP)"
msgstr ""
msgctxt "@title:window Don't translate 'Universal Cura Project'"
msgid "Open Universal Cura Project (UCP) file"
msgstr ""
msgctxt "@action:label"
msgid "Open With"
msgstr "開く"
msgctxt "@action:button"
msgid "Open as UCP"
msgstr ""
msgctxt "@action:button"
msgid "Open as project"
msgstr "プロジェクトを開く"
@ -3043,6 +3124,10 @@ msgctxt "@description"
msgid "Please sign in to get verified plugins and materials for UltiMaker Cura Enterprise"
msgstr "検証済みのUltiMaker Cura Enterprise用プラグインおよび材料を入手するにはサインインしてください。"
msgctxt "@info:tooltip"
msgid "Please sign in to your UltiMaker account to allow sending non-anonymous data."
msgstr ""
msgctxt "@action:button"
msgid "Please sync the material profiles with your printers before starting to print."
msgstr "プリントを開始する前に、材料プロファイルをプリンターと同期させてください。"
@ -3139,6 +3224,14 @@ msgctxt "@action:button"
msgid "Print"
msgstr "プリント"
msgctxt "@action:inmenu menubar:edit"
msgid "Print After"
msgstr "印刷後"
msgctxt "@action:inmenu menubar:edit"
msgid "Print Before"
msgstr "印刷前"
msgctxt "@label"
msgid "Print Selected Model With:"
msgid_plural "Print Selected Models With:"
@ -3443,8 +3536,8 @@ msgid "Provides support for reading model files."
msgstr "モデルファイルを読み込むためのサポートを供給します。"
msgctxt "description"
msgid "Provides support for writing 3MF files."
msgstr "MFファイルを読むこむためのサポートを供給する。"
msgid "Provides support for writing 3MF and UCP files."
msgstr ""
msgctxt "description"
msgid "Provides support for writing MakerBot Format Packages."
@ -3688,8 +3781,12 @@ msgid "Save Cura project"
msgstr "Curaプロジェクトを保存する"
msgctxt "@option"
msgid "Save Cura project and print file"
msgstr "Curaプロジェクトとプリントファイルを保存する"
msgid "Save Cura project and .makerbot print file"
msgstr ""
msgctxt "@option"
msgid "Save Cura project and .ufp print file"
msgstr ""
msgctxt "@title:window"
msgid "Save Custom Profile"
@ -3715,6 +3812,10 @@ msgctxt "@button"
msgid "Save new profile"
msgstr "新しいプロファイルを保存"
msgctxt "@action:button"
msgid "Save project"
msgstr ""
msgctxt "@text"
msgid "Save the .umm file on a USB stick."
msgstr ".ummファイルをUSBメモリーに保存します。"
@ -3818,6 +3919,18 @@ msgctxt "@action:button"
msgid "Send crash report to UltiMaker"
msgstr "クラッシュ報告をUltiMakerに送信する"
msgctxt "@info:tooltip"
msgid "Send crash reports with your registered UltiMaker account name and the project name to UltiMaker Sentry. No actual model data is being send."
msgstr ""
msgctxt "@info:tooltip"
msgid "Send crash reports without any personally identifiable information or models data to UltiMaker."
msgstr ""
msgctxt "@option:check"
msgid "Send engine crash reports"
msgstr ""
msgctxt "@action:button"
msgid "Send report"
msgstr "レポート送信"
@ -3870,6 +3983,10 @@ msgctxt "@title:tab"
msgid "Settings"
msgstr "設定"
msgctxt "@action:label"
msgid "Settings Loaded from UCP file"
msgstr ""
msgctxt "@info:message Followed by a list of settings."
msgid "Settings have been changed to match the current availability of extruders:"
msgstr "現在利用可能な次のエクストルーダーに合わせて設定が変更されました:"
@ -3938,6 +4055,10 @@ msgctxt "@info:tooltip"
msgid "Should opening files from the desktop or external applications open in the same instance of Cura?"
msgstr "デスクトップまたは外部アプリケーションから開いたファイルをCuraの同じインスタンスで開く必要がありますか"
msgctxt "@info:tooltip"
msgid "Should slicing crashes be automatically reported to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored, unless you give explicit permission."
msgstr ""
msgctxt "@info:tooltip"
msgid "Should the build plate be cleared before loading a new model in the single instance of Cura?"
msgstr "Curaの単一インスタンスに新しいモデルをロードする前に、ビルドプレートをクリアする必要はありますか"
@ -3994,6 +4115,10 @@ msgctxt "@action:button"
msgid "Show detailed crash report"
msgstr "詳しいクラッシュ報告を表示する"
msgctxt "@action:button"
msgid "Show settings"
msgstr ""
msgctxt "@option:check"
msgid "Show summary dialog when saving project"
msgstr "プロジェクトを保存時にダイアログサマリーを表示する"
@ -4070,10 +4195,6 @@ msgctxt "@message:title"
msgid "Slicing failed"
msgstr "スライスに失敗しました"
msgctxt "@message"
msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker."
msgstr "予期しないエラーが発生し、スライスに失敗しました。問題追跡ツールでのバグ報告をご検討ください。"
msgctxt "@label:PrintjobStatus"
msgid "Slicing..."
msgstr "スライス中..."
@ -4082,6 +4203,10 @@ msgctxt "@action:label"
msgid "Smoothing"
msgstr "スムージング"
msgctxt "@label"
msgid "Solid"
msgstr ""
msgctxt "name"
msgid "Solid View"
msgstr "ソリッドビュー"
@ -4205,10 +4330,26 @@ msgctxt "@info:status"
msgid "Successfully imported profile {0}."
msgstr "プロファイル{0}の取り込みが完了しました。"
msgctxt "@action:label"
msgid "Suggested Material settings"
msgstr ""
msgctxt "@action:label"
msgid "Suggested Profile settings"
msgstr ""
msgctxt "@action:title"
msgid "Summary - Cura Project"
msgstr "サマリーCuraプロジェクト"
msgctxt "@action:title Don't translate 'Universal Cura Project'"
msgid "Summary - Open Universal Cura Project (UCP)"
msgstr ""
msgctxt "@action:title Don't translate 'Universal Cura Project'"
msgid "Summary - Universal Cura Project"
msgstr ""
msgctxt "@label"
msgid "Support"
msgstr "サポート"
@ -4586,6 +4727,10 @@ msgctxt "@label"
msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile."
msgstr "%1 が認識されていないためこの構成は利用できません。%2 から適切な材料プロファイルをダウンロードしてください。"
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 ""
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?"
msgstr "これはCuraのプロジェクトファイルです。プロジェクトとしてあけますか、それともモデルのみ取り込みますか"
@ -4671,6 +4816,14 @@ msgctxt "@label"
msgid "This setting is resolved from conflicting extruder-specific values:"
msgstr "この設定はエクストルーダー固有の競合する値から取得します:"
msgctxt "@tooltip Don't translate 'Universal Cura Project'"
msgid "This setting may not perform well while exporting to Universal Cura Project, Users are asked to add it at their own risk."
msgstr ""
msgctxt "@tooltip Don't translate 'Universal Cura Project'"
msgid "This setting may not perform well while exporting to Universal Cura Project. Users are asked to add it at their own risk."
msgstr ""
msgctxt "@info:warning"
msgid "This version is not intended for production use. If you encounter any issues, please report them on our GitHub page, mentioning the full version {self.getVersion()}"
msgstr "このバージョンは、運用環境での使用を目的としたのではありません。問題が発生した場合は、GitHubページでフルバージョン{self.getVersion()}を記載して報告してください。"
@ -4902,6 +5055,11 @@ 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 ""
msgctxt "@label:status"
msgid "Unavailable"
msgstr "利用不可"
@ -4922,6 +5080,14 @@ msgctxt "@title:column Unit of measurement"
msgid "Unit"
msgstr "ユニット"
msgctxt "@item:inlistbox"
msgid "Universal Cura Project"
msgstr ""
msgctxt "@action:description Don't translate 'Universal Cura Project'"
msgid "Universal Cura Project files can be printed on different 3D printers while retaining positional data and selected settings. When exported, all models present on the build plate will be included along with their current position, orientation, and scale. You can also select which per-extruder or per-model settings should be included to ensure proper printing."
msgstr ""
msgctxt "@label Description for development tool"
msgid "Universal build system configuration"
msgstr "ユニバーサルビルドシステム設定"
@ -5111,6 +5277,10 @@ msgctxt "description"
msgid "Upgrades configurations from Cura 5.4 to Cura 5.5."
msgstr "構成をCura 5.4からCura 5.5にアップグレードします。"
msgctxt "description"
msgid "Upgrades configurations from Cura 5.6 to Cura 5.7."
msgstr ""
msgctxt "@action:button"
msgid "Upload custom Firmware"
msgstr "カスタムファームウェアをアップロードする"
@ -5143,6 +5313,10 @@ msgctxt "@label Description for application dependency"
msgid "Utility library, including Voronoi generation"
msgstr "ボロノイ図生成を含むユーティリティライブラリ"
msgctxt "@title:column"
msgid "Value"
msgstr ""
msgctxt "name"
msgid "Version Upgrade 2.1 to 2.2"
msgstr "2.1 から2.2にバージョンアップグレート"
@ -5247,6 +5421,10 @@ msgctxt "name"
msgid "Version Upgrade 5.4 to 5.5"
msgstr "5.4から5.5へのバージョンアップ"
msgctxt "name"
msgid "Version Upgrade 5.6 to 5.7"
msgstr ""
msgctxt "@button"
msgid "View printers in Digital Factory"
msgstr "Digital Factoryでプリンターを表示する"
@ -5324,6 +5502,10 @@ msgctxt "@label"
msgid "What printer would you like to setup?"
msgstr "どのプリンターをセットアップしますか?"
msgctxt "@info:tooltip"
msgid "What type of camera navigation should be used?"
msgstr ""
msgctxt "@info:tooltip"
msgid "What type of camera rendering should be used?"
msgstr "どのような種類のカメラレンダリングを使用する必要がありますか?"
@ -5537,6 +5719,10 @@ msgctxt "@label"
msgid "mm"
msgstr "mm"
msgctxt "@label"
msgid "s"
msgstr ""
msgctxt "@info:status"
msgid "today"
msgstr "本日"
@ -5564,3 +5750,15 @@ msgstr "{}プラグインのダウンロードに失敗しました"
#~ msgid "Provides support for exporting Cura profiles."
#~ msgstr "Curaプロファイルのエクスポートをサポートします。"
#~ msgctxt "description"
#~ msgid "Provides support for writing 3MF files."
#~ msgstr "MFファイルを読むこむためのサポートを供給する。"
#~ msgctxt "@option"
#~ msgid "Save Cura project and print file"
#~ msgstr "Curaプロジェクトとプリントファイルを保存する"
#~ msgctxt "@message"
#~ msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker."
#~ msgstr "予期しないエラーが発生し、スライスに失敗しました。問題追跡ツールでのバグ報告をご検討ください。"

View file

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
"POT-Creation-Date: 2023-06-08 16:32+0000\n"
"POT-Creation-Date: 2024-03-11 11:28+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"
@ -40,6 +40,10 @@ msgctxt "machine_extruder_end_code label"
msgid "Extruder End G-Code"
msgstr "エクストルーダーがG-Codeを終了する"
msgctxt "machine_extruder_end_code_duration label"
msgid "Extruder End G-Code Duration"
msgstr ""
msgctxt "machine_extruder_end_pos_abs label"
msgid "Extruder End Position Absolute"
msgstr "エクストルーダーのエンドポジションの絶対値"
@ -72,6 +76,10 @@ msgctxt "machine_extruder_start_code label"
msgid "Extruder Start G-Code"
msgstr "エクストルーダーがG-Codeを開始する"
msgctxt "machine_extruder_start_code_duration label"
msgid "Extruder Start G-Code Duration"
msgstr ""
msgctxt "machine_extruder_start_pos_abs label"
msgid "Extruder Start Position Absolute"
msgstr "エクストルーダーのスタート位置の絶対値"
@ -156,6 +164,14 @@ msgctxt "machine_extruder_cooling_fan_number description"
msgid "The number of the print cooling fan associated with this extruder. Only change this from the default value of 0 when you have a different print cooling fan for each extruder."
msgstr "このエクストルーダーに関連付けられているプリント冷却ファンの数です。デフォルト値は0(ゼロ)です。各エクストルーダーに対してプリント冷却ファンが異なる場合にのみ変更します。"
msgctxt "machine_extruder_end_code_duration description"
msgid "The time it takes to execute the end g-code, when switching away from this extruder."
msgstr ""
msgctxt "machine_extruder_start_code_duration description"
msgid "The time it'll take to execute the start g-code, when switching to this extruder."
msgstr ""
msgctxt "machine_extruder_end_pos_x description"
msgid "The x-coordinate of the ending position when turning the extruder off."
msgstr "エクストルーダーを切った際のX座標の最終位置。"

View file

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
"POT-Creation-Date: 2023-11-24 12:51+0000\n"
"POT-Creation-Date: 2024-03-12 15:10+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"
@ -12,6 +12,14 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
msgctxt "prime_tower_mode description"
msgid "<html>How to generate the prime tower:<ul><li><b>Normal:</b> create a bucket in which secondary materials are primed</li><li><b>Interleaved:</b> create a prime tower as sparse as possible. This will save time and filament, but is only possible if the used materials adhere to each other</li></ul></html>"
msgstr ""
msgctxt "brim_inside_margin description"
msgid "A brim around a model may touch an other model where you don't want it. This removes all brim within this distance from brimless models."
msgstr ""
msgctxt "ironing_inset description"
msgid "A distance to keep from the edges of the model. Ironing all the way to the edge of the mesh may result in a jagged edge on your print."
msgstr "モデルの端からの距離。端までアイロンをすると、端が荒れる場合があります。"
@ -56,10 +64,6 @@ msgctxt "machine_disallowed_areas description"
msgid "A list of polygons with areas the print head is not allowed to enter."
msgstr "プリントヘッドの領域を持つポリゴンのリストは入力できません。"
msgctxt "brim_inside_margin description"
msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes."
msgstr "別の部品内に完全に囲まれた部品は、別の部品の内側に接触する外側縁ができることがあります。この設定によって、内部の穴からこの間隔内のすべての縁が除去されます。"
msgctxt "support_tree_branch_reach_limit description"
msgid "A recomendation to how far branches can move from the points they support. Branches can violate this value to reach their destination (buildplate or a flat part of the model). Lowering this value will make the support more sturdy, but increase the amount of branches (and because of that material usage/print time) "
msgstr "枝がサポートポイントからどれくらい移動できるかについての推奨値。枝は、目的地(ビルドプレートまたはモデルの平らな部分)に到達するためであればこの値に違反することができます。この値を小さくすることで、サポートをより頑丈にすることができますが、枝の量が増加します(材料の使用量やプリント時間も増加します)。"
@ -152,6 +156,10 @@ msgctxt "resolution description"
msgid "All settings that influence the resolution of the print. These settings have a large impact on the quality (and print time)"
msgstr "プリントの解像度に影響を与えるすべての設定。これらの設定は、品質(および印刷時間)に大きな影響を与えます。"
msgctxt "user_defined_print_order_enabled description"
msgid "Allows you to order the object list to manually set the print sequence. First object from the list will be printed first."
msgstr ""
msgctxt "alternate_extra_perimeter label"
msgid "Alternate Extra Wall"
msgstr "代替予備壁"
@ -400,21 +408,21 @@ msgctxt "adhesion_type option brim"
msgid "Brim"
msgstr "ブリム"
msgctxt "brim_inside_margin label"
msgid "Brim Avoid Margin"
msgstr ""
msgctxt "brim_gap label"
msgid "Brim Distance"
msgstr "ブリム距離"
msgctxt "brim_inside_margin label"
msgid "Brim Inside Avoid Margin"
msgstr "内側縁がマージンに接触しないようにする"
msgctxt "brim_line_count label"
msgid "Brim Line Count"
msgstr "ブリムライン数"
msgctxt "brim_outside_only label"
msgid "Brim Only on Outside"
msgstr "外側にブリムのみ印刷"
msgctxt "brim_location label"
msgid "Brim Location"
msgstr ""
msgctxt "brim_replaces_support label"
msgid "Brim Replaces Support"
@ -456,6 +464,14 @@ msgctxt "build_volume_temperature label"
msgid "Build Volume Temperature"
msgstr "造形温度"
msgctxt "bv_temp_anomaly_limit label"
msgid "Build Volume temperature Limit"
msgstr ""
msgctxt "bv_temp_warn_limit label"
msgid "Build Volume temperature Warning"
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."
msgstr "この設定を有効にすると、モデルにはない場合でもプライムタワーにブリムが付きます。高いタワーのためにより頑丈なベースが必要な場合は、ベースの高さを増やすことができます。"
@ -868,6 +884,10 @@ msgctxt "cool_fan_enabled label"
msgid "Enable Print Cooling"
msgstr "印刷中の冷却を有効にする"
msgctxt "ppr_enable label"
msgid "Enable Print Process Reporting"
msgstr ""
msgctxt "retraction_enable label"
msgid "Enable Retraction"
msgstr "引き戻し有効"
@ -900,6 +920,10 @@ msgctxt "ooze_shield_enabled description"
msgid "Enable exterior ooze shield. This will create a shell around the model which is likely to wipe a second nozzle if it's at the same height as the first nozzle."
msgstr "モデルの周りに壁ooze shieldを作る。これを生成することで、一つ目のズルの高さと2つ目のズルが同じ高さであったとき、2つ目のズルを綺麗にします。"
msgctxt "ppr_enable description"
msgid "Enable print process reporting for setting threshold values for possible fault detection."
msgstr ""
msgctxt "small_skin_on_surface description"
msgid "Enable small (up to 'Small Top/Bottom Width') regions on the topmost skinned layer (exposed to air) to be filled with walls instead of the default pattern."
msgstr "最上位のスキンレイヤー(空気にさらされている)上の小さな(最大「小さな上部/下部幅」)領域を、デフォルトパターンの代わりに壁で埋められるようにします。"
@ -932,6 +956,10 @@ msgctxt "brim_replaces_support description"
msgid "Enforce brim to be printed around the model even if that space would otherwise be occupied by support. This replaces some regions of the first layer of support by brim regions."
msgstr "スペースがサポートで埋まっている場合でも、モデルの周辺にブリムを印刷します。これにより、サポートの最初の層の一部のエリアがブリムになります。"
msgctxt "brim_location option everywhere"
msgid "Everywhere"
msgstr ""
msgctxt "support_type option everywhere"
msgid "Everywhere"
msgstr "全対象"
@ -1036,6 +1064,10 @@ msgctxt "speed_equalize_flow_width_factor label"
msgid "Flow Equalization Ratio"
msgstr "フロー均一化率"
msgctxt "flow_anomaly_limit label"
msgid "Flow Limit"
msgstr ""
msgctxt "flow_rate_extrusion_offset_factor label"
msgid "Flow Rate Compensation Factor"
msgstr "流量補正要因"
@ -1048,6 +1080,10 @@ msgctxt "material_flow_temp_graph label"
msgid "Flow Temperature Graph"
msgstr "フロー温度グラフ"
msgctxt "flow_warn_limit label"
msgid "Flow Warning"
msgstr ""
msgctxt "material_flow_layer_0 description"
msgid "Flow compensation for the first layer: the amount of material extruded on the initial layer is multiplied by this value."
msgstr "初期レイヤーの流量補修:初期レイヤーの マテリアル吐出量はこの値の乗算で計算されます。"
@ -1440,10 +1476,22 @@ msgctxt "wall_transition_filter_distance description"
msgid "If it would be transitioning back and forth between different numbers of walls in quick succession, don't transition at all. Remove transitions if they are closer together than this distance."
msgstr "異なる数のウォール間を相次いで行き来する場合は、まったく移行しないようにします。移行同士がこの距離よりも近い場合は、それらの移行を削除します。"
msgctxt "raft_base_margin description"
msgid "If the raft base is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print."
msgstr ""
msgctxt "raft_margin description"
msgid "If the raft is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print."
msgstr "ラフトが有効になっている場合、モデルの周りに余分なラフト領域ができます。値を大きくするとより強力なラフトができますが、多くの材料を使用し、造形範囲は少なくなります。"
msgctxt "raft_interface_margin description"
msgid "If the raft middle is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print."
msgstr ""
msgctxt "raft_surface_margin description"
msgid "If the raft top is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print."
msgstr ""
msgctxt "meshfix_union_all description"
msgid "Ignore the internal geometry arising from overlapping volumes within a mesh and print the volumes as one. This may cause unintended internal cavities to disappear."
msgstr "メッシュ内の重なり合うボリュームから生じる内部ジオメトリを無視し、ボリュームを1つとして印刷します。これにより、意図しない内部空洞が消えることがあります。"
@ -1672,6 +1720,10 @@ msgctxt "wall_0_inset description"
msgid "Inset applied to the path of the outer wall. If the outer wall is smaller than the nozzle, and printed after the inner walls, use this offset to get the hole in the nozzle to overlap with the inner walls instead of the outside of the model."
msgstr "外壁の経路にはめ込む。外壁がノズルよりも小さく、内壁の後に造形されている場合は、オフセットを使用して、ノズルの穴をモデルの外側ではなく内壁と重なるようにします。"
msgctxt "brim_location option inside"
msgid "Inside Only"
msgstr ""
msgctxt "inset_direction option inside_out"
msgid "Inside To Outside"
msgstr "内側から外側へ"
@ -1684,6 +1736,10 @@ msgctxt "support_interface_priority option interface_area_overwrite_support_area
msgid "Interface preferred"
msgstr "インターフェイスを優先"
msgctxt "prime_tower_mode option interleaved"
msgid "Interleaved"
msgstr ""
msgctxt "interlocking_beam_layer_count label"
msgid "Interlocking Beam Layer Count"
msgstr "インターロックビームレイヤー数"
@ -1824,6 +1880,30 @@ msgctxt "support_tree_limit_branch_reach description"
msgid "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)"
msgstr "各枝がサポートポイントからどれくらい移動するかを制限します。これにより、サポートをより頑丈にすることができますが、枝の量が増加します(材料の使用量やプリント時間も増加します)。"
msgctxt "bv_temp_warn_limit description"
msgid "Limit on Build Volume Temperature warning for detection."
msgstr ""
msgctxt "bv_temp_anomaly_limit description"
msgid "Limit on Build Volume temperature Anomaly for detection."
msgstr ""
msgctxt "print_temp_anomaly_limit description"
msgid "Limit on Print Temperature anomaly for detection."
msgstr ""
msgctxt "print_temp_warn_limit description"
msgid "Limit on Print temperature warning for detection."
msgstr ""
msgctxt "flow_anomaly_limit description"
msgid "Limit on flow anomaly for detection."
msgstr ""
msgctxt "flow_warn_limit description"
msgid "Limit on the flow warning for detection."
msgstr ""
msgctxt "cutting_mesh description"
msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder."
msgstr "このメッシュの大きさをを他のメッシュ内に制限します。この設定を使用することで、1つの特定のメッシュ領域の設定を、、全く別のエクストルーダーで作成することができます。"
@ -1921,8 +2001,10 @@ msgid "Make the extruder prime position absolute rather than relative to the las
msgstr "最後のヘッドの既知位置からではなく、エクストルーダー現在位置を絶対位置にします。"
msgctxt "layer_0_z_overlap description"
msgid "Make the first and second layer of the model overlap in the Z direction to compensate for the filament lost in the airgap. All models above the first model layer will be shifted down by this amount."
msgstr "エアギャップ内で失われたフィラメントを補うために、モデルの第1層と第2層をZ方向にオーバーラップさせます。この値によって、最初のモデルレイヤーがシフトダウンされます。"
msgid ""
"Make the first and second layer of the model overlap in the Z direction to compensate for the filament lost in the airgap. All models above the first model layer will be shifted down by this amount.\n"
"It may be noted that sometimes the second layer is printed below initial layer because of this setting. This is intended behavior"
msgstr ""
msgctxt "meshfix description"
msgid "Make the meshes more suited for 3D printing."
@ -1948,10 +2030,18 @@ msgctxt "material label"
msgid "Material"
msgstr "マテリアル"
msgctxt "material_brand label"
msgid "Material Brand"
msgstr ""
msgctxt "material_guid label"
msgid "Material GUID"
msgstr "マテリアルGUID"
msgctxt "material_type label"
msgid "Material Type"
msgstr ""
msgctxt "max_extrusion_before_wipe label"
msgid "Material Volume Between Wipes"
msgstr "ワイプ間の材料の量"
@ -2228,6 +2318,10 @@ msgctxt "ironing_monotonic label"
msgid "Monotonic Ironing Order"
msgstr "アイロン方向一貫性"
msgctxt "raft_surface_monotonic label"
msgid "Monotonic Raft Top Surface Order"
msgstr ""
msgctxt "roofing_monotonic label"
msgid "Monotonic Top Surface Order"
msgstr "上面方向一貫性"
@ -2268,6 +2362,10 @@ msgctxt "magic_mesh_surface_mode option normal"
msgid "Normal"
msgstr "標準"
msgctxt "prime_tower_mode option normal"
msgid "Normal"
msgstr ""
msgctxt "support_structure option normal"
msgid "Normal"
msgstr "標準"
@ -2400,10 +2498,6 @@ msgctxt "ironing_only_highest_layer description"
msgid "Only perform ironing on the very last layer of the mesh. This saves time if the lower layers don't need a smooth surface finish."
msgstr "メッシュの最後のレイヤーでのみアイロンをかけます。下層にて滑らかな表面仕上げを必要としない場合、時間を節約します。"
msgctxt "brim_outside_only description"
msgid "Only print the brim on the outside of the model. This reduces the amount of brim you need to remove afterwards, while it doesn't reduce the bed adhesion that much."
msgstr "モデルの外側のみにブリムを印刷します。これにより、後で取り除くブリムの量が減少します。またプレートへの接着力はそれほど低下しません。"
msgctxt "ooze_shield_angle label"
msgid "Ooze Shield Angle"
msgstr "Ooze Shield角度"
@ -2464,6 +2558,10 @@ msgctxt "group_outer_walls description"
msgid "Outer walls of different islands in the same layer are printed in sequence. When enabled the amount of flow changes is limited because walls are printed one type at a time, when disabled the number of travels between islands is reduced because walls in the same islands are grouped."
msgstr "同じレイヤー内の異なる島の外壁は順次印刷されます。有効にすると、壁は1つの種類ずつ印刷されるため、フローの変化量が制限されます。無効にすると、同じ島の壁がグループ化されるため、島間の移動回数が減少します。"
msgctxt "brim_location option outside"
msgid "Outside Only"
msgstr ""
msgctxt "inset_direction option outside_in"
msgid "Outside To Inside"
msgstr "外側から内側へ"
@ -2544,6 +2642,10 @@ msgctxt "prime_tower_line_width label"
msgid "Prime Tower Line Width"
msgstr "プライムタワーのライン幅"
msgctxt "prime_tower_max_bridging_distance label"
msgid "Prime Tower Maximum Bridging Distance"
msgstr ""
msgctxt "prime_tower_min_volume label"
msgid "Prime Tower Minimum Volume"
msgstr "プライムタワー最小容積"
@ -2560,6 +2662,10 @@ msgctxt "speed_prime_tower label"
msgid "Prime Tower Speed"
msgstr "プライムタワー印刷速度"
msgctxt "prime_tower_mode label"
msgid "Prime Tower Type"
msgstr ""
msgctxt "prime_tower_position_x label"
msgid "Prime Tower X Position"
msgstr "プライムタワーX位置"
@ -2576,6 +2682,10 @@ msgctxt "jerk_print label"
msgid "Print Jerk"
msgstr "印刷ジャーク"
msgctxt "ppr label"
msgid "Print Process Reporting"
msgstr ""
msgctxt "print_sequence label"
msgid "Print Sequence"
msgstr "印刷頻度"
@ -2588,6 +2698,10 @@ msgctxt "fill_outline_gaps label"
msgid "Print Thin Walls"
msgstr "薄壁印刷"
msgctxt "brim_location description"
msgid "Print a brim on the outside of the model, inside, or both. Depending on the model, this helps reducing the amount of brim you need to remove afterwards, while ensuring a proper bed adhesion."
msgstr ""
msgctxt "prime_tower_enable description"
msgid "Print a tower next to the print which serves to prime the material after each nozzle switch."
msgstr "印刷物の横にタワーを造形して、ノズル交換後にフィラメントの調整をします。"
@ -2608,6 +2722,10 @@ msgctxt "fill_outline_gaps description"
msgid "Print pieces of the model which are horizontally thinner than the nozzle size."
msgstr "ノズルサイズよりも細い壁を作ります。"
msgctxt "raft_surface_monotonic description"
msgid "Print raft top surface lines in an ordering that causes them to always overlap with adjacent lines in a single direction. This takes slightly more time to print, but makes the surface look more consistent, which is also visible on the model bottom surface."
msgstr ""
msgctxt "bridge_skin_speed_2 description"
msgid "Print speed to use when printing the second bridge skin layer."
msgstr "セカンドブリッジのスキンレイヤーを印刷する際に使用する印刷速度。"
@ -2616,6 +2734,14 @@ msgctxt "bridge_skin_speed_3 description"
msgid "Print speed to use when printing the third bridge skin layer."
msgstr "サードブリッジのスキンレイヤーを印刷する際に使用する印刷速度。"
msgctxt "print_temp_anomaly_limit label"
msgid "Print temperature Limit"
msgstr ""
msgctxt "print_temp_warn_limit label"
msgid "Print temperature Warning"
msgstr ""
msgctxt "infill_before_walls description"
msgid "Print the infill before printing the walls. Printing the walls first may lead to more accurate walls, but overhangs print worse. Printing the infill first leads to sturdier walls, but the infill pattern might sometimes show through the surface."
msgstr ""
@ -2662,6 +2788,10 @@ msgctxt "raft_airgap label"
msgid "Raft Air Gap"
msgstr "ラフト間のラップ"
msgctxt "raft_base_margin label"
msgid "Raft Base Extra Margin"
msgstr ""
msgctxt "raft_base_extruder_nr label"
msgid "Raft Base Extruder"
msgstr "ラフトベースエクストルーダー"
@ -2690,6 +2820,10 @@ msgctxt "raft_base_speed label"
msgid "Raft Base Print Speed"
msgstr "ラフトベース印刷速度"
msgctxt "raft_base_smoothing label"
msgid "Raft Base Smoothing"
msgstr ""
msgctxt "raft_base_thickness label"
msgid "Raft Base Thickness"
msgstr "ラフトベース厚さ"
@ -2706,6 +2840,10 @@ msgctxt "raft_fan_speed label"
msgid "Raft Fan Speed"
msgstr "ラフトファン速度"
msgctxt "raft_interface_margin label"
msgid "Raft Middle Extra Margin"
msgstr ""
msgctxt "raft_interface_extruder_nr label"
msgid "Raft Middle Extruder"
msgstr "ラフト中間エクストルーダー"
@ -2734,6 +2872,10 @@ msgctxt "raft_interface_speed label"
msgid "Raft Middle Print Speed"
msgstr "ラフト中間印刷速度"
msgctxt "raft_interface_smoothing label"
msgid "Raft Middle Smoothing"
msgstr ""
msgctxt "raft_interface_line_spacing label"
msgid "Raft Middle Spacing"
msgstr "ラフト中間スペース"
@ -2742,6 +2884,10 @@ msgctxt "raft_interface_thickness label"
msgid "Raft Middle Thickness"
msgstr "ラフト中央厚さ"
msgctxt "raft_interface_wall_count label"
msgid "Raft Middle Wall Count"
msgstr ""
msgctxt "raft_acceleration label"
msgid "Raft Print Acceleration"
msgstr "ラフト印刷加速度"
@ -2758,6 +2904,10 @@ msgctxt "raft_smoothing label"
msgid "Raft Smoothing"
msgstr "ラフト補整"
msgctxt "raft_surface_margin label"
msgid "Raft Top Extra Margin"
msgstr ""
msgctxt "raft_surface_extruder_nr label"
msgid "Raft Top Extruder"
msgstr "ラフトトップエクストルーダー"
@ -2790,10 +2940,22 @@ msgctxt "raft_surface_speed label"
msgid "Raft Top Print Speed"
msgstr "ラフト上層印刷速度"
msgctxt "raft_surface_smoothing label"
msgid "Raft Top Smoothing"
msgstr ""
msgctxt "raft_surface_line_spacing label"
msgid "Raft Top Spacing"
msgstr "ラフト最上面スペース"
msgctxt "raft_surface_wall_count label"
msgid "Raft Top Wall Count"
msgstr ""
msgctxt "raft_wall_count label"
msgid "Raft Wall Count"
msgstr ""
msgctxt "z_seam_type option random"
msgid "Random"
msgstr "ランダム"
@ -2846,10 +3008,22 @@ msgctxt "carve_multiple_volumes label"
msgid "Remove Mesh Intersection"
msgstr "重複メッシュの削除"
msgctxt "raft_base_remove_inside_corners label"
msgid "Remove Raft Base Inside Corners"
msgstr ""
msgctxt "raft_remove_inside_corners label"
msgid "Remove Raft Inside Corners"
msgstr "ラフト内側コーナーの削除"
msgctxt "raft_interface_remove_inside_corners label"
msgid "Remove Raft Middle Inside Corners"
msgstr ""
msgctxt "raft_surface_remove_inside_corners label"
msgid "Remove Raft Top Inside Corners"
msgstr ""
msgctxt "carve_multiple_volumes description"
msgid "Remove areas where multiple meshes are overlapping with each other. This may be used if merged dual material objects overlap with each other."
msgstr "複数のメッシュが重なっている領域を削除します。これは、結合された2つのマテリアルのオブジェクトが互いに重なっている場合に使用されます。"
@ -2858,6 +3032,18 @@ msgctxt "remove_empty_first_layers description"
msgid "Remove empty layers beneath the first printed layer if they are present. Disabling this setting can cause empty first layers if the Slicing Tolerance setting is set to Exclusive or Middle."
msgstr "最初に印刷したレイヤーの下に空のレイヤーがある場合は取り除きます。この設定を無効にすると、スライストレランスが「排他」または「中間」に設定されている場合に最初のレイヤーが空になる原因になります。"
msgctxt "raft_base_remove_inside_corners description"
msgid "Remove inside corners from the raft base, causing the raft to become convex."
msgstr ""
msgctxt "raft_interface_remove_inside_corners description"
msgid "Remove inside corners from the raft middle part, causing the raft to become convex."
msgstr ""
msgctxt "raft_surface_remove_inside_corners description"
msgid "Remove inside corners from the raft top part, causing the raft to become convex."
msgstr ""
msgctxt "raft_remove_inside_corners description"
msgid "Remove inside corners from the raft, causing the raft to become convex."
msgstr "ラフトから内側コーナーを削除し、ラフトが凸になるようにします。"
@ -2878,6 +3064,10 @@ msgctxt "skin_outline_count description"
msgid "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material."
msgstr "上部/下部パターンの最も外側の部分を同心円の線で置き換えます。 1つまたは2つの線を使用すると、トップ部分の造形が改善されます。"
msgctxt "ppr description"
msgid "Reporting events that go out of set thresholds"
msgstr ""
msgctxt "support_tree_rest_preference label"
msgid "Rest Preference"
msgstr "希望配置"
@ -2950,6 +3140,10 @@ msgctxt "z_seam_corner label"
msgid "Seam Corner Preference"
msgstr "シームコーナー設定"
msgctxt "user_defined_print_order_enabled label"
msgid "Set Print Sequence Manually"
msgstr "手動で印刷順序を設定する"
msgctxt "draft_shield_height_limitation description"
msgid "Set the height of the draft shield. Choose to print the draft shield at the full height of the model or at a limited height."
msgstr "ドラフトシールドの高さを設定します。ドラフトシールドは、モデルの全高、または限られた高さで印刷するように選択します。"
@ -3350,10 +3544,6 @@ msgctxt "support_interface_priority label"
msgid "Support Interface Priority"
msgstr "サポートインターフェイスの優先順位"
msgctxt "support_interface_skip_height label"
msgid "Support Interface Resolution"
msgstr "サポートインタフェース解像度"
msgctxt "speed_support_interface label"
msgid "Support Interface Speed"
msgstr "サポートインタフェース速度"
@ -3708,6 +3898,10 @@ msgctxt "magic_fuzzy_skin_point_dist description"
msgid "The average distance between the random points introduced on each line segment. Note that the original points of the polygon are discarded, so a high smoothness results in a reduction of the resolution. This value must be higher than half the Fuzzy Skin Thickness."
msgstr "各線分に導入されたランダム点間の平均距離。ポリゴンの元の点は破棄されるので、積層の値を低くすることで、なめらかな仕上がりになります。この値は、ファジースキンの厚さの半分よりも大きくなければなりません。"
msgctxt "material_brand description"
msgid "The brand of material used."
msgstr ""
msgctxt "machine_acceleration description"
msgid "The default acceleration of print head movement."
msgstr "プリントヘッド移動のデフォルトの加速度。"
@ -4184,6 +4378,10 @@ msgctxt "jerk_travel description"
msgid "The maximum instantaneous velocity change with which travel moves are made."
msgstr "移動する際の最大瞬時速度の変更。"
msgctxt "prime_tower_max_bridging_distance description"
msgid "The maximum length of the branches which may be printed over the air."
msgstr ""
msgctxt "machine_max_feedrate_x description"
msgid "The maximum speed for the motor of the X-direction."
msgstr "X方向のモーターの最大速度。"
@ -4296,6 +4494,18 @@ msgctxt "raft_base_wall_count description"
msgid "The number of contours to print around the linear pattern in the base layer of the raft."
msgstr "ラフトのベースレイヤーにある線状パターンの周囲にプリントする輪郭の数。"
msgctxt "raft_interface_wall_count description"
msgid "The number of contours to print around the linear pattern in the middle layers of the raft."
msgstr ""
msgctxt "raft_surface_wall_count description"
msgid "The number of contours to print around the linear pattern in the top layers of the raft."
msgstr ""
msgctxt "raft_wall_count description"
msgid "The number of contours to print around the linear pattern of the raft."
msgstr ""
msgctxt "skin_edge_support_layers description"
msgid "The number of infill layers that supports skin edges."
msgstr "スキンエッジをサポートするインフィルレイヤーの数。"
@ -4684,6 +4894,10 @@ msgctxt "machine_gcode_flavor description"
msgid "The type of g-code to be generated."
msgstr "生成するG-codeの種類です。"
msgctxt "material_type description"
msgid "The type of material used."
msgstr ""
msgctxt "coasting_volume description"
msgid "The volume otherwise oozed. This value should generally be close to the nozzle diameter cubed."
msgstr "はみ出るフィラメントのボリューム。この値は、一般に、ズル直径の3乗に近い値でなければならない。"
@ -4732,10 +4946,22 @@ msgctxt "bridge_wall_coast description"
msgid "This controls the distance the extruder should coast immediately before a bridge wall begins. Coasting before the bridge starts can reduce the pressure in the nozzle and may produce a flatter bridge."
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."
msgstr ""
msgctxt "raft_interface_smoothing description"
msgid "This setting controls how much inner corners in the raft middle 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."
msgstr ""
msgctxt "raft_smoothing description"
msgid "This setting controls how much inner corners in the raft 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."
msgstr "この設定は、ラフトの輪郭の内側の角がどの程度丸められるかを制御します。内側の角は、ここで指定した値と等しい半径の半円に丸められます。この設定は、そのような円よりも小さいラフトの輪郭の穴を削除します。"
msgctxt "raft_surface_smoothing description"
msgid "This setting controls how much inner corners in the raft top 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."
msgstr ""
msgctxt "retraction_count_max description"
msgid "This setting limits the number of retractions occurring within the minimum extrusion distance window. Further retractions within this window will be ignored. This avoids retracting repeatedly on the same piece of filament, as that can flatten the filament and cause grinding issues."
msgstr "この設定は、決められた距離の中で起こる引き戻しの回数を制限します。制限数以上の引き戻しは無視されます。これによりフィーダーでフィラメントを誤って削ってしまう問題を軽減させます。"
@ -5096,10 +5322,6 @@ 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."
msgstr "この角度以上に張り出した壁は、オーバーハング壁設定を使用してプリントされます。値が90の場合は、オーバーハング壁として処理されません。サポートによってサポートされているオーバーハングも、オーバーハングとして処理されません。"
msgctxt "support_interface_skip_height description"
msgid "When checking where there's model above and below the support, take steps of the given height. Lower values will slice slower, while higher values may cause normal support to be printed in some places where there should have been support interface."
msgstr "サポートの上下にモデルがあるかどうか確認するには、特定のサポートの高さを見ます。低い値はスライスに時間がかかり、高い値にするとサポートのインターフェイスがある場所に通常のサポートを印刷する可能性があります。"
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."
msgstr "有効にすると、スムーズモーションプランナーを備えたプリンターのツールパスが補正されます。一般的なツールパスの方向から逸脱する小さな動きが滑らかになり、フルイドモーションが改善されます。"
@ -5492,42 +5714,74 @@ msgctxt "travel description"
msgid "travel"
msgstr "移動"
msgctxt "gradual_flow_discretisation_step_size description"
msgid "Duration of each step in the gradual flow change"
msgstr "段階的なフローの変化におけるステップごとの時間"
#~ msgctxt "brim_inside_margin description"
#~ msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes."
#~ msgstr "別の部品内に完全に囲まれた部品は、別の部品の内側に接触する外側縁ができることがあります。この設定によって、内部の穴からこの間隔内のすべての縁が除去されます。"
msgctxt "gradual_flow_enabled description"
msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops."
msgstr "段階的なフローの変化を有効にできます。有効にすると、フローは目標フローまで段階的に増減します。これは、押し出しモーターの始動/停止時にフローがすぐに変化しないボーデンチューブを備えたプリンターに便利です。"
#~ msgctxt "user_defined_print_order_enabled description"
#~ msgid "Allows to order the object list to set the print sequence manually. First object from the list will be printed first."
#~ msgstr "オブジェクトリストを並べ替えて、手動で印刷順序を設定することができます。リストの最初のオブジェクトが最初に印刷されます。"
msgctxt "reset_flow_duration description"
msgid "For any travel move longer than this value, the material flow is reset to the paths target flow"
msgstr "この値より長い移動の場合、素材フローは目標フローにリセットされます。"
#~ msgctxt "brim_inside_margin label"
#~ msgid "Brim Inside Avoid Margin"
#~ msgstr "内側縁がマージンに接触しないようにする"
msgctxt "gradual_flow_discretisation_step_size label"
msgid "Gradual flow discretisation step size"
msgstr "段階的なフローの離散化ステップのサイズ"
#~ msgctxt "brim_outside_only label"
#~ msgid "Brim Only on Outside"
#~ msgstr "外側にブリムのみ印刷"
msgctxt "gradual_flow_enabled label"
msgid "Gradual flow enabled"
msgstr "段階的なフローが有効"
#~ msgctxt "gradual_flow_discretisation_step_size description"
#~ msgid "Duration of each step in the gradual flow change"
#~ msgstr "段階的なフローの変化におけるステップごとの時間"
msgctxt "max_flow_acceleration label"
msgid "Gradual flow max acceleration"
msgstr "段階的なフローの最大加速度"
#~ msgctxt "gradual_flow_enabled description"
#~ msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops."
#~ msgstr "段階的なフローの変化を有効にできます。有効にすると、フローは目標フローまで段階的に増減します。これは、押し出しモーターの始動/停止時にフローがすぐに変化しないボーデンチューブを備えたプリンターに便利です。"
msgctxt "layer_0_max_flow_acceleration label"
msgid "Initial layer max flow acceleration"
msgstr "初期層の最大フロー加速度"
#~ msgctxt "reset_flow_duration description"
#~ msgid "For any travel move longer than this value, the material flow is reset to the paths target flow"
#~ msgstr "この値より長い移動の場合、素材フローは目標フローにリセットされます。"
msgctxt "max_flow_acceleration description"
msgid "Maximum acceleration for gradual flow changes"
msgstr "フローを段階的に変化させるための最大加速度"
#~ msgctxt "gradual_flow_discretisation_step_size label"
#~ msgid "Gradual flow discretisation step size"
#~ msgstr "段階的なフローの離散化ステップのサイズ"
msgctxt "layer_0_max_flow_acceleration description"
msgid "Minimum speed for gradual flow changes for the first layer"
msgstr "第1層のフローを段階的に変化させるための最低速度"
#~ msgctxt "gradual_flow_enabled label"
#~ msgid "Gradual flow enabled"
#~ msgstr "段階的なフローが有効"
msgctxt "reset_flow_duration label"
msgid "Reset flow duration"
msgstr "フロー期間をリセット"
#~ msgctxt "max_flow_acceleration label"
#~ msgid "Gradual flow max acceleration"
#~ msgstr "段階的なフローの最大加速度"
#~ msgctxt "layer_0_max_flow_acceleration label"
#~ msgid "Initial layer max flow acceleration"
#~ msgstr "初期層の最大フロー加速度"
#~ msgctxt "layer_0_z_overlap description"
#~ msgid "Make the first and second layer of the model overlap in the Z direction to compensate for the filament lost in the airgap. All models above the first model layer will be shifted down by this amount."
#~ msgstr "エアギャップ内で失われたフィラメントを補うために、モデルの第1層と第2層をZ方向にオーバーラップさせます。この値によって、最初のモデルレイヤーがシフトダウンされます。"
#~ msgctxt "max_flow_acceleration description"
#~ msgid "Maximum acceleration for gradual flow changes"
#~ msgstr "フローを段階的に変化させるための最大加速度"
#~ msgctxt "layer_0_max_flow_acceleration description"
#~ msgid "Minimum speed for gradual flow changes for the first layer"
#~ msgstr "第1層のフローを段階的に変化させるための最低速度"
#~ msgctxt "brim_outside_only description"
#~ msgid "Only print the brim on the outside of the model. This reduces the amount of brim you need to remove afterwards, while it doesn't reduce the bed adhesion that much."
#~ msgstr "モデルの外側のみにブリムを印刷します。これにより、後で取り除くブリムの量が減少します。またプレートへの接着力はそれほど低下しません。"
#~ msgctxt "reset_flow_duration label"
#~ msgid "Reset flow duration"
#~ msgstr "フロー期間をリセット"
#~ msgctxt "support_interface_skip_height label"
#~ msgid "Support Interface Resolution"
#~ msgstr "サポートインタフェース解像度"
#~ msgctxt "support_interface_skip_height description"
#~ msgid "When checking where there's model above and below the support, take steps of the given height. Lower values will slice slower, while higher values may cause normal support to be printed in some places where there should have been support interface."
#~ msgstr "サポートの上下にモデルがあるかどうか確認するには、特定のサポートの高さを見ます。低い値はスライスに時間がかかり、高い値にするとサポートのインターフェイスがある場所に通常のサポートを印刷する可能性があります。"

View file

@ -0,0 +1,54 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Uranium json setting files\n"
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
"POT-Creation-Date: 2024-03-11 11:28+0000\n"
"PO-Revision-Date: 2024-03-11 11:28+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: en\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
msgctxt "gradual_flow_discretisation_step_size description"
msgid "Duration of each step in the gradual flow change"
msgstr ""
msgctxt "gradual_flow_enabled description"
msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops."
msgstr ""
msgctxt "reset_flow_duration description"
msgid "For any travel move longer than this value, the material flow is reset to the paths target flow"
msgstr ""
msgctxt "gradual_flow_discretisation_step_size label"
msgid "Gradual flow discretisation step size"
msgstr ""
msgctxt "gradual_flow_enabled label"
msgid "Gradual flow enabled"
msgstr ""
msgctxt "max_flow_acceleration label"
msgid "Gradual flow max acceleration"
msgstr ""
msgctxt "layer_0_max_flow_acceleration label"
msgid "Initial layer max flow acceleration"
msgstr ""
msgctxt "max_flow_acceleration description"
msgid "Maximum acceleration for gradual flow changes"
msgstr ""
msgctxt "layer_0_max_flow_acceleration description"
msgid "Minimum speed for gradual flow changes for the first layer"
msgstr ""
msgctxt "reset_flow_duration label"
msgid "Reset flow duration"
msgstr ""

View file

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-31 19:13+0100\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"
@ -115,6 +115,10 @@ msgctxt "@title:menu menubar:file"
msgid "&Save Project..."
msgstr "프로젝트 저장(&S)..."
msgctxt "@title:menu menubar:file Don't translate 'Universal Cura Project'"
msgid "&Save Universal Cura Project..."
msgstr ""
msgctxt "@title:menu menubar:toplevel"
msgid "&Settings"
msgstr "설정"
@ -258,6 +262,10 @@ msgid "A cloud connection is not available for a printer"
msgid_plural "A cloud connection is not available for some printers"
msgstr[0] "A cloud connection is not available for some printers"
msgctxt "@text"
msgid "A highly dense and strong part but at a slower print time. Great for functional parts."
msgstr ""
msgctxt "@message"
msgid "A print is still in progress. Cura cannot start another print via USB until the previous print has completed."
msgstr "프린트가 아직 진행 중입니다. Cura는 이전 프린트가 완료될 때까지는 USB를 통해 다른 프린트를 시작할 수 없습니다."
@ -492,10 +500,18 @@ msgctxt "@label"
msgid "Anonymous"
msgstr "익명"
msgctxt "@option:radio"
msgid "Anonymous crash reports"
msgstr ""
msgctxt "@label Description for application component"
msgid "Application framework"
msgstr "애플리케이션 프레임 워크"
msgctxt "@title:column"
msgid "Applies on"
msgstr ""
msgctxt "@label"
msgid "Apply Extruder offsets to GCode"
msgstr "익스트루더 오프셋을 GCode에 적용"
@ -682,6 +698,10 @@ msgctxt "@info:status"
msgid "Calculated"
msgstr "계산된"
msgctxt "@window:text"
msgid "Camera navigation:"
msgstr ""
msgctxt "@window:text"
msgid "Camera rendering:"
msgstr "카메라 렌더링:"
@ -1412,6 +1432,10 @@ msgctxt "@label"
msgid "Draft"
msgstr "초안"
msgctxt "@action:inmenu menubar:edit"
msgid "Drop All Models to buildplate"
msgstr ""
msgctxt "@action:button"
msgid "Duplicate"
msgstr "복제"
@ -1538,6 +1562,10 @@ msgctxt "@action:inmenu menubar:file"
msgid "Export Selection..."
msgstr "내보내기 선택..."
msgctxt "@title:window Don't translate 'Universal Cura Project'"
msgid "Export Universal Cura Project"
msgstr ""
msgctxt "@button"
msgid "Export material archive"
msgstr "재료 아카이브 내보내기"
@ -1571,10 +1599,23 @@ msgctxt "@title:label"
msgid "Extruder End G-code"
msgstr "익스트루더 종료 Gcode"
msgctxt "@label"
msgid "Extruder End G-code duration"
msgstr ""
msgctxt "@title:label"
msgid "Extruder Start G-code"
msgstr "익스트루더 시작 Gcode"
msgctxt "@label"
msgid "Extruder Start G-code duration"
msgstr ""
#, python-brace-format
msgctxt "@label"
msgid "Extruder {0}"
msgstr ""
msgctxt "@info:title"
msgid "Extruder(s) Disabled"
msgstr "익스트루더 비활성화됨"
@ -1641,6 +1682,11 @@ 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 ""
msgctxt "@label:category menu label"
msgid "Favorites"
msgstr "즐겨찾기"
@ -1782,6 +1828,9 @@ msgctxt "@option:check"
msgid "Force layer view compatibility mode (restart required)"
msgstr "레이어 뷰 호환성 모드로 전환 (다시 시작해야 함)"
msgid "FreeCAD trackpad"
msgstr ""
msgctxt "@action:inmenu menubar:view"
msgid "Front View"
msgstr "앞에서 보기"
@ -1870,6 +1919,10 @@ msgctxt "@action"
msgid "Get started"
msgstr "시작하기"
msgctxt "@label"
msgid "Global"
msgstr ""
msgctxt "@title:tab"
msgid "Global Settings"
msgstr "전역 설정"
@ -1919,6 +1972,10 @@ msgctxt "@label"
msgid "Hide all connected printers"
msgstr "연결된 프린터 모두 숨기기"
msgctxt "@action:button"
msgid "Hide settings"
msgstr ""
msgctxt "@action:menu"
msgid "Hide this setting"
msgstr "이 설정 숨기기"
@ -1995,6 +2052,10 @@ msgctxt "@button"
msgid "In order to use the package you will need to restart Cura"
msgstr "패키지를 사용하려면 Cura를 재시작해야 합니다."
msgctxt "@option:radio"
msgid "Include UltiMaker account name"
msgstr ""
msgctxt "@label"
msgid "Infill"
msgstr "내부채움"
@ -2696,6 +2757,10 @@ msgctxt "@message"
msgid "No results found with current filter"
msgstr "현재 필터로는 결과를 찾을 수 없음"
msgctxt "@label"
msgid "No specific value has been set"
msgstr ""
msgctxt "@label"
msgid "No time estimation available"
msgstr "시간 추산 이용 불가"
@ -2797,6 +2862,10 @@ msgctxt "@info:status"
msgid "Only one G-code file can be loaded at a time. Skipped importing {0}"
msgstr "한 번에 하나의 G-코드 파일만 로드 할 수 있습니다. {0} 가져 오기를 건너 뛰었습니다."
msgctxt "@message"
msgid "Oops! We encountered an unexpected error during your slicing process. Rest assured, we've automatically received the crash logs for analysis, if you have not disabled data sharing in your preferences. To assist us further, consider sharing your project details on our issue tracker."
msgstr ""
msgctxt "@action:button"
msgid "Open"
msgstr "열기"
@ -2825,10 +2894,22 @@ msgctxt "@info:title"
msgid "Open Project File"
msgstr "프로젝트 파일 열기"
msgctxt "@title:window Don't translate 'Universal Cura Project'"
msgid "Open Universal Cura Project (UCP)"
msgstr ""
msgctxt "@title:window Don't translate 'Universal Cura Project'"
msgid "Open Universal Cura Project (UCP) file"
msgstr ""
msgctxt "@action:label"
msgid "Open With"
msgstr "다음으로 열기"
msgctxt "@action:button"
msgid "Open as UCP"
msgstr ""
msgctxt "@action:button"
msgid "Open as project"
msgstr "프로젝트로 열기"
@ -3042,6 +3123,10 @@ msgctxt "@description"
msgid "Please sign in to get verified plugins and materials for UltiMaker Cura Enterprise"
msgstr "UltiMaker Cura Enterprise용으로 검증된 플러그인 및 재료를 받으려면 로그인하십시오."
msgctxt "@info:tooltip"
msgid "Please sign in to your UltiMaker account to allow sending non-anonymous data."
msgstr ""
msgctxt "@action:button"
msgid "Please sync the material profiles with your printers before starting to print."
msgstr "프린트를 시작하기 전에 재료 프로파일을 프린터와 동기화하십시오."
@ -3138,6 +3223,14 @@ msgctxt "@action:button"
msgid "Print"
msgstr "프린트"
msgctxt "@action:inmenu menubar:edit"
msgid "Print After"
msgstr "인쇄 후"
msgctxt "@action:inmenu menubar:edit"
msgid "Print Before"
msgstr "인쇄 전"
msgctxt "@label"
msgid "Print Selected Model With:"
msgid_plural "Print Selected Models With:"
@ -3442,8 +3535,8 @@ msgid "Provides support for reading model files."
msgstr "모델 파일 읽기 기능을 제공합니다."
msgctxt "description"
msgid "Provides support for writing 3MF files."
msgstr "3MF 파일 작성 지원을 제공합니다."
msgid "Provides support for writing 3MF and UCP files."
msgstr ""
msgctxt "description"
msgid "Provides support for writing MakerBot Format Packages."
@ -3687,8 +3780,12 @@ msgid "Save Cura project"
msgstr "Cura 프로젝트 저장하기"
msgctxt "@option"
msgid "Save Cura project and print file"
msgstr "Cura 프로젝트 저장하고 파일 프린팅하기"
msgid "Save Cura project and .makerbot print file"
msgstr ""
msgctxt "@option"
msgid "Save Cura project and .ufp print file"
msgstr ""
msgctxt "@title:window"
msgid "Save Custom Profile"
@ -3714,6 +3811,10 @@ msgctxt "@button"
msgid "Save new profile"
msgstr "새 프로필 저장"
msgctxt "@action:button"
msgid "Save project"
msgstr ""
msgctxt "@text"
msgid "Save the .umm file on a USB stick."
msgstr ".umm 파일을 USB 스틱에 저장합니다."
@ -3817,6 +3918,18 @@ msgctxt "@action:button"
msgid "Send crash report to UltiMaker"
msgstr "충돌 보고서를 UltiMaker에 보내기"
msgctxt "@info:tooltip"
msgid "Send crash reports with your registered UltiMaker account name and the project name to UltiMaker Sentry. No actual model data is being send."
msgstr ""
msgctxt "@info:tooltip"
msgid "Send crash reports without any personally identifiable information or models data to UltiMaker."
msgstr ""
msgctxt "@option:check"
msgid "Send engine crash reports"
msgstr ""
msgctxt "@action:button"
msgid "Send report"
msgstr "보고서 전송"
@ -3869,6 +3982,10 @@ msgctxt "@title:tab"
msgid "Settings"
msgstr "설정"
msgctxt "@action:label"
msgid "Settings Loaded from UCP file"
msgstr ""
msgctxt "@info:message Followed by a list of settings."
msgid "Settings have been changed to match the current availability of extruders:"
msgstr "익스트루더의 현재 가용성과 일치하도록 설정이 변경되었습니다:"
@ -3937,6 +4054,10 @@ msgctxt "@info:tooltip"
msgid "Should opening files from the desktop or external applications open in the same instance of Cura?"
msgstr "데스크톱 또는 외부 애플리케이션의 파일을 동일한 Cura 인스턴스에서 엽니까?"
msgctxt "@info:tooltip"
msgid "Should slicing crashes be automatically reported to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored, unless you give explicit permission."
msgstr ""
msgctxt "@info:tooltip"
msgid "Should the build plate be cleared before loading a new model in the single instance of Cura?"
msgstr "Cura의 단일 인스턴스에서 새 모델을 로드하기 전에 빌드 플레이트를 지워야 합니까?"
@ -3993,6 +4114,10 @@ msgctxt "@action:button"
msgid "Show detailed crash report"
msgstr "충돌 리포트 보기"
msgctxt "@action:button"
msgid "Show settings"
msgstr ""
msgctxt "@option:check"
msgid "Show summary dialog when saving project"
msgstr "프로젝트 저장시 요약 대화 상자 표시"
@ -4069,10 +4194,6 @@ msgctxt "@message:title"
msgid "Slicing failed"
msgstr "슬라이싱 실패"
msgctxt "@message"
msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker."
msgstr "예기치 않은 오류로 인해 슬라이싱에 실패했습니다. 이슈 트래커에 버그를 보고하는 것을 고려하십시오."
msgctxt "@label:PrintjobStatus"
msgid "Slicing..."
msgstr "슬라이싱..."
@ -4081,6 +4202,10 @@ msgctxt "@action:label"
msgid "Smoothing"
msgstr "스무딩(smoothing)"
msgctxt "@label"
msgid "Solid"
msgstr ""
msgctxt "name"
msgid "Solid View"
msgstr "솔리드 뷰"
@ -4206,10 +4331,26 @@ msgctxt "@info:status"
msgid "Successfully imported profile {0}."
msgstr "프로파일 {0}을(를) 성공적으로 가져왔습니다."
msgctxt "@action:label"
msgid "Suggested Material settings"
msgstr ""
msgctxt "@action:label"
msgid "Suggested Profile settings"
msgstr ""
msgctxt "@action:title"
msgid "Summary - Cura Project"
msgstr "요약 - Cura 프로젝트"
msgctxt "@action:title Don't translate 'Universal Cura Project'"
msgid "Summary - Open Universal Cura Project (UCP)"
msgstr ""
msgctxt "@action:title Don't translate 'Universal Cura Project'"
msgid "Summary - Universal Cura Project"
msgstr ""
msgctxt "@label"
msgid "Support"
msgstr "서포트"
@ -4587,6 +4728,10 @@ msgctxt "@label"
msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile."
msgstr "%1이(가) 인식되지 않기 때문에 이 구성을 사용할 수 없습니다. %2에 방문하여 올바른 재료 프로파일을 다운로드하십시오."
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 ""
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?"
msgstr "이 파일은 Cura 프로젝트 파일입니다. 프로젝트로 열거나 모델을 가져 오시겠습니까?"
@ -4674,6 +4819,14 @@ msgctxt "@label"
msgid "This setting is resolved from conflicting extruder-specific values:"
msgstr "이 설정은 충돌하는 압출기별 값으로 결정됩니다:"
msgctxt "@tooltip Don't translate 'Universal Cura Project'"
msgid "This setting may not perform well while exporting to Universal Cura Project, Users are asked to add it at their own risk."
msgstr ""
msgctxt "@tooltip Don't translate 'Universal Cura Project'"
msgid "This setting may not perform well while exporting to Universal Cura Project. Users are asked to add it at their own risk."
msgstr ""
msgctxt "@info:warning"
msgid "This version is not intended for production use. If you encounter any issues, please report them on our GitHub page, mentioning the full version {self.getVersion()}"
msgstr "이 버전은 프로덕션용이 아닙니다. 문제가 발생하면 정식 버전 {self.getVersion()}을 언급하며 GitHub 페이지에 보고해 주세요."
@ -4905,6 +5058,11 @@ 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 ""
msgctxt "@label:status"
msgid "Unavailable"
msgstr "사용불가"
@ -4925,6 +5083,14 @@ msgctxt "@title:column Unit of measurement"
msgid "Unit"
msgstr "단위"
msgctxt "@item:inlistbox"
msgid "Universal Cura Project"
msgstr ""
msgctxt "@action:description Don't translate 'Universal Cura Project'"
msgid "Universal Cura Project files can be printed on different 3D printers while retaining positional data and selected settings. When exported, all models present on the build plate will be included along with their current position, orientation, and scale. You can also select which per-extruder or per-model settings should be included to ensure proper printing."
msgstr ""
msgctxt "@label Description for development tool"
msgid "Universal build system configuration"
msgstr "범용 빌드 시스템 설정"
@ -5114,6 +5280,10 @@ msgctxt "description"
msgid "Upgrades configurations from Cura 5.4 to Cura 5.5."
msgstr "Cura 5.4에서 Cura 5.5로 구성을 업그레이드합니다."
msgctxt "description"
msgid "Upgrades configurations from Cura 5.6 to Cura 5.7."
msgstr ""
msgctxt "@action:button"
msgid "Upload custom Firmware"
msgstr "사용자 정의 펌웨어 업로드"
@ -5146,6 +5316,10 @@ msgctxt "@label Description for application dependency"
msgid "Utility library, including Voronoi generation"
msgstr "Voronoi 세대를 포함한 유틸리티 라이브러리"
msgctxt "@title:column"
msgid "Value"
msgstr ""
msgctxt "name"
msgid "Version Upgrade 2.1 to 2.2"
msgstr "2.1에서 2.2로 버전 업그레이드"
@ -5250,6 +5424,10 @@ msgctxt "name"
msgid "Version Upgrade 5.4 to 5.5"
msgstr "5.4에서 5.5로 버전 업그레이드"
msgctxt "name"
msgid "Version Upgrade 5.6 to 5.7"
msgstr ""
msgctxt "@button"
msgid "View printers in Digital Factory"
msgstr "Digital Factory에서 프린터 보기"
@ -5327,6 +5505,10 @@ msgctxt "@label"
msgid "What printer would you like to setup?"
msgstr "어떤 프린터를 설정하시겠습니까?"
msgctxt "@info:tooltip"
msgid "What type of camera navigation should be used?"
msgstr ""
msgctxt "@info:tooltip"
msgid "What type of camera rendering should be used?"
msgstr "어떤 유형의 카메라 렌더링을 사용해야 합니까?"
@ -5540,6 +5722,10 @@ msgctxt "@label"
msgid "mm"
msgstr "mm"
msgctxt "@label"
msgid "s"
msgstr ""
msgctxt "@info:status"
msgid "today"
msgstr "오늘"
@ -5567,3 +5753,15 @@ msgstr "{}개의 플러그인을 다운로드하지 못했습니다"
#~ msgid "Provides support for exporting Cura profiles."
#~ msgstr "Cura 프로필 내보내기를 지원합니다."
#~ msgctxt "description"
#~ msgid "Provides support for writing 3MF files."
#~ msgstr "3MF 파일 작성 지원을 제공합니다."
#~ msgctxt "@option"
#~ msgid "Save Cura project and print file"
#~ msgstr "Cura 프로젝트 저장하고 파일 프린팅하기"
#~ msgctxt "@message"
#~ msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker."
#~ msgstr "예기치 않은 오류로 인해 슬라이싱에 실패했습니다. 이슈 트래커에 버그를 보고하는 것을 고려하십시오."

View file

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
"POT-Creation-Date: 2023-06-08 16:32+0000\n"
"POT-Creation-Date: 2024-03-11 11:28+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"
@ -40,6 +40,10 @@ msgctxt "machine_extruder_end_code label"
msgid "Extruder End G-Code"
msgstr "익스트루더 엔드 G 코드"
msgctxt "machine_extruder_end_code_duration label"
msgid "Extruder End G-Code Duration"
msgstr ""
msgctxt "machine_extruder_end_pos_abs label"
msgid "Extruder End Position Absolute"
msgstr "익스트루더 끝 절대 위치"
@ -72,6 +76,10 @@ msgctxt "machine_extruder_start_code label"
msgid "Extruder Start G-Code"
msgstr "익스트루더 스타트 G 코드"
msgctxt "machine_extruder_start_code_duration label"
msgid "Extruder Start G-Code Duration"
msgstr ""
msgctxt "machine_extruder_start_pos_abs label"
msgid "Extruder Start Position Absolute"
msgstr "익스트루더 시작 위치의 절대 값"
@ -156,6 +164,14 @@ msgctxt "machine_extruder_cooling_fan_number description"
msgid "The number of the print cooling fan associated with this extruder. Only change this from the default value of 0 when you have a different print cooling fan for each extruder."
msgstr "이 익스트루더와 관련된 프린팅 냉각 팬의 개수. 각 익스트루더마다 다른 프린팅 냉각 팬이 있을 때만 기본값 0에서 변경하십시오."
msgctxt "machine_extruder_end_code_duration description"
msgid "The time it takes to execute the end g-code, when switching away from this extruder."
msgstr ""
msgctxt "machine_extruder_start_code_duration description"
msgid "The time it'll take to execute the start g-code, when switching to this extruder."
msgstr ""
msgctxt "machine_extruder_end_pos_x description"
msgid "The x-coordinate of the ending position when turning the extruder off."
msgstr "익스트루더를 끌 때 끝 위치의 x 좌표."

View file

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
"POT-Creation-Date: 2023-11-24 12:51+0000\n"
"POT-Creation-Date: 2024-03-12 15:10+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"
@ -12,6 +12,14 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
msgctxt "prime_tower_mode description"
msgid "<html>How to generate the prime tower:<ul><li><b>Normal:</b> create a bucket in which secondary materials are primed</li><li><b>Interleaved:</b> create a prime tower as sparse as possible. This will save time and filament, but is only possible if the used materials adhere to each other</li></ul></html>"
msgstr ""
msgctxt "brim_inside_margin description"
msgid "A brim around a model may touch an other model where you don't want it. This removes all brim within this distance from brimless models."
msgstr ""
msgctxt "ironing_inset description"
msgid "A distance to keep from the edges of the model. Ironing all the way to the edge of the mesh may result in a jagged edge on your print."
msgstr "모델 브림에서 떨어서포트 않는 거리. 메쉬 브림까지 다림질하면 출력물의 브림가 고르지 않을 수 있습니다."
@ -56,10 +64,6 @@ msgctxt "machine_disallowed_areas description"
msgid "A list of polygons with areas the print head is not allowed to enter."
msgstr "프린팅 헤드가 위치할 수 없는 구역의 목록입니다."
msgctxt "brim_inside_margin description"
msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes."
msgstr "다른 부품 내부에 완전히 둘러싸인 부품은 다른 부품의 내부에 닿는 외부 브림을 생성할 수 있습니다. 이렇게 하면 내부 구멍에서 이 거리 내에 있는 모든 브림이 제거됩니다."
msgctxt "support_tree_branch_reach_limit description"
msgid "A recomendation to how far branches can move from the points they support. Branches can violate this value to reach their destination (buildplate or a flat part of the model). Lowering this value will make the support more sturdy, but increase the amount of branches (and because of that material usage/print time) "
msgstr "브랜치가 서포트하는 지점에서 뻗어 나가는 거리에 대한 권장 사항입니다. 브랜치는 목적지(빌드 플레이트 또는 모델의 평평한 부분)에 도달하기 위해 이 값을 초과할 수 있습니다. 이 값을 낮추면 서포트가 더 견고해지지만, 브랜치의 양이 늘어나므로 재료 사용량/프린트 시간이 늘어납니다."
@ -152,6 +156,10 @@ msgctxt "resolution description"
msgid "All settings that influence the resolution of the print. These settings have a large impact on the quality (and print time)"
msgstr "출력물의 해상도에 영향을 미치는 모든 설정. 이러한 설정은 품질 (및 프린팅 시간)에 큰 영향을 미칩니다."
msgctxt "user_defined_print_order_enabled description"
msgid "Allows you to order the object list to manually set the print sequence. First object from the list will be printed first."
msgstr ""
msgctxt "alternate_extra_perimeter label"
msgid "Alternate Extra Wall"
msgstr "대체 여분 벽"
@ -400,21 +408,21 @@ msgctxt "adhesion_type option brim"
msgid "Brim"
msgstr "브림"
msgctxt "brim_inside_margin label"
msgid "Brim Avoid Margin"
msgstr ""
msgctxt "brim_gap label"
msgid "Brim Distance"
msgstr "브림 거리"
msgctxt "brim_inside_margin label"
msgid "Brim Inside Avoid Margin"
msgstr "내부 브림의 여백 회피"
msgctxt "brim_line_count label"
msgid "Brim Line Count"
msgstr "브림 선 수"
msgctxt "brim_outside_only label"
msgid "Brim Only on Outside"
msgstr "밖에서만 브림 생성"
msgctxt "brim_location label"
msgid "Brim Location"
msgstr ""
msgctxt "brim_replaces_support label"
msgid "Brim Replaces Support"
@ -456,6 +464,14 @@ msgctxt "build_volume_temperature label"
msgid "Build Volume Temperature"
msgstr "빌드 볼륨 온도"
msgctxt "bv_temp_anomaly_limit label"
msgid "Build Volume temperature Limit"
msgstr ""
msgctxt "bv_temp_warn_limit label"
msgid "Build Volume temperature Warning"
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."
msgstr "이 설정을 활성화하면 모델에 브림이 없더라도 프라임 타워에는 브림이 생성됩니다. 높은 타워의 튼튼한 베이스가 필요하다면 베이스 높이를 늘릴 수 있습니다."
@ -868,6 +884,10 @@ msgctxt "cool_fan_enabled label"
msgid "Enable Print Cooling"
msgstr "프린팅 냉각 사용"
msgctxt "ppr_enable label"
msgid "Enable Print Process Reporting"
msgstr ""
msgctxt "retraction_enable label"
msgid "Enable Retraction"
msgstr "리트렉션 활성화"
@ -900,6 +920,10 @@ msgctxt "ooze_shield_enabled description"
msgid "Enable exterior ooze shield. This will create a shell around the model which is likely to wipe a second nozzle if it's at the same height as the first nozzle."
msgstr "Ooze 쉴드를 활성화. 이렇게하면 첫 번째 노즐과 동일한 높이에 두 번째 노즐을 닦을 가능성이 있는 모델 주위에 쉘이 생깁니다."
msgctxt "ppr_enable description"
msgid "Enable print process reporting for setting threshold values for possible fault detection."
msgstr ""
msgctxt "small_skin_on_surface description"
msgid "Enable small (up to 'Small Top/Bottom Width') regions on the topmost skinned layer (exposed to air) to be filled with walls instead of the default pattern."
msgstr "맨 위 스킨 레이어(공기에 노출됨)의 작은(최대 '작은 상단/하단 너비') 영역을 기본 패턴 대신 벽으로 채울 수 있습니다."
@ -932,6 +956,10 @@ msgctxt "brim_replaces_support description"
msgid "Enforce brim to be printed around the model even if that space would otherwise be occupied by support. This replaces some regions of the first layer of support by brim regions."
msgstr "서포트가 차지할 공간이더라도 모델 주변에 브림이 인쇄되도록 합니다. 이렇게 하면 서포트의 첫 번째 레이어 영역 일부가 브림 영역으로 대체됩니다."
msgctxt "brim_location option everywhere"
msgid "Everywhere"
msgstr ""
msgctxt "support_type option everywhere"
msgid "Everywhere"
msgstr "어디에나"
@ -1036,6 +1064,10 @@ msgctxt "speed_equalize_flow_width_factor label"
msgid "Flow Equalization Ratio"
msgstr "흐름 균일화 비율"
msgctxt "flow_anomaly_limit label"
msgid "Flow Limit"
msgstr ""
msgctxt "flow_rate_extrusion_offset_factor label"
msgid "Flow Rate Compensation Factor"
msgstr "압출 속도 보상 배율"
@ -1048,6 +1080,10 @@ msgctxt "material_flow_temp_graph label"
msgid "Flow Temperature Graph"
msgstr "재료 공급 온도 그래프"
msgctxt "flow_warn_limit label"
msgid "Flow Warning"
msgstr ""
msgctxt "material_flow_layer_0 description"
msgid "Flow compensation for the first layer: the amount of material extruded on the initial layer is multiplied by this value."
msgstr "첫번째 레이어에 대한 압출량 보상: 압출 된 재료의 양에 이 값을 곱합니다."
@ -1440,10 +1476,22 @@ msgctxt "wall_transition_filter_distance description"
msgid "If it would be transitioning back and forth between different numbers of walls in quick succession, don't transition at all. Remove transitions if they are closer together than this distance."
msgstr "서로 다른 수의 벽들 사이를 빠르게 연속적으로 왔다 갔다 하며 전환되는 경우에는 전환하지 마십시오. 이 거리보다 서로 더 가까운 경우에는 전환을 제거하십시오."
msgctxt "raft_base_margin description"
msgid "If the raft base is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print."
msgstr ""
msgctxt "raft_margin description"
msgid "If the raft is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print."
msgstr "래프트가 활성화 된 경우 래프트가 주어진 모델 주변의 추가 래프트 지역입니다. 이 여백을 늘리면 재료를 더 많이 사용하고 출력물을 적게 차지하면서 더 강력한 래프트가 만들어집니다."
msgctxt "raft_interface_margin description"
msgid "If the raft middle is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print."
msgstr ""
msgctxt "raft_surface_margin description"
msgid "If the raft top is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print."
msgstr ""
msgctxt "meshfix_union_all description"
msgid "Ignore the internal geometry arising from overlapping volumes within a mesh and print the volumes as one. This may cause unintended internal cavities to disappear."
msgstr "메쉬 내의 겹치는 볼륨으로 인해 발생하는 내부 지오메트리를 무시하고 볼륨을 하나로 프린팅합니다. 이로 인해 의도하지 않은 내부 공동이 사라질 수 있습니다."
@ -1672,6 +1720,10 @@ msgctxt "wall_0_inset description"
msgid "Inset applied to the path of the outer wall. If the outer wall is smaller than the nozzle, and printed after the inner walls, use this offset to get the hole in the nozzle to overlap with the inner walls instead of the outside of the model."
msgstr "외벽의 경로에 삽입이 적용됩니다. 외벽이 노즐보다 작고 내벽 다음에 프린팅 된 경우 이 옵셋을 사용하여 노즐의 구멍이 모델 외부가 아닌 내벽과 겹치도록하십시오."
msgctxt "brim_location option inside"
msgid "Inside Only"
msgstr ""
msgctxt "inset_direction option inside_out"
msgid "Inside To Outside"
msgstr "내부에서 외부로"
@ -1684,6 +1736,10 @@ msgctxt "support_interface_priority option interface_area_overwrite_support_area
msgid "Interface preferred"
msgstr "인터페이스 우선"
msgctxt "prime_tower_mode option interleaved"
msgid "Interleaved"
msgstr ""
msgctxt "interlocking_beam_layer_count label"
msgid "Interlocking Beam Layer Count"
msgstr "연동 빔 레이어 수"
@ -1824,6 +1880,30 @@ msgctxt "support_tree_limit_branch_reach description"
msgid "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)"
msgstr "각 브랜치가 서포트하는 지점에서 뻗어 나가는 거리를 제한합니다. 이렇게 하면 서포트가 더 견고해질 수 있지만, 브랜치의 양이 늘어나므로 재료 사용량/프린트 시간이 늘어납니다."
msgctxt "bv_temp_warn_limit description"
msgid "Limit on Build Volume Temperature warning for detection."
msgstr ""
msgctxt "bv_temp_anomaly_limit description"
msgid "Limit on Build Volume temperature Anomaly for detection."
msgstr ""
msgctxt "print_temp_anomaly_limit description"
msgid "Limit on Print Temperature anomaly for detection."
msgstr ""
msgctxt "print_temp_warn_limit description"
msgid "Limit on Print temperature warning for detection."
msgstr ""
msgctxt "flow_anomaly_limit description"
msgid "Limit on flow anomaly for detection."
msgstr ""
msgctxt "flow_warn_limit description"
msgid "Limit on the flow warning for detection."
msgstr ""
msgctxt "cutting_mesh description"
msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder."
msgstr "이 메쉬의 볼륨을 다른 메쉬 내로 제한합니다. 이 기능을 사용하면 다른 설정과 전체 익스트루더로 하나의 메쉬 프린팅 영역을 만들 수 있습니다."
@ -1921,8 +2001,10 @@ msgid "Make the extruder prime position absolute rather than relative to the las
msgstr "익스투루더의 위치를 헤드의 마지막으로 알려진 위치에 상대위치가 아닌 절대 위치로 만듭니다."
msgctxt "layer_0_z_overlap description"
msgid "Make the first and second layer of the model overlap in the Z direction to compensate for the filament lost in the airgap. All models above the first model layer will be shifted down by this amount."
msgstr "에어 갭에서 손실 된 필라멘트를 보완하기 위해 Z 방향으로 모델의 첫 번째와 두 번째 레이어가 중첩되도록 합니다. 첫 번째 모델 레이어 위의 모든 모델은이 양만큼 아래로 이동합니다."
msgid ""
"Make the first and second layer of the model overlap in the Z direction to compensate for the filament lost in the airgap. All models above the first model layer will be shifted down by this amount.\n"
"It may be noted that sometimes the second layer is printed below initial layer because of this setting. This is intended behavior"
msgstr ""
msgctxt "meshfix description"
msgid "Make the meshes more suited for 3D printing."
@ -1948,10 +2030,18 @@ msgctxt "material label"
msgid "Material"
msgstr "재료"
msgctxt "material_brand label"
msgid "Material Brand"
msgstr ""
msgctxt "material_guid label"
msgid "Material GUID"
msgstr "재료 GUID"
msgctxt "material_type label"
msgid "Material Type"
msgstr ""
msgctxt "max_extrusion_before_wipe label"
msgid "Material Volume Between Wipes"
msgstr "와이프 사이의 재료 볼륨"
@ -2228,6 +2318,10 @@ msgctxt "ironing_monotonic label"
msgid "Monotonic Ironing Order"
msgstr "단면 다림질 순서"
msgctxt "raft_surface_monotonic label"
msgid "Monotonic Raft Top Surface Order"
msgstr ""
msgctxt "roofing_monotonic label"
msgid "Monotonic Top Surface Order"
msgstr "단면 상단 표면 순서"
@ -2268,6 +2362,10 @@ msgctxt "magic_mesh_surface_mode option normal"
msgid "Normal"
msgstr "표준"
msgctxt "prime_tower_mode option normal"
msgid "Normal"
msgstr ""
msgctxt "support_structure option normal"
msgid "Normal"
msgstr "표준"
@ -2400,10 +2498,6 @@ msgctxt "ironing_only_highest_layer description"
msgid "Only perform ironing on the very last layer of the mesh. This saves time if the lower layers don't need a smooth surface finish."
msgstr "메쉬의 마지막 레이어에서만 다림질을 수행합니다. 이것은 낮은 레이어에서 매끄러운 표면 처리가 필요하지 않은 경우 시간을 절약 할 수 있습니다."
msgctxt "brim_outside_only description"
msgid "Only print the brim on the outside of the model. This reduces the amount of brim you need to remove afterwards, while it doesn't reduce the bed adhesion that much."
msgstr "모델 바깥 쪽 브림에만 프린팅합니다. 나중에 제거해야하는 브림의 양이 줄어들지만 베드 접착력은 그렇게 많이 줄어들지 않습니다."
msgctxt "ooze_shield_angle label"
msgid "Ooze Shield Angle"
msgstr "Ooze 쉴드 각"
@ -2464,6 +2558,10 @@ msgctxt "group_outer_walls description"
msgid "Outer walls of different islands in the same layer are printed in sequence. When enabled the amount of flow changes is limited because walls are printed one type at a time, when disabled the number of travels between islands is reduced because walls in the same islands are grouped."
msgstr "동일한 레이어의 서로 다른 섬의 외벽이 순차적으로 인쇄됩니다. 활성화되면 벽 종류별로 하나씩 인쇄되므로 유량 변화량이 제한되며 비활성화되면 동일한 섬의 벽이 그룹화되어 섬 간 이동 수가 감소합니다."
msgctxt "brim_location option outside"
msgid "Outside Only"
msgstr ""
msgctxt "inset_direction option outside_in"
msgid "Outside To Inside"
msgstr "외부에서 내부로"
@ -2544,6 +2642,10 @@ msgctxt "prime_tower_line_width label"
msgid "Prime Tower Line Width"
msgstr "프라임 타워 라인 폭"
msgctxt "prime_tower_max_bridging_distance label"
msgid "Prime Tower Maximum Bridging Distance"
msgstr ""
msgctxt "prime_tower_min_volume label"
msgid "Prime Tower Minimum Volume"
msgstr "프라임 타워 최소 볼륨"
@ -2560,6 +2662,10 @@ msgctxt "speed_prime_tower label"
msgid "Prime Tower Speed"
msgstr "프라임 타워 속도"
msgctxt "prime_tower_mode label"
msgid "Prime Tower Type"
msgstr ""
msgctxt "prime_tower_position_x label"
msgid "Prime Tower X Position"
msgstr "프라임 타워 X 위치"
@ -2576,6 +2682,10 @@ msgctxt "jerk_print label"
msgid "Print Jerk"
msgstr "Jerk 프린팅"
msgctxt "ppr label"
msgid "Print Process Reporting"
msgstr ""
msgctxt "print_sequence label"
msgid "Print Sequence"
msgstr "프린팅 순서"
@ -2588,6 +2698,10 @@ msgctxt "fill_outline_gaps label"
msgid "Print Thin Walls"
msgstr "얇은 벽 프린팅"
msgctxt "brim_location description"
msgid "Print a brim on the outside of the model, inside, or both. Depending on the model, this helps reducing the amount of brim you need to remove afterwards, while ensuring a proper bed adhesion."
msgstr ""
msgctxt "prime_tower_enable description"
msgid "Print a tower next to the print which serves to prime the material after each nozzle switch."
msgstr "각 노즐을 교체 한 후에 재료를 프라이밍(Priming)하는 프린팅 옆에 타워를 프린팅하십시오."
@ -2608,6 +2722,10 @@ msgctxt "fill_outline_gaps description"
msgid "Print pieces of the model which are horizontally thinner than the nozzle size."
msgstr "노즐 크기보다 수평으로 더 얇은 모델 조각을 프린팅하십시오."
msgctxt "raft_surface_monotonic description"
msgid "Print raft top surface lines in an ordering that causes them to always overlap with adjacent lines in a single direction. This takes slightly more time to print, but makes the surface look more consistent, which is also visible on the model bottom surface."
msgstr ""
msgctxt "bridge_skin_speed_2 description"
msgid "Print speed to use when printing the second bridge skin layer."
msgstr "두번째 브릿지 스킨 레이어를 인쇄 할 때 사용할 인쇄 속도."
@ -2616,6 +2734,14 @@ msgctxt "bridge_skin_speed_3 description"
msgid "Print speed to use when printing the third bridge skin layer."
msgstr "세번째 브릿지 스킨 레이어를 인쇄 할 때 사용할 인쇄 속도."
msgctxt "print_temp_anomaly_limit label"
msgid "Print temperature Limit"
msgstr ""
msgctxt "print_temp_warn_limit label"
msgid "Print temperature Warning"
msgstr ""
msgctxt "infill_before_walls description"
msgid "Print the infill before printing the walls. Printing the walls first may lead to more accurate walls, but overhangs print worse. Printing the infill first leads to sturdier walls, but the infill pattern might sometimes show through the surface."
msgstr "벽을 프린팅하기 전에 내부채움물을 프린팅하기. 벽을 먼저 프린팅하면 벽이 더 정확해질 수 있지만 겹침으로 프린팅이 매끄럽지 않습니다. 내부채움을 먼저 프린팅하면 더 튼튼한 벽이 생기지만 내부채움 패턴이 때로 표면을 통해 보일 수 있습니다."
@ -2660,6 +2786,10 @@ msgctxt "raft_airgap label"
msgid "Raft Air Gap"
msgstr "래프트 에어 갭"
msgctxt "raft_base_margin label"
msgid "Raft Base Extra Margin"
msgstr ""
msgctxt "raft_base_extruder_nr label"
msgid "Raft Base Extruder"
msgstr "래프트 베이스 익스트루더"
@ -2688,6 +2818,10 @@ msgctxt "raft_base_speed label"
msgid "Raft Base Print Speed"
msgstr "래프트 기본 프린팅 속도"
msgctxt "raft_base_smoothing label"
msgid "Raft Base Smoothing"
msgstr ""
msgctxt "raft_base_thickness label"
msgid "Raft Base Thickness"
msgstr "래프트 기준 두께"
@ -2704,6 +2838,10 @@ msgctxt "raft_fan_speed label"
msgid "Raft Fan Speed"
msgstr "래프트 팬 속도"
msgctxt "raft_interface_margin label"
msgid "Raft Middle Extra Margin"
msgstr ""
msgctxt "raft_interface_extruder_nr label"
msgid "Raft Middle Extruder"
msgstr "래프트 중간 익스트루더"
@ -2732,6 +2870,10 @@ msgctxt "raft_interface_speed label"
msgid "Raft Middle Print Speed"
msgstr "래프트 중앙 프린팅 속도"
msgctxt "raft_interface_smoothing label"
msgid "Raft Middle Smoothing"
msgstr ""
msgctxt "raft_interface_line_spacing label"
msgid "Raft Middle Spacing"
msgstr "래프트 중간 간격"
@ -2740,6 +2882,10 @@ msgctxt "raft_interface_thickness label"
msgid "Raft Middle Thickness"
msgstr "래프트 중간 두께"
msgctxt "raft_interface_wall_count label"
msgid "Raft Middle Wall Count"
msgstr ""
msgctxt "raft_acceleration label"
msgid "Raft Print Acceleration"
msgstr "래프트 프린팅 가속도"
@ -2756,6 +2902,10 @@ msgctxt "raft_smoothing label"
msgid "Raft Smoothing"
msgstr "래프트 부드럽게하기"
msgctxt "raft_surface_margin label"
msgid "Raft Top Extra Margin"
msgstr ""
msgctxt "raft_surface_extruder_nr label"
msgid "Raft Top Extruder"
msgstr "래프트 상단 익스트루더"
@ -2788,10 +2938,22 @@ msgctxt "raft_surface_speed label"
msgid "Raft Top Print Speed"
msgstr "래프트 상단 프린팅 속도"
msgctxt "raft_surface_smoothing label"
msgid "Raft Top Smoothing"
msgstr ""
msgctxt "raft_surface_line_spacing label"
msgid "Raft Top Spacing"
msgstr "래프트 상단 간격"
msgctxt "raft_surface_wall_count label"
msgid "Raft Top Wall Count"
msgstr ""
msgctxt "raft_wall_count label"
msgid "Raft Wall Count"
msgstr ""
msgctxt "z_seam_type option random"
msgid "Random"
msgstr "랜덤"
@ -2844,10 +3006,22 @@ msgctxt "carve_multiple_volumes label"
msgid "Remove Mesh Intersection"
msgstr "교차된 메쉬 제거"
msgctxt "raft_base_remove_inside_corners label"
msgid "Remove Raft Base Inside Corners"
msgstr ""
msgctxt "raft_remove_inside_corners label"
msgid "Remove Raft Inside Corners"
msgstr "래프트 내부 모서리 제거"
msgctxt "raft_interface_remove_inside_corners label"
msgid "Remove Raft Middle Inside Corners"
msgstr ""
msgctxt "raft_surface_remove_inside_corners label"
msgid "Remove Raft Top Inside Corners"
msgstr ""
msgctxt "carve_multiple_volumes description"
msgid "Remove areas where multiple meshes are overlapping with each other. This may be used if merged dual material objects overlap with each other."
msgstr "여러 메시가 서로 겹치는 영역을 제거합니다. 병합 된 2개의 재료가 서로 중첩되는 경우 사용될 수 있습니다."
@ -2856,6 +3030,18 @@ msgctxt "remove_empty_first_layers description"
msgid "Remove empty layers beneath the first printed layer if they are present. Disabling this setting can cause empty first layers if the Slicing Tolerance setting is set to Exclusive or Middle."
msgstr "첫 번째로 프린팅된 레이어 바로 아래의 비어 있는 레이어를 제거합니다. 이 설정을 해제하면 슬라이싱 허용 오차 설정을 배타 또는 중간으로 설정할 경우 첫 번째 레이어가 비어 있게 될 수 있습니다."
msgctxt "raft_base_remove_inside_corners description"
msgid "Remove inside corners from the raft base, causing the raft to become convex."
msgstr ""
msgctxt "raft_interface_remove_inside_corners description"
msgid "Remove inside corners from the raft middle part, causing the raft to become convex."
msgstr ""
msgctxt "raft_surface_remove_inside_corners description"
msgid "Remove inside corners from the raft top part, causing the raft to become convex."
msgstr ""
msgctxt "raft_remove_inside_corners description"
msgid "Remove inside corners from the raft, causing the raft to become convex."
msgstr "래프트가 볼록해지도록 래프트에서 내부 모서리를 제거합니다."
@ -2876,6 +3062,10 @@ msgctxt "skin_outline_count description"
msgid "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material."
msgstr "위쪽/아래쪽 패턴의 가장 바깥 쪽 부분을 여러 동심 선으로 바꿉니다. 하나 또는 두 개의 선을 사용하면 내부채움 재료로 시작하는 지붕면이 향상됩니다."
msgctxt "ppr description"
msgid "Reporting events that go out of set thresholds"
msgstr ""
msgctxt "support_tree_rest_preference label"
msgid "Rest Preference"
msgstr "배치 기본 설정"
@ -2948,6 +3138,10 @@ msgctxt "z_seam_corner label"
msgid "Seam Corner Preference"
msgstr "솔기 코너 환경 설정"
msgctxt "user_defined_print_order_enabled label"
msgid "Set Print Sequence Manually"
msgstr "수동으로 인쇄 순서 설정"
msgctxt "draft_shield_height_limitation description"
msgid "Set the height of the draft shield. Choose to print the draft shield at the full height of the model or at a limited height."
msgstr "드래프트 쉴드의 높이를 설정합니다. 모델의 전체 높이 또는 제한된 높이에서 드래프트 쉴드를 프린팅하도록 선택합니다."
@ -3348,10 +3542,6 @@ msgctxt "support_interface_priority label"
msgid "Support Interface Priority"
msgstr "서포트 인터페이스 우선순위"
msgctxt "support_interface_skip_height label"
msgid "Support Interface Resolution"
msgstr "서포트 인터페이스 해상도"
msgctxt "speed_support_interface label"
msgid "Support Interface Speed"
msgstr "서포트 인터페이스 속도"
@ -3704,6 +3894,10 @@ msgctxt "magic_fuzzy_skin_point_dist description"
msgid "The average distance between the random points introduced on each line segment. Note that the original points of the polygon are discarded, so a high smoothness results in a reduction of the resolution. This value must be higher than half the Fuzzy Skin Thickness."
msgstr "각 선분에 있는 임의의 점 사이의 평균 거리입니다. 다각형의 원래 점은 버려지므로 해상도가 감소합니다. 이 값은 퍼지 스킨 두께의 절반보다 커야합니다."
msgctxt "material_brand description"
msgid "The brand of material used."
msgstr ""
msgctxt "machine_acceleration description"
msgid "The default acceleration of print head movement."
msgstr "프린트 헤드 이동시 기본 가속도."
@ -4180,6 +4374,10 @@ msgctxt "jerk_travel description"
msgid "The maximum instantaneous velocity change with which travel moves are made."
msgstr "헤드가 이동하는 최대 순간 속도 변화."
msgctxt "prime_tower_max_bridging_distance description"
msgid "The maximum length of the branches which may be printed over the air."
msgstr ""
msgctxt "machine_max_feedrate_x description"
msgid "The maximum speed for the motor of the X-direction."
msgstr "X 방향의 모터 최대 속도입니다."
@ -4292,6 +4490,18 @@ msgctxt "raft_base_wall_count description"
msgid "The number of contours to print around the linear pattern in the base layer of the raft."
msgstr "래프트의 베이스 레이어에 있는 선형 패턴 주위에 프린팅 할 윤곽의 수."
msgctxt "raft_interface_wall_count description"
msgid "The number of contours to print around the linear pattern in the middle layers of the raft."
msgstr ""
msgctxt "raft_surface_wall_count description"
msgid "The number of contours to print around the linear pattern in the top layers of the raft."
msgstr ""
msgctxt "raft_wall_count description"
msgid "The number of contours to print around the linear pattern of the raft."
msgstr ""
msgctxt "skin_edge_support_layers description"
msgid "The number of infill layers that supports skin edges."
msgstr "스킨 에지를 지원하는 내부채움 레이어의 수."
@ -4680,6 +4890,10 @@ msgctxt "machine_gcode_flavor description"
msgid "The type of g-code to be generated."
msgstr "생성 될 gcode의 유형."
msgctxt "material_type description"
msgid "The type of material used."
msgstr ""
msgctxt "coasting_volume description"
msgid "The volume otherwise oozed. This value should generally be close to the nozzle diameter cubed."
msgstr "그렇지 않으면 볼륨이 흘러 나옵니다. 이 값은 일반적으로 노즐 직경 입방체에 가깝습니다."
@ -4728,10 +4942,22 @@ msgctxt "bridge_wall_coast description"
msgid "This controls the distance the extruder should coast immediately before a bridge wall begins. Coasting before the bridge starts can reduce the pressure in the nozzle and may produce a flatter bridge."
msgstr "이것은 브릿지 벽이 시작되기 직전에 익스트루더가 있어야하는 거리를 제어합니다. 브릿지가 시작되기 전에 코스팅(coasting)을 하면 노즐의 압력을 낮추고 보다 평평한 브릿지를 만들 수 있습니다."
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."
msgstr ""
msgctxt "raft_interface_smoothing description"
msgid "This setting controls how much inner corners in the raft middle 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."
msgstr ""
msgctxt "raft_smoothing description"
msgid "This setting controls how much inner corners in the raft 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."
msgstr "이 설정은 래프트 윤곽의 안쪽 구석의 곡률을 제어합니다. 안쪽 구석이 여기에 지정된 값과 동일한 반경으로 반원 모양으로 휘어집니다. 또한 이 설정을 사용하면 래프트 윤곽에서 그러한 원보다 작은 구멍이 제거됩니다."
msgctxt "raft_surface_smoothing description"
msgid "This setting controls how much inner corners in the raft top 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."
msgstr ""
msgctxt "retraction_count_max description"
msgid "This setting limits the number of retractions occurring within the minimum extrusion distance window. Further retractions within this window will be ignored. This avoids retracting repeatedly on the same piece of filament, as that can flatten the filament and cause grinding issues."
msgstr "이 설정은 최소 압출 거리에서 발생하는 리트렉션 수를 제한합니다. 이 거리내에서 더 이상의 리트렉션은 무시됩니다. 이렇게 하면 필라멘트를 평평하게하고 갈리는 문제를 일으킬 수 있으므로 동일한 필라멘트에서 반복적으로 리트렉션하지 않습니다."
@ -5092,10 +5318,6 @@ 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."
msgstr "이 각도보다 놓은 오버행(경사면)의 벽은 오버행 벽 설정을 사용해 인쇄됩니다. 값이 90이면 오버행(경사면)으로 처리되는 벽이 없습니다. 서포트로 지지되는 오버행(경사면)도 오버행(경사면)으로 처리되지 않습니다."
msgctxt "support_interface_skip_height description"
msgid "When checking where there's model above and below the support, take steps of the given height. Lower values will slice slower, while higher values may cause normal support to be printed in some places where there should have been support interface."
msgstr "서포트가 모델의 위와 아래에 있는지 확인하려면 주어진 높이의 단계를 수행하십시오. 값이 낮을수록 슬라이스가 느려지고, 값이 높을수록 서포트 인터페이스가 있어야하는 곳에서는 정상적인 서포트다 프린팅 될 수 있습니다."
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."
msgstr "활성화하면 부드러운 모션 플래너가 있는 프린터의 도구 경로가 수정됩니다. 일반적인 도구 경로 방향에서 벗어나는 작은 움직임이 평활화되어 플루이드 모션이 개선됩니다."
@ -5488,42 +5710,74 @@ msgctxt "travel description"
msgid "travel"
msgstr "이동"
msgctxt "gradual_flow_discretisation_step_size description"
msgid "Duration of each step in the gradual flow change"
msgstr "점진적 흐름 변화의 각 단계 지속 시간"
#~ msgctxt "brim_inside_margin description"
#~ msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes."
#~ msgstr "다른 부품 내부에 완전히 둘러싸인 부품은 다른 부품의 내부에 닿는 외부 브림을 생성할 수 있습니다. 이렇게 하면 내부 구멍에서 이 거리 내에 있는 모든 브림이 제거됩니다."
msgctxt "gradual_flow_enabled description"
msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops."
msgstr "점진적 흐름 변경을 활성화합니다. 활성화하면 흐름이 목표 흐름까지 점진적으로 증가/감소됩니다. 이는 압출기 모터가 시작/정지될 때 흐름이 즉시 변경되지 않는 보우덴 튜브가 있는 프린터에 유용합니다."
#~ msgctxt "user_defined_print_order_enabled description"
#~ msgid "Allows to order the object list to set the print sequence manually. First object from the list will be printed first."
#~ msgstr "객체 목록을 정렬하여 수동으로 인쇄 순서를 설정할 수 있습니다. 목록의 첫 번째 객체가 먼저 인쇄됩니다."
msgctxt "reset_flow_duration description"
msgid "For any travel move longer than this value, the material flow is reset to the paths target flow"
msgstr "이 값보다 긴 이동에 대해서는 재료 흐름이 경로 목표 흐름으로 재설정됩니다"
#~ msgctxt "brim_inside_margin label"
#~ msgid "Brim Inside Avoid Margin"
#~ msgstr "내부 브림의 여백 회피"
msgctxt "gradual_flow_discretisation_step_size label"
msgid "Gradual flow discretisation step size"
msgstr "점진적 흐름 이산화 단계 크기"
#~ msgctxt "brim_outside_only label"
#~ msgid "Brim Only on Outside"
#~ msgstr "밖에서만 브림 생성"
msgctxt "gradual_flow_enabled label"
msgid "Gradual flow enabled"
msgstr "점진적 흐름 활성화"
#~ msgctxt "gradual_flow_discretisation_step_size description"
#~ msgid "Duration of each step in the gradual flow change"
#~ msgstr "점진적 흐름 변화의 각 단계 지속 시간"
msgctxt "max_flow_acceleration label"
msgid "Gradual flow max acceleration"
msgstr "점진적 흐름 최대 가속도"
#~ msgctxt "gradual_flow_enabled description"
#~ msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops."
#~ msgstr "점진적 흐름 변경을 활성화합니다. 활성화하면 흐름이 목표 흐름까지 점진적으로 증가/감소됩니다. 이는 압출기 모터가 시작/정지될 때 흐름이 즉시 변경되지 않는 보우덴 튜브가 있는 프린터에 유용합니다."
msgctxt "layer_0_max_flow_acceleration label"
msgid "Initial layer max flow acceleration"
msgstr "초기 레이어 최대 흐름 가속도"
#~ msgctxt "reset_flow_duration description"
#~ msgid "For any travel move longer than this value, the material flow is reset to the paths target flow"
#~ msgstr "이 값보다 긴 이동에 대해서는 재료 흐름이 경로 목표 흐름으로 재설정됩니다"
msgctxt "max_flow_acceleration description"
msgid "Maximum acceleration for gradual flow changes"
msgstr "점진적 흐름 변경에 대한 최대 가속도"
#~ msgctxt "gradual_flow_discretisation_step_size label"
#~ msgid "Gradual flow discretisation step size"
#~ msgstr "점진적 흐름 이산화 단계 크기"
msgctxt "layer_0_max_flow_acceleration description"
msgid "Minimum speed for gradual flow changes for the first layer"
msgstr "첫 번째 레이어의 점진적인 흐름 변화를 위한 최소 속도"
#~ msgctxt "gradual_flow_enabled label"
#~ msgid "Gradual flow enabled"
#~ msgstr "점진적 흐름 활성화"
msgctxt "reset_flow_duration label"
msgid "Reset flow duration"
msgstr "흐름 지속 시간 재설정"
#~ msgctxt "max_flow_acceleration label"
#~ msgid "Gradual flow max acceleration"
#~ msgstr "점진적 흐름 최대 가속도"
#~ msgctxt "layer_0_max_flow_acceleration label"
#~ msgid "Initial layer max flow acceleration"
#~ msgstr "초기 레이어 최대 흐름 가속도"
#~ msgctxt "layer_0_z_overlap description"
#~ msgid "Make the first and second layer of the model overlap in the Z direction to compensate for the filament lost in the airgap. All models above the first model layer will be shifted down by this amount."
#~ msgstr "에어 갭에서 손실 된 필라멘트를 보완하기 위해 Z 방향으로 모델의 첫 번째와 두 번째 레이어가 중첩되도록 합니다. 첫 번째 모델 레이어 위의 모든 모델은이 양만큼 아래로 이동합니다."
#~ msgctxt "max_flow_acceleration description"
#~ msgid "Maximum acceleration for gradual flow changes"
#~ msgstr "점진적 흐름 변경에 대한 최대 가속도"
#~ msgctxt "layer_0_max_flow_acceleration description"
#~ msgid "Minimum speed for gradual flow changes for the first layer"
#~ msgstr "첫 번째 레이어의 점진적인 흐름 변화를 위한 최소 속도"
#~ msgctxt "brim_outside_only description"
#~ msgid "Only print the brim on the outside of the model. This reduces the amount of brim you need to remove afterwards, while it doesn't reduce the bed adhesion that much."
#~ msgstr "모델 바깥 쪽 브림에만 프린팅합니다. 나중에 제거해야하는 브림의 양이 줄어들지만 베드 접착력은 그렇게 많이 줄어들지 않습니다."
#~ msgctxt "reset_flow_duration label"
#~ msgid "Reset flow duration"
#~ msgstr "흐름 지속 시간 재설정"
#~ msgctxt "support_interface_skip_height label"
#~ msgid "Support Interface Resolution"
#~ msgstr "서포트 인터페이스 해상도"
#~ msgctxt "support_interface_skip_height description"
#~ msgid "When checking where there's model above and below the support, take steps of the given height. Lower values will slice slower, while higher values may cause normal support to be printed in some places where there should have been support interface."
#~ msgstr "서포트가 모델의 위와 아래에 있는지 확인하려면 주어진 높이의 단계를 수행하십시오. 값이 낮을수록 슬라이스가 느려지고, 값이 높을수록 서포트 인터페이스가 있어야하는 곳에서는 정상적인 서포트다 프린팅 될 수 있습니다."

View file

@ -0,0 +1,54 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Uranium json setting files\n"
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
"POT-Creation-Date: 2024-03-11 11:28+0000\n"
"PO-Revision-Date: 2024-03-11 11:28+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: en\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
msgctxt "gradual_flow_discretisation_step_size description"
msgid "Duration of each step in the gradual flow change"
msgstr ""
msgctxt "gradual_flow_enabled description"
msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops."
msgstr ""
msgctxt "reset_flow_duration description"
msgid "For any travel move longer than this value, the material flow is reset to the paths target flow"
msgstr ""
msgctxt "gradual_flow_discretisation_step_size label"
msgid "Gradual flow discretisation step size"
msgstr ""
msgctxt "gradual_flow_enabled label"
msgid "Gradual flow enabled"
msgstr ""
msgctxt "max_flow_acceleration label"
msgid "Gradual flow max acceleration"
msgstr ""
msgctxt "layer_0_max_flow_acceleration label"
msgid "Initial layer max flow acceleration"
msgstr ""
msgctxt "max_flow_acceleration description"
msgid "Maximum acceleration for gradual flow changes"
msgstr ""
msgctxt "layer_0_max_flow_acceleration description"
msgid "Minimum speed for gradual flow changes for the first layer"
msgstr ""
msgctxt "reset_flow_duration label"
msgid "Reset flow duration"
msgstr ""

View file

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-31 19:13+0100\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"
@ -117,6 +117,10 @@ msgctxt "@title:menu menubar:file"
msgid "&Save Project..."
msgstr "&Project opslaan..."
msgctxt "@title:menu menubar:file Don't translate 'Universal Cura Project'"
msgid "&Save Universal Cura Project..."
msgstr ""
msgctxt "@title:menu menubar:toplevel"
msgid "&Settings"
msgstr "In&stellingen"
@ -261,6 +265,10 @@ msgid_plural "A cloud connection is not available for some printers"
msgstr[0] "Een cloudverbinding is niet beschikbaar voor een printer"
msgstr[1] "Een cloudverbinding is niet beschikbaar voor meerdere printers"
msgctxt "@text"
msgid "A highly dense and strong part but at a slower print time. Great for functional parts."
msgstr ""
msgctxt "@message"
msgid "A print is still in progress. Cura cannot start another print via USB until the previous print has completed."
msgstr "Er wordt nog een print afgedrukt. Cura kan pas een nieuwe print via USB starten zodra de vorige print is voltooid."
@ -495,10 +503,18 @@ msgctxt "@label"
msgid "Anonymous"
msgstr "Anoniem"
msgctxt "@option:radio"
msgid "Anonymous crash reports"
msgstr ""
msgctxt "@label Description for application component"
msgid "Application framework"
msgstr "Toepassingskader"
msgctxt "@title:column"
msgid "Applies on"
msgstr ""
msgctxt "@label"
msgid "Apply Extruder offsets to GCode"
msgstr "Pas extruderoffsets toe op GCode"
@ -685,6 +701,10 @@ msgctxt "@info:status"
msgid "Calculated"
msgstr "Berekend"
msgctxt "@window:text"
msgid "Camera navigation:"
msgstr ""
msgctxt "@window:text"
msgid "Camera rendering:"
msgstr "Cameraweergave:"
@ -1411,6 +1431,10 @@ msgctxt "@label"
msgid "Draft"
msgstr "Ontwerp"
msgctxt "@action:inmenu menubar:edit"
msgid "Drop All Models to buildplate"
msgstr ""
msgctxt "@action:button"
msgid "Duplicate"
msgstr "Dupliceren"
@ -1537,6 +1561,10 @@ msgctxt "@action:inmenu menubar:file"
msgid "Export Selection..."
msgstr "Selectie Exporteren..."
msgctxt "@title:window Don't translate 'Universal Cura Project'"
msgid "Export Universal Cura Project"
msgstr ""
msgctxt "@button"
msgid "Export material archive"
msgstr "Materiaalarchief exporteren"
@ -1570,10 +1598,23 @@ msgctxt "@title:label"
msgid "Extruder End G-code"
msgstr "Eind-G-code van extruder"
msgctxt "@label"
msgid "Extruder End G-code duration"
msgstr ""
msgctxt "@title:label"
msgid "Extruder Start G-code"
msgstr "Start-G-code van extruder"
msgctxt "@label"
msgid "Extruder Start G-code duration"
msgstr ""
#, python-brace-format
msgctxt "@label"
msgid "Extruder {0}"
msgstr ""
msgctxt "@info:title"
msgid "Extruder(s) Disabled"
msgstr "Extruder(s) uitgeschakeld"
@ -1640,6 +1681,11 @@ 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 ""
msgctxt "@label:category menu label"
msgid "Favorites"
msgstr "Favorieten"
@ -1781,6 +1827,9 @@ msgctxt "@option:check"
msgid "Force layer view compatibility mode (restart required)"
msgstr "Compatibiliteitsmodus voor laagweergave forceren (opnieuw opstarten vereist)"
msgid "FreeCAD trackpad"
msgstr ""
msgctxt "@action:inmenu menubar:view"
msgid "Front View"
msgstr "Weergave voorzijde"
@ -1869,6 +1918,10 @@ msgctxt "@action"
msgid "Get started"
msgstr "Aan de slag"
msgctxt "@label"
msgid "Global"
msgstr ""
msgctxt "@title:tab"
msgid "Global Settings"
msgstr "Algemene Instellingen"
@ -1918,6 +1971,10 @@ msgctxt "@label"
msgid "Hide all connected printers"
msgstr "Alle aangesloten printers verbergen"
msgctxt "@action:button"
msgid "Hide settings"
msgstr ""
msgctxt "@action:menu"
msgid "Hide this setting"
msgstr "Deze instelling verbergen"
@ -1994,6 +2051,10 @@ msgctxt "@button"
msgid "In order to use the package you will need to restart Cura"
msgstr "Om het pakket te gebruiken moet u Cura opnieuw opstarten"
msgctxt "@option:radio"
msgid "Include UltiMaker account name"
msgstr ""
msgctxt "@label"
msgid "Infill"
msgstr "Vulling"
@ -2697,6 +2758,10 @@ msgctxt "@message"
msgid "No results found with current filter"
msgstr "Geen resultaten gevonden met huidige filter"
msgctxt "@label"
msgid "No specific value has been set"
msgstr ""
msgctxt "@label"
msgid "No time estimation available"
msgstr "Geen tijdschatting beschikbaar"
@ -2798,6 +2863,10 @@ 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"
msgctxt "@message"
msgid "Oops! We encountered an unexpected error during your slicing process. Rest assured, we've automatically received the crash logs for analysis, if you have not disabled data sharing in your preferences. To assist us further, consider sharing your project details on our issue tracker."
msgstr ""
msgctxt "@action:button"
msgid "Open"
msgstr "Openen"
@ -2826,10 +2895,22 @@ msgctxt "@info:title"
msgid "Open Project File"
msgstr "Projectbestand Openen"
msgctxt "@title:window Don't translate 'Universal Cura Project'"
msgid "Open Universal Cura Project (UCP)"
msgstr ""
msgctxt "@title:window Don't translate 'Universal Cura Project'"
msgid "Open Universal Cura Project (UCP) file"
msgstr ""
msgctxt "@action:label"
msgid "Open With"
msgstr "Openen"
msgctxt "@action:button"
msgid "Open as UCP"
msgstr ""
msgctxt "@action:button"
msgid "Open as project"
msgstr "Openen als project"
@ -3046,6 +3127,10 @@ msgctxt "@description"
msgid "Please sign in to get verified plugins and materials for UltiMaker Cura Enterprise"
msgstr "Meld u aan voor geverifieerde plug-ins en materialen voor UltiMaker Cura Enterprise"
msgctxt "@info:tooltip"
msgid "Please sign in to your UltiMaker account to allow sending non-anonymous data."
msgstr ""
msgctxt "@action:button"
msgid "Please sync the material profiles with your printers before starting to print."
msgstr "Synchroniseer de materiaalprofielen met uw printer voordat u gaat printen."
@ -3142,6 +3227,14 @@ msgctxt "@action:button"
msgid "Print"
msgstr "Printen"
msgctxt "@action:inmenu menubar:edit"
msgid "Print After"
msgstr "Afdrukken na"
msgctxt "@action:inmenu menubar:edit"
msgid "Print Before"
msgstr "Afdrukken voor"
msgctxt "@label"
msgid "Print Selected Model With:"
msgid_plural "Print Selected Models With:"
@ -3448,8 +3541,8 @@ msgid "Provides support for reading model files."
msgstr "Biedt ondersteuning voor het lezen van modelbestanden."
msgctxt "description"
msgid "Provides support for writing 3MF files."
msgstr "Biedt ondersteuning voor het schrijven van 3MF-bestanden."
msgid "Provides support for writing 3MF and UCP files."
msgstr ""
msgctxt "description"
msgid "Provides support for writing MakerBot Format Packages."
@ -3693,8 +3786,12 @@ msgid "Save Cura project"
msgstr "Cura-project opslaan"
msgctxt "@option"
msgid "Save Cura project and print file"
msgstr "Cura-project opslaan en bestand printen"
msgid "Save Cura project and .makerbot print file"
msgstr ""
msgctxt "@option"
msgid "Save Cura project and .ufp print file"
msgstr ""
msgctxt "@title:window"
msgid "Save Custom Profile"
@ -3720,6 +3817,10 @@ msgctxt "@button"
msgid "Save new profile"
msgstr "Bewaar nieuw profiel"
msgctxt "@action:button"
msgid "Save project"
msgstr ""
msgctxt "@text"
msgid "Save the .umm file on a USB stick."
msgstr "Bewaar het .umm-bestand op een USB-stick."
@ -3823,6 +3924,18 @@ msgctxt "@action:button"
msgid "Send crash report to UltiMaker"
msgstr "Het crashrapport naar UltiMaker verzenden"
msgctxt "@info:tooltip"
msgid "Send crash reports with your registered UltiMaker account name and the project name to UltiMaker Sentry. No actual model data is being send."
msgstr ""
msgctxt "@info:tooltip"
msgid "Send crash reports without any personally identifiable information or models data to UltiMaker."
msgstr ""
msgctxt "@option:check"
msgid "Send engine crash reports"
msgstr ""
msgctxt "@action:button"
msgid "Send report"
msgstr "Rapport verzenden"
@ -3875,6 +3988,10 @@ msgctxt "@title:tab"
msgid "Settings"
msgstr "Instellingen"
msgctxt "@action:label"
msgid "Settings Loaded from UCP file"
msgstr ""
msgctxt "@info:message Followed by a list of settings."
msgid "Settings have been changed to match the current availability of extruders:"
msgstr "De instellingen zijn gewijzigd zodat deze overeenkomen met de huidige beschikbaarheid van extruders:"
@ -3943,6 +4060,10 @@ msgctxt "@info:tooltip"
msgid "Should opening files from the desktop or external applications open in the same instance of Cura?"
msgstr "Wilt u dat bestanden vanaf de desktop of externe toepassingen in dezelfde instantie van Cura worden geopend?"
msgctxt "@info:tooltip"
msgid "Should slicing crashes be automatically reported to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored, unless you give explicit permission."
msgstr ""
msgctxt "@info:tooltip"
msgid "Should the build plate be cleared before loading a new model in the single instance of Cura?"
msgstr "Moet het platform worden leeggemaakt voordat u een nieuw model laadt in de dezelfde instantie van Cura?"
@ -3999,6 +4120,10 @@ msgctxt "@action:button"
msgid "Show detailed crash report"
msgstr "Gedetailleerd crashrapport weergeven"
msgctxt "@action:button"
msgid "Show settings"
msgstr ""
msgctxt "@option:check"
msgid "Show summary dialog when saving project"
msgstr "Dialoogvenster voor samenvatting weergeven tijdens het opslaan van een project"
@ -4075,10 +4200,6 @@ msgctxt "@message:title"
msgid "Slicing failed"
msgstr "Slicen mislukt"
msgctxt "@message"
msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker."
msgstr "Slicen is mislukt door een onverwachte fout. Overweeg om de fout te melden via onze issue tracker."
msgctxt "@label:PrintjobStatus"
msgid "Slicing..."
msgstr "Slicen..."
@ -4087,6 +4208,10 @@ msgctxt "@action:label"
msgid "Smoothing"
msgstr "Effenen"
msgctxt "@label"
msgid "Solid"
msgstr ""
msgctxt "name"
msgid "Solid View"
msgstr "Solide weergave"
@ -4212,10 +4337,26 @@ msgctxt "@info:status"
msgid "Successfully imported profile {0}."
msgstr "Het profiel {0} is geïmporteerd."
msgctxt "@action:label"
msgid "Suggested Material settings"
msgstr ""
msgctxt "@action:label"
msgid "Suggested Profile settings"
msgstr ""
msgctxt "@action:title"
msgid "Summary - Cura Project"
msgstr "Samenvatting - Cura-project"
msgctxt "@action:title Don't translate 'Universal Cura Project'"
msgid "Summary - Open Universal Cura Project (UCP)"
msgstr ""
msgctxt "@action:title Don't translate 'Universal Cura Project'"
msgid "Summary - Universal Cura Project"
msgstr ""
msgctxt "@label"
msgid "Support"
msgstr "Supportstructuur"
@ -4595,6 +4736,10 @@ msgctxt "@label"
msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile."
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 project or Cura Universal Project or import the models from it?"
msgstr ""
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?"
msgstr "Dit is een Cura-projectbestand. Wilt u dit openen als project of de modellen eruit importeren?"
@ -4684,6 +4829,14 @@ msgctxt "@label"
msgid "This setting is resolved from conflicting extruder-specific values:"
msgstr "Deze instelling wordt afgeleid van strijdige extruderspecifieke waarden:"
msgctxt "@tooltip Don't translate 'Universal Cura Project'"
msgid "This setting may not perform well while exporting to Universal Cura Project, Users are asked to add it at their own risk."
msgstr ""
msgctxt "@tooltip Don't translate 'Universal Cura Project'"
msgid "This setting may not perform well while exporting to Universal Cura Project. Users are asked to add it at their own risk."
msgstr ""
msgctxt "@info:warning"
msgid "This version is not intended for production use. If you encounter any issues, please report them on our GitHub page, mentioning the full version {self.getVersion()}"
msgstr "Deze versie is niet bedoeld voor productiegebruik. Als u problemen tegenkomt, meld ze dan op onze GitHub-pagina, met vermelding van de volledige versie {self.getVersion()}"
@ -4913,6 +5066,11 @@ 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 ""
msgctxt "@label:status"
msgid "Unavailable"
msgstr "Niet beschikbaar"
@ -4933,6 +5091,14 @@ msgctxt "@title:column Unit of measurement"
msgid "Unit"
msgstr "Eenheid"
msgctxt "@item:inlistbox"
msgid "Universal Cura Project"
msgstr ""
msgctxt "@action:description Don't translate 'Universal Cura Project'"
msgid "Universal Cura Project files can be printed on different 3D printers while retaining positional data and selected settings. When exported, all models present on the build plate will be included along with their current position, orientation, and scale. You can also select which per-extruder or per-model settings should be included to ensure proper printing."
msgstr ""
msgctxt "@label Description for development tool"
msgid "Universal build system configuration"
msgstr "Universele configuratie bouwsysteem"
@ -5122,6 +5288,10 @@ msgctxt "description"
msgid "Upgrades configurations from Cura 5.4 to Cura 5.5."
msgstr "Werkt configuraties bij van Cura 5.4 naar Cura 5.5."
msgctxt "description"
msgid "Upgrades configurations from Cura 5.6 to Cura 5.7."
msgstr ""
msgctxt "@action:button"
msgid "Upload custom Firmware"
msgstr "Aangepaste Firmware Uploaden"
@ -5154,6 +5324,10 @@ msgctxt "@label Description for application dependency"
msgid "Utility library, including Voronoi generation"
msgstr "Gebruiksbibliotheek, waaronder Voronoi-generatie"
msgctxt "@title:column"
msgid "Value"
msgstr ""
msgctxt "name"
msgid "Version Upgrade 2.1 to 2.2"
msgstr "Versie-upgrade van 2.1 naar 2.2"
@ -5258,6 +5432,10 @@ msgctxt "name"
msgid "Version Upgrade 5.4 to 5.5"
msgstr "Versie-upgrade 5.4 naar 5.5"
msgctxt "name"
msgid "Version Upgrade 5.6 to 5.7"
msgstr ""
msgctxt "@button"
msgid "View printers in Digital Factory"
msgstr "Printers weergeven in Digital Factory"
@ -5335,6 +5513,10 @@ msgctxt "@label"
msgid "What printer would you like to setup?"
msgstr "Welke printer wilt u instellen?"
msgctxt "@info:tooltip"
msgid "What type of camera navigation should be used?"
msgstr ""
msgctxt "@info:tooltip"
msgid "What type of camera rendering should be used?"
msgstr "Welk type cameraweergave moet worden gebruikt?"
@ -5551,6 +5733,10 @@ msgctxt "@label"
msgid "mm"
msgstr "mm"
msgctxt "@label"
msgid "s"
msgstr ""
msgctxt "@info:status"
msgid "today"
msgstr "vandaag"
@ -5578,3 +5764,15 @@ msgstr "{} plug-ins zijn niet gedownload"
#~ msgid "Provides support for exporting Cura profiles."
#~ msgstr "Biedt ondersteuning voor het exporteren van Cura-profielen."
#~ msgctxt "description"
#~ msgid "Provides support for writing 3MF files."
#~ msgstr "Biedt ondersteuning voor het schrijven van 3MF-bestanden."
#~ msgctxt "@option"
#~ msgid "Save Cura project and print file"
#~ msgstr "Cura-project opslaan en bestand printen"
#~ msgctxt "@message"
#~ msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker."
#~ msgstr "Slicen is mislukt door een onverwachte fout. Overweeg om de fout te melden via onze issue tracker."

View file

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
"POT-Creation-Date: 2023-06-08 16:32+0000\n"
"POT-Creation-Date: 2024-03-11 11:28+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"
@ -40,6 +40,10 @@ msgctxt "machine_extruder_end_code label"
msgid "Extruder End G-Code"
msgstr "Eind-G-code van Extruder"
msgctxt "machine_extruder_end_code_duration label"
msgid "Extruder End G-Code Duration"
msgstr ""
msgctxt "machine_extruder_end_pos_abs label"
msgid "Extruder End Position Absolute"
msgstr "Absolute Eindpositie Extruder"
@ -72,6 +76,10 @@ msgctxt "machine_extruder_start_code label"
msgid "Extruder Start G-Code"
msgstr "Start-G-code van Extruder"
msgctxt "machine_extruder_start_code_duration label"
msgid "Extruder Start G-Code Duration"
msgstr ""
msgctxt "machine_extruder_start_pos_abs label"
msgid "Extruder Start Position Absolute"
msgstr "Absolute Startpositie Extruder"
@ -156,6 +164,14 @@ msgctxt "machine_extruder_cooling_fan_number description"
msgid "The number of the print cooling fan associated with this extruder. Only change this from the default value of 0 when you have a different print cooling fan for each extruder."
msgstr "Het nummer van de bij deze extruder behorende printkoelventilator. Verander de standaardwaarde 0 alleen als u voor elke extruder een andere printkoelventilator hebt."
msgctxt "machine_extruder_end_code_duration description"
msgid "The time it takes to execute the end g-code, when switching away from this extruder."
msgstr ""
msgctxt "machine_extruder_start_code_duration description"
msgid "The time it'll take to execute the start g-code, when switching to this extruder."
msgstr ""
msgctxt "machine_extruder_end_pos_x description"
msgid "The x-coordinate of the ending position when turning the extruder off."
msgstr "De X-coördinaat van de eindpositie wanneer de extruder wordt uitgeschakeld."

View file

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
"POT-Creation-Date: 2023-11-24 12:51+0000\n"
"POT-Creation-Date: 2024-03-12 15:10+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"
@ -12,6 +12,14 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
msgctxt "prime_tower_mode description"
msgid "<html>How to generate the prime tower:<ul><li><b>Normal:</b> create a bucket in which secondary materials are primed</li><li><b>Interleaved:</b> create a prime tower as sparse as possible. This will save time and filament, but is only possible if the used materials adhere to each other</li></ul></html>"
msgstr ""
msgctxt "brim_inside_margin description"
msgid "A brim around a model may touch an other model where you don't want it. This removes all brim within this distance from brimless models."
msgstr ""
msgctxt "ironing_inset description"
msgid "A distance to keep from the edges of the model. Ironing all the way to the edge of the mesh may result in a jagged edge on your print."
msgstr "De afstand die moet worden aangehouden tot de randen van het model. Strijken tot de rand van het raster kan leiden tot een gerafelde rand van de print."
@ -56,10 +64,6 @@ msgctxt "machine_disallowed_areas description"
msgid "A list of polygons with areas the print head is not allowed to enter."
msgstr "Een lijst polygonen met gebieden waarin de printkop niet mag komen."
msgctxt "brim_inside_margin description"
msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes."
msgstr "Een deel dat volledig is ingesloten in een ander deel kan een buitenste brim genereren die de binnenkant van het andere deel raakt. Dit verwijdert alle brim binnen deze afstand van de interne gaten."
msgctxt "support_tree_branch_reach_limit description"
msgid "A recomendation to how far branches can move from the points they support. Branches can violate this value to reach their destination (buildplate or a flat part of the model). Lowering this value will make the support more sturdy, but increase the amount of branches (and because of that material usage/print time) "
msgstr "Een aanbeveling over hoe ver takken kunnen bewegen van de punten die ze ondersteunen. Takken kunnen deze waarde overschrijden om hun bestemming te bereiken (bouwplaat of een plat deel van het model). Als u deze waarde verlaagt, wordt de ondersteuning steviger, maar neemt het aantal takken toe (en daardoor materiaalgebruik/printtijd)."
@ -152,6 +156,10 @@ msgctxt "resolution description"
msgid "All settings that influence the resolution of the print. These settings have a large impact on the quality (and print time)"
msgstr "Alle instellingen die invloed hebben op de resolutie van de print. Deze instellingen hebben een grote invloed op de kwaliteit (en printtijd)."
msgctxt "user_defined_print_order_enabled description"
msgid "Allows you to order the object list to manually set the print sequence. First object from the list will be printed first."
msgstr ""
msgctxt "alternate_extra_perimeter label"
msgid "Alternate Extra Wall"
msgstr "Afwisselend Extra Wand"
@ -400,21 +408,21 @@ msgctxt "adhesion_type option brim"
msgid "Brim"
msgstr "Brim"
msgctxt "brim_inside_margin label"
msgid "Brim Avoid Margin"
msgstr ""
msgctxt "brim_gap label"
msgid "Brim Distance"
msgstr "Brimafstand"
msgctxt "brim_inside_margin label"
msgid "Brim Inside Avoid Margin"
msgstr "Binnenste mijdmarge brim"
msgctxt "brim_line_count label"
msgid "Brim Line Count"
msgstr "Aantal Brimlijnen"
msgctxt "brim_outside_only label"
msgid "Brim Only on Outside"
msgstr "Brim Alleen aan Buitenkant"
msgctxt "brim_location label"
msgid "Brim Location"
msgstr ""
msgctxt "brim_replaces_support label"
msgid "Brim Replaces Support"
@ -456,6 +464,14 @@ msgctxt "build_volume_temperature label"
msgid "Build Volume Temperature"
msgstr "Temperatuur werkvolume"
msgctxt "bv_temp_anomaly_limit label"
msgid "Build Volume temperature Limit"
msgstr ""
msgctxt "bv_temp_warn_limit label"
msgid "Build Volume temperature Warning"
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."
msgstr "Door deze instelling in te schakelen, krijgt uw prime toren een brim, zelfs als het model dat niet heeft. Als u een stevigere basis wilt voor een hoge toren, kunt u de basis hoogte verhogen."
@ -868,6 +884,10 @@ msgctxt "cool_fan_enabled label"
msgid "Enable Print Cooling"
msgstr "Koelen van de Print Inschakelen"
msgctxt "ppr_enable label"
msgid "Enable Print Process Reporting"
msgstr ""
msgctxt "retraction_enable label"
msgid "Enable Retraction"
msgstr "Intrekken Inschakelen"
@ -900,6 +920,10 @@ msgctxt "ooze_shield_enabled description"
msgid "Enable exterior ooze shield. This will create a shell around the model which is likely to wipe a second nozzle if it's at the same height as the first nozzle."
msgstr "Hiermee wordt het uitloopscherm aan de buitenkant ingeschakeld, waardoor een shell rond het model wordt gemaakt waarop een tweede nozzle kan worden afgeveegd als deze zich op dezelfde hoogte bevindt als de eerste nozzle."
msgctxt "ppr_enable description"
msgid "Enable print process reporting for setting threshold values for possible fault detection."
msgstr ""
msgctxt "small_skin_on_surface description"
msgid "Enable small (up to 'Small Top/Bottom Width') regions on the topmost skinned layer (exposed to air) to be filled with walls instead of the default pattern."
msgstr "Laat kleine (tot 'Breedte kleine bovenkant/onderkant') gebieden op de bovenste skinned layer (blootgesteld aan lucht) opvullen met muren in plaats van het standaardpatroon."
@ -932,6 +956,10 @@ msgctxt "brim_replaces_support description"
msgid "Enforce brim to be printed around the model even if that space would otherwise be occupied by support. This replaces some regions of the first layer of support by brim regions."
msgstr "Dwing af dat de brim rond het model wordt geprint, zelfs als deze ruimte anders door supportstructuur zou worden ingenomen. Hierdoor worden enkele gebieden van de eerste supportlaag vervangen door brimgebieden."
msgctxt "brim_location option everywhere"
msgid "Everywhere"
msgstr ""
msgctxt "support_type option everywhere"
msgid "Everywhere"
msgstr "Overal"
@ -1036,6 +1064,10 @@ msgctxt "speed_equalize_flow_width_factor label"
msgid "Flow Equalization Ratio"
msgstr "Verhouding voor afstemmen doorvoer"
msgctxt "flow_anomaly_limit label"
msgid "Flow Limit"
msgstr ""
msgctxt "flow_rate_extrusion_offset_factor label"
msgid "Flow Rate Compensation Factor"
msgstr "Doorvoercompensatiefactor"
@ -1048,6 +1080,10 @@ msgctxt "material_flow_temp_graph label"
msgid "Flow Temperature Graph"
msgstr "Grafiek Doorvoertemperatuur"
msgctxt "flow_warn_limit label"
msgid "Flow Warning"
msgstr ""
msgctxt "material_flow_layer_0 description"
msgid "Flow compensation for the first layer: the amount of material extruded on the initial layer is multiplied by this value."
msgstr "Doorvoercompensatie voor de eerste laag: de hoeveelheid materiaal die voor de eerste laag wordt doorgevoerd, wordt vermenigvuldigd met deze waarde."
@ -1440,10 +1476,22 @@ msgctxt "wall_transition_filter_distance description"
msgid "If it would be transitioning back and forth between different numbers of walls in quick succession, don't transition at all. Remove transitions if they are closer together than this distance."
msgstr "Maak geen gebruik van wandovergangen als dit leidt tot snelle achtereenvolgende veranderingen in het aantal wanden. Verwijder overgangen als de afstand tussen overgangen kleiner is dan deze afstand."
msgctxt "raft_base_margin description"
msgid "If the raft base is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print."
msgstr ""
msgctxt "raft_margin description"
msgid "If the raft is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print."
msgstr "Als de raft is ingeschakeld, is dit het extra raftgebied rond het model dat ook van een raft wordt voorzien. Als u deze marge vergroot, krijgt u een stevigere raft, maar gebruikt u ook meer materiaal en houdt u minder ruimte over voor de print."
msgctxt "raft_interface_margin description"
msgid "If the raft middle is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print."
msgstr ""
msgctxt "raft_surface_margin description"
msgid "If the raft top is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print."
msgstr ""
msgctxt "meshfix_union_all description"
msgid "Ignore the internal geometry arising from overlapping volumes within a mesh and print the volumes as one. This may cause unintended internal cavities to disappear."
msgstr "Negeer de interne geometrie die ontstaat uit overlappende volumes binnen een raster en print de volumes als een geheel. Hiermee kunnen onbedoelde holtes binnenin verdwijnen."
@ -1672,6 +1720,10 @@ msgctxt "wall_0_inset description"
msgid "Inset applied to the path of the outer wall. If the outer wall is smaller than the nozzle, and printed after the inner walls, use this offset to get the hole in the nozzle to overlap with the inner walls instead of the outside of the model."
msgstr "Uitsparing die wordt toegepast in de buitenwand. Als de buitenwand smaller is dan de nozzle en na de binnenwand wordt geprint, gebruikt u deze offset om het gat in de nozzle te laten overlappen met de binnenwanden in plaats van met de buitenkant van het model."
msgctxt "brim_location option inside"
msgid "Inside Only"
msgstr ""
msgctxt "inset_direction option inside_out"
msgid "Inside To Outside"
msgstr "Van binnen naar buiten"
@ -1684,6 +1736,10 @@ msgctxt "support_interface_priority option interface_area_overwrite_support_area
msgid "Interface preferred"
msgstr "Geprefereerde interface"
msgctxt "prime_tower_mode option interleaved"
msgid "Interleaved"
msgstr ""
msgctxt "interlocking_beam_layer_count label"
msgid "Interlocking Beam Layer Count"
msgstr "Aantal in elkaar grijpende balklagen"
@ -1824,6 +1880,30 @@ msgctxt "support_tree_limit_branch_reach description"
msgid "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)"
msgstr "Beperken hoe ver elke tak moet bewegen vanaf het punt dat het ondersteunt. Dit kan de steun steviger maken, maar zal de hoeveelheid takken vergroten (en daardoor het materiaalgebruik/de printtijd)."
msgctxt "bv_temp_warn_limit description"
msgid "Limit on Build Volume Temperature warning for detection."
msgstr ""
msgctxt "bv_temp_anomaly_limit description"
msgid "Limit on Build Volume temperature Anomaly for detection."
msgstr ""
msgctxt "print_temp_anomaly_limit description"
msgid "Limit on Print Temperature anomaly for detection."
msgstr ""
msgctxt "print_temp_warn_limit description"
msgid "Limit on Print temperature warning for detection."
msgstr ""
msgctxt "flow_anomaly_limit description"
msgid "Limit on flow anomaly for detection."
msgstr ""
msgctxt "flow_warn_limit description"
msgid "Limit on the flow warning for detection."
msgstr ""
msgctxt "cutting_mesh description"
msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder."
msgstr "Beperk het volume van dit raster binnen andere rasters. U kunt dit gebruiken om bepaalde delen van een raster met andere instellingen en met een andere extruder te printen."
@ -1921,8 +2001,10 @@ msgid "Make the extruder prime position absolute rather than relative to the las
msgstr "Maak van de primepositie van de extruder de absolute positie, in plaats van de relatieve positie ten opzichte van de laatst bekende locatie van de printkop."
msgctxt "layer_0_z_overlap description"
msgid "Make the first and second layer of the model overlap in the Z direction to compensate for the filament lost in the airgap. All models above the first model layer will be shifted down by this amount."
msgstr "Laat de eerste en tweede laag van het model overlappen in de Z-richting om te compenseren voor verloren materiaal in de luchtlaag. Alle stukjes model boven de eerste laag worden met deze hoeveelheid naar beneden verschoven."
msgid ""
"Make the first and second layer of the model overlap in the Z direction to compensate for the filament lost in the airgap. All models above the first model layer will be shifted down by this amount.\n"
"It may be noted that sometimes the second layer is printed below initial layer because of this setting. This is intended behavior"
msgstr ""
msgctxt "meshfix description"
msgid "Make the meshes more suited for 3D printing."
@ -1948,10 +2030,18 @@ msgctxt "material label"
msgid "Material"
msgstr "Materiaal"
msgctxt "material_brand label"
msgid "Material Brand"
msgstr ""
msgctxt "material_guid label"
msgid "Material GUID"
msgstr "Materiaal-GUID"
msgctxt "material_type label"
msgid "Material Type"
msgstr ""
msgctxt "max_extrusion_before_wipe label"
msgid "Material Volume Between Wipes"
msgstr "Materiaalvolume tussen afvegen"
@ -2228,6 +2318,10 @@ msgctxt "ironing_monotonic label"
msgid "Monotonic Ironing Order"
msgstr "Monotone strijkvolgorde"
msgctxt "raft_surface_monotonic label"
msgid "Monotonic Raft Top Surface Order"
msgstr ""
msgctxt "roofing_monotonic label"
msgid "Monotonic Top Surface Order"
msgstr "Monotone volgorde bovenlaag"
@ -2268,6 +2362,10 @@ msgctxt "magic_mesh_surface_mode option normal"
msgid "Normal"
msgstr "Normaal"
msgctxt "prime_tower_mode option normal"
msgid "Normal"
msgstr ""
msgctxt "support_structure option normal"
msgid "Normal"
msgstr "Normaal"
@ -2400,10 +2498,6 @@ msgctxt "ironing_only_highest_layer description"
msgid "Only perform ironing on the very last layer of the mesh. This saves time if the lower layers don't need a smooth surface finish."
msgstr "Strijk alleen de allerlaatste laag van het voorwerp. Dit bespaart tijd als de daaronder gelegen lagen geen glad oppervlak vereisen."
msgctxt "brim_outside_only description"
msgid "Only print the brim on the outside of the model. This reduces the amount of brim you need to remove afterwards, while it doesn't reduce the bed adhesion that much."
msgstr "Print de brim alleen aan de buitenkant van het model. Hiermee verkleint u de hoeveelheid brim die u achteraf moet verwijderen, zonder dat dit de hechting aan het printbed te zeer vermindert."
msgctxt "ooze_shield_angle label"
msgid "Ooze Shield Angle"
msgstr "Hoek Uitloopscherm"
@ -2464,6 +2558,10 @@ msgctxt "group_outer_walls description"
msgid "Outer walls of different islands in the same layer are printed in sequence. When enabled the amount of flow changes is limited because walls are printed one type at a time, when disabled the number of travels between islands is reduced because walls in the same islands are grouped."
msgstr "Buitenwanden van verschillende eilanden in dezelfde laag worden achtereenvolgens geprint. Wanneer ingeschakeld, wordt de hoeveelheid stroomveranderingen beperkt omdat wanden één type tegelijk worden geprint. Wanneer uitgeschakeld, wordt het aantal verplaatsingen tussen eilanden verminderd omdat wanden op dezelfde eilanden worden gegroepeerd."
msgctxt "brim_location option outside"
msgid "Outside Only"
msgstr ""
msgctxt "inset_direction option outside_in"
msgid "Outside To Inside"
msgstr "Van buiten naar binnen"
@ -2544,6 +2642,10 @@ msgctxt "prime_tower_line_width label"
msgid "Prime Tower Line Width"
msgstr "Lijnbreedte Primepijler"
msgctxt "prime_tower_max_bridging_distance label"
msgid "Prime Tower Maximum Bridging Distance"
msgstr ""
msgctxt "prime_tower_min_volume label"
msgid "Prime Tower Minimum Volume"
msgstr "Minimumvolume primepijler"
@ -2560,6 +2662,10 @@ msgctxt "speed_prime_tower label"
msgid "Prime Tower Speed"
msgstr "Snelheid Primepijler"
msgctxt "prime_tower_mode label"
msgid "Prime Tower Type"
msgstr ""
msgctxt "prime_tower_position_x label"
msgid "Prime Tower X Position"
msgstr "X-positie Primepijler"
@ -2576,6 +2682,10 @@ msgctxt "jerk_print label"
msgid "Print Jerk"
msgstr "Printschok"
msgctxt "ppr label"
msgid "Print Process Reporting"
msgstr ""
msgctxt "print_sequence label"
msgid "Print Sequence"
msgstr "Printvolgorde"
@ -2588,6 +2698,10 @@ msgctxt "fill_outline_gaps label"
msgid "Print Thin Walls"
msgstr "Dunne wanden printen"
msgctxt "brim_location description"
msgid "Print a brim on the outside of the model, inside, or both. Depending on the model, this helps reducing the amount of brim you need to remove afterwards, while ensuring a proper bed adhesion."
msgstr ""
msgctxt "prime_tower_enable description"
msgid "Print a tower next to the print which serves to prime the material after each nozzle switch."
msgstr "Print een pijler naast de print, waarop het materiaal na iedere nozzlewisseling wordt ingespoeld."
@ -2608,6 +2722,10 @@ msgctxt "fill_outline_gaps description"
msgid "Print pieces of the model which are horizontally thinner than the nozzle size."
msgstr "Print delen van het model die horizontaal dunner zijn dan de maat van de nozzle."
msgctxt "raft_surface_monotonic description"
msgid "Print raft top surface lines in an ordering that causes them to always overlap with adjacent lines in a single direction. This takes slightly more time to print, but makes the surface look more consistent, which is also visible on the model bottom surface."
msgstr ""
msgctxt "bridge_skin_speed_2 description"
msgid "Print speed to use when printing the second bridge skin layer."
msgstr "Printsnelheid tijdens het printen van de tweede brugskinlaag."
@ -2616,6 +2734,14 @@ msgctxt "bridge_skin_speed_3 description"
msgid "Print speed to use when printing the third bridge skin layer."
msgstr "Printsnelheid tijdens het printen van de derde brugskinlaag."
msgctxt "print_temp_anomaly_limit label"
msgid "Print temperature Limit"
msgstr ""
msgctxt "print_temp_warn_limit label"
msgid "Print temperature Warning"
msgstr ""
msgctxt "infill_before_walls description"
msgid "Print the infill before printing the walls. Printing the walls first may lead to more accurate walls, but overhangs print worse. Printing the infill first leads to sturdier walls, but the infill pattern might sometimes show through the surface."
msgstr "Print de vulling voordat de wanden worden geprint. Wanneer u eerst de wanden print, worden deze nauwkeuriger geprint, maar wordt de overhang mogelijk van mindere kwaliteit. Wanneer u eerst de vulling print, worden de wanden steviger, maar schijnt het vulpatroon mogelijk door."
@ -2660,6 +2786,10 @@ msgctxt "raft_airgap label"
msgid "Raft Air Gap"
msgstr "Luchtruimte Raft"
msgctxt "raft_base_margin label"
msgid "Raft Base Extra Margin"
msgstr ""
msgctxt "raft_base_extruder_nr label"
msgid "Raft Base Extruder"
msgstr "Raft basisextruder"
@ -2688,6 +2818,10 @@ msgctxt "raft_base_speed label"
msgid "Raft Base Print Speed"
msgstr "Printsnelheid Grondvlak Raft"
msgctxt "raft_base_smoothing label"
msgid "Raft Base Smoothing"
msgstr ""
msgctxt "raft_base_thickness label"
msgid "Raft Base Thickness"
msgstr "Dikte Grondvlak Raft"
@ -2704,6 +2838,10 @@ msgctxt "raft_fan_speed label"
msgid "Raft Fan Speed"
msgstr "Ventilatorsnelheid Raft"
msgctxt "raft_interface_margin label"
msgid "Raft Middle Extra Margin"
msgstr ""
msgctxt "raft_interface_extruder_nr label"
msgid "Raft Middle Extruder"
msgstr "Raft middelste extruder"
@ -2732,6 +2870,10 @@ msgctxt "raft_interface_speed label"
msgid "Raft Middle Print Speed"
msgstr "Printsnelheid Midden Raft"
msgctxt "raft_interface_smoothing label"
msgid "Raft Middle Smoothing"
msgstr ""
msgctxt "raft_interface_line_spacing label"
msgid "Raft Middle Spacing"
msgstr "Tussenruimte Midden Raft"
@ -2740,6 +2882,10 @@ msgctxt "raft_interface_thickness label"
msgid "Raft Middle Thickness"
msgstr "Lijndikte Midden Raft"
msgctxt "raft_interface_wall_count label"
msgid "Raft Middle Wall Count"
msgstr ""
msgctxt "raft_acceleration label"
msgid "Raft Print Acceleration"
msgstr "Printacceleratie Raft"
@ -2756,6 +2902,10 @@ msgctxt "raft_smoothing label"
msgid "Raft Smoothing"
msgstr "Raft effenen"
msgctxt "raft_surface_margin label"
msgid "Raft Top Extra Margin"
msgstr ""
msgctxt "raft_surface_extruder_nr label"
msgid "Raft Top Extruder"
msgstr "Raft bovenste extruder"
@ -2788,10 +2938,22 @@ msgctxt "raft_surface_speed label"
msgid "Raft Top Print Speed"
msgstr "Printsnelheid Bovenkant Raft"
msgctxt "raft_surface_smoothing label"
msgid "Raft Top Smoothing"
msgstr ""
msgctxt "raft_surface_line_spacing label"
msgid "Raft Top Spacing"
msgstr "Bovenruimte Raft"
msgctxt "raft_surface_wall_count label"
msgid "Raft Top Wall Count"
msgstr ""
msgctxt "raft_wall_count label"
msgid "Raft Wall Count"
msgstr ""
msgctxt "z_seam_type option random"
msgid "Random"
msgstr "Willekeurig"
@ -2844,10 +3006,22 @@ msgctxt "carve_multiple_volumes label"
msgid "Remove Mesh Intersection"
msgstr "Rastersnijpunt verwijderen"
msgctxt "raft_base_remove_inside_corners label"
msgid "Remove Raft Base Inside Corners"
msgstr ""
msgctxt "raft_remove_inside_corners label"
msgid "Remove Raft Inside Corners"
msgstr "Binnenhoeken raft verwijderen"
msgctxt "raft_interface_remove_inside_corners label"
msgid "Remove Raft Middle Inside Corners"
msgstr ""
msgctxt "raft_surface_remove_inside_corners label"
msgid "Remove Raft Top Inside Corners"
msgstr ""
msgctxt "carve_multiple_volumes description"
msgid "Remove areas where multiple meshes are overlapping with each other. This may be used if merged dual material objects overlap with each other."
msgstr "Hiermee verwijdert u gebieden waar meerdere rasters elkaar overlappen. Deze functie kan worden gebruikt als samengevoegde objecten van twee materialen elkaar overlappen."
@ -2856,6 +3030,18 @@ msgctxt "remove_empty_first_layers description"
msgid "Remove empty layers beneath the first printed layer if they are present. Disabling this setting can cause empty first layers if the Slicing Tolerance setting is set to Exclusive or Middle."
msgstr "Hiermee worden de lege lagen onder de eerste geprinte laag verwijderd, indien aanwezig. Als u deze instelling uitschakelt, kunnen lege eerste lagen ontstaan als de Slicetolerantie is ingesteld op Exclusief of Midden."
msgctxt "raft_base_remove_inside_corners description"
msgid "Remove inside corners from the raft base, causing the raft to become convex."
msgstr ""
msgctxt "raft_interface_remove_inside_corners description"
msgid "Remove inside corners from the raft middle part, causing the raft to become convex."
msgstr ""
msgctxt "raft_surface_remove_inside_corners description"
msgid "Remove inside corners from the raft top part, causing the raft to become convex."
msgstr ""
msgctxt "raft_remove_inside_corners description"
msgid "Remove inside corners from the raft, causing the raft to become convex."
msgstr "Verwijdering van de binnenhoeken van de raft maakt de raft bol."
@ -2876,6 +3062,10 @@ msgctxt "skin_outline_count description"
msgid "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material."
msgstr "Vervang het buitenste gedeelte van het patroon boven-/onderkant door een aantal concentrische lijnen. Het gebruik van 1 of 2 lijnen verbetert daken die op vulmateriaal beginnen."
msgctxt "ppr description"
msgid "Reporting events that go out of set thresholds"
msgstr ""
msgctxt "support_tree_rest_preference label"
msgid "Rest Preference"
msgstr "Plaatsings voorkeur"
@ -2948,6 +3138,10 @@ msgctxt "z_seam_corner label"
msgid "Seam Corner Preference"
msgstr "Voorkeur van naad en hoek"
msgctxt "user_defined_print_order_enabled label"
msgid "Set Print Sequence Manually"
msgstr "Handmatig afdrukvolgorde instellen"
msgctxt "draft_shield_height_limitation description"
msgid "Set the height of the draft shield. Choose to print the draft shield at the full height of the model or at a limited height."
msgstr "Stel de hoogte van het tochtscherm in. U kunt ervoor kiezen een tochtscherm met dezelfde hoogte als het model of lager te printen."
@ -3348,10 +3542,6 @@ msgctxt "support_interface_priority label"
msgid "Support Interface Priority"
msgstr "Ondersteuning Interface Prioriteit"
msgctxt "support_interface_skip_height label"
msgid "Support Interface Resolution"
msgstr "Resolutie Verbindingsstructuur"
msgctxt "speed_support_interface label"
msgid "Support Interface Speed"
msgstr "Vulsnelheid Verbindingsstructuur"
@ -3704,6 +3894,10 @@ msgctxt "magic_fuzzy_skin_point_dist description"
msgid "The average distance between the random points introduced on each line segment. Note that the original points of the polygon are discarded, so a high smoothness results in a reduction of the resolution. This value must be higher than half the Fuzzy Skin Thickness."
msgstr "De gemiddelde afstand tussen de willekeurig geplaatste punten op elk lijnsegment. Houd er rekening mee dat de originele punten van de polygoon worden verwijderd. Een hoge effenheid leidt dus tot een verlaging van de resolutie. Deze waarde moet hoger zijn dan de helft van de Dikte rafelig oppervlak."
msgctxt "material_brand description"
msgid "The brand of material used."
msgstr ""
msgctxt "machine_acceleration description"
msgid "The default acceleration of print head movement."
msgstr "De standaardacceleratie van de printkopbeweging."
@ -4180,6 +4374,10 @@ msgctxt "jerk_travel description"
msgid "The maximum instantaneous velocity change with which travel moves are made."
msgstr "De maximale onmiddellijke snelheidsverandering tijdens het uitvoeren van bewegingen."
msgctxt "prime_tower_max_bridging_distance description"
msgid "The maximum length of the branches which may be printed over the air."
msgstr ""
msgctxt "machine_max_feedrate_x description"
msgid "The maximum speed for the motor of the X-direction."
msgstr "De maximale snelheid van de motor in de X-richting."
@ -4292,6 +4490,18 @@ msgctxt "raft_base_wall_count description"
msgid "The number of contours to print around the linear pattern in the base layer of the raft."
msgstr "Het aantal contouren dat wordt geprint rond het lineaire patroon in de basislaag van de raft."
msgctxt "raft_interface_wall_count description"
msgid "The number of contours to print around the linear pattern in the middle layers of the raft."
msgstr ""
msgctxt "raft_surface_wall_count description"
msgid "The number of contours to print around the linear pattern in the top layers of the raft."
msgstr ""
msgctxt "raft_wall_count description"
msgid "The number of contours to print around the linear pattern of the raft."
msgstr ""
msgctxt "skin_edge_support_layers description"
msgid "The number of infill layers that supports skin edges."
msgstr "Het aantal opvullagen dat skinranden ondersteunt."
@ -4680,6 +4890,10 @@ msgctxt "machine_gcode_flavor description"
msgid "The type of g-code to be generated."
msgstr "De G-code-versie die moet worden gegenereerd."
msgctxt "material_type description"
msgid "The type of material used."
msgstr ""
msgctxt "coasting_volume description"
msgid "The volume otherwise oozed. This value should generally be close to the nozzle diameter cubed."
msgstr "Hiermee stelt u volume in dat anders zou worden afgevoerd. Deze waarde dient zo dicht mogelijk bij de berekende waarde van de nozzlediameter te liggen."
@ -4728,10 +4942,22 @@ msgctxt "bridge_wall_coast description"
msgid "This controls the distance the extruder should coast immediately before a bridge wall begins. Coasting before the bridge starts can reduce the pressure in the nozzle and may produce a flatter bridge."
msgstr "Met deze optie controleert u de afstand die de extruder moet coasten voordat een brugwand begint. Met coasting voordat de brug begint, vermindert u de druk in de nozzle en krijgt u mogelijk een vlakkere brug."
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."
msgstr ""
msgctxt "raft_interface_smoothing description"
msgid "This setting controls how much inner corners in the raft middle 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."
msgstr ""
msgctxt "raft_smoothing description"
msgid "This setting controls how much inner corners in the raft 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."
msgstr "Bepaalt hoeveel binnenhoeken in de raftcontour worden afgerond. Naar binnen gebogen hoeken worden tot een halve cirkel afgerond met een straal die gelijk is aan de hier opgegeven waarde. Met deze instellingen worden ook gaten in de raftcontour verwijderd die kleiner zijn dan een dergelijke cirkel."
msgctxt "raft_surface_smoothing description"
msgid "This setting controls how much inner corners in the raft top 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."
msgstr ""
msgctxt "retraction_count_max description"
msgid "This setting limits the number of retractions occurring within the minimum extrusion distance window. Further retractions within this window will be ignored. This avoids retracting repeatedly on the same piece of filament, as that can flatten the filament and cause grinding issues."
msgstr "Deze instelling beperkt het aantal intrekbewegingen dat kan worden uitgevoerd binnen het gebied Minimaal afstandsgebied voor intrekken. Extra intrekbewegingen binnen dit gebied worden genegeerd. Hiermee voorkomt u dat hetzelfde stuk filament meerdere keren wordt ingetrokken en dus kan worden geplet en kan gaan haperen."
@ -5092,10 +5318,6 @@ 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."
msgstr "Wanden die overhangen in een hoek groter dan deze waarde, worden geprint met instellingen voor overhangende wanden. Wanneer de waarde 90 is, wordt een wand niet als een overhangende wand gezien. Een overhang die wordt ondersteund door ondersteuning wordt ook niet als overhang gezien."
msgctxt "support_interface_skip_height description"
msgid "When checking where there's model above and below the support, take steps of the given height. Lower values will slice slower, while higher values may cause normal support to be printed in some places where there should have been support interface."
msgstr "Maak treden van de opgegeven hoogte tijdens het controleren waar zich boven en onder de supportstructuur delen van het model bevinden. Lagere waarden slicen lager, terwijl door hogere waarden mogelijk normale supportstructuur wordt geprint op plekken waar een verbindingsstructuur had moeten zijn."
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."
msgstr "Indien ingeschakeld, worden gereedschapsbanen gecorrigeerd voor printers met vloeiende bewegingsplanners. Kleine bewegingen die afwijken van de algemene richting van het gereedschapspad worden afgevlakt om vloeiende bewegingen te verbeteren."
@ -5488,42 +5710,74 @@ msgctxt "travel description"
msgid "travel"
msgstr "beweging"
msgctxt "gradual_flow_discretisation_step_size description"
msgid "Duration of each step in the gradual flow change"
msgstr "Duur van elke stap in de geleidelijke flowverandering"
#~ msgctxt "brim_inside_margin description"
#~ msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes."
#~ msgstr "Een deel dat volledig is ingesloten in een ander deel kan een buitenste brim genereren die de binnenkant van het andere deel raakt. Dit verwijdert alle brim binnen deze afstand van de interne gaten."
msgctxt "gradual_flow_enabled description"
msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops."
msgstr "Geleidelijke veranderingen in flow inschakelen. Indien ingeschakeld, wordt de flow geleidelijk verhoogd/verlaagd tot de doelflow. Dit is handig voor printers met een bowdenbuis waarbij de flow niet onmiddellijk verandert wanneer de extrudermotor start/stopt."
#~ msgctxt "user_defined_print_order_enabled description"
#~ msgid "Allows to order the object list to set the print sequence manually. First object from the list will be printed first."
#~ msgstr "Maakt het mogelijk de objectlijst te ordenen om de afdrukvolgorde handmatig in te stellen. Het eerste object van de lijst wordt als eerste afgedrukt."
msgctxt "reset_flow_duration description"
msgid "For any travel move longer than this value, the material flow is reset to the paths target flow"
msgstr "Voor elke verplaatsing die langer is dan deze waarde, wordt de materiaalflow teruggezet op de doelflow van de paden."
#~ msgctxt "brim_inside_margin label"
#~ msgid "Brim Inside Avoid Margin"
#~ msgstr "Binnenste mijdmarge brim"
msgctxt "gradual_flow_discretisation_step_size label"
msgid "Gradual flow discretisation step size"
msgstr "Stapgrootte geleidelijke flowdiscretisatie"
#~ msgctxt "brim_outside_only label"
#~ msgid "Brim Only on Outside"
#~ msgstr "Brim Alleen aan Buitenkant"
msgctxt "gradual_flow_enabled label"
msgid "Gradual flow enabled"
msgstr "Geleidelijke flow ingeschakeld"
#~ msgctxt "gradual_flow_discretisation_step_size description"
#~ msgid "Duration of each step in the gradual flow change"
#~ msgstr "Duur van elke stap in de geleidelijke flowverandering"
msgctxt "max_flow_acceleration label"
msgid "Gradual flow max acceleration"
msgstr "Max. versnelling geleidelijke flow"
#~ msgctxt "gradual_flow_enabled description"
#~ msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops."
#~ msgstr "Geleidelijke veranderingen in flow inschakelen. Indien ingeschakeld, wordt de flow geleidelijk verhoogd/verlaagd tot de doelflow. Dit is handig voor printers met een bowdenbuis waarbij de flow niet onmiddellijk verandert wanneer de extrudermotor start/stopt."
msgctxt "layer_0_max_flow_acceleration label"
msgid "Initial layer max flow acceleration"
msgstr "Maximale flowversnelling in de beginlaag"
#~ msgctxt "reset_flow_duration description"
#~ msgid "For any travel move longer than this value, the material flow is reset to the paths target flow"
#~ msgstr "Voor elke verplaatsing die langer is dan deze waarde, wordt de materiaalflow teruggezet op de doelflow van de paden."
msgctxt "max_flow_acceleration description"
msgid "Maximum acceleration for gradual flow changes"
msgstr "Maximale versnelling voor geleidelijke flowveranderingen"
#~ msgctxt "gradual_flow_discretisation_step_size label"
#~ msgid "Gradual flow discretisation step size"
#~ msgstr "Stapgrootte geleidelijke flowdiscretisatie"
msgctxt "layer_0_max_flow_acceleration description"
msgid "Minimum speed for gradual flow changes for the first layer"
msgstr "Minimumsnelheid voor geleidelijke flowveranderingen voor de eerste laag"
#~ msgctxt "gradual_flow_enabled label"
#~ msgid "Gradual flow enabled"
#~ msgstr "Geleidelijke flow ingeschakeld"
msgctxt "reset_flow_duration label"
msgid "Reset flow duration"
msgstr "Flowduur resetten"
#~ msgctxt "max_flow_acceleration label"
#~ msgid "Gradual flow max acceleration"
#~ msgstr "Max. versnelling geleidelijke flow"
#~ msgctxt "layer_0_max_flow_acceleration label"
#~ msgid "Initial layer max flow acceleration"
#~ msgstr "Maximale flowversnelling in de beginlaag"
#~ msgctxt "layer_0_z_overlap description"
#~ msgid "Make the first and second layer of the model overlap in the Z direction to compensate for the filament lost in the airgap. All models above the first model layer will be shifted down by this amount."
#~ msgstr "Laat de eerste en tweede laag van het model overlappen in de Z-richting om te compenseren voor verloren materiaal in de luchtlaag. Alle stukjes model boven de eerste laag worden met deze hoeveelheid naar beneden verschoven."
#~ msgctxt "max_flow_acceleration description"
#~ msgid "Maximum acceleration for gradual flow changes"
#~ msgstr "Maximale versnelling voor geleidelijke flowveranderingen"
#~ msgctxt "layer_0_max_flow_acceleration description"
#~ msgid "Minimum speed for gradual flow changes for the first layer"
#~ msgstr "Minimumsnelheid voor geleidelijke flowveranderingen voor de eerste laag"
#~ msgctxt "brim_outside_only description"
#~ msgid "Only print the brim on the outside of the model. This reduces the amount of brim you need to remove afterwards, while it doesn't reduce the bed adhesion that much."
#~ msgstr "Print de brim alleen aan de buitenkant van het model. Hiermee verkleint u de hoeveelheid brim die u achteraf moet verwijderen, zonder dat dit de hechting aan het printbed te zeer vermindert."
#~ msgctxt "reset_flow_duration label"
#~ msgid "Reset flow duration"
#~ msgstr "Flowduur resetten"
#~ msgctxt "support_interface_skip_height label"
#~ msgid "Support Interface Resolution"
#~ msgstr "Resolutie Verbindingsstructuur"
#~ msgctxt "support_interface_skip_height description"
#~ msgid "When checking where there's model above and below the support, take steps of the given height. Lower values will slice slower, while higher values may cause normal support to be printed in some places where there should have been support interface."
#~ msgstr "Maak treden van de opgegeven hoogte tijdens het controleren waar zich boven en onder de supportstructuur delen van het model bevinden. Lagere waarden slicen lager, terwijl door hogere waarden mogelijk normale supportstructuur wordt geprint op plekken waar een verbindingsstructuur had moeten zijn."

View file

@ -0,0 +1,54 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Uranium json setting files\n"
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
"POT-Creation-Date: 2024-03-11 11:28+0000\n"
"PO-Revision-Date: 2024-03-11 11:28+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: en\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
msgctxt "gradual_flow_discretisation_step_size description"
msgid "Duration of each step in the gradual flow change"
msgstr ""
msgctxt "gradual_flow_enabled description"
msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops."
msgstr ""
msgctxt "reset_flow_duration description"
msgid "For any travel move longer than this value, the material flow is reset to the paths target flow"
msgstr ""
msgctxt "gradual_flow_discretisation_step_size label"
msgid "Gradual flow discretisation step size"
msgstr ""
msgctxt "gradual_flow_enabled label"
msgid "Gradual flow enabled"
msgstr ""
msgctxt "max_flow_acceleration label"
msgid "Gradual flow max acceleration"
msgstr ""
msgctxt "layer_0_max_flow_acceleration label"
msgid "Initial layer max flow acceleration"
msgstr ""
msgctxt "max_flow_acceleration description"
msgid "Maximum acceleration for gradual flow changes"
msgstr ""
msgctxt "layer_0_max_flow_acceleration description"
msgid "Minimum speed for gradual flow changes for the first layer"
msgstr ""
msgctxt "reset_flow_duration label"
msgid "Reset flow duration"
msgstr ""

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Cura 5.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-31 19:13+0100\n"
"POT-Creation-Date: 2024-03-13 09:02+0100\n"
"PO-Revision-Date: 2021-09-07 08:02+0200\n"
"Last-Translator: Mariusz Matłosz <matliks@gmail.com>\n"
"Language-Team: Mariusz Matłosz <matliks@gmail.com>, reprapy.pl\n"
@ -124,6 +124,10 @@ msgctxt "@title:menu menubar:file"
msgid "&Save Project..."
msgstr ""
msgctxt "@title:menu menubar:file Don't translate 'Universal Cura Project'"
msgid "&Save Universal Cura Project..."
msgstr ""
msgctxt "@title:menu menubar:toplevel"
msgid "&Settings"
msgstr "Opcje"
@ -265,6 +269,10 @@ msgid_plural "A cloud connection is not available for some printers"
msgstr[0] ""
msgstr[1] ""
msgctxt "@text"
msgid "A highly dense and strong part but at a slower print time. Great for functional parts."
msgstr ""
msgctxt "@message"
msgid "A print is still in progress. Cura cannot start another print via USB until the previous print has completed."
msgstr "Nadal trwa drukowanie. Cura nie może rozpocząć kolejnego wydruku przez USB, dopóki poprzedni wydruk nie zostanie zakończony."
@ -499,10 +507,18 @@ msgctxt "@label"
msgid "Anonymous"
msgstr "Anonimowa"
msgctxt "@option:radio"
msgid "Anonymous crash reports"
msgstr ""
msgctxt "@label Description for application component"
msgid "Application framework"
msgstr "Struktura aplikacji"
msgctxt "@title:column"
msgid "Applies on"
msgstr ""
msgctxt "@label"
msgid "Apply Extruder offsets to GCode"
msgstr ""
@ -689,6 +705,10 @@ msgctxt "@info:status"
msgid "Calculated"
msgstr "Przeliczone"
msgctxt "@window:text"
msgid "Camera navigation:"
msgstr ""
msgctxt "@window:text"
msgid "Camera rendering:"
msgstr "Renderowanie z kamery:"
@ -1413,6 +1433,10 @@ msgctxt "@label"
msgid "Draft"
msgstr "Szkic"
msgctxt "@action:inmenu menubar:edit"
msgid "Drop All Models to buildplate"
msgstr ""
msgctxt "@action:button"
msgid "Duplicate"
msgstr "Duplikuj"
@ -1539,6 +1563,10 @@ msgctxt "@action:inmenu menubar:file"
msgid "Export Selection..."
msgstr "Eksportuj Zaznaczenie..."
msgctxt "@title:window Don't translate 'Universal Cura Project'"
msgid "Export Universal Cura Project"
msgstr ""
msgctxt "@button"
msgid "Export material archive"
msgstr ""
@ -1572,10 +1600,23 @@ msgctxt "@title:label"
msgid "Extruder End G-code"
msgstr "Końcowy G-code ekstrudera"
msgctxt "@label"
msgid "Extruder End G-code duration"
msgstr ""
msgctxt "@title:label"
msgid "Extruder Start G-code"
msgstr "Początkowy G-code ekstrudera"
msgctxt "@label"
msgid "Extruder Start G-code duration"
msgstr ""
#, python-brace-format
msgctxt "@label"
msgid "Extruder {0}"
msgstr ""
msgctxt "@info:title"
msgid "Extruder(s) Disabled"
msgstr "Ekstruder(y) wyłączony(/e)"
@ -1642,6 +1683,11 @@ 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 ""
msgctxt "@label:category menu label"
msgid "Favorites"
msgstr "Ulubione"
@ -1783,6 +1829,9 @@ msgctxt "@option:check"
msgid "Force layer view compatibility mode (restart required)"
msgstr "Wymuszenie widoku warstw w trybie zgodności (wymaga ponownego uruchomienia)"
msgid "FreeCAD trackpad"
msgstr ""
msgctxt "@action:inmenu menubar:view"
msgid "Front View"
msgstr "Widok z przodu"
@ -1871,6 +1920,10 @@ msgctxt "@action"
msgid "Get started"
msgstr "Rozpocznij"
msgctxt "@label"
msgid "Global"
msgstr ""
msgctxt "@title:tab"
msgid "Global Settings"
msgstr "Ustawienia ogólne"
@ -1920,6 +1973,10 @@ msgctxt "@label"
msgid "Hide all connected printers"
msgstr ""
msgctxt "@action:button"
msgid "Hide settings"
msgstr ""
msgctxt "@action:menu"
msgid "Hide this setting"
msgstr "Ukryj tę opcję"
@ -1996,6 +2053,10 @@ msgctxt "@button"
msgid "In order to use the package you will need to restart Cura"
msgstr ""
msgctxt "@option:radio"
msgid "Include UltiMaker account name"
msgstr ""
msgctxt "@label"
msgid "Infill"
msgstr "Wypełnienie"
@ -2699,6 +2760,10 @@ msgctxt "@message"
msgid "No results found with current filter"
msgstr ""
msgctxt "@label"
msgid "No specific value has been set"
msgstr ""
msgctxt "@label"
msgid "No time estimation available"
msgstr "Szacunkowy czas niedostępny"
@ -2800,6 +2865,10 @@ msgctxt "@info:status"
msgid "Only one G-code file can be loaded at a time. Skipped importing {0}"
msgstr "Jednocześnie można załadować tylko jeden plik G-code. Pominięto importowanie {0}"
msgctxt "@message"
msgid "Oops! We encountered an unexpected error during your slicing process. Rest assured, we've automatically received the crash logs for analysis, if you have not disabled data sharing in your preferences. To assist us further, consider sharing your project details on our issue tracker."
msgstr ""
msgctxt "@action:button"
msgid "Open"
msgstr "Otwórz"
@ -2828,10 +2897,22 @@ msgctxt "@info:title"
msgid "Open Project File"
msgstr "Otwórz Plik Projektu"
msgctxt "@title:window Don't translate 'Universal Cura Project'"
msgid "Open Universal Cura Project (UCP)"
msgstr ""
msgctxt "@title:window Don't translate 'Universal Cura Project'"
msgid "Open Universal Cura Project (UCP) file"
msgstr ""
msgctxt "@action:label"
msgid "Open With"
msgstr ""
msgctxt "@action:button"
msgid "Open as UCP"
msgstr ""
msgctxt "@action:button"
msgid "Open as project"
msgstr "Otwórz jako projekt"
@ -3044,6 +3125,10 @@ msgctxt "@description"
msgid "Please sign in to get verified plugins and materials for UltiMaker Cura Enterprise"
msgstr ""
msgctxt "@info:tooltip"
msgid "Please sign in to your UltiMaker account to allow sending non-anonymous data."
msgstr ""
msgctxt "@action:button"
msgid "Please sync the material profiles with your printers before starting to print."
msgstr ""
@ -3140,6 +3225,14 @@ msgctxt "@action:button"
msgid "Print"
msgstr "Drukuj"
msgctxt "@action:inmenu menubar:edit"
msgid "Print After"
msgstr "Drukuj po"
msgctxt "@action:inmenu menubar:edit"
msgid "Print Before"
msgstr "Drukuj przed"
msgctxt "@label"
msgid "Print Selected Model With:"
msgid_plural "Print Selected Models With:"
@ -3446,8 +3539,8 @@ msgid "Provides support for reading model files."
msgstr "Zapewnia wsparcie dla czytania plików modeli."
msgctxt "description"
msgid "Provides support for writing 3MF files."
msgstr "Zapewnia wsparcie dla tworzenia plików 3MF."
msgid "Provides support for writing 3MF and UCP files."
msgstr ""
msgctxt "description"
msgid "Provides support for writing MakerBot Format Packages."
@ -3691,7 +3784,11 @@ msgid "Save Cura project"
msgstr ""
msgctxt "@option"
msgid "Save Cura project and print file"
msgid "Save Cura project and .makerbot print file"
msgstr ""
msgctxt "@option"
msgid "Save Cura project and .ufp print file"
msgstr ""
msgctxt "@title:window"
@ -3718,6 +3815,10 @@ msgctxt "@button"
msgid "Save new profile"
msgstr ""
msgctxt "@action:button"
msgid "Save project"
msgstr ""
msgctxt "@text"
msgid "Save the .umm file on a USB stick."
msgstr ""
@ -3821,6 +3922,18 @@ msgctxt "@action:button"
msgid "Send crash report to UltiMaker"
msgstr "Wyślij raport błędu do UltiMaker"
msgctxt "@info:tooltip"
msgid "Send crash reports with your registered UltiMaker account name and the project name to UltiMaker Sentry. No actual model data is being send."
msgstr ""
msgctxt "@info:tooltip"
msgid "Send crash reports without any personally identifiable information or models data to UltiMaker."
msgstr ""
msgctxt "@option:check"
msgid "Send engine crash reports"
msgstr ""
msgctxt "@action:button"
msgid "Send report"
msgstr "Wyślij raport"
@ -3873,6 +3986,10 @@ msgctxt "@title:tab"
msgid "Settings"
msgstr "Ustawienia"
msgctxt "@action:label"
msgid "Settings Loaded from UCP file"
msgstr ""
msgctxt "@info:message Followed by a list of settings."
msgid "Settings have been changed to match the current availability of extruders:"
msgstr "Ustawienia zostały zmienione w celu dopasowania do bieżącej dostępności ekstruderów:"
@ -3941,6 +4058,10 @@ msgctxt "@info:tooltip"
msgid "Should opening files from the desktop or external applications open in the same instance of Cura?"
msgstr ""
msgctxt "@info:tooltip"
msgid "Should slicing crashes be automatically reported to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored, unless you give explicit permission."
msgstr ""
msgctxt "@info:tooltip"
msgid "Should the build plate be cleared before loading a new model in the single instance of Cura?"
msgstr ""
@ -3997,6 +4118,10 @@ msgctxt "@action:button"
msgid "Show detailed crash report"
msgstr "Pokaż szczegółowy raport błędu"
msgctxt "@action:button"
msgid "Show settings"
msgstr ""
msgctxt "@option:check"
msgid "Show summary dialog when saving project"
msgstr "Pokaż okno podsumowania podczas zapisywaniu projektu"
@ -4073,10 +4198,6 @@ msgctxt "@message:title"
msgid "Slicing failed"
msgstr ""
msgctxt "@message"
msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker."
msgstr ""
msgctxt "@label:PrintjobStatus"
msgid "Slicing..."
msgstr "Cięcie..."
@ -4085,6 +4206,10 @@ msgctxt "@action:label"
msgid "Smoothing"
msgstr "Wygładzanie"
msgctxt "@label"
msgid "Solid"
msgstr ""
msgctxt "name"
msgid "Solid View"
msgstr "Widok Bryły"
@ -4210,10 +4335,26 @@ msgctxt "@info:status"
msgid "Successfully imported profile {0}."
msgstr ""
msgctxt "@action:label"
msgid "Suggested Material settings"
msgstr ""
msgctxt "@action:label"
msgid "Suggested Profile settings"
msgstr ""
msgctxt "@action:title"
msgid "Summary - Cura Project"
msgstr "Podsumowanie - Projekt Cura"
msgctxt "@action:title Don't translate 'Universal Cura Project'"
msgid "Summary - Open Universal Cura Project (UCP)"
msgstr ""
msgctxt "@action:title Don't translate 'Universal Cura Project'"
msgid "Summary - Universal Cura Project"
msgstr ""
msgctxt "@label"
msgid "Support"
msgstr "Podpory"
@ -4586,6 +4727,10 @@ msgctxt "@label"
msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile."
msgstr "Ta konfiguracja jest niedostępna, ponieważ %1 jest nierozpoznany. Przejdź do %2, aby pobrać prawidłowy profil materiału."
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 ""
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?"
msgstr "Jest to plik projektu Cura. Czy chcesz otworzyć go jako projekt, czy zaimportować z niego modele?"
@ -4675,6 +4820,14 @@ msgctxt "@label"
msgid "This setting is resolved from conflicting extruder-specific values:"
msgstr ""
msgctxt "@tooltip Don't translate 'Universal Cura Project'"
msgid "This setting may not perform well while exporting to Universal Cura Project, Users are asked to add it at their own risk."
msgstr ""
msgctxt "@tooltip Don't translate 'Universal Cura Project'"
msgid "This setting may not perform well while exporting to Universal Cura Project. Users are asked to add it at their own risk."
msgstr ""
msgctxt "@info:warning"
msgid "This version is not intended for production use. If you encounter any issues, please report them on our GitHub page, mentioning the full version {self.getVersion()}"
msgstr ""
@ -4904,6 +5057,11 @@ 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 ""
msgctxt "@label:status"
msgid "Unavailable"
msgstr "Niedostępne"
@ -4924,6 +5082,14 @@ msgctxt "@title:column Unit of measurement"
msgid "Unit"
msgstr ""
msgctxt "@item:inlistbox"
msgid "Universal Cura Project"
msgstr ""
msgctxt "@action:description Don't translate 'Universal Cura Project'"
msgid "Universal Cura Project files can be printed on different 3D printers while retaining positional data and selected settings. When exported, all models present on the build plate will be included along with their current position, orientation, and scale. You can also select which per-extruder or per-model settings should be included to ensure proper printing."
msgstr ""
msgctxt "@label Description for development tool"
msgid "Universal build system configuration"
msgstr ""
@ -5113,6 +5279,10 @@ msgctxt "description"
msgid "Upgrades configurations from Cura 5.4 to Cura 5.5."
msgstr ""
msgctxt "description"
msgid "Upgrades configurations from Cura 5.6 to Cura 5.7."
msgstr ""
msgctxt "@action:button"
msgid "Upload custom Firmware"
msgstr "Prześlij niestandardowe oprogramowanie"
@ -5145,6 +5315,10 @@ msgctxt "@label Description for application dependency"
msgid "Utility library, including Voronoi generation"
msgstr ""
msgctxt "@title:column"
msgid "Value"
msgstr ""
msgctxt "name"
msgid "Version Upgrade 2.1 to 2.2"
msgstr "Ulepszenie Wersji z 2.1 do 2.2"
@ -5249,6 +5423,10 @@ msgctxt "name"
msgid "Version Upgrade 5.4 to 5.5"
msgstr ""
msgctxt "name"
msgid "Version Upgrade 5.6 to 5.7"
msgstr ""
msgctxt "@button"
msgid "View printers in Digital Factory"
msgstr ""
@ -5326,6 +5504,10 @@ msgctxt "@label"
msgid "What printer would you like to setup?"
msgstr ""
msgctxt "@info:tooltip"
msgid "What type of camera navigation should be used?"
msgstr ""
msgctxt "@info:tooltip"
msgid "What type of camera rendering should be used?"
msgstr "Jakiego rodzaju kamery należy użyć do renderowania?"
@ -5531,6 +5713,10 @@ msgctxt "@label"
msgid "mm"
msgstr "mm"
msgctxt "@label"
msgid "s"
msgstr ""
msgctxt "@info:status"
msgid "today"
msgstr "dziś"
@ -5564,6 +5750,10 @@ msgstr ""
#~ msgid "Error writing 3mf file."
#~ msgstr "Błąd zapisu pliku 3mf."
#~ msgctxt "description"
#~ msgid "Provides support for writing 3MF files."
#~ msgstr "Zapewnia wsparcie dla tworzenia plików 3MF."
#~ msgctxt "@info:title"
#~ msgid "Simulation View"
#~ msgstr "Widok symulacji"

View file

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Cura 5.1\n"
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
"POT-Creation-Date: 2023-06-08 16:32+0000\n"
"POT-Creation-Date: 2024-03-11 11:28+0000\n"
"PO-Revision-Date: 2019-03-13 14:00+0200\n"
"Last-Translator: Mariusz 'Virgin71' Matłosz <matliks@gmail.com>\n"
"Language-Team: reprapy.pl\n"
@ -45,6 +45,10 @@ msgctxt "machine_extruder_end_code label"
msgid "Extruder End G-Code"
msgstr "Końcowy G-code Ekstrudera"
msgctxt "machine_extruder_end_code_duration label"
msgid "Extruder End G-Code Duration"
msgstr ""
msgctxt "machine_extruder_end_pos_abs label"
msgid "Extruder End Position Absolute"
msgstr "Bezwzgl. Końcowa Pozycja Ekstrudera"
@ -77,6 +81,10 @@ msgctxt "machine_extruder_start_code label"
msgid "Extruder Start G-Code"
msgstr "Początkowy G-code Ekstrudera"
msgctxt "machine_extruder_start_code_duration label"
msgid "Extruder Start G-Code Duration"
msgstr ""
msgctxt "machine_extruder_start_pos_abs label"
msgid "Extruder Start Position Absolute"
msgstr "Bezwzględna Pozycja Początkowa Ekstrudera"
@ -161,6 +169,14 @@ msgctxt "machine_extruder_cooling_fan_number description"
msgid "The number of the print cooling fan associated with this extruder. Only change this from the default value of 0 when you have a different print cooling fan for each extruder."
msgstr "Numer wentylatora przypisanego do ekstrudera. Zmień z domyślnej wartości 0, tylko w przypadku, kiedy posiadasz oddzielny wentylator dla każdego ekstrudera."
msgctxt "machine_extruder_end_code_duration description"
msgid "The time it takes to execute the end g-code, when switching away from this extruder."
msgstr ""
msgctxt "machine_extruder_start_code_duration description"
msgid "The time it'll take to execute the start g-code, when switching to this extruder."
msgstr ""
msgctxt "machine_extruder_end_pos_x description"
msgid "The x-coordinate of the ending position when turning the extruder off."
msgstr "Współrzędna X końcowej pozycji ekstrudera podczas jego wyłączania."

View file

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Cura 5.1\n"
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
"POT-Creation-Date: 2023-11-24 12:51+0000\n"
"POT-Creation-Date: 2024-03-12 15:10+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"
@ -16,6 +16,14 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.2.4\n"
msgctxt "prime_tower_mode description"
msgid "<html>How to generate the prime tower:<ul><li><b>Normal:</b> create a bucket in which secondary materials are primed</li><li><b>Interleaved:</b> create a prime tower as sparse as possible. This will save time and filament, but is only possible if the used materials adhere to each other</li></ul></html>"
msgstr ""
msgctxt "brim_inside_margin description"
msgid "A brim around a model may touch an other model where you don't want it. This removes all brim within this distance from brimless models."
msgstr ""
msgctxt "ironing_inset description"
msgid "A distance to keep from the edges of the model. Ironing all the way to the edge of the mesh may result in a jagged edge on your print."
msgstr "Odległość utrzymywana od krawędzi modelu. Prasowanie do końca krawędzi siatki może powodować zadarte krawędzie na wydruku."
@ -60,10 +68,6 @@ msgctxt "machine_disallowed_areas description"
msgid "A list of polygons with areas the print head is not allowed to enter."
msgstr "Lista obszarów, we których głowica nie może się poruszać."
msgctxt "brim_inside_margin description"
msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes."
msgstr ""
msgctxt "support_tree_branch_reach_limit description"
msgid "A recomendation to how far branches can move from the points they support. Branches can violate this value to reach their destination (buildplate or a flat part of the model). Lowering this value will make the support more sturdy, but increase the amount of branches (and because of that material usage/print time) "
msgstr ""
@ -156,6 +160,10 @@ msgctxt "resolution description"
msgid "All settings that influence the resolution of the print. These settings have a large impact on the quality (and print time)"
msgstr "Wszystkie ustawienia, które wpływają na rozdzielczość druku. Ustawienia te mają ogromny wpływ na jakość (i czas druku)"
msgctxt "user_defined_print_order_enabled description"
msgid "Allows you to order the object list to manually set the print sequence. First object from the list will be printed first."
msgstr ""
msgctxt "alternate_extra_perimeter label"
msgid "Alternate Extra Wall"
msgstr "Zastosuj Dodatkową Ścianę"
@ -404,21 +412,21 @@ msgctxt "adhesion_type option brim"
msgid "Brim"
msgstr "Obrys"
msgctxt "brim_gap label"
msgid "Brim Distance"
msgctxt "brim_inside_margin label"
msgid "Brim Avoid Margin"
msgstr ""
msgctxt "brim_inside_margin label"
msgid "Brim Inside Avoid Margin"
msgctxt "brim_gap label"
msgid "Brim Distance"
msgstr ""
msgctxt "brim_line_count label"
msgid "Brim Line Count"
msgstr "Liczba Linii Obrysu"
msgctxt "brim_outside_only label"
msgid "Brim Only on Outside"
msgstr "Obrys Tylko na Zew"
msgctxt "brim_location label"
msgid "Brim Location"
msgstr ""
msgctxt "brim_replaces_support label"
msgid "Brim Replaces Support"
@ -460,6 +468,14 @@ msgctxt "build_volume_temperature label"
msgid "Build Volume Temperature"
msgstr "Temperatura obszaru roboczego"
msgctxt "bv_temp_anomaly_limit label"
msgid "Build Volume temperature Limit"
msgstr ""
msgctxt "bv_temp_warn_limit label"
msgid "Build Volume temperature Warning"
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."
msgstr ""
@ -872,6 +888,10 @@ msgctxt "cool_fan_enabled label"
msgid "Enable Print Cooling"
msgstr "Włącz Chłodzenie Wydruku"
msgctxt "ppr_enable label"
msgid "Enable Print Process Reporting"
msgstr ""
msgctxt "retraction_enable label"
msgid "Enable Retraction"
msgstr "Włącz Retrakcję"
@ -904,6 +924,10 @@ msgctxt "ooze_shield_enabled description"
msgid "Enable exterior ooze shield. This will create a shell around the model which is likely to wipe a second nozzle if it's at the same height as the first nozzle."
msgstr "Włączyć zewnętrzną osłonę. Powstanie powłoka wokół modelu, która będzie czyściła drugą dyszę, jeśli jest na tej samej wysokości, co pierwsza dysza."
msgctxt "ppr_enable description"
msgid "Enable print process reporting for setting threshold values for possible fault detection."
msgstr ""
msgctxt "small_skin_on_surface description"
msgid "Enable small (up to 'Small Top/Bottom Width') regions on the topmost skinned layer (exposed to air) to be filled with walls instead of the default pattern."
msgstr ""
@ -936,6 +960,10 @@ msgctxt "brim_replaces_support description"
msgid "Enforce brim to be printed around the model even if that space would otherwise be occupied by support. This replaces some regions of the first layer of support by brim regions."
msgstr "Wymuś drukowanie obrysu wokół modelu, nawet jeśli powierzchnia byłaby zajęta przez podpory. Zastępuje obszary podpór przez obrys. Dotyczy pierwszej warstwy."
msgctxt "brim_location option everywhere"
msgid "Everywhere"
msgstr ""
msgctxt "support_type option everywhere"
msgid "Everywhere"
msgstr "Wszędzie"
@ -1040,6 +1068,10 @@ msgctxt "speed_equalize_flow_width_factor label"
msgid "Flow Equalization Ratio"
msgstr ""
msgctxt "flow_anomaly_limit label"
msgid "Flow Limit"
msgstr ""
msgctxt "flow_rate_extrusion_offset_factor label"
msgid "Flow Rate Compensation Factor"
msgstr "Współczynnik kompensacji przepływu"
@ -1052,6 +1084,10 @@ msgctxt "material_flow_temp_graph label"
msgid "Flow Temperature Graph"
msgstr "Wykres Temp. Przepływu"
msgctxt "flow_warn_limit label"
msgid "Flow Warning"
msgstr ""
msgctxt "material_flow_layer_0 description"
msgid "Flow compensation for the first layer: the amount of material extruded on the initial layer is multiplied by this value."
msgstr "Kompensacja przepływu dla pierwszej warstwy: ilość materiału ekstrudowanego na pierwszej warstwie jest mnożona przez tę wartość."
@ -1444,10 +1480,22 @@ msgctxt "wall_transition_filter_distance description"
msgid "If it would be transitioning back and forth between different numbers of walls in quick succession, don't transition at all. Remove transitions if they are closer together than this distance."
msgstr ""
msgctxt "raft_base_margin description"
msgid "If the raft base is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print."
msgstr ""
msgctxt "raft_margin description"
msgid "If the raft is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print."
msgstr "Jeśli tratwa jest włączona, jest to dodatkowy obszar tratwy wokół modelu, który ma również tratwę. Zwiększenie marginesu wzmocni tratwę przy wykorzystaniu z większej ilości materiału i pozostawi mniej miejsca na wydruk."
msgctxt "raft_interface_margin description"
msgid "If the raft middle is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print."
msgstr ""
msgctxt "raft_surface_margin description"
msgid "If the raft top is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print."
msgstr ""
msgctxt "meshfix_union_all description"
msgid "Ignore the internal geometry arising from overlapping volumes within a mesh and print the volumes as one. This may cause unintended internal cavities to disappear."
msgstr "Zignoruj geometrię wewnętrzną wynikającą z nakładania się brył w siatce i wydrukuj ją jako jedną. Może to spowodować zniknięcie niezamierzonych wewnętrznych ubytków."
@ -1676,6 +1724,10 @@ msgctxt "wall_0_inset description"
msgid "Inset applied to the path of the outer wall. If the outer wall is smaller than the nozzle, and printed after the inner walls, use this offset to get the hole in the nozzle to overlap with the inner walls instead of the outside of the model."
msgstr "Wkład nałożony na ścieżkę zewnętrznej ściany. Jeśli zewnętrzna ścianka jest mniejsza niż dysza i jest drukowana po wewnętrznych ściankach, użyj tego przesunięcia, aby uzyskać otwór w dyszy, żeby nakładała się z wewnętrzną ścianą zamiast być na zewnątrz modelu."
msgctxt "brim_location option inside"
msgid "Inside Only"
msgstr ""
msgctxt "inset_direction option inside_out"
msgid "Inside To Outside"
msgstr ""
@ -1688,6 +1740,10 @@ msgctxt "support_interface_priority option interface_area_overwrite_support_area
msgid "Interface preferred"
msgstr ""
msgctxt "prime_tower_mode option interleaved"
msgid "Interleaved"
msgstr ""
msgctxt "interlocking_beam_layer_count label"
msgid "Interlocking Beam Layer Count"
msgstr ""
@ -1828,6 +1884,30 @@ msgctxt "support_tree_limit_branch_reach description"
msgid "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)"
msgstr ""
msgctxt "bv_temp_warn_limit description"
msgid "Limit on Build Volume Temperature warning for detection."
msgstr ""
msgctxt "bv_temp_anomaly_limit description"
msgid "Limit on Build Volume temperature Anomaly for detection."
msgstr ""
msgctxt "print_temp_anomaly_limit description"
msgid "Limit on Print Temperature anomaly for detection."
msgstr ""
msgctxt "print_temp_warn_limit description"
msgid "Limit on Print temperature warning for detection."
msgstr ""
msgctxt "flow_anomaly_limit description"
msgid "Limit on flow anomaly for detection."
msgstr ""
msgctxt "flow_warn_limit description"
msgid "Limit on the flow warning for detection."
msgstr ""
msgctxt "cutting_mesh description"
msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder."
msgstr "Potnij siatkę na części. Możesz to zrobić, aby stworzyć określone miejsca w jednej siatce, które będą drukowane z innymi ustawieniami, a nawet innym ekstruderem."
@ -1925,8 +2005,10 @@ msgid "Make the extruder prime position absolute rather than relative to the las
msgstr "Zmień pozycję końcową ekstrudera na bezwzględną, zamiast względem ostatniej pozycji głowicy."
msgctxt "layer_0_z_overlap description"
msgid "Make the first and second layer of the model overlap in the Z direction to compensate for the filament lost in the airgap. All models above the first model layer will be shifted down by this amount."
msgstr "Niech pierwsza i druga warstwa nachodzą na siebie w osi Z, aby skompensować stratę filamentu w szczelinie powietrznej. Wszystkie modele powyżej pierwszej warstwy modelu będą obniżone o tą wartość."
msgid ""
"Make the first and second layer of the model overlap in the Z direction to compensate for the filament lost in the airgap. All models above the first model layer will be shifted down by this amount.\n"
"It may be noted that sometimes the second layer is printed below initial layer because of this setting. This is intended behavior"
msgstr ""
msgctxt "meshfix description"
msgid "Make the meshes more suited for 3D printing."
@ -1952,10 +2034,18 @@ msgctxt "material label"
msgid "Material"
msgstr "Materiał"
msgctxt "material_brand label"
msgid "Material Brand"
msgstr ""
msgctxt "material_guid label"
msgid "Material GUID"
msgstr "GUID Materiału"
msgctxt "material_type label"
msgid "Material Type"
msgstr ""
msgctxt "max_extrusion_before_wipe label"
msgid "Material Volume Between Wipes"
msgstr "Objętość materiału między czyszczeniem"
@ -2232,6 +2322,10 @@ msgctxt "ironing_monotonic label"
msgid "Monotonic Ironing Order"
msgstr ""
msgctxt "raft_surface_monotonic label"
msgid "Monotonic Raft Top Surface Order"
msgstr ""
msgctxt "roofing_monotonic label"
msgid "Monotonic Top Surface Order"
msgstr ""
@ -2272,6 +2366,10 @@ msgctxt "magic_mesh_surface_mode option normal"
msgid "Normal"
msgstr "Normalny"
msgctxt "prime_tower_mode option normal"
msgid "Normal"
msgstr ""
msgctxt "support_structure option normal"
msgid "Normal"
msgstr ""
@ -2404,10 +2502,6 @@ msgctxt "ironing_only_highest_layer description"
msgid "Only perform ironing on the very last layer of the mesh. This saves time if the lower layers don't need a smooth surface finish."
msgstr "Przeprowadzaj prasowanie tylko na najwyższej warstwie siatki. Oszczędza to czas jeżeli niższe warstwy nie muszą mieć gładkie wykończenia powierzchni."
msgctxt "brim_outside_only description"
msgid "Only print the brim on the outside of the model. This reduces the amount of brim you need to remove afterwards, while it doesn't reduce the bed adhesion that much."
msgstr "Drukuj obrys tylko na zewnątrz modelu. Zmniejsza to liczbę obrysu, który trzeba usunąć po wydruku, podczas gdy nie zmniejsza znacząco przyczepności do stołu."
msgctxt "ooze_shield_angle label"
msgid "Ooze Shield Angle"
msgstr "Kąt Osłony Wycierającej"
@ -2468,6 +2562,10 @@ msgctxt "group_outer_walls description"
msgid "Outer walls of different islands in the same layer are printed in sequence. When enabled the amount of flow changes is limited because walls are printed one type at a time, when disabled the number of travels between islands is reduced because walls in the same islands are grouped."
msgstr "Zewnętrzne ściany różnych wysp w tej samej warstwie są drukowane sekwencyjnie. Gdy jest włączone, ilość zmian przepływu jest ograniczona, ponieważ ściany są drukowane po jednym rodzaju na raz. Gdy jest wyłączone, liczba podróży między wyspami jest zmniejszana, ponieważ ściany na tych samych wyspach są grupowane."
msgctxt "brim_location option outside"
msgid "Outside Only"
msgstr ""
msgctxt "inset_direction option outside_in"
msgid "Outside To Inside"
msgstr ""
@ -2548,6 +2646,10 @@ msgctxt "prime_tower_line_width label"
msgid "Prime Tower Line Width"
msgstr "Szerokość Linii Wieży Czyszczczenia"
msgctxt "prime_tower_max_bridging_distance label"
msgid "Prime Tower Maximum Bridging Distance"
msgstr ""
msgctxt "prime_tower_min_volume label"
msgid "Prime Tower Minimum Volume"
msgstr "Min. Objętość Wieży Czyszczącej"
@ -2564,6 +2666,10 @@ msgctxt "speed_prime_tower label"
msgid "Prime Tower Speed"
msgstr "Prędkość Wieży Czyszczenia"
msgctxt "prime_tower_mode label"
msgid "Prime Tower Type"
msgstr ""
msgctxt "prime_tower_position_x label"
msgid "Prime Tower X Position"
msgstr "Pozycja Wieży Czyszcz. X"
@ -2580,6 +2686,10 @@ msgctxt "jerk_print label"
msgid "Print Jerk"
msgstr "Zryw Druku"
msgctxt "ppr label"
msgid "Print Process Reporting"
msgstr ""
msgctxt "print_sequence label"
msgid "Print Sequence"
msgstr "Sekwencja Wydruku"
@ -2592,6 +2702,10 @@ msgctxt "fill_outline_gaps label"
msgid "Print Thin Walls"
msgstr "Drukuj Cienkie Linie"
msgctxt "brim_location description"
msgid "Print a brim on the outside of the model, inside, or both. Depending on the model, this helps reducing the amount of brim you need to remove afterwards, while ensuring a proper bed adhesion."
msgstr ""
msgctxt "prime_tower_enable description"
msgid "Print a tower next to the print which serves to prime the material after each nozzle switch."
msgstr "Wydrukuj wieżę obok wydruku, która służy do zmiany materiału po każdym przełączeniu dyszy."
@ -2612,6 +2726,10 @@ msgctxt "fill_outline_gaps description"
msgid "Print pieces of the model which are horizontally thinner than the nozzle size."
msgstr "Drukuj części modelu, które są poziomo cieńsze niż rozmiar dyszy."
msgctxt "raft_surface_monotonic description"
msgid "Print raft top surface lines in an ordering that causes them to always overlap with adjacent lines in a single direction. This takes slightly more time to print, but makes the surface look more consistent, which is also visible on the model bottom surface."
msgstr ""
msgctxt "bridge_skin_speed_2 description"
msgid "Print speed to use when printing the second bridge skin layer."
msgstr "Prędkość używana podczas drukowania drugiej warstwy skóry mostu."
@ -2620,6 +2738,14 @@ msgctxt "bridge_skin_speed_3 description"
msgid "Print speed to use when printing the third bridge skin layer."
msgstr "Prędkość używana podczas drukowania trzeciej warstwy skóry mostu."
msgctxt "print_temp_anomaly_limit label"
msgid "Print temperature Limit"
msgstr ""
msgctxt "print_temp_warn_limit label"
msgid "Print temperature Warning"
msgstr ""
msgctxt "infill_before_walls description"
msgid "Print the infill before printing the walls. Printing the walls first may lead to more accurate walls, but overhangs print worse. Printing the infill first leads to sturdier walls, but the infill pattern might sometimes show through the surface."
msgstr "Wydrukuj wypełnienie przed wydrukowaniem ścian. Drukowanie ścian jako pierwsze może prowadzić do bardziej dokładnych ścian, ale pogorszy zwisy. Drukowanie wypełnienia najpierw prowadzi do mocniejszych ścian, ale wzór wypełnienia może czasem być widoczny przez powierzchnię."
@ -2664,6 +2790,10 @@ msgctxt "raft_airgap label"
msgid "Raft Air Gap"
msgstr "Przerwa Tratwy"
msgctxt "raft_base_margin label"
msgid "Raft Base Extra Margin"
msgstr ""
msgctxt "raft_base_extruder_nr label"
msgid "Raft Base Extruder"
msgstr ""
@ -2692,6 +2822,10 @@ msgctxt "raft_base_speed label"
msgid "Raft Base Print Speed"
msgstr "Prędk. Druku Podst. Tratwy"
msgctxt "raft_base_smoothing label"
msgid "Raft Base Smoothing"
msgstr ""
msgctxt "raft_base_thickness label"
msgid "Raft Base Thickness"
msgstr "Grubość Podstawy Tratwy"
@ -2708,6 +2842,10 @@ msgctxt "raft_fan_speed label"
msgid "Raft Fan Speed"
msgstr "Prędk. Went. Tratwa"
msgctxt "raft_interface_margin label"
msgid "Raft Middle Extra Margin"
msgstr ""
msgctxt "raft_interface_extruder_nr label"
msgid "Raft Middle Extruder"
msgstr ""
@ -2736,6 +2874,10 @@ msgctxt "raft_interface_speed label"
msgid "Raft Middle Print Speed"
msgstr "Prędk. Druku Środka Tratwy"
msgctxt "raft_interface_smoothing label"
msgid "Raft Middle Smoothing"
msgstr ""
msgctxt "raft_interface_line_spacing label"
msgid "Raft Middle Spacing"
msgstr "Przerwy Środka Tratwy"
@ -2744,6 +2886,10 @@ msgctxt "raft_interface_thickness label"
msgid "Raft Middle Thickness"
msgstr "Grubość Środka Tratwy"
msgctxt "raft_interface_wall_count label"
msgid "Raft Middle Wall Count"
msgstr ""
msgctxt "raft_acceleration label"
msgid "Raft Print Acceleration"
msgstr "Przysp. Druku Tratwy"
@ -2760,6 +2906,10 @@ msgctxt "raft_smoothing label"
msgid "Raft Smoothing"
msgstr "Wygładzanie Tratwy"
msgctxt "raft_surface_margin label"
msgid "Raft Top Extra Margin"
msgstr ""
msgctxt "raft_surface_extruder_nr label"
msgid "Raft Top Extruder"
msgstr ""
@ -2792,10 +2942,22 @@ msgctxt "raft_surface_speed label"
msgid "Raft Top Print Speed"
msgstr "Prędk. Druku Góry Tratwy"
msgctxt "raft_surface_smoothing label"
msgid "Raft Top Smoothing"
msgstr ""
msgctxt "raft_surface_line_spacing label"
msgid "Raft Top Spacing"
msgstr "Przerwy Góra Tratwy"
msgctxt "raft_surface_wall_count label"
msgid "Raft Top Wall Count"
msgstr ""
msgctxt "raft_wall_count label"
msgid "Raft Wall Count"
msgstr ""
msgctxt "z_seam_type option random"
msgid "Random"
msgstr "Losowe"
@ -2848,10 +3010,22 @@ msgctxt "carve_multiple_volumes label"
msgid "Remove Mesh Intersection"
msgstr "Usuń Przecięcia Siatki"
msgctxt "raft_base_remove_inside_corners label"
msgid "Remove Raft Base Inside Corners"
msgstr ""
msgctxt "raft_remove_inside_corners label"
msgid "Remove Raft Inside Corners"
msgstr ""
msgctxt "raft_interface_remove_inside_corners label"
msgid "Remove Raft Middle Inside Corners"
msgstr ""
msgctxt "raft_surface_remove_inside_corners label"
msgid "Remove Raft Top Inside Corners"
msgstr ""
msgctxt "carve_multiple_volumes description"
msgid "Remove areas where multiple meshes are overlapping with each other. This may be used if merged dual material objects overlap with each other."
msgstr "Usuń obszary gdzie kilka siatek nakłada się na siebie. Może zostać użyte, jeżeli dwa obiekty do druku 2 materiałami nachodzą na siebie."
@ -2860,6 +3034,18 @@ msgctxt "remove_empty_first_layers description"
msgid "Remove empty layers beneath the first printed layer if they are present. Disabling this setting can cause empty first layers if the Slicing Tolerance setting is set to Exclusive or Middle."
msgstr "Usuń puste warstwy poniżej pierwszej drukowanej warstwy jeżeli takie występują. Wyłączenie tego ustawienia może powodować puste pierwsze warstwy jeżeli Tolerancja Cięcia jest ustawiona na Włącznie lub Środek."
msgctxt "raft_base_remove_inside_corners description"
msgid "Remove inside corners from the raft base, causing the raft to become convex."
msgstr ""
msgctxt "raft_interface_remove_inside_corners description"
msgid "Remove inside corners from the raft middle part, causing the raft to become convex."
msgstr ""
msgctxt "raft_surface_remove_inside_corners description"
msgid "Remove inside corners from the raft top part, causing the raft to become convex."
msgstr ""
msgctxt "raft_remove_inside_corners description"
msgid "Remove inside corners from the raft, causing the raft to become convex."
msgstr ""
@ -2880,6 +3066,10 @@ msgctxt "skin_outline_count description"
msgid "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material."
msgstr "Zastępuje najbardziej zewnętrzną część wzoru górnego/dolnego za pomocą kilku koncentrycznych linii. Korzystanie z jednej lub dwóch linii poprawia dachy, które zaczynają się na wypełnieniu."
msgctxt "ppr description"
msgid "Reporting events that go out of set thresholds"
msgstr ""
msgctxt "support_tree_rest_preference label"
msgid "Rest Preference"
msgstr ""
@ -2952,6 +3142,10 @@ msgctxt "z_seam_corner label"
msgid "Seam Corner Preference"
msgstr "Wybór Rogu Szwu"
msgctxt "user_defined_print_order_enabled label"
msgid "Set Print Sequence Manually"
msgstr "Ręczne ustawienie kolejności drukowania"
msgctxt "draft_shield_height_limitation description"
msgid "Set the height of the draft shield. Choose to print the draft shield at the full height of the model or at a limited height."
msgstr "Ustaw wysokość osłony przeciwwiatrowej. Wybierz czy drukować osłonę do pełnej wysokości modelu czy do określonej wysokości."
@ -3352,10 +3546,6 @@ msgctxt "support_interface_priority label"
msgid "Support Interface Priority"
msgstr ""
msgctxt "support_interface_skip_height label"
msgid "Support Interface Resolution"
msgstr "Rozdzielczość Połączenia Podpory"
msgctxt "speed_support_interface label"
msgid "Support Interface Speed"
msgstr "Prędk. Połączenia Podpór"
@ -3708,6 +3898,10 @@ msgctxt "magic_fuzzy_skin_point_dist description"
msgid "The average distance between the random points introduced on each line segment. Note that the original points of the polygon are discarded, so a high smoothness results in a reduction of the resolution. This value must be higher than half the Fuzzy Skin Thickness."
msgstr "Średnia odległość między losowymi punktami wprowadzonymi w każdym segmencie linii. Zwróć uwagę, że oryginalne punkty wielokąta są odrzucane, a zatem duża gładkość powoduje zmniejszenie rozdzielczości. Wartość ta musi być większa niż połowa Grubości Nierównej Skóry."
msgctxt "material_brand description"
msgid "The brand of material used."
msgstr ""
msgctxt "machine_acceleration description"
msgid "The default acceleration of print head movement."
msgstr "Domyślną przyspieszenie ruchu głowicy."
@ -4184,6 +4378,10 @@ msgctxt "jerk_travel description"
msgid "The maximum instantaneous velocity change with which travel moves are made."
msgstr "Maksymalna zmiana prędkości chwilowej z jaką wykonywane są ruchy jałowe."
msgctxt "prime_tower_max_bridging_distance description"
msgid "The maximum length of the branches which may be printed over the air."
msgstr ""
msgctxt "machine_max_feedrate_x description"
msgid "The maximum speed for the motor of the X-direction."
msgstr "Maksymalna prędkość silnika osi X."
@ -4296,6 +4494,18 @@ msgctxt "raft_base_wall_count description"
msgid "The number of contours to print around the linear pattern in the base layer of the raft."
msgstr ""
msgctxt "raft_interface_wall_count description"
msgid "The number of contours to print around the linear pattern in the middle layers of the raft."
msgstr ""
msgctxt "raft_surface_wall_count description"
msgid "The number of contours to print around the linear pattern in the top layers of the raft."
msgstr ""
msgctxt "raft_wall_count description"
msgid "The number of contours to print around the linear pattern of the raft."
msgstr ""
msgctxt "skin_edge_support_layers description"
msgid "The number of infill layers that supports skin edges."
msgstr ""
@ -4684,6 +4894,10 @@ msgctxt "machine_gcode_flavor description"
msgid "The type of g-code to be generated."
msgstr "Typ g-code, który ma być generowany."
msgctxt "material_type description"
msgid "The type of material used."
msgstr ""
msgctxt "coasting_volume description"
msgid "The volume otherwise oozed. This value should generally be close to the nozzle diameter cubed."
msgstr "Objętość materiału wyciekającego jest inna. Wartość ta powinna być zasadniczo zbliżona do średnicy dyszy do sześcianu."
@ -4732,10 +4946,22 @@ msgctxt "bridge_wall_coast description"
msgid "This controls the distance the extruder should coast immediately before a bridge wall begins. Coasting before the bridge starts can reduce the pressure in the nozzle and may produce a flatter bridge."
msgstr "Określa odległość, na jakiej ekstruder powinien wykonać rozbieg natychmiast przed rozpoczęciem ściany mostu. Rozbieg przed rozpoczęciem mostu może zredukować ciśnienie w dyszy i może stworzyć bardziej płaski most."
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."
msgstr ""
msgctxt "raft_interface_smoothing description"
msgid "This setting controls how much inner corners in the raft middle 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."
msgstr ""
msgctxt "raft_smoothing description"
msgid "This setting controls how much inner corners in the raft 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."
msgstr "To ustawienie kontroluje jak bardzo wewn. narożniki w zewn. krawędzi tratwy mają być zaokrąglone. Wew. narożniki są zaokrąglane do półokręgów o promieniu równym wartości podanej tutaj. To ustawienie usuwa także otwory w zewn. krawędzi tratwy, które są mniejsze niż taki okrąg."
msgctxt "raft_surface_smoothing description"
msgid "This setting controls how much inner corners in the raft top 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."
msgstr ""
msgctxt "retraction_count_max description"
msgid "This setting limits the number of retractions occurring within the minimum extrusion distance window. Further retractions within this window will be ignored. This avoids retracting repeatedly on the same piece of filament, as that can flatten the filament and cause grinding issues."
msgstr "To ustawienie ogranicza liczbę retrakcji występujących w oknie minimalnej długości ekstruzji. Dalsze retrakcje w tym oknie zostaną zignorowane. Pozwala to uniknąć wielokrotnych retrakcji na tym samym odcinku filamentu, ponieważ może to spłaszczyć filament i spowodować problemy z wyciskaniem filamentu."
@ -5096,10 +5322,6 @@ 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."
msgstr "Ściany, które wystają więcej niż zadany kont, zostaną wydrukowane przy użyciu ustawień wystających ścian. Gdy wartość wynosi 90, żadne ściany nie będą traktowane jako wystające. Zwis, który jest obsługiwany przez podpory, nie będzie również traktowany jako zwis."
msgctxt "support_interface_skip_height description"
msgid "When checking where there's model above and below the support, take steps of the given height. Lower values will slice slower, while higher values may cause normal support to be printed in some places where there should have been support interface."
msgstr "Sprawdzając, czy model znajduje się powyżej czy poniżej podpory, wykonaj stopnie o danej wysokości. Niższe wartości będą cięte wolniej, podczas gdy wyższe wartości mogą powodować drukowanie zwykłej podpory w niektórych miejscach, w których powinno istnieć połączenie."
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."
msgstr ""
@ -5492,42 +5714,26 @@ msgctxt "travel description"
msgid "travel"
msgstr "ruch jałowy"
msgctxt "gradual_flow_discretisation_step_size description"
msgid "Duration of each step in the gradual flow change"
msgstr ""
#~ msgctxt "user_defined_print_order_enabled description"
#~ msgid "Allows to order the object list to set the print sequence manually. First object from the list will be printed first."
#~ msgstr "Umożliwia ręczne ustawienie kolejności drukowania na liście obiektów. Pierwszy obiekt z listy zostanie wydrukowany jako pierwszy."
msgctxt "gradual_flow_enabled description"
msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops."
msgstr ""
#~ msgctxt "brim_outside_only label"
#~ msgid "Brim Only on Outside"
#~ msgstr "Obrys Tylko na Zew"
msgctxt "reset_flow_duration description"
msgid "For any travel move longer than this value, the material flow is reset to the paths target flow"
msgstr ""
#~ msgctxt "layer_0_z_overlap description"
#~ msgid "Make the first and second layer of the model overlap in the Z direction to compensate for the filament lost in the airgap. All models above the first model layer will be shifted down by this amount."
#~ msgstr "Niech pierwsza i druga warstwa nachodzą na siebie w osi Z, aby skompensować stratę filamentu w szczelinie powietrznej. Wszystkie modele powyżej pierwszej warstwy modelu będą obniżone o tą wartość."
msgctxt "gradual_flow_discretisation_step_size label"
msgid "Gradual flow discretisation step size"
msgstr ""
#~ msgctxt "brim_outside_only description"
#~ msgid "Only print the brim on the outside of the model. This reduces the amount of brim you need to remove afterwards, while it doesn't reduce the bed adhesion that much."
#~ msgstr "Drukuj obrys tylko na zewnątrz modelu. Zmniejsza to liczbę obrysu, który trzeba usunąć po wydruku, podczas gdy nie zmniejsza znacząco przyczepności do stołu."
msgctxt "gradual_flow_enabled label"
msgid "Gradual flow enabled"
msgstr ""
#~ msgctxt "support_interface_skip_height label"
#~ msgid "Support Interface Resolution"
#~ msgstr "Rozdzielczość Połączenia Podpory"
msgctxt "max_flow_acceleration label"
msgid "Gradual flow max acceleration"
msgstr ""
msgctxt "layer_0_max_flow_acceleration label"
msgid "Initial layer max flow acceleration"
msgstr ""
msgctxt "max_flow_acceleration description"
msgid "Maximum acceleration for gradual flow changes"
msgstr ""
msgctxt "layer_0_max_flow_acceleration description"
msgid "Minimum speed for gradual flow changes for the first layer"
msgstr ""
msgctxt "reset_flow_duration label"
msgid "Reset flow duration"
msgstr ""
#~ msgctxt "support_interface_skip_height description"
#~ msgid "When checking where there's model above and below the support, take steps of the given height. Lower values will slice slower, while higher values may cause normal support to be printed in some places where there should have been support interface."
#~ msgstr "Sprawdzając, czy model znajduje się powyżej czy poniżej podpory, wykonaj stopnie o danej wysokości. Niższe wartości będą cięte wolniej, podczas gdy wyższe wartości mogą powodować drukowanie zwykłej podpory w niektórych miejscach, w których powinno istnieć połączenie."

View file

@ -0,0 +1,54 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Uranium json setting files\n"
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
"POT-Creation-Date: 2024-03-11 11:28+0000\n"
"PO-Revision-Date: 2024-03-11 11:28+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: en\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
msgctxt "gradual_flow_discretisation_step_size description"
msgid "Duration of each step in the gradual flow change"
msgstr ""
msgctxt "gradual_flow_enabled description"
msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops."
msgstr ""
msgctxt "reset_flow_duration description"
msgid "For any travel move longer than this value, the material flow is reset to the paths target flow"
msgstr ""
msgctxt "gradual_flow_discretisation_step_size label"
msgid "Gradual flow discretisation step size"
msgstr ""
msgctxt "gradual_flow_enabled label"
msgid "Gradual flow enabled"
msgstr ""
msgctxt "max_flow_acceleration label"
msgid "Gradual flow max acceleration"
msgstr ""
msgctxt "layer_0_max_flow_acceleration label"
msgid "Initial layer max flow acceleration"
msgstr ""
msgctxt "max_flow_acceleration description"
msgid "Maximum acceleration for gradual flow changes"
msgstr ""
msgctxt "layer_0_max_flow_acceleration description"
msgid "Minimum speed for gradual flow changes for the first layer"
msgstr ""
msgctxt "reset_flow_duration label"
msgid "Reset flow duration"
msgstr ""

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Cura 5.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-31 19:13+0100\n"
"POT-Creation-Date: 2024-03-13 09:02+0100\n"
"PO-Revision-Date: 2023-11-19 19:51+0100\n"
"Last-Translator: Cláudio Sampaio <patola@gmail.com>\n"
"Language-Team: Cláudio Sampaio <patola@gmail.com>\n"
@ -123,6 +123,10 @@ msgctxt "@title:menu menubar:file"
msgid "&Save Project..."
msgstr "&Salvar Projeto..."
msgctxt "@title:menu menubar:file Don't translate 'Universal Cura Project'"
msgid "&Save Universal Cura Project..."
msgstr ""
msgctxt "@title:menu menubar:toplevel"
msgid "&Settings"
msgstr "Aju&stes"
@ -267,6 +271,10 @@ msgid_plural "A cloud connection is not available for some printers"
msgstr[0] "Conexão de nuvem não está disponível para uma impressora"
msgstr[1] "Conexão de nuvem não está disponível para algumas impressoras"
msgctxt "@text"
msgid "A highly dense and strong part but at a slower print time. Great for functional parts."
msgstr ""
msgctxt "@message"
msgid "A print is still in progress. Cura cannot start another print via USB until the previous print has completed."
msgstr "Uma impressão ainda está em progresso. O Cura não pode iniciar outra impressão via USB até que a impressão anterior tenha completado."
@ -501,10 +509,18 @@ msgctxt "@label"
msgid "Anonymous"
msgstr "Anônimo"
msgctxt "@option:radio"
msgid "Anonymous crash reports"
msgstr ""
msgctxt "@label Description for application component"
msgid "Application framework"
msgstr "Framework de Aplicações"
msgctxt "@title:column"
msgid "Applies on"
msgstr ""
msgctxt "@label"
msgid "Apply Extruder offsets to GCode"
msgstr "Aplicar deslocamentos de Extrusão ao G-Code"
@ -691,6 +707,10 @@ msgctxt "@info:status"
msgid "Calculated"
msgstr "Calculado"
msgctxt "@window:text"
msgid "Camera navigation:"
msgstr ""
msgctxt "@window:text"
msgid "Camera rendering:"
msgstr "Renderização de câmera:"
@ -1426,6 +1446,10 @@ msgctxt "@label"
msgid "Draft"
msgstr "Rascunho"
msgctxt "@action:inmenu menubar:edit"
msgid "Drop All Models to buildplate"
msgstr ""
msgctxt "@action:button"
msgid "Duplicate"
msgstr "Duplicar"
@ -1552,6 +1576,10 @@ msgctxt "@action:inmenu menubar:file"
msgid "Export Selection..."
msgstr "Exportar Seleção..."
msgctxt "@title:window Don't translate 'Universal Cura Project'"
msgid "Export Universal Cura Project"
msgstr ""
msgctxt "@button"
msgid "Export material archive"
msgstr "Exportar arquivo de material"
@ -1585,10 +1613,23 @@ msgctxt "@title:label"
msgid "Extruder End G-code"
msgstr "G-Code Final do Extrusor"
msgctxt "@label"
msgid "Extruder End G-code duration"
msgstr ""
msgctxt "@title:label"
msgid "Extruder Start G-code"
msgstr "G-Code Inicial do Extrusor"
msgctxt "@label"
msgid "Extruder Start G-code duration"
msgstr ""
#, python-brace-format
msgctxt "@label"
msgid "Extruder {0}"
msgstr ""
msgctxt "@info:title"
msgid "Extruder(s) Disabled"
msgstr "Extrusor(es) Desabilitado(s)"
@ -1655,6 +1696,11 @@ msgctxt "@message:title"
msgid "Failed to save material archive"
msgstr "Falha em salvar o arquivo de materiais"
#, python-brace-format
msgctxt "@info:status"
msgid "Failed writing to specific cloud printer: {0} not in remote clusters."
msgstr ""
msgctxt "@label:category menu label"
msgid "Favorites"
msgstr "Favoritos"
@ -1796,6 +1842,9 @@ msgctxt "@option:check"
msgid "Force layer view compatibility mode (restart required)"
msgstr "Forçar modo de compatibilidade da visão de camadas (requer reinício)"
msgid "FreeCAD trackpad"
msgstr ""
msgctxt "@action:inmenu menubar:view"
msgid "Front View"
msgstr "Visão Frontal"
@ -1884,6 +1933,10 @@ msgctxt "@action"
msgid "Get started"
msgstr "Começar"
msgctxt "@label"
msgid "Global"
msgstr ""
msgctxt "@title:tab"
msgid "Global Settings"
msgstr "Ajustes globais"
@ -1933,6 +1986,10 @@ msgctxt "@label"
msgid "Hide all connected printers"
msgstr "Omitir todas as impressoras conectadas"
msgctxt "@action:button"
msgid "Hide settings"
msgstr ""
msgctxt "@action:menu"
msgid "Hide this setting"
msgstr "Ocultar este ajuste"
@ -2009,6 +2066,10 @@ msgctxt "@button"
msgid "In order to use the package you will need to restart Cura"
msgstr "Para usar o pacote você precisará reiniciar o Cura"
msgctxt "@option:radio"
msgid "Include UltiMaker account name"
msgstr ""
msgctxt "@label"
msgid "Infill"
msgstr "Preenchimento"
@ -2712,6 +2773,10 @@ msgctxt "@message"
msgid "No results found with current filter"
msgstr "Não há resultados encontrados com o filtro atual"
msgctxt "@label"
msgid "No specific value has been set"
msgstr ""
msgctxt "@label"
msgid "No time estimation available"
msgstr "Sem estimativa de tempo disponível"
@ -2813,6 +2878,10 @@ msgctxt "@info:status"
msgid "Only one G-code file can be loaded at a time. Skipped importing {0}"
msgstr "Somente um arquivo G-Code pode ser carregado por vez. Pulando importação de {0}"
msgctxt "@message"
msgid "Oops! We encountered an unexpected error during your slicing process. Rest assured, we've automatically received the crash logs for analysis, if you have not disabled data sharing in your preferences. To assist us further, consider sharing your project details on our issue tracker."
msgstr ""
msgctxt "@action:button"
msgid "Open"
msgstr "Abrir"
@ -2841,10 +2910,22 @@ msgctxt "@info:title"
msgid "Open Project File"
msgstr "Abrir Arquivo de Projeto"
msgctxt "@title:window Don't translate 'Universal Cura Project'"
msgid "Open Universal Cura Project (UCP)"
msgstr ""
msgctxt "@title:window Don't translate 'Universal Cura Project'"
msgid "Open Universal Cura Project (UCP) file"
msgstr ""
msgctxt "@action:label"
msgid "Open With"
msgstr "Abrir Com"
msgctxt "@action:button"
msgid "Open as UCP"
msgstr ""
msgctxt "@action:button"
msgid "Open as project"
msgstr "Abrir como projeto"
@ -3061,6 +3142,10 @@ msgctxt "@description"
msgid "Please sign in to get verified plugins and materials for UltiMaker Cura Enterprise"
msgstr "Por favor se logue para adquirir complementos e materiais verificados para o UltiMaker Cura Enterprise"
msgctxt "@info:tooltip"
msgid "Please sign in to your UltiMaker account to allow sending non-anonymous data."
msgstr ""
msgctxt "@action:button"
msgid "Please sync the material profiles with your printers before starting to print."
msgstr "Por favor sincronize os perfis de material com suas impressoras antes de começar a imprimir."
@ -3157,6 +3242,14 @@ msgctxt "@action:button"
msgid "Print"
msgstr "Imprimir"
msgctxt "@action:inmenu menubar:edit"
msgid "Print After"
msgstr "Imprimir depois"
msgctxt "@action:inmenu menubar:edit"
msgid "Print Before"
msgstr "Imprimir antes"
msgctxt "@label"
msgid "Print Selected Model With:"
msgid_plural "Print Selected Models With:"
@ -3463,8 +3556,8 @@ msgid "Provides support for reading model files."
msgstr "Provê suporta a ler arquivos de modelo."
msgctxt "description"
msgid "Provides support for writing 3MF files."
msgstr "Provê suporte à escrita de arquivos 3MF."
msgid "Provides support for writing 3MF and UCP files."
msgstr ""
msgctxt "description"
msgid "Provides support for writing MakerBot Format Packages."
@ -3708,8 +3801,12 @@ msgid "Save Cura project"
msgstr "Salvar o projeto Cura"
msgctxt "@option"
msgid "Save Cura project and print file"
msgstr "Salvar o projeto Cura e imprimir o arquivo"
msgid "Save Cura project and .makerbot print file"
msgstr ""
msgctxt "@option"
msgid "Save Cura project and .ufp print file"
msgstr ""
msgctxt "@title:window"
msgid "Save Custom Profile"
@ -3735,6 +3832,10 @@ msgctxt "@button"
msgid "Save new profile"
msgstr "Salvar novo perfil"
msgctxt "@action:button"
msgid "Save project"
msgstr ""
msgctxt "@text"
msgid "Save the .umm file on a USB stick."
msgstr "Grava o arquivo .umm em um pendrive USB."
@ -3838,6 +3939,18 @@ msgctxt "@action:button"
msgid "Send crash report to UltiMaker"
msgstr "Enviar relatório de falha à UltiMaker"
msgctxt "@info:tooltip"
msgid "Send crash reports with your registered UltiMaker account name and the project name to UltiMaker Sentry. No actual model data is being send."
msgstr ""
msgctxt "@info:tooltip"
msgid "Send crash reports without any personally identifiable information or models data to UltiMaker."
msgstr ""
msgctxt "@option:check"
msgid "Send engine crash reports"
msgstr ""
msgctxt "@action:button"
msgid "Send report"
msgstr "Enviar relatório"
@ -3890,6 +4003,10 @@ msgctxt "@title:tab"
msgid "Settings"
msgstr "Ajustes"
msgctxt "@action:label"
msgid "Settings Loaded from UCP file"
msgstr ""
msgctxt "@info:message Followed by a list of settings."
msgid "Settings have been changed to match the current availability of extruders:"
msgstr "Os ajustes foram alterados para seguir a disponibilidade de extrusores atuais:"
@ -3958,6 +4075,10 @@ msgctxt "@info:tooltip"
msgid "Should opening files from the desktop or external applications open in the same instance of Cura?"
msgstr "Arquivos da área de trabalho ou de aplicações externas devem ser abertos na mesma instância do Cura?"
msgctxt "@info:tooltip"
msgid "Should slicing crashes be automatically reported to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored, unless you give explicit permission."
msgstr ""
msgctxt "@info:tooltip"
msgid "Should the build plate be cleared before loading a new model in the single instance of Cura?"
msgstr "A plataforma de construção deve ser esvaziada antes de carregar um modelo novo na instância única do Cura?"
@ -4014,6 +4135,10 @@ msgctxt "@action:button"
msgid "Show detailed crash report"
msgstr "Exibir relatório de falha detalhado"
msgctxt "@action:button"
msgid "Show settings"
msgstr ""
msgctxt "@option:check"
msgid "Show summary dialog when saving project"
msgstr "Exibir diálogo de resumo ao salvar projeto"
@ -4090,10 +4215,6 @@ msgctxt "@message:title"
msgid "Slicing failed"
msgstr "Fatiamento falhado"
msgctxt "@message"
msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker."
msgstr "O fatiamento falhou com um erro não esperado. Por favor considere relatar um bug em nosso issue tracker."
msgctxt "@label:PrintjobStatus"
msgid "Slicing..."
msgstr "Fatiando..."
@ -4102,6 +4223,10 @@ msgctxt "@action:label"
msgid "Smoothing"
msgstr "Suavização"
msgctxt "@label"
msgid "Solid"
msgstr ""
msgctxt "name"
msgid "Solid View"
msgstr "Visão Sólida"
@ -4227,10 +4352,26 @@ msgctxt "@info:status"
msgid "Successfully imported profile {0}."
msgstr "Perfil {0} importado com sucesso."
msgctxt "@action:label"
msgid "Suggested Material settings"
msgstr ""
msgctxt "@action:label"
msgid "Suggested Profile settings"
msgstr ""
msgctxt "@action:title"
msgid "Summary - Cura Project"
msgstr "Resumo - Projeto do Cura"
msgctxt "@action:title Don't translate 'Universal Cura Project'"
msgid "Summary - Open Universal Cura Project (UCP)"
msgstr ""
msgctxt "@action:title Don't translate 'Universal Cura Project'"
msgid "Summary - Universal Cura Project"
msgstr ""
msgctxt "@label"
msgid "Support"
msgstr "Suporte"
@ -4610,6 +4751,10 @@ msgctxt "@label"
msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile."
msgstr "Esta configuração não está disponível porque %1 não foi reconhecido. Por favor visite %2 para baixar o perfil de materil correto."
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 ""
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?"
msgstr "Este é um arquivo de projeto do Cura. Gostaria de abri-lo como um projeto ou importar os modelos dele?"
@ -4699,6 +4844,14 @@ msgctxt "@label"
msgid "This setting is resolved from conflicting extruder-specific values:"
msgstr "Este ajuste é resolvido dos valores conflitante específicos de extrusor:"
msgctxt "@tooltip Don't translate 'Universal Cura Project'"
msgid "This setting may not perform well while exporting to Universal Cura Project, Users are asked to add it at their own risk."
msgstr ""
msgctxt "@tooltip Don't translate 'Universal Cura Project'"
msgid "This setting may not perform well while exporting to Universal Cura Project. Users are asked to add it at their own risk."
msgstr ""
msgctxt "@info:warning"
msgid "This version is not intended for production use. If you encounter any issues, please report them on our GitHub page, mentioning the full version {self.getVersion()}"
msgstr "Esta versão não é pretendida para uso em produção. Se você encontrar quaisquer problemas, por favor relate-os na nossa página de GitHub, mencionando a versão completa {self.getVersion()}"
@ -4930,6 +5083,11 @@ msgctxt "@info"
msgid "Unable to start a new sign in process. Check if another sign in attempt is still active."
msgstr "Não foi possível iniciar processo de login. Verifique se outra tentativa de login ainda está ativa."
#, python-brace-format
msgctxt "@info:error"
msgid "Unable to write to file: {0}"
msgstr ""
msgctxt "@label:status"
msgid "Unavailable"
msgstr "Indisponível"
@ -4950,6 +5108,14 @@ msgctxt "@title:column Unit of measurement"
msgid "Unit"
msgstr "Unidade"
msgctxt "@item:inlistbox"
msgid "Universal Cura Project"
msgstr ""
msgctxt "@action:description Don't translate 'Universal Cura Project'"
msgid "Universal Cura Project files can be printed on different 3D printers while retaining positional data and selected settings. When exported, all models present on the build plate will be included along with their current position, orientation, and scale. You can also select which per-extruder or per-model settings should be included to ensure proper printing."
msgstr ""
msgctxt "@label Description for development tool"
msgid "Universal build system configuration"
msgstr "Configuração de sistema universal de construção"
@ -5139,6 +5305,10 @@ msgctxt "description"
msgid "Upgrades configurations from Cura 5.4 to Cura 5.5."
msgstr "Atualiza configurações do Cura 5.4 para o Cura 5.5."
msgctxt "description"
msgid "Upgrades configurations from Cura 5.6 to Cura 5.7."
msgstr ""
msgctxt "@action:button"
msgid "Upload custom Firmware"
msgstr "Carregar Firmware personalizado"
@ -5171,6 +5341,10 @@ msgctxt "@label Description for application dependency"
msgid "Utility library, including Voronoi generation"
msgstr "Biblioteca de utilidade, incluindo geração Voronoi"
msgctxt "@title:column"
msgid "Value"
msgstr ""
msgctxt "name"
msgid "Version Upgrade 2.1 to 2.2"
msgstr "Atualização de Versão de 2.1 para 2.2"
@ -5275,6 +5449,10 @@ msgctxt "name"
msgid "Version Upgrade 5.4 to 5.5"
msgstr "Atualização de Versão de 5.4 para 5.5"
msgctxt "name"
msgid "Version Upgrade 5.6 to 5.7"
msgstr ""
msgctxt "@button"
msgid "View printers in Digital Factory"
msgstr "Ver impressoras na Digital Factory"
@ -5352,6 +5530,10 @@ msgctxt "@label"
msgid "What printer would you like to setup?"
msgstr "Que impressora você gostaria de configurar?"
msgctxt "@info:tooltip"
msgid "What type of camera navigation should be used?"
msgstr ""
msgctxt "@info:tooltip"
msgid "What type of camera rendering should be used?"
msgstr "Que tipo de renderização de câmera deve ser usada?"
@ -5565,6 +5747,10 @@ msgctxt "@label"
msgid "mm"
msgstr "mm"
msgctxt "@label"
msgid "s"
msgstr ""
msgctxt "@info:status"
msgid "today"
msgstr "hoje"
@ -5633,10 +5819,22 @@ msgstr "{} complementos falharam em baixar"
#~ msgid "Material profiles not installed"
#~ msgstr "Perfis de material não instalados"
#~ msgctxt "description"
#~ msgid "Provides support for writing 3MF files."
#~ msgstr "Provê suporte à escrita de arquivos 3MF."
#~ msgctxt "@option"
#~ msgid "Save Cura project and print file"
#~ msgstr "Salvar o projeto Cura e imprimir o arquivo"
#~ msgctxt "@info:title"
#~ msgid "Simulation View"
#~ msgstr "Visão Simulada"
#~ msgctxt "@message"
#~ msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker."
#~ msgstr "O fatiamento falhou com um erro não esperado. Por favor considere relatar um bug em nosso issue tracker."
#~ msgctxt "@label"
#~ msgid "The material used in this project is currently not installed in Cura.<br/>Install the material profile and reopen the project."
#~ msgstr "O material usado neste projeto não está instalado atualmente no Cura.<br/>Instale o perfil de material e reabra o projeto."

View file

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Cura 5.1\n"
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
"POT-Creation-Date: 2023-06-08 16:32+0000\n"
"POT-Creation-Date: 2024-03-11 11:28+0000\n"
"PO-Revision-Date: 2021-04-11 17:09+0200\n"
"Last-Translator: Cláudio Sampaio <patola@gmail.com>\n"
"Language-Team: Cláudio Sampaio <patola@gmail.com>\n"
@ -45,6 +45,10 @@ msgctxt "machine_extruder_end_code label"
msgid "Extruder End G-Code"
msgstr "G-Code Final do Extrusor"
msgctxt "machine_extruder_end_code_duration label"
msgid "Extruder End G-Code Duration"
msgstr ""
msgctxt "machine_extruder_end_pos_abs label"
msgid "Extruder End Position Absolute"
msgstr "Posição Absoluta Final do Extrusor"
@ -77,6 +81,10 @@ msgctxt "machine_extruder_start_code label"
msgid "Extruder Start G-Code"
msgstr "G-Code Inicial do Extrusor"
msgctxt "machine_extruder_start_code_duration label"
msgid "Extruder Start G-Code Duration"
msgstr ""
msgctxt "machine_extruder_start_pos_abs label"
msgid "Extruder Start Position Absolute"
msgstr "Posição Absoluta de Início do Extrusor"
@ -161,6 +169,14 @@ msgctxt "machine_extruder_cooling_fan_number description"
msgid "The number of the print cooling fan associated with this extruder. Only change this from the default value of 0 when you have a different print cooling fan for each extruder."
msgstr "O número da ventoinha de refrigeração da impressão associada a este extrusor. Somente altere o valor default 0 quando você tiver uma ventoinha diferente para cada extrusor."
msgctxt "machine_extruder_end_code_duration description"
msgid "The time it takes to execute the end g-code, when switching away from this extruder."
msgstr ""
msgctxt "machine_extruder_start_code_duration description"
msgid "The time it'll take to execute the start g-code, when switching to this extruder."
msgstr ""
msgctxt "machine_extruder_end_pos_x description"
msgid "The x-coordinate of the ending position when turning the extruder off."
msgstr "A coordenada X da posição final do extrusor quando se o desliga."

View file

@ -1,12 +1,12 @@
# Cura
# Copyright (C) 2022 Ultimaker B.V.
# This file is distributed under the same license as the Cura package.
#
#
msgid ""
msgstr ""
"Project-Id-Version: Cura 5.0\n"
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
"POT-Creation-Date: 2023-11-24 12:51+0000\n"
"POT-Creation-Date: 2024-03-12 15:10+0000\n"
"PO-Revision-Date: 2023-11-22 17:17+0100\n"
"Last-Translator: Cláudio Sampaio <patola@gmail.com>\n"
"Language-Team: Cláudio Sampaio <patola@gmail.com>\n"
@ -17,6 +17,14 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Poedit 3.4.1\n"
msgctxt "prime_tower_mode description"
msgid "<html>How to generate the prime tower:<ul><li><b>Normal:</b> create a bucket in which secondary materials are primed</li><li><b>Interleaved:</b> create a prime tower as sparse as possible. This will save time and filament, but is only possible if the used materials adhere to each other</li></ul></html>"
msgstr ""
msgctxt "brim_inside_margin description"
msgid "A brim around a model may touch an other model where you don't want it. This removes all brim within this distance from brimless models."
msgstr ""
msgctxt "ironing_inset description"
msgid "A distance to keep from the edges of the model. Ironing all the way to the edge of the mesh may result in a jagged edge on your print."
msgstr "A distância a manter das arestas do modelo. Passar a ferro as arestas da malha podem resultar em um aspecto entalhado da sua peça."
@ -61,10 +69,6 @@ msgctxt "machine_disallowed_areas description"
msgid "A list of polygons with areas the print head is not allowed to enter."
msgstr "Uma lista de polígonos com áreas em que a cabeça de impressão é proibida de entrar."
msgctxt "brim_inside_margin description"
msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes."
msgstr "Uma peça completamente contida em outra peça pode gerar um brim externo que toca o interior da outra parte. Este ajuste remove todo o brim dentro desta distância dos buracos internos."
msgctxt "support_tree_branch_reach_limit description"
msgid "A recomendation to how far branches can move from the points they support. Branches can violate this value to reach their destination (buildplate or a flat part of the model). Lowering this value will make the support more sturdy, but increase the amount of branches (and because of that material usage/print time) "
msgstr "Uma recomendação de quão distante galhos podem se mover dos pontos que eles suportam. Os galhos podem violar este valor para alcançar seu destino (plataforma de impressão ou parte chata do modelo). Abaixar este valor pode fazer o suporte ficar mais estável, mas aumentará o número de galhos (e por causa disso, ambos o uso de material e o tempo de impressão) "
@ -157,6 +161,10 @@ msgctxt "resolution description"
msgid "All settings that influence the resolution of the print. These settings have a large impact on the quality (and print time)"
msgstr "Todos os ajustes que influenciam a resolução da impressão. Estes ajustes têm um impacto maior na qualidade (e tempo de impressão)"
msgctxt "user_defined_print_order_enabled description"
msgid "Allows you to order the object list to manually set the print sequence. First object from the list will be printed first."
msgstr ""
msgctxt "alternate_extra_perimeter label"
msgid "Alternate Extra Wall"
msgstr "Alternar Parede Adicional"
@ -405,21 +413,21 @@ msgctxt "adhesion_type option brim"
msgid "Brim"
msgstr "Brim"
msgctxt "brim_inside_margin label"
msgid "Brim Avoid Margin"
msgstr ""
msgctxt "brim_gap label"
msgid "Brim Distance"
msgstr "Distância do Brim"
msgctxt "brim_inside_margin label"
msgid "Brim Inside Avoid Margin"
msgstr "Brim Dentro da Margem a Evitar"
msgctxt "brim_line_count label"
msgid "Brim Line Count"
msgstr "Contagem de Linhas do Brim"
msgctxt "brim_outside_only label"
msgid "Brim Only on Outside"
msgstr "Brim Somente Para Fora"
msgctxt "brim_location label"
msgid "Brim Location"
msgstr ""
msgctxt "brim_replaces_support label"
msgid "Brim Replaces Support"
@ -461,6 +469,14 @@ msgctxt "build_volume_temperature label"
msgid "Build Volume Temperature"
msgstr "Temperatura do Volume de Impressão"
msgctxt "bv_temp_anomaly_limit label"
msgid "Build Volume temperature Limit"
msgstr ""
msgctxt "bv_temp_warn_limit label"
msgid "Build Volume temperature Warning"
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."
msgstr "Ao habilitar este ajuste sua torre de purga ganhará um brim, mesmo que o modelo não tenha. Se você quiser uma base mais firme para uma torre alta, pode aumentar a altura."
@ -873,6 +889,10 @@ msgctxt "cool_fan_enabled label"
msgid "Enable Print Cooling"
msgstr "Habilitar Refrigeração de Impressão"
msgctxt "ppr_enable label"
msgid "Enable Print Process Reporting"
msgstr ""
msgctxt "retraction_enable label"
msgid "Enable Retraction"
msgstr "Habilitar Retração"
@ -905,6 +925,10 @@ msgctxt "ooze_shield_enabled description"
msgid "Enable exterior ooze shield. This will create a shell around the model which is likely to wipe a second nozzle if it's at the same height as the first nozzle."
msgstr "Habilita a cobertura exterior de escorrimento. Isso criará uma casca ou cobertura em volta do modelo que ajudará a limpar o segundo bico se estiver na mesma altura do primeiro bico."
msgctxt "ppr_enable description"
msgid "Enable print process reporting for setting threshold values for possible fault detection."
msgstr ""
msgctxt "small_skin_on_surface description"
msgid "Enable small (up to 'Small Top/Bottom Width') regions on the topmost skinned layer (exposed to air) to be filled with walls instead of the default pattern."
msgstr "Habilita pequenas regiões (até a 'Largura de Teto/Base Pequenos') na camada superior com contorno (exposta ao ar) pra serem preenchidas com paredes ao invés do padrão default."
@ -937,6 +961,10 @@ msgctxt "brim_replaces_support description"
msgid "Enforce brim to be printed around the model even if that space would otherwise be occupied by support. This replaces some regions of the first layer of support by brim regions."
msgstr "Força que o brim seja impresso em volta do modelo mesmo se este espaço fosse ser ocupado por suporte. Isto substitui algumas regiões da primeira camada de suporte por regiões de brim."
msgctxt "brim_location option everywhere"
msgid "Everywhere"
msgstr ""
msgctxt "support_type option everywhere"
msgid "Everywhere"
msgstr "Em Todo Lugar"
@ -1041,6 +1069,10 @@ msgctxt "speed_equalize_flow_width_factor label"
msgid "Flow Equalization Ratio"
msgstr "Raio de Equalização de Fluxo"
msgctxt "flow_anomaly_limit label"
msgid "Flow Limit"
msgstr ""
msgctxt "flow_rate_extrusion_offset_factor label"
msgid "Flow Rate Compensation Factor"
msgstr "Fator de Compensação da Taxa de Fluxo"
@ -1053,6 +1085,10 @@ msgctxt "material_flow_temp_graph label"
msgid "Flow Temperature Graph"
msgstr "Gráfico de Fluxo de Temperatura"
msgctxt "flow_warn_limit label"
msgid "Flow Warning"
msgstr ""
msgctxt "material_flow_layer_0 description"
msgid "Flow compensation for the first layer: the amount of material extruded on the initial layer is multiplied by this value."
msgstr "Compensação de fluxo para a primeira camada; a quantidade de material extrudado na camada inicial é multiplicada por este valor."
@ -1445,10 +1481,22 @@ msgctxt "wall_transition_filter_distance description"
msgid "If it would be transitioning back and forth between different numbers of walls in quick succession, don't transition at all. Remove transitions if they are closer together than this distance."
msgstr "Se for detectado que a cabeça de impressão estaria alternando em rápida sucessão entre números diferentes de parede, não fazer tal alternação. Remove transições se elas estiverem próximas até essa distância."
msgctxt "raft_base_margin description"
msgid "If the raft base is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print."
msgstr ""
msgctxt "raft_margin description"
msgid "If the raft is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print."
msgstr "Se o Raft estiver habilitado, esta é a área extra do raft em volta do modelo que também faz parte dele. Aumentar esta margem criará um raft mais forte mas também gastará mais material e deixará menos área para sua impressão."
msgctxt "raft_interface_margin description"
msgid "If the raft middle is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print."
msgstr ""
msgctxt "raft_surface_margin description"
msgid "If the raft top is enabled, this is the extra raft area around the model which is also given a raft. Increasing this margin will create a stronger raft while using more material and leaving less area for your print."
msgstr ""
msgctxt "meshfix_union_all description"
msgid "Ignore the internal geometry arising from overlapping volumes within a mesh and print the volumes as one. This may cause unintended internal cavities to disappear."
msgstr "Ignora a geometria interna de volumes sobrepostos dentro de uma malha e imprime os volumes como um único volume. Isto pode ter o efeito não-intencional de fazer cavidades desaparecerem."
@ -1677,6 +1725,10 @@ msgctxt "wall_0_inset description"
msgid "Inset applied to the path of the outer wall. If the outer wall is smaller than the nozzle, and printed after the inner walls, use this offset to get the hole in the nozzle to overlap with the inner walls instead of the outside of the model."
msgstr "Penetração adicional aplicada ao caminho da parede externa. Se a parede externa for menor que o bico, e impressa depois das paredes internas, use este deslocamento para fazer o orifício do bico se sobrepor às paredes internas ao invés de ao lado de fora do modelo."
msgctxt "brim_location option inside"
msgid "Inside Only"
msgstr ""
msgctxt "inset_direction option inside_out"
msgid "Inside To Outside"
msgstr "De Dentro Pra Fora"
@ -1689,6 +1741,10 @@ msgctxt "support_interface_priority option interface_area_overwrite_support_area
msgid "Interface preferred"
msgstr "Interface preferida"
msgctxt "prime_tower_mode option interleaved"
msgid "Interleaved"
msgstr ""
msgctxt "interlocking_beam_layer_count label"
msgid "Interlocking Beam Layer Count"
msgstr "Contagem de Camadas das Vigas Interligadas"
@ -1829,6 +1885,30 @@ msgctxt "support_tree_limit_branch_reach description"
msgid "Limit how far each branch should travel from the point it supports. This can make the support more sturdy, but will increase the amount of branches (and because of that material usage/print time)"
msgstr "Limita quão longe cada galho deve percorrer do ponto que ele suporta. Isto pode fazer o suporte mais estável, mas aumentará a quantidade de galhos (e por causa disso, uso de material e tempo de impressão)"
msgctxt "bv_temp_warn_limit description"
msgid "Limit on Build Volume Temperature warning for detection."
msgstr ""
msgctxt "bv_temp_anomaly_limit description"
msgid "Limit on Build Volume temperature Anomaly for detection."
msgstr ""
msgctxt "print_temp_anomaly_limit description"
msgid "Limit on Print Temperature anomaly for detection."
msgstr ""
msgctxt "print_temp_warn_limit description"
msgid "Limit on Print temperature warning for detection."
msgstr ""
msgctxt "flow_anomaly_limit description"
msgid "Limit on flow anomaly for detection."
msgstr ""
msgctxt "flow_warn_limit description"
msgid "Limit on the flow warning for detection."
msgstr ""
msgctxt "cutting_mesh description"
msgid "Limit the volume of this mesh to within other meshes. You can use this to make certain areas of one mesh print with different settings and with a whole different extruder."
msgstr "Limitar o volume desta malha para dentro de outras malhas. Você pode usar isto para fazer certas áreas de uma malha imprimirem com ajustes diferentes, incluindo extrusor diferente."
@ -1926,8 +2006,10 @@ msgid "Make the extruder prime position absolute rather than relative to the las
msgstr "Faz a posição de purga do extrusor absoluta ao invés de relativa à última posição conhecida da cabeça."
msgctxt "layer_0_z_overlap description"
msgid "Make the first and second layer of the model overlap in the Z direction to compensate for the filament lost in the airgap. All models above the first model layer will be shifted down by this amount."
msgstr "Faz a primeira e segunda camadas do modelo se sobreporem na direção Z para compensar pelo filamento perdido no vão aéreo. Todos os modelos acima da primeira camada de modelo serão deslocados para baixo por essa distância."
msgid ""
"Make the first and second layer of the model overlap in the Z direction to compensate for the filament lost in the airgap. All models above the first model layer will be shifted down by this amount.\n"
"It may be noted that sometimes the second layer is printed below initial layer because of this setting. This is intended behavior"
msgstr ""
msgctxt "meshfix description"
msgid "Make the meshes more suited for 3D printing."
@ -1953,10 +2035,18 @@ msgctxt "material label"
msgid "Material"
msgstr "Material"
msgctxt "material_brand label"
msgid "Material Brand"
msgstr ""
msgctxt "material_guid label"
msgid "Material GUID"
msgstr "GUID do Material"
msgctxt "material_type label"
msgid "Material Type"
msgstr ""
msgctxt "max_extrusion_before_wipe label"
msgid "Material Volume Between Wipes"
msgstr "Volume de Material Entre Limpezas"
@ -2233,6 +2323,10 @@ msgctxt "ironing_monotonic label"
msgid "Monotonic Ironing Order"
msgstr "Ordem de Passagem a Ferro Monotônica"
msgctxt "raft_surface_monotonic label"
msgid "Monotonic Raft Top Surface Order"
msgstr ""
msgctxt "roofing_monotonic label"
msgid "Monotonic Top Surface Order"
msgstr "Ordem da Superfície Monotônica Superior"
@ -2273,6 +2367,10 @@ msgctxt "magic_mesh_surface_mode option normal"
msgid "Normal"
msgstr "Normal"
msgctxt "prime_tower_mode option normal"
msgid "Normal"
msgstr ""
msgctxt "support_structure option normal"
msgid "Normal"
msgstr "Normal"
@ -2405,10 +2503,6 @@ msgctxt "ironing_only_highest_layer description"
msgid "Only perform ironing on the very last layer of the mesh. This saves time if the lower layers don't need a smooth surface finish."
msgstr "Somente executar a passagem a ferro na última camada da malha. Isto economiza tempo se as camadas abaixo não precisarem de um acabamento de superfície amaciado."
msgctxt "brim_outside_only description"
msgid "Only print the brim on the outside of the model. This reduces the amount of brim you need to remove afterwards, while it doesn't reduce the bed adhesion that much."
msgstr "Imprimir o Brim somente no lado de fora do modelo. Isto reduz a quantidade de brim a ser removida no final, e não reduz tanto a aderência à mesa."
msgctxt "ooze_shield_angle label"
msgid "Ooze Shield Angle"
msgstr "Ângulo da Cobertura de Escorrimento"
@ -2469,6 +2563,10 @@ msgctxt "group_outer_walls description"
msgid "Outer walls of different islands in the same layer are printed in sequence. When enabled the amount of flow changes is limited because walls are printed one type at a time, when disabled the number of travels between islands is reduced because walls in the same islands are grouped."
msgstr "Paredes externas de ilhas diferentes na mesma camada são impressas em sequência. Quando habilitado, as mudanças de fluxo são limitadas porque as paredes são impressas um tipo a cada vez; quando desabilitado, o número de percursos entre as ilhas é reduzido porque as paredes nas mesmas ilhas são agrupadas."
msgctxt "brim_location option outside"
msgid "Outside Only"
msgstr ""
msgctxt "inset_direction option outside_in"
msgid "Outside To Inside"
msgstr "De Fora Pra Dentro"
@ -2549,6 +2647,10 @@ msgctxt "prime_tower_line_width label"
msgid "Prime Tower Line Width"
msgstr "Largura de Extrusão da Torre de Purga"
msgctxt "prime_tower_max_bridging_distance label"
msgid "Prime Tower Maximum Bridging Distance"
msgstr ""
msgctxt "prime_tower_min_volume label"
msgid "Prime Tower Minimum Volume"
msgstr "Volume Mínimo da Torre de Purga"
@ -2565,6 +2667,10 @@ msgctxt "speed_prime_tower label"
msgid "Prime Tower Speed"
msgstr "Velocidade da Torre de Purga"
msgctxt "prime_tower_mode label"
msgid "Prime Tower Type"
msgstr ""
msgctxt "prime_tower_position_x label"
msgid "Prime Tower X Position"
msgstr "Posição X da Torre de Purga"
@ -2581,6 +2687,10 @@ msgctxt "jerk_print label"
msgid "Print Jerk"
msgstr "Jerk da Impressão"
msgctxt "ppr label"
msgid "Print Process Reporting"
msgstr ""
msgctxt "print_sequence label"
msgid "Print Sequence"
msgstr "Sequência de Impressão"
@ -2593,6 +2703,10 @@ msgctxt "fill_outline_gaps label"
msgid "Print Thin Walls"
msgstr "Imprimir Paredes Finas"
msgctxt "brim_location description"
msgid "Print a brim on the outside of the model, inside, or both. Depending on the model, this helps reducing the amount of brim you need to remove afterwards, while ensuring a proper bed adhesion."
msgstr ""
msgctxt "prime_tower_enable description"
msgid "Print a tower next to the print which serves to prime the material after each nozzle switch."
msgstr "Imprimir uma torre próxima à impressão que serve para purgar o material a cada troca de bico."
@ -2613,6 +2727,10 @@ msgctxt "fill_outline_gaps description"
msgid "Print pieces of the model which are horizontally thinner than the nozzle size."
msgstr "Imprime partes do modelo que são horizontalmente mais finas que o tamanho do bico."
msgctxt "raft_surface_monotonic description"
msgid "Print raft top surface lines in an ordering that causes them to always overlap with adjacent lines in a single direction. This takes slightly more time to print, but makes the surface look more consistent, which is also visible on the model bottom surface."
msgstr ""
msgctxt "bridge_skin_speed_2 description"
msgid "Print speed to use when printing the second bridge skin layer."
msgstr "Velocidade de impressão a usar quando imprimir a segunda camada de ponte."
@ -2621,6 +2739,14 @@ msgctxt "bridge_skin_speed_3 description"
msgid "Print speed to use when printing the third bridge skin layer."
msgstr "Velocidade de impressão a usar quando imprimir a terceira camada de ponte."
msgctxt "print_temp_anomaly_limit label"
msgid "Print temperature Limit"
msgstr ""
msgctxt "print_temp_warn_limit label"
msgid "Print temperature Warning"
msgstr ""
msgctxt "infill_before_walls description"
msgid "Print the infill before printing the walls. Printing the walls first may lead to more accurate walls, but overhangs print worse. Printing the infill first leads to sturdier walls, but the infill pattern might sometimes show through the surface."
msgstr "Imprime o preenchimento antes de imprimir as paredes. Imprimir as paredes primeiro pode levar a paredes mais precisas, mas seções pendentes são impressas com pior qualidade. Imprimir o preenchimento primeiro leva a paredes mais fortes, mas o padrão de preenchimento pode às vezes aparecer através da superfície."
@ -2665,6 +2791,10 @@ msgctxt "raft_airgap label"
msgid "Raft Air Gap"
msgstr "Vão Aéreo do Raft"
msgctxt "raft_base_margin label"
msgid "Raft Base Extra Margin"
msgstr ""
msgctxt "raft_base_extruder_nr label"
msgid "Raft Base Extruder"
msgstr "Extrusor da Base do Raft"
@ -2693,6 +2823,10 @@ msgctxt "raft_base_speed label"
msgid "Raft Base Print Speed"
msgstr "Velocidade de Impressão da Base do Raft"
msgctxt "raft_base_smoothing label"
msgid "Raft Base Smoothing"
msgstr ""
msgctxt "raft_base_thickness label"
msgid "Raft Base Thickness"
msgstr "Espessura da Base do Raft"
@ -2709,6 +2843,10 @@ msgctxt "raft_fan_speed label"
msgid "Raft Fan Speed"
msgstr "Velocidade de Ventoinha no Raft"
msgctxt "raft_interface_margin label"
msgid "Raft Middle Extra Margin"
msgstr ""
msgctxt "raft_interface_extruder_nr label"
msgid "Raft Middle Extruder"
msgstr "Extrusor do Meio do Raft"
@ -2737,6 +2875,10 @@ msgctxt "raft_interface_speed label"
msgid "Raft Middle Print Speed"
msgstr "Velocidade de Impressão do Meio do Raft"
msgctxt "raft_interface_smoothing label"
msgid "Raft Middle Smoothing"
msgstr ""
msgctxt "raft_interface_line_spacing label"
msgid "Raft Middle Spacing"
msgstr "Espaçamento do Meio do Raft"
@ -2745,6 +2887,10 @@ msgctxt "raft_interface_thickness label"
msgid "Raft Middle Thickness"
msgstr "Espessura do Meio do Raft"
msgctxt "raft_interface_wall_count label"
msgid "Raft Middle Wall Count"
msgstr ""
msgctxt "raft_acceleration label"
msgid "Raft Print Acceleration"
msgstr "Aceleração de Impressão do Raft"
@ -2761,6 +2907,10 @@ msgctxt "raft_smoothing label"
msgid "Raft Smoothing"
msgstr "Amaciamento do Raft"
msgctxt "raft_surface_margin label"
msgid "Raft Top Extra Margin"
msgstr ""
msgctxt "raft_surface_extruder_nr label"
msgid "Raft Top Extruder"
msgstr "Extrusor do Topo do Raft"
@ -2793,10 +2943,22 @@ msgctxt "raft_surface_speed label"
msgid "Raft Top Print Speed"
msgstr "Velocidade de Impressão do Topo do Raft"
msgctxt "raft_surface_smoothing label"
msgid "Raft Top Smoothing"
msgstr ""
msgctxt "raft_surface_line_spacing label"
msgid "Raft Top Spacing"
msgstr "Espaçamento Superior do Raft"
msgctxt "raft_surface_wall_count label"
msgid "Raft Top Wall Count"
msgstr ""
msgctxt "raft_wall_count label"
msgid "Raft Wall Count"
msgstr ""
msgctxt "z_seam_type option random"
msgid "Random"
msgstr "Aleatório"
@ -2849,10 +3011,22 @@ msgctxt "carve_multiple_volumes label"
msgid "Remove Mesh Intersection"
msgstr "Remover Interseções de Malha"
msgctxt "raft_base_remove_inside_corners label"
msgid "Remove Raft Base Inside Corners"
msgstr ""
msgctxt "raft_remove_inside_corners label"
msgid "Remove Raft Inside Corners"
msgstr "Remover Cantos Internos de Raft"
msgctxt "raft_interface_remove_inside_corners label"
msgid "Remove Raft Middle Inside Corners"
msgstr ""
msgctxt "raft_surface_remove_inside_corners label"
msgid "Remove Raft Top Inside Corners"
msgstr ""
msgctxt "carve_multiple_volumes description"
msgid "Remove areas where multiple meshes are overlapping with each other. This may be used if merged dual material objects overlap with each other."
msgstr "Remove áreas onde várias malhas estão sobrepondo uma à outra. Isto pode ser usado se objetos de material duplo se sobrepõem um ao outro."
@ -2861,6 +3035,18 @@ msgctxt "remove_empty_first_layers description"
msgid "Remove empty layers beneath the first printed layer if they are present. Disabling this setting can cause empty first layers if the Slicing Tolerance setting is set to Exclusive or Middle."
msgstr "Remove camadas vazias entre a primeira camada impressa se estiverem presentes. Desabilitar este ajuste pode criar camadas iniciais vazias se a Tolerância de Fatiamento estiver configurada para Exclusivo ou Meio."
msgctxt "raft_base_remove_inside_corners description"
msgid "Remove inside corners from the raft base, causing the raft to become convex."
msgstr ""
msgctxt "raft_interface_remove_inside_corners description"
msgid "Remove inside corners from the raft middle part, causing the raft to become convex."
msgstr ""
msgctxt "raft_surface_remove_inside_corners description"
msgid "Remove inside corners from the raft top part, causing the raft to become convex."
msgstr ""
msgctxt "raft_remove_inside_corners description"
msgid "Remove inside corners from the raft, causing the raft to become convex."
msgstr "Remove os cantos internos do raft, fazendo com que ele se torne convexo."
@ -2881,6 +3067,10 @@ msgctxt "skin_outline_count description"
msgid "Replaces the outermost part of the top/bottom pattern with a number of concentric lines. Using one or two lines improves roofs that start on infill material."
msgstr "Substitui a parte externa do padrão superior/inferir com um número de linhas concêntricas. Usar uma ou duas linhas melhora tetos e topos que começam a ser construídos em cima de padrões de preenchimento."
msgctxt "ppr description"
msgid "Reporting events that go out of set thresholds"
msgstr ""
msgctxt "support_tree_rest_preference label"
msgid "Rest Preference"
msgstr "Preferência de Descanso"
@ -2953,6 +3143,10 @@ msgctxt "z_seam_corner label"
msgid "Seam Corner Preference"
msgstr "Preferência do Canto da Costura"
msgctxt "user_defined_print_order_enabled label"
msgid "Set Print Sequence Manually"
msgstr "Definir sequência de impressão manualmente"
msgctxt "draft_shield_height_limitation description"
msgid "Set the height of the draft shield. Choose to print the draft shield at the full height of the model or at a limited height."
msgstr "Estabelece a altura da cobertura de trabalho. Escolha imprimir a cobertura na altura total dos modelos ou até uma altura limitada."
@ -3355,10 +3549,6 @@ msgctxt "support_interface_priority label"
msgid "Support Interface Priority"
msgstr "Prioridade de Interface de Suporte"
msgctxt "support_interface_skip_height label"
msgid "Support Interface Resolution"
msgstr "Resolução da Interface de Suporte"
msgctxt "speed_support_interface label"
msgid "Support Interface Speed"
msgstr "Velocidade da Interface de Suporte"
@ -3713,6 +3903,10 @@ msgctxt "magic_fuzzy_skin_point_dist description"
msgid "The average distance between the random points introduced on each line segment. Note that the original points of the polygon are discarded, so a high smoothness results in a reduction of the resolution. This value must be higher than half the Fuzzy Skin Thickness."
msgstr "A distância média entre os pontos aleatórios introduzidos em cada segmento de linha. Note que os pontos originais do polígono são descartados, portanto umo alto alisamento resulta em redução da resolução. Este valor deve ser maior que a metade da Espessura do Contorno Felpudo."
msgctxt "material_brand description"
msgid "The brand of material used."
msgstr ""
msgctxt "machine_acceleration description"
msgid "The default acceleration of print head movement."
msgstr "A aceleração default a ser usada nos eixos para o movimento da cabeça de impressão."
@ -4190,6 +4384,10 @@ msgctxt "jerk_travel description"
msgid "The maximum instantaneous velocity change with which travel moves are made."
msgstr "A mudança instantânea máxima de velocidade em uma direção com que os percursos são feitos."
msgctxt "prime_tower_max_bridging_distance description"
msgid "The maximum length of the branches which may be printed over the air."
msgstr ""
msgctxt "machine_max_feedrate_x description"
msgid "The maximum speed for the motor of the X-direction."
msgstr "A velocidade máxima para o motor da impressora na direção X."
@ -4302,6 +4500,18 @@ msgctxt "raft_base_wall_count description"
msgid "The number of contours to print around the linear pattern in the base layer of the raft."
msgstr "O número de contornos a serem impressos em volta do padrão linear na camada base do raft."
msgctxt "raft_interface_wall_count description"
msgid "The number of contours to print around the linear pattern in the middle layers of the raft."
msgstr ""
msgctxt "raft_surface_wall_count description"
msgid "The number of contours to print around the linear pattern in the top layers of the raft."
msgstr ""
msgctxt "raft_wall_count description"
msgid "The number of contours to print around the linear pattern of the raft."
msgstr ""
msgctxt "skin_edge_support_layers description"
msgid "The number of infill layers that supports skin edges."
msgstr "O número de camadas de preenchimento que suportam arestas de contorno."
@ -4693,6 +4903,10 @@ msgctxt "machine_gcode_flavor description"
msgid "The type of g-code to be generated."
msgstr "O tipo de G-Code a ser gerado."
msgctxt "material_type description"
msgid "The type of material used."
msgstr ""
msgctxt "coasting_volume description"
msgid "The volume otherwise oozed. This value should generally be close to the nozzle diameter cubed."
msgstr "Volume que seria escorrido. Este valor deve em geral estar perto do diâmetro do bico ao cubo."
@ -4742,10 +4956,22 @@ msgctxt "bridge_wall_coast description"
msgid "This controls the distance the extruder should coast immediately before a bridge wall begins. Coasting before the bridge starts can reduce the pressure in the nozzle and may produce a flatter bridge."
msgstr "Este ajuste controla a distância que o extrusor deve parar de extrudar antes que a parede de ponte comece. Desengrenar antes da ponte iniciar pode reduzir a pressão no bico e produzir em uma ponte mais horizontal."
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."
msgstr ""
msgctxt "raft_interface_smoothing description"
msgid "This setting controls how much inner corners in the raft middle 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."
msgstr ""
msgctxt "raft_smoothing description"
msgid "This setting controls how much inner corners in the raft 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."
msgstr "Este ajuste controla quanto os cantos internos do contorno do raft são arredondados. Esses cantos internos são convertidos em semicírculos com raio igual ao valor dado aqui. Este ajuste também remove furos no contorno do raft que forem menores que o círculo equivalente."
msgctxt "raft_surface_smoothing description"
msgid "This setting controls how much inner corners in the raft top 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."
msgstr ""
msgctxt "retraction_count_max description"
msgid "This setting limits the number of retractions occurring within the minimum extrusion distance window. Further retractions within this window will be ignored. This avoids retracting repeatedly on the same piece of filament, as that can flatten the filament and cause grinding issues."
msgstr "Este ajuste limita o número de retrações ocorrendo dentro da janela de distância de extrusão mínima. Retrações subsequentes dentro desta janela serão ignoradas. Isto previne repetidas retrações no mesmo pedaço de filamento, já que isso pode acabar ovalando e desgastando o filamento."
@ -5106,10 +5332,6 @@ 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."
msgstr "Paredes que pendem por mais do que esse ângulo serão impressas usando ajustes de paredes pendentes. Quando este valor for 90, nenhuma parede será tratada como pendente. Seções pendentes que têm suportes também não serão tratadas como pendentes."
msgctxt "support_interface_skip_height description"
msgid "When checking where there's model above and below the support, take steps of the given height. Lower values will slice slower, while higher values may cause normal support to be printed in some places where there should have been support interface."
msgstr "Quando verificar se há partes do modelo abaixo e acima do suporte, usar passos de dada altura. Valores baixos fatiarão mais lentamente, enquanto que valores altos farão com que suporte convencional seja impresso em lugares em que deveria haver interface de suporte."
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."
msgstr "Quando habilitado os percursos do extrusor são corrigidos para impressora com planejadores de movimento suavizado. Pequenos movimentos que se desviariam da direção geral do percurso do extrusor são suavizados para melhorar os movimentos fluidos."
@ -5502,42 +5724,74 @@ msgctxt "travel description"
msgid "travel"
msgstr "percurso"
msgctxt "gradual_flow_discretisation_step_size description"
msgid "Duration of each step in the gradual flow change"
msgstr "Duração de cada passo na alteração de fluxo gradual"
#~ msgctxt "brim_inside_margin description"
#~ msgid "A part fully enclosed inside another part can generate an outer brim that touches the inside of the other part. This removes all brim within this distance from internal holes."
#~ msgstr "Uma peça completamente contida em outra peça pode gerar um brim externo que toca o interior da outra parte. Este ajuste remove todo o brim dentro desta distância dos buracos internos."
msgctxt "gradual_flow_enabled description"
msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops."
msgstr "Habilita mudanças graduais de fluxo. Quando habilitado, o fluxo é gradualmente aumentado ou reduzido para o fluxo alvo. Útil para impressoras com tubo bowden onde o fluxo não é imediatamente alterado quando o motor do extrusor inicia ou para."
#~ msgctxt "user_defined_print_order_enabled description"
#~ msgid "Allows to order the object list to set the print sequence manually. First object from the list will be printed first."
#~ msgstr "Permite ordenar a lista de objetos para definir a sequência de impressão manualmente. O primeiro objeto da lista será impresso primeiro."
msgctxt "reset_flow_duration description"
msgid "For any travel move longer than this value, the material flow is reset to the paths target flow"
msgstr "Para qualquer movimento mais longo que este valor, o fluxo material é resetado para o fluxo-alvo do percurso."
#~ msgctxt "brim_inside_margin label"
#~ msgid "Brim Inside Avoid Margin"
#~ msgstr "Brim Dentro da Margem a Evitar"
msgctxt "gradual_flow_discretisation_step_size label"
msgid "Gradual flow discretisation step size"
msgstr "Tamanho de passo da discretização de fluxo gradual"
#~ msgctxt "brim_outside_only label"
#~ msgid "Brim Only on Outside"
#~ msgstr "Brim Somente Para Fora"
msgctxt "gradual_flow_enabled label"
msgid "Gradual flow enabled"
msgstr "Fluxo gradual habilitado"
#~ msgctxt "gradual_flow_discretisation_step_size description"
#~ msgid "Duration of each step in the gradual flow change"
#~ msgstr "Duração de cada passo na alteração de fluxo gradual"
msgctxt "max_flow_acceleration label"
msgid "Gradual flow max acceleration"
msgstr "Aceleração máxima do fluxo gradual"
#~ msgctxt "gradual_flow_enabled description"
#~ msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops."
#~ msgstr "Habilita mudanças graduais de fluxo. Quando habilitado, o fluxo é gradualmente aumentado ou reduzido para o fluxo alvo. Útil para impressoras com tubo bowden onde o fluxo não é imediatamente alterado quando o motor do extrusor inicia ou para."
msgctxt "layer_0_max_flow_acceleration label"
msgid "Initial layer max flow acceleration"
msgstr "Aceleração máxima de fluxo da camada inicial"
#~ msgctxt "reset_flow_duration description"
#~ msgid "For any travel move longer than this value, the material flow is reset to the paths target flow"
#~ msgstr "Para qualquer movimento mais longo que este valor, o fluxo material é resetado para o fluxo-alvo do percurso."
msgctxt "max_flow_acceleration description"
msgid "Maximum acceleration for gradual flow changes"
msgstr "Aceleração máxima para alterações de fluxo gradual"
#~ msgctxt "gradual_flow_discretisation_step_size label"
#~ msgid "Gradual flow discretisation step size"
#~ msgstr "Tamanho de passo da discretização de fluxo gradual"
msgctxt "layer_0_max_flow_acceleration description"
msgid "Minimum speed for gradual flow changes for the first layer"
msgstr "Velocidade mínima para alterações graduais de fluxo na primeira camada"
#~ msgctxt "gradual_flow_enabled label"
#~ msgid "Gradual flow enabled"
#~ msgstr "Fluxo gradual habilitado"
msgctxt "reset_flow_duration label"
msgid "Reset flow duration"
msgstr "Duração de reset do fluxo"
#~ msgctxt "max_flow_acceleration label"
#~ msgid "Gradual flow max acceleration"
#~ msgstr "Aceleração máxima do fluxo gradual"
#~ msgctxt "layer_0_max_flow_acceleration label"
#~ msgid "Initial layer max flow acceleration"
#~ msgstr "Aceleração máxima de fluxo da camada inicial"
#~ msgctxt "layer_0_z_overlap description"
#~ msgid "Make the first and second layer of the model overlap in the Z direction to compensate for the filament lost in the airgap. All models above the first model layer will be shifted down by this amount."
#~ msgstr "Faz a primeira e segunda camadas do modelo se sobreporem na direção Z para compensar pelo filamento perdido no vão aéreo. Todos os modelos acima da primeira camada de modelo serão deslocados para baixo por essa distância."
#~ msgctxt "max_flow_acceleration description"
#~ msgid "Maximum acceleration for gradual flow changes"
#~ msgstr "Aceleração máxima para alterações de fluxo gradual"
#~ msgctxt "layer_0_max_flow_acceleration description"
#~ msgid "Minimum speed for gradual flow changes for the first layer"
#~ msgstr "Velocidade mínima para alterações graduais de fluxo na primeira camada"
#~ msgctxt "brim_outside_only description"
#~ msgid "Only print the brim on the outside of the model. This reduces the amount of brim you need to remove afterwards, while it doesn't reduce the bed adhesion that much."
#~ msgstr "Imprimir o Brim somente no lado de fora do modelo. Isto reduz a quantidade de brim a ser removida no final, e não reduz tanto a aderência à mesa."
#~ msgctxt "reset_flow_duration label"
#~ msgid "Reset flow duration"
#~ msgstr "Duração de reset do fluxo"
#~ msgctxt "support_interface_skip_height label"
#~ msgid "Support Interface Resolution"
#~ msgstr "Resolução da Interface de Suporte"
#~ msgctxt "support_interface_skip_height description"
#~ msgid "When checking where there's model above and below the support, take steps of the given height. Lower values will slice slower, while higher values may cause normal support to be printed in some places where there should have been support interface."
#~ msgstr "Quando verificar se há partes do modelo abaixo e acima do suporte, usar passos de dada altura. Valores baixos fatiarão mais lentamente, enquanto que valores altos farão com que suporte convencional seja impresso em lugares em que deveria haver interface de suporte."

View file

@ -0,0 +1,54 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Uranium json setting files\n"
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
"POT-Creation-Date: 2024-03-11 11:28+0000\n"
"PO-Revision-Date: 2024-03-11 11:28+0000\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: en\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
msgctxt "gradual_flow_discretisation_step_size description"
msgid "Duration of each step in the gradual flow change"
msgstr ""
msgctxt "gradual_flow_enabled description"
msgid "Enable gradual flow changes. When enabled, the flow is gradually increased/decreased to the target flow. This is useful for printers with a bowden tube where the flow is not immediately changed when the extruder motor starts/stops."
msgstr ""
msgctxt "reset_flow_duration description"
msgid "For any travel move longer than this value, the material flow is reset to the paths target flow"
msgstr ""
msgctxt "gradual_flow_discretisation_step_size label"
msgid "Gradual flow discretisation step size"
msgstr ""
msgctxt "gradual_flow_enabled label"
msgid "Gradual flow enabled"
msgstr ""
msgctxt "max_flow_acceleration label"
msgid "Gradual flow max acceleration"
msgstr ""
msgctxt "layer_0_max_flow_acceleration label"
msgid "Initial layer max flow acceleration"
msgstr ""
msgctxt "max_flow_acceleration description"
msgid "Maximum acceleration for gradual flow changes"
msgstr ""
msgctxt "layer_0_max_flow_acceleration description"
msgid "Minimum speed for gradual flow changes for the first layer"
msgstr ""
msgctxt "reset_flow_duration label"
msgid "Reset flow duration"
msgstr ""

View file

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-31 19:13+0100\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"
@ -117,6 +117,10 @@ msgctxt "@title:menu menubar:file"
msgid "&Save Project..."
msgstr "&Guardar projeto..."
msgctxt "@title:menu menubar:file Don't translate 'Universal Cura Project'"
msgid "&Save Universal Cura Project..."
msgstr ""
msgctxt "@title:menu menubar:toplevel"
msgid "&Settings"
msgstr "&Definições"
@ -261,6 +265,10 @@ msgid_plural "A cloud connection is not available for some printers"
msgstr[0] "Não existe uma conectividade de cloud disponível para a impressora"
msgstr[1] "Não existe uma conectividade de cloud disponível para algumas impressoras"
msgctxt "@text"
msgid "A highly dense and strong part but at a slower print time. Great for functional parts."
msgstr ""
msgctxt "@message"
msgid "A print is still in progress. Cura cannot start another print via USB until the previous print has completed."
msgstr "Existe uma impressão em curso. O Cura não consegue iniciar outra impressão via USB até a impressão anterior ser concluída."
@ -495,10 +503,18 @@ msgctxt "@label"
msgid "Anonymous"
msgstr "Anónimo"
msgctxt "@option:radio"
msgid "Anonymous crash reports"
msgstr ""
msgctxt "@label Description for application component"
msgid "Application framework"
msgstr "Framework da aplicação"
msgctxt "@title:column"
msgid "Applies on"
msgstr ""
msgctxt "@label"
msgid "Apply Extruder offsets to GCode"
msgstr "Aplicar desvios da extrusora ao GCode"
@ -685,6 +701,10 @@ msgctxt "@info:status"
msgid "Calculated"
msgstr "Calculado"
msgctxt "@window:text"
msgid "Camera navigation:"
msgstr ""
msgctxt "@window:text"
msgid "Camera rendering:"
msgstr "Composição de câmara:"
@ -1418,6 +1438,10 @@ msgctxt "@label"
msgid "Draft"
msgstr "Rascunho"
msgctxt "@action:inmenu menubar:edit"
msgid "Drop All Models to buildplate"
msgstr ""
msgctxt "@action:button"
msgid "Duplicate"
msgstr "Duplicar"
@ -1544,6 +1568,10 @@ msgctxt "@action:inmenu menubar:file"
msgid "Export Selection..."
msgstr "Exportar seleção..."
msgctxt "@title:window Don't translate 'Universal Cura Project'"
msgid "Export Universal Cura Project"
msgstr ""
msgctxt "@button"
msgid "Export material archive"
msgstr "Exportar ficheiro de material"
@ -1577,10 +1605,23 @@ msgctxt "@title:label"
msgid "Extruder End G-code"
msgstr "G-code final do extrusor"
msgctxt "@label"
msgid "Extruder End G-code duration"
msgstr ""
msgctxt "@title:label"
msgid "Extruder Start G-code"
msgstr "G-code inicial do extrusor"
msgctxt "@label"
msgid "Extruder Start G-code duration"
msgstr ""
#, python-brace-format
msgctxt "@label"
msgid "Extruder {0}"
msgstr ""
msgctxt "@info:title"
msgid "Extruder(s) Disabled"
msgstr "Extrusor(es) desativado(s)"
@ -1647,6 +1688,11 @@ 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 ""
msgctxt "@label:category menu label"
msgid "Favorites"
msgstr "Favoritos"
@ -1788,6 +1834,9 @@ msgctxt "@option:check"
msgid "Force layer view compatibility mode (restart required)"
msgstr "Forçar o modo de compatibilidade na visualização por camada (é necessário reiniciar)"
msgid "FreeCAD trackpad"
msgstr ""
msgctxt "@action:inmenu menubar:view"
msgid "Front View"
msgstr "Vista Frente"
@ -1876,6 +1925,10 @@ msgctxt "@action"
msgid "Get started"
msgstr "Iniciar"
msgctxt "@label"
msgid "Global"
msgstr ""
msgctxt "@title:tab"
msgid "Global Settings"
msgstr "Definições Globais"
@ -1925,6 +1978,10 @@ msgctxt "@label"
msgid "Hide all connected printers"
msgstr "Ocultar todas as impressoras conectadas"
msgctxt "@action:button"
msgid "Hide settings"
msgstr ""
msgctxt "@action:menu"
msgid "Hide this setting"
msgstr "Esconder esta definição"
@ -2001,6 +2058,10 @@ msgctxt "@button"
msgid "In order to use the package you will need to restart Cura"
msgstr "Para poder utilizar este pacote terá de reiniciar o Cura"
msgctxt "@option:radio"
msgid "Include UltiMaker account name"
msgstr ""
msgctxt "@label"
msgid "Infill"
msgstr "Enchimento"
@ -2704,6 +2765,10 @@ msgctxt "@message"
msgid "No results found with current filter"
msgstr "Não foram encontrados resultados com o filtro atual"
msgctxt "@label"
msgid "No specific value has been set"
msgstr ""
msgctxt "@label"
msgid "No time estimation available"
msgstr "Nenhuma estimativa de tempo disponível"
@ -2805,6 +2870,10 @@ 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"
msgctxt "@message"
msgid "Oops! We encountered an unexpected error during your slicing process. Rest assured, we've automatically received the crash logs for analysis, if you have not disabled data sharing in your preferences. To assist us further, consider sharing your project details on our issue tracker."
msgstr ""
msgctxt "@action:button"
msgid "Open"
msgstr "Abrir"
@ -2833,10 +2902,22 @@ msgctxt "@info:title"
msgid "Open Project File"
msgstr "Abrir ficheiro de projeto"
msgctxt "@title:window Don't translate 'Universal Cura Project'"
msgid "Open Universal Cura Project (UCP)"
msgstr ""
msgctxt "@title:window Don't translate 'Universal Cura Project'"
msgid "Open Universal Cura Project (UCP) file"
msgstr ""
msgctxt "@action:label"
msgid "Open With"
msgstr "Abrir"
msgctxt "@action:button"
msgid "Open as UCP"
msgstr ""
msgctxt "@action:button"
msgid "Open as project"
msgstr "Abrir como projeto"
@ -3053,6 +3134,10 @@ msgctxt "@description"
msgid "Please sign in to get verified plugins and materials for UltiMaker Cura Enterprise"
msgstr "Inicie sessão para obter plug-ins e materiais verificados para o UltiMaker Cura Enterprise"
msgctxt "@info:tooltip"
msgid "Please sign in to your UltiMaker account to allow sending non-anonymous data."
msgstr ""
msgctxt "@action:button"
msgid "Please sync the material profiles with your printers before starting to print."
msgstr "Sincronize os perfis de material com as suas impressoras antes de começar a imprimir."
@ -3149,6 +3234,14 @@ msgctxt "@action:button"
msgid "Print"
msgstr "Imprimir"
msgctxt "@action:inmenu menubar:edit"
msgid "Print After"
msgstr "Imprimir depois"
msgctxt "@action:inmenu menubar:edit"
msgid "Print Before"
msgstr "Imprimir antes"
msgctxt "@label"
msgid "Print Selected Model With:"
msgid_plural "Print Selected Models With:"
@ -3455,8 +3548,8 @@ msgid "Provides support for reading model files."
msgstr "Fornece suporte para a leitura de ficheiros modelo."
msgctxt "description"
msgid "Provides support for writing 3MF files."
msgstr "Possiblita a gravação de ficheiros 3MF."
msgid "Provides support for writing 3MF and UCP files."
msgstr ""
msgctxt "description"
msgid "Provides support for writing MakerBot Format Packages."
@ -3700,8 +3793,12 @@ msgid "Save Cura project"
msgstr "Guardar projeto Cura"
msgctxt "@option"
msgid "Save Cura project and print file"
msgstr "Guardar o projeto Cura e o ficheiro de impressão"
msgid "Save Cura project and .makerbot print file"
msgstr ""
msgctxt "@option"
msgid "Save Cura project and .ufp print file"
msgstr ""
msgctxt "@title:window"
msgid "Save Custom Profile"
@ -3727,6 +3824,10 @@ msgctxt "@button"
msgid "Save new profile"
msgstr "Guardar novo perfil"
msgctxt "@action:button"
msgid "Save project"
msgstr ""
msgctxt "@text"
msgid "Save the .umm file on a USB stick."
msgstr "Guarde o ficheiro .umm numa unidade USB."
@ -3830,6 +3931,18 @@ msgctxt "@action:button"
msgid "Send crash report to UltiMaker"
msgstr "Enviar relatório de falhas para a UltiMaker"
msgctxt "@info:tooltip"
msgid "Send crash reports with your registered UltiMaker account name and the project name to UltiMaker Sentry. No actual model data is being send."
msgstr ""
msgctxt "@info:tooltip"
msgid "Send crash reports without any personally identifiable information or models data to UltiMaker."
msgstr ""
msgctxt "@option:check"
msgid "Send engine crash reports"
msgstr ""
msgctxt "@action:button"
msgid "Send report"
msgstr "Enviar relatório"
@ -3882,6 +3995,10 @@ msgctxt "@title:tab"
msgid "Settings"
msgstr "Definições"
msgctxt "@action:label"
msgid "Settings Loaded from UCP file"
msgstr ""
msgctxt "@info:message Followed by a list of settings."
msgid "Settings have been changed to match the current availability of extruders:"
msgstr "As definições foram alteradas de forma a corresponder aos extrusores disponíveis de momento:"
@ -3950,6 +4067,10 @@ msgctxt "@info:tooltip"
msgid "Should opening files from the desktop or external applications open in the same instance of Cura?"
msgstr "Pretende que os ficheiros abertos a partir do ambiente de trabalho ou de aplicações externas sejam executados na mesma instância do Cura?"
msgctxt "@info:tooltip"
msgid "Should slicing crashes be automatically reported to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored, unless you give explicit permission."
msgstr ""
msgctxt "@info:tooltip"
msgid "Should the build plate be cleared before loading a new model in the single instance of Cura?"
msgstr "Limpar a base de construção antes de carregar um novo modelo na instância única do Cura?"
@ -4006,6 +4127,10 @@ msgctxt "@action:button"
msgid "Show detailed crash report"
msgstr "Mostrar relatório de falhas detalhado"
msgctxt "@action:button"
msgid "Show settings"
msgstr ""
msgctxt "@option:check"
msgid "Show summary dialog when saving project"
msgstr "Mostrar caixa de diálogo de resumo ao guardar projeto"
@ -4082,10 +4207,6 @@ msgctxt "@message:title"
msgid "Slicing failed"
msgstr "O seccionamento falhou"
msgctxt "@message"
msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker."
msgstr "O seccionamento falhou com um erro inesperado. Por favor reportar um erro no nosso registo de problemas."
msgctxt "@label:PrintjobStatus"
msgid "Slicing..."
msgstr "A Seccionar..."
@ -4094,6 +4215,10 @@ msgctxt "@action:label"
msgid "Smoothing"
msgstr "Suavização"
msgctxt "@label"
msgid "Solid"
msgstr ""
msgctxt "name"
msgid "Solid View"
msgstr "Vista Sólidos"
@ -4219,10 +4344,26 @@ msgctxt "@info:status"
msgid "Successfully imported profile {0}."
msgstr "Perfil {0} importado com êxito."
msgctxt "@action:label"
msgid "Suggested Material settings"
msgstr ""
msgctxt "@action:label"
msgid "Suggested Profile settings"
msgstr ""
msgctxt "@action:title"
msgid "Summary - Cura Project"
msgstr "Resumo Projeto Cura"
msgctxt "@action:title Don't translate 'Universal Cura Project'"
msgid "Summary - Open Universal Cura Project (UCP)"
msgstr ""
msgctxt "@action:title Don't translate 'Universal Cura Project'"
msgid "Summary - Universal Cura Project"
msgstr ""
msgctxt "@label"
msgid "Support"
msgstr "Suportes"
@ -4600,6 +4741,10 @@ msgctxt "@label"
msgid "This configuration is not available because %1 is not recognized. Please visit %2 to download the correct material profile."
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 project or Cura Universal Project or import the models from it?"
msgstr ""
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?"
msgstr "Este ficheiro é um Projeto do Cura. Pretende abrir como Projeto ou só importar os modelos 3D incluídos no Projeto?"
@ -4689,6 +4834,14 @@ msgctxt "@label"
msgid "This setting is resolved from conflicting extruder-specific values:"
msgstr "Esta definição está resolvida a partir de valores específicos da extrusora em conflito:"
msgctxt "@tooltip Don't translate 'Universal Cura Project'"
msgid "This setting may not perform well while exporting to Universal Cura Project, Users are asked to add it at their own risk."
msgstr ""
msgctxt "@tooltip Don't translate 'Universal Cura Project'"
msgid "This setting may not perform well while exporting to Universal Cura Project. Users are asked to add it at their own risk."
msgstr ""
msgctxt "@info:warning"
msgid "This version is not intended for production use. If you encounter any issues, please report them on our GitHub page, mentioning the full version {self.getVersion()}"
msgstr "Esta versão não se destina a uma utilização de produção. Se encontrar quaisquer problemas, comunique-os na nossa página no GitHub, referindo a versão completa {self.getVersion()}"
@ -4920,6 +5073,11 @@ 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 ""
msgctxt "@label:status"
msgid "Unavailable"
msgstr "Indisponível"
@ -4940,6 +5098,14 @@ msgctxt "@title:column Unit of measurement"
msgid "Unit"
msgstr "Unidade"
msgctxt "@item:inlistbox"
msgid "Universal Cura Project"
msgstr ""
msgctxt "@action:description Don't translate 'Universal Cura Project'"
msgid "Universal Cura Project files can be printed on different 3D printers while retaining positional data and selected settings. When exported, all models present on the build plate will be included along with their current position, orientation, and scale. You can also select which per-extruder or per-model settings should be included to ensure proper printing."
msgstr ""
msgctxt "@label Description for development tool"
msgid "Universal build system configuration"
msgstr "Configuração de sistema de construção universal"
@ -5129,6 +5295,10 @@ msgctxt "description"
msgid "Upgrades configurations from Cura 5.4 to Cura 5.5."
msgstr "Atualiza configurações do Cura 5.4 para o Cura 5.5."
msgctxt "description"
msgid "Upgrades configurations from Cura 5.6 to Cura 5.7."
msgstr ""
msgctxt "@action:button"
msgid "Upload custom Firmware"
msgstr "Carregar firmware personalizado"
@ -5161,6 +5331,10 @@ msgctxt "@label Description for application dependency"
msgid "Utility library, including Voronoi generation"
msgstr "Biblioteca de utilidades, incluindo a geração em Voronoi"
msgctxt "@title:column"
msgid "Value"
msgstr ""
msgctxt "name"
msgid "Version Upgrade 2.1 to 2.2"
msgstr "Atualização da versão 2.1 para 2.2"
@ -5265,6 +5439,10 @@ msgctxt "name"
msgid "Version Upgrade 5.4 to 5.5"
msgstr "Atualização da versão 5.4 para 5.5"
msgctxt "name"
msgid "Version Upgrade 5.6 to 5.7"
msgstr ""
msgctxt "@button"
msgid "View printers in Digital Factory"
msgstr "Visualize as impressoras na fábrica digital"
@ -5342,6 +5520,10 @@ msgctxt "@label"
msgid "What printer would you like to setup?"
msgstr "Qual impressora gostaria de definir?"
msgctxt "@info:tooltip"
msgid "What type of camera navigation should be used?"
msgstr ""
msgctxt "@info:tooltip"
msgid "What type of camera rendering should be used?"
msgstr "Que tipo de composição de câmara deve ser utilizado?"
@ -5556,6 +5738,10 @@ msgctxt "@label"
msgid "mm"
msgstr "mm"
msgctxt "@label"
msgid "s"
msgstr ""
msgctxt "@info:status"
msgid "today"
msgstr "hoje"
@ -5583,3 +5769,15 @@ msgstr "Falhou a transferência de {} plug-ins"
#~ msgid "Provides support for exporting Cura profiles."
#~ msgstr "Oferece apoio para a exportação de perfis Cura."
#~ msgctxt "description"
#~ msgid "Provides support for writing 3MF files."
#~ msgstr "Possiblita a gravação de ficheiros 3MF."
#~ msgctxt "@option"
#~ msgid "Save Cura project and print file"
#~ msgstr "Guardar o projeto Cura e o ficheiro de impressão"
#~ msgctxt "@message"
#~ msgid "Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker."
#~ msgstr "O seccionamento falhou com um erro inesperado. Por favor reportar um erro no nosso registo de problemas."

View file

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
"POT-Creation-Date: 2023-06-08 16:32+0000\n"
"POT-Creation-Date: 2024-03-11 11:28+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"
@ -40,6 +40,10 @@ msgctxt "machine_extruder_end_code label"
msgid "Extruder End G-Code"
msgstr "G-Code Final do Extrusor"
msgctxt "machine_extruder_end_code_duration label"
msgid "Extruder End G-Code Duration"
msgstr ""
msgctxt "machine_extruder_end_pos_abs label"
msgid "Extruder End Position Absolute"
msgstr "Posição Final Absoluta do Extrusor"
@ -72,6 +76,10 @@ msgctxt "machine_extruder_start_code label"
msgid "Extruder Start G-Code"
msgstr "G-Code Inicial do Extrusor"
msgctxt "machine_extruder_start_code_duration label"
msgid "Extruder Start G-Code Duration"
msgstr ""
msgctxt "machine_extruder_start_pos_abs label"
msgid "Extruder Start Position Absolute"
msgstr "Posição Inicial Absoluta do Extrusor"
@ -156,6 +164,14 @@ msgctxt "machine_extruder_cooling_fan_number description"
msgid "The number of the print cooling fan associated with this extruder. Only change this from the default value of 0 when you have a different print cooling fan for each extruder."
msgstr "O número de ventoinhas de arrefecimento de impressão associadas a este extrusor. Apenas alterar o valor predefinido de 0 quando tiver uma ventoinha de arrefecimento de impressão diferente para cada extrusor."
msgctxt "machine_extruder_end_code_duration description"
msgid "The time it takes to execute the end g-code, when switching away from this extruder."
msgstr ""
msgctxt "machine_extruder_start_code_duration description"
msgid "The time it'll take to execute the start g-code, when switching to this extruder."
msgstr ""
msgctxt "machine_extruder_end_pos_x description"
msgid "The x-coordinate of the ending position when turning the extruder off."
msgstr "A coordenada X da posição final ao desligar o extrusor."

Some files were not shown because too many files have changed in this diff Show more