Merge branch '5.3'

# Conflicts:
#	conanfile.py
This commit is contained in:
jspijker 2023-03-07 13:48:39 +01:00
commit 52a58374a8
81 changed files with 1084 additions and 15658 deletions

View file

@ -6909,7 +6909,7 @@
"interlocking_depth":
{
"label": "Interlocking Depth",
"description": "The distance from the boundary between models to generate interlocking structure measured in cells. Too few cells will result in poor adhesion.",
"description": "The distance from the boundary between models to generate interlocking structure, measured in cells. Too few cells will result in poor adhesion.",
"type": "int",
"enabled": "extruders_enabled_count > 1 and resolveOrValue('interlocking_enable')",
"default_value": 2,

View file

@ -0,0 +1,49 @@
{
"version": 2,
"name": "Geeetech A10",
"inherits": "fdmprinter",
"metadata":
{
"visible": true,
"author": "Amit L",
"manufacturer": "Geeetech",
"file_formats": "text/x-gcode",
"has_materials": true,
"machine_extruder_trains": { "0": "geeetech_A10_1" }
},
"overrides":
{
"adhesion_type": { "default_value": "skirt" },
"gantry_height": { "value": "28" },
"layer_height": { "default_value": 0.1 },
"layer_height_0": { "default_value": 0.15 },
"machine_acceleration": { "default_value": 1000 },
"machine_center_is_zero": { "default_value": false },
"machine_depth": { "default_value": 220 },
"machine_end_gcode": { "default_value": "G91 ;Switch to relative positioning\nG1 E-1 ;Retract filament to lower pressure\nG0 X0 Y200 ;Move hotend to left and bed forward\nM104 S0 ;Cooldown hotend\nG90 ;Switch to absolute mode\nG92 E0 ;Set extruder to zero\nM140 S0 ;Cooldown bed\nM84 ; Disable steppers" },
"machine_extruder_count": { "default_value": 1 },
"machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
"machine_head_with_fans_polygon":
{
"default_value": [
[-31, 31],
[34, 31],
[34, -40],
[-31, -40]
]
},
"machine_heated_bed": { "default_value": true },
"machine_height": { "default_value": 260 },
"machine_max_acceleration_z": { "default_value": 500 },
"machine_max_feedrate_e": { "default_value": 120 },
"machine_max_feedrate_z": { "default_value": 12 },
"machine_max_jerk_e": { "default_value": 2.5 },
"machine_max_jerk_xy": { "default_value": 10 },
"machine_max_jerk_z": { "default_value": 0.2 },
"machine_name": { "default_value": "Geeetech A10" },
"machine_start_gcode": { "default_value": "G28 ; Auto home\nG1 Z15 F300 ;Move up slightly\nM107 ;Off fans\nG90 ;Switch to absolute positioning\nM82 ;Extruder absolute mode\nG92 E0 ;Set position of extruder to 0\nG0 X10 Y20 F1500 ;Move to X10 Y20 at 1500mms\nG1 Z0.8 ;Move Z to 0.8\nG1 F300 X180 E40 ;Extrude a line of filament\nG1 F1200 Z2 ;Raise Z\nG92 E0 ;Set extruder position to zero\nG28 ;Auto home" },
"machine_width": { "default_value": 220 },
"retraction_amount": { "default_value": 0.8 },
"retraction_speed": { "default_value": 35 }
}
}

View file

@ -1,23 +1,32 @@
{
"version": 2,
"name": "Geeetech A10M",
"inherits": "Geeetech_Base_Dual_Extruder",
"inherits": "fdmprinter",
"metadata":
{
"visible": true,
"author": "Amit L",
"manufacturer": "Geeetech",
"file_formats": "text/x-gcode",
"has_materials": true,
"machine_extruder_trains":
{
"0": "Geeetech_Dual_Extruder_0",
"1": "Geeetech_Dual_Extruder_1"
},
"preferred_material": "Geeetech_PLA_Cyan"
"0": "geeetech_A10M_1",
"1": "geeetech_A10M_2"
}
},
"overrides":
{
"brim_width": { "value": 10 },
"gantry_height": { "value": 28 },
"adhesion_type": { "default_value": "skirt" },
"gantry_height": { "value": "28" },
"layer_height": { "default_value": 0.1 },
"layer_height_0": { "default_value": 0.15 },
"machine_acceleration": { "default_value": 1000 },
"machine_center_is_zero": { "default_value": false },
"machine_depth": { "default_value": 220 },
"machine_end_gcode": { "default_value": "G91 ;Switch to relative positioning\nG1 E-2.5 F2700 ;Retract filament\nG1 E-1.5 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Move away\nG1 Z10 ;lift print head\nG90 ;Switch to absolute positioning\nG28 X Y ;homing XY\nM106 S0 ;off Fan\nM104 S0 ;Cooldown hotend\nM140 S0 ;Cooldown bed\nM84 X Y E ;Disable steppers" },
"machine_end_gcode": { "default_value": "G91\nG1 E-1\nG0 X0 Y200\nM104 S0\nG90\nG92 E0\nM140 S0\nM84\nM104 S0\nM140 S0\nM84" },
"machine_extruder_count": { "default_value": 2 },
"machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
"machine_head_with_fans_polygon":
{
"default_value": [
@ -28,10 +37,16 @@
]
},
"machine_height": { "default_value": 260 },
"machine_max_acceleration_z": { "default_value": 500 },
"machine_max_feedrate_e": { "default_value": 120 },
"machine_max_feedrate_z": { "default_value": 12 },
"machine_max_jerk_e": { "default_value": 2.5 },
"machine_max_jerk_xy": { "default_value": 10 },
"machine_max_jerk_z": { "default_value": 0.2 },
"machine_name": { "default_value": "Geeetech A10M" },
"machine_start_gcode": { "default_value": ";Geeetech A10M Custom Start G-code\nM104 S{material_print_temperature_layer_0} ; Set Hotend Temperature\nM190 S{material_bed_temperature_layer_0} ; Wait for Bed Temperature\nM109 S{material_print_temperature_layer_0} ; Wait for Hotend Temperature\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 P0 ;Off Main Fan\nM107 P1 ;Off Aux Fan\nM2012 P8 S1 F100 ; ON Light\n;M106 P0 S383 ; ON MainFan 150% if need\n;M106 P1 S255 ; ON Aux Fan 100% if need\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z0.8 F5000 ; Move to start position\nG1 X0.1 Y200.0 Z1.2 F1500 E30 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y200.0 Z1.2 F3000 ; Move to side a little\nG1 X0.4 Y20 Z1.2 F1500 E25 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.4 F3000.0 ; Scrape off nozzle residue" },
"machine_start_gcode": { "default_value": ";GeeeTech A10M start script\nG28 ;home\nG90 ;absolute positioning\nG1 X0 Y0 Z15 E0 F300 ;go to wait position\nM140 S{material_bed_temperature_layer_0} ;set bed temp\nM109 S{material_print_temperature_layer_0} ;set extruder temp and wait\nG1 Z0.8 F200 ;set extruder height\nG1 X220 Y0 E80 F1000 ;purge line\n;end of start script" },
"machine_width": { "default_value": 220 },
"prime_tower_position_x": { "value": 190 },
"prime_tower_position_y": { "value": 160 }
"retraction_amount": { "default_value": 0.8 },
"retraction_speed": { "default_value": 35 }
}
}

View file

@ -1,24 +1,33 @@
{
"version": 2,
"name": "Geeetech A10T",
"inherits": "Geeetech_Base_Multi_Extruder",
"inherits": "fdmprinter",
"metadata":
{
"visible": true,
"author": "Amit L",
"manufacturer": "Geeetech",
"file_formats": "text/x-gcode",
"has_materials": true,
"machine_extruder_trains":
{
"0": "Geeetech_Multi_Extruder_0",
"1": "Geeetech_Multi_Extruder_1",
"2": "Geeetech_Multi_Extruder_2"
},
"preferred_material": "Geeetech_PLA_Magenta"
"0": "geeetech_A10T_1",
"1": "geeetech_A10T_2",
"2": "geeetech_A10T_3"
}
},
"overrides":
{
"brim_width": { "value": 10 },
"gantry_height": { "value": 28 },
"machine_depth": { "default_value": 220 },
"machine_end_gcode": { "default_value": "G91 ;Switch to relative positioning\nG1 E-2.5 F2700 ;Retract filament\nG1 E-1.5 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Move away\nG1 Z10 ;lift print head\nG90 ;Switch to absolute positioning\nG28 X Y ;homing XY\nM106 S0 ;off Fan\nM104 S0 ;Cooldown hotend\nM140 S0 ;Cooldown bed\nM84 X Y E ;Disable steppers" },
"adhesion_type": { "default_value": "skirt" },
"gantry_height": { "value": "28" },
"layer_height": { "default_value": 0.1 },
"layer_height_0": { "default_value": 0.15 },
"machine_acceleration": { "default_value": 1000 },
"machine_center_is_zero": { "default_value": false },
"machine_depth": { "default_value": 260 },
"machine_end_gcode": { "default_value": "G91\nG1 E-1\nG0 X0 Y200\nM104 S0\nG90\nG92 E0\nM140 S0\nM84\nM104 S0\nM140 S0\nM84" },
"machine_extruder_count": { "default_value": 3 },
"machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
"machine_head_with_fans_polygon":
{
"default_value": [
@ -28,11 +37,17 @@
[-31, -40]
]
},
"machine_height": { "default_value": 260 },
"machine_height": { "default_value": 220 },
"machine_max_acceleration_z": { "default_value": 500 },
"machine_max_feedrate_e": { "default_value": 120 },
"machine_max_feedrate_z": { "default_value": 12 },
"machine_max_jerk_e": { "default_value": 2.5 },
"machine_max_jerk_xy": { "default_value": 10 },
"machine_max_jerk_z": { "default_value": 0.2 },
"machine_name": { "default_value": "Geeetech A10T" },
"machine_start_gcode": { "default_value": ";Geeetech A10T Custom Start G-code\nM104 S{material_print_temperature_layer_0} ; Set Hotend Temperature\nM190 S{material_bed_temperature_layer_0} ; Wait for Bed Temperature\nM109 S{material_print_temperature_layer_0} ; Wait for Hotend Temperature\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 P0 ;Off Main Fan\nM107 P1 ;Off Aux Fan\nM2012 P8 S1 F100 ; ON Light\n;M106 P0 S383 ; ON MainFan 150% if need\n;M106 P1 S255 ; ON Aux Fan 100% if need\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z0.8 F5000 ; Move to start position\nG1 X0.1 Y200.0 Z1.2 F1500 E30 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y200.0 Z1.2 F3000 ; Move to side a little\nG1 X0.4 Y20 Z1.2 F1500 E25 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.4 F3000.0 ; Scrape off nozzle residue" },
"machine_start_gcode": { "default_value": "G28 \nG1 Z15 F300\nM107\nG90\nM82\nM104 S215\nM140 S55\nG92 E0\nM109 S215\nM107\nM163 S0 P0.33\nM163 S1 P0.33\nM163 S2 P0.33\nM164 S4\nG0 X10 Y20 F6000\nG1 Z0.8\nG1 F300 X180 E40\nG1 F1200 Z2\nG92 E0\nG28" },
"machine_width": { "default_value": 220 },
"prime_tower_position_x": { "value": 190 },
"prime_tower_position_y": { "value": 160 }
"retraction_amount": { "default_value": 0.8 },
"retraction_speed": { "default_value": 35 }
}
}

View file

@ -1,17 +1,28 @@
{
"version": 2,
"name": "Geeetech A20",
"inherits": "Geeetech_Base_Single_Extruder",
"inherits": "fdmprinter",
"metadata":
{
"visible": true,
"machine_extruder_trains": { "0": "Geeetech_Single_Extruder" }
"author": "Amit L",
"manufacturer": "Geeetech",
"file_formats": "text/x-gcode",
"has_materials": true,
"machine_extruder_trains": { "0": "geeetech_A20_1" }
},
"overrides":
{
"gantry_height": { "value": 35 },
"adhesion_type": { "default_value": "skirt" },
"gantry_height": { "value": "28" },
"layer_height": { "default_value": 0.1 },
"layer_height_0": { "default_value": 0.15 },
"machine_acceleration": { "default_value": 1000 },
"machine_center_is_zero": { "default_value": false },
"machine_depth": { "default_value": 250 },
"machine_end_gcode": { "default_value": "G91 ;Switch to relative positioning\nG1 E-2.5 F2700 ;Retract filament\nG1 E-1.5 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Move away\nG1 Z10 ;lift print head\nG90 ;Switch to absolute positioning\nG28 X Y ;homing XY\nM106 S0 ;off Fan\nM104 S0 ;Cooldown hotend\nM140 S0 ;Cooldown bed\nM84 X Y E ;Disable steppers" },
"machine_end_gcode": { "default_value": "G91\nG1 E-1\nG0 X0 Y200\nM104 S0\nG90\nG92 E0\nM140 S0\nM84\nM104 S0\nM140 S0\nM84" },
"machine_extruder_count": { "default_value": 1 },
"machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
"machine_head_with_fans_polygon":
{
"default_value": [
@ -22,8 +33,16 @@
]
},
"machine_height": { "default_value": 250 },
"machine_max_acceleration_z": { "default_value": 500 },
"machine_max_feedrate_e": { "default_value": 120 },
"machine_max_feedrate_z": { "default_value": 12 },
"machine_max_jerk_e": { "default_value": 2.5 },
"machine_max_jerk_xy": { "default_value": 10 },
"machine_max_jerk_z": { "default_value": 0.2 },
"machine_name": { "default_value": "Geeetech A20" },
"machine_start_gcode": { "default_value": ";Geeetech A20 Custom Start G-code\nM104 S{material_print_temperature_layer_0} ; Set Hotend Temperature\nM190 S{material_bed_temperature_layer_0} ; Wait for Bed Temperature\nM109 S{material_print_temperature_layer_0} ; Wait for Hotend Temperature\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 P0 ;Off Main Fan\nM107 P1 ;Off Aux Fan\nM2012 P8 S1 F100 ; ON Light\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z0.8 F5000 ; Move to start position\nG1 X0.1 Y200.0 Z1.2 F1500 E30 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y200.0 Z1.2 F3000 ; Move to side a little\nG1 X0.4 Y20 Z1.2 F1500 E25 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.4 F3000.0 ; Scrape off nozzle residue" },
"machine_width": { "default_value": 250 }
"machine_start_gcode": { "default_value": "G28 \nG1 Z15 F300\nM107\nG90\nM82\nM104 S215\nM140 S55\nG92 E0\nM109 S215\nM107\nG0 X10 Y20 F6000\nG1 Z0.8\nG1 F300 X200 E40\nG1 F1200 Z2\nG92 E0\nG28" },
"machine_width": { "default_value": 250 },
"retraction_amount": { "default_value": 0.8 },
"retraction_speed": { "default_value": 35 }
}
}

View file

@ -1,23 +1,32 @@
{
"version": 2,
"name": "Geeetech A20M",
"inherits": "Geeetech_Base_Dual_Extruder",
"inherits": "fdmprinter",
"metadata":
{
"visible": true,
"author": "Amit L",
"manufacturer": "Geeetech",
"file_formats": "text/x-gcode",
"has_materials": true,
"machine_extruder_trains":
{
"0": "Geeetech_Dual_Extruder_0",
"1": "Geeetech_Dual_Extruder_1"
},
"preferred_material": "Geeetech_PLA_Yellow"
"0": "geeetech_A20M_1",
"1": "geeetech_A20M_2"
}
},
"overrides":
{
"brim_width": { "value": 10 },
"gantry_height": { "value": 35 },
"adhesion_type": { "default_value": "skirt" },
"gantry_height": { "value": "28" },
"layer_height": { "default_value": 0.1 },
"layer_height_0": { "default_value": 0.15 },
"machine_acceleration": { "default_value": 1000 },
"machine_center_is_zero": { "default_value": false },
"machine_depth": { "default_value": 250 },
"machine_end_gcode": { "default_value": "G91 ;Switch to relative positioning\nG1 E-2.5 F2700 ;Retract filament\nG1 E-1.5 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Move away\nG1 Z10 ;lift print head\nG90 ;Switch to absolute positioning\nG28 X Y ;homing XY\nM106 S0 ;off Fan\nM104 S0 ;Cooldown hotend\nM140 S0 ;Cooldown bed\nM84 X Y E ;Disable steppers" },
"machine_end_gcode": { "default_value": "G91\nG1 E-1\nG0 X0 Y200\nM104 S0\nG90\nG92 E0\nM140 S0\nM84\nM104 S0\nM140 S0\nM84" },
"machine_extruder_count": { "default_value": 2 },
"machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
"machine_head_with_fans_polygon":
{
"default_value": [
@ -28,10 +37,16 @@
]
},
"machine_height": { "default_value": 250 },
"machine_max_acceleration_z": { "default_value": 500 },
"machine_max_feedrate_e": { "default_value": 120 },
"machine_max_feedrate_z": { "default_value": 12 },
"machine_max_jerk_e": { "default_value": 2.5 },
"machine_max_jerk_xy": { "default_value": 10 },
"machine_max_jerk_z": { "default_value": 0.2 },
"machine_name": { "default_value": "Geeetech A20M" },
"machine_start_gcode": { "default_value": ";Geeetech A20M Custom Start G-code\nM104 S{material_print_temperature_layer_0} ; Set Hotend Temperature\nM190 S{material_bed_temperature_layer_0} ; Wait for Bed Temperature\nM109 S{material_print_temperature_layer_0} ; Wait for Hotend Temperature\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 P0 ;Off Main Fan\nM107 P1 ;Off Aux Fan\nM2012 P8 S1 F100 ; ON Light\n;M106 P0 S383 ; ON MainFan 150% if need\n;M106 P1 S255 ; ON Aux Fan 100% if need\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z0.8 F5000 ; Move to start position\nG1 X0.1 Y200.0 Z1.2 F1500 E30 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y200.0 Z1.2 F3000 ; Move to side a little\nG1 X0.4 Y20 Z1.2 F1500 E25 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.4 F3000.0 ; Scrape off nozzle residue" },
"machine_start_gcode": { "default_value": ";GeeeTech A20M start script\nG28 ;home\nG90 ;absolute positioning\nG1 X0 Y0 Z15 E0 F300 ;go to wait position\nM140 S{material_bed_temperature_layer_0} ;set bed temp\nM109 S{material_print_temperature_layer_0} ;set extruder temp and wait\nG1 Z0.8 F200 ;set extruder height\nG1 X220 Y0 E80 F1000 ;purge line\n;end of start script" },
"machine_width": { "default_value": 250 },
"prime_tower_position_x": { "value": 220 },
"prime_tower_position_y": { "value": 190 }
"retraction_amount": { "default_value": 0.8 },
"retraction_speed": { "default_value": 35 }
}
}

View file

@ -1,24 +1,33 @@
{
"version": 2,
"name": "Geeetech A20T",
"inherits": "Geeetech_Base_Multi_Extruder",
"inherits": "fdmprinter",
"metadata":
{
"visible": true,
"author": "Amit L",
"manufacturer": "Geeetech",
"file_formats": "text/x-gcode",
"has_materials": true,
"machine_extruder_trains":
{
"0": "Geeetech_Multi_Extruder_0",
"1": "Geeetech_Multi_Extruder_1",
"2": "Geeetech_Multi_Extruder_2"
},
"preferred_material": "Geeetech_PLA_Red"
"0": "geeetech_A20T_1",
"1": "geeetech_A20T_2",
"2": "geeetech_A20T_3"
}
},
"overrides":
{
"brim_width": { "value": 10 },
"gantry_height": { "value": 35 },
"adhesion_type": { "default_value": "skirt" },
"gantry_height": { "value": "28" },
"layer_height": { "default_value": 0.1 },
"layer_height_0": { "default_value": 0.15 },
"machine_acceleration": { "default_value": 1000 },
"machine_center_is_zero": { "default_value": false },
"machine_depth": { "default_value": 250 },
"machine_end_gcode": { "default_value": "G91 ;Switch to relative positioning\nG1 E-2.5 F2700 ;Retract filament\nG1 E-1.5 Z0.2 F2400 ;Retract and raise Z\nG1 X5 Y5 F3000 ;Move away\nG1 Z10 ;lift print head\nG90 ;Switch to absolute positioning\nG28 X Y ;homing XY\nM106 S0 ;off Fan\nM104 S0 ;Cooldown hotend\nM140 S0 ;Cooldown bed\nM84 X Y E ;Disable steppers" },
"machine_end_gcode": { "default_value": "G91\nG1 E-1\nG0 X0 Y200\nM104 S0\nG90\nG92 E0\nM140 S0\nM84\nM104 S0\nM140 S0\nM84" },
"machine_extruder_count": { "default_value": 3 },
"machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
"machine_head_with_fans_polygon":
{
"default_value": [
@ -29,10 +38,16 @@
]
},
"machine_height": { "default_value": 250 },
"machine_max_acceleration_z": { "default_value": 500 },
"machine_max_feedrate_e": { "default_value": 120 },
"machine_max_feedrate_z": { "default_value": 12 },
"machine_max_jerk_e": { "default_value": 2.5 },
"machine_max_jerk_xy": { "default_value": 10 },
"machine_max_jerk_z": { "default_value": 0.2 },
"machine_name": { "default_value": "Geeetech A20T" },
"machine_start_gcode": { "default_value": ";Geeetech A20T Custom Start G-code\nM104 S{material_print_temperature_layer_0} ; Set Hotend Temperature\nM190 S{material_bed_temperature_layer_0} ; Wait for Bed Temperature\nM109 S{material_print_temperature_layer_0} ; Wait for Hotend Temperature\nG92 E0 ; Reset Extruder\nG28 ; Home all axes\nM107 P0 ;Off Main Fan\nM107 P1 ;Off Aux Fan\nM2012 P8 S1 F100 ; ON Light\n;M106 P0 S383 ; ON MainFan 150% if need\n;M106 P1 S255 ; ON Aux Fan 100% if need\nG1 Z5.0 F3000 ;Move Z Axis up little to prevent scratching of Heat Bed\nG1 X0.1 Y20 Z0.8 F5000 ; Move to start position\nG1 X0.1 Y200.0 Z1.2 F1500 E30 ; Draw the first line\nG92 E0 ; Reset Extruder\nG1 X0.4 Y200.0 Z1.2 F3000 ; Move to side a little\nG1 X0.4 Y20 Z1.2 F1500 E25 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X5 Y20 Z0.4 F3000.0 ; Scrape off nozzle residue" },
"machine_start_gcode": { "default_value": "G28 \nG1 Z15 F300\nM107\nG90\nM82\nM104 S215\nM140 S55\nG92 E0\nM109 S215\nM107\nM163 S0 P0.33\nM163 S1 P0.33\nM163 S2 P0.33\nM164 S4\nG0 X10 Y20 F6000\nG1 Z0.8\nG1 F300 X200 E40\nG1 F1200 Z2\nG92 E0\nG28" },
"machine_width": { "default_value": 250 },
"prime_tower_position_x": { "value": 220 },
"prime_tower_position_y": { "value": 190 }
"retraction_amount": { "default_value": 0.8 },
"retraction_speed": { "default_value": 35 }
}
}

View file

@ -0,0 +1,49 @@
{
"version": 2,
"name": "Geeetech Mizar_S (legacy)",
"inherits": "fdmprinter",
"metadata":
{
"visible": true,
"author": "Amit L",
"manufacturer": "Geeetech",
"file_formats": "text/x-gcode",
"has_materials": true,
"machine_extruder_trains": { "0": "geeetech_Mizar_S_1" }
},
"overrides":
{
"adhesion_type": { "default_value": "skirt" },
"gantry_height": { "value": "28" },
"layer_height": { "default_value": 0.1 },
"layer_height_0": { "default_value": 0.15 },
"machine_acceleration": { "default_value": 1000 },
"machine_center_is_zero": { "default_value": false },
"machine_depth": { "default_value": 255 },
"machine_end_gcode": { "default_value": "G91 ;Switch to relative positioning\nG1 E-1 ;Retract filament to lower pressure\nG0 X0 Y200 ;Move hotend to left and bed forward\nM104 S0 ;Cooldown hotend\nG90 ;Switch to absolute mode\nG92 E0 ;Set extruder to zero\nM140 S0 ;Cooldown bed\nM84 ; Disable steppers" },
"machine_extruder_count": { "default_value": 1 },
"machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
"machine_head_with_fans_polygon":
{
"default_value": [
[-31, 31],
[34, 31],
[34, -40],
[-31, -40]
]
},
"machine_heated_bed": { "default_value": true },
"machine_height": { "default_value": 260 },
"machine_max_acceleration_z": { "default_value": 500 },
"machine_max_feedrate_e": { "default_value": 120 },
"machine_max_feedrate_z": { "default_value": 12 },
"machine_max_jerk_e": { "default_value": 2.5 },
"machine_max_jerk_xy": { "default_value": 10 },
"machine_max_jerk_z": { "default_value": 0.2 },
"machine_name": { "default_value": "Geeetech Mizar_S (legacy)" },
"machine_start_gcode": { "default_value": "G28 ; Auto home\nG1 Z15 F300 ;Move up slightly\nM107 ;Off fans\nG90 ;Switch to absolute positioning\nM82 ;Extruder absolute mode\nG92 E0 ;Set position of extruder to 0\nG0 X10 Y20 F1500 ;Move to X10 Y20 at 1500mms\nG1 Z0.8 ;Move Z to 0.8\nG1 F300 X180 E40 ;Extrude a line of filament\nG1 F1200 Z2 ;Raise Z\nG92 E0 ;Set extruder position to zero\nG28 ;Auto home" },
"machine_width": { "default_value": 255 },
"retraction_amount": { "default_value": 0.8 },
"retraction_speed": { "default_value": 35 }
}
}

View file

@ -0,0 +1,56 @@
{
"version": 2,
"name": "Geeetech A30",
"inherits": "fdmprinter",
"metadata":
{
"visible": true,
"author": "William & Cataldo URSO",
"manufacturer": "Geeetech",
"file_formats": "text/x-gcode",
"has_materials": true,
"machine_extruder_trains": { "0": "geeetech_a30_extruder_0" },
"preferred_quality_type": "draft"
},
"overrides":
{
"adhesion_type": { "default_value": "skirt" },
"gantry_height": { "value": "55" },
"layer_height": { "default_value": 0.1 },
"layer_height_0": { "default_value": 0.3 },
"machine_acceleration": { "default_value": 2000 },
"machine_center_is_zero": { "default_value": false },
"machine_depth": { "default_value": 320 },
"machine_end_gcode": { "default_value": "M104 S0;Cooling the heat end\nM140 S0;Cooling the heat bed\nG92 E1\nG1 E-1 F300\nG28 X0 Y0;Home X axis and Y axis\nM84" },
"machine_gcode_flavor": { "default_value": "Repetier" },
"machine_head_with_fans_polygon":
{
"default_value": [
[-75, 35],
[18, 35],
[18, -18],
[-75, -18]
]
},
"machine_heated_bed": { "default_value": true },
"machine_height": { "default_value": 420 },
"machine_max_acceleration_e": { "default_value": 10000 },
"machine_max_acceleration_x": { "default_value": 2000 },
"machine_max_acceleration_y": { "default_value": 2000 },
"machine_max_acceleration_z": { "default_value": 100 },
"machine_max_feedrate_e": { "default_value": 50 },
"machine_max_feedrate_x": { "default_value": 300 },
"machine_max_feedrate_y": { "default_value": 300 },
"machine_max_feedrate_z": { "default_value": 7 },
"machine_max_jerk_e": { "default_value": 5 },
"machine_max_jerk_xy": { "default_value": 10 },
"machine_max_jerk_z": { "default_value": 1 },
"machine_name": { "default_value": "Geeetech A30" },
"machine_nozzle_size": { "default_value": 0.4 },
"machine_start_gcode": { "default_value": "G28 ;Home\nM190 S{material_bed_temperature}\nM109 S{material_print_temperature} T0\nG1 Z15.0 F6000 ;Move the platform down 15mm\nG92 E0\nG1 F200 E3\nG92 E0" },
"machine_width": { "default_value": 320 },
"material_diameter": { "default_value": 1.75 },
"retraction_amount": { "default_value": 2 },
"retraction_speed": { "default_value": 25 }
}
}

View file

@ -196,7 +196,7 @@
"wall_line_width": { "value": "machine_nozzle_size" },
"wall_overhang_angle": { "default_value": 75 },
"wall_overhang_speed_factor": { "default_value": 50 },
"xy_offset_layer_0": { "value": 0.3 },
"xy_offset_layer_0": { "value": -0.3 },
"z_seam_type": { "value": "'back'" },
"zig_zaggify_infill": { "value": true }
}

View file

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

View file

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

View file

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

View file

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

View file

@ -0,0 +1,20 @@
{
"version": 2,
"name": "Extruder 3",
"inherits": "fdmextruder",
"metadata":
{
"machine": "geeetech_A10T",
"position": "2"
},
"overrides":
{
"extruder_nr":
{
"default_value": 2,
"maximum_value": "2"
},
"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_A10",
"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,20 @@
{
"version": 2,
"name": "Extruder 1",
"inherits": "fdmextruder",
"metadata":
{
"machine": "geeetech_A20M",
"position": "0"
},
"overrides":
{
"extruder_nr":
{
"default_value": 0,
"maximum_value": "1"
},
"machine_nozzle_size": { "default_value": 0.4 },
"material_diameter": { "default_value": 1.75 }
}
}

View file

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

View file

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

View file

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

View file

@ -0,0 +1,20 @@
{
"version": 2,
"name": "Extruder 3",
"inherits": "fdmextruder",
"metadata":
{
"machine": "geeetech_A20T",
"position": "2"
},
"overrides":
{
"extruder_nr":
{
"default_value": 2,
"maximum_value": "2"
},
"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_Mizar_S",
"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_a30",
"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-03-06 23:02+0100\n"
"POT-Creation-Date: 2023-03-07 09:01+0100\n"
"PO-Revision-Date: 2023-02-16 20:28+0100\n"
"Last-Translator: Miroslav Šustek <sustmidown@centrum.cz>\n"
"Language-Team: DenyCZ <www.github.com/DenyCZ>\n"
@ -705,7 +705,7 @@ msgstr "Vnitřní stěna"
#: cura/UI/PrintInformation.py:89
msgctxt "@tooltip"
msgid "Skin"
msgstr "Skin"
msgstr ""
#: cura/UI/PrintInformation.py:90
msgctxt "@tooltip"
@ -854,7 +854,7 @@ msgstr "Soubor projektu <filename>{0}</filename> je poškozený: <message>{1}</m
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:754
#, python-brace-format
msgctxt "@info:error Don't translate the XML tag <filename>!"
msgid "Project file <filename>{0}</filename> is made using profiles that are unknown to this version of Ultimaker Cura."
msgid "Project file <filename>{0}</filename> is made using profiles that are unknown to this version of UltiMaker Cura."
msgstr "Soubor projektu <filename>{0}</filename> je vytvořený s profily, které nejsou této verzi UltiMaker Cura známé."
#: plugins/3MFReader/WorkspaceDialog.py:233
@ -1346,7 +1346,7 @@ msgstr "Informace"
#: plugins/CuraEngineBackend/plugin.json
msgctxt "name"
msgid "CuraEngine Backend"
msgstr "CuraEngine Backend"
msgstr ""
#: plugins/CuraEngineBackend/plugin.json
msgctxt "description"
@ -1519,7 +1519,7 @@ msgstr "Aktualizace firmwaru selhala kvůli chybějícímu firmwaru."
#: plugins/FirmwareUpdater/plugin.json
msgctxt "name"
msgid "Firmware Updater"
msgstr "Firmware Updater"
msgstr ""
#: plugins/FirmwareUpdater/plugin.json
msgctxt "description"
@ -2518,7 +2518,7 @@ msgstr "Umožňuje nastavení pro každý model."
#: plugins/PostProcessingPlugin/PostProcessingPlugin.py:35
msgctxt "@item:inmenu"
msgid "Post Processing"
msgstr "Post Processing"
msgstr ""
#: plugins/PostProcessingPlugin/PostProcessingPlugin.py:36
msgctxt "@item:inmenu"
@ -3125,7 +3125,7 @@ msgstr "Změny konfigurace"
#: plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:36
msgctxt "@action:button"
msgid "Override"
msgstr "Override"
msgstr ""
#: plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:83
msgctxt "@label"
@ -4169,7 +4169,7 @@ msgstr "Poslední aktualizace: %1"
#: resources/qml/Account/UserOperations.qml:107
msgctxt "@button"
msgid "UltiMaker Account"
msgstr "UltiMaker Account"
msgstr ""
#: resources/qml/Account/UserOperations.qml:126
msgctxt "@button"
@ -4715,7 +4715,7 @@ msgstr "Programovací jazyk"
#: resources/qml/Dialogs/AboutDialog.qml:149
msgctxt "@label Description for application dependency"
msgid "GUI framework"
msgstr "GUI framework"
msgstr ""
#: resources/qml/Dialogs/AboutDialog.qml:150
msgctxt "@label Description for application dependency"
@ -4745,7 +4745,7 @@ msgstr "Knihovna pro výstřižky z mnohoúhelníků"
#: resources/qml/Dialogs/AboutDialog.qml:157
msgctxt "@label Description for application dependency"
msgid "JSON parser"
msgstr "JSON parser"
msgstr ""
#: resources/qml/Dialogs/AboutDialog.qml:158
msgctxt "@label Description for application dependency"
@ -4831,7 +4831,7 @@ msgstr "Vytváření balíčků Python aplikací"
#: resources/qml/Dialogs/AboutDialog.qml:179
msgctxt "@label Description for development tool"
msgid "Linux cross-distribution application deployment"
msgstr "Linux cross-distribution application deployment"
msgstr ""
#: resources/qml/Dialogs/AboutDialog.qml:180
msgctxt "@label Description for development tool"
@ -4875,7 +4875,7 @@ msgstr "Kompatibilní tiskárny"
#: resources/qml/Dialogs/ChoosePrinterDialog.qml:110
msgctxt "@description"
msgid "No compatible printers, that are currently online, where found."
msgid "No compatible printers, that are currently online, were found."
msgstr "Nebyly nalezeny žádné online kompatibilní tiskárny."
#: resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:13
@ -5003,7 +5003,7 @@ msgstr "Nový projekt"
#: resources/qml/MainWindow/ApplicationMenu.qml:88
msgctxt "@info:question"
msgid "Are you sure you want to start a new project? This will clear the build plate and any unsaved settings."
msgstr "Are you sure you want to start a new project? This will clear the build plate and any unsaved settings."
msgstr ""
#: resources/qml/MainWindow/MainWindowHeader.qml:135
msgctxt "@action:button"
@ -6298,11 +6298,11 @@ msgctxt "@label"
msgid ""
"The pattern of the infill material of the print:\n"
"\n"
"For quick prints of non functional model choose line, zig zag or lighting infill.\n"
"For quick prints of non functional model choose line, zig zag or lightning infill.\n"
"\n"
"For functional part not subjected to a lot of stress we reccomend grid or triangle or tri hexagon.\n"
"For functional part not subjected to a lot of stress we recommend grid or triangle or tri hexagon.\n"
"\n"
"For functional 3D prints which require high strenght in multiple directions use cubic, cubic subdivision, quarter cubic, octet, and gyroid."
"For functional 3D prints which require high strength in multiple directions use cubic, cubic subdivision, quarter cubic, octet, and gyroid."
msgstr ""
"Vzor výplně při tisku modelu:\n"
"\n"
@ -6319,7 +6319,7 @@ msgstr "Tloušťka pláště"
#: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:68
msgctxt "@label"
msgid "Defines the tickness of your part side walls, roof and floor."
msgid "Defines the thickness of your part side walls, roof and floor."
msgstr "Definuje tloušťku stěn, střechy a podlahy vašeho modelu."
#: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:16
@ -6941,863 +6941,3 @@ msgstr "Co je nového"
msgctxt "@label"
msgid "No items to select from"
msgstr "Není z čeho vybírat"
#~ msgctxt "@action:inmenu menubar:view"
#~ msgid "&Build plate"
#~ msgstr "Pod&ložka"
#~ msgctxt "@action:menu"
#~ msgid "&Marketplace"
#~ msgstr "Mark&et"
#~ msgctxt "@title:menu menubar:file"
#~ msgid "&Save..."
#~ msgstr "Uloži&t..."
#~ msgctxt "@text"
#~ msgid "- Customize your experience with more print profiles and plugins"
#~ msgstr "- Přizpůsobte si své zážitky pomocí více profilů tisku a modulů"
#~ msgctxt "@text"
#~ msgid ""
#~ "- Customize your experience with more print profiles and plugins\n"
#~ "- Stay flexible by syncing your setup and loading it anywhere\n"
#~ "- Increase efficiency with a remote workflow on Ultimaker printers"
#~ msgstr ""
#~ "- Přizpůsobte si své zážitky pomocí více profilů tisku a modulů\n"
#~ "- Zůstaňte flexibilní díky synchronizaci nastavení a přístupu k ní kdekoli\n"
#~ "- Zvyšte efektivitu pomocí vzdáleného pracovního postupu na tiskárnách Ultimaker"
#~ msgctxt "@text"
#~ msgid "- Get exclusive access to print profiles from leading brands"
#~ msgstr "- Získejte exkluzivní přístup k profilům tisku od předních značek"
#~ msgctxt "@text"
#~ msgid "- Increase efficiency with a remote workflow on UltiMaker printers"
#~ msgstr "- Zvyšte efektivitu pomocí vzdáleného pracovního postupu na tiskárnách UltiMaker"
#~ msgctxt "@text"
#~ msgid "- Send print jobs to UltiMaker printers outside your local network"
#~ msgstr "- Odeslat tiskové úlohy do tiskáren UltiMaker mimo vaši místní síť"
#~ msgctxt "@text"
#~ msgid ""
#~ "- Send print jobs to Ultimaker printers outside your local network\n"
#~ "- Store your Ultimaker Cura settings in the cloud for use anywhere\n"
#~ "- Get exclusive access to print profiles from leading brands"
#~ msgstr ""
#~ "- Odeslat tiskové úlohy do tiskáren Ultimaker mimo vaši místní síť\n"
#~ "- Uložte svá nastavení Ultimaker Cura do cloudu pro použití kdekoli\n"
#~ "- Získejte exkluzivní přístup k profilům tisku od předních značek"
#~ msgctxt "@text"
#~ msgid "- Stay flexible by syncing your setup and loading it anywhere"
#~ msgstr "- Zůstaňte flexibilní díky synchronizaci nastavení a přístupu k ní kdekoli"
#~ msgctxt "@text"
#~ msgid "- Store your UltiMaker Cura settings in the cloud for use anywhere"
#~ msgstr "- Uložte svá nastavení UltiMaker Cura do cloudu pro použití kdekoli"
#~ msgctxt "@label:The string between <a href=> and </a> is the highlighted link"
#~ msgid "<a href='%1'>Buy material spools</a>"
#~ msgstr "<a href='%1'>Koupit cívky materiálu</a>"
#~ msgctxt "@label:The string between <a href=> and </a> is the highlighted link"
#~ msgid "<a href='%1'>Log in</a> is required to install or update"
#~ msgstr "K instalaci nebo aktualizaci je vyžadováno <a href='%1'>přihlášení</a>"
#~ msgctxt "@label:The string between <a href=> and </a> is the highlighted link"
#~ msgid "<a href='%1'>Log in</a> is required to update"
#~ msgstr "Pro aktualizace je potřeba se <a href='%1'>přihlásit</a>"
#~ msgctxt "info:hidden list items"
#~ msgid "<li>... and {} others</li>"
#~ msgstr "<li>... a {} dalších</li>"
#~ msgctxt "info:status"
#~ msgid "<ul>{}</ul>To establish a connection, please visit the <a href='https://mycloud.ultimaker.com/'>Ultimaker Digital Factory</a>."
#~ msgstr "<ul>{}</ul> Chcete-li navázat spojení, navštivte <a href='https://mycloud.UltiMaker.com/'>Ultimaker Digital Factory</a>."
#~ msgctxt "@title:window"
#~ msgid "About "
#~ msgstr "O "
#~ msgctxt "@label"
#~ msgid "Add cloud printer"
#~ msgstr "Přidat cloudovou tiskárnu"
#~ msgctxt "@action:inmenu"
#~ msgid "Add more materials from Marketplace"
#~ msgstr "Přidat více materiálů z obchodu"
#~ msgctxt "info:status"
#~ msgid "Adding printer {} ({}) from your account"
#~ msgstr "Přidávám tiskárnu {} ({}) z vašeho účtu"
#~ msgctxt "@label"
#~ msgid "Aluminum"
#~ msgstr "Hliník"
#~ msgctxt "@label"
#~ msgid "Are you sure you want to exit Cura?"
#~ msgstr "Doopravdy chcete ukončit Curu?"
#~ msgctxt "@label ({} is object name)"
#~ msgid "Are you sure you wish to remove {}? This cannot be undone!"
#~ msgstr "Doopravdy chcete odstranit {}? Toto nelze vrátit zpět!"
#~ msgctxt "@action:inmenu menubar:edit"
#~ msgid "Arrange All Models To All Build Plates"
#~ msgstr "Uspořádejte všechny modely do všechpodložek"
#~ msgctxt "@label"
#~ msgid "Author"
#~ msgstr "Autor"
#~ msgctxt "@action:button"
#~ msgid "Back"
#~ msgstr "Zpět"
#~ msgctxt "@label:table_header"
#~ msgid "Build Plate"
#~ msgstr "Podložka"
#~ msgctxt "@title:tab"
#~ msgid "Bundled materials"
#~ msgstr "Zabalené materiály"
#~ msgctxt "@title:tab"
#~ msgid "Bundled plugins"
#~ msgstr "Zabalená rozšíření"
#~ msgctxt "@label"
#~ msgid "By"
#~ msgstr "Od"
#~ msgctxt "@action:inmenu menubar:edit"
#~ msgid "Center Selected Model"
#~ msgid_plural "Center Selected Models"
#~ msgstr[0] "Centrovat vybraný model"
#~ msgstr[1] "Centrovat vybrané modely"
#~ msgstr[2] "Centrovat vybrané modely"
#~ msgctxt "@info:tooltip"
#~ msgid "Change active post-processing scripts"
#~ msgstr "Změnit akitvní post-processing skripty"
#~ msgctxt "@label"
#~ msgid "Change build plate to %1 (This cannot be overridden)."
#~ msgstr "Změnit podložku na %1 (Toto nemůže být přepsáno)."
#~ msgctxt "@title:window"
#~ msgid "Closing Cura"
#~ msgstr "Zavírám Curu"
#~ msgctxt "@label"
#~ msgid "Community Contributions"
#~ msgstr "Soubory od komunity"
#~ msgctxt "@label"
#~ msgid "Community Plugins"
#~ msgstr "Komunitní zásuvné moduly"
#~ msgctxt "@label"
#~ msgid "Compatibility"
#~ msgstr "Kompatibilita"
#~ msgctxt "@action:button"
#~ msgid "Confirm"
#~ msgstr "Potvrdit"
#~ msgctxt "@title:window"
#~ msgid "Confirm uninstall"
#~ msgstr "Potvrdit odinstalaci"
#~ msgctxt "@info:status Ultimaker Cloud should not be translated."
#~ msgid "Connect to UltiMaker Cloud"
#~ msgstr "Připojit k UltiMaker Cloudu"
#~ msgctxt "@info:status"
#~ msgid "Connected via Cloud"
#~ msgstr "Připojeno přes Cloud"
#~ msgctxt "@title:window"
#~ msgid "Convert Image..."
#~ msgstr "Konvertovat obrázek.."
#~ msgctxt "@info"
#~ msgid "Could not connect to the Cura Package database. Please check your connection."
#~ msgstr "Nelze se připojit k databázi balíčku Cura. Zkontrolujte připojení."
#~ msgctxt "@info:status"
#~ msgid "Could not find a quality type {0} for the current configuration."
#~ msgstr "Nelze najít typ kvality {0} pro aktuální konfiguraci."
#~ msgctxt "@action:button"
#~ msgid "Create"
#~ msgstr "Vytvořit"
#~ msgctxt "@label"
#~ msgid "Create"
#~ msgstr "Vytvořit"
#~ msgctxt "@button"
#~ msgid "Create account"
#~ msgstr "Vytvořit účet"
#~ msgctxt "@button"
#~ msgid "Create an account"
#~ msgstr "Vytvořit účet"
#~ msgctxt "@action:ComboBox option"
#~ msgid "Create new"
#~ msgstr "Vytvořit nový"
#~ msgctxt "@title:column"
#~ msgid "Customized"
#~ msgstr "Upraveno"
#~ msgctxt "@text"
#~ msgid "Data collected by UltiMaker Cura will not contain any personal information."
#~ msgstr "Data shromážděná společností UltiMaker Cura nebudou obsahovat žádné osobní údaje."
#~ msgctxt "@title:column"
#~ msgid "Default"
#~ msgstr "Výchozí"
#~ msgctxt "@action:inmenu menubar:edit"
#~ msgid "Delete Selected Model"
#~ msgid_plural "Delete Selected Models"
#~ msgstr[0] "Smazat vybraný model"
#~ msgstr[1] "Smazat vybrané modely"
#~ msgstr[2] "Smazat vybrané modely"
#~ msgctxt "@action:button"
#~ msgid "Discard"
#~ msgstr "Smazat"
#~ msgctxt "@action:button"
#~ msgid "Downgrade"
#~ msgstr "Downgrade"
#~ msgctxt "@label"
#~ msgid "Downloads"
#~ msgstr "Ke stažení"
#~ msgctxt "@label"
#~ msgid "Duplicate"
#~ msgstr "Duplikovat"
#~ msgctxt "@label"
#~ msgid "Email"
#~ msgstr "Email"
#~ msgctxt "@info:title"
#~ msgid "Failed to save material package information"
#~ msgstr "Nepodařilo se uložit informace o balíčku materiálů"
#~ msgctxt "@label"
#~ msgid "Featured"
#~ msgstr "Doporučeno"
#~ msgctxt "@label:listbox"
#~ msgid "Feedrate"
#~ msgstr "Feedrate"
#~ msgctxt "@info"
#~ msgid "Fetching packages..."
#~ msgstr "Načítám balíčky..."
#~ msgctxt "description"
#~ msgid "Find, manage and install new Cura packages."
#~ msgstr "Najděte, spravujte a nainstalujte nové balíčky Cura."
#~ msgctxt "@button"
#~ msgid "Finish"
#~ msgstr "Dokončit"
#~ msgctxt "@label"
#~ msgid "Generic Materials"
#~ msgstr "Obecné materiály"
#~ msgctxt "@description"
#~ msgid "Get plugins and materials verified by UltiMaker"
#~ msgstr "Získejte pluginy a materiály ověřené společností UltiMaker"
#~ msgctxt "@button"
#~ msgid "Get started"
#~ msgstr "Začínáme"
#~ msgctxt "@label"
#~ msgid "Glass"
#~ msgstr "Sklo"
#~ msgctxt "@info:status"
#~ msgid "Global stack is missing."
#~ msgstr "Chybí globální zásobník."
#~ msgctxt "@info:tooltip"
#~ msgid "Go to Web Marketplace"
#~ msgstr "Přejít na webový obchod"
#~ msgctxt "@label"
#~ msgid "Gradual infill"
#~ msgstr "Postupná výplň"
#~ msgctxt "@label"
#~ msgid "Gradual infill will gradually increase the amount of infill towards the top."
#~ msgstr "Postupná výplň postupně zvyšuje množství výplně směrem nahoru."
#~ msgctxt "@label"
#~ msgid "Help us to improve UltiMaker Cura"
#~ msgstr "Pomožte nám zlepšovat UltiMaker Cura"
#~ msgctxt "@label The argument is a username."
#~ msgid "Hi %1"
#~ msgstr "Zdravím, %1"
#~ msgctxt "@info:tooltip"
#~ msgid "How should the conflict in the machine be resolved?"
#~ msgstr "Jak by měl být problém v zařízení vyřešen?"
#~ msgctxt "@info:tooltip"
#~ msgid "How should the conflict in the material be resolved?"
#~ msgstr "Jak by měl být problém v materiálu vyřešen?"
#~ msgctxt "@info:tooltip"
#~ msgid "How should the conflict in the profile be resolved?"
#~ msgstr "Jak by měl být problém v profilu vyřešen?"
#~ msgctxt "@action:button"
#~ msgid "Install"
#~ msgstr "Nainstalovat"
#~ msgctxt "@action:button"
#~ msgid "Installed"
#~ msgstr "Nainstalováno"
#~ msgctxt "@title:tab"
#~ msgid "Installed"
#~ msgstr "Nainstalování"
#~ msgctxt "@title:tab"
#~ msgid "Installed materials"
#~ msgstr "Nainstalované materiály"
#~ msgctxt "@title:tab"
#~ msgid "Installed plugins"
#~ msgstr "Nainstalovaná rozšíření"
#, python-brace-format
#~ msgctxt "@error:material"
#~ msgid "It was not possible to store material package information in project file: {material}. This project may not open correctly on other systems."
#~ msgstr "Nepodařilo se uložit informace o balíčku materiálů v souboru projektu: {material}. Tento projekt se nemusí otevřít správně na jiných systémech."
#~ msgctxt "@action:button"
#~ msgid "Keep"
#~ msgstr "Ponechat"
#~ msgctxt "@label"
#~ msgid "Language:"
#~ msgstr "Jazyk:"
#~ msgctxt "@label"
#~ msgid "Last updated"
#~ msgstr "Naposledy aktualizování"
#~ msgctxt "@label:listbox"
#~ msgid "Layer thickness"
#~ msgstr "Tloušťka vrstvy"
#~ msgctxt "@label:table_header"
#~ msgid "Machine"
#~ msgstr "Zařízení"
#~ msgctxt "name"
#~ msgid "Machine Settings action"
#~ msgstr "Akce nastavení zařízení"
#~ msgctxt "@text"
#~ msgid "Machine types"
#~ msgstr "Typy zařízení"
#~ msgctxt "description"
#~ msgid "Manages extensions to the application and allows browsing extensions from the Ultimaker website."
#~ msgstr "Spravuje rozšíření aplikace a umožňuje prohlížení rozšíření z webu UltiMaker."
#~ msgctxt "description"
#~ msgid "Manages network connections to Ultimaker networked printers."
#~ msgstr "Spravuje síťová připojení k síťovým tiskárnám UltiMaker."
#~ msgctxt "@title"
#~ msgid "Marketplace"
#~ msgstr "Obchod"
#~ msgctxt "@text"
#~ msgid "Material usage"
#~ msgstr "Použití materiálu"
#~ msgctxt "@text:window"
#~ msgid "Materials"
#~ msgstr "Materiály"
#~ msgctxt "@info:title"
#~ msgid "Model errors"
#~ msgstr "Chyby modelu"
#~ msgctxt "@action:button"
#~ msgid "More information"
#~ msgstr "Více informací"
#~ msgctxt "@text"
#~ msgid "More information"
#~ msgstr "Více informací"
#~ msgctxt "@action:inmenu menubar:edit"
#~ msgid "Multiply Selected Model"
#~ msgid_plural "Multiply Selected Models"
#~ msgstr[0] "Násobit vybraný model"
#~ msgstr[1] "Násobit vybrané modely"
#~ msgstr[2] "Násobit vybrané modely"
#~ msgctxt "@info:title The %s gets replaced with the printer name."
#~ msgid "New %s firmware available"
#~ msgstr "Nový %s firmware je dostupný"
#~ msgctxt "@info Don't translate {machine_name}, since it gets replaced by a printer name!"
#~ msgid "New features are available for your {machine_name}! It is recommended to update the firmware on your printer."
#~ msgstr "Pro vaše zařízení {machine_name} jsou k dispozici nové funkce! Doporučujeme aktualizovat firmware na tiskárně."
#~ msgctxt "@info Don't translate {machine_name}, since it gets replaced by a printer name!"
#~ msgid "New features or bug-fixes may be available for your {machine_name}! If not already at the latest version, it is recommended to update the firmware on your printer to version {latest_version}."
#~ msgstr "Pro vaše {machine_name} mohou být k dispozici nové funkce nebo opravy chyb! Pokud ještě není v nejnovější verzi, doporučuje se aktualizovat firmware v tiskárně na verzi {latest_version}."
#~ msgctxt "@info"
#~ msgid "No material has been installed."
#~ msgstr "Žádný materiál nebyl nainstalován."
#~ msgctxt "@info"
#~ msgid "No plugin has been installed."
#~ msgstr "Žádné rozšíření nebylo nainstalováno."
#~ msgctxt "@label"
#~ msgid "Not yet initialized<br/>"
#~ msgstr "Neinicializováno<br/>"
#~ msgctxt "@info:status"
#~ msgid "Nothing to slice because none of the models fit the build volume or are assigned to a disabled extruder. Please scale or rotate models to fit, or enable an extruder."
#~ msgstr "Nic ke slicování, protože žádný z modelů neodpovídá objemu sestavení nebo není přiřazen k vytlačovacímu stroji s deaktivací. Změňte měřítko nebo otočte modely, aby se vešly, nebo povolte extrudér."
#~ msgctxt "@text"
#~ msgid "Number of slices"
#~ msgstr "Počet sliců"
#~ msgctxt "@label"
#~ msgid "Overrides %1 setting."
#~ msgid_plural "Overrides %1 settings."
#~ msgstr[0] "Přepsat %1 nastavení."
#~ msgstr[1] "Přepsat %1 nastavení."
#~ msgstr[2] "Přepsat %1 nastavení."
#~ msgctxt "@text"
#~ msgid "Place enter your printer's IP address."
#~ msgstr "Prosím zadejte IP adresu vaší tiskárny."
#~ msgctxt "@text"
#~ msgid ""
#~ "Please follow these steps to set up\n"
#~ "Ultimaker Cura. This will only take a few moments."
#~ msgstr ""
#~ "Při nastavování postupujte podle těchto pokynů\n"
#~ "Ultimaker Cura. Bude to trvat jen několik okamžiků."
#~ msgctxt "@text"
#~ msgid "Please follow these steps to set up UltiMaker Cura. This will only take a few moments."
#~ msgstr "Při nastavování postupujte podle těchto pokynů UltiMaker Cura. Bude to trvat jen několik okamžiků."
#~ msgctxt "@text"
#~ msgid "Please give your printer a name"
#~ msgstr "Prosím dejte vaší tiskárně název"
#~ msgctxt "@title:tab"
#~ msgid "Plugins"
#~ msgstr "Zásuvné moduly"
#~ msgctxt "@label"
#~ msgid "Premium"
#~ msgstr "Premium"
#~ msgctxt "@text"
#~ msgid "Print settings"
#~ msgstr "Nastavení tisku"
#~ msgctxt "@action:button"
#~ msgid "Print via Cloud"
#~ msgstr "Tisknout přes Cloud"
#~ msgctxt "@properties:tooltip"
#~ msgid "Print via Cloud"
#~ msgstr "Tisknout přes Cloud"
#~ msgctxt "@action:label"
#~ msgid "Printer"
#~ msgstr "Tiskárna"
#~ msgctxt "@label"
#~ msgid "Printer"
#~ msgstr "Tiskárna"
#~ msgctxt "@label %1 is printer name"
#~ msgid "Printer: %1"
#~ msgstr "Tiskárna: %1"
#~ msgctxt "info:status"
#~ msgid "Printers added from Digital Factory:<ul>{}</ul>"
#~ msgstr "Tiskárny přidané z Digital Factory:<ul>{}</ul>"
#~ msgctxt "@action:label"
#~ msgid "Printing Guidelines"
#~ msgstr "Zásady tisku"
#~ msgctxt "@text:window"
#~ msgid "Profiles"
#~ msgstr "Profily"
#~ msgctxt "description"
#~ msgid "Provides the Simulation view."
#~ msgstr "Poskytuje zobrazení simulace."
#~ msgctxt "@label Description for application dependency"
#~ msgid "Python Error tracking library"
#~ msgstr "Chyba v Python trackovací knihovně"
#~ msgctxt "@Label"
#~ msgid "Python HTTP library"
#~ msgstr "Python HTTP knihovna"
#~ msgctxt "@label"
#~ msgid "Python extensions for Microsoft Windows"
#~ msgstr "Python rozšíření pro Microsoft Windows"
#~ msgctxt "@label:table_header"
#~ msgid "Quality"
#~ msgstr "Kvalita"
#~ msgctxt "@info:button"
#~ msgid "Quit Cura"
#~ msgstr "Ukončit Curu"
#~ msgctxt "@Label"
#~ msgid "Root Certificates for validating SSL trustworthiness"
#~ msgstr "Základní certifikáty pro validaci důvěryhodnosti SSL"
#~ msgctxt "@label"
#~ msgid "SVG icons"
#~ msgstr "Ikony SVG"
#~ msgctxt "@action:label"
#~ msgid "Safety Data Sheet"
#~ msgstr "Datasheet bezpečnosti"
#~ msgctxt "@label"
#~ msgid "Search materials"
#~ msgstr "Hledat materiály"
#~ msgctxt "@info:status"
#~ msgid "Send and monitor print jobs from anywhere using your UltiMaker account."
#~ msgstr "Odesílejte a sledujte tiskové úlohy odkudkoli pomocí účtu UltiMaker."
#~ msgctxt "@label"
#~ msgid "Shared Heater"
#~ msgstr "Sdílený ohřívač"
#~ msgctxt "@action:inmenu"
#~ msgid "Show Online Troubleshooting Guide"
#~ msgstr "Zobrazit online průvodce řešením problémů"
#~ msgctxt "@info"
#~ msgid "Sign in into UltiMaker Digilal Factory"
#~ msgstr "Přihlaste se do UltiMaker Digital Factory"
#~ msgctxt "@button"
#~ msgid "Sign out"
#~ msgstr "Odhlásit se"
#~ msgctxt "@info"
#~ msgid "Some settings were changed."
#~ msgstr "Některá nastavení byly změněna."
#~ msgctxt "@info:tooltip"
#~ msgid "Some things could be problematic in this print. Click to see tips for adjustment."
#~ msgstr "Některé věci mohou být v tomto tisku problematické. Kliknutím zobrazíte tipy pro úpravy."
#~ msgctxt "@Label"
#~ msgid "Static type checker for Python"
#~ msgstr "Kontrola statických typů pro Python"
#~ msgctxt "@info:status"
#~ msgid "Successfully imported profile {0}"
#~ msgstr "Úspěšně importován profil {0}"
#~ msgctxt "@label:table_header"
#~ msgid "Support"
#~ msgstr "Podpora"
#~ msgctxt "@label"
#~ msgid "Support library for analysis of complex networks"
#~ msgstr "Podpůrná knihovna pro analýzu komplexních sítí"
#~ msgctxt "@label"
#~ msgid "Support library for handling planar objects"
#~ msgstr "Podpůrná knihovna pro manipulaci s planárními objekty"
#~ msgctxt "@action:button"
#~ msgid "Sync materials with printers"
#~ msgstr "Synchronizovat materiály s tiskárnami"
#~ msgctxt "@action:button Sending materials to printers"
#~ msgid "Sync with Printers"
#~ msgstr "Synchronizovat s tiskárnami"
#~ msgctxt "@action:label"
#~ msgid "Technical Data Sheet"
#~ msgstr "Technický datasheet"
#~ msgctxt "@label"
#~ msgid "The next generation 3D printing workflow"
#~ msgstr "Pracovní postup 3D tisku nové generace"
#~ msgctxt "@text"
#~ msgid "The next generation 3D printing workflow"
#~ msgstr "Pracovní postup 3D tisku nové generace"
#~ msgctxt "@info:status"
#~ msgid "The selected model was too small to load."
#~ msgstr "Vybraný model byl moc malý k načtení."
#~ msgctxt "@label"
#~ msgid "The value is resolved from per-extruder values "
#~ msgstr "Hodnota je rozlišena z hodnot na extruderu "
#~ msgctxt "@info"
#~ msgid "The webcam is not available because you are monitoring a cloud printer."
#~ msgstr "Webová kamera není k dispozici, protože monitorujete cloudovou tiskárnu."
#~ msgctxt "@info:tooltip"
#~ msgid "The width in millimeters on the build plate."
#~ msgstr "Šířka podložky v milimetrech."
#~ msgctxt "@label"
#~ msgid "Theme:"
#~ msgstr "Styl:"
#~ msgctxt "@label %1 is filled in with the type of a profile. %2 is filled with a list of numbers (eg '1' or '1, 2')"
#~ msgid "There is no %1 profile for the configuration in extruder %2. The default intent will be used instead"
#~ msgid_plural "There is no %1 profile for the configurations in extruders %2. The default intent will be used instead"
#~ msgstr[0] "Neexistuje žádný profil %1 pro konfiguraci v extruderu %2. Místo toho bude použit výchozí záměr"
#~ msgstr[1] "Neexistuje žádný profil %1 pro konfigurace v extruderu %2. Místo toho bude použit výchozí záměr"
#~ msgstr[2] "Neexistuje žádný profil %1 pro konfigurace v extruderu %2. Místo toho bude použit výchozí záměr"
#~ msgctxt "@info:backup_status"
#~ msgid "There was an error listing your backups."
#~ msgstr "Nastala chyba při výpisu vašich záloh."
#~ msgctxt "name"
#~ msgid "Toolbox"
#~ msgstr "Nástroje"
#~ msgctxt "@label"
#~ msgid "UltiMaker Account"
#~ msgstr "Účet UltiMaker"
#~ msgctxt "@label"
#~ msgid "UltiMaker Cloud"
#~ msgstr "UltiMaker Cloud"
#~ msgctxt "@text"
#~ msgid "UltiMaker Cura collects anonymous data to improve print quality and user experience, including:"
#~ msgstr "UltiMaker Cura shromažďuje anonymní data za účelem zlepšení kvality tisku a uživatelského komfortu, včetně:"
#~ msgctxt "@button"
#~ msgid "UltiMaker account"
#~ msgstr "UltiMaker účet"
#~ msgctxt "@button"
#~ msgid "Ultimaker Digital Factory"
#~ msgstr "Ultimaker Digital Factory"
#~ msgctxt "name"
#~ msgid "Ultimaker Network Connection"
#~ msgstr "Síťové připojení UltiMaker"
#~ msgctxt "name"
#~ msgid "Ultimaker machine actions"
#~ msgstr "Akce zařízení UltiMaker"
#~ msgctxt "@action:button"
#~ msgid "Uninstall"
#~ msgstr "Odinstalace"
#~ msgctxt "@title:column"
#~ msgid "Unit"
#~ msgstr "Jednotka"
#~ msgctxt "@action:ComboBox option"
#~ msgid "Update"
#~ msgstr "Aktualizovat"
#~ msgctxt "@action:button"
#~ msgid "Update"
#~ msgstr "Aktualizace"
#~ msgctxt "@action:button"
#~ msgid "Update profile with current settings/overrides"
#~ msgstr "Aktualizovat profil s aktuálním nastavení/přepsánímy"
#~ msgctxt "@action:button"
#~ msgid "Updated"
#~ msgstr "Aktualizování"
#~ msgctxt "@action:button"
#~ msgid "Updating"
#~ msgstr "Aktualizuji"
#~ msgctxt "@title:groupbox"
#~ msgid "User description (Note: Developers may not speak your language, please use English if possible)"
#~ msgstr "Popis (Poznámka: Vývojáři nemusí mluvit vaším jazykem, pokud je to možné, použijte prosím angličtinu)"
#~ msgctxt "@label"
#~ msgid "Version"
#~ msgstr "Verze"
#~ msgctxt "@action:label"
#~ msgid "Visible settings:"
#~ msgstr "Viditelná zařízení:"
#~ msgctxt "@info"
#~ msgid "Webcam feeds for cloud printers cannot be viewed from UltiMaker Cura."
#~ msgstr "Vstup z webových kamer pro cloudové tiskárny nemůže být v UltiMaker Cura zobrazen."
#~ msgctxt "@action:label"
#~ msgid "Website"
#~ msgstr "Webová stránka"
#~ msgctxt "@label"
#~ msgid "Website"
#~ msgstr "Webová stránka"
#~ msgctxt "@label"
#~ msgid "Welcome to UltiMaker Cura"
#~ msgstr "Vítejte v UltiMaker Cura"
#~ msgctxt "@label"
#~ msgid "What's new in UltiMaker Cura"
#~ msgstr "Co je nového v UltiMaker Cura"
#~ msgctxt "@label"
#~ msgid "Will install upon restarting"
#~ msgstr "Nainstaluje se po restartu"
#~ msgctxt "@label"
#~ msgid ""
#~ "You are about to remove all printers from Cura. This action cannot be undone. \n"
#~ "Are you sure you want to continue?"
#~ msgstr ""
#~ "Chystáte se odebrat všechny tiskárny z Cury. Tuto akci nelze vrátit zpět.\n"
#~ "Doopravdy chcete pokračovat?"
#~ msgctxt "@label"
#~ msgid ""
#~ "You are about to remove {} printer(s) from Cura. This action cannot be undone. \n"
#~ "Are you sure you want to continue?"
#~ msgstr ""
#~ "Chystáte se odebrat {} tiskárny z Cury. Tuto akci nelze vrátit zpět.\n"
#~ "Jste si jistý, že chcete pokračovat?"
#~ msgctxt "@info:status"
#~ msgid "You are attempting to connect to a printer that is not running Ultimaker Connect. Please update the printer to the latest firmware."
#~ msgstr "Pokoušíte se připojit k tiskárně, na které není spuštěna aplikace UltiMaker Connect. Aktualizujte tiskárnu na nejnovější firmware."
#~ msgctxt "@text:window"
#~ msgid "You are uninstalling materials and/or profiles that are still in use. Confirming will reset the following materials/profiles to their defaults."
#~ msgstr "Odinstalujete materiály a / nebo profily, které se stále používají. Potvrzením resetujete následující materiály / profily na výchozí hodnoty."
#~ msgctxt "@text:window, %1 is a profile name"
#~ msgid ""
#~ "You have customized some profile settings.\n"
#~ "Would you like to Keep these changed settings after switching profiles?\n"
#~ "Alternatively, you can Discard the changes to load the defaults from '%1'."
#~ msgstr ""
#~ "Upravili jste některá nastavení profilu.\n"
#~ "Chcete tato změněná nastavení zachovat i po přepnutí profilů?\n"
#~ "Alternativně můžete zahodit změny a načíst výchozí hodnoty z '%1'."
#~ msgctxt "@text:window, %1 is a profile name"
#~ msgid ""
#~ "You have customized some profile settings.\n"
#~ "Would you like to Keep these changed settings after switching profiles?\n"
#~ "Alternatively, you can discard the changes to load the defaults from '%1'."
#~ msgstr ""
#~ "Upravili jste některá nastavení profilu.\n"
#~ "Chcete tato změněná nastavení zachovat i po přepnutí profilů?\n"
#~ "V opačném případě můžete změny smazat a načíst výchozí hodnoty z '%1'."
#~ msgctxt "@text:window"
#~ msgid ""
#~ "You have customized some profile settings.\n"
#~ "Would you like to keep or discard those settings?"
#~ msgstr ""
#~ "Upravili jste některá nastavení profilu.\n"
#~ "Chcete tato nastavení zachovat nebo zrušit?"
#~ msgctxt "@tooltip"
#~ msgid "You have modified some profile settings. If you want to change these go to custom mode."
#~ msgstr "Upravili jste některá nastavení profilu. Pokud je chcete změnit, přejděte do uživatelského režimu."
#~ msgctxt "@label"
#~ msgid "You need to install the package before you can rate"
#~ msgstr "Před hodnocením musíte nainstalovat balíček"
#~ msgctxt "@label"
#~ msgid "You need to login first before you can rate"
#~ msgstr "Před hodnocením se musíte přihlásit"
#~ msgctxt "@info"
#~ msgid "You will need to restart Cura before changes in packages have effect."
#~ msgstr "Než se změny v balíčcích projeví, budete muset restartovat Curu."
#~ msgctxt "@label"
#~ msgid "You will need to restart the application for these changes to have effect."
#~ msgstr "Aby se tyto změny projevily, budete muset aplikaci restartovat."
#~ msgctxt "@label"
#~ msgid "Your key to connected 3D printing"
#~ msgstr "Váš klíč k propojenému 3D tisku"
#~ msgctxt "@text"
#~ msgid "Your key to connected 3D printing"
#~ msgstr "Váš klíč k propojenému 3D tisku"
#~ msgctxt "@info:status"
#~ msgid "Your model is not manifold. The highlighted areas indicate either missing or extraneous surfaces."
#~ msgstr "Váš model není rozmanitý. Zvýrazněné oblasti indikují buď chybějící, či vedlejší povrch."
#~ msgctxt "@label"
#~ msgid "Your rating"
#~ msgstr "Vaše hodnocení"
#~ msgctxt "@info"
#~ msgid "custom profile is active and you overwrote some settings."
#~ msgstr " vlastní profil je aktivní a přepsali jste některá nastavení."
#~ msgctxt "@info"
#~ msgid "custom profile is overriding some settings."
#~ msgstr " vlastní profil přepisuje některá nastavení."
#~ msgctxt "@label"
#~ msgid "ratings"
#~ msgstr "hodnocení"
#~ msgctxt "@label ({} is printer name)"
#~ msgid "{} will be removed until the next account sync. <br> To remove {} permanently, visit <a href='https://mycloud.ultimaker.com/'>Ultimaker Digital Factory</a>. <br><br>Are you sure you want to remove {} temporarily?"
#~ msgstr "{} bude odebrána až do další synchronizace účtu. <br> Chcete-li {} trvale odebrat, navštivte <a href='https://mycloud.UltiMaker.com/'>Ultimaker Digital Factory</a>. <br><br>Opravdu chcete dočasně odebrat {}?"

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-03-06 23:02+0000\n"
"POT-Creation-Date: 2023-03-07 09:01+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"

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-03-06 23:02+0000\n"
"POT-Creation-Date: 2023-03-07 09:01+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"
@ -4474,7 +4474,7 @@ msgstr "Úhel přesahu vnějších stěn vytvořených pro formu. 0° způsobí,
#: fdmprinter.def.json
msgctxt "support_tree_branch_diameter_angle description"
msgid "The angle of the branches' diameter as they gradually become thicker towards the bottom. An angle of 0 will cause the branches to have uniform thickness over their length. A bit of an angle can increase stability of the tree support."
msgstr "The angle of the branches' diameter as they gradually become thicker towards the bottom. An angle of 0 will cause the branches to have uniform thickness over their length. A bit of an angle can increase stability of the tree support."
msgstr ""
#: fdmprinter.def.json
msgctxt "support_tree_angle description"
@ -4598,7 +4598,7 @@ msgstr "Vzdálenost ujetá při vytváření spojení od obrysu střechy dovnit
#: fdmprinter.def.json
msgctxt "interlocking_depth description"
msgid "The distance from the boundary between models to generate interlocking structure measured in cells. Too few cells will result in poor adhesion."
msgid "The distance from the boundary between models to generate interlocking structure, measured in cells. Too few cells will result in poor adhesion."
msgstr "Vzdálenost od hranic mezi modely, do jaké generovat vzájemně propletené struktury (měřeno v buňkách). Příliš málo buněk způsobí špatnou přilnavost."
#: fdmprinter.def.json

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-03-06 23:02+0100\n"
"POT-Creation-Date: 2023-03-07 09:01+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"
@ -857,7 +857,7 @@ msgstr ""
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:754
#, python-brace-format
msgctxt "@info:error Don't translate the XML tag <filename>!"
msgid "Project file <filename>{0}</filename> is made using profiles that are unknown to this version of Ultimaker Cura."
msgid "Project file <filename>{0}</filename> is made using profiles that are unknown to this version of UltiMaker Cura."
msgstr ""
#: plugins/3MFReader/WorkspaceDialog.py:233
@ -4217,7 +4217,7 @@ msgstr ""
#: resources/qml/Dialogs/ChoosePrinterDialog.qml:110
msgctxt "@description"
msgid "No compatible printers, that are currently online, where found."
msgid "No compatible printers, that are currently online, were found."
msgstr ""
#: resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:13
@ -5633,11 +5633,11 @@ msgctxt "@label"
msgid ""
"The pattern of the infill material of the print:\n"
"\n"
"For quick prints of non functional model choose line, zig zag or lighting infill.\n"
"For quick prints of non functional model choose line, zig zag or lightning infill.\n"
"\n"
"For functional part not subjected to a lot of stress we reccomend grid or triangle or tri hexagon.\n"
"For functional part not subjected to a lot of stress we recommend grid or triangle or tri hexagon.\n"
"\n"
"For functional 3D prints which require high strenght in multiple directions use cubic, cubic subdivision, quarter cubic, octet, and gyroid."
"For functional 3D prints which require high strength in multiple directions use cubic, cubic subdivision, quarter cubic, octet, and gyroid."
msgstr ""
#: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:67
@ -5647,7 +5647,7 @@ msgstr ""
#: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:68
msgctxt "@label"
msgid "Defines the tickness of your part side walls, roof and floor."
msgid "Defines the thickness of your part side walls, roof and floor."
msgstr ""
#: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:16

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-03-06 23:02+0100\n"
"POT-Creation-Date: 2023-03-07 09:01+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"
@ -854,7 +854,7 @@ msgstr "Projektdatei <filename>{0}</filename> ist beschädigt: <message>{1}</mes
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:754
#, python-brace-format
msgctxt "@info:error Don't translate the XML tag <filename>!"
msgid "Project file <filename>{0}</filename> is made using profiles that are unknown to this version of Ultimaker Cura."
msgid "Project file <filename>{0}</filename> is made using profiles that are unknown to this version of UltiMaker Cura."
msgstr ""
#: plugins/3MFReader/WorkspaceDialog.py:233
@ -4861,7 +4861,7 @@ msgstr "Kompatible Drucker"
#: resources/qml/Dialogs/ChoosePrinterDialog.qml:110
msgctxt "@description"
msgid "No compatible printers, that are currently online, where found."
msgid "No compatible printers, that are currently online, were found."
msgstr "Es wurden keine kompatiblen Drucker gefunden, die derzeit online sind."
#: resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:13
@ -4921,7 +4921,7 @@ msgstr "Benutzerdefiniertes Profil"
#: resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:178
msgctxt "@action:button"
msgid "Save changes"
msgstr "Änderungen speichern"
msgstr "Änderungen behalten"
#: resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:47
msgctxt "@text:window"
@ -6246,7 +6246,7 @@ msgstr "Druckeinstellungen"
#: resources/qml/PrintSetupSelector/Recommended/RecommendedPrintSetup.qml:111
msgctxt "@button"
msgid "Show Custom"
msgstr "Benutzerdefiniert"
msgstr ""
#: resources/qml/PrintSetupSelector/Recommended/RecommendedResolutionSelector.qml:27
msgctxt "@label"
@ -6283,11 +6283,11 @@ msgctxt "@label"
msgid ""
"The pattern of the infill material of the print:\n"
"\n"
"For quick prints of non functional model choose line, zig zag or lighting infill.\n"
"For quick prints of non functional model choose line, zig zag or lightning infill.\n"
"\n"
"For functional part not subjected to a lot of stress we reccomend grid or triangle or tri hexagon.\n"
"For functional part not subjected to a lot of stress we recommend grid or triangle or tri hexagon.\n"
"\n"
"For functional 3D prints which require high strenght in multiple directions use cubic, cubic subdivision, quarter cubic, octet, and gyroid."
"For functional 3D prints which require high strength in multiple directions use cubic, cubic subdivision, quarter cubic, octet, and gyroid."
msgstr ""
"Das Muster des Füllmaterials des Drucks:\n"
"\n"
@ -6304,7 +6304,7 @@ msgstr "Schichtdicke"
#: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:68
msgctxt "@label"
msgid "Defines the tickness of your part side walls, roof and floor."
msgid "Defines the thickness of your part side walls, roof and floor."
msgstr "Definiert die Dicke der Seitenwände, des Dachs und des Bodens Ihres Teils."
#: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:16
@ -6824,7 +6824,7 @@ msgstr "Drucker hinzufügen"
#: resources/qml/WelcomePages/AddUltimakerPrinter.qml:33
msgctxt "@label"
msgid "New UltiMaker printers can be connected to Digital Factory and monitored remotely."
msgstr "Vergewissern Sie sich, dass alle Ihre Drucker eingeschaltet und mit Digital Factory verbunden sind."
msgstr ""
#: resources/qml/WelcomePages/AddUltimakerPrinter.qml:70
msgctxt "@label"

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-03-06 23:02+0000\n"
"POT-Creation-Date: 2023-03-07 09:01+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE\n"

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-03-06 23:02+0000\n"
"POT-Creation-Date: 2023-03-07 09:01+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE\n"
@ -2441,7 +2441,7 @@ msgstr "Maximaler Winkel Außenhaut für Expansion"
#: fdmprinter.def.json
msgctxt "machine_max_feedrate_e label"
msgid "Maximum Speed E"
msgstr "Maximum Speed E"
msgstr ""
#: fdmprinter.def.json
msgctxt "machine_max_feedrate_x label"
@ -3416,7 +3416,7 @@ msgstr "Grenzwert für Normaldrehzahl/Maximaldrehzahl des Lüfters"
#: fdmprinter.def.json
msgctxt "relative_extrusion label"
msgid "Relative Extrusion"
msgstr "Relative Extrusion"
msgstr ""
#: fdmprinter.def.json
msgctxt "meshfix_union_all_remove_holes label"
@ -4595,7 +4595,7 @@ msgstr "Der abgedeckte Abstand beim Herstellen einer Verbindung vom Dachumriss n
#: fdmprinter.def.json
msgctxt "interlocking_depth description"
msgid "The distance from the boundary between models to generate interlocking structure measured in cells. Too few cells will result in poor adhesion."
msgid "The distance from the boundary between models to generate interlocking structure, measured in cells. Too few cells will result in poor adhesion."
msgstr "Der Abstand von der Begrenzung zwischen Modellen, in dem eine ineinandergreifende Struktur generiert wird, gemessen in Zellen. Eine zu geringe Zellenanzahl führt zu mangelnder Haftung."
#: fdmprinter.def.json
@ -4646,7 +4646,7 @@ msgstr "Die Strecke, um die horizontale Dachlinien, die „schwebend“ gedruckt
#: fdmprinter.def.json
msgctxt "lightning_infill_prune_angle description"
msgid "The endpoints of infill lines are shortened to save on material. This setting is the angle of overhang of the endpoints of these lines."
msgstr "The endpoints of infill lines are shortened to save on material. This setting is the angle of overhang of the endpoints of these lines."
msgstr ""
#: fdmprinter.def.json
msgctxt "material_extrusion_cool_down_speed description"
@ -4875,7 +4875,7 @@ msgstr ""
#: fdmprinter.def.json
msgctxt "lightning_infill_straightening_angle description"
msgid "The infill lines are straightened out to save on printing time. This is the maximum angle of overhang allowed across the length of the infill line."
msgstr "The infill lines are straightened out to save on printing time. This is the maximum angle of overhang allowed across the length of the infill line."
msgstr ""
#: fdmprinter.def.json
msgctxt "infill_offset_x description"
@ -5285,7 +5285,7 @@ msgstr "Der Außendurchmesser der Düsenspitze."
#: fdmprinter.def.json
msgctxt "infill_pattern description"
msgid "The pattern of the infill material of the print. The line and zig zag infill swap direction on alternate layers, reducing material cost. The grid, triangle, tri-hexagon, cubic, octet, quarter cubic, cross and concentric patterns are fully printed every layer. Gyroid, cubic, quarter cubic and octet infill change with every layer to provide a more equal distribution of strength over each direction. Lightning infill tries to minimize the infill, by only supporting the ceiling of the object."
msgstr "The pattern of the infill material of the print. The line and zig zag infill swap direction on alternate layers, reducing material cost. The grid, triangle, tri-hexagon, cubic, octet, quarter cubic, cross and concentric patterns are fully printed every layer. Gyroid, cubic, quarter cubic and octet infill change with every layer to provide a more equal distribution of strength over each direction. Lightning infill tries to minimize the infill, by only supporting the ceiling of the object."
msgstr ""
#: fdmprinter.def.json
msgctxt "support_pattern description"

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Cura 5.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-03-06 23:02+0100\n"
"POT-Creation-Date: 2023-03-07 09:01+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"
@ -853,7 +853,7 @@ msgstr "El archivo de proyecto <filename>{0}</filename> está dañado: <message>
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:754
#, python-brace-format
msgctxt "@info:error Don't translate the XML tag <filename>!"
msgid "Project file <filename>{0}</filename> is made using profiles that are unknown to this version of Ultimaker Cura."
msgid "Project file <filename>{0}</filename> is made using profiles that are unknown to this version of UltiMaker Cura."
msgstr "El archivo de proyecto <filename>{0}</filename> se ha creado con perfiles desconocidos para esta versión de Ultimaker Cura."
#: plugins/3MFReader/WorkspaceDialog.py:233
@ -4048,7 +4048,7 @@ msgstr "Actualización de la versión 4.9 a la 4.10"
#: plugins/VersionUpgrade/VersionUpgrade52to53/plugin.json
msgctxt "description"
msgid "Upgrades configurations from Cura 5.2 to Cura 5.3."
msgstr "Upgrades configurations from Cura 5.2 to Cura 5.3."
msgstr "Actualiza la configuración de Cura 5.2 a Cura 5.3."
#: plugins/VersionUpgrade/VersionUpgrade52to53/plugin.json
msgctxt "name"
@ -4861,7 +4861,7 @@ msgstr "Impresoras compatibles"
#: resources/qml/Dialogs/ChoosePrinterDialog.qml:110
msgctxt "@description"
msgid "No compatible printers, that are currently online, where found."
msgid "No compatible printers, that are currently online, were found."
msgstr "No se han encontrado impresoras compatibles que estén actualmente en línea."
#: resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:13
@ -6283,11 +6283,11 @@ msgctxt "@label"
msgid ""
"The pattern of the infill material of the print:\n"
"\n"
"For quick prints of non functional model choose line, zig zag or lighting infill.\n"
"For quick prints of non functional model choose line, zig zag or lightning infill.\n"
"\n"
"For functional part not subjected to a lot of stress we reccomend grid or triangle or tri hexagon.\n"
"For functional part not subjected to a lot of stress we recommend grid or triangle or tri hexagon.\n"
"\n"
"For functional 3D prints which require high strenght in multiple directions use cubic, cubic subdivision, quarter cubic, octet, and gyroid."
"For functional 3D prints which require high strength in multiple directions use cubic, cubic subdivision, quarter cubic, octet, and gyroid."
msgstr ""
"Patrón del material de relleno de la impresión:\n"
"\n"
@ -6304,7 +6304,7 @@ msgstr ""
#: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:68
msgctxt "@label"
msgid "Defines the tickness of your part side walls, roof and floor."
msgid "Defines the thickness of your part side walls, roof and floor."
msgstr "Define el grosor de las paredes laterales, el techo y la base de la pieza."
#: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:16
@ -6829,7 +6829,7 @@ msgstr "Agregar impresora"
#: resources/qml/WelcomePages/AddUltimakerPrinter.qml:33
msgctxt "@label"
msgid "New UltiMaker printers can be connected to Digital Factory and monitored remotely."
msgstr "New UltiMaker printers can be connected to Digital Factory and monitored remotely."
msgstr ""
#: resources/qml/WelcomePages/AddUltimakerPrinter.qml:70
msgctxt "@label"
@ -6869,7 +6869,7 @@ msgstr ""
#: resources/qml/WelcomePages/AddUltimakerPrinter.qml:133
msgctxt "@button"
msgid "Waiting for new printers"
msgstr "Waiting for new printers"
msgstr ""
#: resources/qml/WelcomePages/ChangelogContent.qml:24
msgctxt "@label"

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-03-06 23:02+0000\n"
"POT-Creation-Date: 2023-03-07 09:01+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE\n"

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-03-06 23:02+0000\n"
"POT-Creation-Date: 2023-03-07 09:01+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE\n"
@ -4595,7 +4595,7 @@ msgstr "Distancia cubierta al hacer una conexión desde un contorno del techo ha
#: fdmprinter.def.json
msgctxt "interlocking_depth description"
msgid "The distance from the boundary between models to generate interlocking structure measured in cells. Too few cells will result in poor adhesion."
msgid "The distance from the boundary between models to generate interlocking structure, measured in cells. Too few cells will result in poor adhesion."
msgstr "La distancia del límite entre los modelos para generar una estructura entrelazada medida en celdas. Un número demasiado bajo de celdas provocará una adhesión deficiente."
#: fdmprinter.def.json

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-03-06 23:02+0000\n"
"POT-Creation-Date: 2023-03-07 09:01+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE\n"

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-03-06 23:02+0000\n"
"POT-Creation-Date: 2023-03-07 09:01+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE\n"
@ -5658,7 +5658,7 @@ msgstr ""
#: fdmprinter.def.json
msgctxt "interlocking_depth description"
msgid "The distance from the boundary between models to generate interlocking structure measured in cells. Too few cells will result in poor adhesion."
msgid "The distance from the boundary between models to generate interlocking structure, measured in cells. Too few cells will result in poor adhesion."
msgstr ""
#: fdmprinter.def.json

File diff suppressed because it is too large Load diff

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-03-06 23:02+0000\n"
"POT-Creation-Date: 2023-03-07 09:01+0000\n"
"PO-Revision-Date: 2022-07-15 11:17+0200\n"
"Last-Translator: Bothof <info@bothof.nl>\n"
"Language-Team: Finnish\n"

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-03-06 23:02+0000\n"
"POT-Creation-Date: 2023-03-07 09:01+0000\n"
"PO-Revision-Date: 2022-07-15 11:17+0200\n"
"Last-Translator: Bothof <info@bothof.nl>\n"
"Language-Team: Finnish\n"
@ -4597,7 +4597,7 @@ msgstr "Etäisyys, jolla tehdään liitos katon ääriviivalta sisäänpäin. Ko
#: fdmprinter.def.json
msgctxt "interlocking_depth description"
msgid "The distance from the boundary between models to generate interlocking structure measured in cells. Too few cells will result in poor adhesion."
msgid "The distance from the boundary between models to generate interlocking structure, measured in cells. Too few cells will result in poor adhesion."
msgstr ""
#: fdmprinter.def.json

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-03-06 23:02+0100\n"
"POT-Creation-Date: 2023-03-07 09:01+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"
@ -854,7 +854,7 @@ msgstr "Le fichier de projet <filename>{0}</filename> est corrompu: <message>{1}
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:754
#, python-brace-format
msgctxt "@info:error Don't translate the XML tag <filename>!"
msgid "Project file <filename>{0}</filename> is made using profiles that are unknown to this version of Ultimaker Cura."
msgid "Project file <filename>{0}</filename> is made using profiles that are unknown to this version of UltiMaker Cura."
msgstr "Le fichier de projet <filename>{0}</filename> a été réalisé en utilisant des profils inconnus de cette version d'UltiMaker Cura."
#: plugins/3MFReader/WorkspaceDialog.py:233
@ -2241,7 +2241,7 @@ msgstr "Précédent"
#: plugins/Marketplace/resources/qml/PackagePage.qml:81
msgctxt "@header"
msgid "Description"
msgstr "Description"
msgstr ""
#: plugins/Marketplace/resources/qml/PackagePage.qml:110
msgctxt "@header"
@ -3058,7 +3058,7 @@ msgstr "Si votre imprimante n'apparaît pas dans la liste, lisez le <a href='%1'
#: resources/qml/WelcomePages/AddPrinterByIpContent.qml:247
msgctxt "@label"
msgid "Type"
msgstr "Type"
msgstr ""
#: plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:202
#: resources/qml/WelcomePages/AddPrinterByIpContent.qml:256
@ -3186,7 +3186,7 @@ msgstr "Reprise..."
#: resources/qml/MonitorButton.qml:279 resources/qml/MonitorButton.qml:288
msgctxt "@label"
msgid "Pause"
msgstr "Pause"
msgstr ""
#: plugins/UM3NetworkPrinting/resources/qml/MonitorContextMenu.qml:206
msgctxt "@label"
@ -4051,12 +4051,12 @@ msgstr "Mise à niveau de 4.9 vers 4.10"
#: plugins/VersionUpgrade/VersionUpgrade52to53/plugin.json
msgctxt "description"
msgid "Upgrades configurations from Cura 5.2 to Cura 5.3."
msgstr "Upgrades configurations from Cura 5.2 to Cura 5.3."
msgstr "Mises à niveau des configurations de Cura 5.2 vers Cura 5.3."
#: plugins/VersionUpgrade/VersionUpgrade52to53/plugin.json
msgctxt "name"
msgid "Version Upgrade 5.2 to 5.3"
msgstr "Version Upgrade 5.2 to 5.3"
msgstr "Mise à niveau de 5.2 vers 5.3"
#: plugins/X3DReader/__init__.py:13
msgctxt "@item:inlistbox"
@ -4637,7 +4637,7 @@ msgstr "À propos de %1"
#: resources/qml/Dialogs/AboutDialog.qml:59
msgctxt "@label"
msgid "version: %1"
msgstr "version: %1"
msgstr ""
#: resources/qml/Dialogs/AboutDialog.qml:74
msgctxt "@label"
@ -4861,7 +4861,7 @@ msgstr "Imprimantes compatibles"
#: resources/qml/Dialogs/ChoosePrinterDialog.qml:110
msgctxt "@description"
msgid "No compatible printers, that are currently online, where found."
msgid "No compatible printers, that are currently online, were found."
msgstr "Aucune imprimante compatible actuellement en ligne n'a été trouvée."
#: resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:13
@ -5002,7 +5002,7 @@ msgstr "Marketplace"
#: resources/qml/Menus/ConfigurationMenu/AutoConfiguration.qml:18
msgctxt "@header"
msgid "Configurations"
msgstr "Configurations"
msgstr ""
#: resources/qml/Menus/ConfigurationMenu/ConfigurationItem.qml:137
msgctxt "@label"
@ -5042,7 +5042,7 @@ msgstr "Sélectionner la configuration"
#: resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:358
msgctxt "@label"
msgid "Configurations"
msgstr "Configurations"
msgstr ""
#: resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:27
msgctxt "@header"
@ -5221,7 +5221,7 @@ msgstr "Vue de la caméra"
#: resources/qml/Menus/ViewMenu.qml:48
msgctxt "@action:inmenu menubar:view"
msgid "Perspective"
msgstr "Perspective"
msgstr ""
#: resources/qml/Menus/ViewMenu.qml:59
msgctxt "@action:inmenu menubar:view"
@ -5319,7 +5319,7 @@ msgstr "Rétablir les paramètres par défaut"
#: resources/qml/Preferences/GeneralPage.qml:172
msgctxt "@label"
msgid "Interface"
msgstr "Interface"
msgstr ""
#: resources/qml/Preferences/GeneralPage.qml:215
msgctxt "@heading"
@ -5483,7 +5483,7 @@ msgstr "Rendu caméra:"
#: resources/qml/Preferences/GeneralPage.qml:576
msgid "Perspective"
msgstr "Perspective"
msgstr ""
#: resources/qml/Preferences/GeneralPage.qml:577
msgid "Orthographic"
@ -6020,7 +6020,7 @@ msgstr "Délier le matériau"
#: resources/qml/Preferences/Materials/MaterialsView.qml:485
msgctxt "@label"
msgid "Description"
msgstr "Description"
msgstr ""
#: resources/qml/Preferences/Materials/MaterialsView.qml:503
msgctxt "@label"
@ -6191,12 +6191,12 @@ msgstr "Recommandé"
#: resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:13
msgctxt "@label:Should be short"
msgid "On"
msgstr "On"
msgstr ""
#: resources/qml/PrintSetupSelector/PrintSetupSelectorHeader.qml:14
msgctxt "@label:Should be short"
msgid "Off"
msgstr "Off"
msgstr ""
#: resources/qml/PrintSetupSelector/ProfileWarningReset.qml:65
msgctxt "@info, %1 is the name of the custom profile"
@ -6283,11 +6283,11 @@ msgctxt "@label"
msgid ""
"The pattern of the infill material of the print:\n"
"\n"
"For quick prints of non functional model choose line, zig zag or lighting infill.\n"
"For quick prints of non functional model choose line, zig zag or lightning infill.\n"
"\n"
"For functional part not subjected to a lot of stress we reccomend grid or triangle or tri hexagon.\n"
"For functional part not subjected to a lot of stress we recommend grid or triangle or tri hexagon.\n"
"\n"
"For functional 3D prints which require high strenght in multiple directions use cubic, cubic subdivision, quarter cubic, octet, and gyroid."
"For functional 3D prints which require high strength in multiple directions use cubic, cubic subdivision, quarter cubic, octet, and gyroid."
msgstr ""
"Motif de remplissage de la pièce :\n"
"\n"
@ -6304,13 +6304,13 @@ msgstr ""
#: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:68
msgctxt "@label"
msgid "Defines the tickness of your part side walls, roof and floor."
msgid "Defines the thickness of your part side walls, roof and floor."
msgstr "Définit l'épaisseur des parois et des surfaces supérieures et inférieures de votre pièce."
#: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:16
msgctxt "@label"
msgid "Support"
msgstr "Support"
msgstr ""
#: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:21
msgctxt "@label"
@ -6920,100 +6920,3 @@ msgstr "Nouveautés"
msgctxt "@label"
msgid "No items to select from"
msgstr "Aucun élément à sélectionner"
#~ msgctxt "@label"
#~ msgid "Add cloud printer"
#~ msgstr "Ajouter une imprimante cloud"
#~ msgctxt "@label"
#~ msgid "Aluminum"
#~ msgstr "Aluminium"
#~ msgctxt "@label"
#~ msgid "Change build plate to %1 (This cannot be overridden)."
#~ msgstr "Changer le plateau en %1 (Ceci ne peut pas être remplacé)."
#, fuzzy
#~ msgctxt "@text"
#~ msgid "Data collected by UltiMaker Cura will not contain any personal information."
#~ msgstr "Les données recueillies par UltiMaker Cura ne contiendront aucun renseignement personnel."
#~ msgctxt "@button"
#~ msgid "Get started"
#~ msgstr "Prise en main"
#~ msgctxt "@label"
#~ msgid "Glass"
#~ msgstr "Verre"
#~ msgctxt "@label"
#~ msgid "Gradual infill"
#~ msgstr "Remplissage graduel"
#~ msgctxt "@label"
#~ msgid "Gradual infill will gradually increase the amount of infill towards the top."
#~ msgstr "Un remplissage graduel augmentera la quantité de remplissage vers le haut."
#~ msgctxt "@label"
#~ msgid "Help us to improve UltiMaker Cura"
#~ msgstr "Aidez-nous à améliorer UltiMaker Cura"
#~ msgctxt "@info:tooltip"
#~ msgid "How should the conflict in the machine be resolved?"
#~ msgstr "Comment le conflit de la machine doit-il être résolu ?"
#~ msgctxt "@info:tooltip"
#~ msgid "How should the conflict in the material be resolved?"
#~ msgstr "Comment le conflit du matériau doit-il être résolu ?"
#~ msgctxt "@info:tooltip"
#~ msgid "How should the conflict in the profile be resolved?"
#~ msgstr "Comment le conflit du profil doit-il être résolu ?"
#~ msgctxt "@text"
#~ msgid "Machine types"
#~ msgstr "Types de machines"
#~ msgctxt "@text"
#~ msgid "Material usage"
#~ msgstr "Utilisation du matériau"
#~ msgctxt "@text"
#~ msgid "More information"
#~ msgstr "Plus d'informations"
#~ msgctxt "@text"
#~ msgid "Number of slices"
#~ msgstr "Nombre de découpes"
#, fuzzy
#~ msgctxt "@text"
#~ msgid "Please follow these steps to set up UltiMaker Cura. This will only take a few moments."
#~ msgstr ""
#~ "Veuillez suivre ces étapes pour configurer\n"
#~ "Ultimaker Cura. Cela ne prendra que quelques instants."
#~ 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 "@text"
#~ msgid "Print settings"
#~ msgstr "Paramètres d'impression"
#~ msgctxt "@info"
#~ msgid "Some settings were changed."
#~ msgstr "Certains paramètres ont été modifiés."
#, fuzzy
#~ msgctxt "@text"
#~ msgid "UltiMaker Cura collects anonymous data to improve print quality and user experience, including:"
#~ msgstr "UltiMaker Cura recueille des données anonymes pour améliorer la qualité d'impression et l'expérience utilisateur, notamment :"
#~ msgctxt "@action:label"
#~ msgid "Visible settings:"
#~ msgstr "Paramètres visibles :"
#~ msgctxt "@label"
#~ msgid "Welcome to UltiMaker Cura"
#~ msgstr "Bienvenue dans UltiMaker Cura"

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-03-06 23:02+0000\n"
"POT-Creation-Date: 2023-03-07 09:01+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE\n"

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-03-06 23:02+0000\n"
"POT-Creation-Date: 2023-03-07 09:01+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE\n"
@ -4595,7 +4595,7 @@ msgstr "La distance couverte lors de l'impression d'une connexion d'un contour d
#: fdmprinter.def.json
msgctxt "interlocking_depth description"
msgid "The distance from the boundary between models to generate interlocking structure measured in cells. Too few cells will result in poor adhesion."
msgid "The distance from the boundary between models to generate interlocking structure, measured in cells. Too few cells will result in poor adhesion."
msgstr "Limite de la distance entre modèles 3D lors de la génération d'une structure de connexion, mesurée en cellules. Un trop petit nombre de cellules entraînera une mauvaise adhérence."
#: fdmprinter.def.json

File diff suppressed because it is too large Load diff

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-03-06 23:02+0000\n"
"POT-Creation-Date: 2023-03-07 09:01+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"

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-03-06 23:02+0000\n"
"POT-Creation-Date: 2023-03-07 09:01+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"
@ -4602,7 +4602,7 @@ msgstr "A beépített távolság, amikor a tetőtől körvonalakat bekapcsolnak.
#: fdmprinter.def.json
msgctxt "interlocking_depth description"
msgid "The distance from the boundary between models to generate interlocking structure measured in cells. Too few cells will result in poor adhesion."
msgid "The distance from the boundary between models to generate interlocking structure, measured in cells. Too few cells will result in poor adhesion."
msgstr ""
#: fdmprinter.def.json

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-03-06 23:02+0100\n"
"POT-Creation-Date: 2023-03-07 09:01+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"
@ -53,7 +53,7 @@ msgstr "Impossibile creare un archivio dalla directory dei dati utente: {}"
#: plugins/CuraDrive/src/DrivePluginExtension.py:126
msgctxt "@info:title"
msgid "Backup"
msgstr "Backup"
msgstr ""
#: cura/Backups/Backup.py:134
msgctxt "@info:backup_failed"
@ -334,7 +334,7 @@ msgstr "Rimuovere {0}? Questa operazione non può essere annullata!"
#: cura/Machines/Models/QualityManagementModel.py:347
msgctxt "@label"
msgid "Default"
msgstr "Default"
msgstr ""
#: cura/Machines/Models/IntentCategoryModel.py:45
#: cura/Machines/Models/IntentSelectionModel.py:65
@ -355,7 +355,7 @@ msgstr "Il profilo visivo è destinato alla stampa di prototipi e modelli visivi
#: cura/Machines/Models/IntentTranslations.py:18
msgctxt "@label"
msgid "Engineering"
msgstr "Engineering"
msgstr ""
#: cura/Machines/Models/IntentCategoryModel.py:50
#: cura/Machines/Models/IntentSelectionModel.py:71
@ -660,7 +660,7 @@ msgstr "Non supportato"
#: cura/Settings/cura_empty_instance_containers.py:55
msgctxt "@info:No intent profile selected"
msgid "Default"
msgstr "Default"
msgstr ""
#: cura/UI/AddPrinterPagesModel.py:17
#: plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:61
@ -730,7 +730,7 @@ msgstr "Supporto"
#: cura/UI/PrintInformation.py:94
msgctxt "@tooltip"
msgid "Skirt"
msgstr "Skirt"
msgstr ""
#: cura/UI/PrintInformation.py:95
msgctxt "@tooltip"
@ -854,8 +854,8 @@ msgstr "Il file di progetto <filename>{0}</filename> è danneggiato: <message>{1
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:754
#, python-brace-format
msgctxt "@info:error Don't translate the XML tag <filename>!"
msgid "Project file <filename>{0}</filename> is made using profiles that are unknown to this version of Ultimaker Cura."
msgstr ""
msgid "Project file <filename>{0}</filename> is made using profiles that are unknown to this version of UltiMaker Cura."
msgstr "Il file di progetto <filename>{0}</filename> è realizzato con profili sconosciuti a questa versione di UltiMaker Cura."
#: plugins/3MFReader/WorkspaceDialog.py:233
msgctxt "@title:tab"
@ -950,7 +950,7 @@ msgstr "Nome"
#: resources/qml/Dialogs/WorkspaceSummaryDialog.qml:263
msgctxt "@action:label"
msgid "Intent"
msgstr "Intent"
msgstr ""
#: plugins/3MFReader/WorkspaceDialog.qml:178
#: resources/qml/Dialogs/WorkspaceSummaryDialog.qml:230
@ -1714,7 +1714,7 @@ msgstr "Percentuale di luce che penetra una stampa dello spessore di 1 millimetr
#: plugins/ImageReader/ConfigUI.qml:274
msgctxt "@action:label"
msgid "Smoothing"
msgstr "Smoothing"
msgstr ""
#: plugins/ImageReader/ConfigUI.qml:298
msgctxt "@info:tooltip"
@ -1726,7 +1726,7 @@ msgstr "La quantità di smoothing (levigatura) da applicare all'immagine."
#: resources/qml/ColorDialog.qml:148 resources/qml/Dialogs/RenameDialog.qml:25
msgctxt "@action:button"
msgid "OK"
msgstr "OK"
msgstr ""
#: plugins/ImageReader/__init__.py:14
msgctxt "@item:inlistbox"
@ -2201,7 +2201,7 @@ msgstr "Downgrade in corso..."
#: plugins/Marketplace/resources/qml/PackageCardHeader.qml:243
msgctxt "@button"
msgid "Downgrade"
msgstr "Downgrade"
msgstr ""
#: plugins/Marketplace/resources/qml/PackageCardHeader.qml:247
msgctxt "@button"
@ -3122,7 +3122,7 @@ msgstr "Modifiche configurazione"
#: plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:36
msgctxt "@action:button"
msgid "Override"
msgstr "Override"
msgstr ""
#: plugins/UM3NetworkPrinting/resources/qml/MonitorConfigOverrideDialog.qml:83
msgctxt "@label"
@ -3533,7 +3533,7 @@ msgstr "Ulteriori informazioni"
#: plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:18
msgctxt "@info:status"
msgid "You are attempting to connect to a printer that is not running UltiMaker Connect. Please update the printer to the latest firmware."
msgstr ""
msgstr "Si sta tentando di connettersi a una stampante che non esegue Ultimaker Connect. Aggiornare la stampante con il firmware più recente."
#: plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:21
msgctxt "@info:title"
@ -4116,6 +4116,9 @@ msgid ""
"- Back-up and sync your material profiles and plug-ins\n"
"- Share ideas and get help from 48,000+ users in the UltiMaker community"
msgstr ""
"- Aggiungi profili materiale e plugin dal Marketplace\n"
"- Esegui il backup e la sincronizzazione dei profili materiale e dei plugin\n"
"- Condividi idee e ottieni supporto da più di 48.000 utenti nella community di Ultimaker"
#: resources/qml/Account/GeneralOperations.qml:58
msgctxt "@button"
@ -4861,7 +4864,7 @@ msgstr "Stampanti compatibili"
#: resources/qml/Dialogs/ChoosePrinterDialog.qml:110
msgctxt "@description"
msgid "No compatible printers, that are currently online, where found."
msgid "No compatible printers, that are currently online, were found."
msgstr "Nessuna stampante compatibile trovata online."
#: resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:13
@ -5618,7 +5621,7 @@ msgstr "Trasferisci sempre le impostazioni modificate a un nuovo profilo"
#: resources/qml/Preferences/GeneralPage.qml:856
msgctxt "@label"
msgid "Privacy"
msgstr "Privacy"
msgstr ""
#: resources/qml/Preferences/GeneralPage.qml:862
msgctxt "@info:tooltip"
@ -6283,11 +6286,11 @@ msgctxt "@label"
msgid ""
"The pattern of the infill material of the print:\n"
"\n"
"For quick prints of non functional model choose line, zig zag or lighting infill.\n"
"For quick prints of non functional model choose line, zig zag or lightning infill.\n"
"\n"
"For functional part not subjected to a lot of stress we reccomend grid or triangle or tri hexagon.\n"
"For functional part not subjected to a lot of stress we recommend grid or triangle or tri hexagon.\n"
"\n"
"For functional 3D prints which require high strenght in multiple directions use cubic, cubic subdivision, quarter cubic, octet, and gyroid."
"For functional 3D prints which require high strength in multiple directions use cubic, cubic subdivision, quarter cubic, octet, and gyroid."
msgstr ""
"La configurazione del materiale di riempimento della stampa:\n"
"\n"
@ -6304,7 +6307,7 @@ msgstr ""
#: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:68
msgctxt "@label"
msgid "Defines the tickness of your part side walls, roof and floor."
msgid "Defines the thickness of your part side walls, roof and floor."
msgstr "Definisce lo spessore delle pareti laterali, del tetto e del pavimento."
#: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:16
@ -6315,7 +6318,7 @@ msgstr "Supporto"
#: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:21
msgctxt "@label"
msgid "Generate structures to support parts of the model which have overhangs. Without these structures, these parts would collapse during printing."
msgstr ""
msgstr "Genera strutture per supportare le parti del modello a sbalzo. Senza queste strutture, queste parti collasserebbero durante la stampa."
#: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:40
msgctxt "@action:label"
@ -6920,75 +6923,3 @@ msgstr "Scopri le novità"
msgctxt "@label"
msgid "No items to select from"
msgstr "Nessun elemento da selezionare da"
#~ msgctxt "@text"
#~ msgid "Data collected by UltiMaker Cura will not contain any personal information."
#~ msgstr "Data collected by UltiMaker Cura will not contain any personal information."
#~ msgctxt "@button"
#~ msgid "Get started"
#~ msgstr "Per iniziare"
#~ msgctxt "@label"
#~ msgid "Help us to improve UltiMaker Cura"
#~ msgstr "Help us to improve UltiMaker Cura"
#~ msgctxt "@text"
#~ msgid "Machine types"
#~ msgstr "Tipi di macchine"
#~ msgctxt "description"
#~ msgid "Manages extensions to the application and allows browsing extensions from the Ultimaker website."
#~ msgstr "Gestisce le estensioni per l'applicazione e consente di ricercare le estensioni nel sito Web Ultimaker."
#~ msgctxt "description"
#~ msgid "Manages network connections to Ultimaker networked printers."
#~ msgstr "Gestisce le connessioni di rete alle stampanti Ultimaker in rete."
#~ msgctxt "@text"
#~ msgid "Material usage"
#~ msgstr "Utilizzo dei materiali"
#~ msgctxt "@text"
#~ msgid "More information"
#~ msgstr "Ulteriori informazioni"
#~ msgctxt "@text"
#~ msgid "Number of slices"
#~ msgstr "Numero di sezionamenti"
#~ msgctxt "@text"
#~ msgid "Please follow these steps to set up UltiMaker Cura. This will only take a few moments."
#~ msgstr "Please follow these steps to set up UltiMaker Cura. This will only take a few moments."
#~ 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 "@text"
#~ msgid "Print settings"
#~ msgstr "Impostazioni di stampa"
#~ msgctxt "@info"
#~ msgid "Sign in into UltiMaker Digilal Factory"
#~ msgstr "Sign in into UltiMaker Digilal Factory"
#~ msgctxt "@text"
#~ msgid "UltiMaker Cura collects anonymous data to improve print quality and user experience, including:"
#~ msgstr "UltiMaker Cura collects anonymous data to improve print quality and user experience, including:"
#~ msgctxt "name"
#~ msgid "Ultimaker Network Connection"
#~ msgstr "Connessione di rete Ultimaker"
#~ msgctxt "name"
#~ msgid "Ultimaker machine actions"
#~ msgstr "Azioni della macchina Ultimaker"
#~ msgctxt "@label"
#~ msgid "Welcome to UltiMaker Cura"
#~ msgstr "Welcome to UltiMaker Cura"
#~ msgctxt "@info:status"
#~ msgid "You are attempting to connect to a printer that is not running Ultimaker Connect. Please update the printer to the latest firmware."
#~ msgstr "Si sta tentando di connettersi a una stampante che non esegue Ultimaker Connect. Aggiornare la stampante con il firmware più recente."

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-03-06 23:02+0000\n"
"POT-Creation-Date: 2023-03-07 09:01+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE\n"

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-03-06 23:02+0000\n"
"POT-Creation-Date: 2023-03-07 09:01+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE\n"
@ -4595,7 +4595,7 @@ msgstr "Indica la distanza percorsa durante la realizzazione di una connessione
#: fdmprinter.def.json
msgctxt "interlocking_depth description"
msgid "The distance from the boundary between models to generate interlocking structure measured in cells. Too few cells will result in poor adhesion."
msgid "The distance from the boundary between models to generate interlocking structure, measured in cells. Too few cells will result in poor adhesion."
msgstr "La distanza dal confine tra i modelli per generare una struttura a incastro misurata in celle. Un numero troppo basso di celle determina una scarsa adesione."
#: fdmprinter.def.json

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-03-06 23:02+0100\n"
"POT-Creation-Date: 2023-03-07 09:01+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"
@ -334,7 +334,7 @@ msgstr "{0}を取り除いてもよろしいですか?この操作は元に戻
#: cura/Machines/Models/QualityManagementModel.py:347
msgctxt "@label"
msgid "Default"
msgstr "Default"
msgstr ""
#: cura/Machines/Models/IntentCategoryModel.py:45
#: cura/Machines/Models/IntentSelectionModel.py:65
@ -355,7 +355,7 @@ msgstr "ビジュアルプロファイルは、優れたビジュアルと表面
#: cura/Machines/Models/IntentTranslations.py:18
msgctxt "@label"
msgid "Engineering"
msgstr "Engineering"
msgstr ""
#: cura/Machines/Models/IntentCategoryModel.py:50
#: cura/Machines/Models/IntentSelectionModel.py:71
@ -660,7 +660,7 @@ msgstr "サポート対象外"
#: cura/Settings/cura_empty_instance_containers.py:55
msgctxt "@info:No intent profile selected"
msgid "Default"
msgstr "Default"
msgstr ""
#: cura/UI/AddPrinterPagesModel.py:17
#: plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:61
@ -854,7 +854,7 @@ msgstr "プロジェクトファイル<filename>{0}</filename>は破損してい
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:754
#, python-brace-format
msgctxt "@info:error Don't translate the XML tag <filename>!"
msgid "Project file <filename>{0}</filename> is made using profiles that are unknown to this version of Ultimaker Cura."
msgid "Project file <filename>{0}</filename> is made using profiles that are unknown to this version of UltiMaker Cura."
msgstr "プロジェクトファイル<filename>{0}</filename>はこのバージョンのUltiMaker Curaでは認識できないプロファイルを使用して作成されています。"
#: plugins/3MFReader/WorkspaceDialog.py:233
@ -950,7 +950,7 @@ msgstr "ネーム"
#: resources/qml/Dialogs/WorkspaceSummaryDialog.qml:263
msgctxt "@action:label"
msgid "Intent"
msgstr "Intent"
msgstr ""
#: plugins/3MFReader/WorkspaceDialog.qml:178
#: resources/qml/Dialogs/WorkspaceSummaryDialog.qml:230
@ -1724,7 +1724,7 @@ msgstr "画像に適応したスムージング量。"
#: resources/qml/ColorDialog.qml:148 resources/qml/Dialogs/RenameDialog.qml:25
msgctxt "@action:button"
msgid "OK"
msgstr "OK"
msgstr ""
#: plugins/ImageReader/__init__.py:14
msgctxt "@item:inlistbox"
@ -4852,7 +4852,7 @@ msgstr "互換性のあるプリンター"
#: resources/qml/Dialogs/ChoosePrinterDialog.qml:110
msgctxt "@description"
msgid "No compatible printers, that are currently online, where found."
msgid "No compatible printers, that are currently online, were found."
msgstr "現在オンライン状態で互換性があるプリンターは見つかりませんでした。"
#: resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:13
@ -5656,7 +5656,7 @@ msgstr "安定版およびベータ版リリース"
#: resources/qml/Preferences/GeneralPage.qml:957
msgctxt "@info:tooltip"
msgid "Should an automatic check for new plugins be done every time Cura is started? It is highly recommended that you do not disable this!"
msgstr "Should an automatic check for new plugins be done every time Cura is started? It is highly recommended that you do not disable this!"
msgstr ""
#: resources/qml/Preferences/GeneralPage.qml:962
msgctxt "@option:check"
@ -5804,7 +5804,7 @@ msgstr "材料をUSBで同期"
#: resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:207
msgctxt "@title:header"
msgid "The following printers will receive the new material profiles:"
msgstr "The following printers will receive the new material profiles:"
msgstr ""
#: resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:214
msgctxt "@title:header"
@ -5814,7 +5814,7 @@ msgstr "材料をプリンターに送信する際に問題が発生しました
#: resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:221
msgctxt "@title:header"
msgid "Material profiles successfully synced with the following printers:"
msgstr "Material profiles successfully synced with the following printers:"
msgstr ""
#: resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:258
#: resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:445
@ -6269,11 +6269,11 @@ msgctxt "@label"
msgid ""
"The pattern of the infill material of the print:\n"
"\n"
"For quick prints of non functional model choose line, zig zag or lighting infill.\n"
"For quick prints of non functional model choose line, zig zag or lightning infill.\n"
"\n"
"For functional part not subjected to a lot of stress we reccomend grid or triangle or tri hexagon.\n"
"For functional part not subjected to a lot of stress we recommend grid or triangle or tri hexagon.\n"
"\n"
"For functional 3D prints which require high strenght in multiple directions use cubic, cubic subdivision, quarter cubic, octet, and gyroid."
"For functional 3D prints which require high strength in multiple directions use cubic, cubic subdivision, quarter cubic, octet, and gyroid."
msgstr ""
"プリントのインフィル材料のパターン:\n"
"\n"
@ -6290,7 +6290,7 @@ msgstr ""
#: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:68
msgctxt "@label"
msgid "Defines the tickness of your part side walls, roof and floor."
msgid "Defines the thickness of your part side walls, roof and floor."
msgstr "部品のサイドウォール、ルーフ、フロアの厚さを定義します。"
#: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:16
@ -6670,7 +6670,7 @@ msgstr "アカウントにプリンターが見つかりませんか?"
#: resources/qml/WelcomePages/AddCloudPrintersView.qml:117
msgctxt "@label"
msgid "The following printers in your account have been added in Cura:"
msgstr "The following printers in your account have been added in Cura:"
msgstr ""
#: resources/qml/WelcomePages/AddCloudPrintersView.qml:186
msgctxt "@button"

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-03-06 23:02+0000\n"
"POT-Creation-Date: 2023-03-07 09:01+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE\n"

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-03-06 23:02+0000\n"
"POT-Creation-Date: 2023-03-07 09:01+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE\n"
@ -3721,7 +3721,7 @@ msgstr "小型形体の最大長さ"
#: fdmprinter.def.json
msgctxt "small_feature_speed_factor label"
msgid "Small Feature Speed"
msgstr "Small Feature Speed"
msgstr ""
#: fdmprinter.def.json
msgctxt "small_hole_max_size label"
@ -4597,7 +4597,7 @@ msgstr "ルーフから内側に輪郭を描くときの距離。ワイヤ印刷
#: fdmprinter.def.json
msgctxt "interlocking_depth description"
msgid "The distance from the boundary between models to generate interlocking structure measured in cells. Too few cells will result in poor adhesion."
msgid "The distance from the boundary between models to generate interlocking structure, measured in cells. Too few cells will result in poor adhesion."
msgstr "インターロック構造を生成するモデル間の境界からの距離(セル単位)。セルが少なすぎると密着性が低下します。"
#: fdmprinter.def.json

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-03-06 23:02+0100\n"
"POT-Creation-Date: 2023-03-07 09:01+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"
@ -68,7 +68,7 @@ msgstr "현재 버전보다 높은 Cura 백업을 복원하려고 시도했습
#: cura/Backups/Backup.py:158
msgctxt "@info:backup_failed"
msgid "The following error occurred while trying to restore a Cura backup:"
msgstr "The following error occurred while trying to restore a Cura backup:"
msgstr ""
#: cura/BuildVolume.py:100
msgctxt "@info:status"
@ -334,7 +334,7 @@ msgstr "정말로 {0}을(를) 제거하시겠습니까? 이 작업을 실행 취
#: cura/Machines/Models/QualityManagementModel.py:347
msgctxt "@label"
msgid "Default"
msgstr "Default"
msgstr ""
#: cura/Machines/Models/IntentCategoryModel.py:45
#: cura/Machines/Models/IntentSelectionModel.py:65
@ -355,7 +355,7 @@ msgstr "시각적 프로파일은 높은 시각적 및 표면 품질의 의도
#: cura/Machines/Models/IntentTranslations.py:18
msgctxt "@label"
msgid "Engineering"
msgstr "Engineering"
msgstr ""
#: cura/Machines/Models/IntentCategoryModel.py:50
#: cura/Machines/Models/IntentSelectionModel.py:71
@ -660,7 +660,7 @@ msgstr "지원되지 않음"
#: cura/Settings/cura_empty_instance_containers.py:55
msgctxt "@info:No intent profile selected"
msgid "Default"
msgstr "Default"
msgstr ""
#: cura/UI/AddPrinterPagesModel.py:17
#: plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:61
@ -854,7 +854,7 @@ msgstr "프로젝트 파일 <filename>{0}</filename>이 손상됨: <message>{1}<
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:754
#, python-brace-format
msgctxt "@info:error Don't translate the XML tag <filename>!"
msgid "Project file <filename>{0}</filename> is made using profiles that are unknown to this version of Ultimaker Cura."
msgid "Project file <filename>{0}</filename> is made using profiles that are unknown to this version of UltiMaker Cura."
msgstr "프로젝트 파일 <filename>{0}</filename>이(가) 이 버전의 UltiMaker Cura에서 확인할 수 없는 프로파일을 사용하였습니다."
#: plugins/3MFReader/WorkspaceDialog.py:233
@ -950,7 +950,7 @@ msgstr "이름"
#: resources/qml/Dialogs/WorkspaceSummaryDialog.qml:263
msgctxt "@action:label"
msgid "Intent"
msgstr "Intent"
msgstr ""
#: plugins/3MFReader/WorkspaceDialog.qml:178
#: resources/qml/Dialogs/WorkspaceSummaryDialog.qml:230
@ -968,7 +968,7 @@ msgstr[0] "%1 무시"
#: plugins/3MFReader/WorkspaceDialog.qml:185
msgctxt "@action:label"
msgid "Derivative from"
msgstr "Derivative from"
msgstr ""
#: plugins/3MFReader/WorkspaceDialog.qml:186
msgctxt "@action:label"
@ -1275,7 +1275,7 @@ msgstr "버그 보고"
#: plugins/CuraEngineBackend/CuraEngineBackend.py:169
msgctxt "@message:description"
msgid "Report a bug on UltiMaker Cura's issue tracker."
msgstr "Report a bug on UltiMaker Cura's issue tracker."
msgstr ""
#: plugins/CuraEngineBackend/CuraEngineBackend.py:401
msgctxt "@info:status"
@ -2927,7 +2927,7 @@ msgstr "특정 장소에서 서포트 프린팅을 막는 지우개 메쉬(erase
#: plugins/SupportEraser/plugin.json
msgctxt "name"
msgid "Support Eraser"
msgstr "Support Eraser"
msgstr ""
#: plugins/TrimeshReader/__init__.py:15
msgctxt "@item:inlistbox 'Open' is part of the name of this file format."
@ -4480,7 +4480,7 @@ msgstr "UltiMaker e-러닝을 통해 3D 프린팅 전문가로 거듭나십시
#: resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:67
msgctxt "@label:button"
msgid "UltiMaker support"
msgstr "UltiMaker support"
msgstr ""
#: resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml:69
msgctxt "@tooltip:button"
@ -4721,7 +4721,7 @@ msgstr "다각형 클리핑 라이브러리"
#: resources/qml/Dialogs/AboutDialog.qml:157
msgctxt "@label Description for application dependency"
msgid "JSON parser"
msgstr "JSON parser"
msgstr ""
#: resources/qml/Dialogs/AboutDialog.qml:158
msgctxt "@label Description for application dependency"
@ -4851,7 +4851,7 @@ msgstr "호환 가능한 프린터"
#: resources/qml/Dialogs/ChoosePrinterDialog.qml:110
msgctxt "@description"
msgid "No compatible printers, that are currently online, where found."
msgid "No compatible printers, that are currently online, were found."
msgstr "현재 온라인 상태인 호환 가능한 프린터가 없습니다."
#: resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:13
@ -5803,7 +5803,7 @@ msgstr "재료를 USB로 동기화"
#: resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:207
msgctxt "@title:header"
msgid "The following printers will receive the new material profiles:"
msgstr "The following printers will receive the new material profiles:"
msgstr ""
#: resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:214
msgctxt "@title:header"
@ -5813,7 +5813,7 @@ msgstr "재료를 프린터로 전송할 때 어떤 문제가 발생했습니다
#: resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:221
msgctxt "@title:header"
msgid "Material profiles successfully synced with the following printers:"
msgstr "Material profiles successfully synced with the following printers:"
msgstr ""
#: resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:258
#: resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:445
@ -6269,11 +6269,11 @@ msgctxt "@label"
msgid ""
"The pattern of the infill material of the print:\n"
"\n"
"For quick prints of non functional model choose line, zig zag or lighting infill.\n"
"For quick prints of non functional model choose line, zig zag or lightning infill.\n"
"\n"
"For functional part not subjected to a lot of stress we reccomend grid or triangle or tri hexagon.\n"
"For functional part not subjected to a lot of stress we recommend grid or triangle or tri hexagon.\n"
"\n"
"For functional 3D prints which require high strenght in multiple directions use cubic, cubic subdivision, quarter cubic, octet, and gyroid."
"For functional 3D prints which require high strength in multiple directions use cubic, cubic subdivision, quarter cubic, octet, and gyroid."
msgstr ""
"3D 객체의 인필 재료 패턴:\n"
"\n"
@ -6290,7 +6290,7 @@ msgstr ""
#: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:68
msgctxt "@label"
msgid "Defines the tickness of your part side walls, roof and floor."
msgid "Defines the thickness of your part side walls, roof and floor."
msgstr "부품 측벽, 지붕 및 바닥의 두께를 정의합니다."
#: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:16
@ -6673,7 +6673,7 @@ msgstr "사용자의 계정에 프린터가 없습니까?"
#: resources/qml/WelcomePages/AddCloudPrintersView.qml:117
msgctxt "@label"
msgid "The following printers in your account have been added in Cura:"
msgstr "The following printers in your account have been added in Cura:"
msgstr ""
#: resources/qml/WelcomePages/AddCloudPrintersView.qml:186
msgctxt "@button"

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-03-06 23:02+0000\n"
"POT-Creation-Date: 2023-03-07 09:01+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE\n"

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-03-06 23:02+0000\n"
"POT-Creation-Date: 2023-03-07 09:01+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE\n"
@ -3684,7 +3684,7 @@ msgstr "스커트/브림 압출량"
#: fdmprinter.def.json
msgctxt "jerk_skirt_brim label"
msgid "Skirt/Brim Jerk"
msgstr "Skirt/Brim Jerk"
msgstr ""
#: fdmprinter.def.json
msgctxt "skirt_brim_line_width label"
@ -4593,7 +4593,7 @@ msgstr "지붕에서 연결을 할 때 안쪽까지 윤곽선을 그립니다.
#: fdmprinter.def.json
msgctxt "interlocking_depth description"
msgid "The distance from the boundary between models to generate interlocking structure measured in cells. Too few cells will result in poor adhesion."
msgid "The distance from the boundary between models to generate interlocking structure, measured in cells. Too few cells will result in poor adhesion."
msgstr "셀 단위로 측정된 연동 구조를 생성하기 위한 모델 간의 경계로부터의 거리입니다. 셀 수가 너무 적으면 접착력이 떨어집니다."
#: fdmprinter.def.json
@ -6113,7 +6113,7 @@ msgstr "WP 상향 조정"
#: fdmprinter.def.json
msgctxt "wireframe_fall_down label"
msgid "WP Fall Down"
msgstr "WP Fall Down"
msgstr ""
#: fdmprinter.def.json
msgctxt "wireframe_flat_delay label"
@ -6688,7 +6688,7 @@ msgstr "리트렉션했을 때의 Z Hop"
#: fdmprinter.def.json
msgctxt "z_seam_type label"
msgid "Z Seam Alignment"
msgstr "Z Seam Alignment"
msgstr ""
#: fdmprinter.def.json
msgctxt "z_seam_position label"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-03-06 23:02+0100\n"
"POT-Creation-Date: 2023-03-07 09:01+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"
@ -635,7 +635,7 @@ msgstr "Waarschuwing: het profiel is niet zichtbaar omdat het kwaliteitstype '{0
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:221
msgctxt "@label"
msgid "Nozzle"
msgstr "Nozzle"
msgstr ""
#: cura/Settings/MachineManager.py:890
msgctxt "@info:message Followed by a list of settings."
@ -705,7 +705,7 @@ msgstr "Binnenwanden"
#: cura/UI/PrintInformation.py:89
msgctxt "@tooltip"
msgid "Skin"
msgstr "Skin"
msgstr ""
#: cura/UI/PrintInformation.py:90
msgctxt "@tooltip"
@ -730,7 +730,7 @@ msgstr "Supportstructuur"
#: cura/UI/PrintInformation.py:94
msgctxt "@tooltip"
msgid "Skirt"
msgstr "Skirt"
msgstr ""
#: cura/UI/PrintInformation.py:95
msgctxt "@tooltip"
@ -854,7 +854,7 @@ msgstr "Projectbestand <filename>{0}</filename> is corrupt: <message>{1}</messag
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:754
#, python-brace-format
msgctxt "@info:error Don't translate the XML tag <filename>!"
msgid "Project file <filename>{0}</filename> is made using profiles that are unknown to this version of Ultimaker Cura."
msgid "Project file <filename>{0}</filename> is made using profiles that are unknown to this version of UltiMaker Cura."
msgstr "Projectbestand <filename>{0}</filename> wordt gemaakt met behulp van profielen die onbekend zijn bij deze versie van UltiMaker Cura."
#: plugins/3MFReader/WorkspaceDialog.py:233
@ -4864,7 +4864,7 @@ msgstr "Compatibele printers"
#: resources/qml/Dialogs/ChoosePrinterDialog.qml:110
msgctxt "@description"
msgid "No compatible printers, that are currently online, where found."
msgid "No compatible printers, that are currently online, were found."
msgstr "Geen compatibele printers, die momenteel online zijn, indien gevonden."
#: resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:13
@ -6249,7 +6249,7 @@ msgstr "Aanbevolen print instellingen"
#: resources/qml/PrintSetupSelector/Recommended/RecommendedPrintSetup.qml:111
msgctxt "@button"
msgid "Show Custom"
msgstr "Toon persoonlijke print instellingen"
msgstr ""
#: resources/qml/PrintSetupSelector/Recommended/RecommendedResolutionSelector.qml:27
msgctxt "@label"
@ -6286,11 +6286,11 @@ msgctxt "@label"
msgid ""
"The pattern of the infill material of the print:\n"
"\n"
"For quick prints of non functional model choose line, zig zag or lighting infill.\n"
"For quick prints of non functional model choose line, zig zag or lightning infill.\n"
"\n"
"For functional part not subjected to a lot of stress we reccomend grid or triangle or tri hexagon.\n"
"For functional part not subjected to a lot of stress we recommend grid or triangle or tri hexagon.\n"
"\n"
"For functional 3D prints which require high strenght in multiple directions use cubic, cubic subdivision, quarter cubic, octet, and gyroid."
"For functional 3D prints which require high strength in multiple directions use cubic, cubic subdivision, quarter cubic, octet, and gyroid."
msgstr ""
"Het patroon van het invulmateriaal van de print:\n"
"\n"
@ -6307,7 +6307,7 @@ msgstr "Wand Dikte"
#: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:68
msgctxt "@label"
msgid "Defines the tickness of your part side walls, roof and floor."
msgid "Defines the thickness of your part side walls, roof and floor."
msgstr "Definieert de dikte van de zijwanden, dak en vloer van uw onderdeel."
#: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:16
@ -6792,12 +6792,12 @@ msgstr "Een niet-netwerkprinter toevoegen"
#: resources/qml/WelcomePages/AddThirdPartyPrinter.qml:102
msgctxt "@button"
msgid "Add UltiMaker printer via Digital Factory"
msgstr "Add UltiMaker printer via Digital Factory"
msgstr ""
#: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:29
msgctxt "@label"
msgid "In order to start using Cura you will need to configure a printer."
msgstr "In order to start using Cura you will need to configure a printer."
msgstr ""
#: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:36
msgctxt "@label"
@ -6812,7 +6812,7 @@ msgstr "UltiMaker printer"
#: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:64
msgctxt "@button"
msgid "Non UltiMaker printer"
msgstr "Niet UltiMaker printer"
msgstr ""
#: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:73
msgctxt "@button"
@ -6835,7 +6835,6 @@ msgid "If you are trying to add a new UltiMaker printer to Cura"
msgstr "Als u een nieuwe UltiMaker-printer probeert toe te voegen aan Cura"
#: resources/qml/WelcomePages/AddUltimakerPrinter.qml:80
#, fuzzy
msgctxt "@info"
msgid "Sign in into UltiMaker Digital Factory"
msgstr "Inloggen bij UltiMaker Digital Factory"

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-03-06 23:02+0000\n"
"POT-Creation-Date: 2023-03-07 09:01+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE\n"

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-03-06 23:02+0000\n"
"POT-Creation-Date: 2023-03-07 09:01+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE\n"
@ -4595,7 +4595,7 @@ msgstr "De afstand die wordt overbrugt wanneer vanaf een dakcontour een verbindi
#: fdmprinter.def.json
msgctxt "interlocking_depth description"
msgid "The distance from the boundary between models to generate interlocking structure measured in cells. Too few cells will result in poor adhesion."
msgid "The distance from the boundary between models to generate interlocking structure, measured in cells. Too few cells will result in poor adhesion."
msgstr "De afstand vanaf de grens tussen modellen om een in elkaar grijpende structuur te genereren, gemeten in cellen. Te weinig cellen leiden tot slechte hechting."
#: fdmprinter.def.json

File diff suppressed because it is too large Load diff

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-03-06 23:02+0000\n"
"POT-Creation-Date: 2023-03-07 09:01+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"

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-03-06 23:02+0000\n"
"POT-Creation-Date: 2023-03-07 09:01+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"
@ -4603,7 +4603,7 @@ msgstr "Odległość jaka zostaje pokryta podczas tworzenia połączenia z wewn
#: fdmprinter.def.json
msgctxt "interlocking_depth description"
msgid "The distance from the boundary between models to generate interlocking structure measured in cells. Too few cells will result in poor adhesion."
msgid "The distance from the boundary between models to generate interlocking structure, measured in cells. Too few cells will result in poor adhesion."
msgstr ""
#: fdmprinter.def.json

File diff suppressed because it is too large Load diff

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-03-06 23:02+0000\n"
"POT-Creation-Date: 2023-03-07 09:01+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"

View file

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Cura 5.0\n"
"Report-Msgid-Bugs-To: plugins@ultimaker.com\n"
"POT-Creation-Date: 2023-03-06 23:02+0000\n"
"POT-Creation-Date: 2023-03-07 09:01+0000\n"
"PO-Revision-Date: 2023-02-17 16:31+0100\n"
"Last-Translator: Cláudio Sampaio <patola@gmail.com>\n"
"Language-Team: Cláudio Sampaio <patola@gmail.com>\n"
@ -1168,7 +1168,7 @@ msgstr "Exclusivo"
#: fdmprinter.def.json
msgctxt "experimental label"
msgid "Experimental"
msgstr "Experimental"
msgstr ""
#: fdmprinter.def.json
msgctxt "z_seam_corner option z_seam_corner_outer"
@ -2751,12 +2751,12 @@ msgstr "Nenhum"
#: fdmprinter.def.json
msgctxt "magic_mesh_surface_mode option normal"
msgid "Normal"
msgstr "Normal"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_structure option normal"
msgid "Normal"
msgstr "Normal"
msgstr ""
#: fdmprinter.def.json
msgctxt "meshfix_keep_open_polygons description"
@ -4604,7 +4604,7 @@ msgstr "A distância coberta quando é feita uma conexão do contorno do teto pa
#: fdmprinter.def.json
msgctxt "interlocking_depth description"
msgid "The distance from the boundary between models to generate interlocking structure measured in cells. Too few cells will result in poor adhesion."
msgid "The distance from the boundary between models to generate interlocking structure, measured in cells. Too few cells will result in poor adhesion."
msgstr "A distância da fronteira entre os modelos para gerar a estrutura de interligação, medida em células. Poucas células resultam em baixa aderência."
#: fdmprinter.def.json

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-03-06 23:02+0100\n"
"POT-Creation-Date: 2023-03-07 09:01+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"
@ -53,7 +53,7 @@ msgstr "Não é possível criar um arquivo a partir do directório de dados do u
#: plugins/CuraDrive/src/DrivePluginExtension.py:126
msgctxt "@info:title"
msgid "Backup"
msgstr "Backup"
msgstr ""
#: cura/Backups/Backup.py:134
msgctxt "@info:backup_failed"
@ -329,7 +329,7 @@ msgstr "Tem a certeza de que pretende remover {0}? Esta ação não pode ser anu
#: cura/Machines/Models/QualityManagementModel.py:347
msgctxt "@label"
msgid "Default"
msgstr "Default"
msgstr ""
#: cura/Machines/Models/IntentCategoryModel.py:45
#: cura/Machines/Models/IntentSelectionModel.py:65
@ -350,7 +350,7 @@ msgstr "O perfil de acabamento foi criado para imprimir modelos e protótipos fi
#: cura/Machines/Models/IntentTranslations.py:18
msgctxt "@label"
msgid "Engineering"
msgstr "Engineering"
msgstr ""
#: cura/Machines/Models/IntentCategoryModel.py:50
#: cura/Machines/Models/IntentSelectionModel.py:71
@ -496,7 +496,7 @@ msgstr "Não foi possível estabelecer a ligação com a Digital Factory."
#: cura/Settings/ActiveQuality.py:43
msgctxt "@label"
msgid "Experimental"
msgstr "Experimental"
msgstr ""
#: cura/Settings/ContainerManager.py:207
#: cura/Settings/CuraContainerRegistry.py:140
@ -630,7 +630,7 @@ msgstr "Aviso: o perfil não é visível porque o respetivo tipo de qualidade '{
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:221
msgctxt "@label"
msgid "Nozzle"
msgstr "Nozzle"
msgstr ""
#: cura/Settings/MachineManager.py:890
msgctxt "@info:message Followed by a list of settings."
@ -655,7 +655,7 @@ msgstr "Não suportado"
#: cura/Settings/cura_empty_instance_containers.py:55
msgctxt "@info:No intent profile selected"
msgid "Default"
msgstr "Default"
msgstr ""
#: cura/UI/AddPrinterPagesModel.py:17
#: plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:61
@ -849,7 +849,7 @@ msgstr "O ficheiro de projeto <filename>{0}</filename> está corrompido: <messag
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:754
#, python-brace-format
msgctxt "@info:error Don't translate the XML tag <filename>!"
msgid "Project file <filename>{0}</filename> is made using profiles that are unknown to this version of Ultimaker Cura."
msgid "Project file <filename>{0}</filename> is made using profiles that are unknown to this version of UltiMaker Cura."
msgstr "O ficheiro de projeto <filename>{0}</filename> foi criado utilizando perfis que são desconhecidos para esta versão do UltiMaker Cura."
#: plugins/3MFReader/WorkspaceDialog.py:233
@ -945,7 +945,7 @@ msgstr "Nome"
#: resources/qml/Dialogs/WorkspaceSummaryDialog.qml:263
msgctxt "@action:label"
msgid "Intent"
msgstr "Intent"
msgstr ""
#: plugins/3MFReader/WorkspaceDialog.qml:178
#: resources/qml/Dialogs/WorkspaceSummaryDialog.qml:230
@ -4044,7 +4044,7 @@ msgstr "Atualização da versão 4.9 para 4.10"
#: plugins/VersionUpgrade/VersionUpgrade52to53/plugin.json
msgctxt "description"
msgid "Upgrades configurations from Cura 5.2 to Cura 5.3."
msgstr "Upgrades configurations from Cura 5.2 to Cura 5.3."
msgstr "Atualiza as configurações do Cura 5.2 para o Cura 5.3."
#: plugins/VersionUpgrade/VersionUpgrade52to53/plugin.json
msgctxt "name"
@ -4697,7 +4697,7 @@ msgstr "Linguagem de programação"
#: resources/qml/Dialogs/AboutDialog.qml:149
msgctxt "@label Description for application dependency"
msgid "GUI framework"
msgstr "GUI framework"
msgstr ""
#: resources/qml/Dialogs/AboutDialog.qml:150
msgctxt "@label Description for application dependency"
@ -4727,7 +4727,7 @@ msgstr "Biblioteca de recortes de polígonos"
#: resources/qml/Dialogs/AboutDialog.qml:157
msgctxt "@label Description for application dependency"
msgid "JSON parser"
msgstr "JSON parser"
msgstr ""
#: resources/qml/Dialogs/AboutDialog.qml:158
msgctxt "@label Description for application dependency"
@ -4857,7 +4857,7 @@ msgstr "Impressoras compatíveis"
#: resources/qml/Dialogs/ChoosePrinterDialog.qml:110
msgctxt "@description"
msgid "No compatible printers, that are currently online, where found."
msgid "No compatible printers, that are currently online, were found."
msgstr "Nenhuma impressora compatível, que esteja online no momento, foi encontrada."
#: resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:13
@ -6212,7 +6212,7 @@ msgstr "As definições recomendadas (para <b>%1</b>) foram alteradas."
#: resources/qml/PrintSetupSelector/ProfileWarningReset.qml:106
msgctxt "@info %1 is the name of a profile"
msgid "Some setting-values defined in <b>%1</b> were overridden."
msgstr "Some setting-values defined in <b>%1</b> were overridden."
msgstr ""
#: resources/qml/PrintSetupSelector/ProfileWarningReset.qml:137
msgctxt "@info"
@ -6279,11 +6279,11 @@ msgctxt "@label"
msgid ""
"The pattern of the infill material of the print:\n"
"\n"
"For quick prints of non functional model choose line, zig zag or lighting infill.\n"
"For quick prints of non functional model choose line, zig zag or lightning infill.\n"
"\n"
"For functional part not subjected to a lot of stress we reccomend grid or triangle or tri hexagon.\n"
"For functional part not subjected to a lot of stress we recommend grid or triangle or tri hexagon.\n"
"\n"
"For functional 3D prints which require high strenght in multiple directions use cubic, cubic subdivision, quarter cubic, octet, and gyroid."
"For functional 3D prints which require high strength in multiple directions use cubic, cubic subdivision, quarter cubic, octet, and gyroid."
msgstr ""
"O padrão do material de enchimento da impressão:\n"
"\n"
@ -6298,7 +6298,7 @@ msgstr ""
#: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:68
msgctxt "@label"
msgid "Defines the tickness of your part side walls, roof and floor."
msgid "Defines the thickness of your part side walls, roof and floor."
msgstr "Define a espessura das paredes laterais da peça, do telhado e do chão."
#: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:16

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-03-06 23:02+0000\n"
"POT-Creation-Date: 2023-03-07 09:01+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE\n"

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-03-06 23:02+0000\n"
"POT-Creation-Date: 2023-03-07 09:01+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE\n"
@ -1163,7 +1163,7 @@ msgstr "Exclusivo"
#: fdmprinter.def.json
msgctxt "experimental label"
msgid "Experimental"
msgstr "Experimental"
msgstr ""
#: fdmprinter.def.json
msgctxt "z_seam_corner option z_seam_corner_outer"
@ -2746,12 +2746,12 @@ msgstr "Nenhum"
#: fdmprinter.def.json
msgctxt "magic_mesh_surface_mode option normal"
msgid "Normal"
msgstr "Normal"
msgstr ""
#: fdmprinter.def.json
msgctxt "support_structure option normal"
msgid "Normal"
msgstr "Normal"
msgstr ""
#: fdmprinter.def.json
msgctxt "meshfix_keep_open_polygons description"
@ -3391,7 +3391,7 @@ msgstr "Vibra aleatoriamente enquanto imprime a parede exterior, para que a supe
#: fdmprinter.def.json
msgctxt "machine_shape option rectangular"
msgid "Rectangular"
msgstr "Rectangular"
msgstr ""
#: fdmprinter.def.json
msgctxt "cool_fan_speed_min label"
@ -4595,7 +4595,7 @@ msgstr "A distância percorrida ao efetuar uma ligação a partir de um contorno
#: fdmprinter.def.json
msgctxt "interlocking_depth description"
msgid "The distance from the boundary between models to generate interlocking structure measured in cells. Too few cells will result in poor adhesion."
msgid "The distance from the boundary between models to generate interlocking structure, measured in cells. Too few cells will result in poor adhesion."
msgstr "A distância do limite entre modelos para gerar estrutura de interligação medida em células. Um pequeno número de células resultará numa fraca adesão."
#: fdmprinter.def.json

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-03-06 23:02+0100\n"
"POT-Creation-Date: 2023-03-07 09:01+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"
@ -329,7 +329,7 @@ msgstr "Действительно удалить {0}? Это действие
#: cura/Machines/Models/QualityManagementModel.py:347
msgctxt "@label"
msgid "Default"
msgstr "Default"
msgstr ""
#: cura/Machines/Models/IntentCategoryModel.py:45
#: cura/Machines/Models/IntentSelectionModel.py:65
@ -350,7 +350,7 @@ msgstr "Визуальный профиль предназначен для пе
#: cura/Machines/Models/IntentTranslations.py:18
msgctxt "@label"
msgid "Engineering"
msgstr "Engineering"
msgstr ""
#: cura/Machines/Models/IntentCategoryModel.py:50
#: cura/Machines/Models/IntentSelectionModel.py:71
@ -655,7 +655,7 @@ msgstr "Не поддерживается"
#: cura/Settings/cura_empty_instance_containers.py:55
msgctxt "@info:No intent profile selected"
msgid "Default"
msgstr "Default"
msgstr ""
#: cura/UI/AddPrinterPagesModel.py:17
#: plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:61
@ -849,7 +849,7 @@ msgstr "Файл проекта <filename>{0}</filename> поврежден: <me
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:754
#, python-brace-format
msgctxt "@info:error Don't translate the XML tag <filename>!"
msgid "Project file <filename>{0}</filename> is made using profiles that are unknown to this version of Ultimaker Cura."
msgid "Project file <filename>{0}</filename> is made using profiles that are unknown to this version of UltiMaker Cura."
msgstr "Файл проекта <filename>{0}</filename> создан с использованием профилей, несовместимых с данной версией UltiMaker Cura."
#: plugins/3MFReader/WorkspaceDialog.py:233
@ -945,7 +945,7 @@ msgstr "Название"
#: resources/qml/Dialogs/WorkspaceSummaryDialog.qml:263
msgctxt "@action:label"
msgid "Intent"
msgstr "Intent"
msgstr ""
#: plugins/3MFReader/WorkspaceDialog.qml:178
#: resources/qml/Dialogs/WorkspaceSummaryDialog.qml:230
@ -4868,7 +4868,7 @@ msgstr "Совместимые принтеры"
#: resources/qml/Dialogs/ChoosePrinterDialog.qml:110
msgctxt "@description"
msgid "No compatible printers, that are currently online, where found."
msgid "No compatible printers, that are currently online, were found."
msgstr "Нет совместимых принтеров, которые в настоящее время находятся в сети."
#: resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:13
@ -6294,11 +6294,11 @@ msgctxt "@label"
msgid ""
"The pattern of the infill material of the print:\n"
"\n"
"For quick prints of non functional model choose line, zig zag or lighting infill.\n"
"For quick prints of non functional model choose line, zig zag or lightning infill.\n"
"\n"
"For functional part not subjected to a lot of stress we reccomend grid or triangle or tri hexagon.\n"
"For functional part not subjected to a lot of stress we recommend grid or triangle or tri hexagon.\n"
"\n"
"For functional 3D prints which require high strenght in multiple directions use cubic, cubic subdivision, quarter cubic, octet, and gyroid."
"For functional 3D prints which require high strength in multiple directions use cubic, cubic subdivision, quarter cubic, octet, and gyroid."
msgstr ""
"Шаблон заполнительного материала печати:\n"
"\n"
@ -6315,7 +6315,7 @@ msgstr ""
#: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:68
msgctxt "@label"
msgid "Defines the tickness of your part side walls, roof and floor."
msgid "Defines the thickness of your part side walls, roof and floor."
msgstr "Определяет толщину боковых стен, крыши и пола вашей детали."
#: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:16
@ -6932,100 +6932,3 @@ msgstr "Что нового"
msgctxt "@label"
msgid "No items to select from"
msgstr "Нет элементов для выбора"
#~ msgctxt "@label"
#~ msgid "Add cloud printer"
#~ msgstr "Добавить облачный принтер"
#~ msgctxt "@label"
#~ msgid "Aluminum"
#~ msgstr "Алюминий"
#~ msgctxt "@label"
#~ msgid "Change build plate to %1 (This cannot be overridden)."
#~ msgstr "Заменить рабочий стол на %1 (переопределение этого действия невозможно)."
#, fuzzy
#~ msgctxt "@text"
#~ msgid "Data collected by UltiMaker Cura will not contain any personal information."
#~ msgstr "Данные, собранные UltiMaker Cura, не содержат каких-либо персональных данных."
#~ msgctxt "@button"
#~ msgid "Get started"
#~ msgstr "Приступить"
#~ msgctxt "@label"
#~ msgid "Glass"
#~ msgstr "Стекло"
#~ msgctxt "@label"
#~ msgid "Gradual infill"
#~ msgstr "Постепенное заполнение"
#~ msgctxt "@label"
#~ msgid "Gradual infill will gradually increase the amount of infill towards the top."
#~ msgstr "Постепенное заполнение будет постепенно увеличивать объём заполнения по направлению вверх."
#~ msgctxt "@label"
#~ msgid "Help us to improve UltiMaker Cura"
#~ msgstr "Помогите нам улучшить UltiMaker Cura"
#~ msgctxt "@info:tooltip"
#~ msgid "How should the conflict in the machine be resolved?"
#~ msgstr "Как следует решать конфликт в принтере?"
#~ msgctxt "@info:tooltip"
#~ msgid "How should the conflict in the material be resolved?"
#~ msgstr "Как следует решать конфликт в материале?"
#~ msgctxt "@info:tooltip"
#~ msgid "How should the conflict in the profile be resolved?"
#~ msgstr "Как следует решать конфликт в профиле?"
#~ msgctxt "@text"
#~ msgid "Machine types"
#~ msgstr "Типы принтера"
#~ msgctxt "@text"
#~ msgid "Material usage"
#~ msgstr "Использование материала"
#~ msgctxt "@text"
#~ msgid "More information"
#~ msgstr "Дополнительная информация"
#~ msgctxt "@text"
#~ msgid "Number of slices"
#~ msgstr "Количество слоев"
#, fuzzy
#~ msgctxt "@text"
#~ msgid "Please follow these steps to set up UltiMaker Cura. This will only take a few moments."
#~ msgstr ""
#~ "Выполните указанные ниже действия для настройки\n"
#~ "UltiMaker Cura. Это займет немного времени."
#~ msgctxt "@description"
#~ msgid "Please sign in to get verified plugins and materials for Ultimaker Cura Enterprise"
#~ msgstr "Войдите, чтобы получить проверенные встраиваемые модули и материалы для Ultimaker Cura Enterprise"
#~ msgctxt "@text"
#~ msgid "Print settings"
#~ msgstr "Параметры печати"
#~ msgctxt "@info"
#~ msgid "Some settings were changed."
#~ msgstr "Некоторые настройки были изменены."
#, fuzzy
#~ msgctxt "@text"
#~ msgid "UltiMaker Cura collects anonymous data to improve print quality and user experience, including:"
#~ msgstr "UltiMaker Cura собирает анонимные данные для повышения качества печати и улучшения взаимодействия с пользователем, включая перечисленные ниже:"
#~ msgctxt "@action:label"
#~ msgid "Visible settings:"
#~ msgstr "Видимые параметры:"
#~ msgctxt "@label"
#~ msgid "Welcome to UltiMaker Cura"
#~ msgstr "Приветствуем в UltiMaker Cura"

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-03-06 23:02+0000\n"
"POT-Creation-Date: 2023-03-07 09:01+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE\n"

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-03-06 23:02+0000\n"
"POT-Creation-Date: 2023-03-07 09:01+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE\n"
@ -4595,7 +4595,7 @@ msgstr "Покрываемое расстояние при создании со
#: fdmprinter.def.json
msgctxt "interlocking_depth description"
msgid "The distance from the boundary between models to generate interlocking structure measured in cells. Too few cells will result in poor adhesion."
msgid "The distance from the boundary between models to generate interlocking structure, measured in cells. Too few cells will result in poor adhesion."
msgstr "Расстояние от границы между моделями для создания взаимосвязанной структуры, измеряемое в ячейках. Слишком малое количество ячеек приведет к плохой адгезии."
#: fdmprinter.def.json

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-03-06 23:02+0100\n"
"POT-Creation-Date: 2023-03-07 09:01+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"
@ -164,7 +164,7 @@ msgstr "İşletim sistemi dili"
#: cura/CrashHandler.py:231
msgctxt "@label Type of platform"
msgid "Platform"
msgstr "Platform"
msgstr ""
#: cura/CrashHandler.py:232
msgctxt "@label"
@ -334,7 +334,7 @@ msgstr "{0} yazıcısını kaldırmak istediğinizden emin misiniz? Bu işlem ge
#: cura/Machines/Models/QualityManagementModel.py:347
msgctxt "@label"
msgid "Default"
msgstr "Default"
msgstr ""
#: cura/Machines/Models/IntentCategoryModel.py:45
#: cura/Machines/Models/IntentSelectionModel.py:65
@ -355,7 +355,7 @@ msgstr "Görsel profili, yüksek görsel ve yüzey kalitesi oluşturmak amacıyl
#: cura/Machines/Models/IntentTranslations.py:18
msgctxt "@label"
msgid "Engineering"
msgstr "Engineering"
msgstr ""
#: cura/Machines/Models/IntentCategoryModel.py:50
#: cura/Machines/Models/IntentSelectionModel.py:71
@ -660,7 +660,7 @@ msgstr "Desteklenmiyor"
#: cura/Settings/cura_empty_instance_containers.py:55
msgctxt "@info:No intent profile selected"
msgid "Default"
msgstr "Default"
msgstr ""
#: cura/UI/AddPrinterPagesModel.py:17
#: plugins/UM3NetworkPrinting/resources/qml/DiscoverUM3Action.qml:61
@ -854,7 +854,7 @@ msgstr "Proje dosyası <filename>{0}</filename> bozuk: <message>{1}</message>."
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:754
#, python-brace-format
msgctxt "@info:error Don't translate the XML tag <filename>!"
msgid "Project file <filename>{0}</filename> is made using profiles that are unknown to this version of Ultimaker Cura."
msgid "Project file <filename>{0}</filename> is made using profiles that are unknown to this version of UltiMaker Cura."
msgstr "<filename>{0}</filename> proje dosyası, Ultimaker Cura'nın bu sürümünde bilinmeyen profiller kullanılarak yapılmış."
#: plugins/3MFReader/WorkspaceDialog.py:233
@ -950,7 +950,7 @@ msgstr "İsim"
#: resources/qml/Dialogs/WorkspaceSummaryDialog.qml:263
msgctxt "@action:label"
msgid "Intent"
msgstr "Intent"
msgstr ""
#: plugins/3MFReader/WorkspaceDialog.qml:178
#: resources/qml/Dialogs/WorkspaceSummaryDialog.qml:230
@ -2445,7 +2445,7 @@ msgstr "Ağ Tipi"
#: plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:81
msgctxt "@label"
msgid "Normal model"
msgstr "Normal model"
msgstr ""
#: plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml:96
msgctxt "@label"
@ -4864,7 +4864,7 @@ msgstr "Uyumlu yazıcılar"
#: resources/qml/Dialogs/ChoosePrinterDialog.qml:110
msgctxt "@description"
msgid "No compatible printers, that are currently online, where found."
msgid "No compatible printers, that are currently online, were found."
msgstr "Şu anda çevrimiçi olan hiçbir uyumlu yazıcı bulunamadı."
#: resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:13
@ -5922,7 +5922,7 @@ msgstr "USB çubuğunu yazıcınıza takın ve yeni malzeme profillerini yüklem
#: resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:689
msgctxt "@button"
msgid "How to load new material profiles to my printer"
msgstr "How to load new material profiles to my printer"
msgstr ""
#: resources/qml/Preferences/Materials/MaterialsSyncDialog.qml:703
#: resources/qml/WelcomePages/AddPrinterByIpContent.qml:299
@ -6286,11 +6286,11 @@ msgctxt "@label"
msgid ""
"The pattern of the infill material of the print:\n"
"\n"
"For quick prints of non functional model choose line, zig zag or lighting infill.\n"
"For quick prints of non functional model choose line, zig zag or lightning infill.\n"
"\n"
"For functional part not subjected to a lot of stress we reccomend grid or triangle or tri hexagon.\n"
"For functional part not subjected to a lot of stress we recommend grid or triangle or tri hexagon.\n"
"\n"
"For functional 3D prints which require high strenght in multiple directions use cubic, cubic subdivision, quarter cubic, octet, and gyroid."
"For functional 3D prints which require high strength in multiple directions use cubic, cubic subdivision, quarter cubic, octet, and gyroid."
msgstr ""
"Baskının dolgu malzemesinin deseni:\n"
"\n"
@ -6307,7 +6307,7 @@ msgstr ""
#: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:68
msgctxt "@label"
msgid "Defines the tickness of your part side walls, roof and floor."
msgid "Defines the thickness of your part side walls, roof and floor."
msgstr "Parçanızın yan duvarlarının, tavanının ve tabanının kalınlığını tanımlar."
#: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:16
@ -6923,273 +6923,3 @@ msgstr "Yenilikler"
msgctxt "@label"
msgid "No items to select from"
msgstr "Seçilecek öğe yok"
#~ msgctxt "@text"
#~ msgid ""
#~ "- Add material profiles and plug-ins from the Marketplace\n"
#~ "- Back-up and sync your material profiles and plug-ins\n"
#~ "- Share ideas and get help from 48,000+ users in the Ultimaker community"
#~ msgstr ""
#~ "- Marketplace'den malzeme profilleri ve eklentiler ekleyin\n"
#~ "- Malzeme profillerinizi ve eklentilerinizi yedekleyin ve senkronize edin\n"
#~ "- Ultimaker topluluğunda fikirlerinizi paylaşın ve 48.000'den fazla kullanıcıdan yardım alın"
#~ msgctxt "@label crash message"
#~ msgid ""
#~ "<p><b>Oops, Ultimaker Cura has encountered something that doesn't seem right.</p></b>\n"
#~ " <p>We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.</p>\n"
#~ " <p>Backups can be found in the configuration folder.</p>\n"
#~ " <p>Please send us this Crash Report to fix the problem.</p>\n"
#~ " "
#~ msgstr ""
#~ "<p><b>Ultimaker Cura doğru görünmeyen bir şeyle karşılaştı.</p></b>\n"
#~ " <p>Başlatma esnasında kurtarılamaz bir hata ile karşılaştık. Muhtemelen bazı hatalı yapılandırma dosyalarından kaynaklanıyordu. Yapılandırmanızı yedekleyip sıfırlamanızı öneriyoruz.</p>\n"
#~ " <p>Yedekler yapılandırma klasöründe bulunabilir.</p>\n"
#~ " <p>Sorunu düzeltmek için lütfen bu Çökme Raporunu bize gönderin.</p>\n"
#~ " "
#~ msgctxt "@label"
#~ msgid "Add a printer"
#~ msgstr "Bir yazıcı ekleyin"
#~ msgctxt "@label"
#~ msgid "Add cloud printer"
#~ msgstr "Bulut yazıcısı ekle"
#~ msgctxt "@action:inmenu Marketplace is a brand name of Ultimaker's, so don't translate."
#~ msgid "Add more materials from Marketplace"
#~ msgstr "Mağazadan daha fazla malzeme ekle"
#~ msgctxt "@label"
#~ msgid "Aluminum"
#~ msgstr "Alüminyum"
#~ msgctxt "@tooltip:button"
#~ msgid "Become a 3D printing expert with Ultimaker e-learning."
#~ msgstr "Ultimaker e-öğrenme ile 3D baskı uzmanı olun."
#~ msgctxt "@label"
#~ msgid "Can't connect to your Ultimaker printer?"
#~ msgstr "Ultimaker yazıcınıza bağlanamıyor musunuz?"
#~ msgctxt "@label"
#~ msgid "Change build plate to %1 (This cannot be overridden)."
#~ msgstr "Baskı tablasını %1 olarak değiştirin (Bu işlem geçersiz kılınamaz)."
#~ msgctxt "@info:title"
#~ msgid "Changes detected from your Ultimaker account"
#~ msgstr "Ultimaker hesabınızda değişiklik tespit edildi"
#~ msgctxt "@tooltip:button"
#~ msgid "Consult the Ultimaker Community."
#~ msgstr "Ultimaker Topluluğundan yardım alın."
#~ msgctxt "@text"
#~ msgid "Create a free Ultimaker Account"
#~ msgstr "Ücretsiz Ultimaker Hesabı oluşturun"
#~ msgctxt "@button"
#~ msgid "Create a free Ultimaker account"
#~ msgstr "Ücretsiz Ultimaker hesabı oluşturun"
#~ msgctxt "@info:credit"
#~ msgid ""
#~ "Cura is developed by Ultimaker B.V. in cooperation with the community.\n"
#~ "Cura proudly uses the following open source projects:"
#~ msgstr ""
#~ "Cura, topluluk iş birliği ile Ultimaker B.V. tarafından geliştirilmiştir.\n"
#~ "Cura aşağıdaki açık kaynak projelerini gururla kullanmaktadır:"
#~ msgctxt "@button"
#~ msgid "Custom"
#~ msgstr "Özel"
#~ msgctxt "@text"
#~ msgid "Data collected by Ultimaker Cura will not contain any personal information."
#~ msgstr "Ultimaker Cura tarafından toplanan veriler herhangi bir kişisel bilgi içermeyecektir."
#~ msgctxt "@tooltip:button"
#~ msgid "Extend Ultimaker Cura with plugins and material profiles."
#~ msgstr "Ultimaker Cura'yı eklentilerle ve malzeme profilleriyle genişletin."
#~ msgctxt "@label"
#~ msgid "Generate structures to support parts of the model which have overhangs. Without these structures, such parts would collapse during printing."
#~ msgstr "Modellerin askıda kalan kısımlarını destekleyen yapılar oluşturun. Bu yapılar olmadan, yazdırma sırasında söz konusu kısımlar düşebilir."
#~ msgctxt "@button"
#~ msgid "Get started"
#~ msgstr "Başlayın"
#~ msgctxt "@label"
#~ msgid "Glass"
#~ msgstr "Cam"
#~ msgctxt "@label"
#~ msgid "Gradual infill"
#~ msgstr "Aşamalı dolgu"
#~ msgctxt "@label"
#~ msgid "Gradual infill will gradually increase the amount of infill towards the top."
#~ msgstr "Kademeli dolgu, yukarıya doğru dolgu miktarını kademeli olarak yükselecektir."
#~ msgctxt "@label"
#~ msgid "Help us to improve Ultimaker Cura"
#~ msgstr "Ultimaker Cura'yı geliştirmemiz yardım edin"
#~ msgctxt "@info:tooltip"
#~ msgid "How should the conflict in the machine be resolved?"
#~ msgstr "Makinedeki çakışma nasıl çözülmelidir?"
#~ msgctxt "@info:tooltip"
#~ msgid "How should the conflict in the material be resolved?"
#~ msgstr "Malzemedeki çakışma nasıl çözülmelidir?"
#~ msgctxt "@info:tooltip"
#~ msgid "How should the conflict in the profile be resolved?"
#~ msgstr "Profildeki çakışma nasıl çözülmelidir?"
#~ msgctxt "@tooltip:button"
#~ msgid "Learn how to get started with Ultimaker Cura."
#~ msgstr "Ultimaker Cura ile işe nasıl başlayacağınızı öğrenin."
#~ msgctxt "@text"
#~ msgid "Machine types"
#~ msgstr "Makine türleri"
#~ msgctxt "@text"
#~ msgid "Manage your Ultimaker Cura plugins and material profiles here. Make sure to keep your plugins up to date and backup your setup regularly."
#~ msgstr "Ultimaker Cura eklentilerinizi ve malzeme profillerini burada yönetin. Eklentilerinizi güncel tuttuğunuzdan ve ayarınızı düzenli olarak yedeklediğinizden emin olun."
#~ msgctxt "description"
#~ msgid "Manages extensions to the application and allows browsing extensions from the Ultimaker website."
#~ msgstr "Uygulamanın uzantılarını yönetir ve Ultimaker web sitesinden uzantıların incelenmesini sağlar."
#~ msgctxt "description"
#~ msgid "Manages network connections to Ultimaker networked printers."
#~ msgstr "Ultimaker ağındaki yazıcılar için ağ bağlantılarını yönetir."
#~ msgctxt "@text"
#~ msgid "Material usage"
#~ msgstr "Malzeme kullanımı"
#~ msgctxt "@text"
#~ msgid "More information"
#~ msgstr "Daha fazla bilgi"
#~ msgctxt "@text"
#~ msgid "Number of slices"
#~ msgstr "Dilim sayısı"
#~ msgctxt "@text"
#~ msgid "Please follow these steps to set up Ultimaker Cura. This will only take a few moments."
#~ msgstr ""
#~ "Ultimaker Cura'yı kurmak\n"
#~ " için lütfen aşağıdaki adımları izleyin. Bu sadece birkaç saniye sürecektir."
#~ msgctxt "@label"
#~ msgid "Please select any upgrades made to this Ultimaker Original"
#~ msgstr "Lütfen Ultimaker Originale yapılan herhangi bir yükseltmeyi seçin"
#~ msgctxt "@description"
#~ msgid "Please sign in to get verified plugins and materials for Ultimaker Cura Enterprise"
#~ msgstr "Ultimaker Cura Enterprise için onaylı eklenti ve malzemeleri almak için lütfen oturum açın"
#~ msgctxt "@text"
#~ msgid "Print settings"
#~ msgstr "Yazdırma ayarları"
#~ msgctxt "@message:description"
#~ msgid "Report a bug on Ultimaker Cura's issue tracker."
#~ msgstr "Ultimaker Cura'nın sorun izleyicisinde hata bildirin."
#~ msgctxt "@text"
#~ msgid "Select and install material profiles optimised for your Ultimaker 3D printers."
#~ msgstr "Ultimaker 3D yazıcılarınız için optimize edilmiş malzeme profillerini seçin ve yükleyin."
#~ msgctxt "@action:button"
#~ msgid "Send crash report to Ultimaker"
#~ msgstr "Çökme raporunu Ultimakera gönder"
#~ msgctxt "@text"
#~ msgid "Share ideas and get help from 48,000+ users in the Ultimaker Community"
#~ msgstr "Ultimaker Topluluğunda fikirlerinizi paylaşın ve 48.000'den fazla kullanıcıdan yardım alın"
#~ msgctxt "@info:tooltip"
#~ msgid "Should anonymous data about your print be sent to Ultimaker? Note, no models, IP addresses or other personally identifiable information is sent or stored."
#~ msgstr "Yazdırmanızdaki anonim veriler Ultimakera gönderilmeli mi? Unutmayın; hiçbir model, IP adresi veya diğer kişiye özgü bilgiler gönderilmez veya saklanmaz."
#~ msgctxt "@label"
#~ msgid "Sign in to the Ultimaker platform"
#~ msgstr "Ultimaker platformuna giriş yapın"
#~ msgctxt "@info"
#~ msgid "Some settings were changed."
#~ msgstr "Bazı ayarlar değiştirildi."
#~ msgctxt "@text"
#~ msgid "Streamline your workflow and customize your Ultimaker Cura experience with plugins contributed by our amazing community of users."
#~ msgstr "Muhteşem kullanıcı topluluğumuzun katkıda bulunduğu eklentilerle iş akışınızı kolaylaştırın ve Ultimaker Cura deneyiminizi kendinize uygun hale getirin."
#~ msgctxt "@button"
#~ msgid "Ultimaker Account"
#~ msgstr "Ultimaker hesabı"
#~ msgctxt "@info"
#~ msgid "Ultimaker Certified Material"
#~ msgstr "Ultimaker Sertifikalı Malzeme"
#~ msgctxt "@text:window"
#~ msgid "Ultimaker Cura collects anonymous data in order to improve the print quality and user experience. Below is an example of all the data that is shared:"
#~ msgstr "Ultimaker Cura, yazdırma kalitesini ve kullanıcı deneyimini iyileştirmek için anonim veri toplar. Aşağıda, paylaşılan tüm verilerin bir örneği verilmiştir:"
#~ msgctxt "@text"
#~ msgid "Ultimaker Cura collects anonymous data to improve print quality and user experience, including:"
#~ msgstr "Ultimaker Cura, yazdırma kalitesini ve kullanıcı deneyimini iyileştirmek için anonim veri toplar. Bu veriler aşağıdakileri içerir:"
#~ msgctxt "@item:inlistbox"
#~ msgid "Ultimaker Format Package"
#~ msgstr "Ultimaker Biçim Paketi"
#~ msgctxt "name"
#~ msgid "Ultimaker Network Connection"
#~ msgstr "Ultimaker Ağ Bağlantısı"
#~ msgctxt "@info"
#~ msgid "Ultimaker Verified Package"
#~ msgstr "Ultimaker Tarafından Doğrulanmış Paket"
#~ msgctxt "@info"
#~ msgid "Ultimaker Verified Plug-in"
#~ msgstr "Ultimaker Tarafından Doğrulanmış Eklenti"
#~ msgctxt "name"
#~ msgid "Ultimaker machine actions"
#~ msgstr "Ultimaker makine eylemleri"
#~ msgctxt "@label:button"
#~ msgid "Ultimaker support"
#~ msgstr "Ultimaker desteği"
#~ msgctxt "@info"
#~ msgid "Unable to reach the Ultimaker account server."
#~ msgstr "Ultimaker hesabı sunucusuna ulaşılamadı."
#~ msgctxt "@action:label"
#~ msgid "Visible settings:"
#~ msgstr "Görünür ayarlar:"
#~ msgctxt "@tooltip:button"
#~ msgid "Visit the Ultimaker website."
#~ msgstr "Ultimaker web sitesini ziyaret edin."
#~ msgctxt "@info"
#~ msgid "Webcam feeds for cloud printers cannot be viewed from Ultimaker Cura. Click \"Manage printer\" to visit Ultimaker Digital Factory and view this webcam."
#~ msgstr "Bulut yazıcıları için web kamerası akışları Ultimaker Cura'dan görüntülenemez. Ultimaker Digital Factory'i ziyaret etmek ve bu web kamerasını görüntülemek için \"Yazıcıyı Yönet\"i tıklayın."
#~ msgctxt "@label"
#~ msgid "Welcome to Ultimaker Cura"
#~ msgstr "Ultimaker Cura'ya hoş geldiniz"
#~ msgctxt "@info:status"
#~ msgid "You are attempting to connect to a printer that is not running Ultimaker Connect. Please update the printer to the latest firmware."
#~ msgstr "Ultimaker Connect çalıştırmayan bir yazıcıya bağlanmaya çalışıyorsunuz. Lütfen yazıcının donanım yazılımını son sürüme güncelleyin."

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-03-06 23:02+0000\n"
"POT-Creation-Date: 2023-03-07 09:01+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE\n"

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-03-06 23:02+0000\n"
"POT-Creation-Date: 2023-03-07 09:01+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE\n"
@ -4595,7 +4595,7 @@ msgstr "İçerideki ana tavan hattından bağlantı yaparken kapatılan mesafe.
#: fdmprinter.def.json
msgctxt "interlocking_depth description"
msgid "The distance from the boundary between models to generate interlocking structure measured in cells. Too few cells will result in poor adhesion."
msgid "The distance from the boundary between models to generate interlocking structure, measured in cells. Too few cells will result in poor adhesion."
msgstr "İç içe geçen yapı oluşturmak için modeller arası sınırdan hücre sayısı olarak ölçülen mesafe. Çok az hücre kullanmak zayıf yapışmaya neden olur."
#: fdmprinter.def.json

File diff suppressed because it is too large Load diff

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-03-06 23:02+0000\n"
"POT-Creation-Date: 2023-03-07 09:01+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE\n"

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-03-06 23:02+0000\n"
"POT-Creation-Date: 2023-03-07 09:01+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE\n"
@ -1158,7 +1158,7 @@ msgstr "全部支撑"
#: fdmprinter.def.json
msgctxt "slicing_tolerance option exclusive"
msgid "Exclusive"
msgstr "Exclusive"
msgstr ""
#: fdmprinter.def.json
msgctxt "experimental label"
@ -1776,7 +1776,7 @@ msgstr "包含材料温度"
#: fdmprinter.def.json
msgctxt "slicing_tolerance option inclusive"
msgid "Inclusive"
msgstr "Inclusive"
msgstr ""
#: fdmprinter.def.json
msgctxt "infill description"
@ -4595,7 +4595,7 @@ msgstr "在从顶板轮廓向内进行连接时所覆盖的距离。 仅应用
#: fdmprinter.def.json
msgctxt "interlocking_depth description"
msgid "The distance from the boundary between models to generate interlocking structure measured in cells. Too few cells will result in poor adhesion."
msgid "The distance from the boundary between models to generate interlocking structure, measured in cells. Too few cells will result in poor adhesion."
msgstr "从模型之间的边界到生成联锁结构的距离,以单元格衡量。单元格太少会导致粘附不良。"
#: fdmprinter.def.json

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Cura 5.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-03-06 23:02+0100\n"
"POT-Creation-Date: 2023-03-07 09:01+0100\n"
"PO-Revision-Date: 2022-01-02 19:59+0800\n"
"Last-Translator: Valen Chang <carf17771@gmail.com>\n"
"Language-Team: Valen Chang <carf17771@gmail.com>\n"
@ -86,7 +86,6 @@ msgid "Cura can't start"
msgstr "Cura 無法啟動"
#: cura/CrashHandler.py:113
#, fuzzy
msgctxt "@label crash message"
msgid ""
"<p><b>Oops, UltiMaker Cura has encountered something that doesn't seem right.</p></b>\n"
@ -95,7 +94,7 @@ msgid ""
" <p>Please send us this Crash Report to fix the problem.</p>\n"
" "
msgstr ""
"<p><b>糟糕Ultimaker Cura 遇到了一些似乎不正常的事情。</p></b>\n"
"<p><b>糟糕UltiMaker Cura 遇到了一些似乎不正常的事情。</p></b>\n"
" <p>我們在啟動過程中遇到了無法修正的錯誤。這可能是由一些不正確的設定檔造成的。我們建議備份並重置您的設定。</p>\n"
" <p>備份檔案可在設定資料夾中找到。</p>\n"
" <p>請將錯誤報告傳送給我們以修正此問題。</p>\n"
@ -828,10 +827,9 @@ msgstr "開啟專案檔案"
#: plugins/3MFReader/WorkspaceDialog.qml:99
#: plugins/3MFReader/WorkspaceDialog.qml:127
#: plugins/3MFReader/WorkspaceDialog.qml:134
#, fuzzy
msgctxt "@button"
msgid "Create new"
msgstr "新建設定"
msgstr ""
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:681
#, python-brace-format
@ -854,9 +852,9 @@ msgid "Project file <filename>{0}</filename> is corrupt: <message>{1}</message>.
msgstr "專案檔案<filename>{0}</filename> 已毀損 : <message>{1}</message>."
#: plugins/3MFReader/ThreeMFWorkspaceReader.py:754
#, fuzzy, python-brace-format
#, python-brace-format
msgctxt "@info:error Don't translate the XML tag <filename>!"
msgid "Project file <filename>{0}</filename> is made using profiles that are unknown to this version of Ultimaker Cura."
msgid "Project file <filename>{0}</filename> is made using profiles that are unknown to this version of UltiMaker Cura."
msgstr "專案檔案 <filename>{0}</filename> 使用了此版本 UltiMaker Cura 未知的參數製作。"
#: plugins/3MFReader/WorkspaceDialog.py:233
@ -925,10 +923,9 @@ msgid "Printer Group"
msgstr "印表機群組"
#: plugins/3MFReader/WorkspaceDialog.qml:103
#, fuzzy
msgctxt "@action:label"
msgid "Open With"
msgstr "開啟檔案"
msgstr ""
#: plugins/3MFReader/WorkspaceDialog.qml:104
msgctxt "@info:tooltip"
@ -2981,10 +2978,9 @@ msgid "UltiMaker Format Package"
msgstr "UltiMaker 格式的封包"
#: plugins/UFPReader/plugin.json
#, fuzzy
msgctxt "description"
msgid "Provides support for reading Ultimaker Format Packages."
msgstr "提供讀取 UltiMaker 格式封包的支援。"
msgstr ""
#: plugins/UFPReader/plugin.json
msgctxt "name"
@ -2999,10 +2995,9 @@ msgid "Can't write to UFP file:"
msgstr "無法寫入 UFP 檔案:"
#: plugins/UFPWriter/plugin.json
#, fuzzy
msgctxt "description"
msgid "Provides support for writing Ultimaker Format Packages."
msgstr "提供寫入 UltiMaker 格式封包的支援。"
msgstr ""
#: plugins/UFPWriter/plugin.json
msgctxt "name"
@ -3010,13 +3005,11 @@ msgid "UFP Writer"
msgstr "UFP 寫入器"
#: plugins/UM3NetworkPrinting/plugin.json
#, fuzzy
msgctxt "description"
msgid "Manages network connections to UltiMaker networked printers."
msgstr "管理與 UltiMaker 網絡印表機的網絡連線。"
msgstr ""
#: plugins/UM3NetworkPrinting/plugin.json
#, fuzzy
msgctxt "name"
msgid "UltiMaker Network Connection"
msgstr "UltiMaker 網絡連線"
@ -3532,7 +3525,6 @@ msgid "Learn more"
msgstr "學習更多"
#: plugins/UM3NetworkPrinting/src/Messages/LegacyDeviceNoLongerSupportedMessage.py:18
#, fuzzy
msgctxt "@info:status"
msgid "You are attempting to connect to a printer that is not running UltiMaker Connect. Please update the printer to the latest firmware."
msgstr "你正在嘗試連接到一台未安裝 UltiMaker Connect 的印表機。請將印表機更新至最新版本的韌體。"
@ -3554,11 +3546,10 @@ msgid "Sending materials to printer"
msgstr "向印表機傳送線材參數中"
#: plugins/UM3NetworkPrinting/src/Messages/NewPrinterDetectedMessage.py:13
#, fuzzy
msgctxt "info:status"
msgid "New printer detected from your Ultimaker account"
msgid_plural "New printers detected from your Ultimaker account"
msgstr[0] "從你的 Ultimaker 帳號偵測到新的印表機"
msgstr[0] ""
#: plugins/UM3NetworkPrinting/src/Messages/NewPrinterDetectedMessage.py:29
#, python-brace-format
@ -3808,16 +3799,14 @@ msgid "Heated Build Plate (official kit or self-built)"
msgstr "熱床(官方版本或自製版本)"
#: plugins/UltimakerMachineActions/plugin.json
#, fuzzy
msgctxt "description"
msgid "Provides machine actions for Ultimaker machines (such as bed leveling wizard, selecting upgrades, etc.)."
msgstr "提供 UltiMaker 機器的操作(例如平台調平精靈,選擇升級等)。"
#: plugins/UltimakerMachineActions/plugin.json
#, fuzzy
msgctxt "name"
msgid "UltiMaker machine actions"
msgstr "UltiMaker 印表機操作"
msgstr ""
#: plugins/VersionUpgrade/VersionUpgrade21to22/plugin.json
msgctxt "description"
@ -4050,16 +4039,14 @@ msgid "Version Upgrade 4.9 to 4.10"
msgstr "升級版本 4.9 到 4.10"
#: plugins/VersionUpgrade/VersionUpgrade52to53/plugin.json
#, fuzzy
msgctxt "description"
msgid "Upgrades configurations from Cura 5.2 to Cura 5.3."
msgstr "將設定從 Cura 3.2 版本升級至 3.3 版本。"
msgstr "將設定從 Cura 5.2 版本升級至 5.3 版本。"
#: plugins/VersionUpgrade/VersionUpgrade52to53/plugin.json
#, fuzzy
msgctxt "name"
msgid "Version Upgrade 5.2 to 5.3"
msgstr "升級版本 3.2 到 3.3"
msgstr "升級版本 5.2 到 5.3"
#: plugins/X3DReader/__init__.py:13
msgctxt "@item:inlistbox"
@ -4113,7 +4100,6 @@ msgid "Sign in to the UltiMaker platform"
msgstr "登入UltiMaker 論壇"
#: resources/qml/Account/GeneralOperations.qml:39
#, fuzzy
msgctxt "@text"
msgid ""
"- Add material profiles and plug-ins from the Marketplace\n"
@ -4122,7 +4108,7 @@ msgid ""
msgstr ""
"- 從市集中加入線材參數及插件\n"
"-備份及同步您的線材設定與插件 \n"
"- 分享創意並可從Ultimaker社群中超過48000的使用者得到幫助"
"- 分享創意並可從UltiMaker社群中超過48000的使用者得到幫助"
#: resources/qml/Account/GeneralOperations.qml:58
msgctxt "@button"
@ -4315,7 +4301,6 @@ msgid "Manage Materials..."
msgstr "管理線材..."
#: resources/qml/Actions.qml:218
#, fuzzy
msgctxt "@action:inmenu Marketplace is a brand name of UltiMaker's, so don't translate."
msgid "Add more materials from Marketplace"
msgstr "從市集增加更多線材"
@ -4608,22 +4593,19 @@ msgid "What's New"
msgstr "新功能"
#: resources/qml/Cura.qml:890
#, fuzzy
msgctxt "@title:window"
msgid "Save Custom Profile"
msgstr "自訂列印參數"
msgstr ""
#: resources/qml/Cura.qml:891
#, fuzzy
msgctxt "@textfield:placeholder"
msgid "New Custom Profile"
msgstr "自訂列印參數"
msgstr ""
#: resources/qml/Cura.qml:892
#, fuzzy
msgctxt "@info"
msgid "Custom profile name:"
msgstr "自訂列印參數"
msgstr ""
#: resources/qml/Cura.qml:909
msgctxt "@label %i will be replaced with a profile name"
@ -4636,10 +4618,9 @@ msgid "Learn more about Cura print profiles"
msgstr ""
#: resources/qml/Cura.qml:926
#, fuzzy
msgctxt "@button"
msgid "Save new profile"
msgstr "建立新的列印參數"
msgstr ""
#: resources/qml/Dialogs/AboutDialog.qml:15
msgctxt "@title:window The argument is the application name."
@ -4688,7 +4669,7 @@ msgstr "進程間通訊交互使用庫"
#: resources/qml/Dialogs/AboutDialog.qml:142
msgctxt "@label Description for application component"
msgid "Python bindings for libnest2d"
msgstr "Python bindings for libnest2d"
msgstr ""
#: resources/qml/Dialogs/AboutDialog.qml:143
msgctxt "@label Description for application component"
@ -4873,7 +4854,7 @@ msgstr ""
#: resources/qml/Dialogs/ChoosePrinterDialog.qml:110
msgctxt "@description"
msgid "No compatible printers, that are currently online, where found."
msgid "No compatible printers, that are currently online, were found."
msgstr ""
#: resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:13
@ -4923,16 +4904,14 @@ msgid "Keep changes"
msgstr "保留更動"
#: resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:171
#, fuzzy
msgctxt "@action:button"
msgid "Save as new custom profile"
msgstr "自訂列印參數"
msgstr ""
#: resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml:178
#, fuzzy
msgctxt "@action:button"
msgid "Save changes"
msgstr "保留更動"
msgstr ""
#: resources/qml/Dialogs/OpenFilesIncludingProjectsDialog.qml:47
msgctxt "@text:window"
@ -6246,16 +6225,14 @@ msgid "Enable printing a brim or raft. This will add a flat area around or under
msgstr "允許列印邊緣或木筏。這將在你的物件周圍或下方添加一個容易切斷的平面區域。"
#: resources/qml/PrintSetupSelector/Recommended/RecommendedPrintSetup.qml:102
#, fuzzy
msgctxt "@label"
msgid "Recommended print settings"
msgstr "轉換設定"
msgstr ""
#: resources/qml/PrintSetupSelector/Recommended/RecommendedPrintSetup.qml:111
#, fuzzy
msgctxt "@button"
msgid "Show Custom"
msgstr "自訂選項"
msgstr ""
#: resources/qml/PrintSetupSelector/Recommended/RecommendedResolutionSelector.qml:27
msgctxt "@label"
@ -6273,10 +6250,9 @@ msgid "The following settings define the strength of your part."
msgstr ""
#: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:34
#, fuzzy
msgctxt "infill_sparse_density description"
msgid "Infill Density"
msgstr "只有填充"
msgstr ""
#: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:35
msgctxt "@label"
@ -6284,32 +6260,30 @@ msgid "Adjusts the density of infill of the print."
msgstr ""
#: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:54
#, fuzzy
msgctxt "@action:label"
msgid "Infill Pattern"
msgstr "只有填充"
msgstr ""
#: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:56
msgctxt "@label"
msgid ""
"The pattern of the infill material of the print:\n"
"\n"
"For quick prints of non functional model choose line, zig zag or lighting infill.\n"
"For quick prints of non functional model choose line, zig zag or lightning infill.\n"
"\n"
"For functional part not subjected to a lot of stress we reccomend grid or triangle or tri hexagon.\n"
"For functional part not subjected to a lot of stress we recommend grid or triangle or tri hexagon.\n"
"\n"
"For functional 3D prints which require high strenght in multiple directions use cubic, cubic subdivision, quarter cubic, octet, and gyroid."
"For functional 3D prints which require high strength in multiple directions use cubic, cubic subdivision, quarter cubic, octet, and gyroid."
msgstr ""
#: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:67
#, fuzzy
msgctxt "@action:label"
msgid "Shell Thickness"
msgstr "層厚"
msgstr ""
#: resources/qml/PrintSetupSelector/Recommended/RecommendedStrengthSelector.qml:68
msgctxt "@label"
msgid "Defines the tickness of your part side walls, roof and floor."
msgid "Defines the thickness of your part side walls, roof and floor."
msgstr ""
#: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:16
@ -6318,16 +6292,14 @@ msgid "Support"
msgstr "支撐"
#: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:21
#, fuzzy
msgctxt "@label"
msgid "Generate structures to support parts of the model which have overhangs. Without these structures, these parts would collapse during printing."
msgstr "在模型的突出部分產生支撐結構。若不這樣做,這些部分在列印時將倒塌。"
#: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:40
#, fuzzy
msgctxt "@action:label"
msgid "Support Type"
msgstr "支撐"
msgstr ""
#: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:41
msgctxt "@label"
@ -6340,10 +6312,9 @@ msgid ""
msgstr ""
#: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:53
#, fuzzy
msgctxt "@action:label"
msgid "Print with"
msgstr "使用 "
msgstr ""
#: resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:54
msgctxt "@label"
@ -6794,16 +6765,14 @@ msgid "Add a non-networked printer"
msgstr "新增非網路印表機"
#: resources/qml/WelcomePages/AddThirdPartyPrinter.qml:102
#, fuzzy
msgctxt "@button"
msgid "Add UltiMaker printer via Digital Factory"
msgstr "Ultimaker Digital Factory"
msgstr ""
#: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:29
#, fuzzy
msgctxt "@label"
msgid "In order to start using Cura you will need to configure a printer."
msgstr "為了監控您的印表機,請連結印表機."
msgstr ""
#: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:36
msgctxt "@label"
@ -6811,16 +6780,14 @@ msgid "What printer would you like to setup?"
msgstr ""
#: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:55
#, fuzzy
msgctxt "@button"
msgid "UltiMaker printer"
msgstr "UltiMaker 支援"
msgstr ""
#: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:64
#, fuzzy
msgctxt "@button"
msgid "Non UltiMaker printer"
msgstr "UltiMaker 支援"
msgstr ""
#: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinter.qml:73
msgctxt "@button"
@ -6828,16 +6795,14 @@ msgid "Learn more about adding printers to Cura"
msgstr ""
#: resources/qml/WelcomePages/AddUltimakerOrThirdPartyPrinterStack.qml:29
#, fuzzy
msgctxt "@label"
msgid "Add printer"
msgstr "新增印表機"
msgstr ""
#: resources/qml/WelcomePages/AddUltimakerPrinter.qml:33
#, fuzzy
msgctxt "@label"
msgid "New UltiMaker printers can be connected to Digital Factory and monitored remotely."
msgstr "確認您的列印機已開機並連接至Digital Factory."
msgstr ""
#: resources/qml/WelcomePages/AddUltimakerPrinter.qml:70
msgctxt "@label"
@ -6845,10 +6810,9 @@ msgid "If you are trying to add a new UltiMaker printer to Cura"
msgstr ""
#: resources/qml/WelcomePages/AddUltimakerPrinter.qml:80
#, fuzzy
msgctxt "@info"
msgid "Sign in into UltiMaker Digital Factory"
msgstr "連接到 Ultimaker Digital Factory"
msgstr ""
#: resources/qml/WelcomePages/AddUltimakerPrinter.qml:81
msgctxt "@info"
@ -6861,28 +6825,24 @@ msgid "Your new printer will automatically appear in Cura"
msgstr ""
#: resources/qml/WelcomePages/AddUltimakerPrinter.qml:100
#, fuzzy
msgctxt "@button"
msgid "Learn more"
msgstr "學習更多"
#: resources/qml/WelcomePages/AddUltimakerPrinter.qml:121
#, fuzzy
msgctxt "@button"
msgid "Add local printer"
msgstr "新增印表機"
msgstr ""
#: resources/qml/WelcomePages/AddUltimakerPrinter.qml:129
#, fuzzy
msgctxt "@button"
msgid "Sign in to Digital Factory"
msgstr "在連接至Digital Factory的過程中失敗."
msgstr ""
#: resources/qml/WelcomePages/AddUltimakerPrinter.qml:133
#, fuzzy
msgctxt "@button"
msgid "Waiting for new printers"
msgstr "等待:印表機無法使用"
msgstr ""
#: resources/qml/WelcomePages/ChangelogContent.qml:24
msgctxt "@label"
@ -6939,6 +6899,10 @@ msgctxt "@label"
msgid "No items to select from"
msgstr "沒有可選取的專案"
#~ msgctxt "@action:label"
#~ msgid ""
#~ msgstr "使用 "
#~ msgctxt "@info:generic"
#~ msgid ""
#~ "\n"

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-03-06 23:02+0000\n"
"POT-Creation-Date: 2023-03-07 09:01+0000\n"
"PO-Revision-Date: 2022-01-02 19:59+0800\n"
"Last-Translator: Valen Chang <carf17771@gmail.com>\n"
"Language-Team: Valen Chang <carf17771@gmail.com>\n"

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-03-06 23:02+0000\n"
"POT-Creation-Date: 2023-03-07 09:01+0000\n"
"PO-Revision-Date: 2022-01-02 20:24+0800\n"
"Last-Translator: Valen Chang <carf17771@gmail.com>\n"
"Language-Team: Valen Chang <carf17771@gmail.com>\n"
@ -4604,7 +4604,7 @@ msgstr "在從頂板輪廓向內進行連接時所覆蓋的距離。僅套用於
#: fdmprinter.def.json
msgctxt "interlocking_depth description"
msgid "The distance from the boundary between models to generate interlocking structure measured in cells. Too few cells will result in poor adhesion."
msgid "The distance from the boundary between models to generate interlocking structure, measured in cells. Too few cells will result in poor adhesion."
msgstr ""
#: fdmprinter.def.json

View file

@ -107,7 +107,7 @@ UM.Dialog
UM.Label
{
visible: contents.count < 1
text: catalog.i18nc("@description", "No compatible printers, that are currently online, where found.")
text: catalog.i18nc("@description", "No compatible printers, that are currently online, were found.")
}
}
}

View file

@ -53,7 +53,7 @@ RecommendedSettingSection
{
settingName: catalog.i18nc("@action:label", "Infill Pattern")
tooltipText: catalog.i18nc("@label",
"The pattern of the infill material of the print:\n\nFor quick prints of non functional model choose line, zig zag or lighting infill.\n\nFor functional part not subjected to a lot of stress we reccomend grid or triangle or tri hexagon.\n\nFor functional 3D prints which require high strenght in multiple directions use cubic, cubic subdivision, quarter cubic, octet, and gyroid.")
"The pattern of the infill material of the print:\n\nFor quick prints of non functional model choose line, zig zag or lightning infill.\n\nFor functional part not subjected to a lot of stress we recommend grid or triangle or tri hexagon.\n\nFor functional 3D prints which require high strength in multiple directions use cubic, cubic subdivision, quarter cubic, octet, and gyroid.")
settingControl: Cura.SingleSettingComboBox
{
@ -65,7 +65,7 @@ RecommendedSettingSection
RecommendedSettingItem
{
settingName: catalog.i18nc("@action:label", "Shell Thickness")
tooltipText: catalog.i18nc("@label", "Defines the tickness of your part side walls, roof and floor.")
tooltipText: catalog.i18nc("@label", "Defines the thickness of your part side walls, roof and floor.")
settingControl: RowLayout
{

View file

@ -45,6 +45,9 @@
- Fixed a bug where an "object of type SettingFunction is not JSON serializable" error would prevent users from using certain plug-ins.
- Fixed a bug where hole expansion would affect interlocking holes.
- Fixed a bug where fuzzy skin would also apply to interlocking structures.
- Fixed a bug where you could not load gcodes in Cura in some cases
- Fixed a bug where some models would slice slower with Skin-Edge Support Layers
- Fixed a bug where layers were skipped by inserting support interface on a raft
- Fixed a bug where Relative Extrusion was not calculated correctly when using Retract Continue.
- Fixed a bug that would prevent advanced users from slicing a batch with multiple STLs in a script.
- Fixed a bug where skirt lines would not follow the convex contours of models.
@ -68,10 +71,22 @@
- Fixed a bug where WallToolPaths are not simplified, contributed by Piezoid
- Fixed a bug where iterators were moving out of range, contributed by Piezoid and plaintoothpaste
- Fixed a bug where the Maximum Area Deviation value was too small, contributed by Piezoid
- Fixed a bug where we did not 'pickle' DefinitionContainers correctly, contributed by Piezoid
- Fixed a bug where an airgap was present in Spiralized Outer Contour, contributed by richfelker
- Fixed a bug where speeds defined for slower layers would impact speeds accelerations and jerks for the whole print, contributed by richfelker
- Fixed a bug where materials with longer names in Materials Preferences were harder to read, contributed by Ghostkeeper
* Bugs resolved in the Beta Release
- Fixed a bug where no support would be generated for narrow ridges
- Fixed a bug where Hole Horizontal Expansion would remove part of the model
- Fixed a bug where Support Horizontal Expansion was broken
- Fixed a bug where Enable Conical Support would prevent support from being generated
- Fixed a bug where the brim would be printed from inside out
- Fixed a bug where the brim width would not be respected in multi-extrusion
- Fixed a bug where missing Geetech A10, Geetech Mizar S, and Geetech A30 definitions would cause a corrupt error message
- Fixed a bug where you could not resize the Recommended settings window
- Fixed a bug where wiping in the walls (as opposed to infill) wasn't working
* Printer definitions, profiles and materials:
- Support Towers are working again and enabled by default for all printers.
- Updated Support Horizontal Expansion, Support Join Distance, and Minimum Support Area Settings for UltiMaker printers to improve support reliability.
@ -88,6 +103,7 @@
- Updated Rigid3D machine definitions, contributed by mehmetsutas
- Updated Sovol SV01, SV02, and SV03, contributed by eropple
- Updated Sovol's SV01 and SV02 bed dimensions, contributed by eropple
- Updated VzBot definition, contributed by ckvsoft
- Added AnkerMake M5, contributed by just-trey
- Added Anycubic Kobra Go, contributed by Razzeee
- Added Artillery Hornet, contributed by wilds
@ -114,9 +130,9 @@
- Updated a typo in Japanese translations, contributed by tamorikawa
* Known critical issues:
- Under certain angles, the Interlocking Structures are not effective, yet.
- The Gcode Reader Plug-in is broken since Cura 5.2, and will not load gcodes correctly yet.
- Some models have been slicing slower since Cura 5.1. <a href="https://github.com/Ultimaker/Cura/issues/14108"> We are collecting cases here</a>.
- Translations are not complete yet, we hope to resolve this before 5.4.
- Part of models are not being Fuzzyfied when fuzzy skin is enable yet, we hope to resolve this before 5.4.
- The experimental setting Wire printing seems to be broken
- Reports have been coming in that Cura is running slow on Windows 11 <a href="https://github.com/Ultimaker/Cura/issues/13820"> We are collecting cases here</a>.
- Multiple external monitors on Windows (especially if from the same brand) <a href="https://support.ultimaker.com/hc/en-us/articles/6103674944156">might be a problem under some circumstances</a>.
- Does Cura (not) work on your OS (version)? See <a href="https://support.ultimaker.com/hc/en-us/articles/360011889579">this article</a> for clarification.