Compare commits
104 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1f9400ddda | ||
|
|
d6408bf239 | ||
|
|
d2012d4d9b | ||
|
|
2b80442677 | ||
|
|
494970573e | ||
|
|
4ee031407d | ||
|
|
f713cb579a | ||
|
|
7f19806dd9 | ||
|
|
f4f63b9a54 | ||
|
|
07b20e3c40 | ||
|
|
535ce1e4d5 | ||
|
|
478a3cabc4 | ||
|
|
40e1a5534e | ||
|
|
019c6dbb10 | ||
|
|
3e70923483 | ||
|
|
d1902fa3d5 | ||
|
|
424a37a68c | ||
|
|
1b2437fa02 | ||
|
|
1687c5d624 | ||
|
|
b1ff57de34 | ||
|
|
bccab56220 | ||
|
|
8ecf30a51d | ||
|
|
cf13b6b6ab | ||
|
|
1c85f23870 | ||
|
|
35c97ae363 | ||
|
|
963e22db99 | ||
|
|
1338e60f8b | ||
|
|
a6c966ffd8 | ||
|
|
2c2e8aaab2 | ||
|
|
65a245af41 | ||
|
|
f2ea046ab5 | ||
|
|
313d89a44f | ||
|
|
5dc99e0fdd | ||
|
|
f2a36c90c1 | ||
|
|
1d73b29a00 | ||
|
|
39bb8169a0 | ||
|
|
205d475acb | ||
|
|
a8371bbded | ||
|
|
261cd7d6e9 | ||
|
|
c4f8a7808a | ||
|
|
a2b2cf743e | ||
|
|
07e2346d8d | ||
|
|
0a6a5f8690 | ||
|
|
51c4567a09 | ||
|
|
0b9b50fa22 | ||
|
|
1cceb727d7 | ||
|
|
49f599efbf | ||
|
|
140ee733ca | ||
|
|
3d89653ad6 | ||
|
|
59aa772875 | ||
|
|
a7ad626cdd | ||
|
|
0886a00cae | ||
|
|
e452f65575 | ||
|
|
a867b747e6 | ||
|
|
8c0ec030e1 | ||
|
|
f39d64153a | ||
|
|
3f31b3f078 | ||
|
|
74e485d913 | ||
|
|
1dad523325 | ||
|
|
b33907514e | ||
|
|
ff4834edd2 | ||
|
|
42a146b5af | ||
|
|
a8e0bd3669 | ||
|
|
d5c00a7bda | ||
|
|
bbc4409f8c | ||
|
|
a192c86e57 | ||
|
|
c8a236e92f | ||
|
|
1b698ce42e | ||
|
|
b9101f8049 | ||
|
|
a6bfd77a85 | ||
|
|
2dbf47fc36 | ||
|
|
33a54d7c36 | ||
|
|
0503b60f30 | ||
|
|
bcfcfdf58d | ||
|
|
e318ad1cc3 | ||
|
|
144552bd81 | ||
|
|
529153d41d | ||
|
|
d761a503ca | ||
|
|
b4fa60892c | ||
|
|
f1b81b3d38 | ||
|
|
9dbc216996 | ||
|
|
4f49d64e7c | ||
|
|
7e28696d35 | ||
|
|
6fd7c6dac5 | ||
|
|
729dc96934 | ||
|
|
bcb8a14ed7 | ||
|
|
b38a69d519 | ||
|
|
126f0688b3 | ||
|
|
63b19be83f | ||
|
|
8371ef3d8e | ||
|
|
9a79a617d4 | ||
|
|
2d1de91a4f | ||
|
|
60871304b5 | ||
|
|
336059534c | ||
|
|
0fa05169af | ||
|
|
5ab2212d2c | ||
|
|
a63019af97 | ||
|
|
757156b7c4 | ||
|
|
ead2acb10f | ||
|
|
fafeab0341 | ||
|
|
95a2f9f9c8 | ||
|
|
cd0e2a34e9 | ||
|
|
ce074892d3 | ||
|
|
2fe4163d88 |
@@ -26,7 +26,6 @@ endif()
|
|||||||
option(SLIC3R_STATIC "Compile QIDISlicer with static libraries (Boost, TBB, glew)" ${SLIC3R_STATIC_INITIAL})
|
option(SLIC3R_STATIC "Compile QIDISlicer with static libraries (Boost, TBB, glew)" ${SLIC3R_STATIC_INITIAL})
|
||||||
option(SLIC3R_GUI "Compile QIDISlicer with GUI components (OpenGL, wxWidgets)" 1)
|
option(SLIC3R_GUI "Compile QIDISlicer with GUI components (OpenGL, wxWidgets)" 1)
|
||||||
option(SLIC3R_FHS "Assume QIDISlicer is to be installed in a FHS directory structure" 0)
|
option(SLIC3R_FHS "Assume QIDISlicer is to be installed in a FHS directory structure" 0)
|
||||||
option(SLIC3R_WX_STABLE "Build against wxWidgets stable (3.0) as oppsed to dev (3.1) on Linux" 0)
|
|
||||||
option(SLIC3R_PCH "Use precompiled headers" 1)
|
option(SLIC3R_PCH "Use precompiled headers" 1)
|
||||||
option(SLIC3R_MSVC_COMPILE_PARALLEL "Compile on Visual Studio in parallel" 1)
|
option(SLIC3R_MSVC_COMPILE_PARALLEL "Compile on Visual Studio in parallel" 1)
|
||||||
option(SLIC3R_MSVC_PDB "Generate PDB files on MSVC in Release mode" 1)
|
option(SLIC3R_MSVC_PDB "Generate PDB files on MSVC in Release mode" 1)
|
||||||
@@ -60,7 +59,6 @@ if (APPLE)
|
|||||||
endif ()
|
endif ()
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
# Proposal for C++ unit tests and sandboxes
|
|
||||||
option(SLIC3R_BUILD_SANDBOXES "Build development sandboxes" OFF)
|
option(SLIC3R_BUILD_SANDBOXES "Build development sandboxes" OFF)
|
||||||
option(SLIC3R_BUILD_TESTS "Build unit tests" ON)
|
option(SLIC3R_BUILD_TESTS "Build unit tests" ON)
|
||||||
|
|
||||||
@@ -172,8 +170,8 @@ if(WIN32)
|
|||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
if(DEFINED WIN10SDK_PATH)
|
if(DEFINED WIN10SDK_PATH)
|
||||||
if (EXISTS "${WIN10SDK_PATH}/include/winrt/windows.graphics.printing3d.h")
|
if (EXISTS "${WIN10SDK_PATH}/winrt/windows.graphics.printing3d.h")
|
||||||
set(WIN10SDK_INCLUDE_PATH "${WIN10SDK_PATH}/Include")
|
set(WIN10SDK_INCLUDE_PATH "${WIN10SDK_PATH}")
|
||||||
else()
|
else()
|
||||||
message("WIN10SDK_PATH is invalid: ${WIN10SDK_PATH}")
|
message("WIN10SDK_PATH is invalid: ${WIN10SDK_PATH}")
|
||||||
message("${WIN10SDK_PATH}/include/winrt/windows.graphics.printing3d.h was not found")
|
message("${WIN10SDK_PATH}/include/winrt/windows.graphics.printing3d.h was not found")
|
||||||
|
|||||||
@@ -1,21 +1,21 @@
|
|||||||
1.0.1
|
1.0.5
|
||||||
alpha=1.0.1-alpha1
|
alpha=1.0.5-alpha1
|
||||||
beta=1.0.1-beta1
|
beta=1.0.5-beta1
|
||||||
|
|
||||||
[common]
|
[common]
|
||||||
release = 1.0.1
|
release = 1.0.5
|
||||||
alpha = 1.0.1-alpha1
|
alpha = 1.0.5-alpha1
|
||||||
beta = 1.0.1-beta1
|
beta = 1.0.5-beta1
|
||||||
rc = 1.0.1-rc2
|
rc = 1.0.5-rc2
|
||||||
|
|
||||||
[release:win64]
|
[release:win64]
|
||||||
url = https://github.com/QIDITECH/QIDISlicer/releases/download/V1.0.1/QIDISlicer_Setup_1.0.1.exe
|
url = https://github.com/QIDITECH/QIDISlicer/releases/download/V1.0.5/QIDISlicer_Setup_1.0.5_Win64.exe
|
||||||
size = 64339627
|
size = 71118761
|
||||||
|
|
||||||
[release:linux]
|
[release:linux]
|
||||||
url = https://qidi3d.com
|
url = https://github.com/QIDITECH/QIDISlicer/releases/download/V1.0.4/QIDISlicer-1.0.4.AppImage
|
||||||
size = 69915840
|
size = 69915840
|
||||||
|
|
||||||
[release:osx]
|
[release:osx]
|
||||||
url = https://qidi3d.com/
|
url = https://github.com/QIDITECH/QIDISlicer/releases/download/V1.0.5/QIDISlicer_Setup_1.0.5_Win64.exe
|
||||||
size = 90237989
|
size = 90237989
|
||||||
@@ -2,12 +2,12 @@
|
|||||||

|

|
||||||
|
|
||||||
# QIDISlicer
|
# QIDISlicer
|
||||||
QIDISlicer is aprofessional 3D printer slicing software,which is perfectly compatible with all printers and 3D printing filaments of QIDI Technology. Multi-platform support, simple inerface, easy to use, complate functions, easy to learn 3D printing.
|
QIDISlicer is a professional 3D printer slicing software,which is perfectly compatible with all printers and 3D printing filaments of QIDI Technology. Multi-platform support, simple inerface, easy to use, complate functions, easy to learn 3D printing.
|
||||||
|
|
||||||
**Notice:QIDISlicer as a new software dedicated to QIDI's new high speed printers, please make sure your firmware version is V 4.0.0 or above.**
|
**Notice:QIDISlicer as a new software dedicated to QIDI's new high speed printers, please make sure your firmware version is V 4.0.0 or above.**
|
||||||
|
|
||||||
QIDISlicer is based on [PrusaSlicer](https://github.com/prusa3d/PrusaSlicer) by Prusa Research, which is from [Slic3r](https://github.com/Slic3r/Slic3r) by Alessandro Ranellucci and the RepRap community.
|
QIDISlicer is based on [PrusaSlicer](https://github.com/prusa3d/PrusaSlicer) by Prusa Research, which is from [Slic3r](https://github.com/Slic3r/Slic3r) by Alessandro Ranellucci and the RepRap community.
|
||||||
Thanks to PrusaSlicer and Bambulab for their contributions to the 3D printing community.
|
Thanks to PrusaSlicer, Bambulab and OrcaSlicer for their contributions to the 3D printing community.
|
||||||
|
|
||||||
See the [QIDI's homepage](https://qidi3d.com) for more information.
|
See the [QIDI's homepage](https://qidi3d.com) for more information.
|
||||||
|
|
||||||
|
|||||||
1214
cmake/modules/FindwxWidgets.cmake
Normal file
BIN
resources/calib/FlowRate/flowrate_coarse.3mf
Normal file
BIN
resources/calib/FlowRate/flowrate_fine.3mf
Normal file
BIN
resources/calib/PressureAdvance/pa_line.stl
Normal file
BIN
resources/calib/PressureAdvance/pa_pattern.stl
Normal file
3026
resources/calib/PressureAdvance/pa_tower.stl
Normal file
36075
resources/calib/VolumetricSpeed/volumetric_speed.step
Normal file
|
Before Width: | Height: | Size: 7.5 KiB After Width: | Height: | Size: 7.5 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
4
resources/icons/check_half.svg
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<rect x="1" y="1" width="16" height="16" rx="1" fill="#009688"/>
|
||||||
|
<path d="M4 9L14 9" stroke="white" stroke-linecap="round"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 228 B |
4
resources/icons/check_half_disabled.svg
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<rect x="1" y="1" width="16" height="16" rx="1" fill="#CECECE"/>
|
||||||
|
<line x1="4.37881" y1="8.93516" x2="13.6213" y2="8.93515" stroke="white" stroke-width="1.2" stroke-linecap="round"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 285 B |
4
resources/icons/check_half_focused.svg
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<rect x="1" y="1" width="16" height="16" rx="1" fill="#4db6ac"/>
|
||||||
|
<path d="M4 9L14 9" stroke="white" stroke-linecap="round"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 232 B |
3
resources/icons/check_off.svg
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<rect x="1.5" y="1.5" width="15" height="15" rx="0.5" stroke="#ACACAC"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 176 B |
3
resources/icons/check_off_disabled.svg
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<rect x="1.5" y="1.5" width="15" height="15" rx="0.5" fill="#CECECE" stroke="#ACACAC"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 191 B |
3
resources/icons/check_off_focused.svg
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<rect x="1.5" y="1.5" width="15" height="15" rx="0.5" stroke="#009688"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 176 B |
4
resources/icons/check_on.svg
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<rect x="1" y="1" width="16" height="16" rx="1" fill="#009688"/>
|
||||||
|
<path d="M4.35537 8.5374L8.30284 11.9361C8.71855 12.294 9.34501 12.2502 9.70687 11.838L14.8175 6.01521" stroke="white" stroke-width="1.2" stroke-linecap="round"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 331 B |
4
resources/icons/check_on_disabled.svg
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<rect x="1" y="1" width="16" height="16" rx="1" fill="#CECECE"/>
|
||||||
|
<path d="M4.35537 8.5374L8.30284 11.9361C8.71855 12.294 9.34501 12.2502 9.70687 11.838L14.8175 6.01521" stroke="white" stroke-width="1.2" stroke-linecap="round"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 331 B |
4
resources/icons/check_on_focused.svg
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<rect x="1" y="1" width="16" height="16" rx="1" fill="#4db6ac"/>
|
||||||
|
<path d="M4.35537 8.5374L8.30284 11.9361C8.71855 12.294 9.34501 12.2502 9.70687 11.838L14.8175 6.01521" stroke="white" stroke-width="1.2" stroke-linecap="round"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 331 B |
4
resources/icons/checked.svg
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M3 8.9375L6.45062 11.6772C6.67263 11.8535 6.99663 11.8101 7.16447 11.5817L12 5" stroke="white" stroke-linecap="round"/>
|
||||||
|
<path d="M3 8.9375L6.45062 11.6772C6.67263 11.8535 6.99663 11.8101 7.16447 11.5817L12 5" stroke="white" stroke-opacity="0.2" stroke-linecap="round"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 382 B |
45
resources/icons/param_3d honeycomb.svg
Normal file
@@ -0,0 +1,45 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
version="1.0"
|
||||||
|
width="300.000000pt"
|
||||||
|
height="300.000000pt"
|
||||||
|
viewBox="0 0 300.000000 300.000000"
|
||||||
|
preserveAspectRatio="xMidYMid meet"
|
||||||
|
id="svg1"
|
||||||
|
sodipodi:docname="param_3d honeycomb.svg"
|
||||||
|
xml:space="preserve"
|
||||||
|
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||||
|
id="defs1" /><sodipodi:namedview
|
||||||
|
id="namedview1"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#4479FB"
|
||||||
|
borderopacity="0.25"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
inkscape:document-units="pt"
|
||||||
|
inkscape:zoom="2.0325"
|
||||||
|
inkscape:cx="200"
|
||||||
|
inkscape:cy="200"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1009"
|
||||||
|
inkscape:window-x="-8"
|
||||||
|
inkscape:window-y="-8"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="g1" /><metadata
|
||||||
|
id="metadata1"> Created by potrace 1.10, written by Peter Selinger 2001-2011 </metadata><g
|
||||||
|
transform="translate(0.000000,300.000000) scale(0.100000,-0.100000)"
|
||||||
|
fill="#4479FB"
|
||||||
|
stroke="none"
|
||||||
|
id="g1"><path
|
||||||
|
d="M 0.5,150 V 299.5 H 150 299.5 V 150 0.5 H 150 0.5 Z m 287,-122.3 c 0,15.5 -0.1,16.1 -1.8,14.5 -1,-1 -2.9,-1.7 -4.2,-1.7 -1.5,0 -5.5,-3.3 -12.8,-10.6 -5.8,-5.8 -11.4,-11 -12.3,-11.5 -1,-0.5 -10.2,-0.9 -20.6,-0.9 H 217 L 205.5,29 194,40.5 H 179 164 L 152.5,29 141,17.5 H 121 101 L 89.5,29 78,40.5 H 63 48 L 38.5,31 29,21.5 h 24.8 24.7 v -5 -5 H 183 287.5 Z m -269,0.8 c 1.7,0 5.7,3.3 14,11.5 L 44.2,51.5 H 63.6 83 L 94.5,40 106,28.5 h 15 15 L 147.5,40 159,51.5 H 178.5 198 L 209.5,40 221,28.5 h 14.9 15 L 262,39.4 c 6.3,6.3 12.2,11.2 13.8,11.6 l 2.7,0.7 v 11.9 c 0,10.9 -0.2,11.9 -1.8,11.9 -1,0 -7,5.2 -13.4,11.5 L 251.8,98.5 H 236.9 222.1 L 210.5,87 198.8,75.5 H 178.9 159 L 147.5,87 136,98.5 H 121 106 L 94.5,87 83,75.4 62.8,75.7 42.5,76 31.2,87.2 c -7.2,7.3 -12,11.3 -13.3,11.3 -1.2,0 -2.7,0.7 -3.4,1.5 -0.7,0.8 -1.6,1.5 -2.1,1.5 -0.5,0 -0.9,-17.2 -0.9,-38.7 V 24.2 l 2.3,2.1 c 1.3,1.2 3.4,2.2 4.7,2.2 z m 269,92.7 v 38.6 l -2.3,-2.1 c -1.3,-1.2 -3.2,-2.2 -4.3,-2.2 -1.1,0 -6,-4.2 -11.9,-10.1 -5.5,-5.6 -11.4,-10.7 -13.2,-11.5 -3.8,-1.6 -35.3,-2 -38.2,-0.5 -0.9,0.5 -6.5,5.7 -12.3,11.5 l -10.5,10.6 H 178.9 163.1 L 152,144.6 c -6.1,-6 -12.2,-11.2 -13.6,-11.6 -1.4,-0.3 -10.3,-0.5 -19.7,-0.3 L 101.5,133 90.2,144.2 79,155.5 H 63.5 48 L 37.5,145 C 31.8,139.3 25.9,134.1 24.3,133.4 l -2.8,-1.1 v -11.4 c 0,-11.1 0.1,-11.4 2.3,-11.9 1.3,-0.4 7.3,-5.6 13.3,-11.6 L 48,86.5 H 63.5 79 l 11.2,11.2 11.3,11.3 19.3,0.3 19.2,0.3 L 151.5,98 163,86.5 h 15.5 15.5 l 11.2,11.2 11.3,11.3 17.7,0.3 c 9.7,0.2 18.8,0 20.2,-0.3 1.4,-0.4 7.5,-5.6 13.6,-11.6 6.8,-6.7 11.9,-10.9 13.1,-10.9 1.2,0 2.9,-0.9 3.9,-2 1,-1.1 2,-2 2.2,-2 0.1,0 0.3,17.4 0.3,38.7 z M 14.5,142 c 0.7,0.8 2.2,1.5 3.3,1.5 1.3,0 6.4,4.3 13.7,11.5 l 11.7,11.5 H 63.1 83 L 94.5,155 106,143.5 h 15 15 l 11.5,11.5 11.5,11.5 h 19.9 19.9 l 11.7,-11.5 11.6,-11.5 h 14.5 14.4 l 10.5,10.6 c 5.8,5.8 12,11.2 13.8,12 l 3.2,1.4 V 179 c 0,9.8 -0.2,11.5 -1.6,11.5 -0.9,0 -6.9,5.2 -13.3,11.5 l -11.8,11.5 H 236.4 221 L 209.8,202.2 198.5,191 179.2,190.7 160,190.4 148.4,201.9 136.8,213.5 H 121.4 106 L 96,203.4 c -5.5,-5.5 -11.2,-10.7 -12.7,-11.5 -2.1,-1.1 -7.1,-1.4 -20.9,-1.4 H 44.2 L 32.5,202 c -7.7,7.7 -12.3,11.5 -13.8,11.5 -1.2,0 -3,0.9 -3.9,2 -1,1.1 -2.1,2 -2.5,2 -0.5,0 -0.8,-17.3 -0.8,-38.5 0,-21.4 0.4,-38.5 0.9,-38.5 0.5,0 1.4,0.7 2.1,1.5 z m 273,94.7 c 0,36.9 -0.1,38.1 -1.8,36.5 -1,-1 -2.9,-1.7 -4.2,-1.7 -1.7,0 -5.8,-3.3 -14,-11.5 L 255.8,248.5 H 236.4 217 L 205.5,260 194,271.5 H 179 164 L 152.5,260 141,248.5 H 121.4 101.8 L 90.3,260 78.8,271.5 H 63.4 48.1 L 36.5,260 c -6.4,-6.3 -12.4,-11.5 -13.3,-11.5 -1.5,0 -1.7,-1.5 -1.7,-11.5 v -11.4 l 2.7,-1.5 c 1.6,-0.8 7.5,-6.2 13.3,-12 L 48,201.5 h 15 15 l 10.5,10.6 c 5.8,5.8 11.9,11.2 13.7,12 2.4,1 7.9,1.4 20.5,1.4 H 140 l 12,-12 12,-12 h 15 15 l 10.5,10.6 c 5.8,5.8 11.7,11.2 13.2,12 3.8,2 33.2,2 37.9,0 1.9,-0.8 8.1,-6.2 13.9,-12 6.8,-6.9 11.2,-10.6 12.6,-10.6 1.2,0 2.7,-0.7 3.4,-1.5 0.7,-0.8 1.4,-1.5 1.6,-1.5 0.2,0 0.4,17.2 0.4,38.2 z M 14.5,258 c 0.7,0.8 2.3,1.5 3.6,1.5 1.7,0 5.3,2.9 12.1,9.8 14.3,14.3 11.6,13.2 33.8,13.2 H 83 L 94.5,271 106,259.5 h 15 15 l 11.5,11.5 11.5,11.5 h 20 20 L 210.5,271 222,259.5 h 15 15 l 8.8,8.8 c 4.8,4.8 8.7,9.1 8.7,9.5 0,0.4 -10.8,0.7 -24,0.7 h -24 v 4.5 4.5 h -105 -105 V 272 c 0,-8.5 0.4,-15.5 0.9,-15.5 0.5,0 1.4,0.7 2.1,1.5 z"
|
||||||
|
id="path1-6"
|
||||||
|
style="fill:#999999;stroke:none;stroke-width:0.1;fill-opacity:0.80000001"
|
||||||
|
transform="matrix(9.9999998,0,0,-9.9999998,0,3000)" /><path
|
||||||
|
d="M10 1495 l0 -1495 1495 0 1495 0 0 1495 0 1495 -1495 0 -1495 0 0 -1495z m1000 1376 c0 -5 -7 -14 -15 -21 -8 -7 -15 -24 -15 -39 0 -19 -25 -51 -102 -129 l-103 -102 0 -215 0 -215 103 -102 102 -103 0 -160 0 -160 -102 -103 -103 -102 0 -215 0 -215 103 -102 102 -103 0 -158 0 -158 -101 -102 c-62 -63 -103 -112 -106 -129 l-5 -28 -128 0 -128 0 -7 27 c-3 15 -50 72 -106 128 l-99 101 0 165 0 164 91 90 c50 50 97 102 105 117 20 39 20 377 0 416 -8 15 -55 67 -105 117 l-91 90 0 160 0 160 91 90 c50 50 97 102 105 117 11 21 14 70 14 208 0 138 -3 187 -14 208 -8 15 -55 67 -105 117 -76 75 -91 95 -91 121 0 17 -7 37 -15 44 -8 7 -15 16 -15 21 0 5 164 9 370 9 206 0 370 -4 370 -9z m1150 0 c0 -5 -7 -14 -15 -21 -8 -7 -15 -26 -15 -43 0 -26 -17 -48 -100 -132 l-100 -102 0 -213 0 -213 100 -102 100 -101 0 -164 0 -163 -100 -100 -100 -100 0 -211 0 -211 100 -100 100 -100 0 -165 0 -165 -95 -95 c-59 -59 -99 -107 -103 -125 l-8 -30 -131 -3 -131 -3 -6 33 c-4 25 -31 59 -101 128 l-95 95 0 164 0 164 100 103 100 103 0 207 0 207 -100 102 -100 101 0 169 0 169 100 101 100 102 0 197 c0 151 -3 203 -14 224 -8 15 -53 65 -100 112 -67 66 -86 91 -86 112 0 16 -9 36 -20 45 -11 10 -20 21 -20 25 0 5 167 8 370 8 206 0 370 -4 370 -9z m720 -1046 l0 -1055 -45 0 -45 0 0 -235 c0 -129 -3 -235 -7 -235 -4 0 -45 37 -90 82 l-83 83 0 160 0 160 91 90 c50 50 97 104 105 122 20 46 20 370 0 416 -8 18 -55 72 -105 122 l-91 90 0 160 0 160 91 90 c50 50 97 104 105 122 16 38 20 365 5 406 -5 13 -52 66 -105 118 -80 79 -96 99 -96 125 0 17 -7 37 -15 44 -8 7 -15 16 -15 21 0 5 68 9 150 9 l150 0 0 -1055z m-1530 921 c7 -19 55 -76 107 -128 l93 -93 0 -165 0 -165 -91 -90 c-50 -50 -97 -104 -105 -122 -20 -46 -20 -363 0 -401 8 -15 55 -67 105 -117 l91 -90 0 -170 0 -170 -87 -85 c-127 -126 -123 -114 -123 -318 0 -126 4 -181 14 -205 8 -18 55 -72 105 -122 73 -71 91 -95 91 -118 0 -18 9 -36 23 -48 22 -18 15 -18 -352 -19 -362 0 -374 1 -358 18 10 10 17 31 17 47 0 23 20 50 101 131 l100 102 -3 216 -3 216 -97 98 -98 97 0 165 0 164 100 101 100 102 0 208 0 208 -100 102 -100 101 0 164 0 164 100 101 c76 78 100 108 100 129 l0 26 128 0 128 0 14 -34z m1155 6 c3 -17 43 -66 105 -127 l100 -100 0 -163 0 -164 -100 -101 c-56 -56 -103 -111 -106 -123 -3 -11 -4 -107 -2 -212 l3 -192 103 -103 102 -102 0 -160 0 -160 -102 -103 -103 -102 0 -210 0 -210 103 -102 c82 -84 102 -109 102 -132 0 -16 7 -38 17 -48 16 -17 4 -18 -357 -18 l-373 0 21 23 c12 13 22 34 22 48 0 17 24 49 86 109 47 47 92 99 100 116 12 26 15 69 12 228 l-3 196 -97 98 -98 97 0 170 0 170 98 97 97 98 3 192 c2 105 0 203 -3 217 -4 14 -49 68 -101 121 l-94 96 0 170 0 169 95 95 c58 58 97 105 100 122 l7 28 128 0 128 0 7 -28z m-2115 -387 l0 -170 -86 -85 c-47 -47 -92 -97 -100 -112 -20 -39 -20 -387 0 -426 8 -15 53 -65 100 -112 l86 -85 0 -169 0 -170 -100 -101 -100 -102 0 -191 c0 -105 4 -202 10 -216 5 -14 50 -67 100 -117 67 -67 90 -98 90 -117 0 -14 10 -36 22 -49 l21 -23 -156 0 -157 0 2 1053 3 1052 48 3 47 3 0 237 0 237 85 -85 85 -85 0 -170z"
|
||||||
|
id="path1" /></g></svg>
|
||||||
|
After Width: | Height: | Size: 7.6 KiB |
213
resources/icons/param_adaptive cubic.svg
Normal file
@@ -0,0 +1,213 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
version="1.0"
|
||||||
|
width="300.000000pt"
|
||||||
|
height="300.000000pt"
|
||||||
|
viewBox="0 0 300.000000 300.000000"
|
||||||
|
preserveAspectRatio="xMidYMid meet"
|
||||||
|
id="svg1"
|
||||||
|
sodipodi:docname="param_adaptive cubic.svg"
|
||||||
|
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs1" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview1"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#4479FB"
|
||||||
|
borderopacity="0.25"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
inkscape:document-units="pt"
|
||||||
|
inkscape:zoom="2.09"
|
||||||
|
inkscape:cx="200.23923"
|
||||||
|
inkscape:cy="202.63158"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1009"
|
||||||
|
inkscape:window-x="-8"
|
||||||
|
inkscape:window-y="-8"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="g1" />
|
||||||
|
<metadata
|
||||||
|
id="metadata1"> Created by potrace 1.10, written by Peter Selinger 2001-2011 </metadata>
|
||||||
|
<g
|
||||||
|
transform="translate(0.000000,300.000000) scale(0.100000,-0.100000)"
|
||||||
|
fill="#4479FB"
|
||||||
|
stroke="none"
|
||||||
|
id="g1">
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:84.99999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="M 2922.9849,1156.867 2685.6418,1027.1363"
|
||||||
|
id="path6-7"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:85;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="M 2515.5503,1316.9857 V 889.95218"
|
||||||
|
id="path10"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:85;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="M 2131.5789,696.17225 2515.5503,893.5407"
|
||||||
|
id="path11"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:85;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="M 2903.11,706.9378 2519.1388,893.5407"
|
||||||
|
id="path12"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:85;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="M 479.47736,1305.5742 V 878.54066"
|
||||||
|
id="path10-7"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:85;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="M 95.505955,684.76071 479.47736,882.12916"
|
||||||
|
id="path11-3"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:85;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="m 867.03706,695.52626 -383.9712,186.6029"
|
||||||
|
id="path12-8"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:84.99999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.80000001;stroke-dasharray:none"
|
||||||
|
d="M 785.97788,1940.9594 472.32472,2110.7011"
|
||||||
|
id="path7"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:84.99999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.80000001;stroke-dasharray:none"
|
||||||
|
d="m 476.01476,2110.7011 3.69004,276.7528"
|
||||||
|
id="path8"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:84.99999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.80000001;stroke-dasharray:none"
|
||||||
|
d="m 225.09225,1918.8192 250.92251,188.1919"
|
||||||
|
id="path9"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:85;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="M 2800.2852,1915.4748 2486.632,2085.2165"
|
||||||
|
id="path7-8"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:85;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="m 2490.3221,2085.2165 3.69,276.7528"
|
||||||
|
id="path8-6"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:85;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="m 2239.3995,1893.3346 250.9226,188.1919"
|
||||||
|
id="path9-6"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:87.3261;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="M 1782.9922,115.8515 1493.4947,309.95949"
|
||||||
|
id="path7-8-0"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:89.5926;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="m 1495.8849,297.52708 3.6652,309.54787"
|
||||||
|
id="path8-6-9"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:85;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="m 1244.9499,120.24856 250.9226,188.1918"
|
||||||
|
id="path9-6-6"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:84.99999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="m 1848.5894,2457.0689 -381.4358,198.5536"
|
||||||
|
id="path7-8-0-8"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:84.99999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="m 1470.3029,2642.9053 4.8292,316.6373"
|
||||||
|
id="path8-6-9-7"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:84.99999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="m 1139.6762,2461.5667 330.6103,192.5019"
|
||||||
|
id="path9-6-6-0"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:8.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="M 149.4465,152.02952 V 60.516606"
|
||||||
|
id="path4"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
transform="matrix(9.9999998,0,0,-9.9999998,0,3000)" />
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:8.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="m 147.60148,148.70849 81.54982,47.23247"
|
||||||
|
id="path5"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
transform="matrix(9.9999998,0,0,-9.9999998,0,3000)" />
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:85;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="m 2094.2074,578.15143 815.4982,-472.3247"
|
||||||
|
id="path5-7"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:85;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="M 238.69304,2920.0892 1054.1912,2447.7645"
|
||||||
|
id="path5-8"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:92.2818;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="M 95.423001,1120.2738 301.43238,1003.1616"
|
||||||
|
id="path5-5"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:8.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="m 151.29152,149.07749 -77.121777,49.4465"
|
||||||
|
id="path6"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
transform="matrix(9.9999998,0,0,-9.9999998,0,3000)" />
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:85;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="M 902.42225,605.20306 131.2045,110.73806"
|
||||||
|
id="path6-03"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:85;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="M 2697.6137,2919.7604 1926.396,2425.2954"
|
||||||
|
id="path6-0"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
d="M0 1495 l0 -1495 1495 0 1495 0 0 1495 0 1495 -1495 0 -1495 0 0 -1495z m600 1330 l0 -45 288 0 c159 0 291 -3 294 -6 3 -3 -8 -29 -26 -58 -17 -29 -56 -97 -86 -149 l-55 -96 -447 -1 -448 0 0 200 0 200 240 0 240 0 0 -45z m1069 -47 c58 -105 88 -158 137 -241 19 -32 34 -60 34 -63 0 -2 -153 -4 -340 -4 -204 0 -340 4 -340 9 0 5 13 31 29 58 16 26 66 112 112 191 l83 142 117 0 116 0 52 -92z m1211 -108 l0 -200 -451 2 -451 3 -23 40 c-12 22 -50 88 -84 146 -33 59 -61 110 -61 113 0 3 133 6 295 6 l295 0 0 45 0 45 240 0 240 0 0 -200z m-1940 -325 c0 -2 -13 -26 -29 -53 -15 -26 -39 -68 -53 -93 -14 -24 -41 -71 -60 -104 -86 -148 -235 -406 -274 -473 l-42 -73 -35 58 c-19 32 -54 92 -77 133 -24 41 -59 102 -78 135 -19 33 -43 75 -53 93 -17 28 -19 55 -19 207 l0 175 360 0 c198 0 360 -2 360 -5z m1025 -82 c28 -47 62 -107 76 -132 14 -25 69 -120 121 -211 53 -91 104 -181 115 -200 11 -19 52 -90 92 -157 39 -67 71 -127 71 -133 0 -6 -36 -74 -80 -151 -44 -77 -91 -157 -103 -178 -12 -21 -68 -119 -125 -217 l-103 -179 -492 2 c-271 1 -510 3 -532 3 -41 0 -41 0 -91 87 -28 49 -121 210 -207 360 l-157 272 96 168 c53 92 119 206 147 253 27 47 59 101 70 120 10 19 45 80 77 135 32 55 76 133 99 173 l42 72 417 0 417 0 50 -87z m815 -84 l0 -170 -101 -177 c-56 -97 -111 -193 -121 -212 -46 -79 -36 -85 -138 92 -52 90 -115 199 -141 243 -135 230 -219 378 -219 386 0 5 158 9 360 9 l360 0 0 -171z m-2620 -314 c0 -3 16 -29 35 -59 19 -30 35 -57 35 -59 0 -3 17 -34 38 -68 22 -35 50 -84 64 -109 14 -25 38 -67 53 -93 l27 -48 -132 -232 c-74 -128 -139 -241 -147 -252 -11 -16 -13 61 -13 485 l0 505 20 -33 c11 -18 20 -35 20 -37z m2720 -437 c0 -305 -4 -498 -9 -493 -16 17 -281 482 -281 494 0 6 43 87 96 179 54 92 106 183 116 202 26 46 72 120 76 120 1 0 2 -226 2 -502z m-231 -350 l131 -227 0 -70 0 -71 -306 0 c-168 0 -303 3 -301 8 19 33 214 372 270 470 39 67 71 121 72 120 1 -2 61 -105 134 -230z m-2001 -56 c89 -153 164 -286 168 -295 7 -19 15 -18 -171 -18 -52 0 -169 0 -260 1 l-165 0 0 74 0 73 106 184 c58 101 116 201 128 221 11 21 24 38 27 38 3 0 79 -125 167 -278z m356 -617 c58 -101 106 -187 106 -190 0 -3 -133 -5 -295 -5 l-295 0 0 -50 0 -50 -197 2 -198 3 -3 238 -2 237 388 0 389 0 107 -185z m946 165 c-35 -66 -189 -326 -228 -387 l-47 -73 -177 0 -177 0 -24 32 c-27 37 -257 431 -257 442 0 3 207 6 460 6 460 0 461 0 450 -20z m928 -217 l-3 -238 -202 -3 -203 -2 0 50 0 50 -290 0 c-167 0 -290 4 -290 9 0 8 155 284 196 349 l14 22 390 0 390 0 -2 -237z"
|
||||||
|
id="path1"
|
||||||
|
style="stroke-width:0.08000003;stroke-dasharray:none" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 13 KiB |
20
resources/icons/param_aligned rectilinear.svg
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
<?xml version="1.0" standalone="no"?>
|
||||||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
||||||
|
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||||
|
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
||||||
|
width="300.000000pt" height="300.000000pt" viewBox="0 0 300.000000 300.000000"
|
||||||
|
preserveAspectRatio="xMidYMid meet">
|
||||||
|
<metadata>
|
||||||
|
Created by potrace 1.10, written by Peter Selinger 2001-2011
|
||||||
|
</metadata>
|
||||||
|
<g transform="translate(0.000000,300.000000) scale(0.100000,-0.100000)"
|
||||||
|
fill="#4479FB" stroke="none">
|
||||||
|
<path d="M13 2984 c-2 -7 -5 -680 -6 -1495 l-2 -1484 1492 0 1492 0 3 1490 c2
|
||||||
|
820 3 1491 2 1492 0 2 -670 4 -1489 5 -1113 2 -1489 0 -1492 -8z m1147 -117
|
||||||
|
c0 -1 -232 -234 -515 -517 l-515 -515 0 518 0 517 515 0 c283 0 515 -1 515 -3z
|
||||||
|
m1620 0 c0 -1 -596 -598 -1325 -1327 l-1325 -1325 0 729 0 730 597 598 598
|
||||||
|
598 727 0 c401 0 728 -1 728 -3z m-507 -2139 l-597 -598 -731 0 -730 0 1325
|
||||||
|
1325 1325 1325 3 -727 2 -727 -597 -598z m597 -83 l0 -515 -517 0 -518 0 515
|
||||||
|
515 c283 283 516 515 517 515 2 0 3 -232 3 -515z"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1021 B |
34
resources/icons/param_archimedean chords.svg
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
<?xml version="1.0" standalone="no"?>
|
||||||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
||||||
|
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||||
|
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
||||||
|
width="300.000000pt" height="300.000000pt" viewBox="0 0 300.000000 300.000000"
|
||||||
|
preserveAspectRatio="xMidYMid meet">
|
||||||
|
<metadata>
|
||||||
|
Created by potrace 1.10, written by Peter Selinger 2001-2011
|
||||||
|
</metadata>
|
||||||
|
<g transform="translate(0.000000,300.000000) scale(0.100000,-0.100000)"
|
||||||
|
fill="#4479FB" stroke="none">
|
||||||
|
<path d="M10 1495 l0 -1495 1495 0 1495 0 0 1495 0 1495 -1495 0 -1495 0 0
|
||||||
|
-1495z m325 1352 c-22 -18 -76 -67 -121 -109 -44 -43 -83 -78 -87 -78 -9 0 -9
|
||||||
|
205 0 213 3 4 61 7 127 6 l121 0 -40 -32z m2545 -224 c-1 -194 -3 -253 -12
|
||||||
|
-238 -72 130 -214 304 -334 409 -43 38 -80 73 -82 77 -2 5 93 9 212 9 l216 0
|
||||||
|
0 -257z m-481 130 c105 -81 270 -269 349 -401 l32 -52 0 -706 0 -706 -36 -60
|
||||||
|
c-55 -94 -113 -165 -220 -268 -151 -144 -307 -240 -497 -305 l-102 -35 -333 0
|
||||||
|
-333 0 -96 36 c-426 159 -713 484 -804 908 -24 115 -26 342 -3 465 67 357 325
|
||||||
|
678 654 812 146 59 220 73 395 73 241 1 371 -36 560 -160 189 -123 329 -317
|
||||||
|
391 -540 36 -131 38 -315 5 -439 -45 -166 -135 -315 -257 -422 -68 -60 -70
|
||||||
|
-62 -161 -110 -121 -64 -182 -78 -348 -78 -140 0 -155 2 -229 29 -208 75 -349
|
||||||
|
211 -422 406 -24 67 -28 89 -28 200 -1 106 3 135 22 192 24 69 58 126 116 193
|
||||||
|
l35 40 185 -185 186 -185 42 43 43 42 -205 205 c-200 199 -207 205 -247 205
|
||||||
|
-35 0 -47 -7 -96 -53 -173 -167 -246 -425 -187 -662 37 -146 99 -252 216 -368
|
||||||
|
145 -146 349 -227 567 -227 199 0 372 58 539 182 154 113 280 299 334 493 44
|
||||||
|
156 53 278 29 415 -49 291 -186 520 -410 688 -451 337 -1084 286 -1499 -123
|
||||||
|
-179 -176 -267 -342 -355 -665 -6 -23 -9 128 -10 457 l-1 493 48 46 c26 26 76
|
||||||
|
71 111 100 l65 54 960 0 959 0 36 -27z m-2134 -1698 c36 -139 134 -337 223
|
||||||
|
-450 171 -220 373 -367 632 -461 l65 -23 -132 -1 -133 0 0 50 0 50 -350 0
|
||||||
|
-350 0 1 498 c1 283 5 484 9 467 5 -16 20 -75 35 -130z m2615 -590 l0 -345
|
||||||
|
-437 0 -438 1 60 20 c310 104 585 319 763 596 26 40 48 73 50 73 1 0 2 -155 2
|
||||||
|
-345z"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 2.0 KiB |
20
resources/icons/param_concentric.svg
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
<?xml version="1.0" standalone="no"?>
|
||||||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
||||||
|
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||||
|
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
||||||
|
width="300.000000pt" height="300.000000pt" viewBox="0 0 300.000000 300.000000"
|
||||||
|
preserveAspectRatio="xMidYMid meet">
|
||||||
|
<metadata>
|
||||||
|
Created by potrace 1.10, written by Peter Selinger 2001-2011
|
||||||
|
</metadata>
|
||||||
|
<g transform="translate(0.000000,300.000000) scale(0.100000,-0.100000)"
|
||||||
|
fill="#4479FB" stroke="none">
|
||||||
|
<path d="M4 2991 c-2 -2 -4 -676 -4 -1498 l0 -1493 1498 0 1497 0 -2 1495 -2
|
||||||
|
1495 -1491 2 c-820 2 -1494 1 -1496 -1z m2774 -1494 l2 -1277 -1280 0 -1280 0
|
||||||
|
0 1280 0 1280 1278 -2 1277 -3 3 -1278z"/>
|
||||||
|
<path d="M630 1495 l0 -865 865 0 865 0 0 865 0 865 -865 0 -865 0 0 -865z
|
||||||
|
m1570 5 l0 -700 -700 0 -700 0 0 700 0 700 700 0 700 0 0 -700z"/>
|
||||||
|
<path d="M1210 1495 l0 -285 290 0 290 0 0 285 0 285 -290 0 -290 0 0 -285z
|
||||||
|
m410 0 l0 -125 -120 0 -120 0 0 125 0 125 120 0 120 0 0 -125z"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 990 B |
208
resources/icons/param_cubic.svg
Normal file
@@ -0,0 +1,208 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
version="1.0"
|
||||||
|
width="300.000000pt"
|
||||||
|
height="300.000000pt"
|
||||||
|
viewBox="0 0 300.000000 300.000000"
|
||||||
|
preserveAspectRatio="xMidYMid meet"
|
||||||
|
id="svg1"
|
||||||
|
sodipodi:docname="param_cubic.svg"
|
||||||
|
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs1" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview1"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#4479FB"
|
||||||
|
borderopacity="0.25"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
inkscape:document-units="pt"
|
||||||
|
inkscape:zoom="1.045"
|
||||||
|
inkscape:cx="211.00478"
|
||||||
|
inkscape:cy="282.77512"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1009"
|
||||||
|
inkscape:window-x="-8"
|
||||||
|
inkscape:window-y="-8"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="g1" />
|
||||||
|
<metadata
|
||||||
|
id="metadata1"> Created by potrace 1.10, written by Peter Selinger 2001-2011 </metadata>
|
||||||
|
<g
|
||||||
|
transform="translate(0.000000,300.000000) scale(0.100000,-0.100000)"
|
||||||
|
fill="#4479FB"
|
||||||
|
stroke="none"
|
||||||
|
id="g1">
|
||||||
|
<path
|
||||||
|
style="fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:85;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="M 762.58493,2933.3687 196.84051,2753.4649"
|
||||||
|
id="path6-7"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:85;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="M 207.17691,2773.2734 25.503976,2100.7894"
|
||||||
|
id="path7-9"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:85;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="M 217.0479,2764.357 96.965109,2888.3359"
|
||||||
|
id="path9-1"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:85;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="M 1558.7065,1434.8516 2136.5314,889.29893"
|
||||||
|
id="path19"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
inkscape:connection-start="#path1" />
|
||||||
|
<path
|
||||||
|
style="fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:84.99999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.80000001;stroke-dasharray:none"
|
||||||
|
d="m 1955.7196,33.2103 177.1217,856.08863"
|
||||||
|
id="path20"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:84.99999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.80000001;stroke-dasharray:none"
|
||||||
|
d="M 2907.7491,1077.4908 2129.1513,889.29893"
|
||||||
|
id="path21"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:84.99999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.80000001;stroke-dasharray:none"
|
||||||
|
d="M 1254.6125,597.78598 981.54983,911.43915"
|
||||||
|
id="path16"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:84.99999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.80000001;stroke-dasharray:none"
|
||||||
|
d="M 1642.0664,778.5978 1254.6125,597.786"
|
||||||
|
id="path17"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:84.99999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.80000001;stroke-dasharray:none"
|
||||||
|
d="M 1254.6125,601.47601 1151.2916,232.47232"
|
||||||
|
id="path18"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:85;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="M 1409.4211,1478.3903 693.72694,1339.4834"
|
||||||
|
id="path13"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
inkscape:connection-start="#path1" />
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:84.99999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.80000001;stroke-dasharray:none"
|
||||||
|
d="M 380.0738,405.90406 708.48709,1339.4834"
|
||||||
|
id="path14"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:84.99999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.80000001;stroke-dasharray:none"
|
||||||
|
d="M 704.79705,1339.4834 132.84133,1808.1181"
|
||||||
|
id="path15"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:84.99999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.80000001;stroke-dasharray:none"
|
||||||
|
d="m 2129.1513,2095.9409 291.5129,-313.653"
|
||||||
|
id="path10"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:85;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="m 2646.0846,2606.8418 291.5129,-313.653"
|
||||||
|
id="path10-4"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:85;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="M 394.25801,341.81413 685.77091,28.161132"
|
||||||
|
id="path10-5"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:85;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="M 2797.048,1904.059 2420.6642,1782.2879"
|
||||||
|
id="path11"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:84.99999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.80000001;stroke-dasharray:none"
|
||||||
|
d="m 2287.8229,1350.5535 129.1513,431.7344"
|
||||||
|
id="path12"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:85.5063;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="M 2553.328,2620.0433 1750.2118,2345.7542"
|
||||||
|
id="path6"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:85.5063;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="M 1753.879,2345.7542 1527.6288,1582.001"
|
||||||
|
id="path7"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:85.5063;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="m 1753.879,2349.5117 -425.395,454.6434"
|
||||||
|
id="path9"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:8.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.80000001"
|
||||||
|
d="M 54.612546,58.671586 80.442802,80.442802"
|
||||||
|
id="path2"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
transform="matrix(9.9999998,0,0,-9.9999998,0,3000)" />
|
||||||
|
<path
|
||||||
|
style="fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:8.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.80000001"
|
||||||
|
d="M 80.442802,80.442802 122.50922,67.527675"
|
||||||
|
id="path3"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
transform="matrix(9.9999998,0,0,-9.9999998,0,3000)" />
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:8.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.80000001"
|
||||||
|
d="M 80.811808,80.073801 71.955719,122.87823"
|
||||||
|
id="path5"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
transform="matrix(9.9999998,0,0,-9.9999998,0,3000)" />
|
||||||
|
<path
|
||||||
|
style="fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:84.99999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="M 2569.3392,506.02451 2827.8107,263.63872"
|
||||||
|
id="path2-1"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:84.99999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="m 2810.028,251.27354 133.0938,38.6031"
|
||||||
|
id="path3-7"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:84.99999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="M 2840.5346,286.68096 2787.5647,88.62491"
|
||||||
|
id="path5-5"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
d="M0 1495 l0 -1495 1495 0 1495 0 0 1495 0 1495 -1495 0 -1495 0 0 -1495z m860 1372 c0 -1 -166 -169 -370 -372 l-370 -370 0 373 0 372 370 0 c204 0 370 -1 370 -3z m1624 -9 c14 -55 24 -103 21 -107 -3 -2 -89 19 -192 47 -103 29 -204 56 -223 61 -25 6 27 9 178 10 162 1 213 -2 216 -11z m-1409 -110 c3 -13 10 -39 15 -58 5 -19 30 -109 54 -200 24 -91 62 -232 85 -315 22 -82 54 -202 70 -265 17 -63 41 -155 55 -203 l24 -88 -31 6 c-18 4 -120 31 -227 60 -107 29 -283 76 -390 105 -107 29 -265 71 -350 94 l-155 42 -3 64 -3 64 358 358 358 358 67 0 c61 0 67 -2 73 -22z m965 1 c41 -11 82 -22 91 -24 14 -3 232 -61 324 -86 60 -17 95 -31 95 -38 0 -11 -1015 -1021 -1026 -1021 -7 0 -30 69 -53 153 -23 83 -46 168 -51 187 -10 35 -50 187 -150 560 -29 107 -58 216 -65 243 l-13 47 387 0 c357 0 392 -2 461 -21z m655 -9 c-27 -28 -55 -39 -55 -22 0 4 -3 17 -6 30 -6 21 -3 22 42 22 l48 0 -29 -30z m97 -192 l88 -21 -1 -346 c-1 -317 -2 -342 -15 -296 -19 66 -25 90 -79 290 -25 94 -58 217 -74 275 -27 99 -29 120 -13 120 3 0 46 -10 94 -22z m-178 -188 c5 -23 15 -64 57 -216 21 -78 54 -202 74 -277 l35 -136 0 -246 c0 -230 -1 -246 -17 -241 -50 14 -549 149 -868 233 -93 25 -183 50 -198 56 -29 10 -27 12 430 469 l458 458 13 -42 c7 -24 14 -50 16 -58z m-2214 -605 c91 -24 242 -65 335 -90 94 -24 186 -49 205 -55 53 -15 302 -81 319 -85 81 -19 147 -40 153 -49 8 -12 -999 -1026 -1019 -1026 -12 0 -23 34 -67 200 -41 155 -66 251 -87 325 -17 63 -19 105 -19 447 0 208 3 378 8 378 4 0 81 -20 172 -45z m1288 -345 c64 -17 182 -49 262 -70 80 -22 222 -60 315 -85 94 -25 186 -49 205 -55 19 -5 97 -26 173 -46 l137 -37 0 -126 0 -126 -372 -372 -373 -373 -66 0 -67 0 -31 118 c-17 64 -36 133 -41 152 -9 33 -25 92 -155 580 -32 118 -73 269 -91 335 -29 107 -33 135 -18 135 2 0 57 -14 122 -30z m-188 -250 c6 -19 30 -111 55 -205 25 -93 63 -235 85 -315 55 -201 71 -262 75 -285 3 -11 11 -43 20 -70 8 -28 15 -53 15 -57 0 -5 -116 -8 -257 -8 l-258 0 -165 45 c-91 24 -240 65 -333 90 -92 25 -174 45 -182 45 -8 0 -15 3 -15 7 0 5 206 214 457 465 l458 458 18 -68 c9 -37 22 -83 27 -102z m-1336 -361 c15 -58 39 -151 55 -207 l29 -102 -37 6 c-20 4 -47 10 -61 14 l-25 6 -2 210 c-2 118 1 203 6 194 5 -8 20 -63 35 -121z m2716 -294 l0 -285 -287 0 -288 0 285 285 c157 157 286 285 287 285 2 0 3 -128 3 -285z m-2615 -145 c27 0 22 -29 -11 -61 l-34 -33 0 53 c0 44 3 52 16 47 9 -3 22 -6 29 -6z m310 -85 c72 -20 173 -47 225 -61 52 -14 147 -39 210 -55 63 -17 117 -32 119 -35 2 -2 -147 -4 -332 -4 l-336 0 -7 38 c-3 20 -12 59 -20 86 -13 46 -12 66 4 66 4 0 65 -16 137 -35z"
|
||||||
|
id="path1" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 13 KiB |
66
resources/icons/param_default.svg
Normal file
@@ -0,0 +1,66 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
version="1.0"
|
||||||
|
width="300.000000pt"
|
||||||
|
height="300.000000pt"
|
||||||
|
viewBox="0 0 300.000000 300.000000"
|
||||||
|
preserveAspectRatio="xMidYMid meet"
|
||||||
|
id="svg1"
|
||||||
|
sodipodi:docname="param_rectilinear.svg"
|
||||||
|
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs1" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview1"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#000000"
|
||||||
|
borderopacity="0.25"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
inkscape:document-units="pt"
|
||||||
|
inkscape:zoom="2.0325"
|
||||||
|
inkscape:cx="200"
|
||||||
|
inkscape:cy="200"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1009"
|
||||||
|
inkscape:window-x="-8"
|
||||||
|
inkscape:window-y="-8"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="g1" />
|
||||||
|
<metadata
|
||||||
|
id="metadata1"> Created by potrace 1.10, written by Peter Selinger 2001-2011 </metadata>
|
||||||
|
<g
|
||||||
|
transform="translate(0.000000,300.000000) scale(0.100000,-0.100000)"
|
||||||
|
fill="#4479FB"
|
||||||
|
stroke="none"
|
||||||
|
id="g1">
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:#4479fb;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.80000001"
|
||||||
|
d="M 4.0590406,4.0590406 295.20295,295.20295"
|
||||||
|
id="path2"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
transform="matrix(9.9999998,0,0,-9.9999998,0,3000)" />
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:#4479fb;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:99.99999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.80000001"
|
||||||
|
d="M 1367.962,2912.7852 2937.9972,1342.75"
|
||||||
|
id="path2-8"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:#4479fb;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:100;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.80000001"
|
||||||
|
d="M 74.460566,1654.6539 1644.4958,84.618725"
|
||||||
|
id="path2-8-1"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
d="M13 2984 c-2 -7 -5 -680 -6 -1495 l-2 -1484 1492 0 1492 0 3 1490 c2 820 3 1491 2 1492 0 2 -670 4 -1489 5 -1113 2 -1489 0 -1492 -8z m1147 -117 c0 -1 -232 -234 -515 -517 l-515 -515 0 518 0 517 515 0 c283 0 515 -1 515 -3z m1620 0 c0 -1 -596 -598 -1325 -1327 l-1325 -1325 0 729 0 730 597 598 598 598 727 0 c401 0 728 -1 728 -3z m-507 -2139 l-597 -598 -731 0 -730 0 1325 1325 1325 1325 3 -727 2 -727 -597 -598z m597 -83 l0 -515 -517 0 -518 0 515 515 c283 283 516 515 517 515 2 0 3 -232 3 -515z"
|
||||||
|
id="path1" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 3.0 KiB |
32
resources/icons/param_grid.svg
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
<?xml version="1.0" standalone="no"?>
|
||||||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
||||||
|
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||||
|
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
||||||
|
width="300.000000pt" height="300.000000pt" viewBox="0 0 300.000000 300.000000"
|
||||||
|
preserveAspectRatio="xMidYMid meet">
|
||||||
|
<metadata>
|
||||||
|
Created by potrace 1.10, written by Peter Selinger 2001-2011
|
||||||
|
</metadata>
|
||||||
|
<g transform="translate(0.000000,300.000000) scale(0.100000,-0.100000)"
|
||||||
|
fill="#4479FB" stroke="none">
|
||||||
|
<path d="M10 2988 c0 -5 0 -677 0 -1494 l-1 -1485 1488 1 c818 0 1488 2 1490
|
||||||
|
4 2 2 4 672 6 1490 l2 1486 -25 0 c-14 0 -685 1 -1493 3 -807 1 -1467 -1
|
||||||
|
-1467 -5z m917 -355 l-237 -238 -237 238 -238 237 475 0 475 0 -238 -237z
|
||||||
|
m749 222 c16 -8 147 -133 291 -277 l263 -263 -365 -365 -365 -365 -365 365
|
||||||
|
-365 365 278 278 278 277 160 0 c122 0 168 -4 190 -15z m871 -222 l-237 -238
|
||||||
|
-237 238 -238 237 475 0 475 0 -238 -237z m-2180 -560 l-237 -238 0 475 0 475
|
||||||
|
237 -238 238 -237 -238 -237z m2503 235 l0 -473 -237 237 -238 238 235 235
|
||||||
|
c129 129 236 235 237 235 2 0 3 -213 3 -472z m-1820 -1173 l-365 -365 -267
|
||||||
|
267 c-148 148 -268 263 -268 258 0 -6 -5 -3 -10 5 -13 20 -13 331 0 367 6 15
|
||||||
|
131 148 278 296 l267 267 365 -365 365 -365 -365 -365z m1807 544 c10 -12 13
|
||||||
|
-58 13 -185 l0 -169 -278 -278 -277 -277 -365 365 -365 365 365 365 365 365
|
||||||
|
264 -267 c145 -148 270 -275 278 -284z m-990 -631 l363 -363 -277 -278 -277
|
||||||
|
-277 -157 0 c-87 0 -170 5 -185 10 -15 6 -148 131 -296 278 l-269 266 363 363
|
||||||
|
c200 200 365 363 368 363 3 0 168 -163 367 -362z m-1500 -595 l-237 -238 0
|
||||||
|
475 0 475 237 -238 238 -237 -238 -237z m2503 235 l0 -473 -237 237 -238 238
|
||||||
|
235 235 c129 129 236 235 237 235 2 0 3 -213 3 -472z m-1940 -323 l235 -235
|
||||||
|
-475 0 -475 0 235 235 c129 129 237 235 240 235 3 0 111 -106 240 -235z m1620
|
||||||
|
0 l235 -235 -475 0 -475 0 235 235 c129 129 237 235 240 235 3 0 111 -106 240
|
||||||
|
-235z"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.8 KiB |
46
resources/icons/param_gyroid.svg
Normal file
@@ -0,0 +1,46 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
version="1.0"
|
||||||
|
width="300.000000pt"
|
||||||
|
height="300.000000pt"
|
||||||
|
viewBox="0 0 300.000000 300.000000"
|
||||||
|
preserveAspectRatio="xMidYMid meet"
|
||||||
|
id="svg1"
|
||||||
|
sodipodi:docname="param_gyroid.svg"
|
||||||
|
xml:space="preserve"
|
||||||
|
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||||
|
id="defs1" /><sodipodi:namedview
|
||||||
|
id="namedview1"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#4479FB"
|
||||||
|
borderopacity="0.25"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
inkscape:document-units="pt"
|
||||||
|
inkscape:zoom="2.0325"
|
||||||
|
inkscape:cx="200"
|
||||||
|
inkscape:cy="200"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1009"
|
||||||
|
inkscape:window-x="-8"
|
||||||
|
inkscape:window-y="-8"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="g1" /><metadata
|
||||||
|
id="metadata1"> Created by potrace 1.10, written by Peter Selinger 2001-2011 </metadata><g
|
||||||
|
transform="translate(0.000000,300.000000) scale(0.100000,-0.100000)"
|
||||||
|
fill="#4479FB"
|
||||||
|
stroke="none"
|
||||||
|
id="g1"><path
|
||||||
|
d="M0 1495 l0 -1495 1502 0 1501 0 -6 128 c-4 70 -7 742 -7 1495 l0 1367 -1495 0 -1495 0 0 -1495z m1580 1377 c0 -5 -7 -23 -16 -41 -15 -29 -14 -33 4 -64 30 -49 62 -155 62 -206 0 -50 -19 -120 -45 -170 -9 -17 -61 -79 -115 -136 -158 -166 -205 -254 -217 -402 -13 -161 31 -258 198 -438 177 -190 215 -313 148 -477 -18 -42 -53 -88 -142 -185 -126 -137 -164 -198 -193 -313 -11 -43 -15 -90 -12 -142 l5 -78 -289 0 -288 0 -16 38 c-23 53 -44 138 -44 175 0 34 18 99 44 157 8 19 63 87 122 150 158 170 196 239 213 388 17 160 -28 267 -184 432 -144 153 -150 162 -181 278 -18 67 -18 105 1 166 23 77 55 123 163 237 142 151 184 231 201 378 9 85 -6 183 -35 228 -8 12 -14 25 -14 28 0 3 142 5 315 5 173 0 315 -4 315 -8z m1298 -79 l3 -83 -51 0 -50 0 0 -335 c0 -305 -2 -342 -20 -407 -26 -96 -27 -215 0 -300 19 -59 20 -92 20 -592 0 -506 -1 -532 -21 -598 -16 -54 -20 -91 -17 -164 l3 -94 -287 0 -287 0 -27 58 c-23 49 -27 70 -28 152 0 86 2 100 28 150 16 31 66 93 113 141 104 107 150 168 184 244 50 114 61 216 35 326 -20 82 -58 143 -155 244 -109 113 -146 161 -179 233 -22 49 -26 71 -26 152 -1 132 12 154 183 335 37 39 78 86 92 105 60 82 99 201 99 300 0 69 -26 178 -48 203 -15 17 -5 17 209 15 l224 -3 3 -82z m-2002 -48 c3 -19 4 -70 2 -112 -6 -125 -41 -185 -203 -353 -129 -133 -165 -210 -165 -357 0 -169 44 -264 196 -423 163 -170 179 -202 172 -342 -7 -132 -30 -176 -174 -330 -153 -164 -187 -228 -192 -370 -3 -62 0 -116 8 -146 14 -50 61 -155 81 -178 10 -12 -25 -14 -235 -14 l-246 0 0 40 0 40 50 0 50 0 0 348 c0 192 3 352 7 356 15 14 32 103 33 163 0 61 -13 137 -32 178 -5 11 -7 267 -6 580 3 499 5 566 21 618 21 71 21 152 1 232 -9 33 -18 70 -21 83 l-5 22 325 0 326 0 7 -35z m1482 18 c4 -10 7 -59 7 -108 0 -128 -31 -187 -175 -341 -116 -124 -163 -199 -186 -293 -25 -104 -16 -186 34 -308 30 -72 46 -94 172 -229 53 -56 109 -126 125 -156 28 -49 30 -61 30 -153 0 -93 -2 -105 -32 -166 -23 -47 -67 -103 -148 -190 -145 -156 -195 -254 -195 -384 0 -89 50 -246 95 -295 18 -20 15 -20 -348 -20 -385 0 -385 0 -353 43 11 15 11 24 -1 60 -10 28 -14 69 -11 122 5 112 42 188 145 297 191 202 228 272 225 433 -4 172 -55 273 -227 449 -63 64 -96 108 -118 153 -27 59 -29 71 -25 152 6 127 38 188 179 338 155 166 194 246 191 397 -2 78 -13 139 -37 199 -7 16 12 17 319 17 302 0 327 -1 334 -17z m-2220 -203 c0 -36 -4 -78 -8 -95 -5 -18 -8 18 -8 95 0 77 3 113 8 95 4 -16 8 -59 8 -95z m2741 -752 c0 -73 -3 -106 -9 -93 -16 37 -11 205 6 205 2 0 4 -51 3 -112z m-2741 -733 c0 -33 -4 -73 -8 -90 -5 -19 -8 15 -8 90 0 75 3 109 8 90 4 -16 8 -57 8 -90z m2742 -752 c0 -74 -3 -103 -10 -93 -17 26 -12 200 6 200 2 0 4 -48 4 -107z"
|
||||||
|
id="path1"
|
||||||
|
style="fill:#999999;fill-opacity:0.80000001" /><path
|
||||||
|
d="M 0,151 V 301 H 150 300 V 151 1 H 150 0 Z M 288,16.5 c 0,2.5 -0.2,4.5 -0.5,4.5 -0.3,0 -1.7,-0.7 -3.1,-1.6 -2.1,-1.4 -2.9,-1.5 -5.2,-0.5 -5.1,2.3 -10.7,6.6 -21.3,16.2 -16,14.6 -25.7,18.2 -40.3,15.2 -8.3,-1.7 -14.9,-5.7 -24.3,-14.6 -18.3,-17.3 -25.7,-21 -42.3,-21 -7.5,0 -10.9,0.4 -16,2.3 -8.5,3 -18.9,10.1 -27,18.5 C 97.7,46 91.7,49.3 78.7,51.3 74.5,52 63.9,49.7 59,47.1 53.4,44.2 51.5,42.7 41,32.9 36.3,28.6 31.6,24.4 30.5,23.6 28.7,22.2 31.1,22.1 53.8,22 H 79 V 17 12 H 183.5 288 Z M 19.5,31 c 3.3,1.9 9.8,7.1 14.5,11.5 16.2,15.5 24.1,19.5 39.6,20.2 8,0.4 11.4,0.2 16,-1.2 7.6,-2.3 16.4,-7.6 22.2,-13.3 14.9,-14.5 22.7,-19.6 32.4,-21.2 13.2,-2.1 24.4,1.9 36.1,12.9 19.7,18.7 28.6,23.1 46.3,23.1 14.5,0 24.9,-5.2 40.8,-20.5 4.9,-4.7 9.3,-8.5 9.7,-8.5 0.5,0 0.8,13 0.7,29.7 l -0.3,29.8 -4.1,2.2 c -2.2,1.2 -9,6.6 -15,12 -12.2,11 -17.3,14.6 -22.4,16.1 -10,2.9 -21.3,2.2 -29.7,-2 -2.5,-1.3 -8.9,-6.4 -14.2,-11.4 C 180.9,99.9 175.2,95.8 166.7,92.2 161.4,90 159,89.6 149.5,89.6 c -8.3,-0.1 -12.2,0.4 -16,1.7 -7.4,2.7 -15.2,7.9 -22.6,15 C 93,123.5 82.8,127.9 67.3,125 59,123.5 54.1,120.8 45.6,112.9 35.1,103.2 30.9,99.7 26.5,96.9 18.1,91.7 18.2,91.7 15,94 l -3,2.1 V 60.8 c 0,-19.4 0.4,-34.8 0.8,-34.2 0.4,0.6 3.4,2.6 6.7,4.4 z m 144,72.9 c 6.5,2.9 10.9,6.1 19.7,14.6 14.9,14.3 24.8,19 40.3,19 15.9,0 25.7,-4.7 42.4,-20.3 5.5,-5.1 12.7,-10.8 16.1,-12.7 l 6,-3.4 v 35 35 l -3,-2.2 c -2.6,-2 -3.3,-2.1 -5.6,-1 -5.4,2.4 -13.1,8.2 -20.9,15.7 -13.7,13.2 -20.2,16.4 -33.6,16.4 -12.6,0 -20.1,-3.9 -34.9,-18 -14.5,-13.8 -23.5,-18 -39.1,-18 -16,0 -24.2,3.8 -41.4,19.4 -17.1,15.5 -20.4,17 -35.2,16.4 -12.5,-0.5 -16.6,-2.6 -31.6,-16.3 -6,-5.4 -13.2,-11.3 -16,-13 l -5.2,-3.1 -0.3,-29.7 c -0.1,-16.3 0.1,-29.7 0.5,-29.7 0.5,0 3.3,2.3 6.3,5.1 22.7,21 28.9,24.3 46.5,24.3 16.1,0.1 24.6,-3.9 41.4,-19.6 9.8,-9.3 17.2,-14.2 23.2,-15.7 6.3,-1.5 19.1,-0.5 24.4,1.8 z m -4.5,72.7 c 8.1,1.9 16.4,7.2 25,15.9 13.4,13.7 26.2,19.8 41.4,19.7 16,-0.2 23.8,-3.8 39.9,-18.7 5.4,-4.9 10.4,-9.3 11.2,-9.8 1.3,-0.7 1.5,3 1.5,28.7 v 29.5 l -5.7,3.7 c -3.2,2 -9.6,7.3 -14.3,11.8 -14.6,14.1 -23.4,18.2 -37,17.4 -9.9,-0.6 -17.5,-4.3 -26.5,-12.7 -13.2,-12.6 -23.2,-20.1 -26.6,-20.1 -0.8,0 -2,-0.5 -2.5,-1 -1.8,-1.8 -15.4,-2.9 -22.9,-2 -13.1,1.7 -18.5,4.7 -35.3,19.8 -13.7,12.3 -19.5,15.3 -30.5,16 -13.4,0.8 -21.3,-2.9 -36.2,-17.2 -4.4,-4.2 -10.6,-9.3 -13.7,-11.3 L 21,242.5 v -30.3 c 0,-21.6 0.3,-30.2 1.1,-30.2 0.6,0 5.5,4 10.8,8.8 18.3,16.9 27.3,21.4 42.6,21.4 16.1,0 25.8,-4.5 41.2,-19.1 12.5,-11.9 17.6,-14.9 29.8,-17.5 3.8,-0.7 6,-0.6 12.5,1 z M 13.5,177 c 0.3,0.5 0.1,1 -0.4,1 -0.6,0 -1.1,-0.5 -1.1,-1 0,-0.6 0.2,-1 0.4,-1 0.3,0 0.8,0.4 1.1,1 z M 160,251.9 c 6.7,2.1 12.2,5.5 18.4,11.5 14,13.2 20.9,18.1 29.8,21.2 12.8,4.3 28.7,2.6 40.7,-4.4 2.5,-1.5 9.7,-7.4 16.1,-13.2 6.4,-5.8 13.9,-11.7 16.6,-13 2.7,-1.4 5.2,-3 5.6,-3.5 0.4,-0.6 0.8,7.9 0.8,18.7 V 289 H 150 12 l 0.1,-19.3 c 0,-10.5 0.3,-18.6 0.6,-18 0.2,0.7 1,1.3 1.6,1.3 2.3,0 11.6,7 20.4,15.3 14.5,13.7 25,18.7 39.4,18.7 15.4,0 26.2,-5.4 44,-21.8 8.5,-7.9 11.6,-10 20.9,-14 4,-1.7 14.3,-1.4 21,0.7 z"
|
||||||
|
id="path1-8"
|
||||||
|
style="fill:#4479FB;stroke:none;stroke-width:0.1"
|
||||||
|
transform="matrix(9.9999998,0,0,-9.9999998,0,3000)" /></g></svg>
|
||||||
|
After Width: | Height: | Size: 7.0 KiB |
36
resources/icons/param_hilbert curve.svg
Normal file
@@ -0,0 +1,36 @@
|
|||||||
|
<?xml version="1.0" standalone="no"?>
|
||||||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
||||||
|
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||||
|
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
||||||
|
width="300.000000pt" height="300.000000pt" viewBox="0 0 300.000000 300.000000"
|
||||||
|
preserveAspectRatio="xMidYMid meet">
|
||||||
|
<metadata>
|
||||||
|
Created by potrace 1.10, written by Peter Selinger 2001-2011
|
||||||
|
</metadata>
|
||||||
|
<g transform="translate(0.000000,300.000000) scale(0.100000,-0.100000)"
|
||||||
|
fill="#4479FB" stroke="none">
|
||||||
|
<path d="M10 1500 l0 -1490 1490 0 1490 0 0 1490 0 1490 -1490 0 -1490 0 0
|
||||||
|
-1490z m1690 1372 c0 -4 -22 -30 -50 -57 -45 -45 -50 -53 -50 -95 l0 -45 180
|
||||||
|
-180 180 -180 -163 -163 -162 -162 -365 365 -365 365 80 80 80 80 317 0 c175
|
||||||
|
0 318 -4 318 -8z m790 -27 c-28 -29 -36 -33 -49 -22 -18 14 -51 48 -51 54 0 1
|
||||||
|
30 3 67 3 l67 0 -34 -35z m-1710 -118 l0 -52 403 -403 402 -402 50 0 50 0 202
|
||||||
|
202 c266 266 264 222 18 468 l-185 184 27 28 27 28 266 0 266 0 49 -50 c45
|
||||||
|
-46 53 -50 95 -50 42 0 50 4 95 50 l50 51 90 -3 90 -3 3 -555 2 -555 -143 143
|
||||||
|
-143 143 -45 -2 c-43 -2 -48 -7 -246 -203 l-203 -200 0 -46 0 -45 390 -390
|
||||||
|
390 -390 -2 -225 -3 -225 -95 -3 -95 -3 -50 51 c-41 41 -55 50 -85 50 -30 0
|
||||||
|
-44 -9 -85 -50 l-49 -50 -358 0 -358 0 0 -50 0 -50 -100 0 -100 0 0 50 0 50
|
||||||
|
-272 0 -273 0 190 190 190 190 185 -185 c169 -169 188 -185 220 -185 32 0 52
|
||||||
|
17 242 207 192 191 208 211 208 243 0 33 -36 71 -617 652 -583 583 -620 618
|
||||||
|
-653 618 -32 0 -51 -16 -237 -202 -174 -175 -203 -208 -209 -242 l-7 -38 187
|
||||||
|
-187 186 -186 -260 -260 -260 -260 0 730 0 730 115 115 c113 113 115 116 115
|
||||||
|
160 0 44 -2 47 -115 160 l-115 115 0 91 c0 50 3 94 7 97 3 4 129 7 280 7 l273
|
||||||
|
0 0 -53z m-548 -314 l98 -98 -97 -97 c-54 -54 -101 -98 -105 -98 -5 0 -8 88
|
||||||
|
-8 195 0 107 3 195 7 195 4 0 52 -44 105 -97z m1161 -1161 l567 -567 -163
|
||||||
|
-163 -162 -162 -180 180 -180 180 -50 0 -51 0 -298 -300 -299 -300 -226 2
|
||||||
|
-226 3 -3 90 -2 90 375 375 c350 350 375 377 375 410 0 32 -16 51 -187 222
|
||||||
|
l-188 188 160 160 c88 88 162 160 165 160 3 0 260 -255 573 -568z m1487 -174
|
||||||
|
c0 -175 -3 -318 -7 -318 -5 0 -173 165 -375 367 l-368 368 162 162 163 163
|
||||||
|
212 -212 213 -213 0 -317z m-372 -953 c-3 -3 -32 -5 -64 -3 l-59 3 34 33 35
|
||||||
|
33 30 -30 c16 -17 27 -33 24 -36z"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 2.1 KiB |
45
resources/icons/param_honeycomb.svg
Normal file
@@ -0,0 +1,45 @@
|
|||||||
|
<?xml version="1.0" standalone="no"?>
|
||||||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
||||||
|
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||||
|
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
||||||
|
width="300.000000pt" height="300.000000pt" viewBox="0 0 300.000000 300.000000"
|
||||||
|
preserveAspectRatio="xMidYMid meet">
|
||||||
|
<metadata>
|
||||||
|
Created by potrace 1.10, written by Peter Selinger 2001-2011
|
||||||
|
</metadata>
|
||||||
|
<g transform="translate(0.000000,300.000000) scale(0.100000,-0.100000)"
|
||||||
|
fill="#4479FB" stroke="none">
|
||||||
|
<path d="M10 1495 l0 -1495 1495 0 1495 0 0 1495 0 1495 -1495 0 -1495 0 0
|
||||||
|
-1495z m358 1363 c-13 -11 -98 -300 -132 -450 -5 -21 -14 -29 -42 -34 -19 -3
|
||||||
|
-42 -13 -49 -21 -13 -13 -15 19 -15 251 l0 266 127 0 c103 0 124 -2 111 -12z
|
||||||
|
m1802 4 c0 -5 -55 -25 -122 -46 -193 -59 -361 -108 -383 -113 -15 -3 -43 19
|
||||||
|
-105 81 l-85 86 348 0 c191 0 347 -4 347 -8z m-783 -174 l92 -93 -24 -90 c-12
|
||||||
|
-49 -30 -117 -40 -150 -9 -33 -28 -105 -42 -160 -14 -55 -28 -103 -31 -107 -4
|
||||||
|
-4 -52 -19 -107 -33 -55 -15 -158 -43 -230 -62 -71 -19 -141 -37 -154 -40 -20
|
||||||
|
-5 -50 21 -210 181 l-188 187 59 217 c32 119 60 223 63 230 3 9 85 12 362 12
|
||||||
|
l358 0 92 -92z m1393 -63 c0 -118 -3 -155 -13 -155 -7 0 -82 70 -167 155
|
||||||
|
l-155 155 168 0 167 0 0 -155z m-373 -137 c101 -101 183 -190 183 -199 0 -9
|
||||||
|
-9 -45 -19 -80 -10 -35 -41 -146 -67 -246 -35 -131 -53 -183 -63 -183 -8 0
|
||||||
|
-28 -4 -45 -10 -17 -5 -125 -35 -240 -66 l-209 -55 -189 188 -189 189 16 59
|
||||||
|
c9 33 27 103 41 155 60 226 76 286 84 294 5 4 32 14 62 21 29 8 80 21 113 30
|
||||||
|
33 9 67 18 75 20 8 2 65 17 125 34 61 16 117 30 125 30 8 1 97 -81 197 -181z
|
||||||
|
m-1935 -515 c104 -103 188 -194 188 -202 0 -8 -7 -37 -15 -65 -8 -28 -38 -136
|
||||||
|
-66 -241 -28 -104 -52 -191 -54 -193 -2 -2 -27 -10 -56 -18 -105 -29 -239 -64
|
||||||
|
-244 -64 -3 0 -5 213 -5 473 l0 473 28 11 c15 6 29 11 32 12 3 1 89 -83 192
|
||||||
|
-186z m2308 -125 l0 -223 -47 47 -47 47 11 48 c17 78 77 303 80 303 2 0 3
|
||||||
|
-100 3 -222z m-1188 -175 l188 -188 -55 -205 c-31 -113 -62 -228 -71 -257 -18
|
||||||
|
-60 8 -48 -274 -122 -85 -23 -169 -46 -186 -51 -17 -6 -39 -10 -50 -10 -12 0
|
||||||
|
-91 72 -203 184 l-184 185 16 68 c22 97 103 393 114 422 8 21 33 30 219 80
|
||||||
|
115 31 227 62 249 68 22 6 42 11 45 12 3 0 89 -83 192 -186z m1056 -246 l133
|
||||||
|
-133 -4 -279 c-2 -154 -7 -294 -11 -312 -8 -29 -13 -33 -88 -53 -44 -12 -88
|
||||||
|
-23 -98 -25 -9 -2 -48 -12 -86 -23 -38 -11 -111 -30 -162 -43 l-92 -24 -187
|
||||||
|
187 -187 187 58 218 c85 314 76 292 111 302 69 21 460 128 475 130 3 1 65 -59
|
||||||
|
138 -132z m-1874 -576 l188 -188 -16 -59 c-9 -32 -29 -108 -46 -169 -16 -60
|
||||||
|
-35 -134 -41 -162 l-12 -53 -314 0 -313 0 2 363 3 362 170 47 c94 26 175 47
|
||||||
|
180 47 6 1 95 -84 199 -188z m1117 -297 l187 -186 -15 -52 c-8 -28 -17 -61
|
||||||
|
-20 -73 l-5 -23 -475 0 -475 0 6 27 c19 81 90 343 95 352 4 6 41 20 82 30 40
|
||||||
|
11 101 27 134 36 145 40 271 73 285 74 8 1 99 -83 201 -185z m889 -224 l0
|
||||||
|
-110 -251 0 c-235 0 -251 1 -244 18 3 9 9 29 12 44 4 23 14 29 72 44 54 15
|
||||||
|
399 110 409 113 1 1 2 -48 2 -109z"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 2.8 KiB |
45
resources/icons/param_lightning.svg
Normal file
@@ -0,0 +1,45 @@
|
|||||||
|
<?xml version="1.0" standalone="no"?>
|
||||||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
||||||
|
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||||
|
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
||||||
|
width="300.000000pt" height="300.000000pt" viewBox="0 0 300.000000 300.000000"
|
||||||
|
preserveAspectRatio="xMidYMid meet">
|
||||||
|
<metadata>
|
||||||
|
Created by potrace 1.10, written by Peter Selinger 2001-2011
|
||||||
|
</metadata>
|
||||||
|
<g transform="translate(0.000000,300.000000) scale(0.100000,-0.100000)"
|
||||||
|
fill="#4479FB" stroke="none">
|
||||||
|
<path d="M10 1505 l0 -1495 1495 0 1495 0 0 1495 0 1495 -1495 0 -1495 0 0
|
||||||
|
-1495z m475 1355 c-16 -17 -17 -33 -12 -132 3 -62 15 -167 27 -233 12 -66 27
|
||||||
|
-158 35 -205 13 -81 156 -535 174 -553 8 -8 75 6 98 21 10 6 -2 53 -48 191
|
||||||
|
-34 100 -59 185 -55 188 5 6 56 -2 256 -36 120 -20 121 -20 123 57 l2 47 -85
|
||||||
|
12 c-47 6 -110 16 -140 22 -30 6 -87 15 -126 22 l-71 11 -12 92 c-7 50 -16
|
||||||
|
120 -21 156 -5 36 -12 101 -15 145 -4 44 -9 88 -11 98 -5 16 12 17 250 17
|
||||||
|
l256 0 0 -80 c0 -43 5 -90 11 -103 7 -15 47 -42 122 -79 101 -50 279 -177 299
|
||||||
|
-212 10 -17 30 -80 68 -211 17 -60 36 -120 41 -133 5 -13 9 -31 9 -42 0 -10 3
|
||||||
|
-21 8 -23 9 -7 112 14 112 22 0 3 -7 44 -14 91 -7 47 -23 148 -36 225 -12 77
|
||||||
|
-27 151 -35 165 -8 17 -54 46 -139 90 -116 60 -182 103 -257 170 -23 20 -32
|
||||||
|
42 -45 105 -10 44 -24 88 -32 98 -14 16 7 17 433 17 l448 0 -21 -23 c-25 -26
|
||||||
|
-26 -44 -12 -114 10 -47 41 -229 62 -368 6 -38 14 -73 17 -78 4 -4 31 -2 60 5
|
||||||
|
l53 12 -6 45 c-3 26 -10 75 -15 111 -5 36 -14 103 -20 150 -6 47 -13 102 -16
|
||||||
|
123 l-5 37 310 0 310 0 0 50 c0 49 1 50 30 50 l30 0 0 -330 0 -330 -50 0 -50
|
||||||
|
0 0 -400 c0 -312 -3 -400 -12 -400 -7 0 -48 6 -92 12 l-79 13 -27 60 c-15 33
|
||||||
|
-46 99 -68 147 -23 48 -51 111 -63 138 -12 28 -27 49 -33 46 -6 -3 -30 -10
|
||||||
|
-53 -17 -24 -6 -43 -14 -43 -18 0 -3 34 -109 76 -236 97 -296 87 -285 266
|
||||||
|
-285 l128 0 0 -530 0 -530 -665 0 c-374 0 -665 4 -665 9 0 5 30 42 66 82 37
|
||||||
|
41 73 84 81 96 8 12 36 29 61 37 118 37 508 127 612 141 63 8 144 19 180 25
|
||||||
|
96 15 203 29 223 30 20 0 22 26 6 84 -12 43 5 42 -159 16 -36 -6 -114 -17
|
||||||
|
-175 -25 -60 -8 -126 -17 -145 -21 l-35 -6 -68 204 c-37 112 -75 217 -85 233
|
||||||
|
-15 24 -68 55 -253 148 -129 64 -238 117 -242 117 -4 0 -18 -22 -32 -50 l-25
|
||||||
|
-50 42 -26 c24 -15 108 -70 188 -122 80 -52 153 -99 163 -106 10 -6 49 -78 87
|
||||||
|
-161 39 -82 77 -162 86 -177 8 -16 12 -28 7 -28 -4 0 -37 -5 -73 -10 -81 -13
|
||||||
|
-162 -24 -310 -44 -104 -15 -117 -19 -136 -44 -12 -15 -80 -99 -151 -187
|
||||||
|
l-129 -160 -504 0 -505 0 -3 443 -2 443 25 -3 c23 -3 32 -18 81 -138 78 -191
|
||||||
|
82 -203 113 -325 29 -116 35 -123 102 -140 21 -5 35 1 71 32 24 21 66 56 93
|
||||||
|
78 26 22 69 58 95 80 26 22 77 65 114 95 37 30 81 67 97 81 l29 26 -32 41
|
||||||
|
c-18 23 -36 42 -40 42 -3 0 -94 -63 -200 -140 -106 -77 -196 -140 -199 -140
|
||||||
|
-15 0 -70 174 -101 320 -41 190 -62 217 -174 222 l-69 3 -6 315 c-3 173 -7
|
||||||
|
316 -7 318 -6 9 -52 -1 -62 -13 -7 -8 -16 -15 -21 -15 -5 0 -9 226 -9 515 l0
|
||||||
|
515 192 0 c190 0 191 0 173 -20z"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 2.8 KiB |
58
resources/icons/param_line.svg
Normal file
@@ -0,0 +1,58 @@
|
|||||||
|
<?xml version="1.0" standalone="no"?>
|
||||||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
||||||
|
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||||
|
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
||||||
|
width="300.000000pt" height="300.000000pt" viewBox="0 0 300.000000 300.000000"
|
||||||
|
preserveAspectRatio="xMidYMid meet">
|
||||||
|
<metadata>
|
||||||
|
Created by potrace 1.10, written by Peter Selinger 2001-2011
|
||||||
|
</metadata>
|
||||||
|
<g transform="translate(0.000000,300.000000) scale(0.100000,-0.100000)"
|
||||||
|
fill="#4479FB" stroke="none">
|
||||||
|
<path d="M0 1503 l0 -1498 1500 0 1500 0 0 1498 0 1497 -1500 0 -1500 0 0
|
||||||
|
-1497z m665 1367 c-3 -5 -11 -10 -17 -10 -5 0 -35 -15 -66 -34 -136 -82 -436
|
||||||
|
-246 -448 -246 -11 0 -14 29 -14 150 l0 150 276 0 c181 0 273 -3 269 -10z
|
||||||
|
m1653 -42 c90 -163 260 -471 286 -521 30 -57 31 -58 11 -70 -18 -11 -83 -46
|
||||||
|
-321 -173 -55 -30 -107 -54 -114 -54 -12 0 -590 571 -590 583 0 3 63 69 139
|
||||||
|
146 l140 141 210 0 209 0 30 -52z m562 -200 l0 -253 -63 -32 c-35 -18 -66 -33
|
||||||
|
-69 -33 -8 0 -32 42 -144 245 -159 291 -174 318 -174 322 0 2 101 3 225 3
|
||||||
|
l225 0 0 -252z m-1575 72 l110 -110 -161 -161 -162 -162 -34 64 c-20 35 -70
|
||||||
|
129 -113 209 -43 80 -93 173 -112 208 l-34 62 198 0 198 0 110 -110z m263 43
|
||||||
|
l-66 -66 -68 66 -68 67 135 0 134 0 -67 -67z m-831 -63 c19 -36 86 -163 150
|
||||||
|
-284 l116 -218 -297 -297 -296 -296 -145 145 -145 145 0 270 c0 148 4 275 8
|
||||||
|
281 4 6 50 35 102 64 52 30 148 85 214 122 65 37 121 68 125 68 3 0 31 16 61
|
||||||
|
35 30 20 58 34 63 32 5 -1 25 -32 44 -67z m1038 -450 c154 -154 281 -284 283
|
||||||
|
-289 2 -5 -5 -12 -16 -15 -10 -4 -95 -47 -188 -97 -320 -172 -413 -219 -417
|
||||||
|
-212 -3 5 -64 121 -137 258 -73 138 -137 256 -143 263 -5 7 -8 15 -6 18 2 3
|
||||||
|
81 83 174 178 94 96 170 174 170 175 1 1 127 -125 280 -279z m957 -152 c70
|
||||||
|
-121 78 -144 78 -210 l0 -63 -110 -110 -109 -109 -162 162 c-89 89 -160 164
|
||||||
|
-158 166 7 5 189 106 192 106 2 0 52 27 113 60 60 33 111 60 114 60 3 0 22
|
||||||
|
-28 42 -62z m-1594 -150 c89 -169 143 -271 176 -328 l25 -44 -39 -22 c-21 -12
|
||||||
|
-91 -50 -156 -85 -66 -34 -180 -95 -254 -135 l-135 -72 -128 126 c-70 70 -126
|
||||||
|
131 -124 137 6 17 541 553 554 554 6 1 43 -59 81 -131z m1192 -253 c94 -93
|
||||||
|
170 -172 170 -175 0 -9 -649 -654 -653 -650 -2 3 -32 59 -67 125 -35 66 -77
|
||||||
|
145 -93 175 -113 209 -187 353 -184 356 2 3 103 57 223 121 120 64 264 140
|
||||||
|
319 169 55 30 103 53 108 51 4 -1 84 -78 177 -172z m-2063 -107 l63 -62 -62
|
||||||
|
-63 c-34 -35 -66 -63 -70 -63 -4 0 -8 56 -8 125 0 69 3 125 7 125 4 0 36 -28
|
||||||
|
70 -62z m2543 -68 c0 -66 -3 -120 -6 -120 -4 0 -34 27 -67 61 l-60 60 59 60
|
||||||
|
c32 32 62 59 66 59 4 0 8 -54 8 -120z m-1357 -162 c29 -57 111 -211 181 -342
|
||||||
|
l127 -239 -130 -131 -131 -131 -325 325 c-179 179 -324 329 -322 333 1 4 50
|
||||||
|
33 107 64 58 31 175 94 260 139 85 46 160 84 167 84 6 0 36 -46 66 -102z
|
||||||
|
m-816 -152 c-3 -9 -424 -236 -439 -236 -4 0 -8 56 -8 124 l0 124 112 112 111
|
||||||
|
111 114 -113 c62 -62 112 -117 110 -122z m2101 85 l142 -139 0 -209 0 -208
|
||||||
|
-82 -45 c-45 -25 -112 -61 -148 -81 -36 -20 -112 -62 -170 -94 -58 -32 -125
|
||||||
|
-69 -150 -83 -127 -70 -191 -104 -194 -101 -4 4 -133 245 -193 359 l-34 64
|
||||||
|
338 338 c186 186 340 338 343 338 3 0 69 -63 148 -139z m-1465 -1003 l-148
|
||||||
|
-148 -277 0 -276 0 -66 123 c-37 67 -79 145 -95 172 -15 28 -60 106 -98 175
|
||||||
|
-39 69 -82 146 -97 171 l-26 46 137 73 c76 40 174 93 218 116 44 23 105 56
|
||||||
|
135 73 l55 30 342 -342 343 -342 -147 -147z m-1100 329 c19 -34 47 -84 62
|
||||||
|
-112 16 -27 67 -120 115 -205 l86 -155 -145 -3 c-80 -1 -151 0 -158 2 -10 4
|
||||||
|
-13 64 -13 276 0 161 4 269 9 266 5 -4 25 -34 44 -69z m1688 -25 c20 -37 66
|
||||||
|
-124 103 -194 l67 -127 -48 -30 c-41 -26 -58 -31 -113 -31 l-65 0 -110 110
|
||||||
|
-110 110 115 115 c63 63 117 115 120 115 3 0 21 -30 41 -68z m1019 -222 l0
|
||||||
|
-230 -324 0 -324 0 -16 34 c-9 19 -16 38 -16 43 0 5 21 21 48 35 47 25 251
|
||||||
|
137 497 274 72 40 131 72 133 73 1 1 2 -102 2 -229z m-1250 -152 c0 -4 -56 -8
|
||||||
|
-125 -8 -69 0 -125 3 -125 7 0 4 28 36 62 70 l62 63 63 -62 c35 -34 63 -66 63
|
||||||
|
-70z"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 3.7 KiB |
20
resources/icons/param_monotonic lines.svg
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
<?xml version="1.0" standalone="no"?>
|
||||||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
||||||
|
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||||
|
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
||||||
|
width="300.000000pt" height="300.000000pt" viewBox="0 0 300.000000 300.000000"
|
||||||
|
preserveAspectRatio="xMidYMid meet">
|
||||||
|
<metadata>
|
||||||
|
Created by potrace 1.10, written by Peter Selinger 2001-2011
|
||||||
|
</metadata>
|
||||||
|
<g transform="translate(0.000000,300.000000) scale(0.100000,-0.100000)"
|
||||||
|
fill="#4479FB" stroke="none">
|
||||||
|
<path d="M13 2984 c-2 -7 -5 -680 -6 -1495 l-2 -1484 1492 0 1492 0 3 1490 c2
|
||||||
|
820 3 1491 2 1492 0 2 -670 4 -1489 5 -1113 2 -1489 0 -1492 -8z m1147 -117
|
||||||
|
c0 -1 -232 -234 -515 -517 l-515 -515 0 518 0 517 515 0 c283 0 515 -1 515 -3z
|
||||||
|
m1620 0 c0 -1 -596 -598 -1325 -1327 l-1325 -1325 0 729 0 730 597 598 598
|
||||||
|
598 727 0 c401 0 728 -1 728 -3z m-507 -2139 l-597 -598 -731 0 -730 0 1325
|
||||||
|
1325 1325 1325 3 -727 2 -727 -597 -598z m597 -83 l0 -515 -517 0 -518 0 515
|
||||||
|
515 c283 283 516 515 517 515 2 0 3 -232 3 -515z"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1021 B |
20
resources/icons/param_monotonic.svg
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
<?xml version="1.0" standalone="no"?>
|
||||||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
||||||
|
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||||
|
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
||||||
|
width="300.000000pt" height="300.000000pt" viewBox="0 0 300.000000 300.000000"
|
||||||
|
preserveAspectRatio="xMidYMid meet">
|
||||||
|
<metadata>
|
||||||
|
Created by potrace 1.10, written by Peter Selinger 2001-2011
|
||||||
|
</metadata>
|
||||||
|
<g transform="translate(0.000000,300.000000) scale(0.100000,-0.100000)"
|
||||||
|
fill="#4479fb" stroke="none">
|
||||||
|
<path d="M13 2984 c-2 -7 -5 -680 -6 -1495 l-2 -1484 1492 0 1492 0 3 1490 c2
|
||||||
|
820 3 1491 2 1492 0 2 -670 4 -1489 5 -1113 2 -1489 0 -1492 -8z m1147 -117
|
||||||
|
c0 -1 -232 -234 -515 -517 l-515 -515 0 518 0 517 515 0 c283 0 515 -1 515 -3z
|
||||||
|
m1183 -2069 l-527 -528 -731 0 -730 0 1255 1255 1255 1255 3 -727 2 -726 -527
|
||||||
|
-529z m297 1929 c0 -1 -565 -567 -1255 -1257 l-1255 -1255 0 729 0 729 527
|
||||||
|
528 527 529 728 0 c400 0 728 -1 728 -3z m230 -2082 l0 -515 -517 0 -518 0
|
||||||
|
515 515 c283 283 516 515 517 515 2 0 3 -232 3 -515z"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.0 KiB |
38
resources/icons/param_octagram spiral.svg
Normal file
@@ -0,0 +1,38 @@
|
|||||||
|
<?xml version="1.0" standalone="no"?>
|
||||||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
||||||
|
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||||
|
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
||||||
|
width="300.000000pt" height="300.000000pt" viewBox="0 0 300.000000 300.000000"
|
||||||
|
preserveAspectRatio="xMidYMid meet">
|
||||||
|
<metadata>
|
||||||
|
Created by potrace 1.10, written by Peter Selinger 2001-2011
|
||||||
|
</metadata>
|
||||||
|
<g transform="translate(0.000000,300.000000) scale(0.100000,-0.100000)"
|
||||||
|
fill="#4479FB" stroke="none">
|
||||||
|
<path d="M0 1495 l0 -1495 1495 0 1495 0 0 1495 0 1495 -1495 0 -1495 0 0
|
||||||
|
-1495z m302 1362 c-18 -19 -22 -35 -22 -85 l0 -62 -62 0 c-43 0 -67 -5 -80
|
||||||
|
-17 -17 -15 -18 -12 -18 85 l0 102 102 0 101 0 -21 -23z m1668 15 c0 -4 -106
|
||||||
|
-113 -235 -242 l-235 -235 -235 235 c-129 129 -235 238 -235 242 0 5 212 8
|
||||||
|
470 8 259 0 470 -3 470 -8z m908 -94 c3 -96 -3 -113 -28 -83 -9 10 -32 15 -76
|
||||||
|
15 l-64 0 0 64 c0 44 -5 67 -15 76 -30 25 -13 31 83 28 l97 -3 3 -97z m-1678
|
||||||
|
-253 l255 -255 45 0 45 0 232 232 233 233 0 -325 0 -324 37 -38 37 -38 330 0
|
||||||
|
331 0 -233 -233 -232 -232 0 -50 0 -50 237 -237 238 -238 -345 0 -344 0 -28
|
||||||
|
-27 -28 -27 0 -335 0 -336 -238 238 c-230 230 -238 237 -277 237 -39 0 -47 -7
|
||||||
|
-277 -237 l-238 -238 0 336 0 335 -28 27 -28 27 -339 0 -340 0 238 238 237
|
||||||
|
237 0 45 0 45 -237 237 -238 238 327 0 327 0 275 -275 c151 -151 279 -275 284
|
||||||
|
-275 4 0 25 17 45 38 l37 37 -295 295 -295 295 -365 3 -365 3 0 229 0 230 63
|
||||||
|
0 c56 0 66 3 90 28 24 25 27 36 27 95 l0 67 273 0 272 0 255 -255z m1390 193
|
||||||
|
c0 -56 3 -65 32 -95 29 -30 37 -33 95 -33 l63 0 0 -230 0 -230 -320 0 -320 0
|
||||||
|
0 325 0 325 225 0 225 0 0 -62z m-2000 -1223 c0 -6 -106 -116 -235 -245 l-235
|
||||||
|
-235 0 480 0 480 235 -235 c129 -129 235 -239 235 -245z m2285 -464 c-3 -3
|
||||||
|
-111 100 -240 229 l-235 235 237 238 238 237 3 -466 c1 -257 0 -470 -3 -473z
|
||||||
|
m-2015 -491 l0 -320 -230 0 -230 0 0 59 c0 53 -3 63 -31 90 -27 28 -37 31 -90
|
||||||
|
31 l-59 0 0 230 0 230 320 0 320 0 0 -320z m1918 88 l2 -228 -62 0 c-56 0 -65
|
||||||
|
-3 -95 -32 -30 -29 -33 -37 -33 -90 l0 -58 -225 0 -225 0 0 320 0 320 318 -2
|
||||||
|
317 -3 3 -227z m-1038 -273 l235 -235 -475 0 -475 0 235 235 c129 129 237 235
|
||||||
|
240 235 3 0 111 -106 240 -235z m-1517 -75 l57 0 0 -57 c0 -44 5 -62 22 -80
|
||||||
|
l21 -23 -101 0 -102 0 0 102 0 101 23 -21 c18 -17 36 -22 80 -22z m2657 -65
|
||||||
|
l0 -95 -102 0 c-97 0 -100 1 -85 18 12 13 17 37 17 80 l0 62 64 0 c44 0 67 5
|
||||||
|
76 15 24 29 30 14 30 -80z"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 2.3 KiB |
32
resources/icons/param_rectilinear grid.svg
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
<?xml version="1.0" standalone="no"?>
|
||||||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
||||||
|
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||||
|
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
||||||
|
width="300.000000pt" height="300.000000pt" viewBox="0 0 300.000000 300.000000"
|
||||||
|
preserveAspectRatio="xMidYMid meet">
|
||||||
|
<metadata>
|
||||||
|
Created by potrace 1.10, written by Peter Selinger 2001-2011
|
||||||
|
</metadata>
|
||||||
|
<g transform="translate(0.000000,300.000000) scale(0.100000,-0.100000)"
|
||||||
|
fill="#4479FB" stroke="none">
|
||||||
|
<path d="M10 2988 c0 -5 0 -677 0 -1494 l-1 -1485 1488 1 c818 0 1488 2 1490
|
||||||
|
4 2 2 4 672 6 1490 l2 1486 -25 0 c-14 0 -685 1 -1493 3 -807 1 -1467 -1
|
||||||
|
-1467 -5z m917 -355 l-237 -238 -237 238 -238 237 475 0 475 0 -238 -237z
|
||||||
|
m749 222 c16 -8 147 -133 291 -277 l263 -263 -365 -365 -365 -365 -365 365
|
||||||
|
-365 365 278 278 278 277 160 0 c122 0 168 -4 190 -15z m871 -222 l-237 -238
|
||||||
|
-237 238 -238 237 475 0 475 0 -238 -237z m-2180 -560 l-237 -238 0 475 0 475
|
||||||
|
237 -238 238 -237 -238 -237z m2503 235 l0 -473 -237 237 -238 238 235 235
|
||||||
|
c129 129 236 235 237 235 2 0 3 -213 3 -472z m-1820 -1173 l-365 -365 -267
|
||||||
|
267 c-148 148 -268 263 -268 258 0 -6 -5 -3 -10 5 -13 20 -13 331 0 367 6 15
|
||||||
|
131 148 278 296 l267 267 365 -365 365 -365 -365 -365z m1807 544 c10 -12 13
|
||||||
|
-58 13 -185 l0 -169 -278 -278 -277 -277 -365 365 -365 365 365 365 365 365
|
||||||
|
264 -267 c145 -148 270 -275 278 -284z m-990 -631 l363 -363 -277 -278 -277
|
||||||
|
-277 -157 0 c-87 0 -170 5 -185 10 -15 6 -148 131 -296 278 l-269 266 363 363
|
||||||
|
c200 200 365 363 368 363 3 0 168 -163 367 -362z m-1500 -595 l-237 -238 0
|
||||||
|
475 0 475 237 -238 238 -237 -238 -237z m2503 235 l0 -473 -237 237 -238 238
|
||||||
|
235 235 c129 129 236 235 237 235 2 0 3 -213 3 -472z m-1940 -323 l235 -235
|
||||||
|
-475 0 -475 0 235 235 c129 129 237 235 240 235 3 0 111 -106 240 -235z m1620
|
||||||
|
0 l235 -235 -475 0 -475 0 235 235 c129 129 237 235 240 235 3 0 111 -106 240
|
||||||
|
-235z"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.8 KiB |
66
resources/icons/param_rectilinear.svg
Normal file
@@ -0,0 +1,66 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
version="1.0"
|
||||||
|
width="300.000000pt"
|
||||||
|
height="300.000000pt"
|
||||||
|
viewBox="0 0 300.000000 300.000000"
|
||||||
|
preserveAspectRatio="xMidYMid meet"
|
||||||
|
id="svg1"
|
||||||
|
sodipodi:docname="param_rectilinear.svg"
|
||||||
|
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs1" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview1"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#000000"
|
||||||
|
borderopacity="0.25"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
inkscape:document-units="pt"
|
||||||
|
inkscape:zoom="2.0325"
|
||||||
|
inkscape:cx="200"
|
||||||
|
inkscape:cy="200"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1009"
|
||||||
|
inkscape:window-x="-8"
|
||||||
|
inkscape:window-y="-8"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="g1" />
|
||||||
|
<metadata
|
||||||
|
id="metadata1"> Created by potrace 1.10, written by Peter Selinger 2001-2011 </metadata>
|
||||||
|
<g
|
||||||
|
transform="translate(0.000000,300.000000) scale(0.100000,-0.100000)"
|
||||||
|
fill="#4479FB"
|
||||||
|
stroke="none"
|
||||||
|
id="g1">
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:#4479fb;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.80000001"
|
||||||
|
d="M 4.0590406,4.0590406 295.20295,295.20295"
|
||||||
|
id="path2"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
transform="matrix(9.9999998,0,0,-9.9999998,0,3000)" />
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:#4479fb;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:99.99999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.80000001"
|
||||||
|
d="M 1367.962,2912.7852 2937.9972,1342.75"
|
||||||
|
id="path2-8"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:#4479fb;fill-opacity:1;fill-rule:evenodd;stroke:#999999;stroke-width:100;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.80000001"
|
||||||
|
d="M 74.460566,1654.6539 1644.4958,84.618725"
|
||||||
|
id="path2-8-1"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
d="M13 2984 c-2 -7 -5 -680 -6 -1495 l-2 -1484 1492 0 1492 0 3 1490 c2 820 3 1491 2 1492 0 2 -670 4 -1489 5 -1113 2 -1489 0 -1492 -8z m1147 -117 c0 -1 -232 -234 -515 -517 l-515 -515 0 518 0 517 515 0 c283 0 515 -1 515 -3z m1620 0 c0 -1 -596 -598 -1325 -1327 l-1325 -1325 0 729 0 730 597 598 598 598 727 0 c401 0 728 -1 728 -3z m-507 -2139 l-597 -598 -731 0 -730 0 1325 1325 1325 1325 3 -727 2 -727 -597 -598z m597 -83 l0 -515 -517 0 -518 0 515 515 c283 283 516 515 517 515 2 0 3 -232 3 -515z"
|
||||||
|
id="path1" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 3.0 KiB |
57
resources/icons/param_stars.svg
Normal file
@@ -0,0 +1,57 @@
|
|||||||
|
<?xml version="1.0" standalone="no"?>
|
||||||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
||||||
|
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||||
|
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
||||||
|
width="300.000000pt" height="300.000000pt" viewBox="0 0 300.000000 300.000000"
|
||||||
|
preserveAspectRatio="xMidYMid meet">
|
||||||
|
<metadata>
|
||||||
|
Created by potrace 1.10, written by Peter Selinger 2001-2011
|
||||||
|
</metadata>
|
||||||
|
<g transform="translate(0.000000,300.000000) scale(0.100000,-0.100000)"
|
||||||
|
fill="#4479FB" stroke="none">
|
||||||
|
<path d="M37 2993 c-15 -2 -27 -10 -27 -16 0 -7 -1 -678 -3 -1492 l-2 -1480
|
||||||
|
1492 0 c987 0 1494 3 1495 10 2 6 2 677 0 1493 l-2 1482 -1428 0 c-785 0
|
||||||
|
-1443 2 -1462 4 -19 2 -47 2 -63 -1z m633 -287 l-165 -165 -50 14 c-188 51
|
||||||
|
-254 68 -285 74 l-35 6 -3 118 -3 117 353 0 353 0 -165 -164z m427 74 c24 -93
|
||||||
|
53 -202 78 -295 23 -84 34 -129 32 -131 -1 -1 -47 11 -102 26 -55 16 -179 49
|
||||||
|
-275 75 -96 26 -177 49 -179 51 -2 2 74 85 170 183 171 177 175 180 214 178
|
||||||
|
l40 -2 22 -85z m1408 73 c4 -10 18 -61 31 -112 l25 -95 -258 -258 c-206 -206
|
||||||
|
-262 -258 -278 -253 -11 3 -87 23 -170 45 -82 22 -231 62 -330 88 l-180 49
|
||||||
|
-38 134 c-21 74 -53 190 -71 259 -19 69 -37 133 -41 143 -7 16 28 17 648 17
|
||||||
|
614 0 655 -1 662 -17z m220 -43 c-33 -33 -62 -56 -66 -52 -4 4 -13 31 -22 60
|
||||||
|
l-15 52 81 0 81 0 -59 -60z m144 -437 l-1 -408 -19 65 c-11 36 -35 126 -55
|
||||||
|
200 -52 197 -74 279 -88 330 l-13 45 86 88 c47 48 87 87 88 87 2 0 3 -183 2
|
||||||
|
-407z m-2697 138 c13 -5 69 -22 126 -36 56 -15 102 -30 102 -34 0 -3 -61 -67
|
||||||
|
-135 -141 l-135 -135 0 178 c0 105 4 177 10 177 5 0 19 -4 32 -9z m2468 -161
|
||||||
|
c5 -19 21 -80 36 -135 14 -55 36 -137 49 -182 22 -81 22 -83 3 -83 -16 0 -138
|
||||||
|
31 -233 59 -16 5 -94 26 -173 47 l-143 38 208 208 208 208 18 -62 c9 -35 22
|
||||||
|
-79 27 -98z m-1970 25 c52 -14 111 -29 130 -35 76 -21 220 -59 321 -85 59 -15
|
||||||
|
111 -30 116 -34 8 -5 85 -277 149 -526 15 -55 30 -110 35 -123 5 -13 9 -31 9
|
||||||
|
-40 0 -9 -115 -132 -256 -273 l-256 -256 -86 23 c-48 13 -114 30 -147 39 -33
|
||||||
|
9 -94 25 -135 36 -41 11 -115 31 -165 45 -49 13 -111 29 -138 36 -46 11 -47
|
||||||
|
13 -63 67 -9 31 -24 70 -33 86 -14 26 -16 76 -19 348 l-3 317 208 205 c126
|
||||||
|
124 214 202 223 200 8 -2 58 -16 110 -30z m760 -204 c82 -21 232 -61 325 -86
|
||||||
|
55 -15 121 -33 147 -39 l48 -11 -210 -210 c-137 -137 -211 -204 -214 -194 -10
|
||||||
|
31 -40 143 -111 414 -14 55 -28 108 -31 118 -6 19 -3 20 46 8z m845 -226 c155
|
||||||
|
-41 220 -58 340 -90 50 -14 118 -32 152 -41 53 -14 62 -20 66 -42 3 -15 12
|
||||||
|
-52 21 -82 13 -46 16 -110 14 -375 l-1 -320 -206 -203 -207 -202 -49 14 c-56
|
||||||
|
16 -138 38 -360 96 -186 49 -285 76 -289 81 -3 5 -106 383 -141 519 -14 58
|
||||||
|
-31 115 -36 128 -5 13 -9 31 -9 40 0 9 115 132 256 273 254 254 257 257 288
|
||||||
|
248 17 -6 90 -25 161 -44z m-788 -620 c6 -22 27 -103 48 -180 64 -242 84 -320
|
||||||
|
80 -323 -4 -4 -109 22 -370 94 -49 13 -114 29 -143 36 l-54 11 208 208 c115
|
||||||
|
115 211 205 215 201 3 -4 11 -25 16 -47z m-1104 -300 c51 -14 106 -29 122 -34
|
||||||
|
17 -5 94 -26 173 -47 l143 -38 -208 -208 -208 -208 -18 62 c-24 86 -32 117
|
||||||
|
-63 233 -14 55 -36 137 -49 183 -27 98 -32 95 108 57z m-177 -255 c46 -174 69
|
||||||
|
-262 87 -327 l14 -52 -89 -88 -88 -88 1 410 1 410 19 -65 c11 -36 35 -126 55
|
||||||
|
-200z m904 59 c63 -17 178 -48 255 -68 77 -21 172 -47 210 -56 39 -10 73 -21
|
||||||
|
77 -24 4 -4 39 -121 77 -261 38 -140 72 -263 76 -273 7 -16 -28 -17 -648 -17
|
||||||
|
l-655 0 -11 33 c-5 17 -19 68 -31 111 l-22 79 259 259 c205 206 262 258 278
|
||||||
|
253 11 -3 72 -19 135 -36z m1758 -345 c-4 -3 -261 65 -267 72 -3 2 56 65 129
|
||||||
|
140 l135 134 3 -171 c1 -95 1 -173 0 -175z m-918 120 c167 -43 395 -107 400
|
||||||
|
-111 2 -2 -77 -85 -175 -183 -155 -155 -184 -180 -211 -180 l-30 0 -58 208
|
||||||
|
c-32 114 -62 218 -66 232 -5 14 -11 37 -14 52 -6 26 -5 26 26 17 18 -5 76 -21
|
||||||
|
128 -35z m745 -199 c55 -15 117 -32 138 -37 l37 -10 0 -114 0 -114 -352 0
|
||||||
|
-353 0 163 163 164 164 51 -13 c29 -6 97 -24 152 -39z m-2330 -242 l7 -33 -78
|
||||||
|
0 -78 0 59 60 60 61 11 -28 c7 -15 15 -43 19 -60z"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 3.7 KiB |
213
resources/icons/param_support cubic.svg
Normal file
@@ -0,0 +1,213 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<svg
|
||||||
|
version="1.0"
|
||||||
|
width="300.000000pt"
|
||||||
|
height="300.000000pt"
|
||||||
|
viewBox="0 0 300.000000 300.000000"
|
||||||
|
preserveAspectRatio="xMidYMid meet"
|
||||||
|
id="svg1"
|
||||||
|
sodipodi:docname="param_adaptive cubic.svg"
|
||||||
|
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg">
|
||||||
|
<defs
|
||||||
|
id="defs1" />
|
||||||
|
<sodipodi:namedview
|
||||||
|
id="namedview1"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#4479FB"
|
||||||
|
borderopacity="0.25"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="0"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
inkscape:document-units="pt"
|
||||||
|
inkscape:zoom="2.09"
|
||||||
|
inkscape:cx="200.23923"
|
||||||
|
inkscape:cy="202.63158"
|
||||||
|
inkscape:window-width="1920"
|
||||||
|
inkscape:window-height="1009"
|
||||||
|
inkscape:window-x="-8"
|
||||||
|
inkscape:window-y="-8"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="g1" />
|
||||||
|
<metadata
|
||||||
|
id="metadata1"> Created by potrace 1.10, written by Peter Selinger 2001-2011 </metadata>
|
||||||
|
<g
|
||||||
|
transform="translate(0.000000,300.000000) scale(0.100000,-0.100000)"
|
||||||
|
fill="#4479FB"
|
||||||
|
stroke="none"
|
||||||
|
id="g1">
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:84.99999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="M 2922.9849,1156.867 2685.6418,1027.1363"
|
||||||
|
id="path6-7"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:85;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="M 2515.5503,1316.9857 V 889.95218"
|
||||||
|
id="path10"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:85;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="M 2131.5789,696.17225 2515.5503,893.5407"
|
||||||
|
id="path11"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:85;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="M 2903.11,706.9378 2519.1388,893.5407"
|
||||||
|
id="path12"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:85;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="M 479.47736,1305.5742 V 878.54066"
|
||||||
|
id="path10-7"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:85;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="M 95.505955,684.76071 479.47736,882.12916"
|
||||||
|
id="path11-3"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:85;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="m 867.03706,695.52626 -383.9712,186.6029"
|
||||||
|
id="path12-8"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:84.99999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.80000001;stroke-dasharray:none"
|
||||||
|
d="M 785.97788,1940.9594 472.32472,2110.7011"
|
||||||
|
id="path7"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:84.99999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.80000001;stroke-dasharray:none"
|
||||||
|
d="m 476.01476,2110.7011 3.69004,276.7528"
|
||||||
|
id="path8"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:84.99999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.80000001;stroke-dasharray:none"
|
||||||
|
d="m 225.09225,1918.8192 250.92251,188.1919"
|
||||||
|
id="path9"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:85;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="M 2800.2852,1915.4748 2486.632,2085.2165"
|
||||||
|
id="path7-8"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:85;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="m 2490.3221,2085.2165 3.69,276.7528"
|
||||||
|
id="path8-6"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:85;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="m 2239.3995,1893.3346 250.9226,188.1919"
|
||||||
|
id="path9-6"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:87.3261;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="M 1782.9922,115.8515 1493.4947,309.95949"
|
||||||
|
id="path7-8-0"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:89.5926;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="m 1495.8849,297.52708 3.6652,309.54787"
|
||||||
|
id="path8-6-9"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:85;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="m 1244.9499,120.24856 250.9226,188.1918"
|
||||||
|
id="path9-6-6"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:84.99999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="m 1848.5894,2457.0689 -381.4358,198.5536"
|
||||||
|
id="path7-8-0-8"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:84.99999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="m 1470.3029,2642.9053 4.8292,316.6373"
|
||||||
|
id="path8-6-9-7"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:84.99999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="m 1139.6762,2461.5667 330.6103,192.5019"
|
||||||
|
id="path9-6-6-0"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:8.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="M 149.4465,152.02952 V 60.516606"
|
||||||
|
id="path4"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
transform="matrix(9.9999998,0,0,-9.9999998,0,3000)" />
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:8.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="m 147.60148,148.70849 81.54982,47.23247"
|
||||||
|
id="path5"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
transform="matrix(9.9999998,0,0,-9.9999998,0,3000)" />
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:85;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="m 2094.2074,578.15143 815.4982,-472.3247"
|
||||||
|
id="path5-7"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:85;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="M 238.69304,2920.0892 1054.1912,2447.7645"
|
||||||
|
id="path5-8"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:92.2818;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="M 95.423001,1120.2738 301.43238,1003.1616"
|
||||||
|
id="path5-5"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:8.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="m 151.29152,149.07749 -77.121777,49.4465"
|
||||||
|
id="path6"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0"
|
||||||
|
transform="matrix(9.9999998,0,0,-9.9999998,0,3000)" />
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:85;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="M 902.42225,605.20306 131.2045,110.73806"
|
||||||
|
id="path6-03"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
style="display:inline;fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:85;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:0.8"
|
||||||
|
d="M 2697.6137,2919.7604 1926.396,2425.2954"
|
||||||
|
id="path6-0"
|
||||||
|
inkscape:connector-type="polyline"
|
||||||
|
inkscape:connector-curvature="0" />
|
||||||
|
<path
|
||||||
|
d="M0 1495 l0 -1495 1495 0 1495 0 0 1495 0 1495 -1495 0 -1495 0 0 -1495z m600 1330 l0 -45 288 0 c159 0 291 -3 294 -6 3 -3 -8 -29 -26 -58 -17 -29 -56 -97 -86 -149 l-55 -96 -447 -1 -448 0 0 200 0 200 240 0 240 0 0 -45z m1069 -47 c58 -105 88 -158 137 -241 19 -32 34 -60 34 -63 0 -2 -153 -4 -340 -4 -204 0 -340 4 -340 9 0 5 13 31 29 58 16 26 66 112 112 191 l83 142 117 0 116 0 52 -92z m1211 -108 l0 -200 -451 2 -451 3 -23 40 c-12 22 -50 88 -84 146 -33 59 -61 110 -61 113 0 3 133 6 295 6 l295 0 0 45 0 45 240 0 240 0 0 -200z m-1940 -325 c0 -2 -13 -26 -29 -53 -15 -26 -39 -68 -53 -93 -14 -24 -41 -71 -60 -104 -86 -148 -235 -406 -274 -473 l-42 -73 -35 58 c-19 32 -54 92 -77 133 -24 41 -59 102 -78 135 -19 33 -43 75 -53 93 -17 28 -19 55 -19 207 l0 175 360 0 c198 0 360 -2 360 -5z m1025 -82 c28 -47 62 -107 76 -132 14 -25 69 -120 121 -211 53 -91 104 -181 115 -200 11 -19 52 -90 92 -157 39 -67 71 -127 71 -133 0 -6 -36 -74 -80 -151 -44 -77 -91 -157 -103 -178 -12 -21 -68 -119 -125 -217 l-103 -179 -492 2 c-271 1 -510 3 -532 3 -41 0 -41 0 -91 87 -28 49 -121 210 -207 360 l-157 272 96 168 c53 92 119 206 147 253 27 47 59 101 70 120 10 19 45 80 77 135 32 55 76 133 99 173 l42 72 417 0 417 0 50 -87z m815 -84 l0 -170 -101 -177 c-56 -97 -111 -193 -121 -212 -46 -79 -36 -85 -138 92 -52 90 -115 199 -141 243 -135 230 -219 378 -219 386 0 5 158 9 360 9 l360 0 0 -171z m-2620 -314 c0 -3 16 -29 35 -59 19 -30 35 -57 35 -59 0 -3 17 -34 38 -68 22 -35 50 -84 64 -109 14 -25 38 -67 53 -93 l27 -48 -132 -232 c-74 -128 -139 -241 -147 -252 -11 -16 -13 61 -13 485 l0 505 20 -33 c11 -18 20 -35 20 -37z m2720 -437 c0 -305 -4 -498 -9 -493 -16 17 -281 482 -281 494 0 6 43 87 96 179 54 92 106 183 116 202 26 46 72 120 76 120 1 0 2 -226 2 -502z m-231 -350 l131 -227 0 -70 0 -71 -306 0 c-168 0 -303 3 -301 8 19 33 214 372 270 470 39 67 71 121 72 120 1 -2 61 -105 134 -230z m-2001 -56 c89 -153 164 -286 168 -295 7 -19 15 -18 -171 -18 -52 0 -169 0 -260 1 l-165 0 0 74 0 73 106 184 c58 101 116 201 128 221 11 21 24 38 27 38 3 0 79 -125 167 -278z m356 -617 c58 -101 106 -187 106 -190 0 -3 -133 -5 -295 -5 l-295 0 0 -50 0 -50 -197 2 -198 3 -3 238 -2 237 388 0 389 0 107 -185z m946 165 c-35 -66 -189 -326 -228 -387 l-47 -73 -177 0 -177 0 -24 32 c-27 37 -257 431 -257 442 0 3 207 6 460 6 460 0 461 0 450 -20z m928 -217 l-3 -238 -202 -3 -203 -2 0 50 0 50 -290 0 c-167 0 -290 4 -290 9 0 8 155 284 196 349 l14 22 390 0 390 0 -2 -237z"
|
||||||
|
id="path1"
|
||||||
|
style="stroke-width:0.08000003;stroke-dasharray:none" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 13 KiB |
54
resources/icons/param_triangles.svg
Normal file
@@ -0,0 +1,54 @@
|
|||||||
|
<?xml version="1.0" standalone="no"?>
|
||||||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
||||||
|
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||||
|
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
||||||
|
width="300.000000pt" height="300.000000pt" viewBox="0 0 300.000000 300.000000"
|
||||||
|
preserveAspectRatio="xMidYMid meet">
|
||||||
|
<metadata>
|
||||||
|
Created by potrace 1.10, written by Peter Selinger 2001-2011
|
||||||
|
</metadata>
|
||||||
|
<g transform="translate(0.000000,300.000000) scale(0.100000,-0.100000)"
|
||||||
|
fill="#4479FB" stroke="none">
|
||||||
|
<path d="M1452 2990 l-1443 -5 -2 -1490 -2 -1490 1493 2 1492 2 1 1493 1 1493
|
||||||
|
-49 0 c-26 0 -697 -2 -1491 -5z m-622 -123 c0 -1 -157 -160 -350 -352 l-350
|
||||||
|
-350 0 353 0 352 350 0 c193 0 350 -1 350 -3z m262 -72 c10 -38 23 -86 28
|
||||||
|
-105 6 -19 21 -78 35 -130 14 -52 29 -111 35 -130 5 -19 21 -78 34 -130 23
|
||||||
|
-84 57 -210 162 -597 15 -57 24 -106 21 -110 -4 -3 -53 6 -110 21 -56 16 -165
|
||||||
|
45 -242 66 -77 21 -185 50 -240 65 -55 15 -134 36 -175 47 -41 11 -118 31
|
||||||
|
-170 45 -52 13 -111 29 -130 34 -19 5 -45 12 -56 14 -12 3 -52 14 -88 25 -63
|
||||||
|
20 -66 22 -66 53 0 29 44 76 433 468 428 432 432 436 471 435 l39 -1 19 -70z
|
||||||
|
m468 60 c30 -8 102 -28 160 -44 58 -15 173 -47 255 -70 83 -23 193 -53 245
|
||||||
|
-66 52 -14 109 -29 125 -34 17 -5 61 -17 98 -27 l69 -17 -488 -488 c-269 -269
|
||||||
|
-491 -485 -494 -481 -4 4 -19 54 -34 112 -16 58 -41 152 -56 210 -15 58 -45
|
||||||
|
168 -65 245 -21 77 -57 212 -81 300 -24 88 -54 201 -67 250 -14 50 -28 98 -32
|
||||||
|
108 -7 16 4 17 152 17 110 0 176 -5 213 -15z m963 -64 c10 -40 16 -75 14 -78
|
||||||
|
-3 -2 -15 0 -28 6 -13 5 -69 20 -124 35 -55 14 -172 45 -260 70 l-160 44 270
|
||||||
|
-1 270 -2 18 -74z m202 19 c-33 -33 -62 -56 -66 -52 -4 4 -13 31 -22 60 l-15
|
||||||
|
52 81 0 81 0 -59 -60z m145 -105 l0 -76 -37 7 c-21 4 -49 11 -62 16 -24 9 -24
|
||||||
|
10 34 68 33 33 61 60 62 60 2 0 3 -34 3 -75z m-75 -183 l70 -18 2 -270 2 -269
|
||||||
|
-20 65 c-17 58 -53 189 -109 405 -10 39 -21 78 -25 88 -9 21 -7 21 80 -1z
|
||||||
|
m-155 -172 c20 -76 59 -221 90 -340 38 -149 73 -268 108 -370 23 -68 26 -93
|
||||||
|
30 -264 3 -180 3 -188 -15 -181 -10 4 -58 18 -108 32 -49 13 -164 44 -255 68
|
||||||
|
-169 46 -276 75 -750 201 -52 14 -102 27 -110 30 -9 3 157 176 475 495 l490
|
||||||
|
489 18 -62 c9 -35 22 -79 27 -98z m-2385 -577 c74 -19 256 -69 455 -123 19 -5
|
||||||
|
78 -21 130 -34 52 -14 145 -39 205 -55 61 -16 157 -42 215 -57 58 -15 108 -30
|
||||||
|
112 -33 4 -4 -212 -226 -481 -495 l-488 -488 -17 69 c-10 37 -22 82 -27 98 -8
|
||||||
|
29 -17 61 -89 335 -18 69 -51 188 -72 265 -22 77 -46 164 -54 193 -9 36 -14
|
||||||
|
104 -14 209 0 144 1 155 18 148 9 -4 57 -18 107 -32z m1485 -398 c52 -15 103
|
||||||
|
-28 112 -30 10 -2 93 -24 185 -50 92 -25 211 -57 263 -70 52 -14 111 -30 130
|
||||||
|
-35 70 -20 297 -80 365 -97 68 -18 70 -19 73 -52 3 -33 -12 -50 -435 -473
|
||||||
|
-508 -508 -483 -491 -522 -366 -23 76 -25 83 -66 238 -14 52 -29 111 -35 130
|
||||||
|
-5 19 -21 78 -34 130 -14 52 -50 185 -80 295 -94 350 -106 394 -106 406 0 13
|
||||||
|
13 11 150 -26z m-236 -115 c16 -58 41 -152 56 -210 15 -58 44 -166 64 -240 70
|
||||||
|
-263 138 -516 161 -598 l23 -84 -171 4 -172 4 -295 82 c-162 45 -338 94 -390
|
||||||
|
107 -52 14 -108 29 -125 34 -16 5 -61 17 -98 27 l-69 17 488 488 c269 269 491
|
||||||
|
485 494 481 4 -4 19 -54 34 -112z m-1258 -645 c15 -55 30 -111 35 -124 6 -13
|
||||||
|
8 -26 5 -28 -3 -3 -39 5 -80 17 l-76 23 1 266 1 266 44 -160 c25 -88 56 -205
|
||||||
|
70 -260z m2621 -482 c-2 -2 -159 -2 -348 -1 l-344 3 345 348 345 347 3 -346
|
||||||
|
c1 -191 1 -349 -1 -351z m-2671 226 c24 -6 46 -15 49 -19 2 -3 -23 -33 -55
|
||||||
|
-65 l-60 -59 0 77 c0 47 4 77 11 77 5 0 30 -5 55 -11z m369 -99 c151 -39 304
|
||||||
|
-81 385 -104 l85 -24 -267 -1 -267 -1 -15 53 c-31 107 -31 111 -10 103 10 -4
|
||||||
|
51 -16 89 -26z m-206 -64 c6 -25 11 -50 11 -55 0 -7 -30 -11 -77 -11 l-77 0
|
||||||
|
59 60 c32 32 62 57 65 55 4 -3 13 -25 19 -49z"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 3.5 KiB |
7
resources/icons/snap.svg
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
||||||
|
<path fill="none" stroke="#808080" stroke-linecap="round" stroke-miterlimit="10" d="m1.5,11.5V3.5c0-1.104569435119629.895430564880371-2,2-2h9c1.104569435119629,0,2,.895430564880371,2,2v8" />
|
||||||
|
<line x1="1.5" y1="14.5" x2="14.5" y2="14.5" style="fill:none; stroke:#ed6b21; stroke-linecap:round; stroke-miterlimit:10;"/>
|
||||||
|
<path d="m7,15h-3V5.237499999999272c0-.683452377914364.447715250171314-1.237499999999272,1-1.237499999999272h2v11Z" style="fill:#ed6b21; stroke-width:0px;"/>
|
||||||
|
<path d="m9,15h3V5.237499999999272c0-.683452377914364-.447715250171314-1.237499999999272-1-1.237499999999272h-2v11Z" style="fill:#ed6b21; stroke-width:0px;"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 755 B |
BIN
resources/localization/be/QIDISlicer.mo
Normal file
@@ -8,7 +8,7 @@ msgstr ""
|
|||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-05-26 13:11+0200\n"
|
"POT-Creation-Date: 2023-05-26 13:11+0200\n"
|
||||||
"PO-Revision-Date: 2023-05-17 19:36+0200\n"
|
"PO-Revision-Date: 2023-07-01 15:03+0800\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
"Language: ca\n"
|
"Language: ca\n"
|
||||||
@@ -16,7 +16,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Generator: Poedit 3.2.2\n"
|
"X-Generator: Poedit 3.3.2\n"
|
||||||
|
|
||||||
#: src/slic3r/GUI/AboutDialog.cpp:46 src/slic3r/GUI/AboutDialog.cpp:304
|
#: src/slic3r/GUI/AboutDialog.cpp:46 src/slic3r/GUI/AboutDialog.cpp:304
|
||||||
msgid "Portions copyright"
|
msgid "Portions copyright"
|
||||||
@@ -1498,23 +1498,23 @@ msgstr "Col·loca els rodaments a les ranures i segueix imprimint"
|
|||||||
#: src/slic3r/GUI/DoubleSlider.cpp:711 src/libslic3r/Utils.cpp:1015
|
#: src/slic3r/GUI/DoubleSlider.cpp:711 src/libslic3r/Utils.cpp:1015
|
||||||
#, boost-format
|
#, boost-format
|
||||||
msgid "%1%d"
|
msgid "%1%d"
|
||||||
msgstr ""
|
msgstr "%1%d"
|
||||||
|
|
||||||
#: src/slic3r/GUI/DoubleSlider.cpp:712 src/libslic3r/Utils.cpp:1016
|
#: src/slic3r/GUI/DoubleSlider.cpp:712 src/libslic3r/Utils.cpp:1016
|
||||||
#, boost-format
|
#, boost-format
|
||||||
msgid "%1%h"
|
msgid "%1%h"
|
||||||
msgstr ""
|
msgstr "%1%h"
|
||||||
|
|
||||||
#. TRN "m" means "minutes"
|
#. TRN "m" means "minutes"
|
||||||
#: src/slic3r/GUI/DoubleSlider.cpp:713 src/libslic3r/Utils.cpp:1018
|
#: src/slic3r/GUI/DoubleSlider.cpp:713 src/libslic3r/Utils.cpp:1018
|
||||||
#, boost-format
|
#, boost-format
|
||||||
msgid "%1%m"
|
msgid "%1%m"
|
||||||
msgstr ""
|
msgstr "%1%m"
|
||||||
|
|
||||||
#: src/slic3r/GUI/DoubleSlider.cpp:714 src/libslic3r/Utils.cpp:1026
|
#: src/slic3r/GUI/DoubleSlider.cpp:714 src/libslic3r/Utils.cpp:1026
|
||||||
#, boost-format
|
#, boost-format
|
||||||
msgid "%1%s"
|
msgid "%1%s"
|
||||||
msgstr ""
|
msgstr "%1%s"
|
||||||
|
|
||||||
#: src/slic3r/GUI/DoubleSlider.cpp:1448
|
#: src/slic3r/GUI/DoubleSlider.cpp:1448
|
||||||
msgid "One layer mode"
|
msgid "One layer mode"
|
||||||
@@ -2303,7 +2303,7 @@ msgstr "a"
|
|||||||
#: src/slic3r/GUI/GCodeViewer.cpp:3278
|
#: src/slic3r/GUI/GCodeViewer.cpp:3278
|
||||||
msgctxt "Metre"
|
msgctxt "Metre"
|
||||||
msgid "m"
|
msgid "m"
|
||||||
msgstr ""
|
msgstr "m"
|
||||||
|
|
||||||
#: src/slic3r/GUI/GCodeViewer.cpp:3289
|
#: src/slic3r/GUI/GCodeViewer.cpp:3289
|
||||||
msgid "Click to hide"
|
msgid "Click to hide"
|
||||||
@@ -2451,11 +2451,11 @@ msgstr "Filament"
|
|||||||
|
|
||||||
#: src/slic3r/GUI/GCodeViewer.cpp:3961
|
#: src/slic3r/GUI/GCodeViewer.cpp:3961
|
||||||
msgid "Hide Custom G-code"
|
msgid "Hide Custom G-code"
|
||||||
msgstr ""
|
msgstr "Ocultar Codi G personalitzat"
|
||||||
|
|
||||||
#: src/slic3r/GUI/GCodeViewer.cpp:3961
|
#: src/slic3r/GUI/GCodeViewer.cpp:3961
|
||||||
msgid "Show Custom G-code"
|
msgid "Show Custom G-code"
|
||||||
msgstr ""
|
msgstr "Mostrar Codi G personalitzat"
|
||||||
|
|
||||||
#: src/slic3r/GUI/GCodeViewer.cpp:3974
|
#: src/slic3r/GUI/GCodeViewer.cpp:3974
|
||||||
msgid "Estimated printing times"
|
msgid "Estimated printing times"
|
||||||
@@ -2614,15 +2614,15 @@ msgstr "Seq."
|
|||||||
|
|
||||||
#: src/slic3r/GUI/GLCanvas3D.cpp:1305
|
#: src/slic3r/GUI/GLCanvas3D.cpp:1305
|
||||||
msgid "SLA view"
|
msgid "SLA view"
|
||||||
msgstr ""
|
msgstr "Vista SLA"
|
||||||
|
|
||||||
#: src/slic3r/GUI/GLCanvas3D.cpp:1324
|
#: src/slic3r/GUI/GLCanvas3D.cpp:1324
|
||||||
msgid "Show as processed"
|
msgid "Show as processed"
|
||||||
msgstr ""
|
msgstr "Mostrar com a processat"
|
||||||
|
|
||||||
#: src/slic3r/GUI/GLCanvas3D.cpp:1325
|
#: src/slic3r/GUI/GLCanvas3D.cpp:1325
|
||||||
msgid "Show as original"
|
msgid "Show as original"
|
||||||
msgstr ""
|
msgstr "Mostrar com a original"
|
||||||
|
|
||||||
#: src/slic3r/GUI/GLCanvas3D.cpp:1758
|
#: src/slic3r/GUI/GLCanvas3D.cpp:1758
|
||||||
msgid "Variable layer height - Reset"
|
msgid "Variable layer height - Reset"
|
||||||
@@ -2849,7 +2849,31 @@ msgstr ""
|
|||||||
"S'ha detectat un objecte fora de l'àrea d'impressió.\n"
|
"S'ha detectat un objecte fora de l'àrea d'impressió.\n"
|
||||||
"Resol el problema actual per continuar laminant."
|
"Resol el problema actual per continuar laminant."
|
||||||
|
|
||||||
#: src/slic3r/GUI/GLCanvas3D.cpp:7539
|
#. TRN %3% is name of Object1, %4% is name of Object2
|
||||||
|
#: src/slic3r/GUI/GLCanvas3D.cpp:7496
|
||||||
|
#, boost-format
|
||||||
|
msgid ""
|
||||||
|
"Conflicts in G-code paths have been detected at layer %1%, z=%2$.2f mm. "
|
||||||
|
"Please reposition the conflicting objects (%3% <-> %4%) further apart."
|
||||||
|
msgstr ""
|
||||||
|
"S'han detectat conflictes en les trajectòries del codi G a la capa %1%, z "
|
||||||
|
"=%2$.2f mm. Si us plau, reposicioneu els objectes conflictius (%3% <-> %4%) "
|
||||||
|
"més separats."
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/GLCanvas3D.cpp:7526
|
||||||
|
msgid "Jump to"
|
||||||
|
msgstr "Anar a"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/GLCanvas3D.cpp:7529
|
||||||
|
#: src/slic3r/GUI/NotificationManager.cpp:2101
|
||||||
|
#: src/slic3r/GUI/NotificationManager.cpp:2108
|
||||||
|
#: src/slic3r/GUI/NotificationManager.cpp:2124
|
||||||
|
#: src/slic3r/GUI/NotificationManager.cpp:2130
|
||||||
|
#: src/slic3r/GUI/NotificationManager.cpp:2201
|
||||||
|
msgid "ERROR:"
|
||||||
|
msgstr "ERROR:"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/GLCanvas3D.cpp:7606
|
||||||
msgid "Selection-Add from rectangle"
|
msgid "Selection-Add from rectangle"
|
||||||
msgstr "Selecció-Afegir del rectangle"
|
msgstr "Selecció-Afegir del rectangle"
|
||||||
|
|
||||||
@@ -2948,6 +2972,9 @@ msgid ""
|
|||||||
"Drag to move the cut plane\n"
|
"Drag to move the cut plane\n"
|
||||||
"Right-click a part to assign it to the other side"
|
"Right-click a part to assign it to the other side"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Feu clic per capgirar el pla de tall\n"
|
||||||
|
"Arrossegueu per moure el pla tallat\n"
|
||||||
|
"Feu clic amb el botó dret a una part per assignar-la a l'altre costat"
|
||||||
|
|
||||||
#: src/slic3r/GUI/Gizmos/GLGizmoCut.cpp:259 src/libslic3r/PrintConfig.cpp:495
|
#: src/slic3r/GUI/Gizmos/GLGizmoCut.cpp:259 src/libslic3r/PrintConfig.cpp:495
|
||||||
#: src/libslic3r/PrintConfig.cpp:1189 src/libslic3r/PrintConfig.cpp:2324
|
#: src/libslic3r/PrintConfig.cpp:1189 src/libslic3r/PrintConfig.cpp:2324
|
||||||
@@ -3836,7 +3863,7 @@ msgstr "La pintura automàtica requereix una configuració d'impressió vàlida.
|
|||||||
|
|
||||||
#: src/slic3r/GUI/Gizmos/GLGizmoFdmSupports.cpp:527
|
#: src/slic3r/GUI/Gizmos/GLGizmoFdmSupports.cpp:527
|
||||||
msgid "Automatic painting requires printable object."
|
msgid "Automatic painting requires printable object."
|
||||||
msgstr ""
|
msgstr "La pintura automàtica requereix un objecte imprimible."
|
||||||
|
|
||||||
#: src/slic3r/GUI/Gizmos/GLGizmoFdmSupports.cpp:537
|
#: src/slic3r/GUI/Gizmos/GLGizmoFdmSupports.cpp:537
|
||||||
msgid "Automatic painting will erase all currently painted areas."
|
msgid "Automatic painting will erase all currently painted areas."
|
||||||
@@ -4134,13 +4161,13 @@ msgstr "Farciment de cubs"
|
|||||||
#: src/slic3r/GUI/Gizmos/GLGizmoMmuSegmentation.cpp:340
|
#: src/slic3r/GUI/Gizmos/GLGizmoMmuSegmentation.cpp:340
|
||||||
#: src/slic3r/GUI/Gizmos/GLGizmoMmuSegmentation.cpp:356
|
#: src/slic3r/GUI/Gizmos/GLGizmoMmuSegmentation.cpp:356
|
||||||
msgid "Current"
|
msgid "Current"
|
||||||
msgstr ""
|
msgstr "Actual"
|
||||||
|
|
||||||
#. TRN Means "original color"
|
#. TRN Means "original color"
|
||||||
#: src/slic3r/GUI/Gizmos/GLGizmoMmuSegmentation.cpp:342
|
#: src/slic3r/GUI/Gizmos/GLGizmoMmuSegmentation.cpp:342
|
||||||
#: src/slic3r/GUI/Gizmos/GLGizmoMmuSegmentation.cpp:356
|
#: src/slic3r/GUI/Gizmos/GLGizmoMmuSegmentation.cpp:356
|
||||||
msgid "Original"
|
msgid "Original"
|
||||||
msgstr ""
|
msgstr "Original"
|
||||||
|
|
||||||
#: src/slic3r/GUI/Gizmos/GLGizmoMmuSegmentation.cpp:404
|
#: src/slic3r/GUI/Gizmos/GLGizmoMmuSegmentation.cpp:404
|
||||||
msgid "Paints neighboring facets that have the same color."
|
msgid "Paints neighboring facets that have the same color."
|
||||||
@@ -4606,7 +4633,13 @@ msgstr "Surt, mouré les meves dades ara"
|
|||||||
msgid "Start the application"
|
msgid "Start the application"
|
||||||
msgstr "Inicia l'aplicació"
|
msgstr "Inicia l'aplicació"
|
||||||
|
|
||||||
#: src/slic3r/GUI/GUI_App.cpp:736
|
#. TRN %s = type of file
|
||||||
|
#: src/slic3r/GUI/GUI_App.cpp:609
|
||||||
|
#, c-format, boost-format
|
||||||
|
msgid "%s files"
|
||||||
|
msgstr "%s fitxers"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/GUI_App.cpp:772
|
||||||
#, c-format, boost-format
|
#, c-format, boost-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s has encountered an error. It was likely caused by running out of memory. "
|
"%s has encountered an error. It was likely caused by running out of memory. "
|
||||||
@@ -4627,15 +4660,15 @@ msgstr "Error fatal"
|
|||||||
|
|
||||||
#: src/slic3r/GUI/GUI_App.cpp:743
|
#: src/slic3r/GUI/GUI_App.cpp:743
|
||||||
msgid ""
|
msgid ""
|
||||||
"QIDISlicer has encountered a localization error. Please report to "
|
"QIDISlicer has encountered a localization error. Please report to QIDISlicer "
|
||||||
"QIDISlicer team, what language was active and in which scenario this issue "
|
"team, what language was active and in which scenario this issue happened. "
|
||||||
"happened. Thank you.\n"
|
"Thank you.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"The application will now terminate."
|
"The application will now terminate."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"QIDISlicer ha trobat un error de localització. Si us plau, informa a "
|
"QIDISlicer ha trobat un error de localització. Si us plau, informa a l'equip "
|
||||||
"l'equip de QIDISlicer quin idioma estava actiu i en quin escenari va passar "
|
"de QIDISlicer quin idioma estava actiu i en quin escenari va passar aquest "
|
||||||
"aquest problema. Gràcies.\n"
|
"problema. Gràcies.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"L'aplicació es tancarà ara."
|
"L'aplicació es tancarà ara."
|
||||||
|
|
||||||
@@ -4764,17 +4797,17 @@ msgid ""
|
|||||||
"To avoid this problem, consider disabling \"%4%\" in \"Preferences\". "
|
"To avoid this problem, consider disabling \"%4%\" in \"Preferences\". "
|
||||||
"Otherwise, the application will most likely crash again next time."
|
"Otherwise, the application will most likely crash again next time."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"QIDISlicer va crashejar la darrera vegada en intentar establir la posició "
|
"QIDISlicer va crashejar la darrera vegada en intentar establir la posició de "
|
||||||
"de la finestra.\n"
|
"la finestra.\n"
|
||||||
"Lamentem les molèsties, malauradament passa amb certes configuracions de "
|
"Lamentem les molèsties, malauradament passa amb certes configuracions de "
|
||||||
"monitor múltiple.\n"
|
"monitor múltiple.\n"
|
||||||
"El motiu més precís de l'accident: \"%1%\".\n"
|
"El motiu més precís de l'accident: \"%1%\".\n"
|
||||||
"Per obtenir més informació, consulteu el nostre rastrejador d'incidències de "
|
"Per obtenir més informació, consulteu el nostre rastrejador d'incidències de "
|
||||||
"GitHub: \"%2%\" i \"%3%\"\n"
|
"GitHub: \"%2%\" i \"%3%\"\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Per evitar aquest problema, considereu desactivar \"%4%\" a \"Preferències"
|
"Per evitar aquest problema, considereu desactivar \"%4%\" a "
|
||||||
"\". En cas contrari, és probable que l'aplicació es torni a crashejar la "
|
"\"Preferències\". En cas contrari, és probable que l'aplicació es torni a "
|
||||||
"propera vegada."
|
"crashejar la propera vegada."
|
||||||
|
|
||||||
#: src/slic3r/GUI/GUI_App.cpp:1415
|
#: src/slic3r/GUI/GUI_App.cpp:1415
|
||||||
#, boost-format
|
#, boost-format
|
||||||
@@ -5129,6 +5162,7 @@ msgstr "Actualment esteu executant l'última versió publicada %1%."
|
|||||||
msgid ""
|
msgid ""
|
||||||
"There are no new released versions online. The latest release version is %1%."
|
"There are no new released versions online. The latest release version is %1%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"No hi ha noves versions en línia. L'última versió de llançament és %1%."
|
||||||
|
|
||||||
#: src/slic3r/GUI/GUI_App.cpp:3437
|
#: src/slic3r/GUI/GUI_App.cpp:3437
|
||||||
#, boost-format
|
#, boost-format
|
||||||
@@ -7854,8 +7888,8 @@ msgid ""
|
|||||||
"QIDISlicer recieved a download request from Printables.com, but it's not "
|
"QIDISlicer recieved a download request from Printables.com, but it's not "
|
||||||
"allowed. You can allow it"
|
"allowed. You can allow it"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"QIDISlicer ha rebut una sol·licitud de descàrrega de Printables.com, però "
|
"QIDISlicer ha rebut una sol·licitud de descàrrega de Printables.com, però no "
|
||||||
"no està permès. Pots permetre-ho"
|
"està permès. Pots permetre-ho"
|
||||||
|
|
||||||
#: src/slic3r/GUI/NotificationManager.hpp:925
|
#: src/slic3r/GUI/NotificationManager.hpp:925
|
||||||
msgid "here."
|
msgid "here."
|
||||||
@@ -7950,14 +7984,6 @@ msgstr "Exportar el codi G."
|
|||||||
msgid "Export."
|
msgid "Export."
|
||||||
msgstr "Exportar."
|
msgstr "Exportar."
|
||||||
|
|
||||||
#: src/slic3r/GUI/NotificationManager.cpp:2101
|
|
||||||
#: src/slic3r/GUI/NotificationManager.cpp:2108
|
|
||||||
#: src/slic3r/GUI/NotificationManager.cpp:2124
|
|
||||||
#: src/slic3r/GUI/NotificationManager.cpp:2130
|
|
||||||
#: src/slic3r/GUI/NotificationManager.cpp:2201
|
|
||||||
msgid "ERROR:"
|
|
||||||
msgstr "ERROR:"
|
|
||||||
|
|
||||||
#: src/slic3r/GUI/NotificationManager.cpp:2113
|
#: src/slic3r/GUI/NotificationManager.cpp:2113
|
||||||
#: src/slic3r/GUI/NotificationManager.cpp:2140
|
#: src/slic3r/GUI/NotificationManager.cpp:2140
|
||||||
#: src/slic3r/GUI/NotificationManager.cpp:2148
|
#: src/slic3r/GUI/NotificationManager.cpp:2148
|
||||||
@@ -8045,8 +8071,8 @@ msgstr "Potser necessiteu actualitzar la vostra targeta gràfica."
|
|||||||
|
|
||||||
#: src/slic3r/GUI/OpenGLManager.cpp:390
|
#: src/slic3r/GUI/OpenGLManager.cpp:390
|
||||||
msgid ""
|
msgid ""
|
||||||
"As a workaround, you may run QIDISlicer with a software rendered 3D "
|
"As a workaround, you may run QIDISlicer with a software rendered 3D graphics "
|
||||||
"graphics by running qidi-slicer.exe with the --sw-renderer parameter."
|
"by running qidi-slicer.exe with the --sw-renderer parameter."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Com a solució, podeu executar QIDISlicer amb gràfics 3D renderitzats per "
|
"Com a solució, podeu executar QIDISlicer amb gràfics 3D renderitzats per "
|
||||||
"programari executant qidi-slicer.exe amb el paràmetre --sw-renderer."
|
"programari executant qidi-slicer.exe amb el paràmetre --sw-renderer."
|
||||||
@@ -8157,7 +8183,16 @@ msgstr ""
|
|||||||
"Per utilitzar un fitxer CA personalitzat, importa el teu fitxer CA al "
|
"Per utilitzar un fitxer CA personalitzat, importa el teu fitxer CA al "
|
||||||
"Magatzem de Certificats/Clauer."
|
"Magatzem de Certificats/Clauer."
|
||||||
|
|
||||||
#: src/slic3r/GUI/PhysicalPrinterDialog.cpp:705
|
#: src/slic3r/GUI/PhysicalPrinterDialog.cpp:667
|
||||||
|
msgid "Unexpected character"
|
||||||
|
msgstr "Caracter inesperat"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/PhysicalPrinterDialog.cpp:668
|
||||||
|
#: src/slic3r/GUI/SavePresetDialog.cpp:169
|
||||||
|
msgid "The following characters are not allowed in the name"
|
||||||
|
msgstr "No es permeten els següents caràcters al nom"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/PhysicalPrinterDialog.cpp:723
|
||||||
msgid "You have to enter a printer name."
|
msgid "You have to enter a printer name."
|
||||||
msgstr "Heu d'introduir un nom d'impressora."
|
msgstr "Heu d'introduir un nom d'impressora."
|
||||||
|
|
||||||
@@ -8625,7 +8660,13 @@ msgstr ""
|
|||||||
msgid "Enable supports for enforcers only"
|
msgid "Enable supports for enforcers only"
|
||||||
msgstr "Habilitar suports només per als reforçadors"
|
msgstr "Habilitar suports només per als reforçadors"
|
||||||
|
|
||||||
#: src/slic3r/GUI/Plater.cpp:3362 src/slic3r/GUI/Plater.cpp:4258
|
#: src/slic3r/GUI/Plater.cpp:3229
|
||||||
|
msgid "Bed temperatures for the used filaments differ significantly."
|
||||||
|
msgstr ""
|
||||||
|
"Les temperatures del llit per als filaments utilitzats difereixen "
|
||||||
|
"significativament."
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Plater.cpp:3367 src/slic3r/GUI/Plater.cpp:4294
|
||||||
msgid "Invalid data"
|
msgid "Invalid data"
|
||||||
msgstr "Les dades no són vàlides"
|
msgstr "Les dades no són vàlides"
|
||||||
|
|
||||||
@@ -8686,7 +8727,27 @@ msgstr "S'ha produït un error durant la recàrrega"
|
|||||||
msgid "Reload all from disk"
|
msgid "Reload all from disk"
|
||||||
msgstr "Torna a carregar-ho tot des del disc"
|
msgstr "Torna a carregar-ho tot des del disc"
|
||||||
|
|
||||||
#: src/slic3r/GUI/Plater.cpp:4211
|
#: src/slic3r/GUI/Plater.cpp:4103 src/slic3r/GUI/Plater.cpp:4109
|
||||||
|
msgid "You are using template filament preset."
|
||||||
|
msgid_plural "You are using template filament presets."
|
||||||
|
msgstr[0] "Esteu utilitzant plantilla de filament predefinit."
|
||||||
|
msgstr[1] "Esteu utilitzant plantilles de filament predefinits."
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Plater.cpp:4104 src/slic3r/GUI/Plater.cpp:4110
|
||||||
|
msgid ""
|
||||||
|
"Please note that template presets are not customized for specific printer "
|
||||||
|
"and should only be used as a starting point for creating your own user "
|
||||||
|
"presets."
|
||||||
|
msgstr ""
|
||||||
|
"Tingueu en compte que els valors predefinits de plantilles no es "
|
||||||
|
"personalitzen per a impressores específiques i només s'han d'utilitzar com a "
|
||||||
|
"punt de partida per crear els vostres propis valors predefinits d'usuari."
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Plater.cpp:4106
|
||||||
|
msgid "More info at"
|
||||||
|
msgstr "Més informació a"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Plater.cpp:4247
|
||||||
msgid "There are active warnings concerning sliced models:"
|
msgid "There are active warnings concerning sliced models:"
|
||||||
msgstr "Hi ha advertiments actius sobre els models laminats:"
|
msgstr "Hi ha advertiments actius sobre els models laminats:"
|
||||||
|
|
||||||
@@ -8940,7 +9001,11 @@ msgstr ""
|
|||||||
msgid "Save project"
|
msgid "Save project"
|
||||||
msgstr "Desar projecte"
|
msgstr "Desar projecte"
|
||||||
|
|
||||||
#: src/slic3r/GUI/Plater.cpp:6826
|
#: src/slic3r/GUI/Plater.cpp:6681
|
||||||
|
msgid "Unable to save file"
|
||||||
|
msgstr "No es pot desar el fitxer"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Plater.cpp:6875
|
||||||
msgid "Is the printer ready? Is the print sheet in place, empty and clean?"
|
msgid "Is the printer ready? Is the print sheet in place, empty and clean?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"La impressora està preparada? El full d'impressió està col·locat, buit i net?"
|
"La impressora està preparada? El full d'impressió està col·locat, buit i net?"
|
||||||
@@ -9126,8 +9191,7 @@ msgid ""
|
|||||||
"instead."
|
"instead."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Si està habilitat, en iniciar QIDISlicer i ja s'està executant una altra "
|
"Si està habilitat, en iniciar QIDISlicer i ja s'està executant una altra "
|
||||||
"instància del mateix QIDISlicer, aquesta instància es reactivarà al seu "
|
"instància del mateix QIDISlicer, aquesta instància es reactivarà al seu lloc."
|
||||||
"lloc."
|
|
||||||
|
|
||||||
#: src/slic3r/GUI/Preferences.cpp:332
|
#: src/slic3r/GUI/Preferences.cpp:332
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -9194,8 +9258,8 @@ msgid ""
|
|||||||
"If enabled, sets QIDISlicer G-code Viewer as default application to open ."
|
"If enabled, sets QIDISlicer G-code Viewer as default application to open ."
|
||||||
"gcode files."
|
"gcode files."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Si està habilitat, estableix el Visor de CodiG de QIDISlicer com a "
|
"Si està habilitat, estableix el Visor de CodiG de QIDISlicer com a aplicació "
|
||||||
"aplicació predeterminada per obrir fitxers .gcode."
|
"predeterminada per obrir fitxers .gcode."
|
||||||
|
|
||||||
#: src/slic3r/GUI/Preferences.cpp:367
|
#: src/slic3r/GUI/Preferences.cpp:367
|
||||||
msgid "Use Retina resolution for the 3D scene"
|
msgid "Use Retina resolution for the 3D scene"
|
||||||
@@ -9569,7 +9633,11 @@ msgstr "Edita el predefinit"
|
|||||||
msgid "Change extruder color"
|
msgid "Change extruder color"
|
||||||
msgstr "Canvia el color de l'extrusora"
|
msgstr "Canvia el color de l'extrusora"
|
||||||
|
|
||||||
#: src/slic3r/GUI/PresetComboBoxes.cpp:767 src/slic3r/GUI/Tab.cpp:3503
|
#: src/slic3r/GUI/PresetComboBoxes.cpp:787
|
||||||
|
msgid "Show/Hide template presets"
|
||||||
|
msgstr "Mostrar/Amagar predefinicions de plantilles"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/PresetComboBoxes.cpp:795 src/slic3r/GUI/Tab.cpp:3520
|
||||||
msgid "Edit physical printer"
|
msgid "Edit physical printer"
|
||||||
msgstr "Edita la impressora física"
|
msgstr "Edita la impressora física"
|
||||||
|
|
||||||
@@ -9632,8 +9700,8 @@ msgid ""
|
|||||||
"If estimated layer time is greater, but still below ~%1%s, fan will run at "
|
"If estimated layer time is greater, but still below ~%1%s, fan will run at "
|
||||||
"%2%%%"
|
"%2%%%"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Si el temps de capa estimat és més gran, però continua sent inferior a ~"
|
"Si el temps de capa estimat és més gran, però continua sent inferior a "
|
||||||
"%1%s, el ventilador funcionarà al %2%%%"
|
"~%1%s, el ventilador funcionarà al %2%%%"
|
||||||
|
|
||||||
#: src/slic3r/GUI/PresetHints.cpp:55
|
#: src/slic3r/GUI/PresetHints.cpp:55
|
||||||
#, boost-format
|
#, boost-format
|
||||||
@@ -9936,10 +10004,6 @@ msgstr "Deseu la configuració del material com a"
|
|||||||
msgid "Save printer settings as"
|
msgid "Save printer settings as"
|
||||||
msgstr "Deseu la configuració de la impressora com a"
|
msgstr "Deseu la configuració de la impressora com a"
|
||||||
|
|
||||||
#: src/slic3r/GUI/SavePresetDialog.cpp:169
|
|
||||||
msgid "The following characters are not allowed in the name"
|
|
||||||
msgstr "No es permeten els següents caràcters al nom"
|
|
||||||
|
|
||||||
#: src/slic3r/GUI/SavePresetDialog.cpp:176
|
#: src/slic3r/GUI/SavePresetDialog.cpp:176
|
||||||
msgid "The following suffix is not allowed in the name"
|
msgid "The following suffix is not allowed in the name"
|
||||||
msgstr "El sufix següent no està permès al nom"
|
msgstr "El sufix següent no està permès al nom"
|
||||||
@@ -10634,12 +10698,13 @@ msgstr ""
|
|||||||
"Nota: Tots els paràmetres d'aquest grup s'han desplaçat a la configuració de "
|
"Nota: Tots els paràmetres d'aquest grup s'han desplaçat a la configuració de "
|
||||||
"la impressora física (vegeu el registre de canvis).\n"
|
"la impressora física (vegeu el registre de canvis).\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Es crea un nou perfil d'impressora física fent clic a la icona \"engranatge"
|
"Es crea un nou perfil d'impressora física fent clic a la icona "
|
||||||
"\" a la dreta del quadre combinat de perfils d'impressora, seleccionant "
|
"\"engranatge\" a la dreta del quadre combinat de perfils d'impressora, "
|
||||||
"l'element \"Afegeix impressora física\" al quadre combinat d'impressora. "
|
"seleccionant l'element \"Afegeix impressora física\" al quadre combinat "
|
||||||
"L'editor de perfil d'impressora física també s'obre en fer clic a la icona "
|
"d'impressora. L'editor de perfil d'impressora física també s'obre en fer "
|
||||||
"\"engranatge\" a la pestanya Configuració d'impressora. Els perfils de la "
|
"clic a la icona \"engranatge\" a la pestanya Configuració d'impressora. Els "
|
||||||
"impressora física s'emmagatzemen al directori QIDISlicer/physical_printer."
|
"perfils de la impressora física s'emmagatzemen al directori QIDISlicer/"
|
||||||
|
"physical_printer."
|
||||||
|
|
||||||
#: src/slic3r/GUI/Tab.cpp:2366
|
#: src/slic3r/GUI/Tab.cpp:2366
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -11181,7 +11246,7 @@ msgstr "Connexió de les varetes de suport i unions"
|
|||||||
|
|
||||||
#: src/slic3r/GUI/Tab.cpp:5157
|
#: src/slic3r/GUI/Tab.cpp:5157
|
||||||
msgid "Branching"
|
msgid "Branching"
|
||||||
msgstr ""
|
msgstr "Ramificació"
|
||||||
|
|
||||||
#: src/slic3r/GUI/Tab.cpp:5159
|
#: src/slic3r/GUI/Tab.cpp:5159
|
||||||
msgid "Automatic generation"
|
msgid "Automatic generation"
|
||||||
@@ -12099,6 +12164,8 @@ msgid ""
|
|||||||
"Couldn't locate index file for vendor %1% when performing updates. The "
|
"Couldn't locate index file for vendor %1% when performing updates. The "
|
||||||
"profile will not be installed."
|
"profile will not be installed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"No s'ha pogut localitzar el fitxer d'índex per als %1% del proveïdor en "
|
||||||
|
"realitzar actualitzacions. El perfil no s'instal·larà."
|
||||||
|
|
||||||
#: src/slic3r/Utils/PresetUpdater.cpp:1344
|
#: src/slic3r/Utils/PresetUpdater.cpp:1344
|
||||||
#, boost-format
|
#, boost-format
|
||||||
@@ -12106,6 +12173,8 @@ msgid ""
|
|||||||
"Couldn't load index file for vendor %1% when performing updates. The profile "
|
"Couldn't load index file for vendor %1% when performing updates. The profile "
|
||||||
"will not be installed. Reason: Corrupted index file %2%."
|
"will not be installed. Reason: Corrupted index file %2%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"No s'ha pogut carregar el fitxer d'índex per al proveïdor %1% en realitzar "
|
||||||
|
"actualitzacions. El perfil no s'instal·larà. Motiu: fitxer índex malmès %2%."
|
||||||
|
|
||||||
#: src/slic3r/Utils/PresetUpdater.cpp:1382
|
#: src/slic3r/Utils/PresetUpdater.cpp:1382
|
||||||
#, boost-format
|
#, boost-format
|
||||||
@@ -12113,6 +12182,9 @@ msgid ""
|
|||||||
"Couldn't open profile file for vendor %1% when performing updates. The "
|
"Couldn't open profile file for vendor %1% when performing updates. The "
|
||||||
"profile will not be installed. This installation might be corrupted."
|
"profile will not be installed. This installation might be corrupted."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"No s'ha pogut obrir el fitxer de perfil per al proveïdor %1% en realitzar "
|
||||||
|
"actualitzacions. El perfil no s'instal·larà. Aquesta instal·lació pot estar "
|
||||||
|
"corrompuda."
|
||||||
|
|
||||||
#: src/slic3r/Utils/Http.cpp:73
|
#: src/slic3r/Utils/Http.cpp:73
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -12200,8 +12272,7 @@ msgstr "No s'ha pogut prendre una instantània de configuració."
|
|||||||
msgid ""
|
msgid ""
|
||||||
"QIDISlicer has encountered an error while taking a configuration snapshot."
|
"QIDISlicer has encountered an error while taking a configuration snapshot."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"El QIDISlicer ha trobat un error mentre feia una instantània de "
|
"El QIDISlicer ha trobat un error mentre feia una instantània de configuració."
|
||||||
"configuració."
|
|
||||||
|
|
||||||
#: src/slic3r/Config/Snapshot.cpp:599
|
#: src/slic3r/Config/Snapshot.cpp:599
|
||||||
msgid "QIDISlicer error"
|
msgid "QIDISlicer error"
|
||||||
@@ -12276,19 +12347,19 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/libslic3r/ExtrusionRole.cpp:38 src/libslic3r/ExtrusionRole.cpp:59
|
#: src/libslic3r/ExtrusionRole.cpp:38 src/libslic3r/ExtrusionRole.cpp:59
|
||||||
msgid "Perimeter"
|
msgid "Perimeter"
|
||||||
msgstr ""
|
msgstr "Perímetre"
|
||||||
|
|
||||||
#: src/libslic3r/ExtrusionRole.cpp:39 src/libslic3r/ExtrusionRole.cpp:61
|
#: src/libslic3r/ExtrusionRole.cpp:39 src/libslic3r/ExtrusionRole.cpp:61
|
||||||
msgid "External perimeter"
|
msgid "External perimeter"
|
||||||
msgstr ""
|
msgstr "Perímetre extern"
|
||||||
|
|
||||||
#: src/libslic3r/ExtrusionRole.cpp:40 src/libslic3r/ExtrusionRole.cpp:63
|
#: src/libslic3r/ExtrusionRole.cpp:40 src/libslic3r/ExtrusionRole.cpp:63
|
||||||
msgid "Overhang perimeter"
|
msgid "Overhang perimeter"
|
||||||
msgstr ""
|
msgstr "Perímetre de voladís"
|
||||||
|
|
||||||
#: src/libslic3r/ExtrusionRole.cpp:41 src/libslic3r/ExtrusionRole.cpp:65
|
#: src/libslic3r/ExtrusionRole.cpp:41 src/libslic3r/ExtrusionRole.cpp:65
|
||||||
msgid "Internal infill"
|
msgid "Internal infill"
|
||||||
msgstr ""
|
msgstr "Farciment intern"
|
||||||
|
|
||||||
#: src/libslic3r/ExtrusionRole.cpp:42 src/libslic3r/ExtrusionRole.cpp:67
|
#: src/libslic3r/ExtrusionRole.cpp:42 src/libslic3r/ExtrusionRole.cpp:67
|
||||||
#: src/libslic3r/PrintConfig.cpp:1452 src/libslic3r/PrintConfig.cpp:2432
|
#: src/libslic3r/PrintConfig.cpp:1452 src/libslic3r/PrintConfig.cpp:2432
|
||||||
@@ -12304,7 +12375,7 @@ msgstr "Farciment sòlid superior"
|
|||||||
|
|
||||||
#: src/libslic3r/ExtrusionRole.cpp:45 src/libslic3r/ExtrusionRole.cpp:73
|
#: src/libslic3r/ExtrusionRole.cpp:45 src/libslic3r/ExtrusionRole.cpp:73
|
||||||
msgid "Bridge infill"
|
msgid "Bridge infill"
|
||||||
msgstr ""
|
msgstr "Farciment del pont"
|
||||||
|
|
||||||
#: src/libslic3r/ExtrusionRole.cpp:46 src/libslic3r/ExtrusionRole.cpp:75
|
#: src/libslic3r/ExtrusionRole.cpp:46 src/libslic3r/ExtrusionRole.cpp:75
|
||||||
#: src/libslic3r/PrintConfig.cpp:1380
|
#: src/libslic3r/PrintConfig.cpp:1380
|
||||||
@@ -12313,7 +12384,7 @@ msgstr "Farciment del buit"
|
|||||||
|
|
||||||
#: src/libslic3r/ExtrusionRole.cpp:47 src/libslic3r/ExtrusionRole.cpp:77
|
#: src/libslic3r/ExtrusionRole.cpp:47 src/libslic3r/ExtrusionRole.cpp:77
|
||||||
msgid "Skirt/Brim"
|
msgid "Skirt/Brim"
|
||||||
msgstr ""
|
msgstr "Faldilla/Bassa"
|
||||||
|
|
||||||
#: src/libslic3r/ExtrusionRole.cpp:49 src/libslic3r/ExtrusionRole.cpp:81
|
#: src/libslic3r/ExtrusionRole.cpp:49 src/libslic3r/ExtrusionRole.cpp:81
|
||||||
#: src/libslic3r/PrintConfig.cpp:2781
|
#: src/libslic3r/PrintConfig.cpp:2781
|
||||||
@@ -12570,7 +12641,7 @@ msgstr ""
|
|||||||
#: src/libslic3r/Print.cpp:525
|
#: src/libslic3r/Print.cpp:525
|
||||||
#, boost-format
|
#, boost-format
|
||||||
msgid "The object %1% exceeds the maximum build volume height."
|
msgid "The object %1% exceeds the maximum build volume height."
|
||||||
msgstr ""
|
msgstr "L'objecte %1% supera l'alçada màxima de volum de construcció."
|
||||||
|
|
||||||
#: src/libslic3r/Print.cpp:526
|
#: src/libslic3r/Print.cpp:526
|
||||||
#, boost-format
|
#, boost-format
|
||||||
@@ -12578,12 +12649,16 @@ msgid ""
|
|||||||
"While the object %1% itself fits the build volume, its last layer exceeds "
|
"While the object %1% itself fits the build volume, its last layer exceeds "
|
||||||
"the maximum build volume height."
|
"the maximum build volume height."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Tot i que l'objecte %1% s'adapta al volum de construcció, la seva última "
|
||||||
|
"capa supera l'alçada màxima del volum de construcció."
|
||||||
|
|
||||||
#: src/libslic3r/Print.cpp:527
|
#: src/libslic3r/Print.cpp:527
|
||||||
msgid ""
|
msgid ""
|
||||||
"You might want to reduce the size of your model or change current print "
|
"You might want to reduce the size of your model or change current print "
|
||||||
"settings and retry."
|
"settings and retry."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"És possible que vulgueu reduir la mida del model o canviar la configuració "
|
||||||
|
"d'impressió actual i tornar-ho a provar."
|
||||||
|
|
||||||
#: src/libslic3r/Print.cpp:543
|
#: src/libslic3r/Print.cpp:543
|
||||||
msgid "Variable layer height is not supported with Organic supports."
|
msgid "Variable layer height is not supported with Organic supports."
|
||||||
@@ -14804,8 +14879,8 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Emetre M73 P[percentatge imprès] R[temps restant en minuts] en intervals d'1 "
|
"Emetre M73 P[percentatge imprès] R[temps restant en minuts] en intervals d'1 "
|
||||||
"minut al codi G per permetre que el firmware mostri el temps restant precís. "
|
"minut al codi G per permetre que el firmware mostri el temps restant precís. "
|
||||||
"A partir d'ara només el firmware QIDI i3 MK3 reconeix M73. També el "
|
"A partir d'ara només el firmware QIDI i3 MK3 reconeix M73. També el firmware "
|
||||||
"firmware i3 MK3 és compatible amb M73 Qxx Sxx per a la manera silenciosa."
|
"i3 MK3 és compatible amb M73 Qxx Sxx per a la manera silenciosa."
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:1693
|
#: src/libslic3r/PrintConfig.cpp:1693
|
||||||
msgid "Supports stealth mode"
|
msgid "Supports stealth mode"
|
||||||
@@ -15167,11 +15242,13 @@ msgid ""
|
|||||||
"You can use all configuration options as variables inside this template. For "
|
"You can use all configuration options as variables inside this template. For "
|
||||||
"example: [layer_height], [fill_density] etc. You can also use [timestamp], "
|
"example: [layer_height], [fill_density] etc. You can also use [timestamp], "
|
||||||
"[year], [month], [day], [hour], [minute], [second], [version], "
|
"[year], [month], [day], [hour], [minute], [second], [version], "
|
||||||
"[input_filename], [input_filename_base]."
|
"[input_filename], [input_filename_base], [default_output_extension]."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Podeu utilitzar totes les opcions de configuració com a variables dins "
|
"Podeu utilitzar totes les opcions de configuració com a variables dins "
|
||||||
"d'aquesta mostra. Per exemple, [layer_height], [fill_density] etc. "
|
"d'aquesta plantilla. Per exemple: [layer_height], [fill_density], etc. També "
|
||||||
"[input_filename_base]."
|
"podeu utilitzar [marca de temps], [any], [mes], [dia], [hora], [minut], "
|
||||||
|
"[segon], [versió], [input_filename], [input_filename_base], "
|
||||||
|
"[default_output_extension]."
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:1992
|
#: src/libslic3r/PrintConfig.cpp:1992
|
||||||
msgid "Detect bridging perimeters"
|
msgid "Detect bridging perimeters"
|
||||||
@@ -16410,7 +16487,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:2943
|
#: src/libslic3r/PrintConfig.cpp:2943
|
||||||
msgid "Branch Diameter with double walls"
|
msgid "Branch Diameter with double walls"
|
||||||
msgstr ""
|
msgstr "Diàmetre de branca amb parets dobles"
|
||||||
|
|
||||||
#. TRN PrintSettings: "Organic supports" > "Branch Diameter"
|
#. TRN PrintSettings: "Organic supports" > "Branch Diameter"
|
||||||
#: src/libslic3r/PrintConfig.cpp:2946
|
#: src/libslic3r/PrintConfig.cpp:2946
|
||||||
@@ -16419,6 +16496,9 @@ msgid ""
|
|||||||
"printed with double walls for stability. Set this value to zero for no "
|
"printed with double walls for stability. Set this value to zero for no "
|
||||||
"double walls."
|
"double walls."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Les branques amb una superfície més gran que l'àrea d'un cercle d'aquest "
|
||||||
|
"diàmetre s'imprimiran amb parets dobles per a l'estabilitat. Establiu aquest "
|
||||||
|
"valor a zero per a cap paret doble."
|
||||||
|
|
||||||
#. TRN PrintSettings: #lmFIXME
|
#. TRN PrintSettings: #lmFIXME
|
||||||
#: src/libslic3r/PrintConfig.cpp:2959
|
#: src/libslic3r/PrintConfig.cpp:2959
|
||||||
@@ -16520,8 +16600,8 @@ msgstr ""
|
|||||||
"utilitzar variables de marcador de posició per a tots els paràmetres de "
|
"utilitzar variables de marcador de posició per a tots els paràmetres de "
|
||||||
"QIDISlicer, així com {toolchange_z}, {previous_extruder} i {next_extruder}. "
|
"QIDISlicer, així com {toolchange_z}, {previous_extruder} i {next_extruder}. "
|
||||||
"Quan s'inclou una ordre de canvi d'eina que canvia a l'extrusor correcte "
|
"Quan s'inclou una ordre de canvi d'eina que canvia a l'extrusor correcte "
|
||||||
"(com T{next_extruder}), QIDISlicer no emetrà cap altra ordre d'aquest "
|
"(com T{next_extruder}), QIDISlicer no emetrà cap altra ordre d'aquest tipus. "
|
||||||
"tipus. Per tant, és possible programar un comportament personalitzat abans i "
|
"Per tant, és possible programar un comportament personalitzat abans i "
|
||||||
"després del canvi d'eina."
|
"després del canvi d'eina."
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:3035
|
#: src/libslic3r/PrintConfig.cpp:3035
|
||||||
@@ -16801,6 +16881,18 @@ msgid "Maximal distance between supports on sparse infill sections."
|
|||||||
msgstr "Distància màxima entre suports a les seccions amb farciment lleuger."
|
msgstr "Distància màxima entre suports a les seccions amb farciment lleuger."
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:3239
|
#: src/libslic3r/PrintConfig.cpp:3239
|
||||||
|
msgid "Wipe tower extruder"
|
||||||
|
msgstr "Extrusor de la Torre de Neteja"
|
||||||
|
|
||||||
|
#: src/libslic3r/PrintConfig.cpp:3241
|
||||||
|
msgid ""
|
||||||
|
"The extruder to use when printing perimeter of the wipe tower. Set to 0 to "
|
||||||
|
"use the one that is available (non-soluble would be preferred)."
|
||||||
|
msgstr ""
|
||||||
|
"L'extrusora a usar per imprimir el perímetre de la Torre de Neteja. Establiu "
|
||||||
|
"0 per utilitzar el que estigui disponible (seria preferible no soluble)."
|
||||||
|
|
||||||
|
#: src/libslic3r/PrintConfig.cpp:3260
|
||||||
msgid "XY Size Compensation"
|
msgid "XY Size Compensation"
|
||||||
msgstr "Compensació de mida XY"
|
msgstr "Compensació de mida XY"
|
||||||
|
|
||||||
@@ -17930,9 +18022,9 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:4836
|
#: src/libslic3r/PrintConfig.cpp:4836
|
||||||
msgid ""
|
msgid ""
|
||||||
"This version of QIDISlicer may not understand configurations produced by "
|
"This version of QIDISlicer may not understand configurations produced by the "
|
||||||
"the newest QIDISlicer versions. For example, newer QIDISlicer may extend "
|
"newest QIDISlicer versions. For example, newer QIDISlicer may extend the "
|
||||||
"the list of supported firmware flavors. One may decide to bail out or to "
|
"list of supported firmware flavors. One may decide to bail out or to "
|
||||||
"substitute an unknown value with a default silently or verbosely."
|
"substitute an unknown value with a default silently or verbosely."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Aquesta versió de QIDISlicer pot no entendre les configuracions produïdes "
|
"Aquesta versió de QIDISlicer pot no entendre les configuracions produïdes "
|
||||||
@@ -17992,8 +18084,8 @@ msgstr "Mode d'instància única"
|
|||||||
#: src/libslic3r/PrintConfig.cpp:4857
|
#: src/libslic3r/PrintConfig.cpp:4857
|
||||||
msgid ""
|
msgid ""
|
||||||
"If enabled, the command line arguments are sent to an existing instance of "
|
"If enabled, the command line arguments are sent to an existing instance of "
|
||||||
"GUI QIDISlicer, or an existing QIDISlicer window is activated. Overrides "
|
"GUI QIDISlicer, or an existing QIDISlicer window is activated. Overrides the "
|
||||||
"the \"single_instance\" configuration value from application preferences."
|
"\"single_instance\" configuration value from application preferences."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Si s'habilita, els arguments de la línia de comandes s'envien a una "
|
"Si s'habilita, els arguments de la línia de comandes s'envien a una "
|
||||||
"instància existent de la interfície gràfica d'usuari qidiSlicer o s'activa "
|
"instància existent de la interfície gràfica d'usuari qidiSlicer o s'activa "
|
||||||
@@ -18161,8 +18253,9 @@ msgstr ""
|
|||||||
#: resources/data/hints.ini: [hint:Hiding sidebar]
|
#: resources/data/hints.ini: [hint:Hiding sidebar]
|
||||||
msgid ""
|
msgid ""
|
||||||
"Hiding sidebar\n"
|
"Hiding sidebar\n"
|
||||||
"Did you know that you can hide the right sidebar using the shortcut <b>Shift"
|
"Did you know that you can hide the right sidebar using the shortcut "
|
||||||
"+Tab</b>? You can also enable the icon for this from the<a>Preferences</a>."
|
"<b>Shift+Tab</b>? You can also enable the icon for this from "
|
||||||
|
"the<a>Preferences</a>."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Amagar la barra lateral\n"
|
"Amagar la barra lateral\n"
|
||||||
"Sabies que pots amagar la barra lateral dreta amb la drecera <b>Majús+Tab</"
|
"Sabies que pots amagar la barra lateral dreta amb la drecera <b>Majús+Tab</"
|
||||||
@@ -18279,8 +18372,8 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Funcionalitat de cerca\n"
|
"Funcionalitat de cerca\n"
|
||||||
"Sabíeu que podeu utilitzar l'eina <a>Cerca</a> per trobar ràpidament un "
|
"Sabíeu que podeu utilitzar l'eina <a>Cerca</a> per trobar ràpidament un "
|
||||||
"paràmetre específic de QIDISlicer? O utilitzar la coneguda drecera <b>Ctrl"
|
"paràmetre específic de QIDISlicer? O utilitzar la coneguda drecera "
|
||||||
"+F</b>."
|
"<b>Ctrl+F</b>."
|
||||||
|
|
||||||
#: resources/data/hints.ini: [hint:Box selection]
|
#: resources/data/hints.ini: [hint:Box selection]
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -22719,10 +22812,6 @@ msgstr "Postal japonesa, 100 x 148 mm"
|
|||||||
msgid "Japanese Postcard Rotated 148 x 100 mm"
|
msgid "Japanese Postcard Rotated 148 x 100 mm"
|
||||||
msgstr "Postal japonesa girada, 148 x 100 mm"
|
msgstr "Postal japonesa girada, 148 x 100 mm"
|
||||||
|
|
||||||
#: ../src/common/stockitem.cpp:169
|
|
||||||
msgid "Jump to"
|
|
||||||
msgstr "Vés a"
|
|
||||||
|
|
||||||
#: ../src/common/stockitem.cpp:171
|
#: ../src/common/stockitem.cpp:171
|
||||||
msgid "Justified"
|
msgid "Justified"
|
||||||
msgstr "Justificat"
|
msgstr "Justificat"
|
||||||
|
|||||||
@@ -1,13 +1,18 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Project-Id-Version: \n"
|
||||||
|
"POT-Creation-Date: \n"
|
||||||
|
"PO-Revision-Date: \n"
|
||||||
|
"Last-Translator: \n"
|
||||||
|
"Language-Team: \n"
|
||||||
"Language: cs\n"
|
"Language: cs\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=4; plural=(n == 1) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n"
|
"Plural-Forms: nplurals=4; plural=(n == 1) ? 0 : ((n%10 >= 2 && n%10 <=4 && "
|
||||||
"%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || n%10 == 1 || (n%10 >= 5 && n"
|
"(n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || n%10 == 1 || (n%10 >= 5 && "
|
||||||
"%10 <=9)) || (n%100 >= 12 && n%100 <= 14)) ? 2 : 3);\n"
|
"n%10 <=9)) || (n%100 >= 12 && n%100 <= 14)) ? 2 : 3);\n"
|
||||||
"X-Generator: QIDIlator\n"
|
"X-Generator: Poedit 3.3.2\n"
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:503 src/libslic3r/PrintConfig.cpp:594
|
#: src/libslic3r/PrintConfig.cpp:503 src/libslic3r/PrintConfig.cpp:594
|
||||||
#: src/libslic3r/PrintConfig.cpp:603 src/libslic3r/PrintConfig.cpp:612
|
#: src/libslic3r/PrintConfig.cpp:603 src/libslic3r/PrintConfig.cpp:612
|
||||||
@@ -72,7 +77,6 @@ msgstr[0] "%1$d spojka je mimo obrys řezu"
|
|||||||
msgstr[1] "%1$d spojky jsou mimo obrys řezu"
|
msgstr[1] "%1$d spojky jsou mimo obrys řezu"
|
||||||
msgstr[2] "%1$d spojky jsou mimo obrys řezu"
|
msgstr[2] "%1$d spojky jsou mimo obrys řezu"
|
||||||
msgstr[3] "%1$d spojek je mimo obrys řezu"
|
msgstr[3] "%1$d spojek je mimo obrys řezu"
|
||||||
msgstr[4] "%1$d spojek je mimo obrys řezu"
|
|
||||||
|
|
||||||
#: src/slic3r/GUI/Gizmos/GLGizmoCut.cpp:2200
|
#: src/slic3r/GUI/Gizmos/GLGizmoCut.cpp:2200
|
||||||
#, c-format, boost-format
|
#, c-format, boost-format
|
||||||
@@ -82,7 +86,6 @@ msgstr[0] "%1$d spojka je mimo objekt"
|
|||||||
msgstr[1] "%1$d spojky jsou mimo objekt"
|
msgstr[1] "%1$d spojky jsou mimo objekt"
|
||||||
msgstr[2] "%1$d spojek je mimo objekt"
|
msgstr[2] "%1$d spojek je mimo objekt"
|
||||||
msgstr[3] "%1$d spojek je mimo objekt"
|
msgstr[3] "%1$d spojek je mimo objekt"
|
||||||
msgstr[4] "%1$d spojek je mimo objekt"
|
|
||||||
|
|
||||||
#: src/slic3r/GUI/GUI_ObjectList.cpp:459
|
#: src/slic3r/GUI/GUI_ObjectList.cpp:459
|
||||||
#, c-format, boost-format
|
#, c-format, boost-format
|
||||||
@@ -128,7 +131,6 @@ msgstr[0] "%1$d objekt byl načten jako součást rozříznutého objektu."
|
|||||||
msgstr[1] "%1$d objekty byly načteny jako součást rozříznutého objektu."
|
msgstr[1] "%1$d objekty byly načteny jako součást rozříznutého objektu."
|
||||||
msgstr[2] "%1$d objekty byly načteny jako součást rozříznutého objektu."
|
msgstr[2] "%1$d objekty byly načteny jako součást rozříznutého objektu."
|
||||||
msgstr[3] "%1$d objektů bylo načteno jako součást rozříznutého objektu."
|
msgstr[3] "%1$d objektů bylo načteno jako součást rozříznutého objektu."
|
||||||
msgstr[4] "%1$d objektů bylo načteno jako součást rozříznutého objektu."
|
|
||||||
|
|
||||||
#: src/slic3r/GUI/NotificationManager.cpp:1649
|
#: src/slic3r/GUI/NotificationManager.cpp:1649
|
||||||
#, c-format, boost-format
|
#, c-format, boost-format
|
||||||
@@ -1355,8 +1357,8 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/slic3r/GUI/OpenGLManager.cpp:390
|
#: src/slic3r/GUI/OpenGLManager.cpp:390
|
||||||
msgid ""
|
msgid ""
|
||||||
"As a workaround, you may run QIDISlicer with a software rendered 3D "
|
"As a workaround, you may run QIDISlicer with a software rendered 3D graphics "
|
||||||
"graphics by running qidi-slicer.exe with the --sw-renderer parameter."
|
"by running qidi-slicer.exe with the --sw-renderer parameter."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"QIDISlicer můžete spustit se softwarovým vykreslováním 3D grafiky pomocí "
|
"QIDISlicer můžete spustit se softwarovým vykreslováním 3D grafiky pomocí "
|
||||||
"spuštění programu qidi-slicer.exe s parametrem --sw-renderer."
|
"spuštění programu qidi-slicer.exe s parametrem --sw-renderer."
|
||||||
@@ -1612,7 +1614,11 @@ msgstr ""
|
|||||||
"Teplota tiskové podložky pro další vrstvy po první vrstvě. Nastavením na "
|
"Teplota tiskové podložky pro další vrstvy po první vrstvě. Nastavením na "
|
||||||
"hodnotu nula vypnete ovládací příkazy teploty tiskové podložky ve výstupu."
|
"hodnotu nula vypnete ovládací příkazy teploty tiskové podložky ve výstupu."
|
||||||
|
|
||||||
#: src/slic3r/GUI/Tab.cpp:2569 src/libslic3r/GCode.cpp:768
|
#: src/slic3r/GUI/Plater.cpp:3229
|
||||||
|
msgid "Bed temperatures for the used filaments differ significantly."
|
||||||
|
msgstr "Teplota podložky se u použitých filamentů výrazně liší."
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Tab.cpp:2586 src/libslic3r/GCode.cpp:768
|
||||||
#: src/libslic3r/PrintConfig.cpp:442
|
#: src/libslic3r/PrintConfig.cpp:442
|
||||||
msgid "Before layer change G-code"
|
msgid "Before layer change G-code"
|
||||||
msgstr "G-code před změnou vrstvy"
|
msgstr "G-code před změnou vrstvy"
|
||||||
@@ -1717,9 +1723,9 @@ msgid ""
|
|||||||
"also box-deselect objects with <b>Alt+Mouse drag</b>."
|
"also box-deselect objects with <b>Alt+Mouse drag</b>."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Výběr rámečkem\n"
|
"Výběr rámečkem\n"
|
||||||
"Věděli jste, že můžete provést výběr rámečkem současným stiskem Shift"
|
"Věděli jste, že můžete provést výběr rámečkem současným stiskem "
|
||||||
"+tažením myší? Výběr objektů v rámečku můžete také zrušit pomocí <b>Alt"
|
"Shift+tažením myší? Výběr objektů v rámečku můžete také zrušit pomocí "
|
||||||
"+tažení myší</b>."
|
"<b>Alt+tažení myší</b>."
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:2969
|
#: src/libslic3r/PrintConfig.cpp:2969
|
||||||
msgid "Branch Density"
|
msgid "Branch Density"
|
||||||
@@ -2671,6 +2677,16 @@ msgstr "Potvrzení"
|
|||||||
msgid "Confirm connectors"
|
msgid "Confirm connectors"
|
||||||
msgstr "Potvrzení spojek"
|
msgstr "Potvrzení spojek"
|
||||||
|
|
||||||
|
#. TRN %3% is name of Object1, %4% is name of Object2
|
||||||
|
#: src/slic3r/GUI/GLCanvas3D.cpp:7496
|
||||||
|
#, boost-format
|
||||||
|
msgid ""
|
||||||
|
"Conflicts in G-code paths have been detected at layer %1%, z=%2$.2f mm. "
|
||||||
|
"Please reposition the conflicting objects (%3% <-> %4%) further apart."
|
||||||
|
msgstr ""
|
||||||
|
"Byly zjištěny konflikty v cestách G-codu ve vrstvě %1%, z=%2$.2f mm. "
|
||||||
|
"Přemístěte prosím konfliktní objekty (%3% <-> %4%) dále od sebe."
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:1492
|
#: src/libslic3r/PrintConfig.cpp:1492
|
||||||
msgid ""
|
msgid ""
|
||||||
"Connect an infill line to an internal perimeter with a short segment of an "
|
"Connect an infill line to an internal perimeter with a short segment of an "
|
||||||
@@ -6299,8 +6315,9 @@ msgstr "Skrýt pravítko"
|
|||||||
#: resources/data/hints.ini: [hint:Hiding sidebar]
|
#: resources/data/hints.ini: [hint:Hiding sidebar]
|
||||||
msgid ""
|
msgid ""
|
||||||
"Hiding sidebar\n"
|
"Hiding sidebar\n"
|
||||||
"Did you know that you can hide the right sidebar using the shortcut <b>Shift"
|
"Did you know that you can hide the right sidebar using the shortcut "
|
||||||
"+Tab</b>? You can also enable the icon for this from the<a>Preferences</a>."
|
"<b>Shift+Tab</b>? You can also enable the icon for this from "
|
||||||
|
"the<a>Preferences</a>."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Skrytí postranního panelu\n"
|
"Skrytí postranního panelu\n"
|
||||||
"Věděli jste, že pravý postranní panel můžete skrýt pomocí klávesové zkratky "
|
"Věděli jste, že pravý postranní panel můžete skrýt pomocí klávesové zkratky "
|
||||||
@@ -6601,8 +6618,8 @@ msgstr ""
|
|||||||
#: src/slic3r/GUI/Preferences.cpp:578
|
#: src/slic3r/GUI/Preferences.cpp:578
|
||||||
msgid "If enabled, QIDISlicer will be allowed to download from Printables.com"
|
msgid "If enabled, QIDISlicer will be allowed to download from Printables.com"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Pokud je tato možnost povolena, bude QIDISlicer moci stahovat soubory z "
|
"Pokud je tato možnost povolena, bude QIDISlicer moci stahovat soubory z webu "
|
||||||
"webu Printables.com."
|
"Printables.com."
|
||||||
|
|
||||||
#: src/slic3r/GUI/Preferences.cpp:383
|
#: src/slic3r/GUI/Preferences.cpp:383
|
||||||
msgid "If enabled, QIDISlicer will be open at the position it was closed"
|
msgid "If enabled, QIDISlicer will be open at the position it was closed"
|
||||||
@@ -6733,8 +6750,8 @@ msgstr ""
|
|||||||
#: src/libslic3r/PrintConfig.cpp:4857
|
#: src/libslic3r/PrintConfig.cpp:4857
|
||||||
msgid ""
|
msgid ""
|
||||||
"If enabled, the command line arguments are sent to an existing instance of "
|
"If enabled, the command line arguments are sent to an existing instance of "
|
||||||
"GUI QIDISlicer, or an existing QIDISlicer window is activated. Overrides "
|
"GUI QIDISlicer, or an existing QIDISlicer window is activated. Overrides the "
|
||||||
"the \"single_instance\" configuration value from application preferences."
|
"\"single_instance\" configuration value from application preferences."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Pokud je povoleno, argumenty příkazového řádku se odešlou do existující "
|
"Pokud je povoleno, argumenty příkazového řádku se odešlou do existující "
|
||||||
"instance grafického uživatelského rozhraní QIDISlicer,u nebo se aktivuje "
|
"instance grafického uživatelského rozhraní QIDISlicer,u nebo se aktivuje "
|
||||||
@@ -6933,8 +6950,8 @@ msgid ""
|
|||||||
"same QIDISlicer is already running, that instance will be reactivated "
|
"same QIDISlicer is already running, that instance will be reactivated "
|
||||||
"instead."
|
"instead."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Pokud je tato možnost povolena, tak v případě již běžícího QIDISliceru "
|
"Pokud je tato možnost povolena, tak v případě již běžícího QIDISliceru bude "
|
||||||
"bude při pokusu spuštění dalšího QIDISliceru aktivována právě tato instance."
|
"při pokusu spuštění dalšího QIDISliceru aktivována právě tato instance."
|
||||||
|
|
||||||
#: src/slic3r/GUI/SendSystemInfoDialog.cpp:591
|
#: src/slic3r/GUI/SendSystemInfoDialog.cpp:591
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -7554,6 +7571,10 @@ msgstr "Rozkmit (Jitter)"
|
|||||||
msgid "Join"
|
msgid "Join"
|
||||||
msgstr "Přidat"
|
msgstr "Přidat"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/GLCanvas3D.cpp:7526 ../src/common/stockitem.cpp:169
|
||||||
|
msgid "Jump to"
|
||||||
|
msgstr "Přejít na"
|
||||||
|
|
||||||
#: src/slic3r/GUI/DoubleSlider.cpp:2094 src/slic3r/GUI/DoubleSlider.cpp:2324
|
#: src/slic3r/GUI/DoubleSlider.cpp:2094 src/slic3r/GUI/DoubleSlider.cpp:2324
|
||||||
msgid "Jump to height"
|
msgid "Jump to height"
|
||||||
msgstr "Přechod do výšky"
|
msgstr "Přechod do výšky"
|
||||||
@@ -7681,6 +7702,7 @@ msgstr "Nastavení pro vrstvy v rozsahu"
|
|||||||
#: src/libslic3r/PrintConfig.cpp:2173 src/libslic3r/PrintConfig.cpp:2352
|
#: src/libslic3r/PrintConfig.cpp:2173 src/libslic3r/PrintConfig.cpp:2352
|
||||||
#: src/libslic3r/PrintConfig.cpp:2426 src/libslic3r/PrintConfig.cpp:2685
|
#: src/libslic3r/PrintConfig.cpp:2426 src/libslic3r/PrintConfig.cpp:2685
|
||||||
#: src/libslic3r/PrintConfig.cpp:2732 src/libslic3r/PrintConfig.cpp:2748
|
#: src/libslic3r/PrintConfig.cpp:2732 src/libslic3r/PrintConfig.cpp:2748
|
||||||
|
#: src/libslic3r/PrintConfig.cpp:3254
|
||||||
msgid "layers"
|
msgid "layers"
|
||||||
msgstr "vrstva(y)"
|
msgstr "vrstva(y)"
|
||||||
|
|
||||||
@@ -8953,6 +8975,10 @@ msgstr "Monotónní extruze"
|
|||||||
msgid "More"
|
msgid "More"
|
||||||
msgstr "Více"
|
msgstr "Více"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Plater.cpp:4106
|
||||||
|
msgid "More info at"
|
||||||
|
msgstr "Více informací na"
|
||||||
|
|
||||||
#: src/slic3r/GUI/GUI.cpp:317
|
#: src/slic3r/GUI/GUI.cpp:317
|
||||||
msgid ""
|
msgid ""
|
||||||
"Most likely the configuration was produced by a newer version of QIDISlicer "
|
"Most likely the configuration was produced by a newer version of QIDISlicer "
|
||||||
@@ -9424,9 +9450,6 @@ msgstr[2] ""
|
|||||||
"tiskárnách."
|
"tiskárnách."
|
||||||
msgstr[3] ""
|
msgstr[3] ""
|
||||||
"Upozorňujeme, že vybrané přednastavení bude přejmenováno i na této tiskárně."
|
"Upozorňujeme, že vybrané přednastavení bude přejmenováno i na této tiskárně."
|
||||||
msgstr[4] ""
|
|
||||||
"Upozorňujeme, že vybrané přednastavení bude přejmenováno i na těchto "
|
|
||||||
"tiskárnách."
|
|
||||||
|
|
||||||
#: src/slic3r/GUI/Tab.cpp:4151
|
#: src/slic3r/GUI/Tab.cpp:4151
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -10727,6 +10750,16 @@ msgstr "Před změnou režimu zkontrolujte seznam objektů."
|
|||||||
msgid "Please check your object list before preset changing."
|
msgid "Please check your object list before preset changing."
|
||||||
msgstr "Před změnou nastavení zkontrolujte prosím seznam objektů."
|
msgstr "Před změnou nastavení zkontrolujte prosím seznam objektů."
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Plater.cpp:4104 src/slic3r/GUI/Plater.cpp:4110
|
||||||
|
msgid ""
|
||||||
|
"Please note that template presets are not customized for specific printer "
|
||||||
|
"and should only be used as a starting point for creating your own user "
|
||||||
|
"presets."
|
||||||
|
msgstr ""
|
||||||
|
"Upozorňujeme, že šablony přednastavení nejsou přizpůsobeny konkrétní "
|
||||||
|
"tiskárně a měly by sloužit pouze jako výchozí bod pro vytvoření vlastních "
|
||||||
|
"uživatelských přednastavení."
|
||||||
|
|
||||||
#: src/slic3r/GUI/BackgroundSlicingProcess.cpp:85
|
#: src/slic3r/GUI/BackgroundSlicingProcess.cpp:85
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please save your project and restart QIDISlicer. We would be glad if you "
|
"Please save your project and restart QIDISlicer. We would be glad if you "
|
||||||
@@ -11311,14 +11344,14 @@ msgstr "QIDISlicer narazil na fatální chybu: \"%1%\""
|
|||||||
|
|
||||||
#: src/slic3r/GUI/GUI_App.cpp:743
|
#: src/slic3r/GUI/GUI_App.cpp:743
|
||||||
msgid ""
|
msgid ""
|
||||||
"QIDISlicer has encountered a localization error. Please report to "
|
"QIDISlicer has encountered a localization error. Please report to QIDISlicer "
|
||||||
"QIDISlicer team, what language was active and in which scenario this issue "
|
"team, what language was active and in which scenario this issue happened. "
|
||||||
"happened. Thank you.\n"
|
"Thank you.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"The application will now terminate."
|
"The application will now terminate."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"V aplikaci QIDISlicer došlo k chybě v lokalizaci. Nahlaste QIDISlicer "
|
"V aplikaci QIDISlicer došlo k chybě v lokalizaci. Nahlaste QIDISlicer týmu, "
|
||||||
"týmu, jaký jazyk byl aktivní a ve kterém scénáři k tomuto problému došlo. "
|
"jaký jazyk byl aktivní a ve kterém scénáři k tomuto problému došlo. "
|
||||||
"Děkujeme.\n"
|
"Děkujeme.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Aplikace bude nyní ukončena."
|
"Aplikace bude nyní ukončena."
|
||||||
@@ -11333,8 +11366,7 @@ msgid ""
|
|||||||
"QIDISlicer is based on Slic3r by Alessandro Ranellucci and the RepRap "
|
"QIDISlicer is based on Slic3r by Alessandro Ranellucci and the RepRap "
|
||||||
"community."
|
"community."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"QIDISlicer je založen na Slic3r od Alessandra Ranellucciho a RepRap "
|
"QIDISlicer je založen na Slic3r od Alessandra Ranellucciho a RepRap komunity."
|
||||||
"komunity."
|
|
||||||
|
|
||||||
#: src/slic3r/GUI/MainFrame.cpp:234
|
#: src/slic3r/GUI/MainFrame.cpp:234
|
||||||
msgid "QIDISlicer is closing"
|
msgid "QIDISlicer is closing"
|
||||||
@@ -13274,6 +13306,12 @@ msgstr "Nastavit horní ukazatel jako aktivní"
|
|||||||
msgid "%s Family"
|
msgid "%s Family"
|
||||||
msgstr "%s Rodina"
|
msgstr "%s Rodina"
|
||||||
|
|
||||||
|
#. TRN %s = type of file
|
||||||
|
#: src/slic3r/GUI/GUI_App.cpp:609
|
||||||
|
#, c-format, boost-format
|
||||||
|
msgid "%s files"
|
||||||
|
msgstr "%s soubory"
|
||||||
|
|
||||||
#: src/slic3r/GUI/ConfigManipulation.cpp:167
|
#: src/slic3r/GUI/ConfigManipulation.cpp:167
|
||||||
msgid "Shall I adjust those settings for supports?"
|
msgid "Shall I adjust those settings for supports?"
|
||||||
msgstr "Mám upravit tato nastavení pro podpěry?"
|
msgstr "Mám upravit tato nastavení pro podpěry?"
|
||||||
@@ -13444,6 +13482,10 @@ msgstr "Zobrazit/skrýt legendu"
|
|||||||
msgid "Show/Hide object/instance labels"
|
msgid "Show/Hide object/instance labels"
|
||||||
msgstr "Zobrazit/skrýt popisky objektů/instancí"
|
msgstr "Zobrazit/skrýt popisky objektů/instancí"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/PresetComboBoxes.cpp:787
|
||||||
|
msgid "Show/Hide template presets"
|
||||||
|
msgstr "Zobrazit/skrýt šablony přednastavení"
|
||||||
|
|
||||||
#: src/slic3r/GUI/Preferences.cpp:304
|
#: src/slic3r/GUI/Preferences.cpp:304
|
||||||
msgid "Show incompatible print and filament presets"
|
msgid "Show incompatible print and filament presets"
|
||||||
msgstr "Zobrazit nekompatibilní přednastavení tisku a filamentu"
|
msgstr "Zobrazit nekompatibilní přednastavení tisku a filamentu"
|
||||||
@@ -15084,20 +15126,16 @@ msgid_plural ""
|
|||||||
"the dimensions of these objects?"
|
"the dimensions of these objects?"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
"Zdá se, že rozměry objektu ze souboru %s jsou definovány v palcích.\n"
|
"Zdá se, že rozměry objektu ze souboru %s jsou definovány v palcích.\n"
|
||||||
"Interní jednotkou QIDISliceru je milimetr. Chcete přepočítat rozměry "
|
"Interní jednotkou QIDISliceru je milimetr. Chcete přepočítat rozměry objektu?"
|
||||||
"objektu?"
|
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
"Zdá se, že rozměry objektů ze souboru %s jsou definovány v palcích.\n"
|
"Zdá se, že rozměry objektů ze souboru %s jsou definovány v palcích.\n"
|
||||||
"Interní jednotkou QIDISliceru je milimetr. Chcete přepočítat rozměry "
|
"Interní jednotkou QIDISliceru je milimetr. Chcete přepočítat rozměry objektů?"
|
||||||
"objektů?"
|
|
||||||
msgstr[2] ""
|
msgstr[2] ""
|
||||||
"Zdá se, že rozměry objektů ze souboru %s jsou definovány v palcích.\n"
|
"Zdá se, že rozměry objektů ze souboru %s jsou definovány v palcích.\n"
|
||||||
"Interní jednotkou QIDISliceru je milimetr. Chcete přepočítat rozměry "
|
"Interní jednotkou QIDISliceru je milimetr. Chcete přepočítat rozměry objektů?"
|
||||||
"objektů?"
|
|
||||||
msgstr[3] ""
|
msgstr[3] ""
|
||||||
"Zdá se, že rozměry objektů ze souboru %s jsou definovány v palcích.\n"
|
"Zdá se, že rozměry objektů ze souboru %s jsou definovány v palcích.\n"
|
||||||
"Interní jednotkou QIDISliceru je milimetr. Chcete přepočítat rozměry "
|
"Interní jednotkou QIDISliceru je milimetr. Chcete přepočítat rozměry objektů?"
|
||||||
"objektů?"
|
|
||||||
|
|
||||||
#: src/slic3r/GUI/Plater.cpp:2611
|
#: src/slic3r/GUI/Plater.cpp:2611
|
||||||
#, c-format, boost-format
|
#, c-format, boost-format
|
||||||
@@ -15111,20 +15149,16 @@ msgid_plural ""
|
|||||||
"the dimensions of these objects?"
|
"the dimensions of these objects?"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
"Zdá se, že rozměry objektu ze souboru %s jsou definovány v metrech.\n"
|
"Zdá se, že rozměry objektu ze souboru %s jsou definovány v metrech.\n"
|
||||||
"Interní jednotkou QIDISliceru je milimetr. Chcete přepočítat rozměry "
|
"Interní jednotkou QIDISliceru je milimetr. Chcete přepočítat rozměry objektu?"
|
||||||
"objektu?"
|
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
"Zdá se, že rozměry objektů ze souboru %s jsou definovány v metrech.\n"
|
"Zdá se, že rozměry objektů ze souboru %s jsou definovány v metrech.\n"
|
||||||
"Interní jednotkou QIDISliceru je milimetr. Chcete přepočítat rozměry "
|
"Interní jednotkou QIDISliceru je milimetr. Chcete přepočítat rozměry objektů?"
|
||||||
"objektů?"
|
|
||||||
msgstr[2] ""
|
msgstr[2] ""
|
||||||
"Zdá se, že rozměry objektů ze souboru %s jsou definovány v metrech.\n"
|
"Zdá se, že rozměry objektů ze souboru %s jsou definovány v metrech.\n"
|
||||||
"Interní jednotkou QIDISliceru je milimetr. Chcete přepočítat rozměry "
|
"Interní jednotkou QIDISliceru je milimetr. Chcete přepočítat rozměry objektů?"
|
||||||
"objektů?"
|
|
||||||
msgstr[3] ""
|
msgstr[3] ""
|
||||||
"Zdá se, že rozměry objektů ze souboru %s jsou definovány v metrech.\n"
|
"Zdá se, že rozměry objektů ze souboru %s jsou definovány v metrech.\n"
|
||||||
"Interní jednotkou QIDISliceru je milimetr. Chcete přepočítat rozměry "
|
"Interní jednotkou QIDISliceru je milimetr. Chcete přepočítat rozměry objektů?"
|
||||||
"objektů?"
|
|
||||||
|
|
||||||
#: src/slic3r/GUI/Downloader.cpp:181
|
#: src/slic3r/GUI/Downloader.cpp:181
|
||||||
msgid "The download has failed"
|
msgid "The download has failed"
|
||||||
@@ -15154,6 +15188,15 @@ msgstr ""
|
|||||||
msgid "The extruder to use when printing infill."
|
msgid "The extruder to use when printing infill."
|
||||||
msgstr "Extruder který se použije pro tisk výplní."
|
msgstr "Extruder který se použije pro tisk výplní."
|
||||||
|
|
||||||
|
#: src/libslic3r/PrintConfig.cpp:3241
|
||||||
|
msgid ""
|
||||||
|
"The extruder to use when printing perimeter of the wipe tower. Set to 0 to "
|
||||||
|
"use the one that is available (non-soluble would be preferred)."
|
||||||
|
msgstr ""
|
||||||
|
"Extruder, který se použije při tisku obvodu čistící věže. Nastavte na 0, "
|
||||||
|
"abyste použili ten, který je k dispozici (přednostně s nerozpustným "
|
||||||
|
"filamentem)."
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:2036
|
#: src/libslic3r/PrintConfig.cpp:2036
|
||||||
msgid ""
|
msgid ""
|
||||||
"The extruder to use when printing perimeters and brim. First extruder is 1."
|
"The extruder to use when printing perimeters and brim. First extruder is 1."
|
||||||
@@ -15550,9 +15593,6 @@ msgstr[2] ""
|
|||||||
msgstr[3] ""
|
msgstr[3] ""
|
||||||
"Fyzické tiskárny níže je založeny na přednastavení, které se chystáte "
|
"Fyzické tiskárny níže je založeny na přednastavení, které se chystáte "
|
||||||
"přejmenovat."
|
"přejmenovat."
|
||||||
msgstr[4] ""
|
|
||||||
"Fyzických tiskáren níže je založeno na přednastavení, které se chystáte "
|
|
||||||
"přejmenovat."
|
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:641
|
#: src/libslic3r/PrintConfig.cpp:641
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -16690,15 +16730,15 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:4836
|
#: src/libslic3r/PrintConfig.cpp:4836
|
||||||
msgid ""
|
msgid ""
|
||||||
"This version of QIDISlicer may not understand configurations produced by "
|
"This version of QIDISlicer may not understand configurations produced by the "
|
||||||
"the newest QIDISlicer versions. For example, newer QIDISlicer may extend "
|
"newest QIDISlicer versions. For example, newer QIDISlicer may extend the "
|
||||||
"the list of supported firmware flavors. One may decide to bail out or to "
|
"list of supported firmware flavors. One may decide to bail out or to "
|
||||||
"substitute an unknown value with a default silently or verbosely."
|
"substitute an unknown value with a default silently or verbosely."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Tato verze QIDISliceru nemusí být kompatibilní s konfiguracemi vytvořenými "
|
"Tato verze QIDISliceru nemusí být kompatibilní s konfiguracemi vytvořenými "
|
||||||
"nejnovějšími verzemi QIDISliceru. Novější verze QIDISliceru mohou "
|
"nejnovějšími verzemi QIDISliceru. Novější verze QIDISliceru mohou například "
|
||||||
"například rozšířit seznam podporovaných druhů firmwaru. Lze se rozhodnout, "
|
"rozšířit seznam podporovaných druhů firmwaru. Lze se rozhodnout, že to "
|
||||||
"že to budeme ignorovat, nebo že neznámou hodnotu nahradíme výchozí hodnotou."
|
"budeme ignorovat, nebo že neznámou hodnotu nahradíme výchozí hodnotou."
|
||||||
|
|
||||||
#: src/slic3r/GUI/UpdateDialogs.cpp:392
|
#: src/slic3r/GUI/UpdateDialogs.cpp:392
|
||||||
#, c-format, boost-format
|
#, c-format, boost-format
|
||||||
@@ -17097,6 +17137,10 @@ msgstr "Nelze znovu načíst:"
|
|||||||
msgid "Unable to replace with more than one volume"
|
msgid "Unable to replace with more than one volume"
|
||||||
msgstr "Nelze nahradit více než jednou částí"
|
msgstr "Nelze nahradit více než jednou částí"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Plater.cpp:6681
|
||||||
|
msgid "Unable to save file"
|
||||||
|
msgstr "Nelze uložit soubor"
|
||||||
|
|
||||||
#: src/slic3r/GUI/OptionsGroup.cpp:126
|
#: src/slic3r/GUI/OptionsGroup.cpp:126
|
||||||
msgid "Unavailable for this method."
|
msgid "Unavailable for this method."
|
||||||
msgstr "Pro tuto metodu není k dispozici."
|
msgstr "Pro tuto metodu není k dispozici."
|
||||||
@@ -17193,6 +17237,10 @@ msgstr "Akce zpět Rotace"
|
|||||||
msgid "Undo translation"
|
msgid "Undo translation"
|
||||||
msgstr "Akce zpět Posun"
|
msgstr "Akce zpět Posun"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/PhysicalPrinterDialog.cpp:667
|
||||||
|
msgid "Unexpected character"
|
||||||
|
msgstr "Neočekávaný znak"
|
||||||
|
|
||||||
#: src/libslic3r/miniz_extension.cpp:111
|
#: src/libslic3r/miniz_extension.cpp:111
|
||||||
msgid "unexpected decompressed size"
|
msgid "unexpected decompressed size"
|
||||||
msgstr "neočekávaná dekomprimovaná velikost"
|
msgstr "neočekávaná dekomprimovaná velikost"
|
||||||
@@ -17842,8 +17890,8 @@ msgstr ""
|
|||||||
"spustí Začátek G-codu poté, co podložka dosáhne cílové teploty a extruder se "
|
"spustí Začátek G-codu poté, co podložka dosáhne cílové teploty a extruder se "
|
||||||
"začal ohřívat.\n"
|
"začal ohřívat.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Pokud funkce není povolena, QIDISlicer NEvkládá příkazy k ohřevu extruderu "
|
"Pokud funkce není povolena, QIDISlicer NEvkládá příkazy k ohřevu extruderu a "
|
||||||
"a podložky, obojí ponechá na vašem vlastním Začátku G-code."
|
"podložky, obojí ponechá na vašem vlastním Začátku G-code."
|
||||||
|
|
||||||
#: src/slic3r/GUI/PresetHints.cpp:192
|
#: src/slic3r/GUI/PresetHints.cpp:192
|
||||||
msgid "when printing"
|
msgid "when printing"
|
||||||
@@ -18080,7 +18128,11 @@ msgstr "Čistící Věž"
|
|||||||
msgid "Wipe tower brim width"
|
msgid "Wipe tower brim width"
|
||||||
msgstr "Šířka límce čistící věže"
|
msgstr "Šířka límce čistící věže"
|
||||||
|
|
||||||
#: src/slic3r/GUI/Tab.cpp:2087
|
#: src/libslic3r/PrintConfig.cpp:3239
|
||||||
|
msgid "Wipe tower extruder"
|
||||||
|
msgstr "Extruder čistící věže"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Tab.cpp:2096
|
||||||
msgid "Wipe tower parameters"
|
msgid "Wipe tower parameters"
|
||||||
msgstr "Parametry čistící věže"
|
msgstr "Parametry čistící věže"
|
||||||
|
|
||||||
@@ -18219,13 +18271,21 @@ msgid ""
|
|||||||
"Do you wish to continue?"
|
"Do you wish to continue?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Používáte 32bitovou aplikaci QIDISlicer v 64bitovém systému Windows.\n"
|
"Používáte 32bitovou aplikaci QIDISlicer v 64bitovém systému Windows.\n"
|
||||||
"32bitovová aplikace QIDISliceru pravděpodobně nebude schopna využít "
|
"32bitovová aplikace QIDISliceru pravděpodobně nebude schopna využít veškerou "
|
||||||
"veškerou dostupnou paměť RAM v systému.\n"
|
"dostupnou paměť RAM v systému.\n"
|
||||||
"Stáhněte si a nainstalujte 64bitovou verzi QIDISliceru ze stránek https://"
|
"Stáhněte si a nainstalujte 64bitovou verzi QIDISliceru ze stránek https://"
|
||||||
"www.qidi3d.cz/qidislicer/.\n"
|
"www.qidi3d.cz/qidislicer/.\n"
|
||||||
"Přejete si pokračovat?"
|
"Přejete si pokračovat?"
|
||||||
|
|
||||||
#: src/slic3r/GUI/Plater.cpp:5200
|
#: src/slic3r/GUI/Plater.cpp:4103 src/slic3r/GUI/Plater.cpp:4109
|
||||||
|
msgid "You are using template filament preset."
|
||||||
|
msgid_plural "You are using template filament presets."
|
||||||
|
msgstr[0] "Používáte šablonu filamentového přednastavení."
|
||||||
|
msgstr[1] "Používáte šablony filamentového přednastavení."
|
||||||
|
msgstr[2] "Používáte šablony filamentového přednastavení."
|
||||||
|
msgstr[3] "Používáte šablon filamentového přednastavení."
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Plater.cpp:5241
|
||||||
msgid ""
|
msgid ""
|
||||||
"You can keep presets modifications to the new project, discard them or save "
|
"You can keep presets modifications to the new project, discard them or save "
|
||||||
"changes as new presets.\n"
|
"changes as new presets.\n"
|
||||||
@@ -18287,12 +18347,13 @@ msgid ""
|
|||||||
"You can use all configuration options as variables inside this template. For "
|
"You can use all configuration options as variables inside this template. For "
|
||||||
"example: [layer_height], [fill_density] etc. You can also use [timestamp], "
|
"example: [layer_height], [fill_density] etc. You can also use [timestamp], "
|
||||||
"[year], [month], [day], [hour], [minute], [second], [version], "
|
"[year], [month], [day], [hour], [minute], [second], [version], "
|
||||||
"[input_filename], [input_filename_base]."
|
"[input_filename], [input_filename_base], [default_output_extension]."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"V této šabloně můžete použít všechny možnosti konfigurace jako proměnné. "
|
"V této šabloně můžete použít všechny možnosti konfigurace jako proměnné. "
|
||||||
"Můžete například použít: [layer_height], [fill_density] etc. Také můžete "
|
"Můžete například použít: [layer_height], [fill_density] etc. Také můžete "
|
||||||
"použít [timestamp], [year], [month], [day], [hour], [minute], [second], "
|
"použít [timestamp], [year], [month], [day], [hour], [minute], [second], "
|
||||||
"[version], [input_filename], [input_filename_base]."
|
"[version], [input_filename], [input_filename_base], "
|
||||||
|
"[default_output_extension]."
|
||||||
|
|
||||||
#: src/slic3r/GUI/NotificationManager.hpp:908
|
#: src/slic3r/GUI/NotificationManager.hpp:908
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -18602,6 +18663,7 @@ msgid_plural "%ld bytes"
|
|||||||
msgstr[0] "%ld bajt"
|
msgstr[0] "%ld bajt"
|
||||||
msgstr[1] "%ld bajty"
|
msgstr[1] "%ld bajty"
|
||||||
msgstr[2] "%ld bajtů"
|
msgstr[2] "%ld bajtů"
|
||||||
|
msgstr[3] ""
|
||||||
|
|
||||||
#: ../src/html/helpwnd.cpp:1033
|
#: ../src/html/helpwnd.cpp:1033
|
||||||
#, c-format
|
#, c-format
|
||||||
@@ -22650,10 +22712,6 @@ msgstr "Japonská pohlednice 100 x 148 mm"
|
|||||||
msgid "Japanese Postcard Rotated 148 x 100 mm"
|
msgid "Japanese Postcard Rotated 148 x 100 mm"
|
||||||
msgstr "Japonská pohlednice na šířku, 148 x 100 mm"
|
msgstr "Japonská pohlednice na šířku, 148 x 100 mm"
|
||||||
|
|
||||||
#: ../src/common/stockitem.cpp:169
|
|
||||||
msgid "Jump to"
|
|
||||||
msgstr "Přejít na"
|
|
||||||
|
|
||||||
#: ../src/common/stockitem.cpp:171
|
#: ../src/common/stockitem.cpp:171
|
||||||
msgid "Justified"
|
msgid "Justified"
|
||||||
msgstr "Do bloku"
|
msgstr "Do bloku"
|
||||||
@@ -22811,6 +22869,7 @@ msgid_plural "Last repeated message (\"%s\", %u times) wasn't output"
|
|||||||
msgstr[0] "Poslední opakovaná zpráva (\"%s\", %ukrát) nebyla vypsána"
|
msgstr[0] "Poslední opakovaná zpráva (\"%s\", %ukrát) nebyla vypsána"
|
||||||
msgstr[1] "Poslední opakovaná zpráva (\"%s\", %ukrát) nebyla vypsána"
|
msgstr[1] "Poslední opakovaná zpráva (\"%s\", %ukrát) nebyla vypsána"
|
||||||
msgstr[2] "Poslední opakovaná zpráva (\"%s\", %ukrát) nebyla vypsána"
|
msgstr[2] "Poslední opakovaná zpráva (\"%s\", %ukrát) nebyla vypsána"
|
||||||
|
msgstr[3] ""
|
||||||
|
|
||||||
#: ../src/common/paper.cpp:103
|
#: ../src/common/paper.cpp:103
|
||||||
msgid "Ledger, 17 x 11 in"
|
msgid "Ledger, 17 x 11 in"
|
||||||
@@ -25003,6 +25062,7 @@ msgid_plural "The previous message repeated %u times."
|
|||||||
msgstr[0] "Předchozí zpráva opakovaná %ukrát."
|
msgstr[0] "Předchozí zpráva opakovaná %ukrát."
|
||||||
msgstr[1] "Předchozí zpráva opakovaná %ukrát."
|
msgstr[1] "Předchozí zpráva opakovaná %ukrát."
|
||||||
msgstr[2] "Předchozí zpráva opakovaná %ukrát."
|
msgstr[2] "Předchozí zpráva opakovaná %ukrát."
|
||||||
|
msgstr[3] ""
|
||||||
|
|
||||||
#: ../src/common/log.cpp:270
|
#: ../src/common/log.cpp:270
|
||||||
msgid "The previous message repeated once."
|
msgid "The previous message repeated once."
|
||||||
|
|||||||
@@ -1,11 +1,16 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Project-Id-Version: \n"
|
||||||
|
"POT-Creation-Date: \n"
|
||||||
|
"PO-Revision-Date: \n"
|
||||||
|
"Last-Translator: \n"
|
||||||
|
"Language-Team: \n"
|
||||||
"Language: de\n"
|
"Language: de\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Generator: QIDIlator\n"
|
"X-Generator: Poedit 3.3.2\n"
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:503 src/libslic3r/PrintConfig.cpp:594
|
#: src/libslic3r/PrintConfig.cpp:503 src/libslic3r/PrintConfig.cpp:594
|
||||||
#: src/libslic3r/PrintConfig.cpp:603 src/libslic3r/PrintConfig.cpp:612
|
#: src/libslic3r/PrintConfig.cpp:603 src/libslic3r/PrintConfig.cpp:612
|
||||||
@@ -66,7 +71,6 @@ msgid "%1$d connector is out of cut contour"
|
|||||||
msgid_plural "%1$d connectors are out of cut contour"
|
msgid_plural "%1$d connectors are out of cut contour"
|
||||||
msgstr[0] "%1$d Verbinder ist außerhalb der Schnittkontur"
|
msgstr[0] "%1$d Verbinder ist außerhalb der Schnittkontur"
|
||||||
msgstr[1] "%1$d Verbinder sind außerhalb der Schnittkontur"
|
msgstr[1] "%1$d Verbinder sind außerhalb der Schnittkontur"
|
||||||
msgstr[2] ""
|
|
||||||
|
|
||||||
#: src/slic3r/GUI/Gizmos/GLGizmoCut.cpp:2200
|
#: src/slic3r/GUI/Gizmos/GLGizmoCut.cpp:2200
|
||||||
#, c-format, boost-format
|
#, c-format, boost-format
|
||||||
@@ -74,7 +78,6 @@ msgid "%1$d connector is out of object"
|
|||||||
msgid_plural "%1$d connectors are out of object"
|
msgid_plural "%1$d connectors are out of object"
|
||||||
msgstr[0] "%1$d Verbinder ist außerhalb des Objekts"
|
msgstr[0] "%1$d Verbinder ist außerhalb des Objekts"
|
||||||
msgstr[1] "%1$d Verbinder sind außerhalb des Objekts"
|
msgstr[1] "%1$d Verbinder sind außerhalb des Objekts"
|
||||||
msgstr[2] ""
|
|
||||||
|
|
||||||
#: src/slic3r/GUI/GUI_ObjectList.cpp:459
|
#: src/slic3r/GUI/GUI_ObjectList.cpp:459
|
||||||
#, c-format, boost-format
|
#, c-format, boost-format
|
||||||
@@ -110,7 +113,6 @@ msgid "%1$d object was loaded as a part of cut object."
|
|||||||
msgid_plural "%1$d objects were loaded as parts of cut object"
|
msgid_plural "%1$d objects were loaded as parts of cut object"
|
||||||
msgstr[0] "%1$d Objekt wurde als Teil eines Schnittobjektes geladen."
|
msgstr[0] "%1$d Objekt wurde als Teil eines Schnittobjektes geladen."
|
||||||
msgstr[1] "%1$d Objekte wurde als Teile eines Schnittobjektes geladen."
|
msgstr[1] "%1$d Objekte wurde als Teile eines Schnittobjektes geladen."
|
||||||
msgstr[2] ""
|
|
||||||
|
|
||||||
#: src/slic3r/GUI/NotificationManager.cpp:1649
|
#: src/slic3r/GUI/NotificationManager.cpp:1649
|
||||||
#, c-format, boost-format
|
#, c-format, boost-format
|
||||||
@@ -585,8 +587,8 @@ msgid ""
|
|||||||
"is supported."
|
"is supported."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Fügen Sie bei Bedarf weitere Perimeter hinzu, um Spalten in schrägen Wänden "
|
"Fügen Sie bei Bedarf weitere Perimeter hinzu, um Spalten in schrägen Wänden "
|
||||||
"zu vermeiden. QIDISlicer fügt immer wieder Perimeter hinzu, bis mehr als "
|
"zu vermeiden. QIDISlicer fügt immer wieder Perimeter hinzu, bis mehr als 70% "
|
||||||
"70% der unmittelbar darüber liegenden Schleife unterstützt werden."
|
"der unmittelbar darüber liegenden Schleife unterstützt werden."
|
||||||
|
|
||||||
#: src/slic3r/GUI/GUI_Factories.cpp:170
|
#: src/slic3r/GUI/GUI_Factories.cpp:170
|
||||||
msgid "Add negative text"
|
msgid "Add negative text"
|
||||||
@@ -1339,12 +1341,11 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/slic3r/GUI/OpenGLManager.cpp:390
|
#: src/slic3r/GUI/OpenGLManager.cpp:390
|
||||||
msgid ""
|
msgid ""
|
||||||
"As a workaround, you may run QIDISlicer with a software rendered 3D "
|
"As a workaround, you may run QIDISlicer with a software rendered 3D graphics "
|
||||||
"graphics by running qidi-slicer.exe with the --sw-renderer parameter."
|
"by running qidi-slicer.exe with the --sw-renderer parameter."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Als Abhilfe können Sie QIDISlicer mit einer softwaregerenderten 3D-Grafik "
|
"Als Abhilfe können Sie QIDISlicer mit einer softwaregerenderten 3D-Grafik "
|
||||||
"ausführen, indem Sie qidi-slicer.exe mit dem Parameter --sw-renderer "
|
"ausführen, indem Sie qidi-slicer.exe mit dem Parameter --sw-renderer starten."
|
||||||
"starten."
|
|
||||||
|
|
||||||
#: src/slic3r/GUI/Preferences.cpp:352
|
#: src/slic3r/GUI/Preferences.cpp:352
|
||||||
#: src/slic3r/GUI/UnsavedChangesDialog.cpp:926
|
#: src/slic3r/GUI/UnsavedChangesDialog.cpp:926
|
||||||
@@ -1603,7 +1604,13 @@ msgstr ""
|
|||||||
"Wert auf null, um die Befehle zur Steuerung der Betttemperatur im Output zu "
|
"Wert auf null, um die Befehle zur Steuerung der Betttemperatur im Output zu "
|
||||||
"deaktivieren."
|
"deaktivieren."
|
||||||
|
|
||||||
#: src/slic3r/GUI/Tab.cpp:2569 src/libslic3r/GCode.cpp:768
|
#: src/slic3r/GUI/Plater.cpp:3229
|
||||||
|
msgid "Bed temperatures for the used filaments differ significantly."
|
||||||
|
msgstr ""
|
||||||
|
"Die Betttemperaturen für die verwendeten Filamente unterscheiden sich "
|
||||||
|
"erheblich."
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Tab.cpp:2586 src/libslic3r/GCode.cpp:768
|
||||||
#: src/libslic3r/PrintConfig.cpp:442
|
#: src/libslic3r/PrintConfig.cpp:442
|
||||||
msgid "Before layer change G-code"
|
msgid "Before layer change G-code"
|
||||||
msgstr "G-Code vor dem Schichtwechsel"
|
msgstr "G-Code vor dem Schichtwechsel"
|
||||||
@@ -1856,8 +1863,8 @@ msgid ""
|
|||||||
"Printer Settings anymore.\n"
|
"Printer Settings anymore.\n"
|
||||||
"Settings will be available in physical printers settings."
|
"Settings will be available in physical printers settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Seit dieser Version von QIDISlicer zeigen wir diese Informationen nicht "
|
"Seit dieser Version von QIDISlicer zeigen wir diese Informationen nicht mehr "
|
||||||
"mehr in den Druckereinstellungen an.\n"
|
"in den Druckereinstellungen an.\n"
|
||||||
"Die Einstellungen sind in den Einstellungen für physische Drucker verfügbar."
|
"Die Einstellungen sind in den Einstellungen für physische Drucker verfügbar."
|
||||||
|
|
||||||
#: src/slic3r/GUI/ButtonsDescription.cpp:200
|
#: src/slic3r/GUI/ButtonsDescription.cpp:200
|
||||||
@@ -2681,6 +2688,17 @@ msgstr "Bestätigung"
|
|||||||
msgid "Confirm connectors"
|
msgid "Confirm connectors"
|
||||||
msgstr "Verbinder bestätigen"
|
msgstr "Verbinder bestätigen"
|
||||||
|
|
||||||
|
#. TRN %3% is name of Object1, %4% is name of Object2
|
||||||
|
#: src/slic3r/GUI/GLCanvas3D.cpp:7496
|
||||||
|
#, boost-format
|
||||||
|
msgid ""
|
||||||
|
"Conflicts in G-code paths have been detected at layer %1%, z=%2$.2f mm. "
|
||||||
|
"Please reposition the conflicting objects (%3% <-> %4%) further apart."
|
||||||
|
msgstr ""
|
||||||
|
"In der Schicht %1%, z=%2$.2f mm wurden Konflikte in den G-Code-Pfaden "
|
||||||
|
"entdeckt. Bitte positionieren Sie die kollidierenden Objekte (%3% <-> %4%) "
|
||||||
|
"weiter auseinander."
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:1492
|
#: src/libslic3r/PrintConfig.cpp:1492
|
||||||
msgid ""
|
msgid ""
|
||||||
"Connect an infill line to an internal perimeter with a short segment of an "
|
"Connect an infill line to an internal perimeter with a short segment of an "
|
||||||
@@ -6375,8 +6393,9 @@ msgstr "Lineal verbergen"
|
|||||||
#: resources/data/hints.ini: [hint:Hiding sidebar]
|
#: resources/data/hints.ini: [hint:Hiding sidebar]
|
||||||
msgid ""
|
msgid ""
|
||||||
"Hiding sidebar\n"
|
"Hiding sidebar\n"
|
||||||
"Did you know that you can hide the right sidebar using the shortcut <b>Shift"
|
"Did you know that you can hide the right sidebar using the shortcut "
|
||||||
"+Tab</b>? You can also enable the icon for this from the<a>Preferences</a>."
|
"<b>Shift+Tab</b>? You can also enable the icon for this from "
|
||||||
|
"the<a>Preferences</a>."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Seitenleiste ausblenden\n"
|
"Seitenleiste ausblenden\n"
|
||||||
"Wussten Sie, dass Sie die rechte Seitenleiste mit der Tastenkombination "
|
"Wussten Sie, dass Sie die rechte Seitenleiste mit der Tastenkombination "
|
||||||
@@ -6825,8 +6844,8 @@ msgstr ""
|
|||||||
#: src/libslic3r/PrintConfig.cpp:4857
|
#: src/libslic3r/PrintConfig.cpp:4857
|
||||||
msgid ""
|
msgid ""
|
||||||
"If enabled, the command line arguments are sent to an existing instance of "
|
"If enabled, the command line arguments are sent to an existing instance of "
|
||||||
"GUI QIDISlicer, or an existing QIDISlicer window is activated. Overrides "
|
"GUI QIDISlicer, or an existing QIDISlicer window is activated. Overrides the "
|
||||||
"the \"single_instance\" configuration value from application preferences."
|
"\"single_instance\" configuration value from application preferences."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Wenn aktiviert, werden die Befehlszeilenargumente an eine vorhandene Instanz "
|
"Wenn aktiviert, werden die Befehlszeilenargumente an eine vorhandene Instanz "
|
||||||
"der GUI QIDISlicer gesendet, oder ein vorhandenes QIDISlicer-Fenster wird "
|
"der GUI QIDISlicer gesendet, oder ein vorhandenes QIDISlicer-Fenster wird "
|
||||||
@@ -6992,8 +7011,8 @@ msgid ""
|
|||||||
"If this is enabled, Slic3r will auto-center objects around the print bed "
|
"If this is enabled, Slic3r will auto-center objects around the print bed "
|
||||||
"center."
|
"center."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Wenn diese Option aktiviert ist, zentriert QIDISlicer Objekte automatisch "
|
"Wenn diese Option aktiviert ist, zentriert QIDISlicer Objekte automatisch um "
|
||||||
"um die Mitte des Druckbettes."
|
"die Mitte des Druckbettes."
|
||||||
|
|
||||||
#: src/slic3r/GUI/Preferences.cpp:251
|
#: src/slic3r/GUI/Preferences.cpp:251
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -7031,8 +7050,8 @@ msgid ""
|
|||||||
"same QIDISlicer is already running, that instance will be reactivated "
|
"same QIDISlicer is already running, that instance will be reactivated "
|
||||||
"instead."
|
"instead."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Wenn dies aktiviert ist, wird beim Starten von QIDISlicer, wenn bereits "
|
"Wenn dies aktiviert ist, wird beim Starten von QIDISlicer, wenn bereits eine "
|
||||||
"eine andere Instanz desselben QIDISlicers läuft, diese Instanz stattdessen "
|
"andere Instanz desselben QIDISlicers läuft, diese Instanz stattdessen "
|
||||||
"reaktiviert."
|
"reaktiviert."
|
||||||
|
|
||||||
#: src/slic3r/GUI/SendSystemInfoDialog.cpp:591
|
#: src/slic3r/GUI/SendSystemInfoDialog.cpp:591
|
||||||
@@ -7671,6 +7690,15 @@ msgstr "Jitter"
|
|||||||
msgid "Join"
|
msgid "Join"
|
||||||
msgstr "Verbinden"
|
msgstr "Verbinden"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/GLCanvas3D.cpp:7526 ../src/common/stockitem.cpp:169
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Jump to"
|
||||||
|
msgstr ""
|
||||||
|
"#-#-#-#-# catalog.po #-#-#-#-#\n"
|
||||||
|
"Gehen zu\n"
|
||||||
|
"#-#-#-#-# catalog.po #-#-#-#-#\n"
|
||||||
|
"Springen zu"
|
||||||
|
|
||||||
#: src/slic3r/GUI/DoubleSlider.cpp:2094 src/slic3r/GUI/DoubleSlider.cpp:2324
|
#: src/slic3r/GUI/DoubleSlider.cpp:2094 src/slic3r/GUI/DoubleSlider.cpp:2324
|
||||||
msgid "Jump to height"
|
msgid "Jump to height"
|
||||||
msgstr "Zur Höhe wechseln"
|
msgstr "Zur Höhe wechseln"
|
||||||
@@ -9087,6 +9115,10 @@ msgstr "Monotone Linien"
|
|||||||
msgid "More"
|
msgid "More"
|
||||||
msgstr "Mehr"
|
msgstr "Mehr"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Plater.cpp:4106
|
||||||
|
msgid "More info at"
|
||||||
|
msgstr "Weitere Infos unter"
|
||||||
|
|
||||||
#: src/slic3r/GUI/GUI.cpp:317
|
#: src/slic3r/GUI/GUI.cpp:317
|
||||||
msgid ""
|
msgid ""
|
||||||
"Most likely the configuration was produced by a newer version of QIDISlicer "
|
"Most likely the configuration was produced by a newer version of QIDISlicer "
|
||||||
@@ -9298,8 +9330,8 @@ msgstr ""
|
|||||||
"Negatives Volumen\n"
|
"Negatives Volumen\n"
|
||||||
"Wussten Sie, dass Sie mit dem Modifizierer \"Negatives Volumen\" ein Netz "
|
"Wussten Sie, dass Sie mit dem Modifizierer \"Negatives Volumen\" ein Netz "
|
||||||
"von einem anderen subtrahieren können? Auf diese Weise können Sie z.B. "
|
"von einem anderen subtrahieren können? Auf diese Weise können Sie z.B. "
|
||||||
"leicht veränderbare Löcher direkt in QIDISlicer erstellen. Lesen Sie mehr "
|
"leicht veränderbare Löcher direkt in QIDISlicer erstellen. Lesen Sie mehr in "
|
||||||
"in der Dokumentation. (Erfordert den Fortgeschrittenen- oder Expertenmodus.)"
|
"der Dokumentation. (Erfordert den Fortgeschrittenen- oder Expertenmodus.)"
|
||||||
|
|
||||||
#: src/slic3r/GUI/BonjourDialog.cpp:58
|
#: src/slic3r/GUI/BonjourDialog.cpp:58
|
||||||
msgid "Network lookup"
|
msgid "Network lookup"
|
||||||
@@ -9500,13 +9532,13 @@ msgstr ""
|
|||||||
"Hinweis: Alle Parameter aus dieser Gruppe werden in die Einstellungen des "
|
"Hinweis: Alle Parameter aus dieser Gruppe werden in die Einstellungen des "
|
||||||
"physischen Druckers verschoben (siehe Changelog).\n"
|
"physischen Druckers verschoben (siehe Changelog).\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Ein neues physisches Druckerprofil wird erstellt, indem man auf das \"Zahnrad"
|
"Ein neues physisches Druckerprofil wird erstellt, indem man auf das "
|
||||||
"\"-Symbol rechts vom Auswahlfeld \"Druckerprofile\" klickt, indem man den "
|
"\"Zahnrad\"-Symbol rechts vom Auswahlfeld \"Druckerprofile\" klickt, indem "
|
||||||
"Punkt \"Physischen Drucker hinzufügen\" im Auswahlfeld \"Drucker\" auswählt. "
|
"man den Punkt \"Physischen Drucker hinzufügen\" im Auswahlfeld \"Drucker\" "
|
||||||
"Der Profil-Editor für physische Drucker wird auch durch Klicken auf das "
|
"auswählt. Der Profil-Editor für physische Drucker wird auch durch Klicken "
|
||||||
"\"Zahnrad\"-Symbol in der Registerkarte \"Druckereinstellungen\" geöffnet. "
|
"auf das \"Zahnrad\"-Symbol in der Registerkarte \"Druckereinstellungen\" "
|
||||||
"Die Profile des physischen Druckers werden im Verzeichnis QIDISlicer/"
|
"geöffnet. Die Profile des physischen Druckers werden im Verzeichnis "
|
||||||
"physical_printer gespeichert."
|
"QIDISlicer/physical_printer gespeichert."
|
||||||
|
|
||||||
#: src/slic3r/Utils/AstroBox.cpp:93
|
#: src/slic3r/Utils/AstroBox.cpp:93
|
||||||
msgid "Note: AstroBox version at least 1.1.0 is required."
|
msgid "Note: AstroBox version at least 1.1.0 is required."
|
||||||
@@ -9564,7 +9596,6 @@ msgstr[0] ""
|
|||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
"Beachten Sie, dass die ausgewählte Voreinstellung auch in diesen Druckern "
|
"Beachten Sie, dass die ausgewählte Voreinstellung auch in diesen Druckern "
|
||||||
"umbenannt wird."
|
"umbenannt wird."
|
||||||
msgstr[2] ""
|
|
||||||
|
|
||||||
#: src/slic3r/GUI/Tab.cpp:4151
|
#: src/slic3r/GUI/Tab.cpp:4151
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -10871,6 +10902,16 @@ msgid "Please check your object list before preset changing."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Bitte überprüfen Sie Ihre Objektliste, bevor Sie die Voreinstellungen ändern."
|
"Bitte überprüfen Sie Ihre Objektliste, bevor Sie die Voreinstellungen ändern."
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Plater.cpp:4104 src/slic3r/GUI/Plater.cpp:4110
|
||||||
|
msgid ""
|
||||||
|
"Please note that template presets are not customized for specific printer "
|
||||||
|
"and should only be used as a starting point for creating your own user "
|
||||||
|
"presets."
|
||||||
|
msgstr ""
|
||||||
|
"Bitte beachten Sie, dass die Vorlagen-Voreinstellungen nicht für einen "
|
||||||
|
"bestimmten Drucker angepasst sind und nur als Ausgangspunkt für die "
|
||||||
|
"Erstellung Ihrer eigenen Benutzer-Voreinstellungen verwendet werden sollten."
|
||||||
|
|
||||||
#: src/slic3r/GUI/BackgroundSlicingProcess.cpp:85
|
#: src/slic3r/GUI/BackgroundSlicingProcess.cpp:85
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please save your project and restart QIDISlicer. We would be glad if you "
|
"Please save your project and restart QIDISlicer. We would be glad if you "
|
||||||
@@ -11159,8 +11200,8 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Printables.com Integration\n"
|
"Printables.com Integration\n"
|
||||||
"Wussten Sie, dass Sie beim Surfen auf Printables.com mit einem einzigen "
|
"Wussten Sie, dass Sie beim Surfen auf Printables.com mit einem einzigen "
|
||||||
"Klick 3D-Modelldateien an QIDISlicer senden können? Erfahren Sie mehr in "
|
"Klick 3D-Modelldateien an QIDISlicer senden können? Erfahren Sie mehr in der "
|
||||||
"der Dokumentation."
|
"Dokumentation."
|
||||||
|
|
||||||
#: resources/data/hints.ini: [hint:Printable toggle]
|
#: resources/data/hints.ini: [hint:Printable toggle]
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -11463,15 +11504,15 @@ msgstr "QIDISlicer ist auf einen schwerwiegenden Fehler gestoßen: \"%1%\""
|
|||||||
|
|
||||||
#: src/slic3r/GUI/GUI_App.cpp:743
|
#: src/slic3r/GUI/GUI_App.cpp:743
|
||||||
msgid ""
|
msgid ""
|
||||||
"QIDISlicer has encountered a localization error. Please report to "
|
"QIDISlicer has encountered a localization error. Please report to QIDISlicer "
|
||||||
"QIDISlicer team, what language was active and in which scenario this issue "
|
"team, what language was active and in which scenario this issue happened. "
|
||||||
"happened. Thank you.\n"
|
"Thank you.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"The application will now terminate."
|
"The application will now terminate."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"QIDISlicer ist auf einen Lokalisierungsfehler gestoßen. Bitte melden Sie "
|
"QIDISlicer ist auf einen Lokalisierungsfehler gestoßen. Bitte melden Sie dem "
|
||||||
"dem QIDISlicer-Team, welche Sprache aktiv war und in welchem Szenario "
|
"QIDISlicer-Team, welche Sprache aktiv war und in welchem Szenario dieses "
|
||||||
"dieses Problem aufgetreten ist. Wir danken Ihnen.\n"
|
"Problem aufgetreten ist. Wir danken Ihnen.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Die Anwendung wird nun beendet."
|
"Die Anwendung wird nun beendet."
|
||||||
|
|
||||||
@@ -11533,8 +11574,8 @@ msgid ""
|
|||||||
"correctly, \n"
|
"correctly, \n"
|
||||||
"while OpenGL version %s, render %s, vendor %s was detected."
|
"while OpenGL version %s, render %s, vendor %s was detected."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"QIDISlicer benötigt einen OpenGL ES 2.0-fähigen Grafiktreiber, um korrekt "
|
"QIDISlicer benötigt einen OpenGL ES 2.0-fähigen Grafiktreiber, um korrekt zu "
|
||||||
"zu funktionieren, \n"
|
"funktionieren, \n"
|
||||||
"während OpenGL Version %s, Render %s, Hersteller %s erkannt wurde."
|
"während OpenGL Version %s, Render %s, Hersteller %s erkannt wurde."
|
||||||
|
|
||||||
#: src/slic3r/GUI/OpenGLManager.cpp:380
|
#: src/slic3r/GUI/OpenGLManager.cpp:380
|
||||||
@@ -13455,6 +13496,12 @@ msgstr "Oberen Schieber aktiv setzen"
|
|||||||
msgid "%s Family"
|
msgid "%s Family"
|
||||||
msgstr "%s Familie"
|
msgstr "%s Familie"
|
||||||
|
|
||||||
|
#. TRN %s = type of file
|
||||||
|
#: src/slic3r/GUI/GUI_App.cpp:609
|
||||||
|
#, c-format, boost-format
|
||||||
|
msgid "%s files"
|
||||||
|
msgstr "%s Dateien"
|
||||||
|
|
||||||
#: src/slic3r/GUI/ConfigManipulation.cpp:167
|
#: src/slic3r/GUI/ConfigManipulation.cpp:167
|
||||||
msgid "Shall I adjust those settings for supports?"
|
msgid "Shall I adjust those settings for supports?"
|
||||||
msgstr "Soll ich diese Einstellungen für Stützen anpassen?"
|
msgstr "Soll ich diese Einstellungen für Stützen anpassen?"
|
||||||
@@ -13630,6 +13677,10 @@ msgstr "Legende ein-/ausblenden"
|
|||||||
msgid "Show/Hide object/instance labels"
|
msgid "Show/Hide object/instance labels"
|
||||||
msgstr "Objekt-/Kopiebeschriftungen ein-/ausblenden"
|
msgstr "Objekt-/Kopiebeschriftungen ein-/ausblenden"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/PresetComboBoxes.cpp:787
|
||||||
|
msgid "Show/Hide template presets"
|
||||||
|
msgstr "Zeigen/Verbergen Vorlagen-Voreinstellungen"
|
||||||
|
|
||||||
#: src/slic3r/GUI/Preferences.cpp:304
|
#: src/slic3r/GUI/Preferences.cpp:304
|
||||||
msgid "Show incompatible print and filament presets"
|
msgid "Show incompatible print and filament presets"
|
||||||
msgstr "Inkompatible Druck- und Filamenteinstellungen anzeigen"
|
msgstr "Inkompatible Druck- und Filamenteinstellungen anzeigen"
|
||||||
@@ -13991,8 +14042,8 @@ msgid ""
|
|||||||
"Slic3r can upload G-code files to a printer host. This field must contain "
|
"Slic3r can upload G-code files to a printer host. This field must contain "
|
||||||
"the kind of the host."
|
"the kind of the host."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"QIDISlicer kann G-Code Dateien auf einen Drucker-Host hochladen. Dieses "
|
"QIDISlicer kann G-Code Dateien auf einen Drucker-Host hochladen. Dieses Feld "
|
||||||
"Feld sollte den Typ des Hosts enthalten."
|
"sollte den Typ des Hosts enthalten."
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:325
|
#: src/libslic3r/PrintConfig.cpp:325
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -14011,9 +14062,9 @@ msgid ""
|
|||||||
"name and password into the URL in the following format: https://username:"
|
"name and password into the URL in the following format: https://username:"
|
||||||
"password@your-octopi-address/"
|
"password@your-octopi-address/"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"QIDISlicer kann G-Code-Dateien auf einen Drucker-Host hochladen. Dieses "
|
"QIDISlicer kann G-Code-Dateien auf einen Drucker-Host hochladen. Dieses Feld "
|
||||||
"Feld sollte den Hostnamen, die IP-Adresse oder die URL der Drucker-Host-"
|
"sollte den Hostnamen, die IP-Adresse oder die URL der Drucker-Host-Instanz "
|
||||||
"Instanz enthalten. Auf einen Drucker-Host hinter HAProxy mit aktivierter "
|
"enthalten. Auf einen Drucker-Host hinter HAProxy mit aktivierter "
|
||||||
"Basisauthentifizierung kann zugegriffen werden, indem der Benutzername und "
|
"Basisauthentifizierung kann zugegriffen werden, indem der Benutzername und "
|
||||||
"das Passwort im folgenden Format in die URL eingegeben werden: https://"
|
"das Passwort im folgenden Format in die URL eingegeben werden: https://"
|
||||||
"username:password@Ihre-octopi-addresse/"
|
"username:password@Ihre-octopi-addresse/"
|
||||||
@@ -15327,8 +15378,8 @@ msgid_plural ""
|
|||||||
"the dimensions of these objects?"
|
"the dimensions of these objects?"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
"Die Abmessungen des Objekts aus der Datei %s scheinen in Metern definiert zu "
|
"Die Abmessungen des Objekts aus der Datei %s scheinen in Metern definiert zu "
|
||||||
"sein. Die interne Einheit von QIDISlicer ist ein Millimeter. Möchten Sie "
|
"sein. Die interne Einheit von QIDISlicer ist ein Millimeter. Möchten Sie die "
|
||||||
"die Abmessungen des Objekts neu berechnen?"
|
"Abmessungen des Objekts neu berechnen?"
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
"Die Abmessungen einiger Objekte aus der Datei %s scheinen in Metern "
|
"Die Abmessungen einiger Objekte aus der Datei %s scheinen in Metern "
|
||||||
"definiert zu sein. Die interne Einheit von QIDISlicer ist ein Millimeter. "
|
"definiert zu sein. Die interne Einheit von QIDISlicer ist ein Millimeter. "
|
||||||
@@ -15364,6 +15415,15 @@ msgstr ""
|
|||||||
msgid "The extruder to use when printing infill."
|
msgid "The extruder to use when printing infill."
|
||||||
msgstr "Extruder der beim Infill benutzt wird."
|
msgstr "Extruder der beim Infill benutzt wird."
|
||||||
|
|
||||||
|
#: src/libslic3r/PrintConfig.cpp:3241
|
||||||
|
msgid ""
|
||||||
|
"The extruder to use when printing perimeter of the wipe tower. Set to 0 to "
|
||||||
|
"use the one that is available (non-soluble would be preferred)."
|
||||||
|
msgstr ""
|
||||||
|
"Der Extruder, der beim Drucken der Perimeter des Reinigungsturms verwendet "
|
||||||
|
"wird. Setzen Sie den Wert auf 0, um den verfügbaren Extruder zu verwenden "
|
||||||
|
"(nicht löslich wäre vorzuziehen)."
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:2036
|
#: src/libslic3r/PrintConfig.cpp:2036
|
||||||
msgid ""
|
msgid ""
|
||||||
"The extruder to use when printing perimeters and brim. First extruder is 1."
|
"The extruder to use when printing perimeters and brim. First extruder is 1."
|
||||||
@@ -15745,7 +15805,6 @@ msgstr[0] ""
|
|||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
"Die unten stehenden physischen Drucker basieren auf der Voreinstellung, die "
|
"Die unten stehenden physischen Drucker basieren auf der Voreinstellung, die "
|
||||||
"Sie umbenennen werden."
|
"Sie umbenennen werden."
|
||||||
msgstr[2] ""
|
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:641
|
#: src/libslic3r/PrintConfig.cpp:641
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -16420,8 +16479,8 @@ msgstr ""
|
|||||||
"stat in linearen Millimetern. Wenn die Firmware den Filamentdurchmesser "
|
"stat in linearen Millimetern. Wenn die Firmware den Filamentdurchmesser "
|
||||||
"noch nicht kennt, können Sie Befehle wie 'M200 D[filament_diameter_0] T0' in "
|
"noch nicht kennt, können Sie Befehle wie 'M200 D[filament_diameter_0] T0' in "
|
||||||
"den Start-G-Code eingeben, um den volumetrischen Modus zu aktivieren und den "
|
"den Start-G-Code eingeben, um den volumetrischen Modus zu aktivieren und den "
|
||||||
"in QIDISlicer angegebenen Filamentdurchmesser zu benutzen. Dies wird nur "
|
"in QIDISlicer angegebenen Filamentdurchmesser zu benutzen. Dies wird nur von "
|
||||||
"von neueren Marlin-Versionen unterstützt."
|
"neueren Marlin-Versionen unterstützt."
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:512
|
#: src/libslic3r/PrintConfig.cpp:512
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -16592,8 +16651,8 @@ msgstr "Dies ist eine Systemvoreinstellung."
|
|||||||
#: src/libslic3r/PrintConfig.cpp:3740
|
#: src/libslic3r/PrintConfig.cpp:3740
|
||||||
msgid "This is only used in the Slic3r interface as a visual help."
|
msgid "This is only used in the Slic3r interface as a visual help."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Dies wird nur als visuelles Hilfsmittel in der QIDISlicer-"
|
"Dies wird nur als visuelles Hilfsmittel in der QIDISlicer-Benutzeroberfläche "
|
||||||
"Benutzeroberfläche verwendet."
|
"verwendet."
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:737
|
#: src/libslic3r/PrintConfig.cpp:737
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -16946,17 +17005,17 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:4836
|
#: src/libslic3r/PrintConfig.cpp:4836
|
||||||
msgid ""
|
msgid ""
|
||||||
"This version of QIDISlicer may not understand configurations produced by "
|
"This version of QIDISlicer may not understand configurations produced by the "
|
||||||
"the newest QIDISlicer versions. For example, newer QIDISlicer may extend "
|
"newest QIDISlicer versions. For example, newer QIDISlicer may extend the "
|
||||||
"the list of supported firmware flavors. One may decide to bail out or to "
|
"list of supported firmware flavors. One may decide to bail out or to "
|
||||||
"substitute an unknown value with a default silently or verbosely."
|
"substitute an unknown value with a default silently or verbosely."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Diese Version von QIDISlicer versteht möglicherweise keine Konfigurationen, "
|
"Diese Version von QIDISlicer versteht möglicherweise keine Konfigurationen, "
|
||||||
"die von den neuesten QIDISlicer-Versionen erzeugt werden. Neuere "
|
"die von den neuesten QIDISlicer-Versionen erzeugt werden. Neuere QIDISlicer "
|
||||||
"QIDISlicer können zum Beispiel die Liste der unterstützten Firmware-"
|
"können zum Beispiel die Liste der unterstützten Firmware-Varianten "
|
||||||
"Varianten erweitern. Sie können sich entscheiden, das Programm zu verlassen "
|
"erweitern. Sie können sich entscheiden, das Programm zu verlassen oder einen "
|
||||||
"oder einen unbekannten Wert stillschweigend oder interaktiv durch einen "
|
"unbekannten Wert stillschweigend oder interaktiv durch einen Standardwert zu "
|
||||||
"Standardwert zu ersetzen."
|
"ersetzen."
|
||||||
|
|
||||||
#: src/slic3r/GUI/UpdateDialogs.cpp:392
|
#: src/slic3r/GUI/UpdateDialogs.cpp:392
|
||||||
#, c-format, boost-format
|
#, c-format, boost-format
|
||||||
@@ -17368,6 +17427,10 @@ msgstr "Kann nicht nachgeladen werden:"
|
|||||||
msgid "Unable to replace with more than one volume"
|
msgid "Unable to replace with more than one volume"
|
||||||
msgstr "Kann nicht durch mehr als ein Volumen ersetzt werden"
|
msgstr "Kann nicht durch mehr als ein Volumen ersetzt werden"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Plater.cpp:6681
|
||||||
|
msgid "Unable to save file"
|
||||||
|
msgstr "Kann Datei nicht speichern"
|
||||||
|
|
||||||
#: src/slic3r/GUI/OptionsGroup.cpp:126
|
#: src/slic3r/GUI/OptionsGroup.cpp:126
|
||||||
msgid "Unavailable for this method."
|
msgid "Unavailable for this method."
|
||||||
msgstr "Nicht verfügbar für diese Methode."
|
msgstr "Nicht verfügbar für diese Methode."
|
||||||
@@ -17463,6 +17526,10 @@ msgstr "Rotation zurücksetzen"
|
|||||||
msgid "Undo translation"
|
msgid "Undo translation"
|
||||||
msgstr "Verschiebung zurücksetzen"
|
msgstr "Verschiebung zurücksetzen"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/PhysicalPrinterDialog.cpp:667
|
||||||
|
msgid "Unexpected character"
|
||||||
|
msgstr "Unerwartetes Zeichen"
|
||||||
|
|
||||||
#: src/libslic3r/miniz_extension.cpp:111
|
#: src/libslic3r/miniz_extension.cpp:111
|
||||||
msgid "unexpected decompressed size"
|
msgid "unexpected decompressed size"
|
||||||
msgstr "unerwartete dekomprimierte Größe"
|
msgstr "unerwartete dekomprimierte Größe"
|
||||||
@@ -18131,9 +18198,8 @@ msgstr ""
|
|||||||
"QIDISlicer-Einstellungen verwenden können, so dass Sie den Befehl \"M109 "
|
"QIDISlicer-Einstellungen verwenden können, so dass Sie den Befehl \"M109 "
|
||||||
"S[first_layer_temperature]\" an beliebiger Stelle einfügen können.\n"
|
"S[first_layer_temperature]\" an beliebiger Stelle einfügen können.\n"
|
||||||
"Wenn Ihr benutzerdefinierter Start-G-Code NICHT M104 oder M190 enthält, "
|
"Wenn Ihr benutzerdefinierter Start-G-Code NICHT M104 oder M190 enthält, "
|
||||||
"führt QIDISlicer den Start-G-Code aus, nachdem das Bett seine "
|
"führt QIDISlicer den Start-G-Code aus, nachdem das Bett seine Zieltemperatur "
|
||||||
"Zieltemperatur erreicht hat und der Extruder gerade mit dem Aufheizen "
|
"erreicht hat und der Extruder gerade mit dem Aufheizen begonnen hat.\n"
|
||||||
"begonnen hat.\n"
|
|
||||||
"\n"
|
"\n"
|
||||||
"Wenn diese Option deaktiviert ist, sendet QIDISlicer KEINE Befehle zum "
|
"Wenn diese Option deaktiviert ist, sendet QIDISlicer KEINE Befehle zum "
|
||||||
"Aufheizen von Extruder und Bett, sondern überlässt beides dem "
|
"Aufheizen von Extruder und Bett, sondern überlässt beides dem "
|
||||||
@@ -18382,7 +18448,11 @@ msgstr "Reinigungsturm"
|
|||||||
msgid "Wipe tower brim width"
|
msgid "Wipe tower brim width"
|
||||||
msgstr "Reinigungsturm Randbreite"
|
msgstr "Reinigungsturm Randbreite"
|
||||||
|
|
||||||
#: src/slic3r/GUI/Tab.cpp:2087
|
#: src/libslic3r/PrintConfig.cpp:3239
|
||||||
|
msgid "Wipe tower extruder"
|
||||||
|
msgstr "Reinigungsturm Extruder"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Tab.cpp:2096
|
||||||
msgid "Wipe tower parameters"
|
msgid "Wipe tower parameters"
|
||||||
msgstr "Reinigungsturm Parameter"
|
msgstr "Reinigungsturm Parameter"
|
||||||
|
|
||||||
@@ -18526,11 +18596,17 @@ msgstr ""
|
|||||||
"Sie verwenden eine 32-Bit-Version von QIDISlicer unter 64-Bit-Windows.\n"
|
"Sie verwenden eine 32-Bit-Version von QIDISlicer unter 64-Bit-Windows.\n"
|
||||||
"Ein 32-Bit-Build von QIDISlicer ist wahrscheinlich nicht in der Lage, das "
|
"Ein 32-Bit-Build von QIDISlicer ist wahrscheinlich nicht in der Lage, das "
|
||||||
"gesamte im System verfügbare RAM zu nutzen.\n"
|
"gesamte im System verfügbare RAM zu nutzen.\n"
|
||||||
"Bitte laden Sie einen 64-Bit-Build von QIDISlicer von https://www.qidi3d."
|
"Bitte laden Sie einen 64-Bit-Build von QIDISlicer von https://www.qidi3d.com/"
|
||||||
"com/qidislicer/ herunter und installieren Sie ihn.\n"
|
"qidislicer/ herunter und installieren Sie ihn.\n"
|
||||||
"Möchten Sie fortfahren?"
|
"Möchten Sie fortfahren?"
|
||||||
|
|
||||||
#: src/slic3r/GUI/Plater.cpp:5200
|
#: src/slic3r/GUI/Plater.cpp:4103 src/slic3r/GUI/Plater.cpp:4109
|
||||||
|
msgid "You are using template filament preset."
|
||||||
|
msgid_plural "You are using template filament presets."
|
||||||
|
msgstr[0] "Sie verwenden eine Vorlagen-Filament-Voreinstellung."
|
||||||
|
msgstr[1] "Sie verwenden Vorlagen-Filament-Voreinstellungen."
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Plater.cpp:5241
|
||||||
msgid ""
|
msgid ""
|
||||||
"You can keep presets modifications to the new project, discard them or save "
|
"You can keep presets modifications to the new project, discard them or save "
|
||||||
"changes as new presets.\n"
|
"changes as new presets.\n"
|
||||||
@@ -18596,12 +18672,13 @@ msgid ""
|
|||||||
"You can use all configuration options as variables inside this template. For "
|
"You can use all configuration options as variables inside this template. For "
|
||||||
"example: [layer_height], [fill_density] etc. You can also use [timestamp], "
|
"example: [layer_height], [fill_density] etc. You can also use [timestamp], "
|
||||||
"[year], [month], [day], [hour], [minute], [second], [version], "
|
"[year], [month], [day], [hour], [minute], [second], [version], "
|
||||||
"[input_filename], [input_filename_base]."
|
"[input_filename], [input_filename_base], [default_output_extension]."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Sie können alle Konfigurationsoptionen als Variablen in dieser Vorlage "
|
"Sie können alle Konfigurationsoptionen als Variablen in dieser Vorlage "
|
||||||
"benutzen. Zum Beispiel: [layer_height], [fill_density] usw. Sie können "
|
"verwenden. Zum Beispiel: [layer_height], [fill_density] usw. Sie können auch "
|
||||||
"auch [timestamp], [year], [month], [day], [hour], [minute], [second], "
|
"[timestamp], [year], [month], [day], [hour], [minute], [second], [version], "
|
||||||
"[version], [input_filename], und [input_filename_base] benutzen."
|
"[input_filename], [input_filename_base], [default_output_extension] "
|
||||||
|
"verwenden."
|
||||||
|
|
||||||
#: src/slic3r/GUI/NotificationManager.hpp:908
|
#: src/slic3r/GUI/NotificationManager.hpp:908
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -18611,8 +18688,8 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Sie haben gerade einen G-Code für Farbwechsel hinzugefügt, aber sein Wert "
|
"Sie haben gerade einen G-Code für Farbwechsel hinzugefügt, aber sein Wert "
|
||||||
"ist leer.\n"
|
"ist leer.\n"
|
||||||
"Um den G-Code korrekt zu exportieren, überprüfen Sie den \"Farbwechsel-G-Code"
|
"Um den G-Code korrekt zu exportieren, überprüfen Sie den \"Farbwechsel-G-"
|
||||||
"\" unter \"Druckereinstellungen > Benutzerdefinierter G-Code\"."
|
"Code\" unter \"Druckereinstellungen > Benutzerdefinierter G-Code\"."
|
||||||
|
|
||||||
#: src/slic3r/GUI/SavePresetDialog.cpp:405
|
#: src/slic3r/GUI/SavePresetDialog.cpp:405
|
||||||
#, boost-format
|
#, boost-format
|
||||||
@@ -23024,10 +23101,6 @@ msgstr "Japanische Postkarte 100 × 148 mm"
|
|||||||
msgid "Japanese Postcard Rotated 148 x 100 mm"
|
msgid "Japanese Postcard Rotated 148 x 100 mm"
|
||||||
msgstr "Japanische Postkarte Rotiert 100 × 148 mm"
|
msgstr "Japanische Postkarte Rotiert 100 × 148 mm"
|
||||||
|
|
||||||
#: ../src/common/stockitem.cpp:169
|
|
||||||
msgid "Jump to"
|
|
||||||
msgstr "Springen zu"
|
|
||||||
|
|
||||||
#: ../src/common/stockitem.cpp:171
|
#: ../src/common/stockitem.cpp:171
|
||||||
msgid "Justified"
|
msgid "Justified"
|
||||||
msgstr "Blocksatz"
|
msgstr "Blocksatz"
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Generator: Poedit 2.3\n"
|
"X-Generator: Poedit 3.3.2\n"
|
||||||
|
|
||||||
#: src/slic3r/GUI/AboutDialog.cpp:46 src/slic3r/GUI/AboutDialog.cpp:304
|
#: src/slic3r/GUI/AboutDialog.cpp:46 src/slic3r/GUI/AboutDialog.cpp:304
|
||||||
msgid "Portions copyright"
|
msgid "Portions copyright"
|
||||||
@@ -2638,7 +2638,24 @@ msgid ""
|
|||||||
"Resolve the current problem to continue slicing."
|
"Resolve the current problem to continue slicing."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/slic3r/GUI/GLCanvas3D.cpp:7539
|
#. TRN %3% is name of Object1, %4% is name of Object2
|
||||||
|
#: src/slic3r/GUI/GLCanvas3D.cpp:7496
|
||||||
|
#, boost-format
|
||||||
|
msgid ""
|
||||||
|
"Conflicts in G-code paths have been detected at layer %1%, z=%2$.2f mm. "
|
||||||
|
"Please reposition the conflicting objects (%3% <-> %4%) further apart."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/GLCanvas3D.cpp:7529
|
||||||
|
#: src/slic3r/GUI/NotificationManager.cpp:2101
|
||||||
|
#: src/slic3r/GUI/NotificationManager.cpp:2108
|
||||||
|
#: src/slic3r/GUI/NotificationManager.cpp:2124
|
||||||
|
#: src/slic3r/GUI/NotificationManager.cpp:2130
|
||||||
|
#: src/slic3r/GUI/NotificationManager.cpp:2201
|
||||||
|
msgid "ERROR:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/GLCanvas3D.cpp:7606
|
||||||
msgid "Selection-Add from rectangle"
|
msgid "Selection-Add from rectangle"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -4332,7 +4349,13 @@ msgstr ""
|
|||||||
msgid "Start the application"
|
msgid "Start the application"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/slic3r/GUI/GUI_App.cpp:736
|
#. TRN %s = type of file
|
||||||
|
#: src/slic3r/GUI/GUI_App.cpp:609
|
||||||
|
#, c-format, boost-format
|
||||||
|
msgid "%s files"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/GUI_App.cpp:772
|
||||||
#, c-format, boost-format
|
#, c-format, boost-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s has encountered an error. It was likely caused by running out of memory. "
|
"%s has encountered an error. It was likely caused by running out of memory. "
|
||||||
@@ -4348,9 +4371,9 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/slic3r/GUI/GUI_App.cpp:743
|
#: src/slic3r/GUI/GUI_App.cpp:743
|
||||||
msgid ""
|
msgid ""
|
||||||
"QIDISlicer has encountered a localization error. Please report to "
|
"QIDISlicer has encountered a localization error. Please report to QIDISlicer "
|
||||||
"QIDISlicer team, what language was active and in which scenario this issue "
|
"team, what language was active and in which scenario this issue happened. "
|
||||||
"happened. Thank you.\n"
|
"Thank you.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"The application will now terminate."
|
"The application will now terminate."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -7526,14 +7549,6 @@ msgstr ""
|
|||||||
msgid "Export."
|
msgid "Export."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/slic3r/GUI/NotificationManager.cpp:2101
|
|
||||||
#: src/slic3r/GUI/NotificationManager.cpp:2108
|
|
||||||
#: src/slic3r/GUI/NotificationManager.cpp:2124
|
|
||||||
#: src/slic3r/GUI/NotificationManager.cpp:2130
|
|
||||||
#: src/slic3r/GUI/NotificationManager.cpp:2201
|
|
||||||
msgid "ERROR:"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/slic3r/GUI/NotificationManager.cpp:2113
|
#: src/slic3r/GUI/NotificationManager.cpp:2113
|
||||||
#: src/slic3r/GUI/NotificationManager.cpp:2140
|
#: src/slic3r/GUI/NotificationManager.cpp:2140
|
||||||
#: src/slic3r/GUI/NotificationManager.cpp:2148
|
#: src/slic3r/GUI/NotificationManager.cpp:2148
|
||||||
@@ -7609,8 +7624,8 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/slic3r/GUI/OpenGLManager.cpp:390
|
#: src/slic3r/GUI/OpenGLManager.cpp:390
|
||||||
msgid ""
|
msgid ""
|
||||||
"As a workaround, you may run QIDISlicer with a software rendered 3D "
|
"As a workaround, you may run QIDISlicer with a software rendered 3D graphics "
|
||||||
"graphics by running qidi-slicer.exe with the --sw-renderer parameter."
|
"by running qidi-slicer.exe with the --sw-renderer parameter."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/slic3r/GUI/OpenGLManager.cpp:392
|
#: src/slic3r/GUI/OpenGLManager.cpp:392
|
||||||
@@ -7708,7 +7723,16 @@ msgid ""
|
|||||||
"Keychain."
|
"Keychain."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/slic3r/GUI/PhysicalPrinterDialog.cpp:705
|
#: src/slic3r/GUI/PhysicalPrinterDialog.cpp:667
|
||||||
|
msgid "Unexpected character"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/PhysicalPrinterDialog.cpp:668
|
||||||
|
#: src/slic3r/GUI/SavePresetDialog.cpp:169
|
||||||
|
msgid "The following characters are not allowed in the name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/PhysicalPrinterDialog.cpp:723
|
||||||
msgid "You have to enter a printer name."
|
msgid "You have to enter a printer name."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -8124,7 +8148,11 @@ msgstr ""
|
|||||||
msgid "Enable supports for enforcers only"
|
msgid "Enable supports for enforcers only"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/slic3r/GUI/Plater.cpp:3362 src/slic3r/GUI/Plater.cpp:4258
|
#: src/slic3r/GUI/Plater.cpp:3229
|
||||||
|
msgid "Bed temperatures for the used filaments differ significantly."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Plater.cpp:3367 src/slic3r/GUI/Plater.cpp:4294
|
||||||
msgid "Invalid data"
|
msgid "Invalid data"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -8185,7 +8213,24 @@ msgstr ""
|
|||||||
msgid "Reload all from disk"
|
msgid "Reload all from disk"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/slic3r/GUI/Plater.cpp:4211
|
#: src/slic3r/GUI/Plater.cpp:4103 src/slic3r/GUI/Plater.cpp:4109
|
||||||
|
msgid "You are using template filament preset."
|
||||||
|
msgid_plural "You are using template filament presets."
|
||||||
|
msgstr[0] ""
|
||||||
|
msgstr[1] ""
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Plater.cpp:4104 src/slic3r/GUI/Plater.cpp:4110
|
||||||
|
msgid ""
|
||||||
|
"Please note that template presets are not customized for specific printer "
|
||||||
|
"and should only be used as a starting point for creating your own user "
|
||||||
|
"presets."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Plater.cpp:4106
|
||||||
|
msgid "More info at"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Plater.cpp:4247
|
||||||
msgid "There are active warnings concerning sliced models:"
|
msgid "There are active warnings concerning sliced models:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -8422,7 +8467,11 @@ msgstr ""
|
|||||||
msgid "Save project"
|
msgid "Save project"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/slic3r/GUI/Plater.cpp:6826
|
#: src/slic3r/GUI/Plater.cpp:6681
|
||||||
|
msgid "Unable to save file"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Plater.cpp:6875
|
||||||
msgid "Is the printer ready? Is the print sheet in place, empty and clean?"
|
msgid "Is the printer ready? Is the print sheet in place, empty and clean?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -8950,7 +8999,11 @@ msgstr ""
|
|||||||
msgid "Change extruder color"
|
msgid "Change extruder color"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/slic3r/GUI/PresetComboBoxes.cpp:767 src/slic3r/GUI/Tab.cpp:3503
|
#: src/slic3r/GUI/PresetComboBoxes.cpp:787
|
||||||
|
msgid "Show/Hide template presets"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/PresetComboBoxes.cpp:795 src/slic3r/GUI/Tab.cpp:3520
|
||||||
msgid "Edit physical printer"
|
msgid "Edit physical printer"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -9295,10 +9348,6 @@ msgstr ""
|
|||||||
msgid "Save printer settings as"
|
msgid "Save printer settings as"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/slic3r/GUI/SavePresetDialog.cpp:169
|
|
||||||
msgid "The following characters are not allowed in the name"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/slic3r/GUI/SavePresetDialog.cpp:176
|
#: src/slic3r/GUI/SavePresetDialog.cpp:176
|
||||||
msgid "The following suffix is not allowed in the name"
|
msgid "The following suffix is not allowed in the name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -13789,7 +13838,7 @@ msgid ""
|
|||||||
"You can use all configuration options as variables inside this template. For "
|
"You can use all configuration options as variables inside this template. For "
|
||||||
"example: [layer_height], [fill_density] etc. You can also use [timestamp], "
|
"example: [layer_height], [fill_density] etc. You can also use [timestamp], "
|
||||||
"[year], [month], [day], [hour], [minute], [second], [version], "
|
"[year], [month], [day], [hour], [minute], [second], [version], "
|
||||||
"[input_filename], [input_filename_base]."
|
"[input_filename], [input_filename_base], [default_output_extension]."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:1992
|
#: src/libslic3r/PrintConfig.cpp:1992
|
||||||
@@ -15128,11 +15177,21 @@ msgid "Maximal distance between supports on sparse infill sections."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:3239
|
#: src/libslic3r/PrintConfig.cpp:3239
|
||||||
msgid "XY Size Compensation"
|
msgid "Wipe tower extruder"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:3241
|
#: src/libslic3r/PrintConfig.cpp:3241
|
||||||
msgid ""
|
msgid ""
|
||||||
|
"The extruder to use when printing perimeter of the wipe tower. Set to 0 to "
|
||||||
|
"use the one that is available (non-soluble would be preferred)."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/libslic3r/PrintConfig.cpp:3260
|
||||||
|
msgid "XY Size Compensation"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/libslic3r/PrintConfig.cpp:3262
|
||||||
|
msgid ""
|
||||||
"The object will be grown/shrunk in the XY plane by the configured value "
|
"The object will be grown/shrunk in the XY plane by the configured value "
|
||||||
"(negative = inwards, positive = outwards). This might be useful for fine-"
|
"(negative = inwards, positive = outwards). This might be useful for fine-"
|
||||||
"tuning hole sizes."
|
"tuning hole sizes."
|
||||||
@@ -16137,9 +16196,9 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:4836
|
#: src/libslic3r/PrintConfig.cpp:4836
|
||||||
msgid ""
|
msgid ""
|
||||||
"This version of QIDISlicer may not understand configurations produced by "
|
"This version of QIDISlicer may not understand configurations produced by the "
|
||||||
"the newest QIDISlicer versions. For example, newer QIDISlicer may extend "
|
"newest QIDISlicer versions. For example, newer QIDISlicer may extend the "
|
||||||
"the list of supported firmware flavors. One may decide to bail out or to "
|
"list of supported firmware flavors. One may decide to bail out or to "
|
||||||
"substitute an unknown value with a default silently or verbosely."
|
"substitute an unknown value with a default silently or verbosely."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -16186,8 +16245,8 @@ msgstr ""
|
|||||||
#: src/libslic3r/PrintConfig.cpp:4857
|
#: src/libslic3r/PrintConfig.cpp:4857
|
||||||
msgid ""
|
msgid ""
|
||||||
"If enabled, the command line arguments are sent to an existing instance of "
|
"If enabled, the command line arguments are sent to an existing instance of "
|
||||||
"GUI QIDISlicer, or an existing QIDISlicer window is activated. Overrides "
|
"GUI QIDISlicer, or an existing QIDISlicer window is activated. Overrides the "
|
||||||
"the \"single_instance\" configuration value from application preferences."
|
"\"single_instance\" configuration value from application preferences."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:4862
|
#: src/libslic3r/PrintConfig.cpp:4862
|
||||||
@@ -16313,8 +16372,9 @@ msgstr ""
|
|||||||
#: resources/data/hints.ini: [hint:Hiding sidebar]
|
#: resources/data/hints.ini: [hint:Hiding sidebar]
|
||||||
msgid ""
|
msgid ""
|
||||||
"Hiding sidebar\n"
|
"Hiding sidebar\n"
|
||||||
"Did you know that you can hide the right sidebar using the shortcut <b>Shift"
|
"Did you know that you can hide the right sidebar using the shortcut "
|
||||||
"+Tab</b>? You can also enable the icon for this from the<a>Preferences</a>."
|
"<b>Shift+Tab</b>? You can also enable the icon for this from "
|
||||||
|
"the<a>Preferences</a>."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: resources/data/hints.ini: [hint:Perspective camera]
|
#: resources/data/hints.ini: [hint:Perspective camera]
|
||||||
|
|||||||
@@ -1,11 +1,16 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Project-Id-Version: \n"
|
||||||
|
"POT-Creation-Date: \n"
|
||||||
|
"PO-Revision-Date: \n"
|
||||||
|
"Last-Translator: \n"
|
||||||
|
"Language-Team: \n"
|
||||||
"Language: es\n"
|
"Language: es\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Generator: QIDIlator\n"
|
"X-Generator: Poedit 3.3.2\n"
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:503 src/libslic3r/PrintConfig.cpp:594
|
#: src/libslic3r/PrintConfig.cpp:503 src/libslic3r/PrintConfig.cpp:594
|
||||||
#: src/libslic3r/PrintConfig.cpp:603 src/libslic3r/PrintConfig.cpp:612
|
#: src/libslic3r/PrintConfig.cpp:603 src/libslic3r/PrintConfig.cpp:612
|
||||||
@@ -66,7 +71,6 @@ msgid "%1$d connector is out of cut contour"
|
|||||||
msgid_plural "%1$d connectors are out of cut contour"
|
msgid_plural "%1$d connectors are out of cut contour"
|
||||||
msgstr[0] "%1$d conector está fuera del contorno de corte"
|
msgstr[0] "%1$d conector está fuera del contorno de corte"
|
||||||
msgstr[1] "%1$d conectores están fuera del contorno de corte"
|
msgstr[1] "%1$d conectores están fuera del contorno de corte"
|
||||||
msgstr[2] ""
|
|
||||||
|
|
||||||
#: src/slic3r/GUI/Gizmos/GLGizmoCut.cpp:2200
|
#: src/slic3r/GUI/Gizmos/GLGizmoCut.cpp:2200
|
||||||
#, c-format, boost-format
|
#, c-format, boost-format
|
||||||
@@ -74,7 +78,6 @@ msgid "%1$d connector is out of object"
|
|||||||
msgid_plural "%1$d connectors are out of object"
|
msgid_plural "%1$d connectors are out of object"
|
||||||
msgstr[0] "%1$d conector está fuera de objeto"
|
msgstr[0] "%1$d conector está fuera de objeto"
|
||||||
msgstr[1] "%1$d conectores están fuera de objeto"
|
msgstr[1] "%1$d conectores están fuera de objeto"
|
||||||
msgstr[2] ""
|
|
||||||
|
|
||||||
#: src/slic3r/GUI/GUI_ObjectList.cpp:459
|
#: src/slic3r/GUI/GUI_ObjectList.cpp:459
|
||||||
#, c-format, boost-format
|
#, c-format, boost-format
|
||||||
@@ -110,7 +113,6 @@ msgid "%1$d object was loaded as a part of cut object."
|
|||||||
msgid_plural "%1$d objects were loaded as parts of cut object"
|
msgid_plural "%1$d objects were loaded as parts of cut object"
|
||||||
msgstr[0] "%1$d objeto se cargó como parte del objeto cortado."
|
msgstr[0] "%1$d objeto se cargó como parte del objeto cortado."
|
||||||
msgstr[1] "%1$d objetos se cargaron como partes de objetos cortados"
|
msgstr[1] "%1$d objetos se cargaron como partes de objetos cortados"
|
||||||
msgstr[2] ""
|
|
||||||
|
|
||||||
#: src/slic3r/GUI/NotificationManager.cpp:1649
|
#: src/slic3r/GUI/NotificationManager.cpp:1649
|
||||||
#, c-format, boost-format
|
#, c-format, boost-format
|
||||||
@@ -1334,8 +1336,8 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/slic3r/GUI/OpenGLManager.cpp:390
|
#: src/slic3r/GUI/OpenGLManager.cpp:390
|
||||||
msgid ""
|
msgid ""
|
||||||
"As a workaround, you may run QIDISlicer with a software rendered 3D "
|
"As a workaround, you may run QIDISlicer with a software rendered 3D graphics "
|
||||||
"graphics by running qidi-slicer.exe with the --sw-renderer parameter."
|
"by running qidi-slicer.exe with the --sw-renderer parameter."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Como solución, puedes ejecutar QIDISlicer con gráficos 3D renderizados por "
|
"Como solución, puedes ejecutar QIDISlicer con gráficos 3D renderizados por "
|
||||||
"software ejecutando qidi-slicer.exe con el parámetro --sw-renderer."
|
"software ejecutando qidi-slicer.exe con el parámetro --sw-renderer."
|
||||||
@@ -1592,7 +1594,13 @@ msgstr ""
|
|||||||
"Ajusta esto a cero para deshabilitar los comandos de control de temperatura "
|
"Ajusta esto a cero para deshabilitar los comandos de control de temperatura "
|
||||||
"de la base calefactable en la salida."
|
"de la base calefactable en la salida."
|
||||||
|
|
||||||
#: src/slic3r/GUI/Tab.cpp:2569 src/libslic3r/GCode.cpp:768
|
#: src/slic3r/GUI/Plater.cpp:3229
|
||||||
|
msgid "Bed temperatures for the used filaments differ significantly."
|
||||||
|
msgstr ""
|
||||||
|
"Las temperaturas de la base para los filamentos utilizados difieren "
|
||||||
|
"significativamente."
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Tab.cpp:2586 src/libslic3r/GCode.cpp:768
|
||||||
#: src/libslic3r/PrintConfig.cpp:442
|
#: src/libslic3r/PrintConfig.cpp:442
|
||||||
msgid "Before layer change G-code"
|
msgid "Before layer change G-code"
|
||||||
msgstr "Código G para antes del cambio de capa"
|
msgstr "Código G para antes del cambio de capa"
|
||||||
@@ -1860,8 +1868,8 @@ msgid ""
|
|||||||
"creation.\n"
|
"creation.\n"
|
||||||
"Note: This name can be changed later from the physical printers settings"
|
"Note: This name can be changed later from the physical printers settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Por defecto, los nuevos dispositivos de impresión se llamarán \"Impresora N"
|
"Por defecto, los nuevos dispositivos de impresión se llamarán \"Impresora "
|
||||||
"\" durante su creación.\n"
|
"N\" durante su creación.\n"
|
||||||
"Nota: Este nombre se puede cambiar posteriormente en los ajustes de "
|
"Nota: Este nombre se puede cambiar posteriormente en los ajustes de "
|
||||||
"impresora física"
|
"impresora física"
|
||||||
|
|
||||||
@@ -2659,6 +2667,17 @@ msgstr "Confirmación"
|
|||||||
msgid "Confirm connectors"
|
msgid "Confirm connectors"
|
||||||
msgstr "Confirmar conectores"
|
msgstr "Confirmar conectores"
|
||||||
|
|
||||||
|
#. TRN %3% is name of Object1, %4% is name of Object2
|
||||||
|
#: src/slic3r/GUI/GLCanvas3D.cpp:7496
|
||||||
|
#, boost-format
|
||||||
|
msgid ""
|
||||||
|
"Conflicts in G-code paths have been detected at layer %1%, z=%2$.2f mm. "
|
||||||
|
"Please reposition the conflicting objects (%3% <-> %4%) further apart."
|
||||||
|
msgstr ""
|
||||||
|
"Se han detectado conflictos en las rutas del código G en la capa %1%, "
|
||||||
|
"z=%2$.2f mm. Por favor, reposiciona los objetos conflictivos (%3% <-> %4%) "
|
||||||
|
"más separados."
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:1492
|
#: src/libslic3r/PrintConfig.cpp:1492
|
||||||
msgid ""
|
msgid ""
|
||||||
"Connect an infill line to an internal perimeter with a short segment of an "
|
"Connect an infill line to an internal perimeter with a short segment of an "
|
||||||
@@ -2673,13 +2692,13 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Conecta una línea de relleno a un perímetro interno con un segmento corto de "
|
"Conecta una línea de relleno a un perímetro interno con un segmento corto de "
|
||||||
"un perímetro adicional. Si se expresa como porcentaje (por ejemplo: 15%), se "
|
"un perímetro adicional. Si se expresa como porcentaje (por ejemplo: 15%), se "
|
||||||
"calcula sobre el ancho de extrusión del relleno. QIDISlicer intenta "
|
"calcula sobre el ancho de extrusión del relleno. QIDISlicer intenta conectar "
|
||||||
"conectar dos líneas de relleno cercanas a un segmento de perímetro corto. Si "
|
"dos líneas de relleno cercanas a un segmento de perímetro corto. Si no se "
|
||||||
"no se encuentra tal segmento de perímetro más corto que infill_anchor_max, "
|
"encuentra tal segmento de perímetro más corto que infill_anchor_max, la "
|
||||||
"la línea de relleno se conecta a un segmento de perímetro en un solo lado y "
|
"línea de relleno se conecta a un segmento de perímetro en un solo lado y la "
|
||||||
"la longitud del segmento de perímetro tomado se limita a este parámetro, "
|
"longitud del segmento de perímetro tomado se limita a este parámetro, pero "
|
||||||
"pero no más largo que anchor_length_max. Establezca este parámetro a cero "
|
"no más largo que anchor_length_max. Establezca este parámetro a cero para "
|
||||||
"para deshabilitar los perímetros de anclaje conectados a una sola línea de "
|
"deshabilitar los perímetros de anclaje conectados a una sola línea de "
|
||||||
"relleno."
|
"relleno."
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:1515
|
#: src/libslic3r/PrintConfig.cpp:1515
|
||||||
@@ -2695,13 +2714,13 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Conecta una línea de relleno a un perímetro interno con un segmento corto de "
|
"Conecta una línea de relleno a un perímetro interno con un segmento corto de "
|
||||||
"un perímetro adicional. Si se expresa como porcentaje (por ejemplo: 15%), se "
|
"un perímetro adicional. Si se expresa como porcentaje (por ejemplo: 15%), se "
|
||||||
"calcula sobre el ancho de extrusión del relleno. QIDISlicer intenta "
|
"calcula sobre el ancho de extrusión del relleno. QIDISlicer intenta conectar "
|
||||||
"conectar dos líneas de relleno cercanas a un segmento de perímetro corto. Si "
|
"dos líneas de relleno cercanas a un segmento de perímetro corto. Si no se "
|
||||||
"no se encuentra un segmento de perímetro más corto que este parámetro, la "
|
"encuentra un segmento de perímetro más corto que este parámetro, la línea de "
|
||||||
"línea de relleno se conecta a un segmento de perímetro en un solo lado y la "
|
"relleno se conecta a un segmento de perímetro en un solo lado y la longitud "
|
||||||
"longitud del segmento de perímetro tomado se limita a infill_anchor, pero no "
|
"del segmento de perímetro tomado se limita a infill_anchor, pero no más "
|
||||||
"más largo que este parámetro. Establezca este parámetro a cero para "
|
"largo que este parámetro. Establezca este parámetro a cero para deshabilitar "
|
||||||
"deshabilitar el anclaje."
|
"el anclaje."
|
||||||
|
|
||||||
#: src/slic3r/GUI/Tab.cpp:5133
|
#: src/slic3r/GUI/Tab.cpp:5133
|
||||||
msgid "Connection of the support sticks and junctions"
|
msgid "Connection of the support sticks and junctions"
|
||||||
@@ -5897,8 +5916,8 @@ msgid ""
|
|||||||
"<b>F11</b> hotkey."
|
"<b>F11</b> hotkey."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Modo Pantalla completa\n"
|
"Modo Pantalla completa\n"
|
||||||
"¿Sabías que puedes poner el QIDISlicer en modo de pantalla completa? "
|
"¿Sabías que puedes poner el QIDISlicer en modo de pantalla completa? Utiliza "
|
||||||
"Utiliza la tecla de acceso rápido <b>F11</b>."
|
"la tecla de acceso rápido <b>F11</b>."
|
||||||
|
|
||||||
#: src/slic3r/GUI/GUI_Factories.cpp:130 src/libslic3r/PrintConfig.cpp:1341
|
#: src/slic3r/GUI/GUI_Factories.cpp:130 src/libslic3r/PrintConfig.cpp:1341
|
||||||
#: src/libslic3r/PrintConfig.cpp:1342 src/libslic3r/PrintConfig.cpp:1354
|
#: src/libslic3r/PrintConfig.cpp:1342 src/libslic3r/PrintConfig.cpp:1354
|
||||||
@@ -6343,12 +6362,13 @@ msgstr "Ocultar regla"
|
|||||||
#: resources/data/hints.ini: [hint:Hiding sidebar]
|
#: resources/data/hints.ini: [hint:Hiding sidebar]
|
||||||
msgid ""
|
msgid ""
|
||||||
"Hiding sidebar\n"
|
"Hiding sidebar\n"
|
||||||
"Did you know that you can hide the right sidebar using the shortcut <b>Shift"
|
"Did you know that you can hide the right sidebar using the shortcut "
|
||||||
"+Tab</b>? You can also enable the icon for this from the<a>Preferences</a>."
|
"<b>Shift+Tab</b>? You can also enable the icon for this from "
|
||||||
|
"the<a>Preferences</a>."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Ocultar la barra lateral\n"
|
"Ocultar la barra lateral\n"
|
||||||
"¿Sabías que puedes ocultar la barra lateral derecha con el atajo <b>Mayús"
|
"¿Sabías que puedes ocultar la barra lateral derecha con el atajo "
|
||||||
"+Tab</b>? También puedes habilitar el icono para ello desde las "
|
"<b>Mayús+Tab</b>? También puedes habilitar el icono para ello desde las "
|
||||||
"<a>Preferencias</a>."
|
"<a>Preferencias</a>."
|
||||||
|
|
||||||
#: src/slic3r/GUI/Gizmos/GLGizmoSimplify.cpp:295
|
#: src/slic3r/GUI/Gizmos/GLGizmoSimplify.cpp:295
|
||||||
@@ -6783,13 +6803,13 @@ msgstr ""
|
|||||||
#: src/libslic3r/PrintConfig.cpp:4857
|
#: src/libslic3r/PrintConfig.cpp:4857
|
||||||
msgid ""
|
msgid ""
|
||||||
"If enabled, the command line arguments are sent to an existing instance of "
|
"If enabled, the command line arguments are sent to an existing instance of "
|
||||||
"GUI QIDISlicer, or an existing QIDISlicer window is activated. Overrides "
|
"GUI QIDISlicer, or an existing QIDISlicer window is activated. Overrides the "
|
||||||
"the \"single_instance\" configuration value from application preferences."
|
"\"single_instance\" configuration value from application preferences."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Si está habilitado, los argumentos de la línea de comando se envían a una "
|
"Si está habilitado, los argumentos de la línea de comando se envían a una "
|
||||||
"instancia existente de GUI QIDISlicer, o se activa una ventana de "
|
"instancia existente de GUI QIDISlicer, o se activa una ventana de QIDISlicer "
|
||||||
"QIDISlicer existente. Anula el valor de configuración \"single_instance\" "
|
"existente. Anula el valor de configuración \"single_instance\" de las "
|
||||||
"de las preferencias de la aplicación."
|
"preferencias de la aplicación."
|
||||||
|
|
||||||
#: src/slic3r/GUI/Preferences.cpp:395
|
#: src/slic3r/GUI/Preferences.cpp:395
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -7620,6 +7640,15 @@ msgstr "Jitter"
|
|||||||
msgid "Join"
|
msgid "Join"
|
||||||
msgstr "Unir"
|
msgstr "Unir"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/GLCanvas3D.cpp:7526 ../src/common/stockitem.cpp:169
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Jump to"
|
||||||
|
msgstr ""
|
||||||
|
"#-#-#-#-# catalog.po #-#-#-#-#\n"
|
||||||
|
"Salta a\n"
|
||||||
|
"#-#-#-#-# catalog.po #-#-#-#-#\n"
|
||||||
|
"Ir a"
|
||||||
|
|
||||||
#: src/slic3r/GUI/DoubleSlider.cpp:2094 src/slic3r/GUI/DoubleSlider.cpp:2324
|
#: src/slic3r/GUI/DoubleSlider.cpp:2094 src/slic3r/GUI/DoubleSlider.cpp:2324
|
||||||
msgid "Jump to height"
|
msgid "Jump to height"
|
||||||
msgstr "Salta a la altura"
|
msgstr "Salta a la altura"
|
||||||
@@ -9030,6 +9059,10 @@ msgstr "Líneas Monotónicas"
|
|||||||
msgid "More"
|
msgid "More"
|
||||||
msgstr "Más"
|
msgstr "Más"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Plater.cpp:4106
|
||||||
|
msgid "More info at"
|
||||||
|
msgstr "Más información en"
|
||||||
|
|
||||||
#: src/slic3r/GUI/GUI.cpp:317
|
#: src/slic3r/GUI/GUI.cpp:317
|
||||||
msgid ""
|
msgid ""
|
||||||
"Most likely the configuration was produced by a newer version of QIDISlicer "
|
"Most likely the configuration was produced by a newer version of QIDISlicer "
|
||||||
@@ -9508,7 +9541,6 @@ msgstr[0] ""
|
|||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
"Ten en cuenta que los ajustes seleccionados también se renombrarán en esta "
|
"Ten en cuenta que los ajustes seleccionados también se renombrarán en esta "
|
||||||
"impresora."
|
"impresora."
|
||||||
msgstr[2] ""
|
|
||||||
|
|
||||||
#: src/slic3r/GUI/Tab.cpp:4151
|
#: src/slic3r/GUI/Tab.cpp:4151
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -10814,13 +10846,23 @@ msgstr ""
|
|||||||
"Por favor comprueba tu lista de objetos antes de cambiar los ajustes "
|
"Por favor comprueba tu lista de objetos antes de cambiar los ajustes "
|
||||||
"iniciales."
|
"iniciales."
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Plater.cpp:4104 src/slic3r/GUI/Plater.cpp:4110
|
||||||
|
msgid ""
|
||||||
|
"Please note that template presets are not customized for specific printer "
|
||||||
|
"and should only be used as a starting point for creating your own user "
|
||||||
|
"presets."
|
||||||
|
msgstr ""
|
||||||
|
"Ten en cuenta que las plantillas de configuración no están personalizadas "
|
||||||
|
"para una impresora específica y sólo deben utilizarse como punto de partida "
|
||||||
|
"para crear tus propios preajustes de usuario."
|
||||||
|
|
||||||
#: src/slic3r/GUI/BackgroundSlicingProcess.cpp:85
|
#: src/slic3r/GUI/BackgroundSlicingProcess.cpp:85
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please save your project and restart QIDISlicer. We would be glad if you "
|
"Please save your project and restart QIDISlicer. We would be glad if you "
|
||||||
"reported the issue."
|
"reported the issue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Por favor, guarda tu proyecto y reinicia QIDISlicer. Estaremos encantados "
|
"Por favor, guarda tu proyecto y reinicia QIDISlicer. Estaremos encantados de "
|
||||||
"de que nos informes del problema."
|
"que nos informes del problema."
|
||||||
|
|
||||||
#: src/slic3r/GUI/Plater.cpp:3703
|
#: src/slic3r/GUI/Plater.cpp:3703
|
||||||
msgid "Please select the file to reload"
|
msgid "Please select the file to reload"
|
||||||
@@ -11367,8 +11409,8 @@ msgid ""
|
|||||||
"To avoid this problem, consider disabling \"%4%\" in \"Preferences\". "
|
"To avoid this problem, consider disabling \"%4%\" in \"Preferences\". "
|
||||||
"Otherwise, the application will most likely crash again next time."
|
"Otherwise, the application will most likely crash again next time."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"QIDISlicer se bloqueó la última vez al intentar establecer la posición de "
|
"QIDISlicer se bloqueó la última vez al intentar establecer la posición de la "
|
||||||
"la ventana.\n"
|
"ventana.\n"
|
||||||
"Sentimos las molestias, pero desgraciadamente ocurre con ciertas "
|
"Sentimos las molestias, pero desgraciadamente ocurre con ciertas "
|
||||||
"configuraciones de múltiples monitores.\n"
|
"configuraciones de múltiples monitores.\n"
|
||||||
"La razón más precisa para la caída: \"%1%\".\n"
|
"La razón más precisa para la caída: \"%1%\".\n"
|
||||||
@@ -11405,9 +11447,9 @@ msgstr "QIDISlicer ha encontrado un error fatal: \"%1%\""
|
|||||||
|
|
||||||
#: src/slic3r/GUI/GUI_App.cpp:743
|
#: src/slic3r/GUI/GUI_App.cpp:743
|
||||||
msgid ""
|
msgid ""
|
||||||
"QIDISlicer has encountered a localization error. Please report to "
|
"QIDISlicer has encountered a localization error. Please report to QIDISlicer "
|
||||||
"QIDISlicer team, what language was active and in which scenario this issue "
|
"team, what language was active and in which scenario this issue happened. "
|
||||||
"happened. Thank you.\n"
|
"Thank you.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"The application will now terminate."
|
"The application will now terminate."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -11475,8 +11517,8 @@ msgid ""
|
|||||||
"correctly, \n"
|
"correctly, \n"
|
||||||
"while OpenGL version %s, render %s, vendor %s was detected."
|
"while OpenGL version %s, render %s, vendor %s was detected."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"QIDISlicer requiere un controlador gráfico compatible con OpenGL ES 2.0 "
|
"QIDISlicer requiere un controlador gráfico compatible con OpenGL ES 2.0 para "
|
||||||
"para funcionar correctamente, \n"
|
"funcionar correctamente, \n"
|
||||||
"mientras que OpenGL versión %s, render %s, vendor %s fue detectado."
|
"mientras que OpenGL versión %s, render %s, vendor %s fue detectado."
|
||||||
|
|
||||||
#: src/slic3r/GUI/OpenGLManager.cpp:380
|
#: src/slic3r/GUI/OpenGLManager.cpp:380
|
||||||
@@ -12704,8 +12746,8 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Funcionalidad de búsqueda\n"
|
"Funcionalidad de búsqueda\n"
|
||||||
"¿Sabías que puedes utilizar la herramienta <a>Búsqueda</a> para encontrar "
|
"¿Sabías que puedes utilizar la herramienta <a>Búsqueda</a> para encontrar "
|
||||||
"rápidamente un ajuste específico de QIDISlicer? O utilizar el conocido "
|
"rápidamente un ajuste específico de QIDISlicer? O utilizar el conocido atajo "
|
||||||
"atajo <b>Ctrl+F</b>."
|
"<b>Ctrl+F</b>."
|
||||||
|
|
||||||
#: src/slic3r/GUI/ImGuiWrapper.cpp:1189 src/slic3r/GUI/Search.cpp:526
|
#: src/slic3r/GUI/ImGuiWrapper.cpp:1189 src/slic3r/GUI/Search.cpp:526
|
||||||
msgid "Search in English"
|
msgid "Search in English"
|
||||||
@@ -13389,6 +13431,12 @@ msgstr "Establecer el pulgar superior como activo"
|
|||||||
msgid "%s Family"
|
msgid "%s Family"
|
||||||
msgstr "%s Familia"
|
msgstr "%s Familia"
|
||||||
|
|
||||||
|
#. TRN %s = type of file
|
||||||
|
#: src/slic3r/GUI/GUI_App.cpp:609
|
||||||
|
#, c-format, boost-format
|
||||||
|
msgid "%s files"
|
||||||
|
msgstr "%s archivos"
|
||||||
|
|
||||||
#: src/slic3r/GUI/ConfigManipulation.cpp:167
|
#: src/slic3r/GUI/ConfigManipulation.cpp:167
|
||||||
msgid "Shall I adjust those settings for supports?"
|
msgid "Shall I adjust those settings for supports?"
|
||||||
msgstr "¿Debo ajustar esa configuración para los soportes?"
|
msgstr "¿Debo ajustar esa configuración para los soportes?"
|
||||||
@@ -13559,6 +13607,10 @@ msgstr "Mostrar/Ocultar leyenda"
|
|||||||
msgid "Show/Hide object/instance labels"
|
msgid "Show/Hide object/instance labels"
|
||||||
msgstr "Muestra/Oculta etiquetas de pieza/repetición"
|
msgstr "Muestra/Oculta etiquetas de pieza/repetición"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/PresetComboBoxes.cpp:787
|
||||||
|
msgid "Show/Hide template presets"
|
||||||
|
msgstr "Mostrar/Ocultar plantillas de configuración"
|
||||||
|
|
||||||
#: src/slic3r/GUI/Preferences.cpp:304
|
#: src/slic3r/GUI/Preferences.cpp:304
|
||||||
msgid "Show incompatible print and filament presets"
|
msgid "Show incompatible print and filament presets"
|
||||||
msgstr "Mostrar impresiones incompatibles y ajustes iniciales de filamentos"
|
msgstr "Mostrar impresiones incompatibles y ajustes iniciales de filamentos"
|
||||||
@@ -15278,6 +15330,15 @@ msgstr ""
|
|||||||
msgid "The extruder to use when printing infill."
|
msgid "The extruder to use when printing infill."
|
||||||
msgstr "El extrusor que se usa cuando se imprime relleno."
|
msgstr "El extrusor que se usa cuando se imprime relleno."
|
||||||
|
|
||||||
|
#: src/libslic3r/PrintConfig.cpp:3241
|
||||||
|
msgid ""
|
||||||
|
"The extruder to use when printing perimeter of the wipe tower. Set to 0 to "
|
||||||
|
"use the one that is available (non-soluble would be preferred)."
|
||||||
|
msgstr ""
|
||||||
|
"El extrusor a utilizar cuando se imprime el perímetro de la torre de "
|
||||||
|
"limpieza. Configúralo a 0 para usar el que esté disponible (sería preferible "
|
||||||
|
"no soluble)."
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:2036
|
#: src/libslic3r/PrintConfig.cpp:2036
|
||||||
msgid ""
|
msgid ""
|
||||||
"The extruder to use when printing perimeters and brim. First extruder is 1."
|
"The extruder to use when printing perimeters and brim. First extruder is 1."
|
||||||
@@ -15658,7 +15719,6 @@ msgstr[0] ""
|
|||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
"Las impresoras físicas a continuación se basan en el ajuste, que vas a "
|
"Las impresoras físicas a continuación se basan en el ajuste, que vas a "
|
||||||
"cambiar el nombre."
|
"cambiar el nombre."
|
||||||
msgstr[2] ""
|
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:641
|
#: src/libslic3r/PrintConfig.cpp:641
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -16837,9 +16897,9 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:4836
|
#: src/libslic3r/PrintConfig.cpp:4836
|
||||||
msgid ""
|
msgid ""
|
||||||
"This version of QIDISlicer may not understand configurations produced by "
|
"This version of QIDISlicer may not understand configurations produced by the "
|
||||||
"the newest QIDISlicer versions. For example, newer QIDISlicer may extend "
|
"newest QIDISlicer versions. For example, newer QIDISlicer may extend the "
|
||||||
"the list of supported firmware flavors. One may decide to bail out or to "
|
"list of supported firmware flavors. One may decide to bail out or to "
|
||||||
"substitute an unknown value with a default silently or verbosely."
|
"substitute an unknown value with a default silently or verbosely."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Esta versión de QIDISlicer puede no entender las configuraciones producidas "
|
"Esta versión de QIDISlicer puede no entender las configuraciones producidas "
|
||||||
@@ -17253,6 +17313,10 @@ msgstr "Incapaz de recargar:"
|
|||||||
msgid "Unable to replace with more than one volume"
|
msgid "Unable to replace with more than one volume"
|
||||||
msgstr "No se puede sustituir con más de un volumen"
|
msgstr "No se puede sustituir con más de un volumen"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Plater.cpp:6681
|
||||||
|
msgid "Unable to save file"
|
||||||
|
msgstr "No se ha podido guardar el archivo"
|
||||||
|
|
||||||
#: src/slic3r/GUI/OptionsGroup.cpp:126
|
#: src/slic3r/GUI/OptionsGroup.cpp:126
|
||||||
msgid "Unavailable for this method."
|
msgid "Unavailable for this method."
|
||||||
msgstr "No disponible para este método."
|
msgstr "No disponible para este método."
|
||||||
@@ -17348,6 +17412,10 @@ msgstr "Deshacer rotación"
|
|||||||
msgid "Undo translation"
|
msgid "Undo translation"
|
||||||
msgstr "Deshacer traducción"
|
msgstr "Deshacer traducción"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/PhysicalPrinterDialog.cpp:667
|
||||||
|
msgid "Unexpected character"
|
||||||
|
msgstr "Carácter inesperado"
|
||||||
|
|
||||||
#: src/libslic3r/miniz_extension.cpp:111
|
#: src/libslic3r/miniz_extension.cpp:111
|
||||||
msgid "unexpected decompressed size"
|
msgid "unexpected decompressed size"
|
||||||
msgstr "tamaño de descompresión inesperado"
|
msgstr "tamaño de descompresión inesperado"
|
||||||
@@ -17940,8 +18008,8 @@ msgstr ""
|
|||||||
"identificarle posteriormente. Para detectar entradas duplicadas, se envía un "
|
"identificarle posteriormente. Para detectar entradas duplicadas, se envía un "
|
||||||
"número único derivado de su sistema, pero la información de origen no puede "
|
"número único derivado de su sistema, pero la información de origen no puede "
|
||||||
"reconstruirse. Aparte de eso, sólo se envían datos generales sobre tu "
|
"reconstruirse. Aparte de eso, sólo se envían datos generales sobre tu "
|
||||||
"sistema operativo, hardware e instalación de OpenGL. QIDISlicer es de "
|
"sistema operativo, hardware e instalación de OpenGL. QIDISlicer es de código "
|
||||||
"código abierto, si quiere inspeccionar el código que realmente realiza la "
|
"abierto, si quiere inspeccionar el código que realmente realiza la "
|
||||||
"comunicación, vea %1%."
|
"comunicación, vea %1%."
|
||||||
|
|
||||||
#: src/slic3r/GUI/ConfigWizard.cpp:562
|
#: src/slic3r/GUI/ConfigWizard.cpp:562
|
||||||
@@ -18008,8 +18076,8 @@ msgstr ""
|
|||||||
"contiene M104 o M190. En ese caso, las temperaturas no se emitirán "
|
"contiene M104 o M190. En ese caso, las temperaturas no se emitirán "
|
||||||
"automáticamente así que puedes personalizar libremente las órdenes de "
|
"automáticamente así que puedes personalizar libremente las órdenes de "
|
||||||
"calentamiento y otras acciones personalizadas. Ten en cuenta que puedes "
|
"calentamiento y otras acciones personalizadas. Ten en cuenta que puedes "
|
||||||
"emplear variables para todos los ajustes de QIDISlicer, así que puedes "
|
"emplear variables para todos los ajustes de QIDISlicer, así que puedes poner "
|
||||||
"poner una orden \"M109 S[first_layer_temperature]\" donde tú quieras. \n"
|
"una orden \"M109 S[first_layer_temperature]\" donde tú quieras. \n"
|
||||||
"Si tu G-code Inicial Personalizado NO contiene M104 o M190, QIDISlicer "
|
"Si tu G-code Inicial Personalizado NO contiene M104 o M190, QIDISlicer "
|
||||||
"ejecutará el G-code Inicial después de que la base alcance la temperatura "
|
"ejecutará el G-code Inicial después de que la base alcance la temperatura "
|
||||||
"deseada y el extrusor se comience a calentar.\n"
|
"deseada y el extrusor se comience a calentar.\n"
|
||||||
@@ -18253,7 +18321,11 @@ msgstr "Torre de limpieza"
|
|||||||
msgid "Wipe tower brim width"
|
msgid "Wipe tower brim width"
|
||||||
msgstr "Ancho de la balsa de la torre de limpieza"
|
msgstr "Ancho de la balsa de la torre de limpieza"
|
||||||
|
|
||||||
#: src/slic3r/GUI/Tab.cpp:2087
|
#: src/libslic3r/PrintConfig.cpp:3239
|
||||||
|
msgid "Wipe tower extruder"
|
||||||
|
msgstr "Extrusor de la torre de limpieza"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Tab.cpp:2096
|
||||||
msgid "Wipe tower parameters"
|
msgid "Wipe tower parameters"
|
||||||
msgstr "Parámetros de la torre de limpieza"
|
msgstr "Parámetros de la torre de limpieza"
|
||||||
|
|
||||||
@@ -18392,15 +18464,20 @@ msgid ""
|
|||||||
"qidi3d.cz/qidislicer/.\n"
|
"qidi3d.cz/qidislicer/.\n"
|
||||||
"Do you wish to continue?"
|
"Do you wish to continue?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Está ejecutando una versión de 32 bits de QIDISlicer en Windows de 64 "
|
"Está ejecutando una versión de 32 bits de QIDISlicer en Windows de 64 bits.\n"
|
||||||
"bits.\n"
|
|
||||||
"La versión de 32 bits de QIDISlicer probablemente no podrá utilizar toda la "
|
"La versión de 32 bits de QIDISlicer probablemente no podrá utilizar toda la "
|
||||||
"RAM disponible en el sistema.\n"
|
"RAM disponible en el sistema.\n"
|
||||||
"Por favor, descarga e instala una versión de 64 bits de QIDISlice desde "
|
"Por favor, descarga e instala una versión de 64 bits de QIDISlice desde "
|
||||||
"https://www.qidi3d.cz/qidislicer/.\n"
|
"https://www.qidi3d.cz/qidislicer/.\n"
|
||||||
"¿Desea continuar?"
|
"¿Desea continuar?"
|
||||||
|
|
||||||
#: src/slic3r/GUI/Plater.cpp:5200
|
#: src/slic3r/GUI/Plater.cpp:4103 src/slic3r/GUI/Plater.cpp:4109
|
||||||
|
msgid "You are using template filament preset."
|
||||||
|
msgid_plural "You are using template filament presets."
|
||||||
|
msgstr[0] "Está utilizando la plantilla de configuración de filamento."
|
||||||
|
msgstr[1] "Estás utilizando las plantillas de configuración de filamentos."
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Plater.cpp:5241
|
||||||
msgid ""
|
msgid ""
|
||||||
"You can keep presets modifications to the new project, discard them or save "
|
"You can keep presets modifications to the new project, discard them or save "
|
||||||
"changes as new presets.\n"
|
"changes as new presets.\n"
|
||||||
@@ -18463,12 +18540,13 @@ msgid ""
|
|||||||
"You can use all configuration options as variables inside this template. For "
|
"You can use all configuration options as variables inside this template. For "
|
||||||
"example: [layer_height], [fill_density] etc. You can also use [timestamp], "
|
"example: [layer_height], [fill_density] etc. You can also use [timestamp], "
|
||||||
"[year], [month], [day], [hour], [minute], [second], [version], "
|
"[year], [month], [day], [hour], [minute], [second], [version], "
|
||||||
"[input_filename], [input_filename_base]."
|
"[input_filename], [input_filename_base], [default_output_extension]."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Puedes usar todas las opciones de configuración como las variables dentro de "
|
"Puedes utilizar todas las opciones de configuración como variables dentro de "
|
||||||
"esta muestra. Por ejemplo [layer_height], [fill_density] etc.También puedes "
|
"esta plantilla. Por ejemplo: [layer_height], [fill_density] etc. También "
|
||||||
"usar [timestamp], [year], [month], [day], [hour], [minute], [second], "
|
"puedes usar [timestamp], [year], [month], [day], [hour], [minute], [second], "
|
||||||
"[version], [input_filename], [input_filename_base]."
|
"[version], [input_filename], [input_filename_base], "
|
||||||
|
"[default_output_extension]."
|
||||||
|
|
||||||
#: src/slic3r/GUI/NotificationManager.hpp:908
|
#: src/slic3r/GUI/NotificationManager.hpp:908
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -22863,10 +22941,6 @@ msgstr "Tarjeta japonesa 100 × 148 mm"
|
|||||||
msgid "Japanese Postcard Rotated 148 x 100 mm"
|
msgid "Japanese Postcard Rotated 148 x 100 mm"
|
||||||
msgstr "Tarjeta japonesa Girada 148 × 100 mm"
|
msgstr "Tarjeta japonesa Girada 148 × 100 mm"
|
||||||
|
|
||||||
#: ../src/common/stockitem.cpp:169
|
|
||||||
msgid "Jump to"
|
|
||||||
msgstr "Ir a"
|
|
||||||
|
|
||||||
#: ../src/common/stockitem.cpp:171
|
#: ../src/common/stockitem.cpp:171
|
||||||
msgid "Justified"
|
msgid "Justified"
|
||||||
msgstr "Justificado"
|
msgstr "Justificado"
|
||||||
|
|||||||
BIN
resources/localization/fi/QIDISlicer.mo
Normal file
25320
resources/localization/fi/QIDISlicer_fi.po
Normal file
@@ -1,11 +1,16 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Project-Id-Version: \n"
|
||||||
|
"POT-Creation-Date: \n"
|
||||||
|
"PO-Revision-Date: \n"
|
||||||
|
"Last-Translator: \n"
|
||||||
|
"Language-Team: \n"
|
||||||
"Language: fr\n"
|
"Language: fr\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||||
"X-Generator: QIDIlator\n"
|
"X-Generator: Poedit 3.3.2\n"
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:503 src/libslic3r/PrintConfig.cpp:594
|
#: src/libslic3r/PrintConfig.cpp:503 src/libslic3r/PrintConfig.cpp:594
|
||||||
#: src/libslic3r/PrintConfig.cpp:603 src/libslic3r/PrintConfig.cpp:612
|
#: src/libslic3r/PrintConfig.cpp:603 src/libslic3r/PrintConfig.cpp:612
|
||||||
@@ -66,7 +71,6 @@ msgid "%1$d connector is out of cut contour"
|
|||||||
msgid_plural "%1$d connectors are out of cut contour"
|
msgid_plural "%1$d connectors are out of cut contour"
|
||||||
msgstr[0] "%1$d connecteur est hors du contour de coupe"
|
msgstr[0] "%1$d connecteur est hors du contour de coupe"
|
||||||
msgstr[1] "%1$d connecteurs sont hors du contour de coupe"
|
msgstr[1] "%1$d connecteurs sont hors du contour de coupe"
|
||||||
msgstr[2] ""
|
|
||||||
|
|
||||||
#: src/slic3r/GUI/Gizmos/GLGizmoCut.cpp:2200
|
#: src/slic3r/GUI/Gizmos/GLGizmoCut.cpp:2200
|
||||||
#, c-format, boost-format
|
#, c-format, boost-format
|
||||||
@@ -74,7 +78,6 @@ msgid "%1$d connector is out of object"
|
|||||||
msgid_plural "%1$d connectors are out of object"
|
msgid_plural "%1$d connectors are out of object"
|
||||||
msgstr[0] "%1$d connecteur est hors de l'objet"
|
msgstr[0] "%1$d connecteur est hors de l'objet"
|
||||||
msgstr[1] "%1$d connecteurs sont hors de l'objet"
|
msgstr[1] "%1$d connecteurs sont hors de l'objet"
|
||||||
msgstr[2] ""
|
|
||||||
|
|
||||||
#: src/slic3r/GUI/GUI_ObjectList.cpp:459
|
#: src/slic3r/GUI/GUI_ObjectList.cpp:459
|
||||||
#, c-format, boost-format
|
#, c-format, boost-format
|
||||||
@@ -110,7 +113,6 @@ msgid "%1$d object was loaded as a part of cut object."
|
|||||||
msgid_plural "%1$d objects were loaded as parts of cut object"
|
msgid_plural "%1$d objects were loaded as parts of cut object"
|
||||||
msgstr[0] "%1$d objet a été chargé en tant que pièce de l'objet coupé."
|
msgstr[0] "%1$d objet a été chargé en tant que pièce de l'objet coupé."
|
||||||
msgstr[1] "%1$d objets ont été chargés en tant que pièces de l'objet coupé"
|
msgstr[1] "%1$d objets ont été chargés en tant que pièces de l'objet coupé"
|
||||||
msgstr[2] ""
|
|
||||||
|
|
||||||
#: src/slic3r/GUI/NotificationManager.cpp:1649
|
#: src/slic3r/GUI/NotificationManager.cpp:1649
|
||||||
#, c-format, boost-format
|
#, c-format, boost-format
|
||||||
@@ -184,7 +186,17 @@ msgstr ""
|
|||||||
"%1%=%2% mm est trop bas pour être imprimable avec une hauteur de couche de "
|
"%1%=%2% mm est trop bas pour être imprimable avec une hauteur de couche de "
|
||||||
"%3% mm"
|
"%3% mm"
|
||||||
|
|
||||||
#: src/slic3r/GUI/Tab.cpp:5227
|
#: src/slic3r/GUI/DoubleSlider.cpp:711 src/libslic3r/Utils.cpp:1016
|
||||||
|
#, boost-format
|
||||||
|
msgid "%1%d"
|
||||||
|
msgstr "%1%j"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/DoubleSlider.cpp:712 src/libslic3r/Utils.cpp:1017
|
||||||
|
#, boost-format
|
||||||
|
msgid "%1%h"
|
||||||
|
msgstr "%1%h"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Tab.cpp:5244
|
||||||
#, boost-format
|
#, boost-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"\"%1%\" is disabled because \"%2%\" is on in \"%3%\" category.\n"
|
"\"%1%\" is disabled because \"%2%\" is on in \"%3%\" category.\n"
|
||||||
@@ -197,6 +209,12 @@ msgstr ""
|
|||||||
msgid "1 (light)"
|
msgid "1 (light)"
|
||||||
msgstr "1 (léger)"
|
msgstr "1 (léger)"
|
||||||
|
|
||||||
|
#. TRN "m" means "minutes"
|
||||||
|
#: src/slic3r/GUI/DoubleSlider.cpp:713 src/libslic3r/Utils.cpp:1019
|
||||||
|
#, boost-format
|
||||||
|
msgid "%1%m"
|
||||||
|
msgstr "%1%m"
|
||||||
|
|
||||||
#. TRN ConfigWizard: Materials : "%1%" = "Filaments"/"SLA materials"
|
#. TRN ConfigWizard: Materials : "%1%" = "Filaments"/"SLA materials"
|
||||||
#: src/slic3r/GUI/ConfigWizard.cpp:838
|
#: src/slic3r/GUI/ConfigWizard.cpp:838
|
||||||
#, boost-format
|
#, boost-format
|
||||||
@@ -234,6 +252,11 @@ msgstr "%1% Préréglage"
|
|||||||
msgid "%1% : read only"
|
msgid "%1% : read only"
|
||||||
msgstr "%1% : lecture seule"
|
msgstr "%1% : lecture seule"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/DoubleSlider.cpp:714 src/libslic3r/Utils.cpp:1027
|
||||||
|
#, boost-format
|
||||||
|
msgid "%1%s"
|
||||||
|
msgstr "%1%s"
|
||||||
|
|
||||||
#. TRN ConfigWizard: Materials : "%1%" = "Filaments"/"SLA materials"
|
#. TRN ConfigWizard: Materials : "%1%" = "Filaments"/"SLA materials"
|
||||||
#: src/slic3r/GUI/ConfigWizard.cpp:835
|
#: src/slic3r/GUI/ConfigWizard.cpp:835
|
||||||
#, boost-format
|
#, boost-format
|
||||||
@@ -1326,8 +1349,8 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/slic3r/GUI/OpenGLManager.cpp:390
|
#: src/slic3r/GUI/OpenGLManager.cpp:390
|
||||||
msgid ""
|
msgid ""
|
||||||
"As a workaround, you may run QIDISlicer with a software rendered 3D "
|
"As a workaround, you may run QIDISlicer with a software rendered 3D graphics "
|
||||||
"graphics by running qidi-slicer.exe with the --sw-renderer parameter."
|
"by running qidi-slicer.exe with the --sw-renderer parameter."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Pour contourner le problème, vous pouvez exécuter QIDISlicer avec un rendu "
|
"Pour contourner le problème, vous pouvez exécuter QIDISlicer avec un rendu "
|
||||||
"graphique 3D logiciel en exécutant qidi-slicer.exe avec le paramètre --sw-"
|
"graphique 3D logiciel en exécutant qidi-slicer.exe avec le paramètre --sw-"
|
||||||
@@ -1592,7 +1615,12 @@ msgstr ""
|
|||||||
"zéro pour désactiver les commandes de contrôle de température du plateau "
|
"zéro pour désactiver les commandes de contrôle de température du plateau "
|
||||||
"dans la sortie."
|
"dans la sortie."
|
||||||
|
|
||||||
#: src/slic3r/GUI/Tab.cpp:2569 src/libslic3r/GCode.cpp:768
|
#: src/slic3r/GUI/Plater.cpp:3229
|
||||||
|
msgid "Bed temperatures for the used filaments differ significantly."
|
||||||
|
msgstr ""
|
||||||
|
"Les températures de lit pour les filaments utilisés sont très différentes."
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Tab.cpp:2586 src/libslic3r/GCode.cpp:768
|
||||||
#: src/libslic3r/PrintConfig.cpp:442
|
#: src/libslic3r/PrintConfig.cpp:442
|
||||||
msgid "Before layer change G-code"
|
msgid "Before layer change G-code"
|
||||||
msgstr "G-Code avant changement de couche"
|
msgstr "G-Code avant changement de couche"
|
||||||
@@ -1700,8 +1728,8 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Sélection en boîte\n"
|
"Sélection en boîte\n"
|
||||||
"Saviez-vous que vous pouvez faire une sélection en boîte avec Maj.+Glisser "
|
"Saviez-vous que vous pouvez faire une sélection en boîte avec Maj.+Glisser "
|
||||||
"la souris? Vous pouvez également désélectionner des objets avec <b>Alt"
|
"la souris? Vous pouvez également désélectionner des objets avec "
|
||||||
"+Glisser la souris</b> ."
|
"<b>Alt+Glisser la souris</b> ."
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:2969
|
#: src/libslic3r/PrintConfig.cpp:2969
|
||||||
msgid "Branch Density"
|
msgid "Branch Density"
|
||||||
@@ -1736,6 +1764,10 @@ msgstr ""
|
|||||||
"diamètre seront imprimées avec des doubles parois pour plus de stabilité. "
|
"diamètre seront imprimées avec des doubles parois pour plus de stabilité. "
|
||||||
"Réglez cette valeur à zéro pour aucune double paroi."
|
"Réglez cette valeur à zéro pour aucune double paroi."
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Tab.cpp:5174
|
||||||
|
msgid "Branching"
|
||||||
|
msgstr "Branchement"
|
||||||
|
|
||||||
#. TRN One of the "Support tree type"s on SLAPrintSettings : Supports
|
#. TRN One of the "Support tree type"s on SLAPrintSettings : Supports
|
||||||
#: src/libslic3r/PrintConfig.cpp:3929
|
#: src/libslic3r/PrintConfig.cpp:3929
|
||||||
msgid "Branching (experimental)"
|
msgid "Branching (experimental)"
|
||||||
@@ -1754,6 +1786,10 @@ msgstr "Pont"
|
|||||||
msgid "Bridge flow ratio"
|
msgid "Bridge flow ratio"
|
||||||
msgstr "Ratio de flux pour les ponts"
|
msgstr "Ratio de flux pour les ponts"
|
||||||
|
|
||||||
|
#: src/libslic3r/ExtrusionRole.cpp:45 src/libslic3r/ExtrusionRole.cpp:73
|
||||||
|
msgid "Bridge infill"
|
||||||
|
msgstr "Remplissage du pont"
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:522
|
#: src/libslic3r/PrintConfig.cpp:522
|
||||||
msgid "Bridges"
|
msgid "Bridges"
|
||||||
msgstr "Ponts"
|
msgstr "Ponts"
|
||||||
@@ -2658,6 +2694,17 @@ msgstr "Confirmation"
|
|||||||
msgid "Confirm connectors"
|
msgid "Confirm connectors"
|
||||||
msgstr "Confirmer les connecteurs"
|
msgstr "Confirmer les connecteurs"
|
||||||
|
|
||||||
|
#. TRN %3% is name of Object1, %4% is name of Object2
|
||||||
|
#: src/slic3r/GUI/GLCanvas3D.cpp:7496
|
||||||
|
#, boost-format
|
||||||
|
msgid ""
|
||||||
|
"Conflicts in G-code paths have been detected at layer %1%, z=%2$.2f mm. "
|
||||||
|
"Please reposition the conflicting objects (%3% <-> %4%) further apart."
|
||||||
|
msgstr ""
|
||||||
|
"Des conflits dans les chemins de code G ont été détectés à la couche %1%, "
|
||||||
|
"z=%2$.2f mm. Veuillez repositionner les objets en conflit (%3% <-> %4%) plus "
|
||||||
|
"loin les uns des autres."
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:1492
|
#: src/libslic3r/PrintConfig.cpp:1492
|
||||||
msgid ""
|
msgid ""
|
||||||
"Connect an infill line to an internal perimeter with a short segment of an "
|
"Connect an infill line to an internal perimeter with a short segment of an "
|
||||||
@@ -2997,8 +3044,8 @@ msgid ""
|
|||||||
"Could not detect system SSL certificate store. QIDISlicer will be unable to "
|
"Could not detect system SSL certificate store. QIDISlicer will be unable to "
|
||||||
"establish secure network connections."
|
"establish secure network connections."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Impossible de détecter le stockage de certificats SSL du système. "
|
"Impossible de détecter le stockage de certificats SSL du système. QIDISlicer "
|
||||||
"QIDISlicer ne pourra pas établir de connexions réseau sécurisées."
|
"ne pourra pas établir de connexions réseau sécurisées."
|
||||||
|
|
||||||
#: src/slic3r/GUI/PhysicalPrinterDialog.cpp:318
|
#: src/slic3r/GUI/PhysicalPrinterDialog.cpp:318
|
||||||
msgid "Could not get a valid Printer Host reference"
|
msgid "Could not get a valid Printer Host reference"
|
||||||
@@ -3122,6 +3169,12 @@ msgstr ""
|
|||||||
"L'initialisation de CURL a échoué. QIDISlicer ne pourra pas établir de "
|
"L'initialisation de CURL a échoué. QIDISlicer ne pourra pas établir de "
|
||||||
"connexions réseau. Voir les journaux pour plus de détails."
|
"connexions réseau. Voir les journaux pour plus de détails."
|
||||||
|
|
||||||
|
#. TRN Means "current color"
|
||||||
|
#: src/slic3r/GUI/Gizmos/GLGizmoMmuSegmentation.cpp:340
|
||||||
|
#: src/slic3r/GUI/Gizmos/GLGizmoMmuSegmentation.cpp:356
|
||||||
|
msgid "Current"
|
||||||
|
msgstr "Courant"
|
||||||
|
|
||||||
#: src/slic3r/GUI/wxExtensions.cpp:629
|
#: src/slic3r/GUI/wxExtensions.cpp:629
|
||||||
#, c-format, boost-format
|
#, c-format, boost-format
|
||||||
msgid "Current mode is %s"
|
msgid "Current mode is %s"
|
||||||
@@ -5058,6 +5111,10 @@ msgstr "Exposition"
|
|||||||
msgid "Exposure time"
|
msgid "Exposure time"
|
||||||
msgstr "Temps d'exposition"
|
msgstr "Temps d'exposition"
|
||||||
|
|
||||||
|
#: src/libslic3r/ExtrusionRole.cpp:39 src/libslic3r/ExtrusionRole.cpp:61
|
||||||
|
msgid "External perimeter"
|
||||||
|
msgstr "Périmètre externe"
|
||||||
|
|
||||||
#: src/slic3r/GUI/PresetHints.cpp:170
|
#: src/slic3r/GUI/PresetHints.cpp:170
|
||||||
msgid "external perimeters"
|
msgid "external perimeters"
|
||||||
msgstr "périmètres externes"
|
msgstr "périmètres externes"
|
||||||
@@ -6360,8 +6417,9 @@ msgstr "Cacher la règle"
|
|||||||
#: resources/data/hints.ini: [hint:Hiding sidebar]
|
#: resources/data/hints.ini: [hint:Hiding sidebar]
|
||||||
msgid ""
|
msgid ""
|
||||||
"Hiding sidebar\n"
|
"Hiding sidebar\n"
|
||||||
"Did you know that you can hide the right sidebar using the shortcut <b>Shift"
|
"Did you know that you can hide the right sidebar using the shortcut "
|
||||||
"+Tab</b>? You can also enable the icon for this from the<a>Preferences</a>."
|
"<b>Shift+Tab</b>? You can also enable the icon for this from "
|
||||||
|
"the<a>Preferences</a>."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Masquer la barre latérale\n"
|
"Masquer la barre latérale\n"
|
||||||
"Saviez-vous que vous pouvez masquer la barre latérale droite en utilisant le "
|
"Saviez-vous que vous pouvez masquer la barre latérale droite en utilisant le "
|
||||||
@@ -6589,8 +6647,8 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Si cette case est cochée, les supports seront générés automatiquement en "
|
"Si cette case est cochée, les supports seront générés automatiquement en "
|
||||||
"fonction de la valeur seuil de surplomb. Si cette case n'est pas cochée, les "
|
"fonction de la valeur seuil de surplomb. Si cette case n'est pas cochée, les "
|
||||||
"supports seront générés uniquement dans les volumes \"Générateur de supports"
|
"supports seront générés uniquement dans les volumes \"Générateur de "
|
||||||
"\"."
|
"supports\"."
|
||||||
|
|
||||||
#. TRN ConfigWizard : Downloader : %1% = "QIDISlicer"
|
#. TRN ConfigWizard : Downloader : %1% = "QIDISlicer"
|
||||||
#: src/slic3r/GUI/ConfigWizard.cpp:1472
|
#: src/slic3r/GUI/ConfigWizard.cpp:1472
|
||||||
@@ -6743,8 +6801,8 @@ msgstr ""
|
|||||||
#: src/slic3r/GUI/Preferences.cpp:280
|
#: src/slic3r/GUI/Preferences.cpp:280
|
||||||
msgid "If enabled, sets QIDISlicer as default application to open .stl files."
|
msgid "If enabled, sets QIDISlicer as default application to open .stl files."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Si activé, définit QIDISlicer comme l'application par défaut pour ouvrir "
|
"Si activé, définit QIDISlicer comme l'application par défaut pour ouvrir les "
|
||||||
"les fichiers .stl."
|
"fichiers .stl."
|
||||||
|
|
||||||
#: src/slic3r/GUI/Preferences.cpp:360
|
#: src/slic3r/GUI/Preferences.cpp:360
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -6807,8 +6865,8 @@ msgstr ""
|
|||||||
#: src/libslic3r/PrintConfig.cpp:4857
|
#: src/libslic3r/PrintConfig.cpp:4857
|
||||||
msgid ""
|
msgid ""
|
||||||
"If enabled, the command line arguments are sent to an existing instance of "
|
"If enabled, the command line arguments are sent to an existing instance of "
|
||||||
"GUI QIDISlicer, or an existing QIDISlicer window is activated. Overrides "
|
"GUI QIDISlicer, or an existing QIDISlicer window is activated. Overrides the "
|
||||||
"the \"single_instance\" configuration value from application preferences."
|
"\"single_instance\" configuration value from application preferences."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Si activé, les arguments de ligne de commande sont envoyés à une instance "
|
"Si activé, les arguments de ligne de commande sont envoyés à une instance "
|
||||||
"existante de la GUI de QIDISlicer, ou une fenêtre existante de QIDISlicer "
|
"existante de la GUI de QIDISlicer, ou une fenêtre existante de QIDISlicer "
|
||||||
@@ -6905,8 +6963,8 @@ msgid ""
|
|||||||
"If estimated layer time is greater, but still below ~%1%s, fan will run at "
|
"If estimated layer time is greater, but still below ~%1%s, fan will run at "
|
||||||
"%2%%%"
|
"%2%%%"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Si le temps estimé pour la couche est supérieur, mais toujours inférieur à ~"
|
"Si le temps estimé pour la couche est supérieur, mais toujours inférieur à "
|
||||||
"%1%s, le ventilateur fonctionnera à %2%%%"
|
"~%1%s, le ventilateur fonctionnera à %2%%%"
|
||||||
|
|
||||||
#: src/slic3r/GUI/PresetHints.cpp:40
|
#: src/slic3r/GUI/PresetHints.cpp:40
|
||||||
#, boost-format
|
#, boost-format
|
||||||
@@ -6914,9 +6972,9 @@ msgid ""
|
|||||||
"If estimated layer time is greater, but still below ~%1%s, fan will run at a "
|
"If estimated layer time is greater, but still below ~%1%s, fan will run at a "
|
||||||
"proportionally decreasing speed between %2%%% and %3%%%."
|
"proportionally decreasing speed between %2%%% and %3%%%."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Si le temps estimé pour la couche est supérieur, mais cependant inférieur à ~"
|
"Si le temps estimé pour la couche est supérieur, mais cependant inférieur à "
|
||||||
"%1%s, le ventilateur tournera à une vitesse proportionnellement décroissante "
|
"~%1%s, le ventilateur tournera à une vitesse proportionnellement "
|
||||||
"entre %2%%% et %3%%%."
|
"décroissante entre %2%%% et %3%%%."
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:1300
|
#: src/libslic3r/PrintConfig.cpp:1300
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -7010,9 +7068,9 @@ msgid ""
|
|||||||
"same QIDISlicer is already running, that instance will be reactivated "
|
"same QIDISlicer is already running, that instance will be reactivated "
|
||||||
"instead."
|
"instead."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Si cela est activé, lors du démarrage de QIDISlicer et si une autre "
|
"Si cela est activé, lors du démarrage de QIDISlicer et si une autre instance "
|
||||||
"instance du même QIDISlicer est déjà en cours d'exécution, cette instance "
|
"du même QIDISlicer est déjà en cours d'exécution, cette instance sera "
|
||||||
"sera réactivée à la place."
|
"réactivée à la place."
|
||||||
|
|
||||||
#: src/slic3r/GUI/SendSystemInfoDialog.cpp:591
|
#: src/slic3r/GUI/SendSystemInfoDialog.cpp:591
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -7459,6 +7517,10 @@ msgstr "erreur interne"
|
|||||||
msgid "Internal error: %1%"
|
msgid "Internal error: %1%"
|
||||||
msgstr "Erreur interne : %1%"
|
msgstr "Erreur interne : %1%"
|
||||||
|
|
||||||
|
#: src/libslic3r/ExtrusionRole.cpp:41 src/libslic3r/ExtrusionRole.cpp:65
|
||||||
|
msgid "Internal infill"
|
||||||
|
msgstr "Remplissage interne"
|
||||||
|
|
||||||
#: src/libslic3r/GCode.cpp:825
|
#: src/libslic3r/GCode.cpp:825
|
||||||
msgid "In the custom G-code were found reserved keywords:"
|
msgid "In the custom G-code were found reserved keywords:"
|
||||||
msgstr "Dans le G-code personnalisé ont été trouvés des mots-clés réservés :"
|
msgstr "Dans le G-code personnalisé ont été trouvés des mots-clés réservés :"
|
||||||
@@ -7644,6 +7706,15 @@ msgstr "Gigue"
|
|||||||
msgid "Join"
|
msgid "Join"
|
||||||
msgstr "Joindre"
|
msgstr "Joindre"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/GLCanvas3D.cpp:7526 ../src/common/stockitem.cpp:169
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Jump to"
|
||||||
|
msgstr ""
|
||||||
|
"#-#-#-#-# catalog.po #-#-#-#-#\n"
|
||||||
|
"Sauter à\n"
|
||||||
|
"#-#-#-#-# catalog.po #-#-#-#-#\n"
|
||||||
|
"Aller à"
|
||||||
|
|
||||||
#: src/slic3r/GUI/DoubleSlider.cpp:2094 src/slic3r/GUI/DoubleSlider.cpp:2324
|
#: src/slic3r/GUI/DoubleSlider.cpp:2094 src/slic3r/GUI/DoubleSlider.cpp:2324
|
||||||
msgid "Jump to height"
|
msgid "Jump to height"
|
||||||
msgstr "Sauter à la hauteur"
|
msgstr "Sauter à la hauteur"
|
||||||
@@ -8626,6 +8697,11 @@ msgid "Message for pause print on current layer (%1% mm)."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Message pour mettre en pause l'impression sur la couche en cours (%1% mm)."
|
"Message pour mettre en pause l'impression sur la couche en cours (%1% mm)."
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/GCodeViewer.cpp:3291
|
||||||
|
msgctxt "Metre"
|
||||||
|
msgid "m"
|
||||||
|
msgstr "m"
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:1897 src/libslic3r/PrintConfig.cpp:1906
|
#: src/libslic3r/PrintConfig.cpp:1897 src/libslic3r/PrintConfig.cpp:1906
|
||||||
msgid "Min"
|
msgid "Min"
|
||||||
msgstr "Minimum"
|
msgstr "Minimum"
|
||||||
@@ -9058,6 +9134,10 @@ msgstr "Lignes Monotones"
|
|||||||
msgid "More"
|
msgid "More"
|
||||||
msgstr "Plus"
|
msgstr "Plus"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Plater.cpp:4106
|
||||||
|
msgid "More info at"
|
||||||
|
msgstr "Plus d'informations à l'adresse suivante"
|
||||||
|
|
||||||
#: src/slic3r/GUI/GUI.cpp:317
|
#: src/slic3r/GUI/GUI.cpp:317
|
||||||
msgid ""
|
msgid ""
|
||||||
"Most likely the configuration was produced by a newer version of QIDISlicer "
|
"Most likely the configuration was produced by a newer version of QIDISlicer "
|
||||||
@@ -9534,7 +9614,6 @@ msgstr[0] ""
|
|||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
"Notez que le préréglage sélectionné sera également renommé pour ces "
|
"Notez que le préréglage sélectionné sera également renommé pour ces "
|
||||||
"imprimantes."
|
"imprimantes."
|
||||||
msgstr[2] ""
|
|
||||||
|
|
||||||
#: src/slic3r/GUI/Tab.cpp:4151
|
#: src/slic3r/GUI/Tab.cpp:4151
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -10175,6 +10254,12 @@ msgstr "Orienter le texte vers la caméra."
|
|||||||
msgid "Origin"
|
msgid "Origin"
|
||||||
msgstr "Origine"
|
msgstr "Origine"
|
||||||
|
|
||||||
|
#. TRN Means "original color"
|
||||||
|
#: src/slic3r/GUI/Gizmos/GLGizmoMmuSegmentation.cpp:342
|
||||||
|
#: src/slic3r/GUI/Gizmos/GLGizmoMmuSegmentation.cpp:356
|
||||||
|
msgid "Original"
|
||||||
|
msgstr "Original"
|
||||||
|
|
||||||
#: src/slic3r/GUI/UnsavedChangesDialog.cpp:860
|
#: src/slic3r/GUI/UnsavedChangesDialog.cpp:860
|
||||||
msgid "Original value"
|
msgid "Original value"
|
||||||
msgstr "Valeur d'origine"
|
msgstr "Valeur d'origine"
|
||||||
@@ -10235,6 +10320,10 @@ msgstr "Parois extérieures"
|
|||||||
msgid "Overflow"
|
msgid "Overflow"
|
||||||
msgstr "Débordement"
|
msgstr "Débordement"
|
||||||
|
|
||||||
|
#: src/libslic3r/ExtrusionRole.cpp:40 src/libslic3r/ExtrusionRole.cpp:63
|
||||||
|
msgid "Overhang perimeter"
|
||||||
|
msgstr "Périmètre en surplomb"
|
||||||
|
|
||||||
#. TRN FilamentSettings : "Dynamic fan speeds"
|
#. TRN FilamentSettings : "Dynamic fan speeds"
|
||||||
#: src/libslic3r/PrintConfig.cpp:587
|
#: src/libslic3r/PrintConfig.cpp:587
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -10831,6 +10920,16 @@ msgid "Please check your object list before preset changing."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Veuillez vérifier votre liste d'objet avant le changement de préréglage."
|
"Veuillez vérifier votre liste d'objet avant le changement de préréglage."
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Plater.cpp:4104 src/slic3r/GUI/Plater.cpp:4110
|
||||||
|
msgid ""
|
||||||
|
"Please note that template presets are not customized for specific printer "
|
||||||
|
"and should only be used as a starting point for creating your own user "
|
||||||
|
"presets."
|
||||||
|
msgstr ""
|
||||||
|
"Veuillez noter que les modèles de préréglages ne sont pas personnalisés pour "
|
||||||
|
"une imprimante spécifique et ne doivent être utilisés que comme point de "
|
||||||
|
"départ pour la création de vos propres préréglages utilisateur."
|
||||||
|
|
||||||
#: src/slic3r/GUI/BackgroundSlicingProcess.cpp:85
|
#: src/slic3r/GUI/BackgroundSlicingProcess.cpp:85
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please save your project and restart QIDISlicer. We would be glad if you "
|
"Please save your project and restart QIDISlicer. We would be glad if you "
|
||||||
@@ -11121,8 +11220,8 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Intégration de Printables.com\n"
|
"Intégration de Printables.com\n"
|
||||||
"Saviez-vous que lorsque vous naviguez sur Printables.com, vous pouvez "
|
"Saviez-vous que lorsque vous naviguez sur Printables.com, vous pouvez "
|
||||||
"envoyer des fichiers de modèle 3D à QIDISlicer en un seul clic ? Apprenez-"
|
"envoyer des fichiers de modèle 3D à QIDISlicer en un seul clic ? Apprenez-en "
|
||||||
"en plus dans la documentation."
|
"plus dans la documentation."
|
||||||
|
|
||||||
#: resources/data/hints.ini: [hint:Printable toggle]
|
#: resources/data/hints.ini: [hint:Printable toggle]
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -11394,14 +11493,14 @@ msgstr ""
|
|||||||
"Pour plus d'informations, consultez notre outil de suivi des problèmes "
|
"Pour plus d'informations, consultez notre outil de suivi des problèmes "
|
||||||
"GitHub : \"%2%\" et \"%3%\"\n"
|
"GitHub : \"%2%\" et \"%3%\"\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Pour éviter ce problème, pensez à désactiver \"%4%\" dans les \"Préférences"
|
"Pour éviter ce problème, pensez à désactiver \"%4%\" dans les "
|
||||||
"\". Sinon, l'application plantera probablement à nouveau la prochaine fois."
|
"\"Préférences\". Sinon, l'application plantera probablement à nouveau la "
|
||||||
|
"prochaine fois."
|
||||||
|
|
||||||
#: src/slic3r/Utils/Http.cpp:78
|
#: src/slic3r/Utils/Http.cpp:78
|
||||||
#, boost-format
|
#, boost-format
|
||||||
msgid "QIDISlicer detected system SSL certificate store in: %1%"
|
msgid "QIDISlicer detected system SSL certificate store in: %1%"
|
||||||
msgstr ""
|
msgstr "QIDISlicer a détecté un stockage de certificats SSL système dans : %1%"
|
||||||
"QIDISlicer a détecté un stockage de certificats SSL système dans : %1%"
|
|
||||||
|
|
||||||
#: src/slic3r/GUI/GUI_App.cpp:3298 src/slic3r/GUI/Plater.cpp:1742
|
#: src/slic3r/GUI/GUI_App.cpp:3298 src/slic3r/GUI/Plater.cpp:1742
|
||||||
#: src/slic3r/GUI/UnsavedChangesDialog.cpp:937
|
#: src/slic3r/GUI/UnsavedChangesDialog.cpp:937
|
||||||
@@ -11423,9 +11522,9 @@ msgstr "QIDISlicer a rencontré une erreur fatale : \" %1%\""
|
|||||||
|
|
||||||
#: src/slic3r/GUI/GUI_App.cpp:743
|
#: src/slic3r/GUI/GUI_App.cpp:743
|
||||||
msgid ""
|
msgid ""
|
||||||
"QIDISlicer has encountered a localization error. Please report to "
|
"QIDISlicer has encountered a localization error. Please report to QIDISlicer "
|
||||||
"QIDISlicer team, what language was active and in which scenario this issue "
|
"team, what language was active and in which scenario this issue happened. "
|
||||||
"happened. Thank you.\n"
|
"Thank you.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"The application will now terminate."
|
"The application will now terminate."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -11837,9 +11936,9 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Recharger depuis le disque\n"
|
"Recharger depuis le disque\n"
|
||||||
"Saviez-vous que si vous avez créé une version plus récente de votre modèle, "
|
"Saviez-vous que si vous avez créé une version plus récente de votre modèle, "
|
||||||
"vous pouvez simplement le recharger dans QIDISlicer ? Cliquez avec le "
|
"vous pouvez simplement le recharger dans QIDISlicer ? Cliquez avec le bouton "
|
||||||
"bouton droit sur le modèle dans la vue 3D et choisissez Recharger depuis le "
|
"droit sur le modèle dans la vue 3D et choisissez Recharger depuis le disque. "
|
||||||
"disque. Lire la suite dans la documentation."
|
"Lire la suite dans la documentation."
|
||||||
|
|
||||||
#: src/slic3r/GUI/KBShortcutsDialog.cpp:111
|
#: src/slic3r/GUI/KBShortcutsDialog.cpp:111
|
||||||
#: src/slic3r/GUI/KBShortcutsDialog.cpp:113
|
#: src/slic3r/GUI/KBShortcutsDialog.cpp:113
|
||||||
@@ -13598,6 +13697,10 @@ msgstr "Afficher/Masquer la légende"
|
|||||||
msgid "Show/Hide object/instance labels"
|
msgid "Show/Hide object/instance labels"
|
||||||
msgstr "Afficher/Masquer les labels de l'objet/instance"
|
msgstr "Afficher/Masquer les labels de l'objet/instance"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/PresetComboBoxes.cpp:787
|
||||||
|
msgid "Show/Hide template presets"
|
||||||
|
msgstr "Afficher/masquer les préréglages des modèles"
|
||||||
|
|
||||||
#: src/slic3r/GUI/Preferences.cpp:304
|
#: src/slic3r/GUI/Preferences.cpp:304
|
||||||
msgid "Show incompatible print and filament presets"
|
msgid "Show incompatible print and filament presets"
|
||||||
msgstr "Afficher les préréglages d'impression et de filament incompatibles"
|
msgstr "Afficher les préréglages d'impression et de filament incompatibles"
|
||||||
@@ -13870,6 +13973,10 @@ msgstr "Jupe"
|
|||||||
msgid "Skirt and brim"
|
msgid "Skirt and brim"
|
||||||
msgstr "Jupe et bordure"
|
msgstr "Jupe et bordure"
|
||||||
|
|
||||||
|
#: src/libslic3r/ExtrusionRole.cpp:47 src/libslic3r/ExtrusionRole.cpp:77
|
||||||
|
msgid "Skirt/Brim"
|
||||||
|
msgstr "Jupe/Bordure"
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:2350
|
#: src/libslic3r/PrintConfig.cpp:2350
|
||||||
msgid "Skirt height"
|
msgid "Skirt height"
|
||||||
msgstr "Hauteur de la jupe"
|
msgstr "Hauteur de la jupe"
|
||||||
@@ -15332,6 +15439,15 @@ msgstr ""
|
|||||||
msgid "The extruder to use when printing infill."
|
msgid "The extruder to use when printing infill."
|
||||||
msgstr "L'extrudeur à utiliser pour imprimer le remplissage."
|
msgstr "L'extrudeur à utiliser pour imprimer le remplissage."
|
||||||
|
|
||||||
|
#: src/libslic3r/PrintConfig.cpp:3241
|
||||||
|
msgid ""
|
||||||
|
"The extruder to use when printing perimeter of the wipe tower. Set to 0 to "
|
||||||
|
"use the one that is available (non-soluble would be preferred)."
|
||||||
|
msgstr ""
|
||||||
|
"L'extrudeur à utiliser lors de l'impression du périmètre de la tour "
|
||||||
|
"d'essuyage. La valeur 0 permet d'utiliser l'extrudeuse disponible (de "
|
||||||
|
"préférence non soluble)."
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:2036
|
#: src/libslic3r/PrintConfig.cpp:2036
|
||||||
msgid ""
|
msgid ""
|
||||||
"The extruder to use when printing perimeters and brim. First extruder is 1."
|
"The extruder to use when printing perimeters and brim. First extruder is 1."
|
||||||
@@ -15712,7 +15828,6 @@ msgstr[0] ""
|
|||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
"Les imprimantes physiques ci-dessous sont basées sur le préréglage que vous "
|
"Les imprimantes physiques ci-dessous sont basées sur le préréglage que vous "
|
||||||
"allez renommer."
|
"allez renommer."
|
||||||
msgstr[2] ""
|
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:641
|
#: src/libslic3r/PrintConfig.cpp:641
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -16313,8 +16428,8 @@ msgstr ""
|
|||||||
"Cette procédure de fin est insérée à la fin d'un fichier de sortie, avant le "
|
"Cette procédure de fin est insérée à la fin d'un fichier de sortie, avant le "
|
||||||
"gcode de fin de l'imprimante (et avant tout changement d'outil de ce "
|
"gcode de fin de l'imprimante (et avant tout changement d'outil de ce "
|
||||||
"filament dans le cas des imprimantes multimatériaux). Notez que vous pouvez "
|
"filament dans le cas des imprimantes multimatériaux). Notez que vous pouvez "
|
||||||
"utiliser des variables génériques pour tous les réglages QIDISlicer. Si "
|
"utiliser des variables génériques pour tous les réglages QIDISlicer. Si vous "
|
||||||
"vous avez des extrudeurs multiples, le gcode est traité dans l'ordre des "
|
"avez des extrudeurs multiples, le gcode est traité dans l'ordre des "
|
||||||
"extrudeurs."
|
"extrudeurs."
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:787
|
#: src/libslic3r/PrintConfig.cpp:787
|
||||||
@@ -16855,10 +16970,10 @@ msgstr ""
|
|||||||
"Cette procédure de départ est insérée au début, après n'importe quel gcode "
|
"Cette procédure de départ est insérée au début, après n'importe quel gcode "
|
||||||
"de départ de l'imprimante (et après n'importe quel changement d'outil pour "
|
"de départ de l'imprimante (et après n'importe quel changement d'outil pour "
|
||||||
"ce filament dans le cas des imprimantes multi-matériaux). Ceci est utilisé "
|
"ce filament dans le cas des imprimantes multi-matériaux). Ceci est utilisé "
|
||||||
"pour supplanter les réglages d'un filament spécifique. Si QIDISlicer "
|
"pour supplanter les réglages d'un filament spécifique. Si QIDISlicer détecte "
|
||||||
"détecte M104, M109, M140 ou M190 dans vos codes personnalisés, de telles "
|
"M104, M109, M140 ou M190 dans vos codes personnalisés, de telles commandes "
|
||||||
"commandes ne seront pas ajoutées automatiquement de sorte que vous restez "
|
"ne seront pas ajoutées automatiquement de sorte que vous restez libre de "
|
||||||
"libre de personnaliser l'ordre des commandes de chauffe et autres actions "
|
"personnaliser l'ordre des commandes de chauffe et autres actions "
|
||||||
"personnalisées. Notez que vous pouvez utiliser des variables génériques pour "
|
"personnalisées. Notez que vous pouvez utiliser des variables génériques pour "
|
||||||
"les tous les paramètres QIDISlicer, donc vous pouvez utiliser une commande "
|
"les tous les paramètres QIDISlicer, donc vous pouvez utiliser une commande "
|
||||||
"\"M109 S[first_layer_temperature]\" où vous voulez."
|
"\"M109 S[first_layer_temperature]\" où vous voulez."
|
||||||
@@ -16910,9 +17025,9 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:4836
|
#: src/libslic3r/PrintConfig.cpp:4836
|
||||||
msgid ""
|
msgid ""
|
||||||
"This version of QIDISlicer may not understand configurations produced by "
|
"This version of QIDISlicer may not understand configurations produced by the "
|
||||||
"the newest QIDISlicer versions. For example, newer QIDISlicer may extend "
|
"newest QIDISlicer versions. For example, newer QIDISlicer may extend the "
|
||||||
"the list of supported firmware flavors. One may decide to bail out or to "
|
"list of supported firmware flavors. One may decide to bail out or to "
|
||||||
"substitute an unknown value with a default silently or verbosely."
|
"substitute an unknown value with a default silently or verbosely."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Cette version de QIDISlicer peut ne pas comprendre les configurations "
|
"Cette version de QIDISlicer peut ne pas comprendre les configurations "
|
||||||
@@ -17331,6 +17446,10 @@ msgstr "Impossible de recharger :"
|
|||||||
msgid "Unable to replace with more than one volume"
|
msgid "Unable to replace with more than one volume"
|
||||||
msgstr "Impossible de remplacer par plus d'un volume"
|
msgstr "Impossible de remplacer par plus d'un volume"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Plater.cpp:6681
|
||||||
|
msgid "Unable to save file"
|
||||||
|
msgstr "Impossible d'enregistrer le fichier"
|
||||||
|
|
||||||
#: src/slic3r/GUI/OptionsGroup.cpp:126
|
#: src/slic3r/GUI/OptionsGroup.cpp:126
|
||||||
msgid "Unavailable for this method."
|
msgid "Unavailable for this method."
|
||||||
msgstr "Non disponible pour cette méthode."
|
msgstr "Non disponible pour cette méthode."
|
||||||
@@ -17426,6 +17545,10 @@ msgstr "Rétablir la rotation"
|
|||||||
msgid "Undo translation"
|
msgid "Undo translation"
|
||||||
msgstr "Rétablir la translation"
|
msgstr "Rétablir la translation"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/PhysicalPrinterDialog.cpp:667
|
||||||
|
msgid "Unexpected character"
|
||||||
|
msgstr "Caractère inattendu"
|
||||||
|
|
||||||
#: src/libslic3r/miniz_extension.cpp:111
|
#: src/libslic3r/miniz_extension.cpp:111
|
||||||
msgid "unexpected decompressed size"
|
msgid "unexpected decompressed size"
|
||||||
msgstr "volume de décompression inattendu"
|
msgstr "volume de décompression inattendu"
|
||||||
@@ -18096,8 +18219,8 @@ msgstr ""
|
|||||||
"QIDISlicer, vous pouvez donc mettre une commande \"M109 "
|
"QIDISlicer, vous pouvez donc mettre une commande \"M109 "
|
||||||
"S[first_layer_temperature]\" où vous voulez.\n"
|
"S[first_layer_temperature]\" où vous voulez.\n"
|
||||||
"Si votre G-code de début personnalisé ne contient PAS M104 ou M190, "
|
"Si votre G-code de début personnalisé ne contient PAS M104 ou M190, "
|
||||||
"QIDISlicer exécutera le G-code de début une fois que le plateau a atteint "
|
"QIDISlicer exécutera le G-code de début une fois que le plateau a atteint sa "
|
||||||
"sa température cible et que l'extrudeur vient de commencer à chauffer.\n"
|
"température cible et que l'extrudeur vient de commencer à chauffer.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Si désactivé, QIDISlicer n'émettra PAS de commandes pour chauffer "
|
"Si désactivé, QIDISlicer n'émettra PAS de commandes pour chauffer "
|
||||||
"l'extrudeur et le plateau, laissant les deux au G-code de début personnalisé."
|
"l'extrudeur et le plateau, laissant les deux au G-code de début personnalisé."
|
||||||
@@ -18346,7 +18469,11 @@ msgstr "Tour de Nettoyage"
|
|||||||
msgid "Wipe tower brim width"
|
msgid "Wipe tower brim width"
|
||||||
msgstr "Largeur de la bordure de la tour de nettoyage"
|
msgstr "Largeur de la bordure de la tour de nettoyage"
|
||||||
|
|
||||||
#: src/slic3r/GUI/Tab.cpp:2087
|
#: src/libslic3r/PrintConfig.cpp:3239
|
||||||
|
msgid "Wipe tower extruder"
|
||||||
|
msgstr "Tour d'essuyage de l'extrudeuse"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Tab.cpp:2096
|
||||||
msgid "Wipe tower parameters"
|
msgid "Wipe tower parameters"
|
||||||
msgstr "Paramètres de la tour de nettoyage"
|
msgstr "Paramètres de la tour de nettoyage"
|
||||||
|
|
||||||
@@ -18491,11 +18618,17 @@ msgstr ""
|
|||||||
"Vous exécutez une version 32 bits de QIDISlicer sur Windows 64 bits.\n"
|
"Vous exécutez une version 32 bits de QIDISlicer sur Windows 64 bits.\n"
|
||||||
"La version 32 bits de QIDISlicer ne pourra probablement pas utiliser toute "
|
"La version 32 bits de QIDISlicer ne pourra probablement pas utiliser toute "
|
||||||
"la RAM disponible dans le système.\n"
|
"la RAM disponible dans le système.\n"
|
||||||
"Veuillez télécharger et installer une version 64 bits de QIDISlicer à "
|
"Veuillez télécharger et installer une version 64 bits de QIDISlicer à partir "
|
||||||
"partir de https://www.qidi3d.fr/qidislicer/.\n"
|
"de https://www.qidi3d.fr/qidislicer/.\n"
|
||||||
"Souhaitez-vous continuer ?"
|
"Souhaitez-vous continuer ?"
|
||||||
|
|
||||||
#: src/slic3r/GUI/Plater.cpp:5200
|
#: src/slic3r/GUI/Plater.cpp:4103 src/slic3r/GUI/Plater.cpp:4109
|
||||||
|
msgid "You are using template filament preset."
|
||||||
|
msgid_plural "You are using template filament presets."
|
||||||
|
msgstr[0] "Vous utilisez un préréglage de filament de modèle."
|
||||||
|
msgstr[1] "Vous utilisez des préréglages de filament de modèle."
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Plater.cpp:5241
|
||||||
msgid ""
|
msgid ""
|
||||||
"You can keep presets modifications to the new project, discard them or save "
|
"You can keep presets modifications to the new project, discard them or save "
|
||||||
"changes as new presets.\n"
|
"changes as new presets.\n"
|
||||||
@@ -18565,12 +18698,13 @@ msgid ""
|
|||||||
"You can use all configuration options as variables inside this template. For "
|
"You can use all configuration options as variables inside this template. For "
|
||||||
"example: [layer_height], [fill_density] etc. You can also use [timestamp], "
|
"example: [layer_height], [fill_density] etc. You can also use [timestamp], "
|
||||||
"[year], [month], [day], [hour], [minute], [second], [version], "
|
"[year], [month], [day], [hour], [minute], [second], [version], "
|
||||||
"[input_filename], [input_filename_base]."
|
"[input_filename], [input_filename_base], [default_output_extension]."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Vous pouvez utiliser toutes les options de configuration comme variables "
|
"Vous pouvez utiliser toutes les options de configuration comme variables "
|
||||||
"dans ce modèle. Par exemple : [layer_height], [fill_density] etc. Vous "
|
"dans ce modèle. Par exemple : [layer_height], [fill_density] etc. Vous "
|
||||||
"pouvez aussi utiliser [timestamp], [year], [month], [day], [hour], [minute], "
|
"pouvez aussi utiliser [timestamp], [year], [month], [day], [hour], [minute], "
|
||||||
"[second], [version], [input_filename], [input_filename_base]."
|
"[second], [version], [input_filename], [input_filename_base], "
|
||||||
|
"[default_output_extension]."
|
||||||
|
|
||||||
#: src/slic3r/GUI/NotificationManager.hpp:908
|
#: src/slic3r/GUI/NotificationManager.hpp:908
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -22988,10 +23122,6 @@ msgstr "Enveloppe japonaise 100 x 148 mm"
|
|||||||
msgid "Japanese Postcard Rotated 148 x 100 mm"
|
msgid "Japanese Postcard Rotated 148 x 100 mm"
|
||||||
msgstr "Enveloppe japonaise Paysage 148 x 100 mm"
|
msgstr "Enveloppe japonaise Paysage 148 x 100 mm"
|
||||||
|
|
||||||
#: ../src/common/stockitem.cpp:169
|
|
||||||
msgid "Jump to"
|
|
||||||
msgstr "Aller à"
|
|
||||||
|
|
||||||
#: ../src/common/stockitem.cpp:171
|
#: ../src/common/stockitem.cpp:171
|
||||||
msgid "Justified"
|
msgid "Justified"
|
||||||
msgstr "Justifié"
|
msgstr "Justifié"
|
||||||
|
|||||||
@@ -1,11 +1,16 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Project-Id-Version: \n"
|
||||||
|
"POT-Creation-Date: \n"
|
||||||
|
"PO-Revision-Date: \n"
|
||||||
|
"Last-Translator: \n"
|
||||||
|
"Language-Team: \n"
|
||||||
"Language: it\n"
|
"Language: it\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Generator: QIDIlator\n"
|
"X-Generator: Poedit 3.3.2\n"
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:503 src/libslic3r/PrintConfig.cpp:594
|
#: src/libslic3r/PrintConfig.cpp:503 src/libslic3r/PrintConfig.cpp:594
|
||||||
#: src/libslic3r/PrintConfig.cpp:603 src/libslic3r/PrintConfig.cpp:612
|
#: src/libslic3r/PrintConfig.cpp:603 src/libslic3r/PrintConfig.cpp:612
|
||||||
@@ -66,7 +71,6 @@ msgid "%1$d connector is out of cut contour"
|
|||||||
msgid_plural "%1$d connectors are out of cut contour"
|
msgid_plural "%1$d connectors are out of cut contour"
|
||||||
msgstr[0] "%1$d connettore è fuori dal profilo di taglio"
|
msgstr[0] "%1$d connettore è fuori dal profilo di taglio"
|
||||||
msgstr[1] "%1$d connettori sono fuori dal profilo di taglio"
|
msgstr[1] "%1$d connettori sono fuori dal profilo di taglio"
|
||||||
msgstr[2] ""
|
|
||||||
|
|
||||||
#: src/slic3r/GUI/Gizmos/GLGizmoCut.cpp:2200
|
#: src/slic3r/GUI/Gizmos/GLGizmoCut.cpp:2200
|
||||||
#, c-format, boost-format
|
#, c-format, boost-format
|
||||||
@@ -74,7 +78,6 @@ msgid "%1$d connector is out of object"
|
|||||||
msgid_plural "%1$d connectors are out of object"
|
msgid_plural "%1$d connectors are out of object"
|
||||||
msgstr[0] "%1$d connettore è fuori dall'oggetto"
|
msgstr[0] "%1$d connettore è fuori dall'oggetto"
|
||||||
msgstr[1] "%1$d connettori sono fuori dall'oggetto"
|
msgstr[1] "%1$d connettori sono fuori dall'oggetto"
|
||||||
msgstr[2] ""
|
|
||||||
|
|
||||||
#: src/slic3r/GUI/GUI_ObjectList.cpp:459
|
#: src/slic3r/GUI/GUI_ObjectList.cpp:459
|
||||||
#, c-format, boost-format
|
#, c-format, boost-format
|
||||||
@@ -110,7 +113,6 @@ msgid "%1$d object was loaded as a part of cut object."
|
|||||||
msgid_plural "%1$d objects were loaded as parts of cut object"
|
msgid_plural "%1$d objects were loaded as parts of cut object"
|
||||||
msgstr[0] "%1$d oggetto è stato caricato come parte di un oggetto tagliato."
|
msgstr[0] "%1$d oggetto è stato caricato come parte di un oggetto tagliato."
|
||||||
msgstr[1] "%1$d oggetti sono stati caricati come parti di un oggetto tagliato"
|
msgstr[1] "%1$d oggetti sono stati caricati come parti di un oggetto tagliato"
|
||||||
msgstr[2] ""
|
|
||||||
|
|
||||||
#: src/slic3r/GUI/NotificationManager.cpp:1649
|
#: src/slic3r/GUI/NotificationManager.cpp:1649
|
||||||
#, c-format, boost-format
|
#, c-format, boost-format
|
||||||
@@ -183,7 +185,17 @@ msgid "%1%=%2% mm is too low to be printable at a layer height %3% mm"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"%1%=%2% mm è troppo basso per essere un altezza layer stampabile %3% mm"
|
"%1%=%2% mm è troppo basso per essere un altezza layer stampabile %3% mm"
|
||||||
|
|
||||||
#: src/slic3r/GUI/Tab.cpp:5227
|
#: src/slic3r/GUI/DoubleSlider.cpp:711 src/libslic3r/Utils.cpp:1016
|
||||||
|
#, boost-format
|
||||||
|
msgid "%1%d"
|
||||||
|
msgstr "%1%g"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/DoubleSlider.cpp:712 src/libslic3r/Utils.cpp:1017
|
||||||
|
#, boost-format
|
||||||
|
msgid "%1%h"
|
||||||
|
msgstr "%1%h"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Tab.cpp:5244
|
||||||
#, boost-format
|
#, boost-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"\"%1%\" is disabled because \"%2%\" is on in \"%3%\" category.\n"
|
"\"%1%\" is disabled because \"%2%\" is on in \"%3%\" category.\n"
|
||||||
@@ -196,6 +208,12 @@ msgstr ""
|
|||||||
msgid "1 (light)"
|
msgid "1 (light)"
|
||||||
msgstr "1 (leggero)"
|
msgstr "1 (leggero)"
|
||||||
|
|
||||||
|
#. TRN "m" means "minutes"
|
||||||
|
#: src/slic3r/GUI/DoubleSlider.cpp:713 src/libslic3r/Utils.cpp:1019
|
||||||
|
#, boost-format
|
||||||
|
msgid "%1%m"
|
||||||
|
msgstr "%1%m"
|
||||||
|
|
||||||
#. TRN ConfigWizard: Materials : "%1%" = "Filaments"/"SLA materials"
|
#. TRN ConfigWizard: Materials : "%1%" = "Filaments"/"SLA materials"
|
||||||
#: src/slic3r/GUI/ConfigWizard.cpp:838
|
#: src/slic3r/GUI/ConfigWizard.cpp:838
|
||||||
#, boost-format
|
#, boost-format
|
||||||
@@ -233,6 +251,11 @@ msgstr "%1% Preset"
|
|||||||
msgid "%1% : read only"
|
msgid "%1% : read only"
|
||||||
msgstr "%1% : sola lettura"
|
msgstr "%1% : sola lettura"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/DoubleSlider.cpp:714 src/libslic3r/Utils.cpp:1027
|
||||||
|
#, boost-format
|
||||||
|
msgid "%1%s"
|
||||||
|
msgstr "%1%s"
|
||||||
|
|
||||||
#. TRN ConfigWizard: Materials : "%1%" = "Filaments"/"SLA materials"
|
#. TRN ConfigWizard: Materials : "%1%" = "Filaments"/"SLA materials"
|
||||||
#: src/slic3r/GUI/ConfigWizard.cpp:835
|
#: src/slic3r/GUI/ConfigWizard.cpp:835
|
||||||
#, boost-format
|
#, boost-format
|
||||||
@@ -1313,8 +1336,8 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/slic3r/GUI/OpenGLManager.cpp:390
|
#: src/slic3r/GUI/OpenGLManager.cpp:390
|
||||||
msgid ""
|
msgid ""
|
||||||
"As a workaround, you may run QIDISlicer with a software rendered 3D "
|
"As a workaround, you may run QIDISlicer with a software rendered 3D graphics "
|
||||||
"graphics by running qidi-slicer.exe with the --sw-renderer parameter."
|
"by running qidi-slicer.exe with the --sw-renderer parameter."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Come soluzione alternativa, puoi eseguire QIDISlicer con una grafica 3D "
|
"Come soluzione alternativa, puoi eseguire QIDISlicer con una grafica 3D "
|
||||||
"renderizzata dal software eseguendo qidi-slicer.exe con il parametro --sw-"
|
"renderizzata dal software eseguendo qidi-slicer.exe con il parametro --sw-"
|
||||||
@@ -1574,7 +1597,13 @@ msgstr ""
|
|||||||
"Temperatura per i layer dopo il primo. Imposta a zero per disattivare i "
|
"Temperatura per i layer dopo il primo. Imposta a zero per disattivare i "
|
||||||
"comandi di controllo della temperatura del piano di stampa in output."
|
"comandi di controllo della temperatura del piano di stampa in output."
|
||||||
|
|
||||||
#: src/slic3r/GUI/Tab.cpp:2569 src/libslic3r/GCode.cpp:768
|
#: src/slic3r/GUI/Plater.cpp:3229
|
||||||
|
msgid "Bed temperatures for the used filaments differ significantly."
|
||||||
|
msgstr ""
|
||||||
|
"Le temperature del piano per i filamenti utilizzati differiscono in modo "
|
||||||
|
"significativo."
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Tab.cpp:2586 src/libslic3r/GCode.cpp:768
|
||||||
#: src/libslic3r/PrintConfig.cpp:442
|
#: src/libslic3r/PrintConfig.cpp:442
|
||||||
msgid "Before layer change G-code"
|
msgid "Before layer change G-code"
|
||||||
msgstr "G-code prima del cambio layer"
|
msgstr "G-code prima del cambio layer"
|
||||||
@@ -1716,6 +1745,10 @@ msgstr ""
|
|||||||
"diametro verranno stampate con pareti doppie per garantire la stabilità. "
|
"diametro verranno stampate con pareti doppie per garantire la stabilità. "
|
||||||
"Imposta questo valore a zero per non avere pareti doppie."
|
"Imposta questo valore a zero per non avere pareti doppie."
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Tab.cpp:5174
|
||||||
|
msgid "Branching"
|
||||||
|
msgstr "Ramificazione"
|
||||||
|
|
||||||
#. TRN One of the "Support tree type"s on SLAPrintSettings : Supports
|
#. TRN One of the "Support tree type"s on SLAPrintSettings : Supports
|
||||||
#: src/libslic3r/PrintConfig.cpp:3929
|
#: src/libslic3r/PrintConfig.cpp:3929
|
||||||
msgid "Branching (experimental)"
|
msgid "Branching (experimental)"
|
||||||
@@ -1734,6 +1767,10 @@ msgstr "Bridge"
|
|||||||
msgid "Bridge flow ratio"
|
msgid "Bridge flow ratio"
|
||||||
msgstr "Rapporto flusso Bridge"
|
msgstr "Rapporto flusso Bridge"
|
||||||
|
|
||||||
|
#: src/libslic3r/ExtrusionRole.cpp:45 src/libslic3r/ExtrusionRole.cpp:73
|
||||||
|
msgid "Bridge infill"
|
||||||
|
msgstr "Riempimento Bridge"
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:522
|
#: src/libslic3r/PrintConfig.cpp:522
|
||||||
msgid "Bridges"
|
msgid "Bridges"
|
||||||
msgstr "Bridge"
|
msgstr "Bridge"
|
||||||
@@ -2635,6 +2672,17 @@ msgstr "Conferma"
|
|||||||
msgid "Confirm connectors"
|
msgid "Confirm connectors"
|
||||||
msgstr "Conferma connettori"
|
msgstr "Conferma connettori"
|
||||||
|
|
||||||
|
#. TRN %3% is name of Object1, %4% is name of Object2
|
||||||
|
#: src/slic3r/GUI/GLCanvas3D.cpp:7496
|
||||||
|
#, boost-format
|
||||||
|
msgid ""
|
||||||
|
"Conflicts in G-code paths have been detected at layer %1%, z=%2$.2f mm. "
|
||||||
|
"Please reposition the conflicting objects (%3% <-> %4%) further apart."
|
||||||
|
msgstr ""
|
||||||
|
"Sono stati rilevati conflitti nei percorsi G-Code nel layer %1%, z=%2$.2f "
|
||||||
|
"mm. Riposizionare gli oggetti in conflitto (%3% <-> %4%) ad una distanza "
|
||||||
|
"maggiore."
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:1492
|
#: src/libslic3r/PrintConfig.cpp:1492
|
||||||
msgid ""
|
msgid ""
|
||||||
"Connect an infill line to an internal perimeter with a short segment of an "
|
"Connect an infill line to an internal perimeter with a short segment of an "
|
||||||
@@ -3094,6 +3142,12 @@ msgstr ""
|
|||||||
"CURL init non riuscito. QIDISlicer non sarà in grado di stabilire "
|
"CURL init non riuscito. QIDISlicer non sarà in grado di stabilire "
|
||||||
"connessioni di rete. Vedere i log per ulteriori dettagli."
|
"connessioni di rete. Vedere i log per ulteriori dettagli."
|
||||||
|
|
||||||
|
#. TRN Means "current color"
|
||||||
|
#: src/slic3r/GUI/Gizmos/GLGizmoMmuSegmentation.cpp:340
|
||||||
|
#: src/slic3r/GUI/Gizmos/GLGizmoMmuSegmentation.cpp:356
|
||||||
|
msgid "Current"
|
||||||
|
msgstr "Attuale"
|
||||||
|
|
||||||
#: src/slic3r/GUI/wxExtensions.cpp:629
|
#: src/slic3r/GUI/wxExtensions.cpp:629
|
||||||
#, c-format, boost-format
|
#, c-format, boost-format
|
||||||
msgid "Current mode is %s"
|
msgid "Current mode is %s"
|
||||||
@@ -5012,6 +5066,10 @@ msgstr "Esposizione"
|
|||||||
msgid "Exposure time"
|
msgid "Exposure time"
|
||||||
msgstr "Tempo di esposizione"
|
msgstr "Tempo di esposizione"
|
||||||
|
|
||||||
|
#: src/libslic3r/ExtrusionRole.cpp:39 src/libslic3r/ExtrusionRole.cpp:61
|
||||||
|
msgid "External perimeter"
|
||||||
|
msgstr "Perimetro esterno"
|
||||||
|
|
||||||
#: src/slic3r/GUI/PresetHints.cpp:170
|
#: src/slic3r/GUI/PresetHints.cpp:170
|
||||||
msgid "external perimeters"
|
msgid "external perimeters"
|
||||||
msgstr "perimetri esterni"
|
msgstr "perimetri esterni"
|
||||||
@@ -6300,8 +6358,9 @@ msgstr "Nascondi righello"
|
|||||||
#: resources/data/hints.ini: [hint:Hiding sidebar]
|
#: resources/data/hints.ini: [hint:Hiding sidebar]
|
||||||
msgid ""
|
msgid ""
|
||||||
"Hiding sidebar\n"
|
"Hiding sidebar\n"
|
||||||
"Did you know that you can hide the right sidebar using the shortcut <b>Shift"
|
"Did you know that you can hide the right sidebar using the shortcut "
|
||||||
"+Tab</b>? You can also enable the icon for this from the<a>Preferences</a>."
|
"<b>Shift+Tab</b>? You can also enable the icon for this from "
|
||||||
|
"the<a>Preferences</a>."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Nascondere barra laterale\n"
|
"Nascondere barra laterale\n"
|
||||||
"Sapevi che puoi nascondere la barra laterale destra usando la scorciatoia "
|
"Sapevi che puoi nascondere la barra laterale destra usando la scorciatoia "
|
||||||
@@ -6737,8 +6796,8 @@ msgstr ""
|
|||||||
#: src/libslic3r/PrintConfig.cpp:4857
|
#: src/libslic3r/PrintConfig.cpp:4857
|
||||||
msgid ""
|
msgid ""
|
||||||
"If enabled, the command line arguments are sent to an existing instance of "
|
"If enabled, the command line arguments are sent to an existing instance of "
|
||||||
"GUI QIDISlicer, or an existing QIDISlicer window is activated. Overrides "
|
"GUI QIDISlicer, or an existing QIDISlicer window is activated. Overrides the "
|
||||||
"the \"single_instance\" configuration value from application preferences."
|
"\"single_instance\" configuration value from application preferences."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Se abilitato, gli argomenti della riga di comando vengono inviati ad "
|
"Se abilitato, gli argomenti della riga di comando vengono inviati ad "
|
||||||
"un'istanza GUI esistente di QIDISlicer, oppure viene attivata una finestra "
|
"un'istanza GUI esistente di QIDISlicer, oppure viene attivata una finestra "
|
||||||
@@ -6939,8 +6998,7 @@ msgid ""
|
|||||||
"instead."
|
"instead."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Se questo è abilitato, quando si avvia QIDISlicer e un'altra istanza della "
|
"Se questo è abilitato, quando si avvia QIDISlicer e un'altra istanza della "
|
||||||
"stessa QIDISlicer è già in esecuzione, quell'istanza verrà invece "
|
"stessa QIDISlicer è già in esecuzione, quell'istanza verrà invece riattivata."
|
||||||
"riattivata."
|
|
||||||
|
|
||||||
#: src/slic3r/GUI/SendSystemInfoDialog.cpp:591
|
#: src/slic3r/GUI/SendSystemInfoDialog.cpp:591
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -7382,6 +7440,10 @@ msgstr "errore interno"
|
|||||||
msgid "Internal error: %1%"
|
msgid "Internal error: %1%"
|
||||||
msgstr "Errore interno: %1%"
|
msgstr "Errore interno: %1%"
|
||||||
|
|
||||||
|
#: src/libslic3r/ExtrusionRole.cpp:41 src/libslic3r/ExtrusionRole.cpp:65
|
||||||
|
msgid "Internal infill"
|
||||||
|
msgstr "Riempimento interno"
|
||||||
|
|
||||||
#: src/libslic3r/GCode.cpp:825
|
#: src/libslic3r/GCode.cpp:825
|
||||||
msgid "In the custom G-code were found reserved keywords:"
|
msgid "In the custom G-code were found reserved keywords:"
|
||||||
msgstr "Nel G-code personalizzato sono state trovate parole chiave riservate:"
|
msgstr "Nel G-code personalizzato sono state trovate parole chiave riservate:"
|
||||||
@@ -7563,6 +7625,15 @@ msgstr "Jitter"
|
|||||||
msgid "Join"
|
msgid "Join"
|
||||||
msgstr "Unisci"
|
msgstr "Unisci"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/GLCanvas3D.cpp:7526 ../src/common/stockitem.cpp:169
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Jump to"
|
||||||
|
msgstr ""
|
||||||
|
"#-#-#-#-# catalog.po #-#-#-#-#\n"
|
||||||
|
"Salta a\n"
|
||||||
|
"#-#-#-#-# catalog.po #-#-#-#-#\n"
|
||||||
|
"Vai a"
|
||||||
|
|
||||||
#: src/slic3r/GUI/DoubleSlider.cpp:2094 src/slic3r/GUI/DoubleSlider.cpp:2324
|
#: src/slic3r/GUI/DoubleSlider.cpp:2094 src/slic3r/GUI/DoubleSlider.cpp:2324
|
||||||
msgid "Jump to height"
|
msgid "Jump to height"
|
||||||
msgstr "Salta all'altezza"
|
msgstr "Salta all'altezza"
|
||||||
@@ -8538,6 +8609,11 @@ msgstr "Messaggio"
|
|||||||
msgid "Message for pause print on current layer (%1% mm)."
|
msgid "Message for pause print on current layer (%1% mm)."
|
||||||
msgstr "Messaggio per pausa stampa al corrente layer (%1% mm)."
|
msgstr "Messaggio per pausa stampa al corrente layer (%1% mm)."
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/GCodeViewer.cpp:3291
|
||||||
|
msgctxt "Metre"
|
||||||
|
msgid "m"
|
||||||
|
msgstr "m"
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:1897 src/libslic3r/PrintConfig.cpp:1906
|
#: src/libslic3r/PrintConfig.cpp:1897 src/libslic3r/PrintConfig.cpp:1906
|
||||||
msgid "Min"
|
msgid "Min"
|
||||||
msgstr "Minimo"
|
msgstr "Minimo"
|
||||||
@@ -8970,6 +9046,10 @@ msgstr "Linee Monotoniche"
|
|||||||
msgid "More"
|
msgid "More"
|
||||||
msgstr "Altro"
|
msgstr "Altro"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Plater.cpp:4106
|
||||||
|
msgid "More info at"
|
||||||
|
msgstr "Maggiori informazioni su"
|
||||||
|
|
||||||
#: src/slic3r/GUI/GUI.cpp:317
|
#: src/slic3r/GUI/GUI.cpp:317
|
||||||
msgid ""
|
msgid ""
|
||||||
"Most likely the configuration was produced by a newer version of QIDISlicer "
|
"Most likely the configuration was produced by a newer version of QIDISlicer "
|
||||||
@@ -9441,7 +9521,6 @@ msgstr[0] ""
|
|||||||
"Si noti che il preset selezionato verrà rinominato anche in questa stampante."
|
"Si noti che il preset selezionato verrà rinominato anche in questa stampante."
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
"Si noti che il preset selezionato verrà rinominato anche in queste stampanti."
|
"Si noti che il preset selezionato verrà rinominato anche in queste stampanti."
|
||||||
msgstr[2] ""
|
|
||||||
|
|
||||||
#: src/slic3r/GUI/Tab.cpp:4151
|
#: src/slic3r/GUI/Tab.cpp:4151
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -10079,6 +10158,12 @@ msgstr "Orienta il testo verso di te."
|
|||||||
msgid "Origin"
|
msgid "Origin"
|
||||||
msgstr "Origine"
|
msgstr "Origine"
|
||||||
|
|
||||||
|
#. TRN Means "original color"
|
||||||
|
#: src/slic3r/GUI/Gizmos/GLGizmoMmuSegmentation.cpp:342
|
||||||
|
#: src/slic3r/GUI/Gizmos/GLGizmoMmuSegmentation.cpp:356
|
||||||
|
msgid "Original"
|
||||||
|
msgstr "Originale"
|
||||||
|
|
||||||
#: src/slic3r/GUI/UnsavedChangesDialog.cpp:860
|
#: src/slic3r/GUI/UnsavedChangesDialog.cpp:860
|
||||||
msgid "Original value"
|
msgid "Original value"
|
||||||
msgstr "Valore originale"
|
msgstr "Valore originale"
|
||||||
@@ -10139,6 +10224,10 @@ msgstr "Pareti esterne"
|
|||||||
msgid "Overflow"
|
msgid "Overflow"
|
||||||
msgstr "Overflow"
|
msgstr "Overflow"
|
||||||
|
|
||||||
|
#: src/libslic3r/ExtrusionRole.cpp:40 src/libslic3r/ExtrusionRole.cpp:63
|
||||||
|
msgid "Overhang perimeter"
|
||||||
|
msgstr "Perimetro sporgente"
|
||||||
|
|
||||||
#. TRN FilamentSettings : "Dynamic fan speeds"
|
#. TRN FilamentSettings : "Dynamic fan speeds"
|
||||||
#: src/libslic3r/PrintConfig.cpp:587
|
#: src/libslic3r/PrintConfig.cpp:587
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -10570,7 +10659,11 @@ msgstr ""
|
|||||||
"Esecuzione dell'integrazione del downloader desktop non riuscita - "
|
"Esecuzione dell'integrazione del downloader desktop non riuscita - "
|
||||||
"Impossibile trovare l'eseguibile."
|
"Impossibile trovare l'eseguibile."
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:3312
|
#: src/libslic3r/ExtrusionRole.cpp:38 src/libslic3r/ExtrusionRole.cpp:59
|
||||||
|
msgid "Perimeter"
|
||||||
|
msgstr "Perimetro"
|
||||||
|
|
||||||
|
#: src/libslic3r/PrintConfig.cpp:3333
|
||||||
msgid "Perimeter distribution count"
|
msgid "Perimeter distribution count"
|
||||||
msgstr "Conteggio della distribuzione dei perimetri"
|
msgstr "Conteggio della distribuzione dei perimetri"
|
||||||
|
|
||||||
@@ -10737,6 +10830,16 @@ msgid "Please check your object list before preset changing."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Per favore verifica la tua lista di oggetti prima di cambiare i preset."
|
"Per favore verifica la tua lista di oggetti prima di cambiare i preset."
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Plater.cpp:4104 src/slic3r/GUI/Plater.cpp:4110
|
||||||
|
msgid ""
|
||||||
|
"Please note that template presets are not customized for specific printer "
|
||||||
|
"and should only be used as a starting point for creating your own user "
|
||||||
|
"presets."
|
||||||
|
msgstr ""
|
||||||
|
"Si noti che i preset dei template non sono personalizzati per una stampante "
|
||||||
|
"specifica e devono essere utilizzati solo come punto di partenza per la "
|
||||||
|
"creazione di preset utente personalizzati."
|
||||||
|
|
||||||
#: src/slic3r/GUI/BackgroundSlicingProcess.cpp:85
|
#: src/slic3r/GUI/BackgroundSlicingProcess.cpp:85
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please save your project and restart QIDISlicer. We would be glad if you "
|
"Please save your project and restart QIDISlicer. We would be glad if you "
|
||||||
@@ -11326,9 +11429,9 @@ msgstr "QIDISlicer ha riscontrato un errore fatale: \"%1%\""
|
|||||||
|
|
||||||
#: src/slic3r/GUI/GUI_App.cpp:743
|
#: src/slic3r/GUI/GUI_App.cpp:743
|
||||||
msgid ""
|
msgid ""
|
||||||
"QIDISlicer has encountered a localization error. Please report to "
|
"QIDISlicer has encountered a localization error. Please report to QIDISlicer "
|
||||||
"QIDISlicer team, what language was active and in which scenario this issue "
|
"team, what language was active and in which scenario this issue happened. "
|
||||||
"happened. Thank you.\n"
|
"Thank you.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"The application will now terminate."
|
"The application will now terminate."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -11375,8 +11478,8 @@ msgid ""
|
|||||||
"QIDISlicer recieved a download request from Printables.com, but it's not "
|
"QIDISlicer recieved a download request from Printables.com, but it's not "
|
||||||
"allowed. You can allow it"
|
"allowed. You can allow it"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"QIDISlicer ha ricevuto una richiesta di download da Printables.com, ma non "
|
"QIDISlicer ha ricevuto una richiesta di download da Printables.com, ma non è "
|
||||||
"è autorizzata. È possibile autorizzarla"
|
"autorizzata. È possibile autorizzarla"
|
||||||
|
|
||||||
#: src/slic3r/GUI/OpenGLManager.cpp:383
|
#: src/slic3r/GUI/OpenGLManager.cpp:383
|
||||||
#, c-format, boost-format
|
#, c-format, boost-format
|
||||||
@@ -13308,6 +13411,12 @@ msgstr "Imposta cursore superiore come attivo"
|
|||||||
msgid "%s Family"
|
msgid "%s Family"
|
||||||
msgstr "Famiglia %s"
|
msgstr "Famiglia %s"
|
||||||
|
|
||||||
|
#. TRN %s = type of file
|
||||||
|
#: src/slic3r/GUI/GUI_App.cpp:609
|
||||||
|
#, c-format, boost-format
|
||||||
|
msgid "%s files"
|
||||||
|
msgstr "%s file"
|
||||||
|
|
||||||
#: src/slic3r/GUI/ConfigManipulation.cpp:167
|
#: src/slic3r/GUI/ConfigManipulation.cpp:167
|
||||||
msgid "Shall I adjust those settings for supports?"
|
msgid "Shall I adjust those settings for supports?"
|
||||||
msgstr "Vuoi che regoli queste impostazioni per i supporti?"
|
msgstr "Vuoi che regoli queste impostazioni per i supporti?"
|
||||||
@@ -13483,6 +13592,10 @@ msgstr "Mostra/Nascondi leggenda"
|
|||||||
msgid "Show/Hide object/instance labels"
|
msgid "Show/Hide object/instance labels"
|
||||||
msgstr "Mostra/Nascondi etichette dell'oggetto/istanza"
|
msgstr "Mostra/Nascondi etichette dell'oggetto/istanza"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/PresetComboBoxes.cpp:787
|
||||||
|
msgid "Show/Hide template presets"
|
||||||
|
msgstr "Mostra/Nascondi i preset template"
|
||||||
|
|
||||||
#: src/slic3r/GUI/Preferences.cpp:304
|
#: src/slic3r/GUI/Preferences.cpp:304
|
||||||
msgid "Show incompatible print and filament presets"
|
msgid "Show incompatible print and filament presets"
|
||||||
msgstr "Mostra preset di stampa e di filamento incompatibili"
|
msgstr "Mostra preset di stampa e di filamento incompatibili"
|
||||||
@@ -13754,6 +13867,10 @@ msgstr "Skirt"
|
|||||||
msgid "Skirt and brim"
|
msgid "Skirt and brim"
|
||||||
msgstr "Skirt e brim"
|
msgstr "Skirt e brim"
|
||||||
|
|
||||||
|
#: src/libslic3r/ExtrusionRole.cpp:47 src/libslic3r/ExtrusionRole.cpp:77
|
||||||
|
msgid "Skirt/Brim"
|
||||||
|
msgstr "Skirt/Brim"
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:2350
|
#: src/libslic3r/PrintConfig.cpp:2350
|
||||||
msgid "Skirt height"
|
msgid "Skirt height"
|
||||||
msgstr "Altezza skirt"
|
msgstr "Altezza skirt"
|
||||||
@@ -15203,6 +15320,15 @@ msgstr ""
|
|||||||
msgid "The extruder to use when printing infill."
|
msgid "The extruder to use when printing infill."
|
||||||
msgstr "L'estrusore da utilizzare per la stampa del riempimento."
|
msgstr "L'estrusore da utilizzare per la stampa del riempimento."
|
||||||
|
|
||||||
|
#: src/libslic3r/PrintConfig.cpp:3241
|
||||||
|
msgid ""
|
||||||
|
"The extruder to use when printing perimeter of the wipe tower. Set to 0 to "
|
||||||
|
"use the one that is available (non-soluble would be preferred)."
|
||||||
|
msgstr ""
|
||||||
|
"L'estrusore da utilizzare per la stampa del perimetro della torre di "
|
||||||
|
"pulitura. Impostare su 0 per utilizzare quello attualmente disponibile "
|
||||||
|
"(sarebbe preferibile quello non solubile)."
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:2036
|
#: src/libslic3r/PrintConfig.cpp:2036
|
||||||
msgid ""
|
msgid ""
|
||||||
"The extruder to use when printing perimeters and brim. First extruder is 1."
|
"The extruder to use when printing perimeters and brim. First extruder is 1."
|
||||||
@@ -15584,7 +15710,6 @@ msgstr[0] ""
|
|||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
"Le stampanti fisiche sottostanti sono basate sul preset che si intende "
|
"Le stampanti fisiche sottostanti sono basate sul preset che si intende "
|
||||||
"rinominare."
|
"rinominare."
|
||||||
msgstr[2] ""
|
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:641
|
#: src/libslic3r/PrintConfig.cpp:641
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -16773,16 +16898,16 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:4836
|
#: src/libslic3r/PrintConfig.cpp:4836
|
||||||
msgid ""
|
msgid ""
|
||||||
"This version of QIDISlicer may not understand configurations produced by "
|
"This version of QIDISlicer may not understand configurations produced by the "
|
||||||
"the newest QIDISlicer versions. For example, newer QIDISlicer may extend "
|
"newest QIDISlicer versions. For example, newer QIDISlicer may extend the "
|
||||||
"the list of supported firmware flavors. One may decide to bail out or to "
|
"list of supported firmware flavors. One may decide to bail out or to "
|
||||||
"substitute an unknown value with a default silently or verbosely."
|
"substitute an unknown value with a default silently or verbosely."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Questa versione di QIDISlicer potrebbe non comprendere le configurazioni "
|
"Questa versione di QIDISlicer potrebbe non comprendere le configurazioni "
|
||||||
"realizzate dalle versioni più recenti di QIDISlicer. Per esempio, "
|
"realizzate dalle versioni più recenti di QIDISlicer. Per esempio, QIDISlicer "
|
||||||
"QIDISlicer più recente può estendere la lista dei flavor di firmware "
|
"più recente può estendere la lista dei flavor di firmware supportati. Si può "
|
||||||
"supportati. Si può decidere di abbandonare o di sostituire un valore "
|
"decidere di abbandonare o di sostituire un valore sconosciuto con un valore "
|
||||||
"sconosciuto con un valore predefinito in modo silenzioso o verboso."
|
"predefinito in modo silenzioso o verboso."
|
||||||
|
|
||||||
#: src/slic3r/GUI/UpdateDialogs.cpp:392
|
#: src/slic3r/GUI/UpdateDialogs.cpp:392
|
||||||
#, c-format, boost-format
|
#, c-format, boost-format
|
||||||
@@ -17192,6 +17317,10 @@ msgstr "Impossibile ricaricare:"
|
|||||||
msgid "Unable to replace with more than one volume"
|
msgid "Unable to replace with more than one volume"
|
||||||
msgstr "Impossibile sostituire con più di un volume"
|
msgstr "Impossibile sostituire con più di un volume"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Plater.cpp:6681
|
||||||
|
msgid "Unable to save file"
|
||||||
|
msgstr "Impossibile salvare il file"
|
||||||
|
|
||||||
#: src/slic3r/GUI/OptionsGroup.cpp:126
|
#: src/slic3r/GUI/OptionsGroup.cpp:126
|
||||||
msgid "Unavailable for this method."
|
msgid "Unavailable for this method."
|
||||||
msgstr "Non disponibile per questo metodo."
|
msgstr "Non disponibile per questo metodo."
|
||||||
@@ -17287,6 +17416,10 @@ msgstr "Annulla rotazione"
|
|||||||
msgid "Undo translation"
|
msgid "Undo translation"
|
||||||
msgstr "Annulla traslazione"
|
msgstr "Annulla traslazione"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/PhysicalPrinterDialog.cpp:667
|
||||||
|
msgid "Unexpected character"
|
||||||
|
msgstr "Carattere non previsto"
|
||||||
|
|
||||||
#: src/libslic3r/miniz_extension.cpp:111
|
#: src/libslic3r/miniz_extension.cpp:111
|
||||||
msgid "unexpected decompressed size"
|
msgid "unexpected decompressed size"
|
||||||
msgstr "dimensione decompressa imprevista"
|
msgstr "dimensione decompressa imprevista"
|
||||||
@@ -17579,8 +17712,8 @@ msgid ""
|
|||||||
"Use \"Even-odd\" for 3DLabPrint airplane models. Use \"Close holes\" to "
|
"Use \"Even-odd\" for 3DLabPrint airplane models. Use \"Close holes\" to "
|
||||||
"close all holes in the model."
|
"close all holes in the model."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Usare \"Pari-dispari\" per i modelli di aerei 3DLabPrint. Usare \"Chiudi fori"
|
"Usare \"Pari-dispari\" per i modelli di aerei 3DLabPrint. Usare \"Chiudi "
|
||||||
"\" per chiudere tutti i fori del modello."
|
"fori\" per chiudere tutti i fori del modello."
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:3098
|
#: src/libslic3r/PrintConfig.cpp:3098
|
||||||
msgid "Use firmware retraction"
|
msgid "Use firmware retraction"
|
||||||
@@ -18201,7 +18334,11 @@ msgstr "Torre di pulitura"
|
|||||||
msgid "Wipe tower brim width"
|
msgid "Wipe tower brim width"
|
||||||
msgstr "Larghezza brim torre di pulitura"
|
msgstr "Larghezza brim torre di pulitura"
|
||||||
|
|
||||||
#: src/slic3r/GUI/Tab.cpp:2087
|
#: src/libslic3r/PrintConfig.cpp:3239
|
||||||
|
msgid "Wipe tower extruder"
|
||||||
|
msgstr "Estrusore torre di pulitura"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Tab.cpp:2096
|
||||||
msgid "Wipe tower parameters"
|
msgid "Wipe tower parameters"
|
||||||
msgstr "Parametri torre di pulitura"
|
msgstr "Parametri torre di pulitura"
|
||||||
|
|
||||||
@@ -18349,7 +18486,13 @@ msgstr ""
|
|||||||
"www.qidi3d.cz/qidislicer/.\n"
|
"www.qidi3d.cz/qidislicer/.\n"
|
||||||
"Vuoi continuare?"
|
"Vuoi continuare?"
|
||||||
|
|
||||||
#: src/slic3r/GUI/Plater.cpp:5200
|
#: src/slic3r/GUI/Plater.cpp:4103 src/slic3r/GUI/Plater.cpp:4109
|
||||||
|
msgid "You are using template filament preset."
|
||||||
|
msgid_plural "You are using template filament presets."
|
||||||
|
msgstr[0] "Stai utilizzando un preset filamento template."
|
||||||
|
msgstr[1] "Stai utilizzando dei preset filamento template."
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Plater.cpp:5241
|
||||||
msgid ""
|
msgid ""
|
||||||
"You can keep presets modifications to the new project, discard them or save "
|
"You can keep presets modifications to the new project, discard them or save "
|
||||||
"changes as new presets.\n"
|
"changes as new presets.\n"
|
||||||
@@ -18413,12 +18556,13 @@ msgid ""
|
|||||||
"You can use all configuration options as variables inside this template. For "
|
"You can use all configuration options as variables inside this template. For "
|
||||||
"example: [layer_height], [fill_density] etc. You can also use [timestamp], "
|
"example: [layer_height], [fill_density] etc. You can also use [timestamp], "
|
||||||
"[year], [month], [day], [hour], [minute], [second], [version], "
|
"[year], [month], [day], [hour], [minute], [second], [version], "
|
||||||
"[input_filename], [input_filename_base]."
|
"[input_filename], [input_filename_base], [default_output_extension]."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"È possibile utilizzare tutte le opzioni di configurazione come variabili "
|
"È possibile utilizzare tutte le opzioni di configurazione come variabili "
|
||||||
"all'interno di questo modello. Ad esempio: [layer_height], [fill_density] "
|
"all'interno di questo modello. Ad esempio: [layer_height], [fill_density] "
|
||||||
"ecc. Puoi anche usare [timestamp], [year], [month], [day], [hour], [minute], "
|
"ecc... È anche possibile utilizzare [timestamp], [year], [month], [day], "
|
||||||
"[second], [version], [input_filename ], [nome_filename_input]."
|
"[hour], [minute], [second], [version], [input_filename], "
|
||||||
|
"[input_filename_base], [default_output_extension]."
|
||||||
|
|
||||||
#: src/slic3r/GUI/NotificationManager.hpp:908
|
#: src/slic3r/GUI/NotificationManager.hpp:908
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -22815,10 +22959,6 @@ msgstr "Cartolina giapponese 100 x 148 mm"
|
|||||||
msgid "Japanese Postcard Rotated 148 x 100 mm"
|
msgid "Japanese Postcard Rotated 148 x 100 mm"
|
||||||
msgstr "Cartolina giapponese ruotata 148 x 100 mm"
|
msgstr "Cartolina giapponese ruotata 148 x 100 mm"
|
||||||
|
|
||||||
#: ../src/common/stockitem.cpp:169
|
|
||||||
msgid "Jump to"
|
|
||||||
msgstr "Vai a"
|
|
||||||
|
|
||||||
#: ../src/common/stockitem.cpp:171
|
#: ../src/common/stockitem.cpp:171
|
||||||
msgid "Justified"
|
msgid "Justified"
|
||||||
msgstr "Giustificato"
|
msgstr "Giustificato"
|
||||||
@@ -25485,8 +25625,8 @@ msgid ""
|
|||||||
"Type operation \"%s\" failed: Property labeled \"%s\" is of type \"%s\", NOT "
|
"Type operation \"%s\" failed: Property labeled \"%s\" is of type \"%s\", NOT "
|
||||||
"\"%s\"."
|
"\"%s\"."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Tipo operazione \"%s\" fallita: etichetta proprietà: \"%s\" è del tipo \"%s"
|
"Tipo operazione \"%s\" fallita: etichetta proprietà: \"%s\" è del tipo "
|
||||||
"\", NON \"%s\"."
|
"\"%s\", NON \"%s\"."
|
||||||
|
|
||||||
#: ../src/common/paper.cpp:133
|
#: ../src/common/paper.cpp:133
|
||||||
msgid "US Std Fanfold, 14 7/8 x 11 in"
|
msgid "US Std Fanfold, 14 7/8 x 11 in"
|
||||||
|
|||||||
@@ -1,11 +1,16 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Project-Id-Version: \n"
|
||||||
|
"POT-Creation-Date: \n"
|
||||||
|
"PO-Revision-Date: \n"
|
||||||
|
"Last-Translator: \n"
|
||||||
|
"Language-Team: \n"
|
||||||
"Language: ja\n"
|
"Language: ja\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
"X-Generator: QIDIlator\n"
|
"X-Generator: Poedit 3.3.2\n"
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:503 src/libslic3r/PrintConfig.cpp:594
|
#: src/libslic3r/PrintConfig.cpp:503 src/libslic3r/PrintConfig.cpp:594
|
||||||
#: src/libslic3r/PrintConfig.cpp:603 src/libslic3r/PrintConfig.cpp:612
|
#: src/libslic3r/PrintConfig.cpp:603 src/libslic3r/PrintConfig.cpp:612
|
||||||
@@ -58,6 +63,7 @@ msgstr "0 (溶解性)"
|
|||||||
msgid "%1$d backward edge"
|
msgid "%1$d backward edge"
|
||||||
msgid_plural "%1$d backward edges"
|
msgid_plural "%1$d backward edges"
|
||||||
msgstr[0] "%1$d の後方エッジ"
|
msgstr[0] "%1$d の後方エッジ"
|
||||||
|
msgstr[1] ""
|
||||||
|
|
||||||
#: src/slic3r/GUI/Gizmos/GLGizmoCut.cpp:2197
|
#: src/slic3r/GUI/Gizmos/GLGizmoCut.cpp:2197
|
||||||
#, c-format, boost-format
|
#, c-format, boost-format
|
||||||
@@ -65,7 +71,6 @@ msgid "%1$d connector is out of cut contour"
|
|||||||
msgid_plural "%1$d connectors are out of cut contour"
|
msgid_plural "%1$d connectors are out of cut contour"
|
||||||
msgstr[0] "%1$dコネクタがカット輪郭から外れている"
|
msgstr[0] "%1$dコネクタがカット輪郭から外れている"
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
msgstr[2] "%1$dコネクタがカット輪郭から外れている"
|
|
||||||
|
|
||||||
#: src/slic3r/GUI/Gizmos/GLGizmoCut.cpp:2200
|
#: src/slic3r/GUI/Gizmos/GLGizmoCut.cpp:2200
|
||||||
#, c-format, boost-format
|
#, c-format, boost-format
|
||||||
@@ -73,31 +78,34 @@ msgid "%1$d connector is out of object"
|
|||||||
msgid_plural "%1$d connectors are out of object"
|
msgid_plural "%1$d connectors are out of object"
|
||||||
msgstr[0] "%1$d コネクタがオブジェクトから外れています"
|
msgstr[0] "%1$d コネクタがオブジェクトから外れています"
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
msgstr[2] "%1$d コネクタがオブジェクトから外れています"
|
|
||||||
|
|
||||||
#: src/slic3r/GUI/GUI_ObjectList.cpp:459
|
#: src/slic3r/GUI/GUI_ObjectList.cpp:459
|
||||||
#, c-format, boost-format
|
#, c-format, boost-format
|
||||||
msgid "%1$d degenerate facet"
|
msgid "%1$d degenerate facet"
|
||||||
msgid_plural "%1$d degenerate facets"
|
msgid_plural "%1$d degenerate facets"
|
||||||
msgstr[0] "%1$d個の変性ファセット"
|
msgstr[0] "%1$d個の変性ファセット"
|
||||||
|
msgstr[1] ""
|
||||||
|
|
||||||
#: src/slic3r/GUI/GUI_ObjectList.cpp:461
|
#: src/slic3r/GUI/GUI_ObjectList.cpp:461
|
||||||
#, c-format, boost-format
|
#, c-format, boost-format
|
||||||
msgid "%1$d edge fixed"
|
msgid "%1$d edge fixed"
|
||||||
msgid_plural "%1$d edges fixed"
|
msgid_plural "%1$d edges fixed"
|
||||||
msgstr[0] "%1$d エッジが修正されました"
|
msgstr[0] "%1$d エッジが修正されました"
|
||||||
|
msgstr[1] ""
|
||||||
|
|
||||||
#: src/slic3r/GUI/GUI_ObjectList.cpp:463
|
#: src/slic3r/GUI/GUI_ObjectList.cpp:463
|
||||||
#, c-format, boost-format
|
#, c-format, boost-format
|
||||||
msgid "%1$d facet removed"
|
msgid "%1$d facet removed"
|
||||||
msgid_plural "%1$d facets removed"
|
msgid_plural "%1$d facets removed"
|
||||||
msgstr[0] "%1$dファセットが削除されました"
|
msgstr[0] "%1$dファセットが削除されました"
|
||||||
|
msgstr[1] ""
|
||||||
|
|
||||||
#: src/slic3r/GUI/GUI_ObjectList.cpp:465
|
#: src/slic3r/GUI/GUI_ObjectList.cpp:465
|
||||||
#, c-format, boost-format
|
#, c-format, boost-format
|
||||||
msgid "%1$d facet reversed"
|
msgid "%1$d facet reversed"
|
||||||
msgid_plural "%1$d facets reversed"
|
msgid_plural "%1$d facets reversed"
|
||||||
msgstr[0] "%1$d面リバース"
|
msgstr[0] "%1$d面リバース"
|
||||||
|
msgstr[1] ""
|
||||||
|
|
||||||
#: src/slic3r/GUI/NotificationManager.cpp:1653
|
#: src/slic3r/GUI/NotificationManager.cpp:1653
|
||||||
#, c-format, boost-format
|
#, c-format, boost-format
|
||||||
@@ -106,8 +114,6 @@ msgid_plural "%1$d objects were loaded as parts of cut object"
|
|||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
"%1$dのオブジェクトがカットオブジェクトの一部としてロードされました。"
|
"%1$dのオブジェクトがカットオブジェクトの一部としてロードされました。"
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
msgstr[2] ""
|
|
||||||
"%1$dのオブジェクトがカットオブジェクトの一部としてロードされました。"
|
|
||||||
|
|
||||||
#: src/slic3r/GUI/NotificationManager.cpp:1649
|
#: src/slic3r/GUI/NotificationManager.cpp:1649
|
||||||
#, c-format, boost-format
|
#, c-format, boost-format
|
||||||
@@ -115,7 +121,6 @@ msgid "%1$d object was loaded with custom seam."
|
|||||||
msgid_plural "%1$d objects were loaded with custom seam."
|
msgid_plural "%1$d objects were loaded with custom seam."
|
||||||
msgstr[0] "%1$d オブジェクトがカスタム シームでロードされました。"
|
msgstr[0] "%1$d オブジェクトがカスタム シームでロードされました。"
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
msgstr[2] "%1$d オブジェクトがカスタム シームでロードされました。"
|
|
||||||
|
|
||||||
#: src/slic3r/GUI/NotificationManager.cpp:1648
|
#: src/slic3r/GUI/NotificationManager.cpp:1648
|
||||||
#, c-format, boost-format
|
#, c-format, boost-format
|
||||||
@@ -123,7 +128,6 @@ msgid "%1$d object was loaded with custom supports."
|
|||||||
msgid_plural "%1$d objects were loaded with custom supports."
|
msgid_plural "%1$d objects were loaded with custom supports."
|
||||||
msgstr[0] "%1$d オブジェクトがカスタム・サポートでロードされました。"
|
msgstr[0] "%1$d オブジェクトがカスタム・サポートでロードされました。"
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
msgstr[2] "%1$d オブジェクトがカスタム・サポートでロードされました。"
|
|
||||||
|
|
||||||
#: src/slic3r/GUI/NotificationManager.cpp:1650
|
#: src/slic3r/GUI/NotificationManager.cpp:1650
|
||||||
#, c-format, boost-format
|
#, c-format, boost-format
|
||||||
@@ -131,7 +135,6 @@ msgid "%1$d object was loaded with multimaterial painting."
|
|||||||
msgid_plural "%1$d objects were loaded with multimaterial painting."
|
msgid_plural "%1$d objects were loaded with multimaterial painting."
|
||||||
msgstr[0] "%1$d オブジェクトがマルチマテリアルペイントでロードされました。"
|
msgstr[0] "%1$d オブジェクトがマルチマテリアルペイントでロードされました。"
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
msgstr[2] "%1$d オブジェクトがマルチマテリアルペイントでロードされました。"
|
|
||||||
|
|
||||||
#: src/slic3r/GUI/NotificationManager.cpp:1652
|
#: src/slic3r/GUI/NotificationManager.cpp:1652
|
||||||
#, c-format, boost-format
|
#, c-format, boost-format
|
||||||
@@ -139,7 +142,6 @@ msgid "%1$d object was loaded with partial sinking."
|
|||||||
msgid_plural "%1$d objects were loaded with partial sinking."
|
msgid_plural "%1$d objects were loaded with partial sinking."
|
||||||
msgstr[0] "%1$d オブジェクトが部分的に沈み込んでロードされました。"
|
msgstr[0] "%1$d オブジェクトが部分的に沈み込んでロードされました。"
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
msgstr[2] "%1$d オブジェクトが部分的に沈み込んでロードされました。"
|
|
||||||
|
|
||||||
#: src/slic3r/GUI/NotificationManager.cpp:1651
|
#: src/slic3r/GUI/NotificationManager.cpp:1651
|
||||||
#, c-format, boost-format
|
#, c-format, boost-format
|
||||||
@@ -147,13 +149,13 @@ msgid "%1$d object was loaded with variable layer height."
|
|||||||
msgid_plural "%1$d objects were loaded with variable layer height."
|
msgid_plural "%1$d objects were loaded with variable layer height."
|
||||||
msgstr[0] "%1$d オブジェクトが可変レイヤー高でロードされました。"
|
msgstr[0] "%1$d オブジェクトが可変レイヤー高でロードされました。"
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
msgstr[2] "%1$d オブジェクトが可変レイヤー高でロードされました。"
|
|
||||||
|
|
||||||
#: src/slic3r/GUI/GUI_ObjectList.cpp:470 src/slic3r/GUI/GUI_ObjectList.cpp:473
|
#: src/slic3r/GUI/GUI_ObjectList.cpp:470 src/slic3r/GUI/GUI_ObjectList.cpp:473
|
||||||
#, c-format, boost-format
|
#, c-format, boost-format
|
||||||
msgid "%1$d open edge"
|
msgid "%1$d open edge"
|
||||||
msgid_plural "%1$d open edges"
|
msgid_plural "%1$d open edges"
|
||||||
msgstr[0] "%1$d オープンエッジ"
|
msgstr[0] "%1$d オープンエッジ"
|
||||||
|
msgstr[1] ""
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:1507 src/libslic3r/PrintConfig.cpp:1530
|
#: src/libslic3r/PrintConfig.cpp:1507 src/libslic3r/PrintConfig.cpp:1530
|
||||||
msgid "1000 (unlimited)"
|
msgid "1000 (unlimited)"
|
||||||
@@ -176,6 +178,7 @@ msgstr "%1%, %2%"
|
|||||||
msgid "%1% (%2$d shell)"
|
msgid "%1% (%2$d shell)"
|
||||||
msgid_plural "%1% (%2$d shells)"
|
msgid_plural "%1% (%2$d shells)"
|
||||||
msgstr[0] "%1% (%2$d シェル)"
|
msgstr[0] "%1% (%2$d シェル)"
|
||||||
|
msgstr[1] ""
|
||||||
|
|
||||||
#: src/libslic3r/Print.cpp:650
|
#: src/libslic3r/Print.cpp:650
|
||||||
#, boost-format
|
#, boost-format
|
||||||
@@ -1008,6 +1011,7 @@ msgid_plural ""
|
|||||||
"New vendors were installed and one of theirs printers will be activated"
|
"New vendors were installed and one of theirs printers will be activated"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
"新しいベンダーがインストールされ、そのプリンターの1つがアクティブ化されます"
|
"新しいベンダーがインストールされ、そのプリンターの1つがアクティブ化されます"
|
||||||
|
msgstr[1] ""
|
||||||
|
|
||||||
#: src/slic3r/GUI/GUI_App.cpp:1026
|
#: src/slic3r/GUI/GUI_App.cpp:1026
|
||||||
#, boost-format
|
#, boost-format
|
||||||
@@ -1317,8 +1321,8 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/slic3r/GUI/OpenGLManager.cpp:390
|
#: src/slic3r/GUI/OpenGLManager.cpp:390
|
||||||
msgid ""
|
msgid ""
|
||||||
"As a workaround, you may run QIDISlicer with a software rendered 3D "
|
"As a workaround, you may run QIDISlicer with a software rendered 3D graphics "
|
||||||
"graphics by running qidi-slicer.exe with the --sw-renderer parameter."
|
"by running qidi-slicer.exe with the --sw-renderer parameter."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"回避策として、--sw-rendererパラメーターを指定してqidi-slicer.exeを実行するこ"
|
"回避策として、--sw-rendererパラメーターを指定してqidi-slicer.exeを実行するこ"
|
||||||
"とにより、ソフトウェアでレンダリングされた3Dグラフィックスを使用して"
|
"とにより、ソフトウェアでレンダリングされた3Dグラフィックスを使用して"
|
||||||
@@ -1456,6 +1460,7 @@ msgstr "自動アップデート"
|
|||||||
msgid "Auto-repaired %1$d error"
|
msgid "Auto-repaired %1$d error"
|
||||||
msgid_plural "Auto-repaired %1$d errors"
|
msgid_plural "Auto-repaired %1$d errors"
|
||||||
msgstr[0] "自動修復された%1$dエラー"
|
msgstr[0] "自動修復された%1$dエラー"
|
||||||
|
msgstr[1] ""
|
||||||
|
|
||||||
#: src/slic3r/GUI/Tab.cpp:1586
|
#: src/slic3r/GUI/Tab.cpp:1586
|
||||||
msgid "Autospeed (advanced)"
|
msgid "Autospeed (advanced)"
|
||||||
@@ -1571,7 +1576,11 @@ msgstr ""
|
|||||||
"最初のレイヤー以降のレイヤーのベッド温度。 ベッド温度制御コマンドを無効にする"
|
"最初のレイヤー以降のレイヤーのベッド温度。 ベッド温度制御コマンドを無効にする"
|
||||||
"には、これをゼロに設定します。"
|
"には、これをゼロに設定します。"
|
||||||
|
|
||||||
#: src/slic3r/GUI/Tab.cpp:2569 src/libslic3r/GCode.cpp:768
|
#: src/slic3r/GUI/Plater.cpp:3229
|
||||||
|
msgid "Bed temperatures for the used filaments differ significantly."
|
||||||
|
msgstr "使用するフィラメントのベッド温度は大きく異なります。"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Tab.cpp:2586 src/libslic3r/GCode.cpp:768
|
||||||
#: src/libslic3r/PrintConfig.cpp:442
|
#: src/libslic3r/PrintConfig.cpp:442
|
||||||
msgid "Before layer change G-code"
|
msgid "Before layer change G-code"
|
||||||
msgstr "レイヤー変更前のGコード"
|
msgstr "レイヤー変更前のGコード"
|
||||||
@@ -1602,8 +1611,7 @@ msgstr "オブジェクト間のGコード(シーケンシャルプリント
|
|||||||
|
|
||||||
#: src/slic3r/GUI/SysInfoDialog.cpp:160
|
#: src/slic3r/GUI/SysInfoDialog.cpp:160
|
||||||
msgid "Blacklisted libraries loaded into QIDISlicer process:"
|
msgid "Blacklisted libraries loaded into QIDISlicer process:"
|
||||||
msgstr ""
|
msgstr "QIDISlicerプロセスにロードされたブラックリストに登録されたライブラリ:"
|
||||||
"QIDISlicerプロセスにロードされたブラックリストに登録されたライブラリ:"
|
|
||||||
|
|
||||||
#: src/slic3r/GUI/Gizmos/GLGizmoSeam.cpp:38
|
#: src/slic3r/GUI/Gizmos/GLGizmoSeam.cpp:38
|
||||||
#: src/slic3r/GUI/Gizmos/GLGizmoSeam.cpp:252
|
#: src/slic3r/GUI/Gizmos/GLGizmoSeam.cpp:252
|
||||||
@@ -2627,6 +2635,16 @@ msgstr "確認"
|
|||||||
msgid "Confirm connectors"
|
msgid "Confirm connectors"
|
||||||
msgstr "コネクタの確認"
|
msgstr "コネクタの確認"
|
||||||
|
|
||||||
|
#. TRN %3% is name of Object1, %4% is name of Object2
|
||||||
|
#: src/slic3r/GUI/GLCanvas3D.cpp:7496
|
||||||
|
#, boost-format
|
||||||
|
msgid ""
|
||||||
|
"Conflicts in G-code paths have been detected at layer %1%, z=%2$.2f mm. "
|
||||||
|
"Please reposition the conflicting objects (%3% <-> %4%) further apart."
|
||||||
|
msgstr ""
|
||||||
|
"レイヤー%1%, z=%2$.2f mmでGコードパスの競合が検出されました。競合するオブジェ"
|
||||||
|
"クト (%3%<-> %4%) をさらに離して再配置してください。"
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:1492
|
#: src/libslic3r/PrintConfig.cpp:1492
|
||||||
msgid ""
|
msgid ""
|
||||||
"Connect an infill line to an internal perimeter with a short segment of an "
|
"Connect an infill line to an internal perimeter with a short segment of an "
|
||||||
@@ -3070,8 +3088,14 @@ msgid ""
|
|||||||
"CURL init has failed. QIDISlicer will be unable to establish network "
|
"CURL init has failed. QIDISlicer will be unable to establish network "
|
||||||
"connections. See logs for additional details."
|
"connections. See logs for additional details."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"CURLの初期化に失敗しました。 QIDISlicerはネットワーク接続を確立できなくなり"
|
"CURLの初期化に失敗しました。 QIDISlicerはネットワーク接続を確立できなくなりま"
|
||||||
"ます。 詳細については、ログを参照してください。"
|
"す。 詳細については、ログを参照してください。"
|
||||||
|
|
||||||
|
#. TRN Means "current color"
|
||||||
|
#: src/slic3r/GUI/Gizmos/GLGizmoMmuSegmentation.cpp:340
|
||||||
|
#: src/slic3r/GUI/Gizmos/GLGizmoMmuSegmentation.cpp:356
|
||||||
|
msgid "Current"
|
||||||
|
msgstr "現在"
|
||||||
|
|
||||||
#: src/slic3r/GUI/wxExtensions.cpp:629
|
#: src/slic3r/GUI/wxExtensions.cpp:629
|
||||||
#, c-format, boost-format
|
#, c-format, boost-format
|
||||||
@@ -5590,6 +5614,7 @@ msgid_plural ""
|
|||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
"次のプリンタプリセットが複製されます。%1%上記のプリンタ\"%2%\"のプリセットは1"
|
"次のプリンタプリセットが複製されます。%1%上記のプリンタ\"%2%\"のプリセットは1"
|
||||||
"回だけ使用されます。"
|
"回だけ使用されます。"
|
||||||
|
msgstr[1] ""
|
||||||
|
|
||||||
#: src/slic3r/GUI/ConfigWizard.cpp:2767
|
#: src/slic3r/GUI/ConfigWizard.cpp:2767
|
||||||
#, boost-format
|
#, boost-format
|
||||||
@@ -5613,6 +5638,7 @@ msgstr ""
|
|||||||
msgid "Folowing model repair failed"
|
msgid "Folowing model repair failed"
|
||||||
msgid_plural "Folowing models repair failed"
|
msgid_plural "Folowing models repair failed"
|
||||||
msgstr[0] "次のモデルの修復に失敗しました"
|
msgstr[0] "次のモデルの修復に失敗しました"
|
||||||
|
msgstr[1] ""
|
||||||
|
|
||||||
#: src/slic3r/GUI/Gizmos/GLGizmoEmboss.cpp:873
|
#: src/slic3r/GUI/Gizmos/GLGizmoEmboss.cpp:873
|
||||||
msgid "Font"
|
msgid "Font"
|
||||||
@@ -5800,8 +5826,8 @@ msgid ""
|
|||||||
"<b>F11</b> hotkey."
|
"<b>F11</b> hotkey."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"フルスクリーンモード\n"
|
"フルスクリーンモード\n"
|
||||||
"QIDISlicerをフルスクリーンモードに切り替えることができることをご存知です"
|
"QIDISlicerをフルスクリーンモードに切り替えることができることをご存知ですか? "
|
||||||
"か? <b>F11</b>ホットキーを使用します。"
|
"<b>F11</b>ホットキーを使用します。"
|
||||||
|
|
||||||
#: src/slic3r/GUI/GUI_Factories.cpp:130 src/libslic3r/PrintConfig.cpp:1341
|
#: src/slic3r/GUI/GUI_Factories.cpp:130 src/libslic3r/PrintConfig.cpp:1341
|
||||||
#: src/libslic3r/PrintConfig.cpp:1342 src/libslic3r/PrintConfig.cpp:1354
|
#: src/libslic3r/PrintConfig.cpp:1342 src/libslic3r/PrintConfig.cpp:1354
|
||||||
@@ -6237,8 +6263,9 @@ msgstr "ルーラー非表示"
|
|||||||
#: resources/data/hints.ini: [hint:Hiding sidebar]
|
#: resources/data/hints.ini: [hint:Hiding sidebar]
|
||||||
msgid ""
|
msgid ""
|
||||||
"Hiding sidebar\n"
|
"Hiding sidebar\n"
|
||||||
"Did you know that you can hide the right sidebar using the shortcut <b>Shift"
|
"Did you know that you can hide the right sidebar using the shortcut "
|
||||||
"+Tab</b>? You can also enable the icon for this from the<a>Preferences</a>."
|
"<b>Shift+Tab</b>? You can also enable the icon for this from "
|
||||||
|
"the<a>Preferences</a>."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"サイドバーを隠す\n"
|
"サイドバーを隠す\n"
|
||||||
"ショートカット<b> Shift + Tab </b>を使用して右側のサイドバーを非表示にできる"
|
"ショートカット<b> Shift + Tab </b>を使用して右側のサイドバーを非表示にできる"
|
||||||
@@ -6662,12 +6689,12 @@ msgstr ""
|
|||||||
#: src/libslic3r/PrintConfig.cpp:4857
|
#: src/libslic3r/PrintConfig.cpp:4857
|
||||||
msgid ""
|
msgid ""
|
||||||
"If enabled, the command line arguments are sent to an existing instance of "
|
"If enabled, the command line arguments are sent to an existing instance of "
|
||||||
"GUI QIDISlicer, or an existing QIDISlicer window is activated. Overrides "
|
"GUI QIDISlicer, or an existing QIDISlicer window is activated. Overrides the "
|
||||||
"the \"single_instance\" configuration value from application preferences."
|
"\"single_instance\" configuration value from application preferences."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"有効にすると、コマンドライン引数がGUI QIDISlicerの既存のインスタンスに送信さ"
|
"有効にすると、コマンドライン引数がGUI QIDISlicerの既存のインスタンスに送信さ"
|
||||||
"れるか、既存のQIDISlicerウィンドウがアクティブになります。 アプリケーション"
|
"れるか、既存のQIDISlicerウィンドウがアクティブになります。 アプリケーション設"
|
||||||
"設定の「single_instance」構成値を上書きします。 "
|
"定の「single_instance」構成値を上書きします。 "
|
||||||
|
|
||||||
#: src/slic3r/GUI/Preferences.cpp:395
|
#: src/slic3r/GUI/Preferences.cpp:395
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -6853,9 +6880,9 @@ msgid ""
|
|||||||
"same QIDISlicer is already running, that instance will be reactivated "
|
"same QIDISlicer is already running, that instance will be reactivated "
|
||||||
"instead."
|
"instead."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"これが有効になっている場合、QIDISlicerを起動し、同じQIDISlicerの別のインス"
|
"これが有効になっている場合、QIDISlicerを起動し、同じQIDISlicerの別のインスタ"
|
||||||
"タンスがすでに実行されていると、代わりにそのインスタンスが再アクティブ化され"
|
"ンスがすでに実行されていると、代わりにそのインスタンスが再アクティブ化されま"
|
||||||
"ます。"
|
"す。"
|
||||||
|
|
||||||
#: src/slic3r/GUI/SendSystemInfoDialog.cpp:591
|
#: src/slic3r/GUI/SendSystemInfoDialog.cpp:591
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -7472,6 +7499,10 @@ msgstr "ジッター"
|
|||||||
msgid "Join"
|
msgid "Join"
|
||||||
msgstr "結合"
|
msgstr "結合"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/GLCanvas3D.cpp:7526
|
||||||
|
msgid "Jump to"
|
||||||
|
msgstr "ジャンプする"
|
||||||
|
|
||||||
#: src/slic3r/GUI/DoubleSlider.cpp:2094 src/slic3r/GUI/DoubleSlider.cpp:2324
|
#: src/slic3r/GUI/DoubleSlider.cpp:2094 src/slic3r/GUI/DoubleSlider.cpp:2324
|
||||||
msgid "Jump to height"
|
msgid "Jump to height"
|
||||||
msgstr "高さにジャンプ"
|
msgstr "高さにジャンプ"
|
||||||
@@ -8866,6 +8897,10 @@ msgstr "モノトニックライン"
|
|||||||
msgid "More"
|
msgid "More"
|
||||||
msgstr "もっと見る"
|
msgstr "もっと見る"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Plater.cpp:4106
|
||||||
|
msgid "More info at"
|
||||||
|
msgstr "詳しくはこちらで"
|
||||||
|
|
||||||
#: src/slic3r/GUI/GUI.cpp:317
|
#: src/slic3r/GUI/GUI.cpp:317
|
||||||
msgid ""
|
msgid ""
|
||||||
"Most likely the configuration was produced by a newer version of QIDISlicer "
|
"Most likely the configuration was produced by a newer version of QIDISlicer "
|
||||||
@@ -9075,9 +9110,9 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"切取りボリューム\n"
|
"切取りボリューム\n"
|
||||||
"切取りボリュームモディファイヤを使用して、あるメッシュを別のメッシュから差し"
|
"切取りボリュームモディファイヤを使用して、あるメッシュを別のメッシュから差し"
|
||||||
"引くことができることをご存知ですか? これを使うと、たとえば、QIDISlicerに直"
|
"引くことができることをご存知ですか? これを使うと、たとえば、QIDISlicerに直接"
|
||||||
"接簡単にサイズ変更可能な穴を作成できます。 詳細については、ドキュメントをご覧"
|
"簡単にサイズ変更可能な穴を作成できます。 詳細については、ドキュメントをご覧く"
|
||||||
"ください。 (詳細モードまたはエキスパートモードが必要です。)"
|
"ださい。 (詳細モードまたはエキスパートモードが必要です。)"
|
||||||
|
|
||||||
#: src/slic3r/GUI/BonjourDialog.cpp:58
|
#: src/slic3r/GUI/BonjourDialog.cpp:58
|
||||||
msgid "Network lookup"
|
msgid "Network lookup"
|
||||||
@@ -9321,6 +9356,7 @@ msgid_plural ""
|
|||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
"選択したプリセットはこれらのプリンターからも削除されることに注意してくださ"
|
"選択したプリセットはこれらのプリンターからも削除されることに注意してくださ"
|
||||||
"い。"
|
"い。"
|
||||||
|
msgstr[1] ""
|
||||||
|
|
||||||
#: src/slic3r/GUI/Tab.cpp:4049
|
#: src/slic3r/GUI/Tab.cpp:4049
|
||||||
msgid "Note, that the selected preset will be renamed in this printer too."
|
msgid "Note, that the selected preset will be renamed in this printer too."
|
||||||
@@ -9329,7 +9365,6 @@ msgid_plural ""
|
|||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
"なお、これらのプリンターでは、選択したプリセットの名前も変更されます。"
|
"なお、これらのプリンターでは、選択したプリセットの名前も変更されます。"
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
msgstr[2] "なお、このプリンターでは、選択したプリセットの名前も変更されます。"
|
|
||||||
|
|
||||||
#: src/slic3r/GUI/Tab.cpp:4151
|
#: src/slic3r/GUI/Tab.cpp:4151
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -9339,6 +9374,7 @@ msgid_plural ""
|
|||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
"選択したプリセットを削除すると、これらのプリンターは削除されることに注意して"
|
"選択したプリセットを削除すると、これらのプリンターは削除されることに注意して"
|
||||||
"ください。"
|
"ください。"
|
||||||
|
msgstr[1] ""
|
||||||
|
|
||||||
#: src/slic3r/GUI/SavePresetDialog.cpp:213
|
#: src/slic3r/GUI/SavePresetDialog.cpp:213
|
||||||
msgid "Note: This preset will be replaced after saving"
|
msgid "Note: This preset will be replaced after saving"
|
||||||
@@ -9494,7 +9530,7 @@ msgstr "ツールチェンジ回数"
|
|||||||
msgid "object"
|
msgid "object"
|
||||||
msgid_plural "objects"
|
msgid_plural "objects"
|
||||||
msgstr[0] "オブジェクト"
|
msgstr[0] "オブジェクト"
|
||||||
msgstr[1] "オブジェクト"
|
msgstr[1] ""
|
||||||
|
|
||||||
#: src/slic3r/GUI/Gizmos/GLGizmoCut.cpp:238
|
#: src/slic3r/GUI/Gizmos/GLGizmoCut.cpp:238
|
||||||
#: src/slic3r/GUI/Gizmos/GLGizmoCut.cpp:2022
|
#: src/slic3r/GUI/Gizmos/GLGizmoCut.cpp:2022
|
||||||
@@ -9556,6 +9592,7 @@ msgid_plural ""
|
|||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
"ファイル%sのオブジェクトサイズはゼロのようです。\n"
|
"ファイル%sのオブジェクトサイズはゼロのようです。\n"
|
||||||
"これらのオブジェクトはモデルから削除されました"
|
"これらのオブジェクトはモデルから削除されました"
|
||||||
|
msgstr[1] ""
|
||||||
|
|
||||||
#: src/slic3r/GUI/KBShortcutsDialog.cpp:207
|
#: src/slic3r/GUI/KBShortcutsDialog.cpp:207
|
||||||
msgid "Objects List"
|
msgid "Objects List"
|
||||||
@@ -9948,6 +9985,12 @@ msgstr "テキストの向きをカメラ側にする。"
|
|||||||
msgid "Origin"
|
msgid "Origin"
|
||||||
msgstr "原点"
|
msgstr "原点"
|
||||||
|
|
||||||
|
#. TRN Means "original color"
|
||||||
|
#: src/slic3r/GUI/Gizmos/GLGizmoMmuSegmentation.cpp:342
|
||||||
|
#: src/slic3r/GUI/Gizmos/GLGizmoMmuSegmentation.cpp:356
|
||||||
|
msgid "Original"
|
||||||
|
msgstr "オリジナル"
|
||||||
|
|
||||||
#: src/slic3r/GUI/UnsavedChangesDialog.cpp:860
|
#: src/slic3r/GUI/UnsavedChangesDialog.cpp:860
|
||||||
msgid "Original value"
|
msgid "Original value"
|
||||||
msgstr "オリジナルの値"
|
msgstr "オリジナルの値"
|
||||||
@@ -10400,8 +10443,8 @@ msgid ""
|
|||||||
"file. QIDISlicer desktop file was probably created successfully."
|
"file. QIDISlicer desktop file was probably created successfully."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"デスクトップ統合の実行に失敗しました-Gcodeビュワーデスクトップファイルを作成"
|
"デスクトップ統合の実行に失敗しました-Gcodeビュワーデスクトップファイルを作成"
|
||||||
"できませんでした。 QIDISlicerデスクトップファイルはおそらく正常に作成されま"
|
"できませんでした。 QIDISlicerデスクトップファイルはおそらく正常に作成されまし"
|
||||||
"した。"
|
"た。"
|
||||||
|
|
||||||
#: src/slic3r/GUI/DesktopIntegrationDialog.cpp:243
|
#: src/slic3r/GUI/DesktopIntegrationDialog.cpp:243
|
||||||
msgid "Performing desktop integration failed - Could not find executable."
|
msgid "Performing desktop integration failed - Could not find executable."
|
||||||
@@ -10599,13 +10642,23 @@ msgstr "モード変更の前に、オブジェクトリストをご確認くだ
|
|||||||
msgid "Please check your object list before preset changing."
|
msgid "Please check your object list before preset changing."
|
||||||
msgstr "プリセットを変更する前にオブジェクトリストを確認してください。"
|
msgstr "プリセットを変更する前にオブジェクトリストを確認してください。"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Plater.cpp:4104 src/slic3r/GUI/Plater.cpp:4110
|
||||||
|
msgid ""
|
||||||
|
"Please note that template presets are not customized for specific printer "
|
||||||
|
"and should only be used as a starting point for creating your own user "
|
||||||
|
"presets."
|
||||||
|
msgstr ""
|
||||||
|
"なお、テンプレートプリセットは、特定のプリンター用にカスタマイズされたもので"
|
||||||
|
"はなく、独自のユーザープリセットを作成するための出発点としてのみ使用されるべ"
|
||||||
|
"きです。"
|
||||||
|
|
||||||
#: src/slic3r/GUI/BackgroundSlicingProcess.cpp:85
|
#: src/slic3r/GUI/BackgroundSlicingProcess.cpp:85
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please save your project and restart QIDISlicer. We would be glad if you "
|
"Please save your project and restart QIDISlicer. We would be glad if you "
|
||||||
"reported the issue."
|
"reported the issue."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"プロジェクトを保存して、QIDISlicerを再起動してください。 問題を報告していた"
|
"プロジェクトを保存して、QIDISlicerを再起動してください。 問題を報告していただ"
|
||||||
"だければ幸いです。"
|
"ければ幸いです。"
|
||||||
|
|
||||||
#: src/slic3r/GUI/Plater.cpp:3703
|
#: src/slic3r/GUI/Plater.cpp:3703
|
||||||
msgid "Please select the file to reload"
|
msgid "Please select the file to reload"
|
||||||
@@ -10677,7 +10730,7 @@ msgstr ""
|
|||||||
"後処理スクリプトは、Gコードファイルを%2%変更する予定ですが、Gコードファイルが"
|
"後処理スクリプトは、Gコードファイルを%2%変更する予定ですが、Gコードファイルが"
|
||||||
"削除され、新しい名前で保存されている可能性があります。\n"
|
"削除され、新しい名前で保存されている可能性があります。\n"
|
||||||
"後処理スクリプトを調整してGコードを変更し、オプションで後処理されたGコード"
|
"後処理スクリプトを調整してGコードを変更し、オプションで後処理されたGコード"
|
||||||
"ファイルの名前を変更する方法についてマニュアルを参照してください。"
|
"ファイルの名前を変更する方法についてマニュアルを参照してください。\n"
|
||||||
|
|
||||||
#: src/slic3r/GUI/Tab.cpp:1683 src/libslic3r/PrintConfig.cpp:2080
|
#: src/slic3r/GUI/Tab.cpp:1683 src/libslic3r/PrintConfig.cpp:2080
|
||||||
msgid "Post-processing scripts"
|
msgid "Post-processing scripts"
|
||||||
@@ -11176,15 +11229,15 @@ msgstr "QIDISlicerで致命的なエラーが発生しました: \"%1%\""
|
|||||||
|
|
||||||
#: src/slic3r/GUI/GUI_App.cpp:743
|
#: src/slic3r/GUI/GUI_App.cpp:743
|
||||||
msgid ""
|
msgid ""
|
||||||
"QIDISlicer has encountered a localization error. Please report to "
|
"QIDISlicer has encountered a localization error. Please report to QIDISlicer "
|
||||||
"QIDISlicer team, what language was active and in which scenario this issue "
|
"team, what language was active and in which scenario this issue happened. "
|
||||||
"happened. Thank you.\n"
|
"Thank you.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"The application will now terminate."
|
"The application will now terminate."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"QIDISlicerでローカリゼーションエラーが発生しました。 QIDISlicerチームに、ど"
|
"QIDISlicerでローカリゼーションエラーが発生しました。 QIDISlicerチームに、どの"
|
||||||
"の言語がアクティブで、どのシナリオでこの問題が発生したかをご報告ください。 ご"
|
"言語がアクティブで、どのシナリオでこの問題が発生したかをご報告ください。 ご協"
|
||||||
"協力に感謝いたします。\n"
|
"力に感謝いたします。\n"
|
||||||
" \n"
|
" \n"
|
||||||
"これでアプリケーションは終了します。 "
|
"これでアプリケーションは終了します。 "
|
||||||
|
|
||||||
@@ -11198,8 +11251,8 @@ msgid ""
|
|||||||
"QIDISlicer is based on Slic3r by Alessandro Ranellucci and the RepRap "
|
"QIDISlicer is based on Slic3r by Alessandro Ranellucci and the RepRap "
|
||||||
"community."
|
"community."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"QIDISlicerは、Alessandro RanellucciとRepRapコミュニティによるSlic3rをベース"
|
"QIDISlicerは、Alessandro RanellucciとRepRapコミュニティによるSlic3rをベースに"
|
||||||
"にしています。"
|
"しています。"
|
||||||
|
|
||||||
#: src/slic3r/GUI/MainFrame.cpp:234
|
#: src/slic3r/GUI/MainFrame.cpp:234
|
||||||
msgid "QIDISlicer is closing"
|
msgid "QIDISlicer is closing"
|
||||||
@@ -11515,7 +11568,7 @@ msgstr "再実行"
|
|||||||
msgid "Redo %1$d Action"
|
msgid "Redo %1$d Action"
|
||||||
msgid_plural "Redo %1$d Actions"
|
msgid_plural "Redo %1$d Actions"
|
||||||
msgstr[0] "%1$d 操作の繰り返し"
|
msgstr[0] "%1$d 操作の繰り返し"
|
||||||
msgstr[1] "%1$d 操作の繰り返し"
|
msgstr[1] ""
|
||||||
|
|
||||||
#: src/slic3r/GUI/GLCanvas3D.cpp:4717
|
#: src/slic3r/GUI/GLCanvas3D.cpp:4717
|
||||||
msgid "Redo History"
|
msgid "Redo History"
|
||||||
@@ -12458,8 +12511,8 @@ msgid ""
|
|||||||
"QIDISlicer setting? Or use the familiar shortcut <b>Ctrl+F</b>."
|
"QIDISlicer setting? Or use the familiar shortcut <b>Ctrl+F</b>."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"検索機能\n"
|
"検索機能\n"
|
||||||
"<a>検索</a>ツールを使用して特定のQIDISlicer設定をすばやく見つけることをご存"
|
"<a>検索</a>ツールを使用して特定のQIDISlicer設定をすばやく見つけることをご存知"
|
||||||
"知ですか? または、おなじみのショートカット<b>Ctrl+F</b>を使用します。"
|
"ですか? または、おなじみのショートカット<b>Ctrl+F</b>を使用します。"
|
||||||
|
|
||||||
#: src/slic3r/GUI/ImGuiWrapper.cpp:1189 src/slic3r/GUI/Search.cpp:526
|
#: src/slic3r/GUI/ImGuiWrapper.cpp:1189 src/slic3r/GUI/Search.cpp:526
|
||||||
msgid "Search in English"
|
msgid "Search in English"
|
||||||
@@ -13126,6 +13179,12 @@ msgstr "上側の範囲をアクティブに設定"
|
|||||||
msgid "%s Family"
|
msgid "%s Family"
|
||||||
msgstr "%sファミリー"
|
msgstr "%sファミリー"
|
||||||
|
|
||||||
|
#. TRN %s = type of file
|
||||||
|
#: src/slic3r/GUI/GUI_App.cpp:609
|
||||||
|
#, c-format, boost-format
|
||||||
|
msgid "%s files"
|
||||||
|
msgstr "%s ファイル"
|
||||||
|
|
||||||
#: src/slic3r/GUI/ConfigManipulation.cpp:167
|
#: src/slic3r/GUI/ConfigManipulation.cpp:167
|
||||||
msgid "Shall I adjust those settings for supports?"
|
msgid "Shall I adjust those settings for supports?"
|
||||||
msgstr "サポート用にこれらの設定を調整しますか?"
|
msgstr "サポート用にこれらの設定を調整しますか?"
|
||||||
@@ -13166,10 +13225,10 @@ msgid ""
|
|||||||
"the platter and select<a>Add Shape - Gallery</a>."
|
"the platter and select<a>Add Shape - Gallery</a>."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"シェイプギャラリー\n"
|
"シェイプギャラリー\n"
|
||||||
"QIDISlicerにシェイプギャラリーがあることをご存知ですか? 含まれているモデル"
|
"QIDISlicerにシェイプギャラリーがあることをご存知ですか? 含まれているモデルを"
|
||||||
"をモディファイヤ、切取りボリューム、またはプリント可のオブジェクトとして使用"
|
"モディファイヤ、切取りボリューム、またはプリント可のオブジェクトとして使用で"
|
||||||
"できます。 プラッターを右クリックして、<a>[シェイプの追加]-[ギャラリー]</a>を"
|
"きます。 プラッターを右クリックして、<a>[シェイプの追加]-[ギャラリー]</a>を選"
|
||||||
"選択します。"
|
"択します。"
|
||||||
|
|
||||||
#: src/slic3r/GUI/MsgDialog.cpp:248
|
#: src/slic3r/GUI/MsgDialog.cpp:248
|
||||||
#, c-format, boost-format
|
#, c-format, boost-format
|
||||||
@@ -13295,6 +13354,10 @@ msgstr "凡例の表示/非表示"
|
|||||||
msgid "Show/Hide object/instance labels"
|
msgid "Show/Hide object/instance labels"
|
||||||
msgstr "オブジェクト/インスタンスラベルの表示/非表示"
|
msgstr "オブジェクト/インスタンスラベルの表示/非表示"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/PresetComboBoxes.cpp:787
|
||||||
|
msgid "Show/Hide template presets"
|
||||||
|
msgstr "テンプレートプリセットの表示/非表示"
|
||||||
|
|
||||||
#: src/slic3r/GUI/Preferences.cpp:304
|
#: src/slic3r/GUI/Preferences.cpp:304
|
||||||
msgid "Show incompatible print and filament presets"
|
msgid "Show incompatible print and filament presets"
|
||||||
msgstr "互換性のないプリントとフィラメントのプリセットを表示する"
|
msgstr "互換性のないプリントとフィラメントのプリセットを表示する"
|
||||||
@@ -14924,8 +14987,9 @@ msgid_plural ""
|
|||||||
"the dimensions of these objects?"
|
"the dimensions of these objects?"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
"ファイル%sの一部のオブジェクトの寸法は、インチで定義されているようです。\n"
|
"ファイル%sの一部のオブジェクトの寸法は、インチで定義されているようです。\n"
|
||||||
"QIDISlicerの内部単位はミリメートルです。 これらのオブジェクトの寸法を再計算"
|
"QIDISlicerの内部単位はミリメートルです。 これらのオブジェクトの寸法を再計算し"
|
||||||
"しますか?"
|
"ますか?"
|
||||||
|
msgstr[1] ""
|
||||||
|
|
||||||
#: src/slic3r/GUI/Plater.cpp:2611
|
#: src/slic3r/GUI/Plater.cpp:2611
|
||||||
#, c-format, boost-format
|
#, c-format, boost-format
|
||||||
@@ -14939,8 +15003,9 @@ msgid_plural ""
|
|||||||
"the dimensions of these objects?"
|
"the dimensions of these objects?"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
"ファイル%sの一部のオブジェクトの寸法は、メートルで定義されているようです。\n"
|
"ファイル%sの一部のオブジェクトの寸法は、メートルで定義されているようです。\n"
|
||||||
"QIDISlicerの内部単位はミリメートルです。 これらのオブジェクトの寸法を再計算"
|
"QIDISlicerの内部単位はミリメートルです。 これらのオブジェクトの寸法を再計算し"
|
||||||
"しますか?"
|
"ますか?"
|
||||||
|
msgstr[1] ""
|
||||||
|
|
||||||
#: src/slic3r/GUI/Downloader.cpp:181
|
#: src/slic3r/GUI/Downloader.cpp:181
|
||||||
msgid "The download has failed"
|
msgid "The download has failed"
|
||||||
@@ -14970,6 +15035,14 @@ msgstr ""
|
|||||||
msgid "The extruder to use when printing infill."
|
msgid "The extruder to use when printing infill."
|
||||||
msgstr "インフィルに使用するエクストルーダー。"
|
msgstr "インフィルに使用するエクストルーダー。"
|
||||||
|
|
||||||
|
#: src/libslic3r/PrintConfig.cpp:3241
|
||||||
|
msgid ""
|
||||||
|
"The extruder to use when printing perimeter of the wipe tower. Set to 0 to "
|
||||||
|
"use the one that is available (non-soluble would be preferred)."
|
||||||
|
msgstr ""
|
||||||
|
"ワイプタワーの外周を印刷する際に使用するエクストルーダーです。0に設定すると、"
|
||||||
|
"使用可能なものを使用します(非水溶性であることが望ましい)。"
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:2036
|
#: src/libslic3r/PrintConfig.cpp:2036
|
||||||
msgid ""
|
msgid ""
|
||||||
"The extruder to use when printing perimeters and brim. First extruder is 1."
|
"The extruder to use when printing perimeters and brim. First extruder is 1."
|
||||||
@@ -15057,16 +15130,19 @@ msgstr[0] ""
|
|||||||
"次の行%sには、予約済みのキーワードが含まれています。\n"
|
"次の行%sには、予約済みのキーワードが含まれています。\n"
|
||||||
"Gコードの視覚化で問題が発生する可能性があるため、削除してください。\n"
|
"Gコードの視覚化で問題が発生する可能性があるため、削除してください。\n"
|
||||||
"プリント時間の見積もり。"
|
"プリント時間の見積もり。"
|
||||||
|
msgstr[1] ""
|
||||||
|
|
||||||
#: src/slic3r/GUI/GUI_ObjectList.cpp:4760
|
#: src/slic3r/GUI/GUI_ObjectList.cpp:4760
|
||||||
msgid "The following model was repaired successfully"
|
msgid "The following model was repaired successfully"
|
||||||
msgid_plural "The following models were repaired successfully"
|
msgid_plural "The following models were repaired successfully"
|
||||||
msgstr[0] "次のモデルは正常に修復されました"
|
msgstr[0] "次のモデルは正常に修復されました"
|
||||||
|
msgstr[1] ""
|
||||||
|
|
||||||
#: src/slic3r/GUI/UnsavedChangesDialog.cpp:1240
|
#: src/slic3r/GUI/UnsavedChangesDialog.cpp:1240
|
||||||
msgid "The following preset was modified"
|
msgid "The following preset was modified"
|
||||||
msgid_plural "The following presets were modified"
|
msgid_plural "The following presets were modified"
|
||||||
msgstr[0] "以下のプリセットが変更されました"
|
msgstr[0] "以下のプリセットが変更されました"
|
||||||
|
msgstr[1] ""
|
||||||
|
|
||||||
#: src/slic3r/GUI/KBShortcutsDialog.cpp:260
|
#: src/slic3r/GUI/KBShortcutsDialog.cpp:260
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -15300,6 +15376,7 @@ msgid_plural ""
|
|||||||
"delete."
|
"delete."
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
"以下の物理プリンタは、プリセットのみに基づいているため、削除します。"
|
"以下の物理プリンタは、プリセットのみに基づいているため、削除します。"
|
||||||
|
msgstr[1] ""
|
||||||
|
|
||||||
#: src/slic3r/GUI/Tab.cpp:4136
|
#: src/slic3r/GUI/Tab.cpp:4136
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -15307,6 +15384,7 @@ msgid ""
|
|||||||
msgid_plural ""
|
msgid_plural ""
|
||||||
"The physical printers below are based on the preset, you are going to delete."
|
"The physical printers below are based on the preset, you are going to delete."
|
||||||
msgstr[0] "以下の物理プリンタはプリセットに基づいているため、削除します。"
|
msgstr[0] "以下の物理プリンタはプリセットに基づいているため、削除します。"
|
||||||
|
msgstr[1] ""
|
||||||
|
|
||||||
#: src/slic3r/GUI/Tab.cpp:4044
|
#: src/slic3r/GUI/Tab.cpp:4044
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -15316,8 +15394,6 @@ msgid_plural ""
|
|||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
"以下の物理プリンターは、プリセットに基づき、名前を変更するものです。"
|
"以下の物理プリンターは、プリセットに基づき、名前を変更するものです。"
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
msgstr[2] ""
|
|
||||||
"下の物理プリンタは、プリセットを元に、名前を変更することになります。"
|
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:641
|
#: src/libslic3r/PrintConfig.cpp:641
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -15353,11 +15429,13 @@ msgid_plural ""
|
|||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
"以下のプリセットは、QIDISlicerのアクティブなインスタンスに一時的にインストー"
|
"以下のプリセットは、QIDISlicerのアクティブなインスタンスに一時的にインストー"
|
||||||
"ルされました"
|
"ルされました"
|
||||||
|
msgstr[1] ""
|
||||||
|
|
||||||
#: src/slic3r/GUI/UnsavedChangesDialog.cpp:1329
|
#: src/slic3r/GUI/UnsavedChangesDialog.cpp:1329
|
||||||
msgid "The preset modifications are successfully saved"
|
msgid "The preset modifications are successfully saved"
|
||||||
msgid_plural "The presets modifications are successfully saved"
|
msgid_plural "The presets modifications are successfully saved"
|
||||||
msgstr[0] "プリセットの変更は正常に保存されます"
|
msgstr[0] "プリセットの変更は正常に保存されます"
|
||||||
|
msgstr[1] ""
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:2562
|
#: src/libslic3r/PrintConfig.cpp:2562
|
||||||
msgid "The printer multiplexes filaments into a single hot end."
|
msgid "The printer multiplexes filaments into a single hot end."
|
||||||
@@ -15480,24 +15558,24 @@ msgid ""
|
|||||||
"The selected 3MF contains FDM supports painted object using a newer version "
|
"The selected 3MF contains FDM supports painted object using a newer version "
|
||||||
"of QIDISlicer and is not compatible."
|
"of QIDISlicer and is not compatible."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"選択した3MFには、新しいバージョンのQIDISlicerを使用してペイントされたオブ"
|
"選択した3MFには、新しいバージョンのQIDISlicerを使用してペイントされたオブジェ"
|
||||||
"ジェクトをサポートするFDMが含まれており、互換性がありません。"
|
"クトをサポートするFDMが含まれており、互換性がありません。"
|
||||||
|
|
||||||
#: src/libslic3r/Format/3mf.cpp:1897
|
#: src/libslic3r/Format/3mf.cpp:1897
|
||||||
msgid ""
|
msgid ""
|
||||||
"The selected 3MF contains multi-material painted object using a newer "
|
"The selected 3MF contains multi-material painted object using a newer "
|
||||||
"version of QIDISlicer and is not compatible."
|
"version of QIDISlicer and is not compatible."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"選択した3MFには、新しいバージョンのQIDISlicerを使用したマルチマテリアルペイ"
|
"選択した3MFには、新しいバージョンのQIDISlicerを使用したマルチマテリアルペイン"
|
||||||
"ントオブジェクトが含まれており、互換性がありません。"
|
"トオブジェクトが含まれており、互換性がありません。"
|
||||||
|
|
||||||
#: src/libslic3r/Format/3mf.cpp:1893
|
#: src/libslic3r/Format/3mf.cpp:1893
|
||||||
msgid ""
|
msgid ""
|
||||||
"The selected 3MF contains seam painted object using a newer version of "
|
"The selected 3MF contains seam painted object using a newer version of "
|
||||||
"QIDISlicer and is not compatible."
|
"QIDISlicer and is not compatible."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"選択した3MFには、新しいバージョンのQIDISlicerを使用したシームペイントされた"
|
"選択した3MFには、新しいバージョンのQIDISlicerを使用したシームペイントされたオ"
|
||||||
"オブジェクトが含まれており、互換性がありません。"
|
"ブジェクトが含まれており、互換性がありません。"
|
||||||
|
|
||||||
#: src/libslic3r/Format/3mf.cpp:1878
|
#: src/libslic3r/Format/3mf.cpp:1878
|
||||||
#, boost-format
|
#, boost-format
|
||||||
@@ -15897,8 +15975,8 @@ msgid ""
|
|||||||
"This end procedure is inserted at the end of the output file. Note that you "
|
"This end procedure is inserted at the end of the output file. Note that you "
|
||||||
"can use placeholder variables for all QIDISlicer settings."
|
"can use placeholder variables for all QIDISlicer settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"この終了プロシージャは、出力ファイルの最後に挿入されます。 すべての"
|
"この終了プロシージャは、出力ファイルの最後に挿入されます。 すべてのQIDISlicer"
|
||||||
"QIDISlicer変数を使用できます。"
|
"変数を使用できます。"
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:1886
|
#: src/libslic3r/PrintConfig.cpp:1886
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -16447,16 +16525,16 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:4836
|
#: src/libslic3r/PrintConfig.cpp:4836
|
||||||
msgid ""
|
msgid ""
|
||||||
"This version of QIDISlicer may not understand configurations produced by "
|
"This version of QIDISlicer may not understand configurations produced by the "
|
||||||
"the newest QIDISlicer versions. For example, newer QIDISlicer may extend "
|
"newest QIDISlicer versions. For example, newer QIDISlicer may extend the "
|
||||||
"the list of supported firmware flavors. One may decide to bail out or to "
|
"list of supported firmware flavors. One may decide to bail out or to "
|
||||||
"substitute an unknown value with a default silently or verbosely."
|
"substitute an unknown value with a default silently or verbosely."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"このバージョンのQIDISlicerは、最新のQIDISlicerバージョンによって生成された"
|
"このバージョンのQIDISlicerは、最新のQIDISlicerバージョンによって生成された構"
|
||||||
"構成を理解できない場合があります。 たとえば、新しいQIDISlicerは、サポートさ"
|
"成を理解できない場合があります。 たとえば、新しいQIDISlicerは、サポートされて"
|
||||||
"れているファームウェアフレーバーのリストを拡張する場合があります。 暗黙的にま"
|
"いるファームウェアフレーバーのリストを拡張する場合があります。 暗黙的にまたは"
|
||||||
"たは冗長的に、修正するか、未知の値をデフォルトに置き換えるかを決めることがで"
|
"冗長的に、修正するか、未知の値をデフォルトに置き換えるかを決めることができま"
|
||||||
"きます。"
|
"す。"
|
||||||
|
|
||||||
#: src/slic3r/GUI/UpdateDialogs.cpp:392
|
#: src/slic3r/GUI/UpdateDialogs.cpp:392
|
||||||
#, c-format, boost-format
|
#, c-format, boost-format
|
||||||
@@ -16851,6 +16929,10 @@ msgstr "リロードできません:"
|
|||||||
msgid "Unable to replace with more than one volume"
|
msgid "Unable to replace with more than one volume"
|
||||||
msgstr "複数のボリュームに置き換えることはできません"
|
msgstr "複数のボリュームに置き換えることはできません"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Plater.cpp:6681
|
||||||
|
msgid "Unable to save file"
|
||||||
|
msgstr "ファイルの保存ができない"
|
||||||
|
|
||||||
#: src/slic3r/GUI/OptionsGroup.cpp:126
|
#: src/slic3r/GUI/OptionsGroup.cpp:126
|
||||||
msgid "Unavailable for this method."
|
msgid "Unavailable for this method."
|
||||||
msgstr "このメソッドでは使用できません。"
|
msgstr "このメソッドでは使用できません。"
|
||||||
@@ -16901,7 +16983,7 @@ msgstr "元に戻す"
|
|||||||
msgid "Undo %1$d Action"
|
msgid "Undo %1$d Action"
|
||||||
msgid_plural "Undo %1$d Actions"
|
msgid_plural "Undo %1$d Actions"
|
||||||
msgstr[0] "%1$d 操作のやり直し"
|
msgstr[0] "%1$d 操作のやり直し"
|
||||||
msgstr[1] "%1$d 操作のやり直し"
|
msgstr[1] ""
|
||||||
|
|
||||||
#: src/slic3r/GUI/Gizmos/GLGizmoEmboss.cpp:2999
|
#: src/slic3r/GUI/Gizmos/GLGizmoEmboss.cpp:2999
|
||||||
msgid "Undo boldness"
|
msgid "Undo boldness"
|
||||||
@@ -16946,6 +17028,10 @@ msgstr "回転を取り消す"
|
|||||||
msgid "Undo translation"
|
msgid "Undo translation"
|
||||||
msgstr "移動を取り消す"
|
msgstr "移動を取り消す"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/PhysicalPrinterDialog.cpp:667
|
||||||
|
msgid "Unexpected character"
|
||||||
|
msgstr "意外な人物像"
|
||||||
|
|
||||||
#: src/libslic3r/miniz_extension.cpp:111
|
#: src/libslic3r/miniz_extension.cpp:111
|
||||||
msgid "unexpected decompressed size"
|
msgid "unexpected decompressed size"
|
||||||
msgstr "予期しない解凍サイズ"
|
msgstr "予期しない解凍サイズ"
|
||||||
@@ -17531,8 +17617,8 @@ msgstr ""
|
|||||||
"個人情報や、後でお客様を特定できるようなものは送信しません。 重複エントリを検"
|
"個人情報や、後でお客様を特定できるようなものは送信しません。 重複エントリを検"
|
||||||
"出するために、システムから派生した一意の番号が送信されますが、ソース情報を再"
|
"出するために、システムから派生した一意の番号が送信されますが、ソース情報を再"
|
||||||
"構築することはできません。 それとは別に、OS、ハードウェア、OpenGLのインストー"
|
"構築することはできません。 それとは別に、OS、ハードウェア、OpenGLのインストー"
|
||||||
"ルに関する一般的なデータのみが送信されます。 QIDISlicerはオープンソースで"
|
"ルに関する一般的なデータのみが送信されます。 QIDISlicerはオープンソースです。"
|
||||||
"す。実際に通信を実行しているコードを検査する場合は、%1%を参照してください。"
|
"実際に通信を実行しているコードを検査する場合は、%1%を参照してください。"
|
||||||
|
|
||||||
#: src/slic3r/GUI/ConfigWizard.cpp:562
|
#: src/slic3r/GUI/ConfigWizard.cpp:562
|
||||||
msgid "Welcome"
|
msgid "Welcome"
|
||||||
@@ -17592,15 +17678,15 @@ msgid ""
|
|||||||
"When disabled, QIDISlicer will NOT emit commands to heat up extruder and "
|
"When disabled, QIDISlicer will NOT emit commands to heat up extruder and "
|
||||||
"bed, leaving both to Custom Start G-Code."
|
"bed, leaving both to Custom Start G-Code."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"有効にすると、QIDISlicerはカスタムスタートGコードにM104またはM190が含まれて"
|
"有効にすると、QIDISlicerはカスタムスタートGコードにM104またはM190が含まれてい"
|
||||||
"いるかどうかをチェックします。含まれていた場合、温度は自動的に出力されず、加"
|
"るかどうかをチェックします。含まれていた場合、温度は自動的に出力されず、加熱"
|
||||||
"熱コマンドやその他のカスタムアクションの順序を自由にカスタマイズできます。"
|
"コマンドやその他のカスタムアクションの順序を自由にカスタマイズできます。"
|
||||||
"QIDISlicerのすべての設定にプレースホルダー変数を使用できるので、好きな場所に"
|
"QIDISlicerのすべての設定にプレースホルダー変数を使用できるので、好きな場所に"
|
||||||
"\"M109 S[first_layer_temperature]\"コマンドを置くことができることに注意してく"
|
"\"M109 S[first_layer_temperature]\"コマンドを置くことができることに注意してく"
|
||||||
"ださい。\n"
|
"ださい。\n"
|
||||||
"カスタムスタートGコードにM104またはM190が含まれていない場合、QIDISlicerは"
|
"カスタムスタートGコードにM104またはM190が含まれていない場合、QIDISlicerはベッ"
|
||||||
"ベッドが目標温度に達し、エクストルーダーが加熱を開始した後にスタートGコードを"
|
"ドが目標温度に達し、エクストルーダーが加熱を開始した後にスタートGコードを実行"
|
||||||
"実行します。\n"
|
"します。\n"
|
||||||
"\n"
|
"\n"
|
||||||
"無効の場合、QIDISlicerはエクストルーダーとベッドを加熱するコマンドを発行せ"
|
"無効の場合、QIDISlicerはエクストルーダーとベッドを加熱するコマンドを発行せ"
|
||||||
"ず、両方をカスタムスタートGコードに任せます。"
|
"ず、両方をカスタムスタートGコードに任せます。"
|
||||||
@@ -17829,7 +17915,11 @@ msgstr "ワイプタワー"
|
|||||||
msgid "Wipe tower brim width"
|
msgid "Wipe tower brim width"
|
||||||
msgstr "ワイプタワーのブリム幅"
|
msgstr "ワイプタワーのブリム幅"
|
||||||
|
|
||||||
#: src/slic3r/GUI/Tab.cpp:2087
|
#: src/libslic3r/PrintConfig.cpp:3239
|
||||||
|
msgid "Wipe tower extruder"
|
||||||
|
msgstr "ワイプタワーエクストルーダー"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Tab.cpp:2096
|
||||||
msgid "Wipe tower parameters"
|
msgid "Wipe tower parameters"
|
||||||
msgstr "ワイプタワーのパラメータ"
|
msgstr "ワイプタワーのパラメータ"
|
||||||
|
|
||||||
@@ -17966,13 +18056,19 @@ msgid ""
|
|||||||
"Do you wish to continue?"
|
"Do you wish to continue?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"64ビットWindowsでQIDISlicerの32ビットビルドを実行しています。\n"
|
"64ビットWindowsでQIDISlicerの32ビットビルドを実行しています。\n"
|
||||||
"QIDISlicerの32ビットビルドでは、システムで使用可能なすべてのRAMを利用できな"
|
"QIDISlicerの32ビットビルドでは、システムで使用可能なすべてのRAMを利用できない"
|
||||||
"い可能性があります。\n"
|
"可能性があります。\n"
|
||||||
"https://www.qidi3d.cz/qidislicer/からQIDISlicerの64ビットビルドをダウン"
|
"https://www.qidi3d.cz/qidislicer/からQIDISlicerの64ビットビルドをダウンロード"
|
||||||
"ロードしてインストールしてください。\n"
|
"してインストールしてください。\n"
|
||||||
"続行しますか?"
|
"続行しますか?"
|
||||||
|
|
||||||
#: src/slic3r/GUI/Plater.cpp:5200
|
#: src/slic3r/GUI/Plater.cpp:4103 src/slic3r/GUI/Plater.cpp:4109
|
||||||
|
msgid "You are using template filament preset."
|
||||||
|
msgid_plural "You are using template filament presets."
|
||||||
|
msgstr[0] "テンプレート フィラメント プリセットを使用しています。"
|
||||||
|
msgstr[1] ""
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Plater.cpp:5241
|
||||||
msgid ""
|
msgid ""
|
||||||
"You can keep presets modifications to the new project, discard them or save "
|
"You can keep presets modifications to the new project, discard them or save "
|
||||||
"changes as new presets.\n"
|
"changes as new presets.\n"
|
||||||
@@ -18037,12 +18133,12 @@ msgid ""
|
|||||||
"You can use all configuration options as variables inside this template. For "
|
"You can use all configuration options as variables inside this template. For "
|
||||||
"example: [layer_height], [fill_density] etc. You can also use [timestamp], "
|
"example: [layer_height], [fill_density] etc. You can also use [timestamp], "
|
||||||
"[year], [month], [day], [hour], [minute], [second], [version], "
|
"[year], [month], [day], [hour], [minute], [second], [version], "
|
||||||
"[input_filename], [input_filename_base]."
|
"[input_filename], [input_filename_base], [default_output_extension]."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"このテンプレート内では、すべての構成オプションを変数として使用できます。例:"
|
"このテンプレート内では、すべての構成オプションを変数として使用できます。例:"
|
||||||
"[layer_height]、[fill_density]など。[timestamp]、[year]、[month]、[day]、"
|
"[layer_height]、[fill_density]など。[timestamp]、[year]、[month]、[day]、"
|
||||||
"[hour]、[minute]、[second]、[version]、[input_filename]、"
|
"[hour]、[minute]、[second]、[version]、[input_filename]、"
|
||||||
"[input_filename_base]も使用できます。"
|
"[input_filename_base]、[default_output_extension]も使用できます。"
|
||||||
|
|
||||||
#: src/slic3r/GUI/NotificationManager.hpp:908
|
#: src/slic3r/GUI/NotificationManager.hpp:908
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -18353,6 +18449,7 @@ msgstr "%i / %i"
|
|||||||
msgid "%ld byte"
|
msgid "%ld byte"
|
||||||
msgid_plural "%ld bytes"
|
msgid_plural "%ld bytes"
|
||||||
msgstr[0] "%ld バイト"
|
msgstr[0] "%ld バイト"
|
||||||
|
msgstr[1] ""
|
||||||
|
|
||||||
#: ../src/html/helpwnd.cpp:1033
|
#: ../src/html/helpwnd.cpp:1033
|
||||||
#, fuzzy, c-format
|
#, fuzzy, c-format
|
||||||
@@ -22495,11 +22592,6 @@ msgstr "はがき 100×148mm"
|
|||||||
msgid "Japanese Postcard Rotated 148 x 100 mm"
|
msgid "Japanese Postcard Rotated 148 x 100 mm"
|
||||||
msgstr "はがき横置き 148×100mm"
|
msgstr "はがき横置き 148×100mm"
|
||||||
|
|
||||||
#: ../src/common/stockitem.cpp:169
|
|
||||||
#, fuzzy
|
|
||||||
msgid "Jump to"
|
|
||||||
msgstr "移動 (&J)"
|
|
||||||
|
|
||||||
#: ../src/common/stockitem.cpp:171
|
#: ../src/common/stockitem.cpp:171
|
||||||
msgid "Justified"
|
msgid "Justified"
|
||||||
msgstr "両端揃え"
|
msgstr "両端揃え"
|
||||||
@@ -22669,6 +22761,7 @@ msgstr "次のページ"
|
|||||||
msgid "Last repeated message (\"%s\", %u time) wasn't output"
|
msgid "Last repeated message (\"%s\", %u time) wasn't output"
|
||||||
msgid_plural "Last repeated message (\"%s\", %u times) wasn't output"
|
msgid_plural "Last repeated message (\"%s\", %u times) wasn't output"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
|
msgstr[1] ""
|
||||||
|
|
||||||
#: ../src/common/paper.cpp:103
|
#: ../src/common/paper.cpp:103
|
||||||
msgid "Ledger, 17 x 11 in"
|
msgid "Ledger, 17 x 11 in"
|
||||||
@@ -24928,6 +25021,7 @@ msgstr "アウトラインレベルを指定できます。"
|
|||||||
msgid "The previous message repeated %u time."
|
msgid "The previous message repeated %u time."
|
||||||
msgid_plural "The previous message repeated %u times."
|
msgid_plural "The previous message repeated %u times."
|
||||||
msgstr[0] "直前のメッセージは %lu 回繰り返されました。"
|
msgstr[0] "直前のメッセージは %lu 回繰り返されました。"
|
||||||
|
msgstr[1] ""
|
||||||
|
|
||||||
#: ../src/common/log.cpp:270
|
#: ../src/common/log.cpp:270
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ msgstr ""
|
|||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-05-26 13:11+0200\n"
|
"POT-Creation-Date: 2023-05-26 13:11+0200\n"
|
||||||
"PO-Revision-Date: 2022-09-27 15:39+0200\n"
|
"PO-Revision-Date: 2023-07-01 15:15+0800\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
"Language: nl\n"
|
"Language: nl\n"
|
||||||
@@ -16,7 +16,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"X-Generator: Poedit 3.1.1\n"
|
"X-Generator: Poedit 3.3.2\n"
|
||||||
|
|
||||||
#: src/slic3r/GUI/AboutDialog.cpp:46 src/slic3r/GUI/AboutDialog.cpp:304
|
#: src/slic3r/GUI/AboutDialog.cpp:46 src/slic3r/GUI/AboutDialog.cpp:304
|
||||||
msgid "Portions copyright"
|
msgid "Portions copyright"
|
||||||
@@ -2808,7 +2808,28 @@ msgstr ""
|
|||||||
"Er is een object buiten het printbereik gedetecteerd.\n"
|
"Er is een object buiten het printbereik gedetecteerd.\n"
|
||||||
"Los het probleem op om door te gaan met slicen."
|
"Los het probleem op om door te gaan met slicen."
|
||||||
|
|
||||||
#: src/slic3r/GUI/GLCanvas3D.cpp:7539
|
#. TRN %3% is name of Object1, %4% is name of Object2
|
||||||
|
#: src/slic3r/GUI/GLCanvas3D.cpp:7496
|
||||||
|
#, boost-format
|
||||||
|
msgid ""
|
||||||
|
"Conflicts in G-code paths have been detected at layer %1%, z=%2$.2f mm. "
|
||||||
|
"Please reposition the conflicting objects (%3% <-> %4%) further apart."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/GLCanvas3D.cpp:7526
|
||||||
|
msgid "Jump to"
|
||||||
|
msgstr "Spring naar"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/GLCanvas3D.cpp:7529
|
||||||
|
#: src/slic3r/GUI/NotificationManager.cpp:2101
|
||||||
|
#: src/slic3r/GUI/NotificationManager.cpp:2108
|
||||||
|
#: src/slic3r/GUI/NotificationManager.cpp:2124
|
||||||
|
#: src/slic3r/GUI/NotificationManager.cpp:2130
|
||||||
|
#: src/slic3r/GUI/NotificationManager.cpp:2201
|
||||||
|
msgid "ERROR:"
|
||||||
|
msgstr "Fout:"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/GLCanvas3D.cpp:7606
|
||||||
msgid "Selection-Add from rectangle"
|
msgid "Selection-Add from rectangle"
|
||||||
msgstr "Selectie - Voeg toe van boxselectie"
|
msgstr "Selectie - Voeg toe van boxselectie"
|
||||||
|
|
||||||
@@ -4546,7 +4567,13 @@ msgstr "Afsluiten, ik zal mijn data nu verplaatsen"
|
|||||||
msgid "Start the application"
|
msgid "Start the application"
|
||||||
msgstr "Start het programma"
|
msgstr "Start het programma"
|
||||||
|
|
||||||
#: src/slic3r/GUI/GUI_App.cpp:736
|
#. TRN %s = type of file
|
||||||
|
#: src/slic3r/GUI/GUI_App.cpp:609
|
||||||
|
#, c-format, boost-format
|
||||||
|
msgid "%s files"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/GUI_App.cpp:772
|
||||||
#, c-format, boost-format
|
#, c-format, boost-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s has encountered an error. It was likely caused by running out of memory. "
|
"%s has encountered an error. It was likely caused by running out of memory. "
|
||||||
@@ -4567,9 +4594,9 @@ msgstr "Fatale fout"
|
|||||||
|
|
||||||
#: src/slic3r/GUI/GUI_App.cpp:743
|
#: src/slic3r/GUI/GUI_App.cpp:743
|
||||||
msgid ""
|
msgid ""
|
||||||
"QIDISlicer has encountered a localization error. Please report to "
|
"QIDISlicer has encountered a localization error. Please report to QIDISlicer "
|
||||||
"QIDISlicer team, what language was active and in which scenario this issue "
|
"team, what language was active and in which scenario this issue happened. "
|
||||||
"happened. Thank you.\n"
|
"Thank you.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"The application will now terminate."
|
"The application will now terminate."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -4736,8 +4763,8 @@ msgid ""
|
|||||||
"Printer Settings anymore.\n"
|
"Printer Settings anymore.\n"
|
||||||
"Settings will be available in physical printers settings."
|
"Settings will be available in physical printers settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Maar sinds deze versie van QIDISlicer, wordt de informatie niet meer "
|
"Maar sinds deze versie van QIDISlicer, wordt de informatie niet meer getoond "
|
||||||
"getoond in de printerinstellingen.\n"
|
"in de printerinstellingen.\n"
|
||||||
"Instellingen zijn beschikbaar in de fysieke-printerinstellingen."
|
"Instellingen zijn beschikbaar in de fysieke-printerinstellingen."
|
||||||
|
|
||||||
#: src/slic3r/GUI/GUI_App.cpp:1793
|
#: src/slic3r/GUI/GUI_App.cpp:1793
|
||||||
@@ -7847,14 +7874,6 @@ msgstr "Exporteer G-code."
|
|||||||
msgid "Export."
|
msgid "Export."
|
||||||
msgstr "Exporteer."
|
msgstr "Exporteer."
|
||||||
|
|
||||||
#: src/slic3r/GUI/NotificationManager.cpp:2101
|
|
||||||
#: src/slic3r/GUI/NotificationManager.cpp:2108
|
|
||||||
#: src/slic3r/GUI/NotificationManager.cpp:2124
|
|
||||||
#: src/slic3r/GUI/NotificationManager.cpp:2130
|
|
||||||
#: src/slic3r/GUI/NotificationManager.cpp:2201
|
|
||||||
msgid "ERROR:"
|
|
||||||
msgstr "Fout:"
|
|
||||||
|
|
||||||
#: src/slic3r/GUI/NotificationManager.cpp:2113
|
#: src/slic3r/GUI/NotificationManager.cpp:2113
|
||||||
#: src/slic3r/GUI/NotificationManager.cpp:2140
|
#: src/slic3r/GUI/NotificationManager.cpp:2140
|
||||||
#: src/slic3r/GUI/NotificationManager.cpp:2148
|
#: src/slic3r/GUI/NotificationManager.cpp:2148
|
||||||
@@ -7932,12 +7951,11 @@ msgstr "U moet mogelijk uw grafische kaart updaten."
|
|||||||
|
|
||||||
#: src/slic3r/GUI/OpenGLManager.cpp:390
|
#: src/slic3r/GUI/OpenGLManager.cpp:390
|
||||||
msgid ""
|
msgid ""
|
||||||
"As a workaround, you may run QIDISlicer with a software rendered 3D "
|
"As a workaround, you may run QIDISlicer with a software rendered 3D graphics "
|
||||||
"graphics by running qidi-slicer.exe with the --sw-renderer parameter."
|
"by running qidi-slicer.exe with the --sw-renderer parameter."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Als tijdelijke oplossing kunt u QIDISlicer draaien met software gerenderde "
|
"Als tijdelijke oplossing kunt u QIDISlicer draaien met software gerenderde "
|
||||||
"modelweergave door qidi-slicer.exe te draaien met de --sw-renderer "
|
"modelweergave door qidi-slicer.exe te draaien met de --sw-renderer parameter."
|
||||||
"parameter."
|
|
||||||
|
|
||||||
#: src/slic3r/GUI/OpenGLManager.cpp:392
|
#: src/slic3r/GUI/OpenGLManager.cpp:392
|
||||||
msgid "Unsupported OpenGL version"
|
msgid "Unsupported OpenGL version"
|
||||||
@@ -8042,7 +8060,16 @@ msgstr ""
|
|||||||
"Importeer een CA-bestand in de Certificate Store of Keychain om deze te "
|
"Importeer een CA-bestand in de Certificate Store of Keychain om deze te "
|
||||||
"gebruiken."
|
"gebruiken."
|
||||||
|
|
||||||
#: src/slic3r/GUI/PhysicalPrinterDialog.cpp:705
|
#: src/slic3r/GUI/PhysicalPrinterDialog.cpp:667
|
||||||
|
msgid "Unexpected character"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/PhysicalPrinterDialog.cpp:668
|
||||||
|
#: src/slic3r/GUI/SavePresetDialog.cpp:169
|
||||||
|
msgid "The following characters are not allowed in the name"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/PhysicalPrinterDialog.cpp:723
|
||||||
msgid "You have to enter a printer name."
|
msgid "You have to enter a printer name."
|
||||||
msgstr "U moet een printernaam invoeren."
|
msgstr "U moet een printernaam invoeren."
|
||||||
|
|
||||||
@@ -8349,12 +8376,12 @@ msgid_plural ""
|
|||||||
"the dimensions of these objects?"
|
"the dimensions of these objects?"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
"De afmetingen van het object van bestand %s lijken in meters te zijn.\n"
|
"De afmetingen van het object van bestand %s lijken in meters te zijn.\n"
|
||||||
"De gebruikte eenheid van QIDISlicer is millimeters. Wilt u de afmetingen "
|
"De gebruikte eenheid van QIDISlicer is millimeters. Wilt u de afmetingen van "
|
||||||
"van het object verschalen?"
|
"het object verschalen?"
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
"De afmetingen van sommige objecten van bestand %s lijken in meters te zijn.\n"
|
"De afmetingen van sommige objecten van bestand %s lijken in meters te zijn.\n"
|
||||||
"De gebruikte eenheid van QIDISlicer is millimeters. Wilt u de afmetingen "
|
"De gebruikte eenheid van QIDISlicer is millimeters. Wilt u de afmetingen van "
|
||||||
"van het object verschalen?"
|
"het object verschalen?"
|
||||||
|
|
||||||
#: src/slic3r/GUI/Plater.cpp:2615 src/slic3r/GUI/Plater.cpp:2637
|
#: src/slic3r/GUI/Plater.cpp:2615 src/slic3r/GUI/Plater.cpp:2637
|
||||||
msgid "The object is too small"
|
msgid "The object is too small"
|
||||||
@@ -8376,12 +8403,12 @@ msgid_plural ""
|
|||||||
"the dimensions of these objects?"
|
"the dimensions of these objects?"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
"De afmetingen van het object van bestand %s lijken in inches te zijn.\n"
|
"De afmetingen van het object van bestand %s lijken in inches te zijn.\n"
|
||||||
"De gebruikte eenheid van QIDISlicer is millimeters. Wilt u de afmetingen "
|
"De gebruikte eenheid van QIDISlicer is millimeters. Wilt u de afmetingen van "
|
||||||
"van het object verschalen?"
|
"het object verschalen?"
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
"De afmetingen van sommige objecten van bestand %s lijken in inches te zijn.\n"
|
"De afmetingen van sommige objecten van bestand %s lijken in inches te zijn.\n"
|
||||||
"De gebruikte eenheid van QIDISlicer is millimeters. Wilt u de afmetingen "
|
"De gebruikte eenheid van QIDISlicer is millimeters. Wilt u de afmetingen van "
|
||||||
"van het object verschalen?"
|
"het object verschalen?"
|
||||||
|
|
||||||
#: src/slic3r/GUI/Plater.cpp:2650
|
#: src/slic3r/GUI/Plater.cpp:2650
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -8506,7 +8533,11 @@ msgstr ""
|
|||||||
msgid "Enable supports for enforcers only"
|
msgid "Enable supports for enforcers only"
|
||||||
msgstr "Sta supports voor forceringen alleen toe"
|
msgstr "Sta supports voor forceringen alleen toe"
|
||||||
|
|
||||||
#: src/slic3r/GUI/Plater.cpp:3362 src/slic3r/GUI/Plater.cpp:4258
|
#: src/slic3r/GUI/Plater.cpp:3229
|
||||||
|
msgid "Bed temperatures for the used filaments differ significantly."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Plater.cpp:3367 src/slic3r/GUI/Plater.cpp:4294
|
||||||
msgid "Invalid data"
|
msgid "Invalid data"
|
||||||
msgstr "Ongeldige data"
|
msgstr "Ongeldige data"
|
||||||
|
|
||||||
@@ -8567,7 +8598,24 @@ msgstr "Fout tijdens herladen"
|
|||||||
msgid "Reload all from disk"
|
msgid "Reload all from disk"
|
||||||
msgstr "Herlaad alles van schijf"
|
msgstr "Herlaad alles van schijf"
|
||||||
|
|
||||||
#: src/slic3r/GUI/Plater.cpp:4211
|
#: src/slic3r/GUI/Plater.cpp:4103 src/slic3r/GUI/Plater.cpp:4109
|
||||||
|
msgid "You are using template filament preset."
|
||||||
|
msgid_plural "You are using template filament presets."
|
||||||
|
msgstr[0] ""
|
||||||
|
msgstr[1] ""
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Plater.cpp:4104 src/slic3r/GUI/Plater.cpp:4110
|
||||||
|
msgid ""
|
||||||
|
"Please note that template presets are not customized for specific printer "
|
||||||
|
"and should only be used as a starting point for creating your own user "
|
||||||
|
"presets."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Plater.cpp:4106
|
||||||
|
msgid "More info at"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Plater.cpp:4247
|
||||||
msgid "There are active warnings concerning sliced models:"
|
msgid "There are active warnings concerning sliced models:"
|
||||||
msgstr "Er zijn actieve waarschuwingen wat betreft de slice:"
|
msgstr "Er zijn actieve waarschuwingen wat betreft de slice:"
|
||||||
|
|
||||||
@@ -8816,7 +8864,11 @@ msgstr ""
|
|||||||
msgid "Save project"
|
msgid "Save project"
|
||||||
msgstr "Project opslaan"
|
msgstr "Project opslaan"
|
||||||
|
|
||||||
#: src/slic3r/GUI/Plater.cpp:6826
|
#: src/slic3r/GUI/Plater.cpp:6681
|
||||||
|
msgid "Unable to save file"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Plater.cpp:6875
|
||||||
msgid "Is the printer ready? Is the print sheet in place, empty and clean?"
|
msgid "Is the printer ready? Is the print sheet in place, empty and clean?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -8848,8 +8900,8 @@ msgid ""
|
|||||||
"If this is enabled, Slic3r will prompt the last output directory instead of "
|
"If this is enabled, Slic3r will prompt the last output directory instead of "
|
||||||
"the one containing the input files."
|
"the one containing the input files."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Als dit aan staat zal QIDISlicer de opslaglocatie gebruiken in plaats van "
|
"Als dit aan staat zal QIDISlicer de opslaglocatie gebruiken in plaats van de "
|
||||||
"de originele locatie."
|
"originele locatie."
|
||||||
|
|
||||||
#: src/slic3r/GUI/Preferences.cpp:245
|
#: src/slic3r/GUI/Preferences.cpp:245
|
||||||
msgid "Auto-center parts"
|
msgid "Auto-center parts"
|
||||||
@@ -8872,8 +8924,8 @@ msgid ""
|
|||||||
"If this is enabled, Slic3r will pre-process objects as soon as they're "
|
"If this is enabled, Slic3r will pre-process objects as soon as they're "
|
||||||
"loaded in order to save time when exporting G-code."
|
"loaded in order to save time when exporting G-code."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Als dit aanstaat zal QIDISlicer objecten op de achtergrond slicen om tijd "
|
"Als dit aanstaat zal QIDISlicer objecten op de achtergrond slicen om tijd te "
|
||||||
"te besparen bij het exporteren van de G-code."
|
"besparen bij het exporteren van de G-code."
|
||||||
|
|
||||||
#: src/slic3r/GUI/Preferences.cpp:256
|
#: src/slic3r/GUI/Preferences.cpp:256
|
||||||
msgid "Alert when supports needed"
|
msgid "Alert when supports needed"
|
||||||
@@ -9423,7 +9475,11 @@ msgstr "Bewerk preset"
|
|||||||
msgid "Change extruder color"
|
msgid "Change extruder color"
|
||||||
msgstr "Verander extruderkleur"
|
msgstr "Verander extruderkleur"
|
||||||
|
|
||||||
#: src/slic3r/GUI/PresetComboBoxes.cpp:767 src/slic3r/GUI/Tab.cpp:3503
|
#: src/slic3r/GUI/PresetComboBoxes.cpp:787
|
||||||
|
msgid "Show/Hide template presets"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/PresetComboBoxes.cpp:795 src/slic3r/GUI/Tab.cpp:3520
|
||||||
msgid "Edit physical printer"
|
msgid "Edit physical printer"
|
||||||
msgstr "Bewerk fysieke printer"
|
msgstr "Bewerk fysieke printer"
|
||||||
|
|
||||||
@@ -9783,10 +9839,6 @@ msgstr ""
|
|||||||
msgid "Save printer settings as"
|
msgid "Save printer settings as"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/slic3r/GUI/SavePresetDialog.cpp:169
|
|
||||||
msgid "The following characters are not allowed in the name"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/slic3r/GUI/SavePresetDialog.cpp:176
|
#: src/slic3r/GUI/SavePresetDialog.cpp:176
|
||||||
msgid "The following suffix is not allowed in the name"
|
msgid "The following suffix is not allowed in the name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -11897,14 +11949,13 @@ msgid ""
|
|||||||
"Could not detect system SSL certificate store. QIDISlicer will be unable to "
|
"Could not detect system SSL certificate store. QIDISlicer will be unable to "
|
||||||
"establish secure network connections."
|
"establish secure network connections."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Kan geen systeem SSL certicate store detecteren. QIDISlicer is niet in "
|
"Kan geen systeem SSL certicate store detecteren. QIDISlicer is niet in staat "
|
||||||
"staat om een veilige netwerkverbinding in te stellen."
|
"om een veilige netwerkverbinding in te stellen."
|
||||||
|
|
||||||
#: src/slic3r/Utils/Http.cpp:78
|
#: src/slic3r/Utils/Http.cpp:78
|
||||||
#, boost-format
|
#, boost-format
|
||||||
msgid "QIDISlicer detected system SSL certificate store in: %1%"
|
msgid "QIDISlicer detected system SSL certificate store in: %1%"
|
||||||
msgstr ""
|
msgstr "QIDISlicer heeft een system SSL certificate store gedetecteerd in: %1%"
|
||||||
"QIDISlicer heeft een system SSL certificate store gedetecteerd in: %1%"
|
|
||||||
|
|
||||||
#: src/slic3r/Utils/Http.cpp:82
|
#: src/slic3r/Utils/Http.cpp:82
|
||||||
#, boost-format
|
#, boost-format
|
||||||
@@ -12827,8 +12878,8 @@ msgid ""
|
|||||||
"Slic3r can upload G-code files to a printer host. This field should contain "
|
"Slic3r can upload G-code files to a printer host. This field should contain "
|
||||||
"the API Key or the password required for authentication."
|
"the API Key or the password required for authentication."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"QIDISlicer kan .gcode-bestanden naar een printerhost uploaden. Dit veld "
|
"QIDISlicer kan .gcode-bestanden naar een printerhost uploaden. Dit veld moet "
|
||||||
"moet de API-key of het wachtwoord voor authenticatie bevatten."
|
"de API-key of het wachtwoord voor authenticatie bevatten."
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:333
|
#: src/libslic3r/PrintConfig.cpp:333
|
||||||
msgid "Name of the printer"
|
msgid "Name of the printer"
|
||||||
@@ -13256,8 +13307,8 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Als meerdere objecten geprint worden, zorgt deze optie dat de objecten "
|
"Als meerdere objecten geprint worden, zorgt deze optie dat de objecten "
|
||||||
"afzonderlijk voltooid worden voordat bewogen wordt naar de volgende. "
|
"afzonderlijk voltooid worden voordat bewogen wordt naar de volgende. "
|
||||||
"QIDISlicer voorkomt botsingen van de extruder tegen eerder geprinte "
|
"QIDISlicer voorkomt botsingen van de extruder tegen eerder geprinte objecten "
|
||||||
"objecten en zal u daar ook voor waarschuwen, maar blijf wel alert."
|
"en zal u daar ook voor waarschuwen, maar blijf wel alert."
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:714
|
#: src/libslic3r/PrintConfig.cpp:714
|
||||||
msgid "Enable auto cooling"
|
msgid "Enable auto cooling"
|
||||||
@@ -14085,10 +14136,11 @@ msgid ""
|
|||||||
"maximum allowed speed at layer \"disable_fan_first_layers\" + 1."
|
"maximum allowed speed at layer \"disable_fan_first_layers\" + 1."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"De ventilatorsnelheid wordt geleidelijk opgebouwd van 0 op laag "
|
"De ventilatorsnelheid wordt geleidelijk opgebouwd van 0 op laag "
|
||||||
"\"disable_fan_first_layers\" naar het maximale op laag \"full_fan_speed_layer"
|
"\"disable_fan_first_layers\" naar het maximale op laag "
|
||||||
"\". \"full_fan_speed_layer\" wordt genegeerd als die lager is dan "
|
"\"full_fan_speed_layer\". \"full_fan_speed_layer\" wordt genegeerd als die "
|
||||||
"\"disable_fan_first_layers\" in welk geval de ventilator zal draaien op de "
|
"lager is dan \"disable_fan_first_layers\" in welk geval de ventilator zal "
|
||||||
"maximaal toegestane snelheid op laag \"disable_fan_first_layers\" + 1."
|
"draaien op de maximaal toegestane snelheid op laag "
|
||||||
|
"\"disable_fan_first_layers\" + 1."
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:1343
|
#: src/libslic3r/PrintConfig.cpp:1343
|
||||||
msgid "Fuzzy skin type."
|
msgid "Fuzzy skin type."
|
||||||
@@ -14785,8 +14837,7 @@ msgstr "Minimale printsnelheid"
|
|||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:1916
|
#: src/libslic3r/PrintConfig.cpp:1916
|
||||||
msgid "Slic3r will not scale speed down below this speed."
|
msgid "Slic3r will not scale speed down below this speed."
|
||||||
msgstr ""
|
msgstr "QIDISlicer zal de printsnelheid niet verlagen tot onder deze snelheid."
|
||||||
"QIDISlicer zal de printsnelheid niet verlagen tot onder deze snelheid."
|
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:1923
|
#: src/libslic3r/PrintConfig.cpp:1923
|
||||||
msgid "Minimal filament extrusion length"
|
msgid "Minimal filament extrusion length"
|
||||||
@@ -14828,8 +14879,8 @@ msgid ""
|
|||||||
"Slic3r can upload G-code files to a printer host. This field must contain "
|
"Slic3r can upload G-code files to a printer host. This field must contain "
|
||||||
"the kind of the host."
|
"the kind of the host."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"QIDISlicer kan .gcode-bestanden uploaden naar een printerhost. Dit veld "
|
"QIDISlicer kan .gcode-bestanden uploaden naar een printerhost. Dit veld moet "
|
||||||
"moet het type host bevatten."
|
"het type host bevatten."
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:1968
|
#: src/libslic3r/PrintConfig.cpp:1968
|
||||||
msgid "Only retract when crossing perimeters"
|
msgid "Only retract when crossing perimeters"
|
||||||
@@ -14859,12 +14910,12 @@ msgid ""
|
|||||||
"You can use all configuration options as variables inside this template. For "
|
"You can use all configuration options as variables inside this template. For "
|
||||||
"example: [layer_height], [fill_density] etc. You can also use [timestamp], "
|
"example: [layer_height], [fill_density] etc. You can also use [timestamp], "
|
||||||
"[year], [month], [day], [hour], [minute], [second], [version], "
|
"[year], [month], [day], [hour], [minute], [second], [version], "
|
||||||
"[input_filename], [input_filename_base]."
|
"[input_filename], [input_filename_base], [default_output_extension]."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"U kunt alle instellingen gebruiken in deze template. U kunt hier ook andere "
|
"U kunt alle instellingen gebruiken in deze template. U kunt hier ook andere "
|
||||||
"variabelen gebruiken, zoals 'layer_height', 'fill_density', 'timestamp', "
|
"variabelen gebruiken, zoals 'layer_height', 'fill_density', 'timestamp', "
|
||||||
"'year', 'month', 'day', 'hour', 'minute', 'second', 'version', "
|
"'year', 'month', 'day', 'hour', 'minute', 'second', 'version', "
|
||||||
"'input_filename', 'input_filename_base', etc."
|
"'input_filename', 'input_filename_base', 'default_output_extension', etc."
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:1992
|
#: src/libslic3r/PrintConfig.cpp:1992
|
||||||
msgid "Detect bridging perimeters"
|
msgid "Detect bridging perimeters"
|
||||||
@@ -16135,11 +16186,11 @@ msgid ""
|
|||||||
"behaviour both before and after the toolchange."
|
"behaviour both before and after the toolchange."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Deze custom code wordt ingevoegd voor elke toolwisseling. Variabelen voor "
|
"Deze custom code wordt ingevoegd voor elke toolwisseling. Variabelen voor "
|
||||||
"alle QIDISlicer-instellingen kunnen gebruikt worden, evenals "
|
"alle QIDISlicer-instellingen kunnen gebruikt worden, evenals {toolchange_z}, "
|
||||||
"{toolchange_z}, {previous_extruder} en {next_extruder}. Als een "
|
"{previous_extruder} en {next_extruder}. Als een toolwisseling-commando is "
|
||||||
"toolwisseling-commando is toegevoegd die wisselt naar dezelfde extruder "
|
"toegevoegd die wisselt naar dezelfde extruder (zoals T{next_extruder}), zal "
|
||||||
"(zoals T{next_extruder}), zal QIDISlicer deze verder negeren. Het is daarom "
|
"QIDISlicer deze verder negeren. Het is daarom mogelijk om een custom script "
|
||||||
"mogelijk om een custom script toe te passen voor en na de toolwisseling."
|
"toe te passen voor en na de toolwisseling."
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:3035
|
#: src/libslic3r/PrintConfig.cpp:3035
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -16410,6 +16461,16 @@ msgid "Maximal distance between supports on sparse infill sections."
|
|||||||
msgstr "Maximale afstand tussen support op dunne vullingsdelen."
|
msgstr "Maximale afstand tussen support op dunne vullingsdelen."
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:3239
|
#: src/libslic3r/PrintConfig.cpp:3239
|
||||||
|
msgid "Wipe tower extruder"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/libslic3r/PrintConfig.cpp:3241
|
||||||
|
msgid ""
|
||||||
|
"The extruder to use when printing perimeter of the wipe tower. Set to 0 to "
|
||||||
|
"use the one that is available (non-soluble would be preferred)."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/libslic3r/PrintConfig.cpp:3260
|
||||||
msgid "XY Size Compensation"
|
msgid "XY Size Compensation"
|
||||||
msgstr "Compensatie voor X- en Y-grootte"
|
msgstr "Compensatie voor X- en Y-grootte"
|
||||||
|
|
||||||
@@ -17522,16 +17583,15 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:4836
|
#: src/libslic3r/PrintConfig.cpp:4836
|
||||||
msgid ""
|
msgid ""
|
||||||
"This version of QIDISlicer may not understand configurations produced by "
|
"This version of QIDISlicer may not understand configurations produced by the "
|
||||||
"the newest QIDISlicer versions. For example, newer QIDISlicer may extend "
|
"newest QIDISlicer versions. For example, newer QIDISlicer may extend the "
|
||||||
"the list of supported firmware flavors. One may decide to bail out or to "
|
"list of supported firmware flavors. One may decide to bail out or to "
|
||||||
"substitute an unknown value with a default silently or verbosely."
|
"substitute an unknown value with a default silently or verbosely."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Deze versie van QIDISlicer snapt configuraties geproduceerd door nieuwere "
|
"Deze versie van QIDISlicer snapt configuraties geproduceerd door nieuwere "
|
||||||
"versie van QIDISlicer niet. Ter illustratie: nieuwere versies van "
|
"versie van QIDISlicer niet. Ter illustratie: nieuwere versies van QIDISlicer "
|
||||||
"QIDISlicer ondersteunen meer firmwarevarianten. Besloten kan worden om een "
|
"ondersteunen meer firmwarevarianten. Besloten kan worden om een onbekende "
|
||||||
"onbekende waarde zonder melding of woordelijk te vervangen door een "
|
"waarde zonder melding of woordelijk te vervangen door een standaardwaarde."
|
||||||
"standaardwaarde."
|
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:4840
|
#: src/libslic3r/PrintConfig.cpp:4840
|
||||||
msgid "Bail out on unknown configuration values"
|
msgid "Bail out on unknown configuration values"
|
||||||
@@ -17584,12 +17644,12 @@ msgstr "Enkele instantiemodus"
|
|||||||
#: src/libslic3r/PrintConfig.cpp:4857
|
#: src/libslic3r/PrintConfig.cpp:4857
|
||||||
msgid ""
|
msgid ""
|
||||||
"If enabled, the command line arguments are sent to an existing instance of "
|
"If enabled, the command line arguments are sent to an existing instance of "
|
||||||
"GUI QIDISlicer, or an existing QIDISlicer window is activated. Overrides "
|
"GUI QIDISlicer, or an existing QIDISlicer window is activated. Overrides the "
|
||||||
"the \"single_instance\" configuration value from application preferences."
|
"\"single_instance\" configuration value from application preferences."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Als dit is ingeschakeld worden de commando-argumenten naar een bestaande "
|
"Als dit is ingeschakeld worden de commando-argumenten naar een bestaande "
|
||||||
"instantie van de QIDISlicer GUI of een geopend QIDISlicer venster "
|
"instantie van de QIDISlicer GUI of een geopend QIDISlicer venster gestuurd. "
|
||||||
"gestuurd. Dit overschrijft de \"enkele instantie\"-configuratiewaarde van de "
|
"Dit overschrijft de \"enkele instantie\"-configuratiewaarde van de "
|
||||||
"programmavoorkeuren."
|
"programmavoorkeuren."
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:4862
|
#: src/libslic3r/PrintConfig.cpp:4862
|
||||||
@@ -17748,8 +17808,9 @@ msgstr ""
|
|||||||
#: resources/data/hints.ini: [hint:Hiding sidebar]
|
#: resources/data/hints.ini: [hint:Hiding sidebar]
|
||||||
msgid ""
|
msgid ""
|
||||||
"Hiding sidebar\n"
|
"Hiding sidebar\n"
|
||||||
"Did you know that you can hide the right sidebar using the shortcut <b>Shift"
|
"Did you know that you can hide the right sidebar using the shortcut "
|
||||||
"+Tab</b>? You can also enable the icon for this from the<a>Preferences</a>."
|
"<b>Shift+Tab</b>? You can also enable the icon for this from "
|
||||||
|
"the<a>Preferences</a>."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Verberg zijbalk\n"
|
"Verberg zijbalk\n"
|
||||||
"Wist u dat u de rechter zijbalk kan verbergen met de sneltoets <b>Shift+Tab</"
|
"Wist u dat u de rechter zijbalk kan verbergen met de sneltoets <b>Shift+Tab</"
|
||||||
@@ -17865,8 +17926,8 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Zoekfuncties\n"
|
"Zoekfuncties\n"
|
||||||
"Wist u dat u de <a>Zoekfunctie</a> kunt gebruiken om snel een specifieke "
|
"Wist u dat u de <a>Zoekfunctie</a> kunt gebruiken om snel een specifieke "
|
||||||
"instelling in QIDISlicer te vinden? Of gebruik de bekende sneltoets <b>Ctrl"
|
"instelling in QIDISlicer te vinden? Of gebruik de bekende sneltoets "
|
||||||
"+F</b>."
|
"<b>Ctrl+F</b>."
|
||||||
|
|
||||||
#: resources/data/hints.ini: [hint:Box selection]
|
#: resources/data/hints.ini: [hint:Box selection]
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -22273,10 +22334,6 @@ msgstr "Japanse Briefkaart 100 x 148 mm"
|
|||||||
msgid "Japanese Postcard Rotated 148 x 100 mm"
|
msgid "Japanese Postcard Rotated 148 x 100 mm"
|
||||||
msgstr "Japanse Breifkaart Gedraaid 148 x 100 mm"
|
msgstr "Japanse Breifkaart Gedraaid 148 x 100 mm"
|
||||||
|
|
||||||
#: ../src/common/stockitem.cpp:169
|
|
||||||
msgid "Jump to"
|
|
||||||
msgstr "Spring naar"
|
|
||||||
|
|
||||||
#: ../src/common/stockitem.cpp:171
|
#: ../src/common/stockitem.cpp:171
|
||||||
msgid "Justified"
|
msgid "Justified"
|
||||||
msgstr "Uitgevuld"
|
msgstr "Uitgevuld"
|
||||||
@@ -24939,8 +24996,8 @@ msgid ""
|
|||||||
"Type operation \"%s\" failed: Property labeled \"%s\" is of type \"%s\", NOT "
|
"Type operation \"%s\" failed: Property labeled \"%s\" is of type \"%s\", NOT "
|
||||||
"\"%s\"."
|
"\"%s\"."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Type handeling \"%s\" mislukt: Eigenschap met label \"%s\" is van type \"%s"
|
"Type handeling \"%s\" mislukt: Eigenschap met label \"%s\" is van type "
|
||||||
"\", NIET \"%s\"."
|
"\"%s\", NIET \"%s\"."
|
||||||
|
|
||||||
#: ../src/common/paper.cpp:133
|
#: ../src/common/paper.cpp:133
|
||||||
msgid "US Std Fanfold, 14 7/8 x 11 in"
|
msgid "US Std Fanfold, 14 7/8 x 11 in"
|
||||||
|
|||||||
@@ -1,13 +1,18 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Project-Id-Version: \n"
|
||||||
|
"POT-Creation-Date: \n"
|
||||||
|
"PO-Revision-Date: \n"
|
||||||
|
"Last-Translator: \n"
|
||||||
|
"Language-Team: \n"
|
||||||
"Language: pl\n"
|
"Language: pl\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=4; plural=(n == 1) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n"
|
"Plural-Forms: nplurals=4; plural=(n == 1) ? 0 : ((n%10 >= 2 && n%10 <=4 && "
|
||||||
"%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || n%10 == 1 || (n%10 >= 5 && n"
|
"(n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || n%10 == 1 || (n%10 >= 5 && "
|
||||||
"%10 <=9)) || (n%100 >= 12 && n%100 <= 14)) ? 2 : 3);\n"
|
"n%10 <=9)) || (n%100 >= 12 && n%100 <= 14)) ? 2 : 3);\n"
|
||||||
"X-Generator: QIDIlator\n"
|
"X-Generator: Poedit 3.3.2\n"
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:503 src/libslic3r/PrintConfig.cpp:594
|
#: src/libslic3r/PrintConfig.cpp:503 src/libslic3r/PrintConfig.cpp:594
|
||||||
#: src/libslic3r/PrintConfig.cpp:603 src/libslic3r/PrintConfig.cpp:612
|
#: src/libslic3r/PrintConfig.cpp:603 src/libslic3r/PrintConfig.cpp:612
|
||||||
@@ -64,7 +69,7 @@ msgstr[1] "%1$d odwróconych krawędzi"
|
|||||||
msgstr[2] "%1$d odwróconych krawędzi"
|
msgstr[2] "%1$d odwróconych krawędzi"
|
||||||
msgstr[3] "%1$d odwróconych krawędzi"
|
msgstr[3] "%1$d odwróconych krawędzi"
|
||||||
|
|
||||||
#: src/slic3r/GUI/Gizmos/GLGizmoCut.cpp:2197
|
#: src/slic3r/GUI/Gizmos/GLGizmoCut.cpp:2196
|
||||||
#, c-format, boost-format
|
#, c-format, boost-format
|
||||||
msgid "%1$d connector is out of cut contour"
|
msgid "%1$d connector is out of cut contour"
|
||||||
msgid_plural "%1$d connectors are out of cut contour"
|
msgid_plural "%1$d connectors are out of cut contour"
|
||||||
@@ -72,9 +77,8 @@ msgstr[0] "%1$d łącznik poza konturem"
|
|||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
msgstr[2] ""
|
msgstr[2] ""
|
||||||
msgstr[3] "%1$d łączniki poza konturem"
|
msgstr[3] "%1$d łączniki poza konturem"
|
||||||
msgstr[4] ""
|
|
||||||
|
|
||||||
#: src/slic3r/GUI/Gizmos/GLGizmoCut.cpp:2200
|
#: src/slic3r/GUI/Gizmos/GLGizmoCut.cpp:2199
|
||||||
#, c-format, boost-format
|
#, c-format, boost-format
|
||||||
msgid "%1$d connector is out of object"
|
msgid "%1$d connector is out of object"
|
||||||
msgid_plural "%1$d connectors are out of object"
|
msgid_plural "%1$d connectors are out of object"
|
||||||
@@ -82,7 +86,6 @@ msgstr[0] "%1$d łącznik poza obiektem"
|
|||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
msgstr[2] ""
|
msgstr[2] ""
|
||||||
msgstr[3] "%1$d łączniki poza obiektem"
|
msgstr[3] "%1$d łączniki poza obiektem"
|
||||||
msgstr[4] ""
|
|
||||||
|
|
||||||
#: src/slic3r/GUI/GUI_ObjectList.cpp:459
|
#: src/slic3r/GUI/GUI_ObjectList.cpp:459
|
||||||
#, c-format, boost-format
|
#, c-format, boost-format
|
||||||
@@ -128,7 +131,6 @@ msgstr[0] "%1$d obiekt został załadowany jako część przeciętego obiektu"
|
|||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
msgstr[2] ""
|
msgstr[2] ""
|
||||||
msgstr[3] "%1$d obiektów zostały załadowanych jako część przeciętego obiektu"
|
msgstr[3] "%1$d obiektów zostały załadowanych jako część przeciętego obiektu"
|
||||||
msgstr[4] ""
|
|
||||||
|
|
||||||
#: src/slic3r/GUI/NotificationManager.cpp:1649
|
#: src/slic3r/GUI/NotificationManager.cpp:1649
|
||||||
#, c-format, boost-format
|
#, c-format, boost-format
|
||||||
@@ -613,9 +615,9 @@ msgid ""
|
|||||||
"keeps adding perimeters, until more than 70% of the loop immediately above "
|
"keeps adding perimeters, until more than 70% of the loop immediately above "
|
||||||
"is supported."
|
"is supported."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Dodaj więcej obrysów, aby uniknąć przerw przy pochyłych ścianach. "
|
"Dodaj więcej obrysów, aby uniknąć przerw przy pochyłych ścianach. QIDISlicer "
|
||||||
"QIDISlicer będzie dodawał tyle obrysów, ile jest potrzebne aby podeprzeć co "
|
"będzie dodawał tyle obrysów, ile jest potrzebne aby podeprzeć co najmniej "
|
||||||
"najmniej 70% grubości ściany kolejnej warstwy."
|
"70% grubości ściany kolejnej warstwy."
|
||||||
|
|
||||||
#: src/slic3r/GUI/GUI_Factories.cpp:170
|
#: src/slic3r/GUI/GUI_Factories.cpp:170
|
||||||
msgid "Add negative text"
|
msgid "Add negative text"
|
||||||
@@ -1370,8 +1372,8 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/slic3r/GUI/OpenGLManager.cpp:390
|
#: src/slic3r/GUI/OpenGLManager.cpp:390
|
||||||
msgid ""
|
msgid ""
|
||||||
"As a workaround, you may run QIDISlicer with a software rendered 3D "
|
"As a workaround, you may run QIDISlicer with a software rendered 3D graphics "
|
||||||
"graphics by running qidi-slicer.exe with the --sw-renderer parameter."
|
"by running qidi-slicer.exe with the --sw-renderer parameter."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Jako obejście problemu, można uruchomić QIDISlicer z programowo renderowaną "
|
"Jako obejście problemu, można uruchomić QIDISlicer z programowo renderowaną "
|
||||||
"grafiką 3D poprzez uruchomienie qidi-slicer.exe z parametrem --sw-renderer."
|
"grafiką 3D poprzez uruchomienie qidi-slicer.exe z parametrem --sw-renderer."
|
||||||
@@ -1633,7 +1635,11 @@ msgstr ""
|
|||||||
"Temperatura stołu dla warstw powyżej pierwszej. Ustaw 0, aby wyłączyć "
|
"Temperatura stołu dla warstw powyżej pierwszej. Ustaw 0, aby wyłączyć "
|
||||||
"kontrolowanie temperatury w pliku wyjściowym."
|
"kontrolowanie temperatury w pliku wyjściowym."
|
||||||
|
|
||||||
#: src/slic3r/GUI/Tab.cpp:2569 src/libslic3r/GCode.cpp:768
|
#: src/slic3r/GUI/Plater.cpp:3229
|
||||||
|
msgid "Bed temperatures for the used filaments differ significantly."
|
||||||
|
msgstr "Temperatury stołu dla używanych filamentów znacznie się różnią."
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Tab.cpp:2586 src/libslic3r/GCode.cpp:768
|
||||||
#: src/libslic3r/PrintConfig.cpp:442
|
#: src/libslic3r/PrintConfig.cpp:442
|
||||||
msgid "Before layer change G-code"
|
msgid "Before layer change G-code"
|
||||||
msgstr "G-code wykonywany przed zmianą warstwy"
|
msgstr "G-code wykonywany przed zmianą warstwy"
|
||||||
@@ -1739,9 +1745,9 @@ msgid ""
|
|||||||
"also box-deselect objects with <b>Alt+Mouse drag</b>."
|
"also box-deselect objects with <b>Alt+Mouse drag</b>."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Zaznaczanie prostokątem\n"
|
"Zaznaczanie prostokątem\n"
|
||||||
"Czy wiesz, że możesz zaznaczyć prostokątem za pomocą kombinacji Shift"
|
"Czy wiesz, że możesz zaznaczyć prostokątem za pomocą kombinacji "
|
||||||
"+przeciągnięcie myszki? Możesz również usuwać zaznaczenie obiektów za pomocą "
|
"Shift+przeciągnięcie myszki? Możesz również usuwać zaznaczenie obiektów za "
|
||||||
"<b>Alt+przeciągnięcie myszki</b>."
|
"pomocą <b>Alt+przeciągnięcie myszki</b>."
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:2969
|
#: src/libslic3r/PrintConfig.cpp:2969
|
||||||
msgid "Branch Density"
|
msgid "Branch Density"
|
||||||
@@ -2691,6 +2697,16 @@ msgstr "Potwierdzenie"
|
|||||||
msgid "Confirm connectors"
|
msgid "Confirm connectors"
|
||||||
msgstr "Potwierdź łączniki"
|
msgstr "Potwierdź łączniki"
|
||||||
|
|
||||||
|
#. TRN %3% is name of Object1, %4% is name of Object2
|
||||||
|
#: src/slic3r/GUI/GLCanvas3D.cpp:7496
|
||||||
|
#, boost-format
|
||||||
|
msgid ""
|
||||||
|
"Conflicts in G-code paths have been detected at layer %1%, z=%2$.2f mm. "
|
||||||
|
"Please reposition the conflicting objects (%3% <-> %4%) further apart."
|
||||||
|
msgstr ""
|
||||||
|
"Wykryto konflikty w ścieżkach G-code na warstwie %1%, z=%2$.2f mm. Odsuń "
|
||||||
|
"obiekty powodujące konflikt (%3% <-> %4%) dalej od siebie."
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:1492
|
#: src/libslic3r/PrintConfig.cpp:1492
|
||||||
msgid ""
|
msgid ""
|
||||||
"Connect an infill line to an internal perimeter with a short segment of an "
|
"Connect an infill line to an internal perimeter with a short segment of an "
|
||||||
@@ -2705,13 +2721,13 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Łączenie wypełnienia z wewnętrznym obrysem przez dodanie krótkiego segmentu "
|
"Łączenie wypełnienia z wewnętrznym obrysem przez dodanie krótkiego segmentu "
|
||||||
"obrysu. Jeśli wyrażone w procentach (np. 15%), zostanie obliczone z "
|
"obrysu. Jeśli wyrażone w procentach (np. 15%), zostanie obliczone z "
|
||||||
"szerokości ścieżki wypełnienia. QIDISlicer spróbuje połączyć dwie "
|
"szerokości ścieżki wypełnienia. QIDISlicer spróbuje połączyć dwie najbliższe "
|
||||||
"najbliższe linie wypełnienia krótkim segmentem obrysu. Jeśli nie zostanie "
|
"linie wypełnienia krótkim segmentem obrysu. Jeśli nie zostanie znaleziony "
|
||||||
"znaleziony segment krótszy, niż parametr infill_anchor_max, linia "
|
"segment krótszy, niż parametr infill_anchor_max, linia wypełnienia zostanie "
|
||||||
"wypełnienia zostanie dołączona do segmentu obrysu tylko z jednej strony, a "
|
"dołączona do segmentu obrysu tylko z jednej strony, a długość segmentu "
|
||||||
"długość segmentu będzie ograniczona do wartości tego parametru, ale nie "
|
"będzie ograniczona do wartości tego parametru, ale nie dłuższa niż "
|
||||||
"dłuższa niż anchor_length_max. Ustaw zero, aby wyłączyć kotwiczenie obrysów "
|
"anchor_length_max. Ustaw zero, aby wyłączyć kotwiczenie obrysów do "
|
||||||
"do pojedynczej linii wypełnienia."
|
"pojedynczej linii wypełnienia."
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:1515
|
#: src/libslic3r/PrintConfig.cpp:1515
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -2726,12 +2742,12 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Łączenie wypełnienia z wewnętrznym obrysem przez dodanie krótkiego segmentu "
|
"Łączenie wypełnienia z wewnętrznym obrysem przez dodanie krótkiego segmentu "
|
||||||
"obrysu. Jeśli wyrażone w procentach (np. 15%), zostanie obliczone z "
|
"obrysu. Jeśli wyrażone w procentach (np. 15%), zostanie obliczone z "
|
||||||
"szerokości ścieżki wypełnienia. QIDISlicer spróbuje połączyć dwie "
|
"szerokości ścieżki wypełnienia. QIDISlicer spróbuje połączyć dwie najbliższe "
|
||||||
"najbliższe linie wypełnienia krótkim segmentem obrysu. Jeśli nie zostanie "
|
"linie wypełnienia krótkim segmentem obrysu. Jeśli nie zostanie znaleziony "
|
||||||
"znaleziony segment krótszy, niż ten parametr, linia wypełnienia zostanie "
|
"segment krótszy, niż ten parametr, linia wypełnienia zostanie dołączona do "
|
||||||
"dołączona do segmentu obrysu tylko z jednej strony, a długość segmentu "
|
"segmentu obrysu tylko z jednej strony, a długość segmentu będzie ograniczona "
|
||||||
"będzie ograniczona do wartości parametru infill_anchor, ale nie dłuższa niż "
|
"do wartości parametru infill_anchor, ale nie dłuższa niż ten parametr. Ustaw "
|
||||||
"ten parametr. Ustaw zero, aby wyłączyć kotwiczenie."
|
"zero, aby wyłączyć kotwiczenie."
|
||||||
|
|
||||||
#: src/slic3r/GUI/Tab.cpp:5133
|
#: src/slic3r/GUI/Tab.cpp:5133
|
||||||
msgid "Connection of the support sticks and junctions"
|
msgid "Connection of the support sticks and junctions"
|
||||||
@@ -3083,10 +3099,10 @@ msgid ""
|
|||||||
"triangle mesh slicing. The gap closing operation may reduce the final print "
|
"triangle mesh slicing. The gap closing operation may reduce the final print "
|
||||||
"resolution, therefore it is advisable to keep the value reasonably low."
|
"resolution, therefore it is advisable to keep the value reasonably low."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Szpary mniejsze niż dwukrotność wartości parametru \"promień zamykania szpar"
|
"Szpary mniejsze niż dwukrotność wartości parametru \"promień zamykania "
|
||||||
"\" zostaną zamknięte przy cięciu. Operacja zamykania szpar może zmniejszyć "
|
"szpar\" zostaną zamknięte przy cięciu. Operacja zamykania szpar może "
|
||||||
"finalną rozdzielczość wydruku, więc zalecane jest ustawienie tej wartości na "
|
"zmniejszyć finalną rozdzielczość wydruku, więc zalecane jest ustawienie tej "
|
||||||
"rozsądnie niskim poziomie."
|
"wartości na rozsądnie niskim poziomie."
|
||||||
|
|
||||||
#: src/libslic3r/miniz_extension.cpp:113
|
#: src/libslic3r/miniz_extension.cpp:113
|
||||||
msgid "CRC-32 check failed"
|
msgid "CRC-32 check failed"
|
||||||
@@ -3141,6 +3157,12 @@ msgstr ""
|
|||||||
"Niepowodzenie inicjalizacji CURL. QIDISlicer nie będzie w stanie nawiązać "
|
"Niepowodzenie inicjalizacji CURL. QIDISlicer nie będzie w stanie nawiązać "
|
||||||
"połączenia przez sieć. Szczegóły w logach."
|
"połączenia przez sieć. Szczegóły w logach."
|
||||||
|
|
||||||
|
#. TRN Means "current color"
|
||||||
|
#: src/slic3r/GUI/Gizmos/GLGizmoMmuSegmentation.cpp:340
|
||||||
|
#: src/slic3r/GUI/Gizmos/GLGizmoMmuSegmentation.cpp:356
|
||||||
|
msgid "Current"
|
||||||
|
msgstr "Obecny"
|
||||||
|
|
||||||
#: src/slic3r/GUI/wxExtensions.cpp:629
|
#: src/slic3r/GUI/wxExtensions.cpp:629
|
||||||
#, c-format, boost-format
|
#, c-format, boost-format
|
||||||
msgid "Current mode is %s"
|
msgid "Current mode is %s"
|
||||||
@@ -5241,10 +5263,11 @@ msgid ""
|
|||||||
"maximum allowed speed at layer \"disable_fan_first_layers\" + 1."
|
"maximum allowed speed at layer \"disable_fan_first_layers\" + 1."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Prędkość wentylatora będzie podnoszona liniowo od zera na warstwie "
|
"Prędkość wentylatora będzie podnoszona liniowo od zera na warstwie "
|
||||||
"\"disable_fan_first_layers\" do maksimum na warstwie \"full_fan_speed_layer"
|
"\"disable_fan_first_layers\" do maksimum na warstwie "
|
||||||
"\". Parametr \"full_fan_speed_layer\" będzie ignorowany, jeśli jest niższy "
|
"\"full_fan_speed_layer\". Parametr \"full_fan_speed_layer\" będzie "
|
||||||
"niż \"disable_fan_first_layers\" i w takim przypadku będzie pracować z "
|
"ignorowany, jeśli jest niższy niż \"disable_fan_first_layers\" i w takim "
|
||||||
"najwyższą dozwoloną prędkością na warstwie \"disable_fan_first_layers\" +1."
|
"przypadku będzie pracować z najwyższą dozwoloną prędkością na warstwie "
|
||||||
|
"\"disable_fan_first_layers\" +1."
|
||||||
|
|
||||||
#: src/slic3r/GUI/PresetHints.cpp:57
|
#: src/slic3r/GUI/PresetHints.cpp:57
|
||||||
#, boost-format
|
#, boost-format
|
||||||
@@ -6334,8 +6357,9 @@ msgstr "Ukryj linijkę"
|
|||||||
#: resources/data/hints.ini: [hint:Hiding sidebar]
|
#: resources/data/hints.ini: [hint:Hiding sidebar]
|
||||||
msgid ""
|
msgid ""
|
||||||
"Hiding sidebar\n"
|
"Hiding sidebar\n"
|
||||||
"Did you know that you can hide the right sidebar using the shortcut <b>Shift"
|
"Did you know that you can hide the right sidebar using the shortcut "
|
||||||
"+Tab</b>? You can also enable the icon for this from the<a>Preferences</a>."
|
"<b>Shift+Tab</b>? You can also enable the icon for this from "
|
||||||
|
"the<a>Preferences</a>."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Ukrywanie paska bocznego\n"
|
"Ukrywanie paska bocznego\n"
|
||||||
"Czy wiesz, że możesz ukryć prawy pasek używając skrótu <b>Shift+Tab</b>? "
|
"Czy wiesz, że możesz ukryć prawy pasek używając skrótu <b>Shift+Tab</b>? "
|
||||||
@@ -6639,8 +6663,7 @@ msgstr ""
|
|||||||
#: src/slic3r/GUI/Preferences.cpp:578
|
#: src/slic3r/GUI/Preferences.cpp:578
|
||||||
msgid "If enabled, QIDISlicer will be allowed to download from Printables.com"
|
msgid "If enabled, QIDISlicer will be allowed to download from Printables.com"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Jeśli włączone, QIDISlicer dostanie pozwolenie na pobieranie z Printables."
|
"Jeśli włączone, QIDISlicer dostanie pozwolenie na pobieranie z Printables.com"
|
||||||
"com"
|
|
||||||
|
|
||||||
#: src/slic3r/GUI/Preferences.cpp:383
|
#: src/slic3r/GUI/Preferences.cpp:383
|
||||||
msgid "If enabled, QIDISlicer will be open at the position it was closed"
|
msgid "If enabled, QIDISlicer will be open at the position it was closed"
|
||||||
@@ -6770,8 +6793,8 @@ msgstr ""
|
|||||||
#: src/libslic3r/PrintConfig.cpp:4857
|
#: src/libslic3r/PrintConfig.cpp:4857
|
||||||
msgid ""
|
msgid ""
|
||||||
"If enabled, the command line arguments are sent to an existing instance of "
|
"If enabled, the command line arguments are sent to an existing instance of "
|
||||||
"GUI QIDISlicer, or an existing QIDISlicer window is activated. Overrides "
|
"GUI QIDISlicer, or an existing QIDISlicer window is activated. Overrides the "
|
||||||
"the \"single_instance\" configuration value from application preferences."
|
"\"single_instance\" configuration value from application preferences."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Jeśli włączone, argumenty linii komend zostaną wysłane do istniejącego GUI "
|
"Jeśli włączone, argumenty linii komend zostaną wysłane do istniejącego GUI "
|
||||||
"QIDISlicer lub aktywnego okna QIDISlicer. Nadpisuje parametr konfiguracji "
|
"QIDISlicer lub aktywnego okna QIDISlicer. Nadpisuje parametr konfiguracji "
|
||||||
@@ -6960,10 +6983,10 @@ msgid ""
|
|||||||
"such issues are floating object parts, unsupported extrusions and low bed "
|
"such issues are floating object parts, unsupported extrusions and low bed "
|
||||||
"adhesion."
|
"adhesion."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Jeśli włączone, QIDISlicer będzie zgłaszał ostrzeżenia, gdy wykryje "
|
"Jeśli włączone, QIDISlicer będzie zgłaszał ostrzeżenia, gdy wykryje problemy "
|
||||||
"problemy w pociętym obiekcie, które mogą być rozwiązane za pomocą podpór (i "
|
"w pociętym obiekcie, które mogą być rozwiązane za pomocą podpór (i brimu). "
|
||||||
"brimu). Przykładami takich problemów są pływające części obiektu, "
|
"Przykładami takich problemów są pływające części obiektu, niepodparte "
|
||||||
"niepodparte ekstruzje i niska przyczepność do stołu."
|
"ekstruzje i niska przyczepność do stołu."
|
||||||
|
|
||||||
#: src/slic3r/GUI/Preferences.cpp:324
|
#: src/slic3r/GUI/Preferences.cpp:324
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -6971,8 +6994,8 @@ msgid ""
|
|||||||
"same QIDISlicer is already running, that instance will be reactivated "
|
"same QIDISlicer is already running, that instance will be reactivated "
|
||||||
"instead."
|
"instead."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Jeśli włączone, uruchomienie QIDISlicer, gdy uruchomiona jest ta sama "
|
"Jeśli włączone, uruchomienie QIDISlicer, gdy uruchomiona jest ta sama wersja "
|
||||||
"wersja QIDISlicer, spowoduje reaktywację tej instancji."
|
"QIDISlicer, spowoduje reaktywację tej instancji."
|
||||||
|
|
||||||
#: src/slic3r/GUI/SendSystemInfoDialog.cpp:591
|
#: src/slic3r/GUI/SendSystemInfoDialog.cpp:591
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -7598,6 +7621,15 @@ msgstr "Jitter"
|
|||||||
msgid "Join"
|
msgid "Join"
|
||||||
msgstr "Dołącz"
|
msgstr "Dołącz"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/GLCanvas3D.cpp:7526 ../src/common/stockitem.cpp:169
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Jump to"
|
||||||
|
msgstr ""
|
||||||
|
"#-#-#-#-# catalog.po #-#-#-#-#\n"
|
||||||
|
"Przejdź do\n"
|
||||||
|
"#-#-#-#-# catalog.po #-#-#-#-#\n"
|
||||||
|
"Skocz do"
|
||||||
|
|
||||||
#: src/slic3r/GUI/DoubleSlider.cpp:2094 src/slic3r/GUI/DoubleSlider.cpp:2324
|
#: src/slic3r/GUI/DoubleSlider.cpp:2094 src/slic3r/GUI/DoubleSlider.cpp:2324
|
||||||
msgid "Jump to height"
|
msgid "Jump to height"
|
||||||
msgstr "Przejdź do wysokości"
|
msgstr "Przejdź do wysokości"
|
||||||
@@ -8998,6 +9030,10 @@ msgstr "Linie monotoniczne"
|
|||||||
msgid "More"
|
msgid "More"
|
||||||
msgstr "Więcej"
|
msgstr "Więcej"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Plater.cpp:4106
|
||||||
|
msgid "More info at"
|
||||||
|
msgstr "Więcej informacji na"
|
||||||
|
|
||||||
#: src/slic3r/GUI/GUI.cpp:317
|
#: src/slic3r/GUI/GUI.cpp:317
|
||||||
msgid ""
|
msgid ""
|
||||||
"Most likely the configuration was produced by a newer version of QIDISlicer "
|
"Most likely the configuration was produced by a newer version of QIDISlicer "
|
||||||
@@ -9474,7 +9510,6 @@ msgstr[2] ""
|
|||||||
msgstr[3] ""
|
msgstr[3] ""
|
||||||
"Należy pamiętać, że w tych drukarkach również zostanie zmieniona nazwa "
|
"Należy pamiętać, że w tych drukarkach również zostanie zmieniona nazwa "
|
||||||
"wybranego zestawu ustawień."
|
"wybranego zestawu ustawień."
|
||||||
msgstr[4] ""
|
|
||||||
|
|
||||||
#: src/slic3r/GUI/Tab.cpp:4151
|
#: src/slic3r/GUI/Tab.cpp:4151
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -9608,9 +9643,9 @@ msgid ""
|
|||||||
"set, the number of loops might be greater than the one configured here. Set "
|
"set, the number of loops might be greater than the one configured here. Set "
|
||||||
"this to zero to disable skirt completely."
|
"this to zero to disable skirt completely."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Liczba pętli skirt. Jeśli włączona jest opcja \"Minimalna długość ekstruzji"
|
"Liczba pętli skirt. Jeśli włączona jest opcja \"Minimalna długość "
|
||||||
"\", to może ona nadpisać wartość wprowadzoną w tym polu. Ustaw zero, aby "
|
"ekstruzji\", to może ona nadpisać wartość wprowadzoną w tym polu. Ustaw "
|
||||||
"całkowicie wyłączyć skirt."
|
"zero, aby całkowicie wyłączyć skirt."
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:3601
|
#: src/libslic3r/PrintConfig.cpp:3601
|
||||||
msgid "Number of pixels in"
|
msgid "Number of pixels in"
|
||||||
@@ -10119,6 +10154,12 @@ msgstr "Skieruj tekst w stronę kamery."
|
|||||||
msgid "Origin"
|
msgid "Origin"
|
||||||
msgstr "Punkt zerowy"
|
msgstr "Punkt zerowy"
|
||||||
|
|
||||||
|
#. TRN Means "original color"
|
||||||
|
#: src/slic3r/GUI/Gizmos/GLGizmoMmuSegmentation.cpp:342
|
||||||
|
#: src/slic3r/GUI/Gizmos/GLGizmoMmuSegmentation.cpp:356
|
||||||
|
msgid "Original"
|
||||||
|
msgstr "Oryginalny"
|
||||||
|
|
||||||
#: src/slic3r/GUI/UnsavedChangesDialog.cpp:860
|
#: src/slic3r/GUI/UnsavedChangesDialog.cpp:860
|
||||||
msgid "Original value"
|
msgid "Original value"
|
||||||
msgstr "Oryginalna wartość"
|
msgstr "Oryginalna wartość"
|
||||||
@@ -10777,6 +10818,16 @@ msgstr "Sprawdź listę modeli przed zmianą zestawu ustawień."
|
|||||||
msgid "Please check your object list before preset changing."
|
msgid "Please check your object list before preset changing."
|
||||||
msgstr "Sprawdź listę modeli przed zmianą zestawu ustawień."
|
msgstr "Sprawdź listę modeli przed zmianą zestawu ustawień."
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Plater.cpp:4104 src/slic3r/GUI/Plater.cpp:4110
|
||||||
|
msgid ""
|
||||||
|
"Please note that template presets are not customized for specific printer "
|
||||||
|
"and should only be used as a starting point for creating your own user "
|
||||||
|
"presets."
|
||||||
|
msgstr ""
|
||||||
|
"Należy pamiętać, że ustawienia typu szablon nie są dostosowane do konkretnej "
|
||||||
|
"drukarki i powinny być używane wyłącznie jako punkt wyjścia do tworzenia "
|
||||||
|
"własnych ustawień użytkownika."
|
||||||
|
|
||||||
#: src/slic3r/GUI/BackgroundSlicingProcess.cpp:85
|
#: src/slic3r/GUI/BackgroundSlicingProcess.cpp:85
|
||||||
msgid ""
|
msgid ""
|
||||||
"Please save your project and restart QIDISlicer. We would be glad if you "
|
"Please save your project and restart QIDISlicer. We would be glad if you "
|
||||||
@@ -11360,9 +11411,9 @@ msgstr "QIDISlicer napotkał krytyczny błąd: \"%1%\""
|
|||||||
|
|
||||||
#: src/slic3r/GUI/GUI_App.cpp:743
|
#: src/slic3r/GUI/GUI_App.cpp:743
|
||||||
msgid ""
|
msgid ""
|
||||||
"QIDISlicer has encountered a localization error. Please report to "
|
"QIDISlicer has encountered a localization error. Please report to QIDISlicer "
|
||||||
"QIDISlicer team, what language was active and in which scenario this issue "
|
"team, what language was active and in which scenario this issue happened. "
|
||||||
"happened. Thank you.\n"
|
"Thank you.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"The application will now terminate."
|
"The application will now terminate."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -13329,6 +13380,12 @@ msgstr "Ustaw górny punkt jako aktywny"
|
|||||||
msgid "%s Family"
|
msgid "%s Family"
|
||||||
msgstr "Rodzina %s"
|
msgstr "Rodzina %s"
|
||||||
|
|
||||||
|
#. TRN %s = type of file
|
||||||
|
#: src/slic3r/GUI/GUI_App.cpp:609
|
||||||
|
#, c-format, boost-format
|
||||||
|
msgid "%s files"
|
||||||
|
msgstr "%s plików"
|
||||||
|
|
||||||
#: src/slic3r/GUI/ConfigManipulation.cpp:167
|
#: src/slic3r/GUI/ConfigManipulation.cpp:167
|
||||||
msgid "Shall I adjust those settings for supports?"
|
msgid "Shall I adjust those settings for supports?"
|
||||||
msgstr "Czy chcesz zmienić te ustawienia dla podpór?"
|
msgstr "Czy chcesz zmienić te ustawienia dla podpór?"
|
||||||
@@ -13498,6 +13555,10 @@ msgstr "Pokaż/ukryj legendę"
|
|||||||
msgid "Show/Hide object/instance labels"
|
msgid "Show/Hide object/instance labels"
|
||||||
msgstr "Ukryj/pokaż etykiety modelu/instancji"
|
msgstr "Ukryj/pokaż etykiety modelu/instancji"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/PresetComboBoxes.cpp:787
|
||||||
|
msgid "Show/Hide template presets"
|
||||||
|
msgstr "Pokaż/ukryj zestawy szablonowe"
|
||||||
|
|
||||||
#: src/slic3r/GUI/Preferences.cpp:304
|
#: src/slic3r/GUI/Preferences.cpp:304
|
||||||
msgid "Show incompatible print and filament presets"
|
msgid "Show incompatible print and filament presets"
|
||||||
msgstr "Pokaż niekompatybilne ustawienia druku i filamentów"
|
msgstr "Pokaż niekompatybilne ustawienia druku i filamentów"
|
||||||
@@ -15213,6 +15274,15 @@ msgstr ""
|
|||||||
msgid "The extruder to use when printing infill."
|
msgid "The extruder to use when printing infill."
|
||||||
msgstr "Ekstruder używany do druku wypełnienia."
|
msgstr "Ekstruder używany do druku wypełnienia."
|
||||||
|
|
||||||
|
#: src/libslic3r/PrintConfig.cpp:3241
|
||||||
|
msgid ""
|
||||||
|
"The extruder to use when printing perimeter of the wipe tower. Set to 0 to "
|
||||||
|
"use the one that is available (non-soluble would be preferred)."
|
||||||
|
msgstr ""
|
||||||
|
"Ekstruder używany do drukowania obrysów wieży czyszczącej. Ustaw na 0, aby "
|
||||||
|
"użyć tego, który jest dostępny (preferowany jest ten, w którym załadowany "
|
||||||
|
"jest filament nierozpuszczalny)."
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:2036
|
#: src/libslic3r/PrintConfig.cpp:2036
|
||||||
msgid ""
|
msgid ""
|
||||||
"The extruder to use when printing perimeters and brim. First extruder is 1."
|
"The extruder to use when printing perimeters and brim. First extruder is 1."
|
||||||
@@ -15436,10 +15506,10 @@ msgid ""
|
|||||||
"as percentage (for example 50%) of a direct travel path."
|
"as percentage (for example 50%) of a direct travel path."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Maksymalna długość objazdu przy unikaniu przejeżdżania nad obrysami. Jeśli "
|
"Maksymalna długość objazdu przy unikaniu przejeżdżania nad obrysami. Jeśli "
|
||||||
"objazd miałby wykroczyć poza tę wartość, funkcja \"Unikaj ruchów nad obrysami"
|
"objazd miałby wykroczyć poza tę wartość, funkcja \"Unikaj ruchów nad "
|
||||||
"\" zostanie zignorowana dla tej ścieżki. Długość objazdu można zdefiniować "
|
"obrysami\" zostanie zignorowana dla tej ścieżki. Długość objazdu można "
|
||||||
"jako wartość absolutna lub obliczona procentowo (np. 50%) z długości ruchu "
|
"zdefiniować jako wartość absolutna lub obliczona procentowo (np. 50%) z "
|
||||||
"bezpośredniego."
|
"długości ruchu bezpośredniego."
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:1355
|
#: src/libslic3r/PrintConfig.cpp:1355
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -15606,7 +15676,6 @@ msgstr[2] ""
|
|||||||
msgstr[3] ""
|
msgstr[3] ""
|
||||||
"Fizyczne drukarki poniżej są oparte na zestawie ustawień, którego nazwę "
|
"Fizyczne drukarki poniżej są oparte na zestawie ustawień, którego nazwę "
|
||||||
"zamierzasz zmienić."
|
"zamierzasz zmienić."
|
||||||
msgstr[4] ""
|
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:641
|
#: src/libslic3r/PrintConfig.cpp:641
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -16441,8 +16510,7 @@ msgstr "To jest systemowy zestaw ustawień."
|
|||||||
#: src/libslic3r/PrintConfig.cpp:3740
|
#: src/libslic3r/PrintConfig.cpp:3740
|
||||||
msgid "This is only used in the Slic3r interface as a visual help."
|
msgid "This is only used in the Slic3r interface as a visual help."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Ta funkcja jest używana jedynie w interfejsie QIDISlicer jako pomoc "
|
"Ta funkcja jest używana jedynie w interfejsie QIDISlicer jako pomoc wizualna."
|
||||||
"wizualna."
|
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:737
|
#: src/libslic3r/PrintConfig.cpp:737
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -16778,16 +16846,16 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:4836
|
#: src/libslic3r/PrintConfig.cpp:4836
|
||||||
msgid ""
|
msgid ""
|
||||||
"This version of QIDISlicer may not understand configurations produced by "
|
"This version of QIDISlicer may not understand configurations produced by the "
|
||||||
"the newest QIDISlicer versions. For example, newer QIDISlicer may extend "
|
"newest QIDISlicer versions. For example, newer QIDISlicer may extend the "
|
||||||
"the list of supported firmware flavors. One may decide to bail out or to "
|
"list of supported firmware flavors. One may decide to bail out or to "
|
||||||
"substitute an unknown value with a default silently or verbosely."
|
"substitute an unknown value with a default silently or verbosely."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Ta wersja QIDISlicera może nie rozumieć konfiguracji tworzonych przez "
|
"Ta wersja QIDISlicera może nie rozumieć konfiguracji tworzonych przez "
|
||||||
"najnowsze wersje QIDISlicera. Na przykład, nowszy QIDISlicer może "
|
"najnowsze wersje QIDISlicera. Na przykład, nowszy QIDISlicer może rozszerzyć "
|
||||||
"rozszerzyć listę obsługiwanych rodzajów firmware. Możesz zdecydować się na "
|
"listę obsługiwanych rodzajów firmware. Możesz zdecydować się na rezygnację "
|
||||||
"rezygnację lub zastąpienie nieznanej wartości wartością domyślną po cichu "
|
"lub zastąpienie nieznanej wartości wartością domyślną po cichu lub z "
|
||||||
"lub z powiadomieniem."
|
"powiadomieniem."
|
||||||
|
|
||||||
#: src/slic3r/GUI/UpdateDialogs.cpp:392
|
#: src/slic3r/GUI/UpdateDialogs.cpp:392
|
||||||
#, c-format, boost-format
|
#, c-format, boost-format
|
||||||
@@ -17189,6 +17257,10 @@ msgstr "Nie można wczytać:"
|
|||||||
msgid "Unable to replace with more than one volume"
|
msgid "Unable to replace with more than one volume"
|
||||||
msgstr "Nie można zamienić na więcej niż jeden kształt"
|
msgstr "Nie można zamienić na więcej niż jeden kształt"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Plater.cpp:6681
|
||||||
|
msgid "Unable to save file"
|
||||||
|
msgstr "Nie można zapisać pliku"
|
||||||
|
|
||||||
#: src/slic3r/GUI/OptionsGroup.cpp:126
|
#: src/slic3r/GUI/OptionsGroup.cpp:126
|
||||||
msgid "Unavailable for this method."
|
msgid "Unavailable for this method."
|
||||||
msgstr "Niedostępne dla tej metody."
|
msgstr "Niedostępne dla tej metody."
|
||||||
@@ -17286,6 +17358,10 @@ msgstr "Cofnij obrót"
|
|||||||
msgid "Undo translation"
|
msgid "Undo translation"
|
||||||
msgstr "Cofnij przesunięcie"
|
msgstr "Cofnij przesunięcie"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/PhysicalPrinterDialog.cpp:667
|
||||||
|
msgid "Unexpected character"
|
||||||
|
msgstr "Nieoczekiwany znak"
|
||||||
|
|
||||||
#: src/libslic3r/miniz_extension.cpp:111
|
#: src/libslic3r/miniz_extension.cpp:111
|
||||||
msgid "unexpected decompressed size"
|
msgid "unexpected decompressed size"
|
||||||
msgstr "nieoczekiwany rozmiar po rozpakowaniu"
|
msgstr "nieoczekiwany rozmiar po rozpakowaniu"
|
||||||
@@ -18185,7 +18261,11 @@ msgstr "Wieża czyszcząca"
|
|||||||
msgid "Wipe tower brim width"
|
msgid "Wipe tower brim width"
|
||||||
msgstr "Szerokość brimu wieży czyszczącej"
|
msgstr "Szerokość brimu wieży czyszczącej"
|
||||||
|
|
||||||
#: src/slic3r/GUI/Tab.cpp:2087
|
#: src/libslic3r/PrintConfig.cpp:3239
|
||||||
|
msgid "Wipe tower extruder"
|
||||||
|
msgstr "Ekstruder dla wieży czyszczącej"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Tab.cpp:2096
|
||||||
msgid "Wipe tower parameters"
|
msgid "Wipe tower parameters"
|
||||||
msgstr "Parametry wieży czyszczącej"
|
msgstr "Parametry wieży czyszczącej"
|
||||||
|
|
||||||
@@ -18330,11 +18410,18 @@ msgstr ""
|
|||||||
"bitowym.\n"
|
"bitowym.\n"
|
||||||
"32-bitowa wersja prawdopodobnie nie będzie w stanie wykorzystać w pełni "
|
"32-bitowa wersja prawdopodobnie nie będzie w stanie wykorzystać w pełni "
|
||||||
"pamięci RAM zainstalowanej w komputerze.\n"
|
"pamięci RAM zainstalowanej w komputerze.\n"
|
||||||
"Pobierz i zainstaluj wersję 64-bitową z https://www.qidi3d.pl/"
|
"Pobierz i zainstaluj wersję 64-bitową z https://www.qidi3d.pl/qidislicer/.\n"
|
||||||
"qidislicer/.\n"
|
|
||||||
"Czy chcesz kontynuować?"
|
"Czy chcesz kontynuować?"
|
||||||
|
|
||||||
#: src/slic3r/GUI/Plater.cpp:5200
|
#: src/slic3r/GUI/Plater.cpp:4103 src/slic3r/GUI/Plater.cpp:4109
|
||||||
|
msgid "You are using template filament preset."
|
||||||
|
msgid_plural "You are using template filament presets."
|
||||||
|
msgstr[0] "Używasz ustawień filamentu typu szablon."
|
||||||
|
msgstr[1] ""
|
||||||
|
msgstr[2] ""
|
||||||
|
msgstr[3] "Używasz ustawień filamentu typu szablon."
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Plater.cpp:5241
|
||||||
msgid ""
|
msgid ""
|
||||||
"You can keep presets modifications to the new project, discard them or save "
|
"You can keep presets modifications to the new project, discard them or save "
|
||||||
"changes as new presets.\n"
|
"changes as new presets.\n"
|
||||||
@@ -18395,15 +18482,13 @@ msgid ""
|
|||||||
"You can use all configuration options as variables inside this template. For "
|
"You can use all configuration options as variables inside this template. For "
|
||||||
"example: [layer_height], [fill_density] etc. You can also use [timestamp], "
|
"example: [layer_height], [fill_density] etc. You can also use [timestamp], "
|
||||||
"[year], [month], [day], [hour], [minute], [second], [version], "
|
"[year], [month], [day], [hour], [minute], [second], [version], "
|
||||||
"[input_filename], [input_filename_base]."
|
"[input_filename], [input_filename_base], [default_output_extension]."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Możesz użyć wszystkich opcji konfiguracjnych jako zmiennych w tym szablonie, "
|
"Możesz użyć wszystkich opcji konfiguracji jako zmiennych wewnątrz tego "
|
||||||
"takich jak np: [layer_height] - wysokość warstwy, [fill_density] - gęstość "
|
"szablonu. Na przykład: [layer_height], [fill_density] itp. Możesz również "
|
||||||
"wypełnienia, itp. Możesz również użyć [timestamp] - czas, [year] - rok, "
|
"użyć [timestamp], [year], [month], [day], [hour], [minute], [second], "
|
||||||
"[month] - miesiąc, [day] - dzień, [hour] - godzina, [minute] - minuta, "
|
"[version], [input_filename], [input_filename_base], "
|
||||||
"[second] - sekunda, [version] - wersja, [input_filename] - pełna nazwa pliku "
|
"[default_output_extension]."
|
||||||
"wejściowego, [input_filename_base] - nazwa pliku wejściowego bez "
|
|
||||||
"rozszerzenia."
|
|
||||||
|
|
||||||
#: src/slic3r/GUI/NotificationManager.hpp:908
|
#: src/slic3r/GUI/NotificationManager.hpp:908
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -18717,6 +18802,7 @@ msgid_plural "%ld bytes"
|
|||||||
msgstr[0] "%ld bajt"
|
msgstr[0] "%ld bajt"
|
||||||
msgstr[1] "%ld bajty"
|
msgstr[1] "%ld bajty"
|
||||||
msgstr[2] "%ld bajtów"
|
msgstr[2] "%ld bajtów"
|
||||||
|
msgstr[3] ""
|
||||||
|
|
||||||
#: ../src/html/helpwnd.cpp:1033
|
#: ../src/html/helpwnd.cpp:1033
|
||||||
#, c-format
|
#, c-format
|
||||||
@@ -22848,10 +22934,6 @@ msgstr "Japońska Pocztówka 100 x 148 mm"
|
|||||||
msgid "Japanese Postcard Rotated 148 x 100 mm"
|
msgid "Japanese Postcard Rotated 148 x 100 mm"
|
||||||
msgstr "Japońska Pocztówka Obrócona 148 x 100 mm"
|
msgstr "Japońska Pocztówka Obrócona 148 x 100 mm"
|
||||||
|
|
||||||
#: ../src/common/stockitem.cpp:169
|
|
||||||
msgid "Jump to"
|
|
||||||
msgstr "Skocz do"
|
|
||||||
|
|
||||||
#: ../src/common/stockitem.cpp:171
|
#: ../src/common/stockitem.cpp:171
|
||||||
msgid "Justified"
|
msgid "Justified"
|
||||||
msgstr "Wyrównanie obustronne"
|
msgstr "Wyrównanie obustronne"
|
||||||
@@ -23021,6 +23103,7 @@ msgid_plural "Last repeated message (\"%s\", %u times) wasn't output"
|
|||||||
msgstr[0] "Last repeated message (\"%s\", %lu time) wasn't output"
|
msgstr[0] "Last repeated message (\"%s\", %lu time) wasn't output"
|
||||||
msgstr[1] "Last repeated message (\"%s\", %lu times) wasn't output"
|
msgstr[1] "Last repeated message (\"%s\", %lu times) wasn't output"
|
||||||
msgstr[2] "Last repeated message (\"%s\", %lu times) wasn't output"
|
msgstr[2] "Last repeated message (\"%s\", %lu times) wasn't output"
|
||||||
|
msgstr[3] ""
|
||||||
|
|
||||||
#: ../src/common/paper.cpp:103
|
#: ../src/common/paper.cpp:103
|
||||||
msgid "Ledger, 17 x 11 in"
|
msgid "Ledger, 17 x 11 in"
|
||||||
@@ -25240,6 +25323,7 @@ msgid_plural "The previous message repeated %u times."
|
|||||||
msgstr[0] "Poprzedni komunikat powtórzył się %lu raz."
|
msgstr[0] "Poprzedni komunikat powtórzył się %lu raz."
|
||||||
msgstr[1] "Poprzedni komunikat powtórzył się %lu razy."
|
msgstr[1] "Poprzedni komunikat powtórzył się %lu razy."
|
||||||
msgstr[2] "Poprzedni komunikat powtórzył się %lu razy."
|
msgstr[2] "Poprzedni komunikat powtórzył się %lu razy."
|
||||||
|
msgstr[3] ""
|
||||||
|
|
||||||
#: ../src/common/log.cpp:270
|
#: ../src/common/log.cpp:270
|
||||||
msgid "The previous message repeated once."
|
msgid "The previous message repeated once."
|
||||||
@@ -25545,8 +25629,8 @@ msgid ""
|
|||||||
"Type operation \"%s\" failed: Property labeled \"%s\" is of type \"%s\", NOT "
|
"Type operation \"%s\" failed: Property labeled \"%s\" is of type \"%s\", NOT "
|
||||||
"\"%s\"."
|
"\"%s\"."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Niepowodzenie operacji typu \"%s\": właściwość nazwana \"%s\" jest typu \"%s"
|
"Niepowodzenie operacji typu \"%s\": właściwość nazwana \"%s\" jest typu "
|
||||||
"\", nie \"%s\"."
|
"\"%s\", nie \"%s\"."
|
||||||
|
|
||||||
#: ../src/common/paper.cpp:133
|
#: ../src/common/paper.cpp:133
|
||||||
msgid "US Std Fanfold, 14 7/8 x 11 in"
|
msgid "US Std Fanfold, 14 7/8 x 11 in"
|
||||||
|
|||||||
@@ -8,16 +8,16 @@ msgstr ""
|
|||||||
"Project-Id-Version: QIDISlicer 2.6.0-beta1\n"
|
"Project-Id-Version: QIDISlicer 2.6.0-beta1\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-05-26 13:11+0200\n"
|
"POT-Creation-Date: 2023-05-26 13:11+0200\n"
|
||||||
"PO-Revision-Date: 2023-05-15 20:43+0700\n"
|
"PO-Revision-Date: 2023-07-01 15:18+0800\n"
|
||||||
"Last-Translator: Andylg <andylg@yandex.ru>\n"
|
"Last-Translator: Andylg <andylg@yandex.ru>\n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
"Language: ru\n"
|
"Language: ru\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
|
||||||
"%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n"
|
"n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n"
|
||||||
"X-Generator: Poedit 3.3\n"
|
"X-Generator: Poedit 3.3.2\n"
|
||||||
|
|
||||||
#: src/slic3r/GUI/AboutDialog.cpp:46 src/slic3r/GUI/AboutDialog.cpp:304
|
#: src/slic3r/GUI/AboutDialog.cpp:46 src/slic3r/GUI/AboutDialog.cpp:304
|
||||||
msgid "Portions copyright"
|
msgid "Portions copyright"
|
||||||
@@ -1431,8 +1431,8 @@ msgid ""
|
|||||||
"file. QIDISlicer desktop file was probably created successfully."
|
"file. QIDISlicer desktop file was probably created successfully."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Не удалось выполнить интеграцию с рабочим столом - не удалось установить "
|
"Не удалось выполнить интеграцию с рабочим столом - не удалось установить "
|
||||||
"ссылку на Gcodeviewer на рабочем столе. Ссылка на QIDISlicer, вероятно, "
|
"ссылку на Gcodeviewer на рабочем столе. Ссылка на QIDISlicer, вероятно, была "
|
||||||
"была успешно создана на рабочем столе."
|
"успешно создана на рабочем столе."
|
||||||
|
|
||||||
#: src/slic3r/GUI/DesktopIntegrationDialog.cpp:472
|
#: src/slic3r/GUI/DesktopIntegrationDialog.cpp:472
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -2843,7 +2843,24 @@ msgstr ""
|
|||||||
"Обнаружена модель вне области печати. \n"
|
"Обнаружена модель вне области печати. \n"
|
||||||
"Решите текущую проблему, чтобы продолжить нарезку."
|
"Решите текущую проблему, чтобы продолжить нарезку."
|
||||||
|
|
||||||
#: src/slic3r/GUI/GLCanvas3D.cpp:7539
|
#. TRN %3% is name of Object1, %4% is name of Object2
|
||||||
|
#: src/slic3r/GUI/GLCanvas3D.cpp:7496
|
||||||
|
#, boost-format
|
||||||
|
msgid ""
|
||||||
|
"Conflicts in G-code paths have been detected at layer %1%, z=%2$.2f mm. "
|
||||||
|
"Please reposition the conflicting objects (%3% <-> %4%) further apart."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/GLCanvas3D.cpp:7529
|
||||||
|
#: src/slic3r/GUI/NotificationManager.cpp:2101
|
||||||
|
#: src/slic3r/GUI/NotificationManager.cpp:2108
|
||||||
|
#: src/slic3r/GUI/NotificationManager.cpp:2124
|
||||||
|
#: src/slic3r/GUI/NotificationManager.cpp:2130
|
||||||
|
#: src/slic3r/GUI/NotificationManager.cpp:2201
|
||||||
|
msgid "ERROR:"
|
||||||
|
msgstr "ОШИБКА:"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/GLCanvas3D.cpp:7606
|
||||||
msgid "Selection-Add from rectangle"
|
msgid "Selection-Add from rectangle"
|
||||||
msgstr "Выбор\\Добавление из прямоугольника"
|
msgstr "Выбор\\Добавление из прямоугольника"
|
||||||
|
|
||||||
@@ -4598,7 +4615,13 @@ msgstr "Выйти и перенести свои данные"
|
|||||||
msgid "Start the application"
|
msgid "Start the application"
|
||||||
msgstr "Запустить приложение"
|
msgstr "Запустить приложение"
|
||||||
|
|
||||||
#: src/slic3r/GUI/GUI_App.cpp:736
|
#. TRN %s = type of file
|
||||||
|
#: src/slic3r/GUI/GUI_App.cpp:609
|
||||||
|
#, c-format, boost-format
|
||||||
|
msgid "%s files"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/GUI_App.cpp:772
|
||||||
#, c-format, boost-format
|
#, c-format, boost-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s has encountered an error. It was likely caused by running out of memory. "
|
"%s has encountered an error. It was likely caused by running out of memory. "
|
||||||
@@ -4619,9 +4642,9 @@ msgstr "Критическая ошибка"
|
|||||||
|
|
||||||
#: src/slic3r/GUI/GUI_App.cpp:743
|
#: src/slic3r/GUI/GUI_App.cpp:743
|
||||||
msgid ""
|
msgid ""
|
||||||
"QIDISlicer has encountered a localization error. Please report to "
|
"QIDISlicer has encountered a localization error. Please report to QIDISlicer "
|
||||||
"QIDISlicer team, what language was active and in which scenario this issue "
|
"team, what language was active and in which scenario this issue happened. "
|
||||||
"happened. Thank you.\n"
|
"Thank you.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"The application will now terminate."
|
"The application will now terminate."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -7953,14 +7976,6 @@ msgstr "Экспорт в G-код."
|
|||||||
msgid "Export."
|
msgid "Export."
|
||||||
msgstr "Экспорт."
|
msgstr "Экспорт."
|
||||||
|
|
||||||
#: src/slic3r/GUI/NotificationManager.cpp:2101
|
|
||||||
#: src/slic3r/GUI/NotificationManager.cpp:2108
|
|
||||||
#: src/slic3r/GUI/NotificationManager.cpp:2124
|
|
||||||
#: src/slic3r/GUI/NotificationManager.cpp:2130
|
|
||||||
#: src/slic3r/GUI/NotificationManager.cpp:2201
|
|
||||||
msgid "ERROR:"
|
|
||||||
msgstr "ОШИБКА:"
|
|
||||||
|
|
||||||
#: src/slic3r/GUI/NotificationManager.cpp:2113
|
#: src/slic3r/GUI/NotificationManager.cpp:2113
|
||||||
#: src/slic3r/GUI/NotificationManager.cpp:2140
|
#: src/slic3r/GUI/NotificationManager.cpp:2140
|
||||||
#: src/slic3r/GUI/NotificationManager.cpp:2148
|
#: src/slic3r/GUI/NotificationManager.cpp:2148
|
||||||
@@ -8048,8 +8063,8 @@ msgstr "Возможно, вам потребуется обновить дра
|
|||||||
|
|
||||||
#: src/slic3r/GUI/OpenGLManager.cpp:390
|
#: src/slic3r/GUI/OpenGLManager.cpp:390
|
||||||
msgid ""
|
msgid ""
|
||||||
"As a workaround, you may run QIDISlicer with a software rendered 3D "
|
"As a workaround, you may run QIDISlicer with a software rendered 3D graphics "
|
||||||
"graphics by running qidi-slicer.exe with the --sw-renderer parameter."
|
"by running qidi-slicer.exe with the --sw-renderer parameter."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"В качестве обходного пути вы можете запустить QIDISlicer с программной "
|
"В качестве обходного пути вы можете запустить QIDISlicer с программной "
|
||||||
"рендерингом 3D-графики, запустив qidi-sler.exe с параметром --sw-renderer."
|
"рендерингом 3D-графики, запустив qidi-sler.exe с параметром --sw-renderer."
|
||||||
@@ -8158,7 +8173,16 @@ msgstr ""
|
|||||||
"Чтобы использовать пользовательский файл CA, импортируйте его в хранилище "
|
"Чтобы использовать пользовательский файл CA, импортируйте его в хранилище "
|
||||||
"сертификатов/Keychain."
|
"сертификатов/Keychain."
|
||||||
|
|
||||||
#: src/slic3r/GUI/PhysicalPrinterDialog.cpp:705
|
#: src/slic3r/GUI/PhysicalPrinterDialog.cpp:667
|
||||||
|
msgid "Unexpected character"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/PhysicalPrinterDialog.cpp:668
|
||||||
|
#: src/slic3r/GUI/SavePresetDialog.cpp:169
|
||||||
|
msgid "The following characters are not allowed in the name"
|
||||||
|
msgstr "В имени не допустимы следующие символы"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/PhysicalPrinterDialog.cpp:723
|
||||||
msgid "You have to enter a printer name."
|
msgid "You have to enter a printer name."
|
||||||
msgstr "Введите имя принтера."
|
msgstr "Введите имя принтера."
|
||||||
|
|
||||||
@@ -8431,8 +8455,7 @@ msgid_plural ""
|
|||||||
"The presets below were temporarily installed on the active instance of "
|
"The presets below were temporarily installed on the active instance of "
|
||||||
"QIDISlicer"
|
"QIDISlicer"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
"Приведённый ниже профиль был временно установлен на активной копии "
|
"Приведённый ниже профиль был временно установлен на активной копии QIDISlicer"
|
||||||
"QIDISlicer"
|
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
"Приведённые ниже профили были временно установлены на активной копии "
|
"Приведённые ниже профили были временно установлены на активной копии "
|
||||||
"QIDISlicer"
|
"QIDISlicer"
|
||||||
@@ -8510,8 +8533,8 @@ msgid_plural ""
|
|||||||
"the dimensions of these objects?"
|
"the dimensions of these objects?"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
"Похоже, что размеры модели из файла %s заданы в метрах.\n"
|
"Похоже, что размеры модели из файла %s заданы в метрах.\n"
|
||||||
"Внутренней единицей измерения QIDISlicer являются дюймы. Пересчитать "
|
"Внутренней единицей измерения QIDISlicer являются дюймы. Пересчитать размеры "
|
||||||
"размеры модели?"
|
"модели?"
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
"Похоже, что размеры моделей из файла %s заданы в дюймы.\n"
|
"Похоже, что размеры моделей из файла %s заданы в дюймы.\n"
|
||||||
"Внутренней единицей измерения QIDISlicer являются миллиметры. Пересчитать "
|
"Внутренней единицей измерения QIDISlicer являются миллиметры. Пересчитать "
|
||||||
@@ -8705,7 +8728,25 @@ msgstr "Ошибка во время перезагрузки"
|
|||||||
msgid "Reload all from disk"
|
msgid "Reload all from disk"
|
||||||
msgstr "Перезагрузить всё с диска"
|
msgstr "Перезагрузить всё с диска"
|
||||||
|
|
||||||
#: src/slic3r/GUI/Plater.cpp:4211
|
#: src/slic3r/GUI/Plater.cpp:4103 src/slic3r/GUI/Plater.cpp:4109
|
||||||
|
msgid "You are using template filament preset."
|
||||||
|
msgid_plural "You are using template filament presets."
|
||||||
|
msgstr[0] ""
|
||||||
|
msgstr[1] ""
|
||||||
|
msgstr[2] ""
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Plater.cpp:4104 src/slic3r/GUI/Plater.cpp:4110
|
||||||
|
msgid ""
|
||||||
|
"Please note that template presets are not customized for specific printer "
|
||||||
|
"and should only be used as a starting point for creating your own user "
|
||||||
|
"presets."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Plater.cpp:4106
|
||||||
|
msgid "More info at"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Plater.cpp:4247
|
||||||
msgid "There are active warnings concerning sliced models:"
|
msgid "There are active warnings concerning sliced models:"
|
||||||
msgstr "Имеются активные предупреждения о нарезанных моделях:"
|
msgstr "Имеются активные предупреждения о нарезанных моделях:"
|
||||||
|
|
||||||
@@ -8954,7 +8995,11 @@ msgstr ""
|
|||||||
msgid "Save project"
|
msgid "Save project"
|
||||||
msgstr "Сохранение проекта"
|
msgstr "Сохранение проекта"
|
||||||
|
|
||||||
#: src/slic3r/GUI/Plater.cpp:6826
|
#: src/slic3r/GUI/Plater.cpp:6681
|
||||||
|
msgid "Unable to save file"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Plater.cpp:6875
|
||||||
msgid "Is the printer ready? Is the print sheet in place, empty and clean?"
|
msgid "Is the printer ready? Is the print sheet in place, empty and clean?"
|
||||||
msgstr "Готов ли принтер? Лист для печати на месте, пустой и чистый?"
|
msgstr "Готов ли принтер? Лист для печати на месте, пустой и чистый?"
|
||||||
|
|
||||||
@@ -9059,10 +9104,10 @@ msgid ""
|
|||||||
"When a new preset version becomes available it is offered at application "
|
"When a new preset version becomes available it is offered at application "
|
||||||
"startup."
|
"startup."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Если включено, то QIDISlicer будет загружать обновления встроенных "
|
"Если включено, то QIDISlicer будет загружать обновления встроенных системных "
|
||||||
"системных профилей в фоновом режиме. Эти обновления загружаются в отдельную "
|
"профилей в фоновом режиме. Эти обновления загружаются в отдельную временную "
|
||||||
"временную папку. Когда новые профили становятся доступны, они предлагаются "
|
"папку. Когда новые профили становятся доступны, они предлагаются при запуске "
|
||||||
"при запуске приложения."
|
"приложения."
|
||||||
|
|
||||||
#: src/slic3r/GUI/Preferences.cpp:294
|
#: src/slic3r/GUI/Preferences.cpp:294
|
||||||
msgid "Suppress \" - default - \" presets"
|
msgid "Suppress \" - default - \" presets"
|
||||||
@@ -9582,7 +9627,11 @@ msgstr "Изменить профиль"
|
|||||||
msgid "Change extruder color"
|
msgid "Change extruder color"
|
||||||
msgstr "Изменить цвет экструдера"
|
msgstr "Изменить цвет экструдера"
|
||||||
|
|
||||||
#: src/slic3r/GUI/PresetComboBoxes.cpp:767 src/slic3r/GUI/Tab.cpp:3503
|
#: src/slic3r/GUI/PresetComboBoxes.cpp:787
|
||||||
|
msgid "Show/Hide template presets"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/PresetComboBoxes.cpp:795 src/slic3r/GUI/Tab.cpp:3520
|
||||||
msgid "Edit physical printer"
|
msgid "Edit physical printer"
|
||||||
msgstr "Изменить физический профиль"
|
msgstr "Изменить физический профиль"
|
||||||
|
|
||||||
@@ -9946,10 +9995,6 @@ msgstr "Сохранить настройки марериала как"
|
|||||||
msgid "Save printer settings as"
|
msgid "Save printer settings as"
|
||||||
msgstr "Сохранить настройки принтера как"
|
msgstr "Сохранить настройки принтера как"
|
||||||
|
|
||||||
#: src/slic3r/GUI/SavePresetDialog.cpp:169
|
|
||||||
msgid "The following characters are not allowed in the name"
|
|
||||||
msgstr "В имени не допустимы следующие символы"
|
|
||||||
|
|
||||||
#: src/slic3r/GUI/SavePresetDialog.cpp:176
|
#: src/slic3r/GUI/SavePresetDialog.cpp:176
|
||||||
msgid "The following suffix is not allowed in the name"
|
msgid "The following suffix is not allowed in the name"
|
||||||
msgstr "В имени не допустим следующий суффикс"
|
msgstr "В имени не допустим следующий суффикс"
|
||||||
@@ -10639,11 +10684,12 @@ msgstr ""
|
|||||||
"Примечание: все параметры из этой группы перенесены в настройки физического "
|
"Примечание: все параметры из этой группы перенесены в настройки физического "
|
||||||
"принтера (см. список изменений).\n"
|
"принтера (см. список изменений).\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Новый профиль физического принтера создаётся нажатием по значку \"шестеренка"
|
"Новый профиль физического принтера создаётся нажатием по значку "
|
||||||
"\" справа от поля со списком профилей принтеров, выбрав «Добавить физический "
|
"\"шестеренка\" справа от поля со списком профилей принтеров, выбрав "
|
||||||
"принтер». Редактор профиля физического принтера открывается также при "
|
"«Добавить физический принтер». Редактор профиля физического принтера "
|
||||||
"нажатии на значок шестеренки на вкладке настройки принтера. Профили "
|
"открывается также при нажатии на значок шестеренки на вкладке настройки "
|
||||||
"физического принтера сохраняются в папке QIDISlicer/physical_printer."
|
"принтера. Профили физического принтера сохраняются в папке QIDISlicer/"
|
||||||
|
"physical_printer."
|
||||||
|
|
||||||
#: src/slic3r/GUI/Tab.cpp:2366
|
#: src/slic3r/GUI/Tab.cpp:2366
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -13204,8 +13250,8 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Этот пользовательский код вставляется при каждой смене слоя, непосредственно "
|
"Этот пользовательский код вставляется при каждой смене слоя, непосредственно "
|
||||||
"перед перемещения оси Z. Обратите внимание, что вы можете использовать "
|
"перед перемещения оси Z. Обратите внимание, что вы можете использовать "
|
||||||
"шаблонные переменные для всех параметров QIDISlicer, в том числе "
|
"шаблонные переменные для всех параметров QIDISlicer, в том числе [layer_num] "
|
||||||
"[layer_num] и [layer_z]."
|
"и [layer_z]."
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:453
|
#: src/libslic3r/PrintConfig.cpp:453
|
||||||
msgid "Between objects G-code"
|
msgid "Between objects G-code"
|
||||||
@@ -14371,10 +14417,11 @@ msgid ""
|
|||||||
"maximum allowed speed at layer \"disable_fan_first_layers\" + 1."
|
"maximum allowed speed at layer \"disable_fan_first_layers\" + 1."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Скорость вентилятора будет линейно увеличиваться от нуля на слое "
|
"Скорость вентилятора будет линейно увеличиваться от нуля на слое "
|
||||||
"\"disable_fan_first_layers\" до максимальной на слое \"full_fan_speed_layer"
|
"\"disable_fan_first_layers\" до максимальной на слое "
|
||||||
"\". \"full_fan_speed_layer\" будет игнорироваться, если она ниже, чем "
|
"\"full_fan_speed_layer\". \"full_fan_speed_layer\" будет игнорироваться, "
|
||||||
"\"disable_fan_first_layers\", и в этом случае вентилятор будет работать с "
|
"если она ниже, чем \"disable_fan_first_layers\", и в этом случае вентилятор "
|
||||||
"максимально допустимой скоростью на слое \"disable_fan_first_layers\" +1."
|
"будет работать с максимально допустимой скоростью на слое "
|
||||||
|
"\"disable_fan_first_layers\" +1."
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:1343
|
#: src/libslic3r/PrintConfig.cpp:1343
|
||||||
msgid "Fuzzy skin type."
|
msgid "Fuzzy skin type."
|
||||||
@@ -15167,13 +15214,13 @@ msgid ""
|
|||||||
"You can use all configuration options as variables inside this template. For "
|
"You can use all configuration options as variables inside this template. For "
|
||||||
"example: [layer_height], [fill_density] etc. You can also use [timestamp], "
|
"example: [layer_height], [fill_density] etc. You can also use [timestamp], "
|
||||||
"[year], [month], [day], [hour], [minute], [second], [version], "
|
"[year], [month], [day], [hour], [minute], [second], [version], "
|
||||||
"[input_filename], [input_filename_base]."
|
"[input_filename], [input_filename_base], [default_output_extension]."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Вы можете использовать все параметры в качестве переменных внутри этого "
|
"Вы можете использовать все параметры в качестве переменных внутри этого "
|
||||||
"шаблона. Они будят добавлены к имени файла. Например: [layer_height], "
|
"шаблона. Они будят добавлены к имени файла. Например: [layer_height], "
|
||||||
"[fill_density]. Так же вы можете использовать [timestamp], [year], [month], "
|
"[fill_density]. Так же вы можете использовать [timestamp], [year], [month], "
|
||||||
"[day], [hour], [minute], [second], [version], [input_filename], "
|
"[day], [hour], [minute], [second], [version], [input_filename], "
|
||||||
"[input_filename_base]."
|
"[input_filename_base], [default_output_extension]."
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:1992
|
#: src/libslic3r/PrintConfig.cpp:1992
|
||||||
msgid "Detect bridging perimeters"
|
msgid "Detect bridging perimeters"
|
||||||
@@ -15280,8 +15327,8 @@ msgstr ""
|
|||||||
"Количество слоёв контура модели (или количество вертикальных слоёв стенки "
|
"Количество слоёв контура модели (или количество вертикальных слоёв стенки "
|
||||||
"модели). Чем меньше число, тем меньше толщина стенки модели, а значит, "
|
"модели). Чем меньше число, тем меньше толщина стенки модели, а значит, "
|
||||||
"модель будет более хрупкая. Обратите внимание, если включена опция "
|
"модель будет более хрупкая. Обратите внимание, если включена опция "
|
||||||
"«Дополнительные периметры при необходимости», QIDISlicer может "
|
"«Дополнительные периметры при необходимости», QIDISlicer может автоматически "
|
||||||
"автоматически увеличить это значение, если обнаружит наклонные поверхности."
|
"увеличить это значение, если обнаружит наклонные поверхности."
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:2073
|
#: src/libslic3r/PrintConfig.cpp:2073
|
||||||
msgid "(minimum)"
|
msgid "(minimum)"
|
||||||
@@ -15860,11 +15907,11 @@ msgid ""
|
|||||||
"When disabled, QIDISlicer will NOT emit commands to heat up extruder and "
|
"When disabled, QIDISlicer will NOT emit commands to heat up extruder and "
|
||||||
"bed, leaving both to Custom Start G-Code."
|
"bed, leaving both to Custom Start G-Code."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Если включено, QIDISlicer будет проверять, присутствуют ли в вашем "
|
"Если включено, QIDISlicer будет проверять, присутствуют ли в вашем стартовом "
|
||||||
"стартовом g-коде температурные команды M104 или M190. Если эти команды "
|
"g-коде температурные команды M104 или M190. Если эти команды присутствуют, "
|
||||||
"присутствуют, то температуры не будут вставляться автоматически, и вы "
|
"то температуры не будут вставляться автоматически, и вы сможете настроить "
|
||||||
"сможете настроить порядок команд нагрева и другие пользовательские действия. "
|
"порядок команд нагрева и другие пользовательские действия. Обратите "
|
||||||
"Обратите внимание, что вы можете использовать шаблонные переменные для всех "
|
"внимание, что вы можете использовать шаблонные переменные для всех "
|
||||||
"параметров QIDISlicer, поэтому вы можете вставить команду \"M109 "
|
"параметров QIDISlicer, поэтому вы можете вставить команду \"M109 "
|
||||||
"S[first_layer_temperature]\" где угодно. \n"
|
"S[first_layer_temperature]\" где угодно. \n"
|
||||||
"Если в вашем стартовом G-коде отсутствует команды M104 или M190, QIDISlicer "
|
"Если в вашем стартовом G-коде отсутствует команды M104 или M190, QIDISlicer "
|
||||||
@@ -16808,6 +16855,16 @@ msgstr ""
|
|||||||
"Максимальное расстояние между опорами на разряженных участках заполнения."
|
"Максимальное расстояние между опорами на разряженных участках заполнения."
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:3239
|
#: src/libslic3r/PrintConfig.cpp:3239
|
||||||
|
msgid "Wipe tower extruder"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/libslic3r/PrintConfig.cpp:3241
|
||||||
|
msgid ""
|
||||||
|
"The extruder to use when printing perimeter of the wipe tower. Set to 0 to "
|
||||||
|
"use the one that is available (non-soluble would be preferred)."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/libslic3r/PrintConfig.cpp:3260
|
||||||
msgid "XY Size Compensation"
|
msgid "XY Size Compensation"
|
||||||
msgstr "Коррекция горизонтальных размеров модели"
|
msgstr "Коррекция горизонтальных размеров модели"
|
||||||
|
|
||||||
@@ -17951,9 +18008,9 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:4836
|
#: src/libslic3r/PrintConfig.cpp:4836
|
||||||
msgid ""
|
msgid ""
|
||||||
"This version of QIDISlicer may not understand configurations produced by "
|
"This version of QIDISlicer may not understand configurations produced by the "
|
||||||
"the newest QIDISlicer versions. For example, newer QIDISlicer may extend "
|
"newest QIDISlicer versions. For example, newer QIDISlicer may extend the "
|
||||||
"the list of supported firmware flavors. One may decide to bail out or to "
|
"list of supported firmware flavors. One may decide to bail out or to "
|
||||||
"substitute an unknown value with a default silently or verbosely."
|
"substitute an unknown value with a default silently or verbosely."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Эта версия QIDISlicer может не понимать конфигурации, созданные новейшими "
|
"Эта версия QIDISlicer может не понимать конфигурации, созданные новейшими "
|
||||||
@@ -18013,8 +18070,8 @@ msgstr "Одни экземпляр программы"
|
|||||||
#: src/libslic3r/PrintConfig.cpp:4857
|
#: src/libslic3r/PrintConfig.cpp:4857
|
||||||
msgid ""
|
msgid ""
|
||||||
"If enabled, the command line arguments are sent to an existing instance of "
|
"If enabled, the command line arguments are sent to an existing instance of "
|
||||||
"GUI QIDISlicer, or an existing QIDISlicer window is activated. Overrides "
|
"GUI QIDISlicer, or an existing QIDISlicer window is activated. Overrides the "
|
||||||
"the \"single_instance\" configuration value from application preferences."
|
"\"single_instance\" configuration value from application preferences."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Если включено, аргументы командной строки посылаются в существующий "
|
"Если включено, аргументы командной строки посылаются в существующий "
|
||||||
"экземпляр GUI QIDISlicer, либо активируется существующее окно QIDISlicer. "
|
"экземпляр GUI QIDISlicer, либо активируется существующее окно QIDISlicer. "
|
||||||
@@ -18175,15 +18232,16 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Перезагрузить с диска\n"
|
"Перезагрузить с диска\n"
|
||||||
"Знаете ли вы, что если вы создали новую версию своей модели, вы можете "
|
"Знаете ли вы, что если вы создали новую версию своей модели, вы можете "
|
||||||
"просто перезагрузить ее в QIDISlicer? Щелкните правой кнопкой мыши на "
|
"просто перезагрузить ее в QIDISlicer? Щелкните правой кнопкой мыши на модели "
|
||||||
"модели в окне 3D просмотра и выберите Перезагрузить с диска. Подробнее "
|
"в окне 3D просмотра и выберите Перезагрузить с диска. Подробнее читайте в "
|
||||||
"читайте в документации."
|
"документации."
|
||||||
|
|
||||||
#: resources/data/hints.ini: [hint:Hiding sidebar]
|
#: resources/data/hints.ini: [hint:Hiding sidebar]
|
||||||
msgid ""
|
msgid ""
|
||||||
"Hiding sidebar\n"
|
"Hiding sidebar\n"
|
||||||
"Did you know that you can hide the right sidebar using the shortcut <b>Shift"
|
"Did you know that you can hide the right sidebar using the shortcut "
|
||||||
"+Tab</b>? You can also enable the icon for this from the<a>Preferences</a>."
|
"<b>Shift+Tab</b>? You can also enable the icon for this from "
|
||||||
|
"the<a>Preferences</a>."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Свернуть боковую панель\n"
|
"Свернуть боковую панель\n"
|
||||||
"Знаете ли вы, что правую боковую панель можно скрыть с помощью сочетания "
|
"Знаете ли вы, что правую боковую панель можно скрыть с помощью сочетания "
|
||||||
|
|||||||
@@ -8,15 +8,15 @@ msgstr ""
|
|||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2023-05-26 13:11+0200\n"
|
"POT-Creation-Date: 2023-05-26 13:11+0200\n"
|
||||||
"PO-Revision-Date: 2023-04-10 05:30+0300\n"
|
"PO-Revision-Date: 2023-07-01 15:34+0800\n"
|
||||||
"Last-Translator: Mehmet Sutas <msutas@gmail.com>\n"
|
"Last-Translator: Mehmet Sutas <msutas@gmail.com>\n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
"Language: tr_TR\n"
|
"Language: tr_TR\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"X-Generator: Poedit 2.4.3\n"
|
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
"X-Generator: Poedit 3.3.2\n"
|
||||||
|
|
||||||
#: src/slic3r/GUI/AboutDialog.cpp:46 src/slic3r/GUI/AboutDialog.cpp:304
|
#: src/slic3r/GUI/AboutDialog.cpp:46 src/slic3r/GUI/AboutDialog.cpp:304
|
||||||
msgid "Portions copyright"
|
msgid "Portions copyright"
|
||||||
@@ -2811,7 +2811,24 @@ msgstr ""
|
|||||||
"Yazdırma alanının dışında bir nesne algılandı.\n"
|
"Yazdırma alanının dışında bir nesne algılandı.\n"
|
||||||
"Dilimlemeye devam etmek için sorunu çözün."
|
"Dilimlemeye devam etmek için sorunu çözün."
|
||||||
|
|
||||||
#: src/slic3r/GUI/GLCanvas3D.cpp:7539
|
#. TRN %3% is name of Object1, %4% is name of Object2
|
||||||
|
#: src/slic3r/GUI/GLCanvas3D.cpp:7496
|
||||||
|
#, boost-format
|
||||||
|
msgid ""
|
||||||
|
"Conflicts in G-code paths have been detected at layer %1%, z=%2$.2f mm. "
|
||||||
|
"Please reposition the conflicting objects (%3% <-> %4%) further apart."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/GLCanvas3D.cpp:7529
|
||||||
|
#: src/slic3r/GUI/NotificationManager.cpp:2101
|
||||||
|
#: src/slic3r/GUI/NotificationManager.cpp:2108
|
||||||
|
#: src/slic3r/GUI/NotificationManager.cpp:2124
|
||||||
|
#: src/slic3r/GUI/NotificationManager.cpp:2130
|
||||||
|
#: src/slic3r/GUI/NotificationManager.cpp:2201
|
||||||
|
msgid "ERROR:"
|
||||||
|
msgstr "HATA:"
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/GLCanvas3D.cpp:7606
|
||||||
msgid "Selection-Add from rectangle"
|
msgid "Selection-Add from rectangle"
|
||||||
msgstr "Seçim-Dörtgenden ekle"
|
msgstr "Seçim-Dörtgenden ekle"
|
||||||
|
|
||||||
@@ -4571,7 +4588,13 @@ msgstr "Çıkış, verilerimi şimdi taşıyacağım"
|
|||||||
msgid "Start the application"
|
msgid "Start the application"
|
||||||
msgstr "Uygulamayı başlat"
|
msgstr "Uygulamayı başlat"
|
||||||
|
|
||||||
#: src/slic3r/GUI/GUI_App.cpp:736
|
#. TRN %s = type of file
|
||||||
|
#: src/slic3r/GUI/GUI_App.cpp:609
|
||||||
|
#, c-format, boost-format
|
||||||
|
msgid "%s files"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/GUI_App.cpp:772
|
||||||
#, c-format, boost-format
|
#, c-format, boost-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"%s has encountered an error. It was likely caused by running out of memory. "
|
"%s has encountered an error. It was likely caused by running out of memory. "
|
||||||
@@ -4592,9 +4615,9 @@ msgstr "Önemli hata"
|
|||||||
|
|
||||||
#: src/slic3r/GUI/GUI_App.cpp:743
|
#: src/slic3r/GUI/GUI_App.cpp:743
|
||||||
msgid ""
|
msgid ""
|
||||||
"QIDISlicer has encountered a localization error. Please report to "
|
"QIDISlicer has encountered a localization error. Please report to QIDISlicer "
|
||||||
"QIDISlicer team, what language was active and in which scenario this issue "
|
"team, what language was active and in which scenario this issue happened. "
|
||||||
"happened. Thank you.\n"
|
"Thank you.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"The application will now terminate."
|
"The application will now terminate."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -4671,8 +4694,7 @@ msgid ""
|
|||||||
"qidi3d.cz/qidislicer/.\n"
|
"qidi3d.cz/qidislicer/.\n"
|
||||||
"Do you wish to continue?"
|
"Do you wish to continue?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"64-bit Windows üzerinde 32 bit QIDISlicer yapılandırması "
|
"64-bit Windows üzerinde 32 bit QIDISlicer yapılandırması çalıştırıyorsunuz.\n"
|
||||||
"çalıştırıyorsunuz.\n"
|
|
||||||
"QIDISlicer'ın 32 bit yapısı muhtemelen sistemde bulunan tüm RAM'i "
|
"QIDISlicer'ın 32 bit yapısı muhtemelen sistemde bulunan tüm RAM'i "
|
||||||
"kullanamayacaktır.\n"
|
"kullanamayacaktır.\n"
|
||||||
"Lütfen https://www.qidi3d.cz/qidislicer/'dan 64 bitlik bir QIDISlicer "
|
"Lütfen https://www.qidi3d.cz/qidislicer/'dan 64 bitlik bir QIDISlicer "
|
||||||
@@ -7898,14 +7920,6 @@ msgstr "G-kodu Dışa Aktar"
|
|||||||
msgid "Export."
|
msgid "Export."
|
||||||
msgstr "Dışa Aktar"
|
msgstr "Dışa Aktar"
|
||||||
|
|
||||||
#: src/slic3r/GUI/NotificationManager.cpp:2101
|
|
||||||
#: src/slic3r/GUI/NotificationManager.cpp:2108
|
|
||||||
#: src/slic3r/GUI/NotificationManager.cpp:2124
|
|
||||||
#: src/slic3r/GUI/NotificationManager.cpp:2130
|
|
||||||
#: src/slic3r/GUI/NotificationManager.cpp:2201
|
|
||||||
msgid "ERROR:"
|
|
||||||
msgstr "HATA:"
|
|
||||||
|
|
||||||
#: src/slic3r/GUI/NotificationManager.cpp:2113
|
#: src/slic3r/GUI/NotificationManager.cpp:2113
|
||||||
#: src/slic3r/GUI/NotificationManager.cpp:2140
|
#: src/slic3r/GUI/NotificationManager.cpp:2140
|
||||||
#: src/slic3r/GUI/NotificationManager.cpp:2148
|
#: src/slic3r/GUI/NotificationManager.cpp:2148
|
||||||
@@ -7990,8 +8004,8 @@ msgstr "Grafik kartı sürücünüzü güncellemeniz gerekebilir."
|
|||||||
|
|
||||||
#: src/slic3r/GUI/OpenGLManager.cpp:390
|
#: src/slic3r/GUI/OpenGLManager.cpp:390
|
||||||
msgid ""
|
msgid ""
|
||||||
"As a workaround, you may run QIDISlicer with a software rendered 3D "
|
"As a workaround, you may run QIDISlicer with a software rendered 3D graphics "
|
||||||
"graphics by running qidi-slicer.exe with the --sw-renderer parameter."
|
"by running qidi-slicer.exe with the --sw-renderer parameter."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Geçici bir çözüm olarak, qidi-slicer.exe --sw-renderer parametresiyle "
|
"Geçici bir çözüm olarak, qidi-slicer.exe --sw-renderer parametresiyle "
|
||||||
"çalıştırarak QIDISlicer'ı yazılımla işlenmiş 3B grafiklerle "
|
"çalıştırarak QIDISlicer'ı yazılımla işlenmiş 3B grafiklerle "
|
||||||
@@ -8101,7 +8115,11 @@ msgstr ""
|
|||||||
"Özel bir CA dosyası kullanmak için, lütfen CA dosyanızı Sertifika Deposu/"
|
"Özel bir CA dosyası kullanmak için, lütfen CA dosyanızı Sertifika Deposu/"
|
||||||
"Anahtarlık içine aktarın."
|
"Anahtarlık içine aktarın."
|
||||||
|
|
||||||
#: src/slic3r/GUI/PhysicalPrinterDialog.cpp:705
|
#: src/slic3r/GUI/PhysicalPrinterDialog.cpp:667
|
||||||
|
msgid "Unexpected character"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/PhysicalPrinterDialog.cpp:723
|
||||||
msgid "You have to enter a printer name."
|
msgid "You have to enter a printer name."
|
||||||
msgstr "Bir yazıcı adı girmeniz gerekir."
|
msgstr "Bir yazıcı adı girmeniz gerekir."
|
||||||
|
|
||||||
@@ -8367,8 +8385,7 @@ msgid_plural ""
|
|||||||
"The presets below were temporarily installed on the active instance of "
|
"The presets below were temporarily installed on the active instance of "
|
||||||
"QIDISlicer"
|
"QIDISlicer"
|
||||||
msgstr[0] ""
|
msgstr[0] ""
|
||||||
"Aşağıdaki hazır ayar, QIDISlicer'ın etkin örneğine geçici olarak "
|
"Aşağıdaki hazır ayar, QIDISlicer'ın etkin örneğine geçici olarak yüklenmiştir"
|
||||||
"yüklenmiştir"
|
|
||||||
msgstr[1] ""
|
msgstr[1] ""
|
||||||
"Aşağıdaki hazır ayarlar, QIDISlicer'ın etkin örneğine geçici olarak "
|
"Aşağıdaki hazır ayarlar, QIDISlicer'ın etkin örneğine geçici olarak "
|
||||||
"yüklenmiştir"
|
"yüklenmiştir"
|
||||||
@@ -8568,7 +8585,11 @@ msgstr ""
|
|||||||
msgid "Enable supports for enforcers only"
|
msgid "Enable supports for enforcers only"
|
||||||
msgstr "Yalnızca uygulayıcılar için destekleri etkinleştir"
|
msgstr "Yalnızca uygulayıcılar için destekleri etkinleştir"
|
||||||
|
|
||||||
#: src/slic3r/GUI/Plater.cpp:3362 src/slic3r/GUI/Plater.cpp:4258
|
#: src/slic3r/GUI/Plater.cpp:3229
|
||||||
|
msgid "Bed temperatures for the used filaments differ significantly."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Plater.cpp:3367 src/slic3r/GUI/Plater.cpp:4294
|
||||||
msgid "Invalid data"
|
msgid "Invalid data"
|
||||||
msgstr "Geçersiz veri"
|
msgstr "Geçersiz veri"
|
||||||
|
|
||||||
@@ -8629,7 +8650,24 @@ msgstr "Yeniden yükleme sırasında hata oluştu"
|
|||||||
msgid "Reload all from disk"
|
msgid "Reload all from disk"
|
||||||
msgstr "Tümünü diskten yeniden yükle"
|
msgstr "Tümünü diskten yeniden yükle"
|
||||||
|
|
||||||
#: src/slic3r/GUI/Plater.cpp:4211
|
#: src/slic3r/GUI/Plater.cpp:4103 src/slic3r/GUI/Plater.cpp:4109
|
||||||
|
msgid "You are using template filament preset."
|
||||||
|
msgid_plural "You are using template filament presets."
|
||||||
|
msgstr[0] ""
|
||||||
|
msgstr[1] ""
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Plater.cpp:4104 src/slic3r/GUI/Plater.cpp:4110
|
||||||
|
msgid ""
|
||||||
|
"Please note that template presets are not customized for specific printer "
|
||||||
|
"and should only be used as a starting point for creating your own user "
|
||||||
|
"presets."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Plater.cpp:4106
|
||||||
|
msgid "More info at"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Plater.cpp:4247
|
||||||
msgid "There are active warnings concerning sliced models:"
|
msgid "There are active warnings concerning sliced models:"
|
||||||
msgstr "Dilimlenmiş modellerle ilgili aktif uyarılar var:"
|
msgstr "Dilimlenmiş modellerle ilgili aktif uyarılar var:"
|
||||||
|
|
||||||
@@ -8878,7 +8916,11 @@ msgstr ""
|
|||||||
msgid "Save project"
|
msgid "Save project"
|
||||||
msgstr "Projeyi kaydet"
|
msgstr "Projeyi kaydet"
|
||||||
|
|
||||||
#: src/slic3r/GUI/Plater.cpp:6826
|
#: src/slic3r/GUI/Plater.cpp:6681
|
||||||
|
msgid "Unable to save file"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/Plater.cpp:6875
|
||||||
msgid "Is the printer ready? Is the print sheet in place, empty and clean?"
|
msgid "Is the printer ready? Is the print sheet in place, empty and clean?"
|
||||||
msgstr "Yazıcı hazır mı? Baskı tablası yerinde, boş ve temiz mi?"
|
msgstr "Yazıcı hazır mı? Baskı tablası yerinde, boş ve temiz mi?"
|
||||||
|
|
||||||
@@ -9353,8 +9395,7 @@ msgstr "Printables.com'dan indirmelere izin ver"
|
|||||||
#: src/slic3r/GUI/Preferences.cpp:578
|
#: src/slic3r/GUI/Preferences.cpp:578
|
||||||
msgid "If enabled, QIDISlicer will be allowed to download from Printables.com"
|
msgid "If enabled, QIDISlicer will be allowed to download from Printables.com"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Etkinleştirilirse, QIDISlicer'ın Printables.com'dan indirmesine izin "
|
"Etkinleştirilirse, QIDISlicer'ın Printables.com'dan indirmesine izin verilir."
|
||||||
"verilir."
|
|
||||||
|
|
||||||
#: src/slic3r/GUI/Preferences.cpp:588
|
#: src/slic3r/GUI/Preferences.cpp:588
|
||||||
msgid "Render"
|
msgid "Render"
|
||||||
@@ -9504,7 +9545,11 @@ msgstr "Hazır ayarı düzenle"
|
|||||||
msgid "Change extruder color"
|
msgid "Change extruder color"
|
||||||
msgstr "Ekstruder rengini değiştir"
|
msgstr "Ekstruder rengini değiştir"
|
||||||
|
|
||||||
#: src/slic3r/GUI/PresetComboBoxes.cpp:767 src/slic3r/GUI/Tab.cpp:3503
|
#: src/slic3r/GUI/PresetComboBoxes.cpp:787
|
||||||
|
msgid "Show/Hide template presets"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/slic3r/GUI/PresetComboBoxes.cpp:795 src/slic3r/GUI/Tab.cpp:3520
|
||||||
msgid "Edit physical printer"
|
msgid "Edit physical printer"
|
||||||
msgstr "Fiziksel yazıcıyı düzenle"
|
msgstr "Fiziksel yazıcıyı düzenle"
|
||||||
|
|
||||||
@@ -11990,8 +12035,8 @@ msgid ""
|
|||||||
"Could not detect system SSL certificate store. QIDISlicer will be unable to "
|
"Could not detect system SSL certificate store. QIDISlicer will be unable to "
|
||||||
"establish secure network connections."
|
"establish secure network connections."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Sistem SSL sertifika deposu algılanamadı. QIDISlicer güvenli ağ "
|
"Sistem SSL sertifika deposu algılanamadı. QIDISlicer güvenli ağ bağlantıları "
|
||||||
"bağlantıları kuramaz."
|
"kuramaz."
|
||||||
|
|
||||||
#: src/slic3r/Utils/Http.cpp:78
|
#: src/slic3r/Utils/Http.cpp:78
|
||||||
#, boost-format
|
#, boost-format
|
||||||
@@ -13473,8 +13518,8 @@ msgid ""
|
|||||||
"This end procedure is inserted at the end of the output file. Note that you "
|
"This end procedure is inserted at the end of the output file. Note that you "
|
||||||
"can use placeholder variables for all QIDISlicer settings."
|
"can use placeholder variables for all QIDISlicer settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Bu bitiş prosedürü, çıktı dosyasının sonuna eklenir. Tüm QIDISlicer "
|
"Bu bitiş prosedürü, çıktı dosyasının sonuna eklenir. Tüm QIDISlicer ayarları "
|
||||||
"ayarları için yer tutucu değişkenleri kullanabileceğinizi unutmayın."
|
"için yer tutucu değişkenleri kullanabileceğinizi unutmayın."
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:797
|
#: src/libslic3r/PrintConfig.cpp:797
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -14966,12 +15011,12 @@ msgid ""
|
|||||||
"You can use all configuration options as variables inside this template. For "
|
"You can use all configuration options as variables inside this template. For "
|
||||||
"example: [layer_height], [fill_density] etc. You can also use [timestamp], "
|
"example: [layer_height], [fill_density] etc. You can also use [timestamp], "
|
||||||
"[year], [month], [day], [hour], [minute], [second], [version], "
|
"[year], [month], [day], [hour], [minute], [second], [version], "
|
||||||
"[input_filename], [input_filename_base]."
|
"[input_filename], [input_filename_base], [default_output_extension]."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Tüm konfigürasyon seçeneklerini bu şablon içindeki değişkenler olarak "
|
"Tüm konfigürasyon seçeneklerini bu şablon içindeki değişkenler olarak "
|
||||||
"kullanabilirsiniz. Örneğin: [layer_height], [fill_density], [timestamp], "
|
"kullanabilirsiniz. Örneğin: [layer_height], [fill_density], [timestamp], "
|
||||||
"[year], [month], [day], [hour], [minute], [second], [version], "
|
"[year], [month], [day], [hour], [minute], [second], [version], "
|
||||||
"[input_filename], [input_filename_base]."
|
"[input_filename], [input_filename_base], [default_output_extension]."
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:1992
|
#: src/libslic3r/PrintConfig.cpp:1992
|
||||||
msgid "Detect bridging perimeters"
|
msgid "Detect bridging perimeters"
|
||||||
@@ -16280,9 +16325,8 @@ msgstr ""
|
|||||||
"ayarlarının yer tutucu değişkenleri yanı sıra {toolchange_z}, "
|
"ayarlarının yer tutucu değişkenleri yanı sıra {toolchange_z}, "
|
||||||
"{previous_extruder} ve {next_extruder} kullanılabilir. Doğru ekstrüdere "
|
"{previous_extruder} ve {next_extruder} kullanılabilir. Doğru ekstrüdere "
|
||||||
"değişen bir takım değiştirme komutu dahil edildiğinde (T{next_extruder} "
|
"değişen bir takım değiştirme komutu dahil edildiğinde (T{next_extruder} "
|
||||||
"gibi), QIDISlicer başka bir komut eklemez. Bu nedenle, takım "
|
"gibi), QIDISlicer başka bir komut eklemez. Bu nedenle, takım değişikliğinden "
|
||||||
"değişikliğinden önce ve sonra özel davranış komut dosyası oluşturmak "
|
"önce ve sonra özel davranış komut dosyası oluşturmak mümkündür."
|
||||||
"mümkündür."
|
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:3035
|
#: src/libslic3r/PrintConfig.cpp:3035
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -16552,6 +16596,16 @@ msgid "Maximal distance between supports on sparse infill sections."
|
|||||||
msgstr "Seyrek dolgu bölümlerinde destekler arasındaki azami mesafe."
|
msgstr "Seyrek dolgu bölümlerinde destekler arasındaki azami mesafe."
|
||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:3239
|
#: src/libslic3r/PrintConfig.cpp:3239
|
||||||
|
msgid "Wipe tower extruder"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/libslic3r/PrintConfig.cpp:3241
|
||||||
|
msgid ""
|
||||||
|
"The extruder to use when printing perimeter of the wipe tower. Set to 0 to "
|
||||||
|
"use the one that is available (non-soluble would be preferred)."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/libslic3r/PrintConfig.cpp:3260
|
||||||
msgid "XY Size Compensation"
|
msgid "XY Size Compensation"
|
||||||
msgstr "XY Boyut Telafisi"
|
msgstr "XY Boyut Telafisi"
|
||||||
|
|
||||||
@@ -17670,9 +17724,9 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/libslic3r/PrintConfig.cpp:4836
|
#: src/libslic3r/PrintConfig.cpp:4836
|
||||||
msgid ""
|
msgid ""
|
||||||
"This version of QIDISlicer may not understand configurations produced by "
|
"This version of QIDISlicer may not understand configurations produced by the "
|
||||||
"the newest QIDISlicer versions. For example, newer QIDISlicer may extend "
|
"newest QIDISlicer versions. For example, newer QIDISlicer may extend the "
|
||||||
"the list of supported firmware flavors. One may decide to bail out or to "
|
"list of supported firmware flavors. One may decide to bail out or to "
|
||||||
"substitute an unknown value with a default silently or verbosely."
|
"substitute an unknown value with a default silently or verbosely."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"QIDISlicer'ın bu sürümü, en yeni QIDISlicer sürümleri tarafından üretilen "
|
"QIDISlicer'ın bu sürümü, en yeni QIDISlicer sürümleri tarafından üretilen "
|
||||||
@@ -17731,8 +17785,8 @@ msgstr "Tek örnek modu"
|
|||||||
#: src/libslic3r/PrintConfig.cpp:4857
|
#: src/libslic3r/PrintConfig.cpp:4857
|
||||||
msgid ""
|
msgid ""
|
||||||
"If enabled, the command line arguments are sent to an existing instance of "
|
"If enabled, the command line arguments are sent to an existing instance of "
|
||||||
"GUI QIDISlicer, or an existing QIDISlicer window is activated. Overrides "
|
"GUI QIDISlicer, or an existing QIDISlicer window is activated. Overrides the "
|
||||||
"the \"single_instance\" configuration value from application preferences."
|
"\"single_instance\" configuration value from application preferences."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Etkinleştirilirse, komut satırı bağımsız değişkenleri varolan bir GUI "
|
"Etkinleştirilirse, komut satırı bağımsız değişkenleri varolan bir GUI "
|
||||||
"QIDISlicer örneğine gönderilir veya varolan bir QIDISlicer penceresi "
|
"QIDISlicer örneğine gönderilir veya varolan bir QIDISlicer penceresi "
|
||||||
@@ -17898,8 +17952,9 @@ msgstr ""
|
|||||||
#: resources/data/hints.ini: [hint:Hiding sidebar]
|
#: resources/data/hints.ini: [hint:Hiding sidebar]
|
||||||
msgid ""
|
msgid ""
|
||||||
"Hiding sidebar\n"
|
"Hiding sidebar\n"
|
||||||
"Did you know that you can hide the right sidebar using the shortcut <b>Shift"
|
"Did you know that you can hide the right sidebar using the shortcut "
|
||||||
"+Tab</b>? You can also enable the icon for this from the<a>Preferences</a>."
|
"<b>Shift+Tab</b>? You can also enable the icon for this from "
|
||||||
|
"the<a>Preferences</a>."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Kenar çubuğunu gizleme\n"
|
"Kenar çubuğunu gizleme\n"
|
||||||
" <b>Shift+Sekme</b> kısayolunu kullanarak sağ kenar çubuğunu "
|
" <b>Shift+Sekme</b> kısayolunu kullanarak sağ kenar çubuğunu "
|
||||||
@@ -18377,6 +18432,7 @@ msgstr "%i / %u"
|
|||||||
msgid "%ld byte"
|
msgid "%ld byte"
|
||||||
msgid_plural "%ld bytes"
|
msgid_plural "%ld bytes"
|
||||||
msgstr[0] "%ld bayt"
|
msgstr[0] "%ld bayt"
|
||||||
|
msgstr[1] ""
|
||||||
|
|
||||||
#: ../src/html/helpwnd.cpp:1033
|
#: ../src/html/helpwnd.cpp:1033
|
||||||
#, c-format
|
#, c-format
|
||||||
@@ -22586,6 +22642,7 @@ msgstr "Son sayfa"
|
|||||||
msgid "Last repeated message (\"%s\", %u time) wasn't output"
|
msgid "Last repeated message (\"%s\", %u time) wasn't output"
|
||||||
msgid_plural "Last repeated message (\"%s\", %u times) wasn't output"
|
msgid_plural "Last repeated message (\"%s\", %u times) wasn't output"
|
||||||
msgstr[0] "Son yinelenen ileti (\"%s\", %u kez) çıkartılmadı"
|
msgstr[0] "Son yinelenen ileti (\"%s\", %u kez) çıkartılmadı"
|
||||||
|
msgstr[1] ""
|
||||||
|
|
||||||
#: ../src/common/paper.cpp:103
|
#: ../src/common/paper.cpp:103
|
||||||
msgid "Ledger, 17 x 11 in"
|
msgid "Ledger, 17 x 11 in"
|
||||||
@@ -24777,6 +24834,7 @@ msgstr "Taslak düzeyi."
|
|||||||
msgid "The previous message repeated %u time."
|
msgid "The previous message repeated %u time."
|
||||||
msgid_plural "The previous message repeated %u times."
|
msgid_plural "The previous message repeated %u times."
|
||||||
msgstr[0] "Önceki ileti %u kez yinelendi."
|
msgstr[0] "Önceki ileti %u kez yinelendi."
|
||||||
|
msgstr[1] ""
|
||||||
|
|
||||||
#: ../src/common/log.cpp:270
|
#: ../src/common/log.cpp:270
|
||||||
msgid "The previous message repeated once."
|
msgid "The previous message repeated once."
|
||||||
@@ -25074,8 +25132,8 @@ msgid ""
|
|||||||
"Type operation \"%s\" failed: Property labeled \"%s\" is of type \"%s\", NOT "
|
"Type operation \"%s\" failed: Property labeled \"%s\" is of type \"%s\", NOT "
|
||||||
"\"%s\"."
|
"\"%s\"."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"\"%s\" tür işlemi yapılamadı: Etiketlenen özellik \"%s\" \"%s\" türünde, \"%s"
|
"\"%s\" tür işlemi yapılamadı: Etiketlenen özellik \"%s\" \"%s\" türünde, "
|
||||||
"\" türünde DEĞİL."
|
"\"%s\" türünde DEĞİL."
|
||||||
|
|
||||||
#: ../src/common/paper.cpp:133
|
#: ../src/common/paper.cpp:133
|
||||||
msgid "US Std Fanfold, 14 7/8 x 11 in"
|
msgid "US Std Fanfold, 14 7/8 x 11 in"
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
min_slic3r_version = 1.0.5
|
||||||
|
1.0.5 Optimize parameters
|
||||||
|
min_slic3r_version = 1.0.4
|
||||||
|
1.0.4 Modify start code
|
||||||
|
min_slic3r_version = 1.0.3
|
||||||
|
1.0.3 Delete filament property
|
||||||
min_slic3r_version = 1.0.2
|
min_slic3r_version = 1.0.2
|
||||||
1.0.2 Add filament property
|
1.0.2 Add filament property
|
||||||
min_slic3r_version = 1.0.1
|
min_slic3r_version = 1.0.1
|
||||||
|
|||||||
@@ -4,8 +4,8 @@
|
|||||||
# Vendor name will be shown by the Config Wizard.
|
# Vendor name will be shown by the Config Wizard.
|
||||||
name = QIDI Technology
|
name = QIDI Technology
|
||||||
# Configuration version of this file. Config file will only be installed, if the config_version differs.
|
# Configuration version of this file. Config file will only be installed, if the config_version differs.
|
||||||
# This means, the server may force the PrusaSlicer configuration to be downgraded.
|
# This means, the server may force the QIDISlicer configuration to be downgraded.
|
||||||
config_version = 1.0.2
|
config_version = 1.0.6
|
||||||
# Where to get the updates from?
|
# Where to get the updates from?
|
||||||
config_update_url = https://github.com/QIDITECH/QIDISlicer/releases/download/QIDITechnology/
|
config_update_url = https://github.com/QIDITECH/QIDISlicer/releases/download/QIDITechnology/
|
||||||
changelog_url = https://qidi3d.com/pages/software-firmware
|
changelog_url = https://qidi3d.com/pages/software-firmware
|
||||||
@@ -21,7 +21,7 @@ technology = FFF
|
|||||||
family = X
|
family = X
|
||||||
bed_model = X-MAX 3_bed.stl
|
bed_model = X-MAX 3_bed.stl
|
||||||
bed_texture = X-MAX 3.svg
|
bed_texture = X-MAX 3.svg
|
||||||
default_materials = QIDI ABS Rapido @X-MAX 3; QIDI PLA Rapido @X-MAX 3; QIDI PLA Rapido Matte @X-MAX 3; QIDI ToughPETG @X-MAX 3; Generic ABS @X-MAX 3; Generic PETG @X-MAX 3; Generic PLA @X-MAX 3
|
default_materials = QIDI ABS Odorless @X-MAX 3; QIDI ABS Rapido @X-MAX 3; QIDI ASA @X-MAX 3; QIDI PLA Rapido @X-MAX 3; QIDI PLA Rapido Matte @X-MAX 3; QIDI ToughPETG @X-MAX 3; Generic ABS @X-MAX 3; Generic PETG @X-MAX 3; Generic PLA @X-MAX 3
|
||||||
|
|
||||||
[printer_model:X-Plus 3]
|
[printer_model:X-Plus 3]
|
||||||
name = X-Plus 3
|
name = X-Plus 3
|
||||||
@@ -30,7 +30,7 @@ technology = FFF
|
|||||||
family = X
|
family = X
|
||||||
bed_model = X-Plus 3_bed.stl
|
bed_model = X-Plus 3_bed.stl
|
||||||
bed_texture = X-Plus 3.svg
|
bed_texture = X-Plus 3.svg
|
||||||
default_materials = QIDI ABS Rapido @X-Plus 3; QIDI PLA Rapido @X-Plus 3; QIDI PLA Rapido Matte @X-Plus 3; QIDI ToughPETG @X-Plus 3; Generic ABS @X-Plus 3; Generic PETG @X-Plus 3; Generic PLA @X-Plus 3
|
default_materials = QIDI ABS Odorless @X-Plus 3; QIDI ABS Rapido @X-Plus 3; QIDI ASA @X-Plus 3; QIDI PLA Rapido @X-Plus 3; QIDI PLA Rapido Matte @X-Plus 3; QIDI ToughPETG @X-Plus 3; Generic ABS @X-Plus 3; Generic PETG @X-Plus 3; Generic PLA @X-Plus 3
|
||||||
|
|
||||||
[printer_model:X-smart 3]
|
[printer_model:X-smart 3]
|
||||||
name = X-smart 3
|
name = X-smart 3
|
||||||
@@ -39,7 +39,7 @@ technology = FFF
|
|||||||
family = X
|
family = X
|
||||||
bed_model = X-smart 3_bed.stl
|
bed_model = X-smart 3_bed.stl
|
||||||
bed_texture = X-smart 3.svg
|
bed_texture = X-smart 3.svg
|
||||||
default_materials = QIDI ABS Rapido @X-smart 3; QIDI PLA Rapido @X-smart 3; QIDI PLA Rapido Matte @X-smart 3; QIDI ToughPETG @X-smart 3; Generic ABS @X-smart 3; Generic PETG @X-smart 3; Generic PLA @X-smart 3
|
default_materials = QIDI ABS Odorless @X-smart 3;QIDI ABS Rapido @X-smart 3; QIDI ASA @X-smart 3; QIDI PLA Rapido @X-smart 3; QIDI PLA Rapido Matte @X-smart 3; QIDI ToughPETG @X-smart 3; Generic ABS @X-smart 3; Generic PETG @X-smart 3; Generic PLA @X-smart 3
|
||||||
|
|
||||||
# All presets starting with asterisk, for example *common*, are intermediate and they will
|
# All presets starting with asterisk, for example *common*, are intermediate and they will
|
||||||
# not make it into the user interface.
|
# not make it into the user interface.
|
||||||
@@ -83,15 +83,17 @@ first_layer_acceleration = 500
|
|||||||
first_layer_acceleration_over_raft = 500
|
first_layer_acceleration_over_raft = 500
|
||||||
first_layer_extrusion_width = 0.5
|
first_layer_extrusion_width = 0.5
|
||||||
first_layer_height = 0.2
|
first_layer_height = 0.2
|
||||||
first_layer_speed = 25%
|
first_layer_infill_speed = 100
|
||||||
|
first_layer_speed = 50
|
||||||
first_layer_speed_over_raft = 30
|
first_layer_speed_over_raft = 30
|
||||||
|
first_layer_travel_speed = 300
|
||||||
fuzzy_skin = none
|
fuzzy_skin = none
|
||||||
fuzzy_skin_point_dist = 0.8
|
fuzzy_skin_point_dist = 0.8
|
||||||
fuzzy_skin_thickness = 0.3
|
fuzzy_skin_thickness = 0.3
|
||||||
gap_fill_enabled = 0
|
gap_fill_enabled = 0
|
||||||
gap_fill_speed = 250
|
gap_fill_speed = 250
|
||||||
gcode_comments = 0
|
gcode_comments = 0
|
||||||
gcode_label_objects = 0
|
gcode_label_objects = 1
|
||||||
gcode_resolution = 0.0125
|
gcode_resolution = 0.0125
|
||||||
gcode_substitutions =
|
gcode_substitutions =
|
||||||
infill_acceleration = 0
|
infill_acceleration = 0
|
||||||
@@ -192,8 +194,8 @@ support_tree_branch_diameter_double_wall = 3
|
|||||||
support_tree_branch_distance = 1
|
support_tree_branch_distance = 1
|
||||||
support_tree_tip_diameter = 0.8
|
support_tree_tip_diameter = 0.8
|
||||||
support_tree_top_rate = 15%
|
support_tree_top_rate = 15%
|
||||||
thick_bridges = 1
|
thick_bridges = 0
|
||||||
thin_walls = 1
|
thin_walls = 0
|
||||||
threads = 12
|
threads = 12
|
||||||
top_fill_pattern = monotoniclines
|
top_fill_pattern = monotoniclines
|
||||||
top_infill_extrusion_width = 0
|
top_infill_extrusion_width = 0
|
||||||
@@ -263,7 +265,7 @@ solid_infill_speed = 230
|
|||||||
# Common filament preset
|
# Common filament preset
|
||||||
[filament:*common*]
|
[filament:*common*]
|
||||||
advance_pressure = 0.031
|
advance_pressure = 0.031
|
||||||
bed_temperature = 60
|
bed_temperature = 55
|
||||||
bridge_fan_speed = 100
|
bridge_fan_speed = 100
|
||||||
compatible_printers =
|
compatible_printers =
|
||||||
compatible_printers_condition =
|
compatible_printers_condition =
|
||||||
@@ -271,6 +273,7 @@ compatible_prints =
|
|||||||
compatible_prints_condition =
|
compatible_prints_condition =
|
||||||
cooling = 1
|
cooling = 1
|
||||||
disable_fan_first_layers = 1
|
disable_fan_first_layers = 1
|
||||||
|
disable_rapid_cooling_fan_first_layers = 3
|
||||||
enable_advance_pressure = 1
|
enable_advance_pressure = 1
|
||||||
enable_auxiliary_fan = 100
|
enable_auxiliary_fan = 100
|
||||||
enable_dynamic_fan_speeds = 0
|
enable_dynamic_fan_speeds = 0
|
||||||
@@ -293,19 +296,6 @@ filament_loading_speed_start = 3
|
|||||||
filament_max_volumetric_speed = 21
|
filament_max_volumetric_speed = 21
|
||||||
filament_minimal_purge_on_wipe_tower = 15
|
filament_minimal_purge_on_wipe_tower = 15
|
||||||
filament_notes = ""
|
filament_notes = ""
|
||||||
filament_property_drying_box = nil
|
|
||||||
filament_property_anneal_temperature = nil
|
|
||||||
filament_property_water_resistance = weak
|
|
||||||
filament_property_corrosion_resistance = weak
|
|
||||||
filament_property_creep_resistance = weak
|
|
||||||
filament_property_hdt_045 = 57
|
|
||||||
filament_property_hdt_180 = 0
|
|
||||||
filament_property_tensile_strength = 39±3
|
|
||||||
filament_property_tensile_modulus = 4650±150
|
|
||||||
filament_property_elongation_at_break = 12.5±2.5
|
|
||||||
filament_property_flexural_strength = 72.5±2.5
|
|
||||||
filament_property_flexural_modulus = 2850±150
|
|
||||||
filament_property_notch_impact_strength = 6±2
|
|
||||||
filament_ramming_parameters = "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6"
|
filament_ramming_parameters = "120 100 6.6 6.8 7.2 7.6 7.9 8.2 8.7 9.4 9.9 10.0| 0.05 6.6 0.45 6.8 0.95 7.8 1.45 8.3 1.95 9.7 2.45 10 2.95 7.6 3.45 7.6 3.95 7.6 4.45 7.6 4.95 7.6"
|
||||||
filament_retract_before_travel = nil
|
filament_retract_before_travel = nil
|
||||||
filament_retract_before_wipe = nil
|
filament_retract_before_wipe = nil
|
||||||
@@ -316,7 +306,7 @@ filament_retract_lift_above = nil
|
|||||||
filament_retract_lift_below = nil
|
filament_retract_lift_below = nil
|
||||||
filament_retract_restart_extra = nil
|
filament_retract_restart_extra = nil
|
||||||
filament_retract_speed = nil
|
filament_retract_speed = nil
|
||||||
filament_settings_id = PrusaSlicer_cf_pro.ini
|
filament_settings_id =
|
||||||
filament_soluble = 0
|
filament_soluble = 0
|
||||||
filament_spool_weight = 0
|
filament_spool_weight = 0
|
||||||
filament_toolchange_delay = 0
|
filament_toolchange_delay = 0
|
||||||
@@ -326,7 +316,7 @@ filament_unloading_speed = 90
|
|||||||
filament_unloading_speed_start = 100
|
filament_unloading_speed_start = 100
|
||||||
filament_vendor = QIDI
|
filament_vendor = QIDI
|
||||||
filament_wipe = nil
|
filament_wipe = nil
|
||||||
first_layer_bed_temperature = 60
|
first_layer_bed_temperature = 55
|
||||||
first_layer_temperature = 210
|
first_layer_temperature = 210
|
||||||
first_layer_volume_temperature = 0
|
first_layer_volume_temperature = 0
|
||||||
full_fan_speed_layer = 0
|
full_fan_speed_layer = 0
|
||||||
@@ -341,35 +331,60 @@ overhang_fan_speed_2 = 0
|
|||||||
overhang_fan_speed_3 = 0
|
overhang_fan_speed_3 = 0
|
||||||
slowdown_below_layer_time = 5
|
slowdown_below_layer_time = 5
|
||||||
smooth_time = 0.03
|
smooth_time = 0.03
|
||||||
start_filament_gcode = "; Filament gcode\n"
|
start_filament_gcode = "; Filament gcode\n{if (enable_advance_pressure[0] == true)}M900{else};M900{endif} K[advance_pressure] T[smooth_time]\n"
|
||||||
temperature = 220
|
temperature = 220
|
||||||
volume_temperature = 0
|
volume_temperature = 0
|
||||||
|
|
||||||
# QIDI filament preset
|
# QIDI filament preset
|
||||||
|
[filament:*QIDI ABS Odorless*]
|
||||||
|
inherits = *common*
|
||||||
|
advance_pressure = 0.021
|
||||||
|
bed_temperature = 90
|
||||||
|
disable_fan_first_layers = 3
|
||||||
|
enable_auxiliary_fan = 0
|
||||||
|
enable_dynamic_fan_speeds = 1
|
||||||
|
enable_volume_fan = 40
|
||||||
|
extrusion_multiplier = 0.92
|
||||||
|
fan_below_layer_time = 30
|
||||||
|
filament_colour = #FFFACD
|
||||||
|
filament_density = 1.02
|
||||||
|
filament_max_volumetric_speed = 22
|
||||||
|
filament_type = ABS
|
||||||
|
first_layer_bed_temperature = 90
|
||||||
|
first_layer_temperature = 250
|
||||||
|
max_fan_speed = 50
|
||||||
|
min_fan_speed = 10
|
||||||
|
overhang_fan_speed_0 = 100
|
||||||
|
overhang_fan_speed_1 = 90
|
||||||
|
overhang_fan_speed_2 = 80
|
||||||
|
overhang_fan_speed_3 = 80
|
||||||
|
slowdown_below_layer_time = 4
|
||||||
|
temperature = 270
|
||||||
|
volume_temperature = 55
|
||||||
|
|
||||||
[filament:*QIDI ABS Rapido*]
|
[filament:*QIDI ABS Rapido*]
|
||||||
inherits = *common*
|
inherits = *common*
|
||||||
advance_pressure = 0.021
|
advance_pressure = 0.021
|
||||||
bed_temperature = 100
|
bed_temperature = 90
|
||||||
|
disable_fan_first_layers = 3
|
||||||
enable_auxiliary_fan = 0
|
enable_auxiliary_fan = 0
|
||||||
enable_volume_fan = 0
|
enable_dynamic_fan_speeds = 1
|
||||||
|
enable_volume_fan = 40
|
||||||
extrusion_multiplier = 0.95
|
extrusion_multiplier = 0.95
|
||||||
|
fan_below_layer_time = 30
|
||||||
filament_colour = #FFC800
|
filament_colour = #FFC800
|
||||||
filament_density = 1.02
|
filament_density = 1.02
|
||||||
filament_max_volumetric_speed = 22
|
filament_max_volumetric_speed = 22
|
||||||
filament_property_water_resistance = fine
|
|
||||||
filament_property_creep_resistance = strong
|
|
||||||
filament_property_hdt_045 = 85
|
|
||||||
filament_property_tensile_strength = 41±1
|
|
||||||
filament_property_tensile_modulus = 3850±150
|
|
||||||
filament_property_elongation_at_break = 11±1
|
|
||||||
filament_property_flexural_strength = 77.5±2.5
|
|
||||||
filament_property_flexural_modulus = 2700±100
|
|
||||||
filament_property_notch_impact_strength = 20±2
|
|
||||||
filament_type = ABS
|
filament_type = ABS
|
||||||
first_layer_bed_temperature = 100
|
first_layer_bed_temperature = 90
|
||||||
first_layer_temperature = 250
|
first_layer_temperature = 250
|
||||||
max_fan_speed = 60
|
max_fan_speed = 80
|
||||||
min_fan_speed = 60
|
min_fan_speed = 10
|
||||||
|
overhang_fan_speed_0 = 100
|
||||||
|
overhang_fan_speed_1 = 90
|
||||||
|
overhang_fan_speed_2 = 80
|
||||||
|
overhang_fan_speed_3 = 80
|
||||||
|
slowdown_below_layer_time = 4
|
||||||
temperature = 270
|
temperature = 270
|
||||||
volume_temperature = 55
|
volume_temperature = 55
|
||||||
|
|
||||||
@@ -378,22 +393,13 @@ inherits = *common*
|
|||||||
advance_pressure = 0.01
|
advance_pressure = 0.01
|
||||||
bed_temperature = 100
|
bed_temperature = 100
|
||||||
bridge_fan_speed = 0
|
bridge_fan_speed = 0
|
||||||
|
disable_fan_first_layers = 3
|
||||||
enable_auxiliary_fan = 0
|
enable_auxiliary_fan = 0
|
||||||
enable_volume_fan = 0
|
enable_volume_fan = 0
|
||||||
extrusion_multiplier = 0.95
|
extrusion_multiplier = 0.95
|
||||||
filament_colour = #282828
|
filament_colour = #282828
|
||||||
filament_density = 1.15
|
filament_density = 1.15
|
||||||
filament_max_volumetric_speed = 17
|
filament_max_volumetric_speed = 17
|
||||||
filament_property_water_resistance = strong
|
|
||||||
filament_property_creep_resistance = strong
|
|
||||||
filament_property_hdt_045 = 97
|
|
||||||
filament_property_hdt_180 = 93
|
|
||||||
filament_property_tensile_strength = 48.48±0.61
|
|
||||||
filament_property_tensile_modulus = 3752.13±68.39
|
|
||||||
filament_property_elongation_at_break = 2.1±0.1
|
|
||||||
filament_property_flexural_strength = 78.8±1.26
|
|
||||||
filament_property_flexural_modulus = 3531.71±75.79
|
|
||||||
filament_property_notch_impact_strength = 8.91±0.63
|
|
||||||
filament_type = ABS-GF
|
filament_type = ABS-GF
|
||||||
first_layer_bed_temperature = 100
|
first_layer_bed_temperature = 100
|
||||||
first_layer_temperature = 270
|
first_layer_temperature = 270
|
||||||
@@ -402,121 +408,117 @@ min_fan_speed = 20
|
|||||||
temperature = 270
|
temperature = 270
|
||||||
volume_temperature = 55
|
volume_temperature = 55
|
||||||
|
|
||||||
|
# QIDI filament preset
|
||||||
|
[filament:*QIDI ASA*]
|
||||||
|
inherits = *common*
|
||||||
|
advance_pressure = 0.021
|
||||||
|
bed_temperature = 90
|
||||||
|
disable_fan_first_layers = 3
|
||||||
|
enable_auxiliary_fan = 0
|
||||||
|
enable_dynamic_fan_speeds = 1
|
||||||
|
enable_volume_fan = 40
|
||||||
|
extrusion_multiplier = 0.92
|
||||||
|
fan_below_layer_time = 35
|
||||||
|
filament_colour = #F0E68C
|
||||||
|
filament_density = 1.02
|
||||||
|
filament_max_volumetric_speed = 16
|
||||||
|
filament_type = ABS
|
||||||
|
first_layer_bed_temperature = 90
|
||||||
|
first_layer_temperature = 250
|
||||||
|
max_fan_speed = 50
|
||||||
|
min_fan_speed = 10
|
||||||
|
overhang_fan_speed_0 = 100
|
||||||
|
overhang_fan_speed_1 = 80
|
||||||
|
overhang_fan_speed_2 = 60
|
||||||
|
overhang_fan_speed_3 = 40
|
||||||
|
slowdown_below_layer_time = 4
|
||||||
|
temperature = 270
|
||||||
|
volume_temperature = 55
|
||||||
|
|
||||||
[filament:*QIDI PA12-CF*]
|
[filament:*QIDI PA12-CF*]
|
||||||
inherits = *common*
|
inherits = *common*
|
||||||
advance_pressure = 0.01
|
advance_pressure = 0.01
|
||||||
bed_temperature = 80
|
bed_temperature = 80
|
||||||
bridge_fan_speed = 0
|
bridge_fan_speed = 40
|
||||||
|
disable_fan_first_layers = 3
|
||||||
enable_auxiliary_fan = 0
|
enable_auxiliary_fan = 0
|
||||||
extrusion_multiplier = 0.96
|
extrusion_multiplier = 0.96
|
||||||
|
fan_below_layer_time = 5
|
||||||
filament_colour = #696969
|
filament_colour = #696969
|
||||||
filament_density = 1.09
|
filament_density = 1.09
|
||||||
filament_max_volumetric_speed = 14
|
filament_max_volumetric_speed = 14
|
||||||
filament_property_drying_box = 15
|
|
||||||
filament_property_anneal_temperature = 80
|
|
||||||
filament_property_corrosion_resistance = fine
|
|
||||||
filament_property_hdt_045 = 149.6
|
|
||||||
filament_property_hdt_180 = 112.4
|
|
||||||
filament_property_tensile_strength = 87.49±2.81
|
|
||||||
filament_property_tensile_modulus = 5438.4±282.82
|
|
||||||
filament_property_elongation_at_break = 2.59±0.19
|
|
||||||
filament_property_flexural_strength = 133.17±4.66
|
|
||||||
filament_property_flexural_modulus = 4667.43±339.80
|
|
||||||
filament_property_notch_impact_strength = 6.11±1.45
|
|
||||||
filament_type = PA12-CF
|
filament_type = PA12-CF
|
||||||
first_layer_bed_temperature = 80
|
first_layer_bed_temperature = 80
|
||||||
first_layer_temperature = 290
|
first_layer_temperature = 290
|
||||||
max_fan_speed = 15
|
max_fan_speed = 30
|
||||||
min_fan_speed = 15
|
min_fan_speed = 10
|
||||||
|
slowdown_below_layer_time = 2
|
||||||
temperature = 290
|
temperature = 290
|
||||||
|
|
||||||
[filament:*QIDI PAHT-CF*]
|
[filament:*QIDI PAHT-CF*]
|
||||||
inherits = *common*
|
inherits = *common*
|
||||||
advance_pressure = 0.01
|
advance_pressure = 0.01
|
||||||
bed_temperature = 80
|
bed_temperature = 80
|
||||||
bridge_fan_speed = 0
|
bridge_fan_speed = 40
|
||||||
|
disable_fan_first_layers = 3
|
||||||
enable_auxiliary_fan = 0
|
enable_auxiliary_fan = 0
|
||||||
extrusion_multiplier = 0.96
|
extrusion_multiplier = 0.96
|
||||||
|
fan_below_layer_time = 5
|
||||||
filament_colour = #4F4F4F
|
filament_colour = #4F4F4F
|
||||||
filament_density = 1.20
|
filament_density = 1.20
|
||||||
filament_max_volumetric_speed = 15
|
filament_max_volumetric_speed = 15
|
||||||
filament_property_drying_box = 15
|
|
||||||
filament_property_anneal_temperature = 80
|
|
||||||
filament_property_water_resistance = fine
|
|
||||||
filament_property_corrosion_resistance = strong
|
|
||||||
filament_property_creep_resistance = strong
|
|
||||||
filament_property_hdt_045 = 192.3
|
|
||||||
filament_property_hdt_180 = 121.7
|
|
||||||
filament_property_tensile_strength = 104.9±1.99
|
|
||||||
filament_property_tensile_modulus = 8383.26±419.53
|
|
||||||
filament_property_elongation_at_break = 1.6±0.07
|
|
||||||
filament_property_flexural_strength = 147.7±4.09
|
|
||||||
filament_property_flexural_modulus = 5969.35±145.28
|
|
||||||
filament_property_notch_impact_strength = 6.17±0.2
|
|
||||||
filament_type = PAHT-CF
|
filament_type = PAHT-CF
|
||||||
first_layer_bed_temperature = 80
|
first_layer_bed_temperature = 80
|
||||||
first_layer_temperature = 310
|
first_layer_temperature = 310
|
||||||
max_fan_speed = 15
|
max_fan_speed = 30
|
||||||
min_fan_speed = 15
|
min_fan_speed = 10
|
||||||
|
slowdown_below_layer_time = 2
|
||||||
temperature = 310
|
temperature = 310
|
||||||
|
|
||||||
[filament:*QIDI PET-CF*]
|
[filament:*QIDI PET-CF*]
|
||||||
inherits = *common*
|
inherits = *common*
|
||||||
advance_pressure = 0.01
|
advance_pressure = 0.01
|
||||||
bed_temperature = 80
|
bed_temperature = 80
|
||||||
bridge_fan_speed = 5
|
bridge_fan_speed = 40
|
||||||
|
disable_fan_first_layers = 3
|
||||||
enable_auxiliary_fan = 0
|
enable_auxiliary_fan = 0
|
||||||
extrusion_multiplier = 1
|
extrusion_multiplier = 1
|
||||||
|
fan_below_layer_time = 5
|
||||||
filament_colour = #323232
|
filament_colour = #323232
|
||||||
filament_density = 1.30
|
filament_density = 1.30
|
||||||
filament_max_volumetric_speed = 14
|
filament_max_volumetric_speed = 14
|
||||||
filament_property_drying_box = 15
|
|
||||||
filament_property_anneal_temperature = 80
|
|
||||||
filament_property_water_resistance = strong
|
|
||||||
filament_property_corrosion_resistance = strong
|
|
||||||
filament_property_creep_resistance = strong
|
|
||||||
filament_property_hdt_045 = 148.8
|
|
||||||
filament_property_hdt_180 = 112.1
|
|
||||||
filament_property_tensile_strength = 87.41±3.57
|
|
||||||
filament_property_tensile_modulus = 6025.53±355.46
|
|
||||||
filament_property_elongation_at_break = 1.99±0.18
|
|
||||||
filament_property_flexural_strength = 122.69±5.19
|
|
||||||
filament_property_flexural_modulus = 5313.21±197.89
|
|
||||||
filament_property_notch_impact_strength = 5.78±0.58
|
|
||||||
filament_type = PET-CF
|
filament_type = PET-CF
|
||||||
first_layer_bed_temperature = 80
|
first_layer_bed_temperature = 80
|
||||||
first_layer_temperature = 320
|
first_layer_temperature = 320
|
||||||
max_fan_speed = 10
|
max_fan_speed = 30
|
||||||
min_fan_speed = 10
|
min_fan_speed = 10
|
||||||
|
slowdown_below_layer_time = 2
|
||||||
temperature = 320
|
temperature = 320
|
||||||
|
|
||||||
[filament:*QIDI PETG-Tough*]
|
[filament:*QIDI PETG-Tough*]
|
||||||
inherits = *common*
|
inherits = *common*
|
||||||
advance_pressure = 0.07
|
advance_pressure = 0.07
|
||||||
bed_temperature = 80
|
bed_temperature = 80
|
||||||
bridge_fan_speed = 60
|
bridge_fan_speed = 90
|
||||||
|
disable_fan_first_layers = 3
|
||||||
enable_auxiliary_fan = 0
|
enable_auxiliary_fan = 0
|
||||||
|
enable_dynamic_fan_speeds = 1
|
||||||
extrusion_multiplier = 0.95
|
extrusion_multiplier = 0.95
|
||||||
|
fan_below_layer_time = 30
|
||||||
filament_colour = #00FF40
|
filament_colour = #00FF40
|
||||||
filament_density = 1.24
|
filament_density = 1.24
|
||||||
filament_max_volumetric_speed = 16
|
filament_max_volumetric_speed = 16
|
||||||
filament_property_drying_box = 20
|
|
||||||
filament_property_water_resistance = strong
|
|
||||||
filament_property_corrosion_resistance = fine
|
|
||||||
filament_property_creep_resistance = strong
|
|
||||||
filament_property_hdt_045 = 78
|
|
||||||
filament_property_hdt_180 = 73
|
|
||||||
filament_property_tensile_strength = 40.3±0.6
|
|
||||||
filament_property_tensile_modulus = 1780±80
|
|
||||||
filament_property_elongation_at_break = 4.0±0.2
|
|
||||||
filament_property_flexural_strength = 62.8±0.4
|
|
||||||
filament_property_flexural_modulus = 1919±54
|
|
||||||
filament_property_notch_impact_strength = 13.9±2.3
|
|
||||||
filament_type = PETG
|
filament_type = PETG
|
||||||
first_layer_bed_temperature = 80
|
first_layer_bed_temperature = 80
|
||||||
first_layer_temperature = 240
|
first_layer_temperature = 240
|
||||||
max_fan_speed = 60
|
max_fan_speed = 40
|
||||||
min_fan_speed = 60
|
min_fan_speed = 10
|
||||||
|
min_print_speed = 10
|
||||||
|
overhang_fan_speed_0 = 90
|
||||||
|
overhang_fan_speed_1 = 70
|
||||||
|
overhang_fan_speed_2 = 50
|
||||||
|
overhang_fan_speed_3 = 40
|
||||||
|
slowdown_below_layer_time = 8
|
||||||
temperature = 250
|
temperature = 250
|
||||||
|
|
||||||
[filament:*QIDI PLA Rapido*]
|
[filament:*QIDI PLA Rapido*]
|
||||||
@@ -527,35 +529,17 @@ inherits = *common*
|
|||||||
filament_colour = #0073E6
|
filament_colour = #0073E6
|
||||||
filament_density = 1.42
|
filament_density = 1.42
|
||||||
filament_max_volumetric_speed = 22
|
filament_max_volumetric_speed = 22
|
||||||
filament_property_hdt_045 = 58
|
|
||||||
filament_property_tensile_modulus = 2400±200
|
|
||||||
filament_property_elongation_at_break = 3±1
|
|
||||||
filament_property_flexural_strength = 77.5±2.5
|
|
||||||
filament_property_flexural_modulus = 2200±200
|
|
||||||
filament_property_notch_impact_strength = 7.5±1.5
|
|
||||||
|
|
||||||
[filament:*QIDI UltraPA*]
|
[filament:*QIDI UltraPA*]
|
||||||
inherits = *common*
|
inherits = *common*
|
||||||
advance_pressure = 0.03
|
advance_pressure = 0.03
|
||||||
bed_temperature = 80
|
bed_temperature = 80
|
||||||
bridge_fan_speed = 0
|
bridge_fan_speed = 20
|
||||||
enable_auxiliary_fan = 0
|
enable_auxiliary_fan = 0
|
||||||
extrusion_multiplier = 0.96
|
extrusion_multiplier = 0.96
|
||||||
filament_colour = #FFEBCD
|
filament_colour = #FFEBCD
|
||||||
filament_density = 1.21
|
filament_density = 1.21
|
||||||
filament_max_volumetric_speed = 3.5
|
filament_max_volumetric_speed = 3.5
|
||||||
filament_property_drying_box = 15
|
|
||||||
filament_property_water_resistance = fine
|
|
||||||
filament_property_corrosion_resistance = fine
|
|
||||||
filament_property_creep_resistance = fine
|
|
||||||
filament_property_hdt_045 = 77.8
|
|
||||||
filament_property_hdt_180 = 73.1
|
|
||||||
filament_property_tensile_strength = 86.15±0.56
|
|
||||||
filament_property_tensile_modulus = 3609.22±153.31
|
|
||||||
filament_property_elongation_at_break = 11.68±3.36
|
|
||||||
filament_property_flexural_strength = 121.47±3.14
|
|
||||||
filament_property_flexural_modulus = 3314.03±181.88
|
|
||||||
filament_property_notch_impact_strength = 5.78±0.3
|
|
||||||
filament_type = UltraPA
|
filament_type = UltraPA
|
||||||
first_layer_bed_temperature = 80
|
first_layer_bed_temperature = 80
|
||||||
first_layer_temperature = 300
|
first_layer_temperature = 300
|
||||||
@@ -567,98 +551,77 @@ temperature = 300
|
|||||||
[filament:*Generic ABS*]
|
[filament:*Generic ABS*]
|
||||||
inherits = *common*
|
inherits = *common*
|
||||||
advance_pressure = 0.021
|
advance_pressure = 0.021
|
||||||
bed_temperature = 100
|
bed_temperature = 90
|
||||||
|
disable_fan_first_layers = 3
|
||||||
enable_auxiliary_fan = 0
|
enable_auxiliary_fan = 0
|
||||||
enable_volume_fan = 0
|
enable_dynamic_fan_speeds = 1
|
||||||
|
enable_volume_fan = 40
|
||||||
extrusion_multiplier = 0.95
|
extrusion_multiplier = 0.95
|
||||||
|
fan_below_layer_time = 30
|
||||||
filament_colour = #FFFF00
|
filament_colour = #FFFF00
|
||||||
filament_density = 1.04
|
filament_density = 1.04
|
||||||
filament_max_volumetric_speed = 17.5
|
filament_max_volumetric_speed = 17
|
||||||
filament_property_water_resistance = none
|
|
||||||
filament_property_corrosion_resistance = none
|
|
||||||
filament_property_creep_resistance = none
|
|
||||||
filament_property_hdt_045 = 0
|
|
||||||
filament_property_tensile_strength = 0
|
|
||||||
filament_property_tensile_modulus = 0
|
|
||||||
filament_property_elongation_at_break = 0
|
|
||||||
filament_property_flexural_strength = 0
|
|
||||||
filament_property_flexural_modulus = 0
|
|
||||||
filament_property_notch_impact_strength = 0
|
|
||||||
filament_type = ABS
|
filament_type = ABS
|
||||||
filament_vendor = Generic
|
filament_vendor = Generic
|
||||||
first_layer_bed_temperature = 100
|
first_layer_bed_temperature = 90
|
||||||
first_layer_temperature = 250
|
first_layer_temperature = 250
|
||||||
max_fan_speed = 60
|
max_fan_speed = 80
|
||||||
min_fan_speed = 60
|
min_fan_speed = 10
|
||||||
|
overhang_fan_speed_0 = 100
|
||||||
|
overhang_fan_speed_1 = 90
|
||||||
|
overhang_fan_speed_2 = 80
|
||||||
|
overhang_fan_speed_3 = 80
|
||||||
|
slowdown_below_layer_time = 4
|
||||||
temperature = 260
|
temperature = 260
|
||||||
|
|
||||||
[filament:*Generic PETG*]
|
[filament:*Generic PETG*]
|
||||||
inherits = *common*
|
inherits = *common*
|
||||||
advance_pressure = 0.07
|
advance_pressure = 0.07
|
||||||
bed_temperature = 80
|
bed_temperature = 80
|
||||||
|
disable_fan_first_layers = 3
|
||||||
enable_auxiliary_fan = 0
|
enable_auxiliary_fan = 0
|
||||||
extrusion_multiplier = 0.95
|
extrusion_multiplier = 0.95
|
||||||
|
fan_below_layer_time = 30
|
||||||
filament_colour = #00FF00
|
filament_colour = #00FF00
|
||||||
filament_density = 1.27
|
filament_density = 1.27
|
||||||
filament_max_volumetric_speed = 9
|
filament_max_volumetric_speed = 9
|
||||||
filament_property_water_resistance = none
|
|
||||||
filament_property_corrosion_resistance = none
|
|
||||||
filament_property_creep_resistance = none
|
|
||||||
filament_property_hdt_045 = 0
|
|
||||||
filament_property_tensile_strength = 0
|
|
||||||
filament_property_tensile_modulus = 0
|
|
||||||
filament_property_elongation_at_break = 0
|
|
||||||
filament_property_flexural_strength = 0
|
|
||||||
filament_property_flexural_modulus = 0
|
|
||||||
filament_property_notch_impact_strength = 0
|
|
||||||
filament_type = PETG
|
filament_type = PETG
|
||||||
filament_vendor = Generic
|
filament_vendor = Generic
|
||||||
first_layer_bed_temperature = 80
|
first_layer_bed_temperature = 80
|
||||||
first_layer_temperature = 240
|
first_layer_temperature = 240
|
||||||
max_fan_speed = 60
|
max_fan_speed = 90
|
||||||
min_fan_speed = 60
|
min_fan_speed = 40
|
||||||
|
min_print_speed = 10
|
||||||
|
slowdown_below_layer_time = 4
|
||||||
temperature = 250
|
temperature = 250
|
||||||
|
|
||||||
[filament:*Generic PLA*]
|
[filament:*Generic PLA*]
|
||||||
inherits = *common*
|
inherits = *common*
|
||||||
filament_colour = #0000FF
|
filament_colour = #0000FF
|
||||||
filament_density = 1.20
|
filament_density = 1.20
|
||||||
filament_max_volumetric_speed = 17
|
filament_max_volumetric_speed = 14
|
||||||
filament_property_water_resistance = none
|
|
||||||
filament_property_corrosion_resistance = none
|
|
||||||
filament_property_creep_resistance = none
|
|
||||||
filament_property_hdt_045 = 0
|
|
||||||
filament_property_tensile_strength = 0
|
|
||||||
filament_property_tensile_modulus = 0
|
|
||||||
filament_property_elongation_at_break = 0
|
|
||||||
filament_property_flexural_strength = 0
|
|
||||||
filament_property_flexural_modulus = 0
|
|
||||||
filament_property_notch_impact_strength = 0
|
|
||||||
filament_vendor = Generic
|
filament_vendor = Generic
|
||||||
|
|
||||||
[filament:*Generic TPU 95A*]
|
[filament:*Generic TPU 95A*]
|
||||||
inherits = *common*
|
inherits = *common*
|
||||||
advance_pressure = 0.1
|
advance_pressure = 0.1
|
||||||
|
enable_auxiliary_fan = 0
|
||||||
extrusion_multiplier = 1
|
extrusion_multiplier = 1
|
||||||
filament_colour = #8000FF
|
filament_colour = #8000FF
|
||||||
filament_density = 1.21
|
filament_density = 1.21
|
||||||
filament_max_volumetric_speed = 6
|
filament_max_volumetric_speed = 6
|
||||||
filament_property_water_resistance = none
|
|
||||||
filament_property_corrosion_resistance = none
|
|
||||||
filament_property_creep_resistance = none
|
|
||||||
filament_property_hdt_045 = 0
|
|
||||||
filament_property_tensile_strength = 0
|
|
||||||
filament_property_tensile_modulus = 0
|
|
||||||
filament_property_elongation_at_break = 0
|
|
||||||
filament_property_flexural_strength = 0
|
|
||||||
filament_property_flexural_modulus = 0
|
|
||||||
filament_property_notch_impact_strength = 0
|
|
||||||
filament_type = TPU
|
filament_type = TPU
|
||||||
filament_vendor = Generic
|
filament_vendor = Generic
|
||||||
first_layer_temperature = 230
|
first_layer_temperature = 230
|
||||||
|
min_print_speed = 10
|
||||||
|
slowdown_below_layer_time = 8
|
||||||
temperature = 230
|
temperature = 230
|
||||||
|
|
||||||
# X-MAX 3 QIDI filament preset
|
# X-MAX 3 QIDI filament preset
|
||||||
|
[filament:QIDI ABS Odorless @X-MAX 3]
|
||||||
|
inherits = *QIDI ABS Odorless*
|
||||||
|
compatible_printers_condition = printer_model=="X-MAX 3"
|
||||||
|
|
||||||
[filament:QIDI ABS Rapido @X-MAX 3]
|
[filament:QIDI ABS Rapido @X-MAX 3]
|
||||||
inherits = *QIDI ABS Rapido*
|
inherits = *QIDI ABS Rapido*
|
||||||
compatible_printers_condition = printer_model=="X-MAX 3"
|
compatible_printers_condition = printer_model=="X-MAX 3"
|
||||||
@@ -667,11 +630,15 @@ compatible_printers_condition = printer_model=="X-MAX 3"
|
|||||||
inherits = *QIDI ABS-GF*
|
inherits = *QIDI ABS-GF*
|
||||||
compatible_printers_condition = printer_model=="X-MAX 3"
|
compatible_printers_condition = printer_model=="X-MAX 3"
|
||||||
|
|
||||||
|
[filament:QIDI ASA @X-MAX 3]
|
||||||
|
inherits = *QIDI ASA*
|
||||||
|
compatible_printers_condition = printer_model=="X-MAX 3"
|
||||||
|
|
||||||
[filament:QIDI PA12-CF @X-MAX 3]
|
[filament:QIDI PA12-CF @X-MAX 3]
|
||||||
inherits = *QIDI PA12-CF*
|
inherits = *QIDI PA12-CF*
|
||||||
compatible_printers_condition = printer_model=="X-MAX 3"
|
compatible_printers_condition = printer_model=="X-MAX 3"
|
||||||
|
|
||||||
[filament:QIDI PAHT-CF @X-Plus3]
|
[filament:QIDI PAHT-CF @X-MAX 3]
|
||||||
inherits = *QIDI PAHT-CF*
|
inherits = *QIDI PAHT-CF*
|
||||||
compatible_printers_condition = printer_model=="X-MAX 3"
|
compatible_printers_condition = printer_model=="X-MAX 3"
|
||||||
|
|
||||||
@@ -713,6 +680,10 @@ inherits = *Generic TPU 95A*
|
|||||||
compatible_printers_condition = printer_model=="X-MAX 3"
|
compatible_printers_condition = printer_model=="X-MAX 3"
|
||||||
|
|
||||||
# X-Plus 3 QIDI filament preset
|
# X-Plus 3 QIDI filament preset
|
||||||
|
[filament:QIDI ABS Odorless @X-Plus 3]
|
||||||
|
inherits = *QIDI ABS Odorless*
|
||||||
|
compatible_printers_condition = printer_model=="X-Plus 3"
|
||||||
|
|
||||||
[filament:QIDI ABS Rapido @X-Plus 3]
|
[filament:QIDI ABS Rapido @X-Plus 3]
|
||||||
inherits = *QIDI ABS Rapido*
|
inherits = *QIDI ABS Rapido*
|
||||||
compatible_printers_condition = printer_model=="X-Plus 3"
|
compatible_printers_condition = printer_model=="X-Plus 3"
|
||||||
@@ -721,6 +692,10 @@ compatible_printers_condition = printer_model=="X-Plus 3"
|
|||||||
inherits = *QIDI ABS-GF*
|
inherits = *QIDI ABS-GF*
|
||||||
compatible_printers_condition = printer_model=="X-Plus 3"
|
compatible_printers_condition = printer_model=="X-Plus 3"
|
||||||
|
|
||||||
|
[filament:QIDI ASA @X-Plus 3]
|
||||||
|
inherits = *QIDI ASA*
|
||||||
|
compatible_printers_condition = printer_model=="X-Plus 3"
|
||||||
|
|
||||||
[filament:QIDI PA12-CF @X-Plus 3]
|
[filament:QIDI PA12-CF @X-Plus 3]
|
||||||
inherits = *QIDI PA12-CF*
|
inherits = *QIDI PA12-CF*
|
||||||
compatible_printers_condition = printer_model=="X-Plus 3"
|
compatible_printers_condition = printer_model=="X-Plus 3"
|
||||||
@@ -767,6 +742,13 @@ inherits = *Generic TPU 95A*
|
|||||||
compatible_printers_condition = printer_model=="X-Plus 3"
|
compatible_printers_condition = printer_model=="X-Plus 3"
|
||||||
|
|
||||||
# X-smart 3 QIDI filament preset
|
# X-smart 3 QIDI filament preset
|
||||||
|
[filament:QIDI ABS Odorless @X-smart 3]
|
||||||
|
inherits = *QIDI ABS Odorless*
|
||||||
|
compatible_printers_condition = printer_model=="X-smart 3"
|
||||||
|
advance_pressure = 0.024
|
||||||
|
filament_max_volumetric_speed = 20
|
||||||
|
volume_temperature = 0
|
||||||
|
|
||||||
[filament:QIDI ABS Rapido @X-smart 3]
|
[filament:QIDI ABS Rapido @X-smart 3]
|
||||||
inherits = *QIDI ABS Rapido*
|
inherits = *QIDI ABS Rapido*
|
||||||
compatible_printers_condition = printer_model=="X-smart 3"
|
compatible_printers_condition = printer_model=="X-smart 3"
|
||||||
@@ -774,6 +756,30 @@ advance_pressure = 0.024
|
|||||||
filament_max_volumetric_speed = 20
|
filament_max_volumetric_speed = 20
|
||||||
volume_temperature = 0
|
volume_temperature = 0
|
||||||
|
|
||||||
|
[filament:QIDI ABS-GF @X-smart 3]
|
||||||
|
inherits = *QIDI ABS-GF*
|
||||||
|
compatible_printers_condition = printer_model=="X-smart 3"
|
||||||
|
volume_temperature = 0
|
||||||
|
|
||||||
|
[filament:QIDI ASA @X-smart 3]
|
||||||
|
inherits = *QIDI ASA*
|
||||||
|
compatible_printers_condition = printer_model=="X-smart 3"
|
||||||
|
advance_pressure = 0.024
|
||||||
|
filament_max_volumetric_speed = 20
|
||||||
|
volume_temperature = 0
|
||||||
|
|
||||||
|
[filament:QIDI PA12-CF @X-smart 3]
|
||||||
|
inherits = *QIDI PA12-CF*
|
||||||
|
compatible_printers_condition = printer_model=="X-smart 3"
|
||||||
|
|
||||||
|
[filament:QIDI PAHT-CF @X-smart 3]
|
||||||
|
inherits = *QIDI PAHT-CF*
|
||||||
|
compatible_printers_condition = printer_model=="X-smart 3"
|
||||||
|
|
||||||
|
[filament:QIDI PET-CF @X-smart 3]
|
||||||
|
inherits = *QIDI PET-CF*
|
||||||
|
compatible_printers_condition = printer_model=="X-smart 3"
|
||||||
|
|
||||||
[filament:QIDI PETG-Tough @X-smart 3]
|
[filament:QIDI PETG-Tough @X-smart 3]
|
||||||
inherits = *QIDI PETG-Tough*
|
inherits = *QIDI PETG-Tough*
|
||||||
compatible_printers_condition = printer_model=="X-smart 3"
|
compatible_printers_condition = printer_model=="X-smart 3"
|
||||||
@@ -792,6 +798,10 @@ compatible_printers_condition = printer_model=="X-smart 3"
|
|||||||
filament_max_volumetric_speed = 20
|
filament_max_volumetric_speed = 20
|
||||||
slowdown_below_layer_time = 8
|
slowdown_below_layer_time = 8
|
||||||
|
|
||||||
|
[filament:QIDI UltraPA @X-smart 3]
|
||||||
|
inherits = *QIDI UltraPA*
|
||||||
|
compatible_printers_condition = printer_model=="X-smart 3"
|
||||||
|
|
||||||
# X-smart 3 Generic filament preset
|
# X-smart 3 Generic filament preset
|
||||||
[filament:Generic ABS @X-smart 3]
|
[filament:Generic ABS @X-smart 3]
|
||||||
inherits = *Generic ABS*
|
inherits = *Generic ABS*
|
||||||
@@ -808,13 +818,11 @@ filament_max_volumetric_speed = 8
|
|||||||
[filament:Generic PLA @X-smart 3]
|
[filament:Generic PLA @X-smart 3]
|
||||||
inherits = *Generic PLA*
|
inherits = *Generic PLA*
|
||||||
compatible_printers_condition = printer_model=="X-smart 3"
|
compatible_printers_condition = printer_model=="X-smart 3"
|
||||||
filament_max_volumetric_speed = 15
|
|
||||||
slowdown_below_layer_time = 8
|
slowdown_below_layer_time = 8
|
||||||
|
|
||||||
[filament:Generic TPU 95A @X-smart 3]
|
[filament:Generic TPU 95A @X-smart 3]
|
||||||
inherits = *Generic TPU 95A*
|
inherits = *Generic TPU 95A*
|
||||||
compatible_printers_condition = printer_model=="X-smart 3"
|
compatible_printers_condition = printer_model=="X-smart 3"
|
||||||
slowdown_below_layer_time = 8
|
|
||||||
|
|
||||||
# Common printer preset
|
# Common printer preset
|
||||||
[printer:*common*]
|
[printer:*common*]
|
||||||
@@ -886,7 +894,7 @@ retract_restart_extra_toolchange = 0
|
|||||||
retract_speed = 30
|
retract_speed = 30
|
||||||
silent_mode = 0
|
silent_mode = 0
|
||||||
single_extruder_multi_material = 0
|
single_extruder_multi_material = 0
|
||||||
start_gcode = G28\nM141 S0\nG0 Z50 F600\nM190 S[first_layer_bed_temperature]\nG28 Z\nG29\nG0 X0 Y0 Z50 F6000\nM109 S[first_layer_temperature]\nM83\nG0 X{max((min(print_bed_max[0], first_layer_print_min[0] + 80) - 85),0)} Y{max((min(print_bed_max[1], first_layer_print_min[1] + 80) - 85),0)} Z5 F6000\nG0 Z0.2 F600\nG1 E3 F1800\nG1 X{(min(print_bed_max[0], first_layer_print_min[0] + 80))} E{85 * 0.04} F3000\nG1 Y{max((min(print_bed_max[1], first_layer_print_min[1] + 80) - 85),0) + 2} E{2 * 0.04} F3000\nG1 X{max((min(print_bed_max[0], first_layer_print_min[0] + 80) - 85),0)} E{85 * 0.04} F3000\nG1 Y{max((min(print_bed_max[1], first_layer_print_min[1] + 80) - 85),0) + 85} E{83 * 0.04} F3000\nG1 X{max((min(print_bed_max[0], first_layer_print_min[0] + 80) - 85),0) + 2} E{2 * 0.04} F3000\nG1 Y{max((min(print_bed_max[1], first_layer_print_min[1] + 80) - 85),0) + 5} E{80 * 0.04} F3000
|
start_gcode = PRINT_START\nG28\nM141 S0\nG0 Z50 F600\nM190 S[first_layer_bed_temperature]\nG28 Z\nG29 ; mesh bed leveling ,comment this code to close it\nG0 X0 Y0 Z50 F6000\nM109 S[first_layer_temperature]\nM106 P3 S255\nM83\nG4 P3000\nG0 X{max((min(print_bed_max[0], first_layer_print_min[0] + 80) - 85),0)} Y{max((min(print_bed_max[1], first_layer_print_min[1] + 80) - 85),0)} Z5 F6000\nG0 Z0.2 F600\nG1 E3 F1800\nG1 X{(min(print_bed_max[0], first_layer_print_min[0] + 80))} E{85 * 0.04} F3000\nG1 Y{max((min(print_bed_max[1], first_layer_print_min[1] + 80) - 85),0) + 2} E{2 * 0.04} F3000\nG1 X{max((min(print_bed_max[0], first_layer_print_min[0] + 80) - 85),0)} E{85 * 0.04} F3000\nG1 Y{max((min(print_bed_max[1], first_layer_print_min[1] + 80) - 85),0) + 85} E{83 * 0.04} F3000\nG1 X{max((min(print_bed_max[0], first_layer_print_min[0] + 80) - 85),0) + 2} E{2 * 0.04} F3000\nG1 Y{max((min(print_bed_max[1], first_layer_print_min[1] + 80) - 85),0) + 3} E{82 * 0.04} F3000\nG1 X{max((min(print_bed_max[0], first_layer_print_min[0] + 80) - 85),0) + 12} E{-10 * 0.04} F3000\nG1 E{10 * 0.04} F3000
|
||||||
template_custom_gcode =
|
template_custom_gcode =
|
||||||
thumbnails =
|
thumbnails =
|
||||||
thumbnails_format = QIDI
|
thumbnails_format = QIDI
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 43 KiB |
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 33 KiB |
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 32 KiB |
@@ -1,31 +1,364 @@
|
|||||||
var LangText={
|
var LangText={
|
||||||
"en": {
|
"en": {
|
||||||
"t0": "Welcome to QIDISlicer",
|
|
||||||
"t1": "User Guide",
|
"t1": "User Guide",
|
||||||
"t2": "First Print",
|
"t2": "First Print",
|
||||||
"t3": "Add Support",
|
"t3": "Add Support",
|
||||||
"t4": "Connect Device",
|
"t4": "Connect Device",
|
||||||
"t5": "Wifi Send",
|
"t5": "Wifi Send",
|
||||||
"t6": "Issue Report",
|
"t6": "Issue Report",
|
||||||
},
|
"t7": "Introduce",
|
||||||
"zh_CN": {
|
"t8": "3D Printers",
|
||||||
"t0": "欢迎使用QIDISlicer",
|
"t9": "Contact with us",
|
||||||
|
"t10": "Filaments",
|
||||||
|
"t11": "Add Text",
|
||||||
|
"t12": "Cut Model",
|
||||||
|
"t13": "Download Model",
|
||||||
|
"t14": "Adaptive Meshing",
|
||||||
|
"t15": "Flow Rate Calibration",
|
||||||
|
"t16": "Calibration",
|
||||||
|
"t17": "Pressure Advance",
|
||||||
|
|
||||||
|
"l0": "Learn more:",
|
||||||
|
"l1": "You can download the 3D model from the following link.",
|
||||||
|
"l2": "If you have any questions about the Printer or QIDISlicer, please contact us via the appropriate E-mail address or Skype.",
|
||||||
|
"l3": "Note: please try to tell us your requirements in the form of video or pictures, and provide 3MF file, G-code file, machine number and other necessary information.",
|
||||||
|
"l5": "Why do you need Adaptive Meshing:",
|
||||||
|
"l6": "How to close:",
|
||||||
|
"l7": "1.No wasted probe information, Adaptive Meshing will generate a mesh only in the area you actually need it: This means that leveling before each print takes significantly less time!",
|
||||||
|
"l8": "2.Since the mesh area will be smaller, the mesh can be much more dense. Imagine making a 3x3 mesh, but the size of a 3DBenchy! Which brings you a higher precision printing experience.",
|
||||||
|
"l9": "Add ';' before 'G29' in the Start G-code.",
|
||||||
|
"l10": "Red Area: General mesh leveling.",
|
||||||
|
"l11": "Green Area: Adaptive mesh leveling.",
|
||||||
|
"l12": "Why you need Flowrate Calibration",
|
||||||
|
"l13": "Different filaments have different shrinkage rates, and in order to obtain perfect surface quality, the print flow rate needs to be carefully adjusted.",
|
||||||
|
"l14": "Flowrate can be changed by modifying the 'Extrusion multiplier'.",
|
||||||
|
"l15": "1.Overextrusion: There is too much material on the model, causing bumps to form or layers to appear thicker and uneven than expected.",
|
||||||
|
"l16": "2.Underextrusion extrusion: the printing layer is too thin, the filling strength is insufficient, the surface has dents, and the model is easy to break.",
|
||||||
|
"l17": "Coarse calibration",
|
||||||
|
"l18": "Print calibration blocks in the 'Extrusion multiplier' ±0.2 range, with each block having a step size of 0.05.",
|
||||||
|
"l19": "When you are unsure of the consumable flow rate, you can use coarse calibration first to get a better range, then fine calibration to get a more accurate value.",
|
||||||
|
"l20": "After printing, determine the best value based on the model surface, enter the 'Extrusion multiplier', and save.",
|
||||||
|
"l21": "In the figure below, -5 has the best surface quality, so the optimal 'Extrusion multiplier' is 0.95 (1-5%).",
|
||||||
|
"l22": "Fine calibration",
|
||||||
|
"l23": "Print calibration blocks in the ±0.04 range based on the 'Extrusion multiplier' you entered, each with a step size of 0.01.",
|
||||||
|
"l24": "The 'Extrusion multiplier' entered in the figure below is 0.95, and 1 has the best surface quality, so the best 'Extrusion multiplier' is 0.96 (0.95+1%).",
|
||||||
|
"l25": "Pressure advance can reduce bleed during non-extrude moves and reduce blobbing during cornering.",
|
||||||
|
"l26": "When to Calibrate Pressure in Advance",
|
||||||
|
"l27": "1.Use different brands of filaments, or the filaments are damp;",
|
||||||
|
"l28": "2.The nozzle is worn or replaced with a different size nozzle;",
|
||||||
|
"l29": "3.Use different printing parameters such as temperature and line width.",
|
||||||
|
"l30": "How to calibrate",
|
||||||
|
"l31": "We provide three common calibration methods, you can choose the method you like for calibration.",
|
||||||
|
"l32": "There is a 10% error in the test results, but it is almost indistinguishable to the naked eye. Choose a suitable value and save it, then start your printing.",
|
||||||
|
"l33": "If you need to modify the printing parameters, please modify and save the parameters first, and then perform the calibration procedure.",
|
||||||
|
"l34": "After printing is completed, please enter the best value into the software and save it.",
|
||||||
|
"l35": "PA Line",
|
||||||
|
"l36": "After printing is completed, select the smoothest line, enter its corresponding value into the software and save it.",
|
||||||
|
"l37": "PA Pattern",
|
||||||
|
"l38": "After printing is completed, select the flattest set of lines, enter its corresponding values into the software and save it.",
|
||||||
|
"l39": "PA Tower",
|
||||||
|
"l40": "The pressure advance value will be changed every 5mm the PA tower rises. Please measure the height of the best area of the model, and then calculate the corresponding pressure advance value based on the set step value, then input it into the software and save it.",
|
||||||
|
},
|
||||||
|
"zh_CN": {
|
||||||
"t1": "用户指南",
|
"t1": "用户指南",
|
||||||
"t2": "首次打印",
|
"t2": "首次打印",
|
||||||
"t3": "添加支撑",
|
"t3": "添加支撑",
|
||||||
"t4": "连接设备",
|
"t4": "连接设备",
|
||||||
"t5": "无线发送",
|
"t5": "无线发送",
|
||||||
"t6": "问题报告",
|
"t6": "问题报告",
|
||||||
},
|
"t8": "3D打印机",
|
||||||
"ja_JP": {
|
"t7": "介绍",
|
||||||
"t0": "QIDISlicerへようこそ",
|
"t9": "与我们联系",
|
||||||
|
"t10": "耗材",
|
||||||
|
"t11": "添加文本",
|
||||||
|
"t12": "切割模型",
|
||||||
|
"t13": "下载模型",
|
||||||
|
"t14": "自适应网格划分",
|
||||||
|
"t15": "流量校准",
|
||||||
|
"t16": "校准",
|
||||||
|
"t17": "压力提前",
|
||||||
|
|
||||||
|
"l0": "了解更多:",
|
||||||
|
"l1": "您可以从以下链接下载3D模型。",
|
||||||
|
"l2": "如果您对打印机或 QIDISlicer 有任何疑问,请通过相应的电子邮件地址或Skype与我们联系。",
|
||||||
|
"l3": "注:请尽量以视频或图片的形式告诉我们您的需求,并提供3MF文件、G-Code文件、机器编号等必要信息。",
|
||||||
|
"l5": "为什么需要自适应网格划分:",
|
||||||
|
"l6": "如何禁用此功能:",
|
||||||
|
"l7": "1.不浪费探头信息,自适应网格划分将仅在您实际需要的区域生成网格:这意味着每次打印之前的调平所需的时间显着减少!",
|
||||||
|
"l8": "2.由于网格面积会更小,所以网格可以更密。想象一下制作一个 3x3 网格,但大小与3DBenchy一样!为您带来更高精度的打印体验。",
|
||||||
|
"l9": "在起始G-code中的'G29'前添加';'。",
|
||||||
|
"l10": "红色区域:一般网格调平。",
|
||||||
|
"l11": "绿色区域:自适应网格调平。",
|
||||||
|
"l12": "为什么需要流量校准",
|
||||||
|
"l13": "不同的耗材拥有不同的收缩率,为了获得完美的表面质量,需要对打印流量进行细致的调整。",
|
||||||
|
"l14": "通过修改‘挤出乘数’可以更改打印流量。",
|
||||||
|
"l15": "1.挤出过度:模型上的材料过多,导致形成凸起或层显得比预期更厚且不均匀。",
|
||||||
|
"l16": "2.挤出不足:打印层太薄,填充强度不足,表面有凹痕,模型易断裂。",
|
||||||
|
"l17": "粗校准",
|
||||||
|
"l18": "打印‘挤出乘数’±0.2范围内的校准块,每个校准块步长为0.05。",
|
||||||
|
"l19": "当您不确定耗材流量时,可以先使用粗校准以获得更好的范围,然后使用精校准以获得更准确的值。",
|
||||||
|
"l20": "打印完成后,根据模型表面确定最佳值,输入‘挤出乘数’,并保存。",
|
||||||
|
"l21": "下图中-5的表面质量最佳,因此最佳‘挤出乘数’为0.95(1-5%)。",
|
||||||
|
"l22": "精校准",
|
||||||
|
"l23": "根据您输入的‘挤出乘数‘打印±0.04范围内的校准块,每个校准块步长为0.01。",
|
||||||
|
"l24": "下图中输入的‘挤出乘数’为0.95,1的表面质量最佳,因此最佳‘挤出乘数’为0.96(0.95+1%)。",
|
||||||
|
"l25": "压力提前可以减少非挤压移动期间的渗出,并减少转弯期间的滴落。",
|
||||||
|
"l26": "什么时候需要校准压力提前",
|
||||||
|
"l27": "1.使用不同品牌的耗材,或耗材受潮;",
|
||||||
|
"l28": "2.喷嘴磨损或更换不同尺寸的喷嘴;",
|
||||||
|
"l29": "3.使用不同的温度、线宽等打印参数。",
|
||||||
|
"l30": "如何校准",
|
||||||
|
"l31": "我们提供了三种常见的校准方式,你可以选择自己喜欢的方式进行校准。",
|
||||||
|
"l32": "测试结果存在10%的误差,但肉眼几乎无法区别,选择一个合适的值并将其保存,然后开始你的打印吧。",
|
||||||
|
"l33": "如果你需要修改打印参数,请先修改并保存参数,然后再进行校准程序。",
|
||||||
|
"l34": "打印完成后,请将最佳值输入到软件中并保存。",
|
||||||
|
"l35": "PA 划线",
|
||||||
|
"l36": "打印完成后,选择最平滑的一条线,请将其对应的值输入到软件中并保存。",
|
||||||
|
"l37": "PA 图形",
|
||||||
|
"l38": "打印完成后,选择最平整的一组线,请将其对应的值输入到软件中并保存。",
|
||||||
|
"l39": "PA 塔",
|
||||||
|
"l40": "PA 塔每升高5mm会更改一次压力提前值,请测量出模型最佳区域的高度,再根据设定的步进值计算出其对应的压力提前值,然后输入到软件中并保存。",
|
||||||
|
},
|
||||||
|
"ja": {
|
||||||
"t1": "ユーザーガイド",
|
"t1": "ユーザーガイド",
|
||||||
"t2": "最初の印刷物",
|
"t2": "最初の印刷物",
|
||||||
"t3": "サポートを追加する",
|
"t3": "サポートを追加する",
|
||||||
"t4": "デバイスを接続する",
|
"t4": "デバイスを接続する",
|
||||||
"t5": "Wi-Fi送信",
|
"t5": "Wi-Fi送信",
|
||||||
"t6": "問題レポート",
|
"t6": "問題レポート",
|
||||||
}
|
"t7": "紹介します",
|
||||||
|
"t8": "3Dプリンター",
|
||||||
|
"t9": "お問い合わせください",
|
||||||
|
"t10": "フィラメント",
|
||||||
|
"t11": "テキストを追加",
|
||||||
|
"t12": "カットモデル",
|
||||||
|
"t13": "モデルをダウンロード",
|
||||||
|
"t14": "適応性メッシュ",
|
||||||
|
"t15": "流量校正",
|
||||||
|
"t16": "較正",
|
||||||
|
"t17": "圧力前進",
|
||||||
|
|
||||||
|
"l0": "もっと詳しく知る:",
|
||||||
|
"l1": "3Dモデルは以下のWebサイトからダウンロードできます。",
|
||||||
|
"l2": "如果您对打印机或 QIDISlicer 有任何疑问,请通过相应的电子邮件地址或 Skype 与我们联系。",
|
||||||
|
"l3": "注:请尽量以视频或图片的形式告诉我们您的需求,并提供3MF文件、G-Code文件、机器编号等必要信息。",
|
||||||
|
"l5": "アダプティブ メッシュが必要な理由:",
|
||||||
|
"l6": "この機能を無効にする方法:",
|
||||||
|
"l7": "1. 無駄なプローブ情報がなく、アダプティブメッシュは実際に必要な領域のメッシュのみを生成します。これは、各印刷前のレベリングにかかる時間が大幅に短縮されることを意味します。",
|
||||||
|
"l8": "2.メッシュ領域が小さくなるため、メッシュをより高密度にすることができます。 3x3 メッシュを 3DBenchy のサイズで作成することを想像してみてください。これにより、より高精度の印刷体験が得られます。",
|
||||||
|
"l9": "追加 ';' 「最初のGコード」の'G29'の前。",
|
||||||
|
"l10": "赤い領域: 一般的なメッシュ レベリング。",
|
||||||
|
"l11": "緑色の領域: 適応性メッシュ レベリング。",
|
||||||
|
"l12": "フローのキャリブレーションはなぜ必要なのでしょうか",
|
||||||
|
"l13": "消耗品によっても収縮率は異なりますし、完璧な表面品質を得るためには印刷フローの調整が必要です。",
|
||||||
|
"l14": "『押し出し乗数』を修正することでプリントフローを変更できます。",
|
||||||
|
"l15": "1.押し出しすぎ:型の上の材料が多すぎて、突起や層が予想より厚くなってムラができてしまいます。",
|
||||||
|
"l16": "2.押し出し不足:印刷層が薄すぎて、充填強度が足りなくて、表面に凹痕があって、型が切れやすいです。",
|
||||||
|
"l17": "粗いキャリブレーション",
|
||||||
|
"l18": "「押し出し乗数」±0.2の範囲のキャリブレーションブロックを印刷し、各キャリブレーションブロックのステップを0.05とします。",
|
||||||
|
"l19": "消耗品の流れがわからないときは、粗いキャリブレーションを使って範囲を広くしてから、精緻なキャリブレーションを使ってより正確な値を出すことができます。",
|
||||||
|
"l20": "印刷が終わったら、モデルの表面から最適値を決めて、「押し出し乗数」を入力し、保存します。",
|
||||||
|
"l21": "次の図では、-5が最適なので、最適な「押し出し乗数」は0.95(1-5%)となります。",
|
||||||
|
"l22": "キャリブレーションを行います",
|
||||||
|
"l23": "入力された「押し出し乗数」に応じて±0.04の範囲のキャリブレーションブロックを印刷します。キャリブレーションブロック毎のステップサイズは0.01です。",
|
||||||
|
"l24": "図では、「押し出し乗数」を0.95と入力していますが、1の表面品質が最適なので、最適な「押し出し乗数」は0.96(0.95+1%)となります。",
|
||||||
|
"l25": "圧力前進により、非絞り動作時のブリードが減少し、旋回時の液だれが減少します。",
|
||||||
|
"l26": "圧力前進を校正する場合",
|
||||||
|
"l27": "1.異なるブランドの消耗品を使用すると、消耗品が湿気を帯びます。",
|
||||||
|
"l28": "2.ノズルが磨耗しているか、異なるサイズのノズルに交換されている。",
|
||||||
|
"l29": "3.温度や線幅などのさまざまな印刷パラメータを使用します。",
|
||||||
|
"l30": "校正方法",
|
||||||
|
"l31": "一般的な3つの校正方法が用意されており、お好みの校正方法を選択できます。",
|
||||||
|
"l32": "テスト結果には10%程度の誤差がありますが、肉眼ではほとんど区別できない程度ですので、適切な値を選択して保存し、印刷を開始してください。",
|
||||||
|
"l33": "印刷パラメータを変更する必要がある場合は、まずパラメータを変更して保存してから、キャリブレーション手順を実行してください。",
|
||||||
|
"l34": "印刷が完了したら、ソフトウェアに最適な値を入力して保存します。",
|
||||||
|
"l35": "PA 線",
|
||||||
|
"l36": "印刷が完了したら、最も滑らかな線を選択し、対応する値をソフトウェアに入力して保存します。",
|
||||||
|
"l37": "PAグラフィックス",
|
||||||
|
"l38": "印刷が完了したら、最も平坦な線のセットを選択し、対応する値をソフトウェアに入力して保存します。",
|
||||||
|
"l39": "PAタワー",
|
||||||
|
"l40": "PAタワーが上昇する5mmごとに圧力アドバンス値が変更されますので、モデルの最適領域の高さを測定し、設定されたステップ値に基づいて対応する圧力アドバンス値を計算し、それをソフトウェアに入力して、それを保存。",
|
||||||
|
},
|
||||||
|
"fr": {
|
||||||
|
"t1": "Guide de l'utilisateur",
|
||||||
|
"t2": "Première d'impression",
|
||||||
|
"t3": "Ajouter une prise en charge",
|
||||||
|
"t4": "Connecter l'appareil",
|
||||||
|
"t5": "Envoi Wi-Fi",
|
||||||
|
"t6": "Rapport de problème",
|
||||||
|
"t7": "Présentez",
|
||||||
|
"t8": "Imprimantes 3D",
|
||||||
|
"t9": "Contactez-nous",
|
||||||
|
"t10": "Filaments",
|
||||||
|
"t11": "Ajouter du texte",
|
||||||
|
"t12": "Couper le modèle",
|
||||||
|
"t13": "Télécharger le modèle",
|
||||||
|
"t14": "Maillage adaptatif",
|
||||||
|
"t15": "Étalonnage du débit",
|
||||||
|
"t16": "Étalonnage",
|
||||||
|
"t17": "Avance de pression",
|
||||||
|
|
||||||
|
"l0": "Apprendre encore plus:",
|
||||||
|
"l1": "Vous pouvez télécharger des modèles 3D à partir des sites Web suivants.",
|
||||||
|
"l2": "Si vous avez des questions sur l'imprimante ou le QIDISlicer, veuillez nous contacter via l'adresse e-mail appropriée ou via Skype.",
|
||||||
|
"l3": "Remarque: veuillez essayer de nous indiquer vos besoins sous forme de vidéo ou d'images, et fournir un fichier 3MF, un fichier G-code, un numéro de machine et d'autres informations nécessaires.",
|
||||||
|
"l5": "Pourquoi avez-vous besoin d'un maillage adaptatif:",
|
||||||
|
"l6": "Comment désactiver cette fonctionnalité:",
|
||||||
|
"l7": "1.Aucune information de sonde gaspillée, le maillage adaptatif générera un maillage uniquement dans la zone où vous en avez réellement besoin: cela signifie que le nivellement avant chaque impression prend beaucoup moins de temps !",
|
||||||
|
"l8": "2.Étant donné que la zone de maillage sera plus petite, le maillage peut être beaucoup plus dense. Imaginez faire un maillage 3x3, mais de la taille d'un 3DBenchy ! Ce qui vous apporte une expérience d'impression de plus grande précision.",
|
||||||
|
"l9": "Ajouter ';' avant 'G29' dans le G-code de début",
|
||||||
|
"l10": "Zone rouge: Nivellement général du maillage.",
|
||||||
|
"l11": "Zone verte: Nivellement de maillage adaptatif.",
|
||||||
|
"l12": "Pourquoi vous avez besoin de la Calibration du débit",
|
||||||
|
"l13": "Les différents filaments ont des taux de retrait différents, et afin d’obtenir une qualité de surface parfaite, le débit d’impression doit être ajusté avec soin.",
|
||||||
|
"l14": "Le débit peut être modifié en modifiant le «multiplicateur d’extrusion».",
|
||||||
|
"l15": "1.Surextrusion: il y a trop de matériau sur le modèle, provoquant la formation de bosses ou l’apparition de couches plus épaisses et inégales que prévu.",
|
||||||
|
"l16": "2.Extrusion d’underextrusion: la couche d’impression est trop mince, la force remplissante est insuffisante, la surface a des bosses, et le modèle est facile à casser.",
|
||||||
|
"l17": "Calibrage grossier",
|
||||||
|
"l18": "Imprimer des blocs d’étalonnage dans la gamme «multiplicateur d’extrusion» de ± 0.2, chaque bloc ayant une taille de pas de 0.05.",
|
||||||
|
"l19": "Lorsque vous n’êtes pas sûr du débit des consommables, vous pouvez utiliser l’étalonnage grossier d’abord pour obtenir une meilleure plage, puis l’étalonnage fin pour obtenir une valeur plus précise.",
|
||||||
|
"l20": "Après l’impression, déterminez la meilleure valeur en fonction de la surface du modèle, saisissez le «multiplicateur d’extrusion» et sauvegardez.",
|
||||||
|
"l21": "Dans la figure ci-dessous, -5 a la meilleure qualité de surface, de sorte que le multiplicateur d’extrusion optimal ’ est 0.95 (1-5%).",
|
||||||
|
"l22": "Calibrage fin",
|
||||||
|
"l23": "Imprimez des blocs d’étalonnage de ± 0.04 en fonction du «multiplicateur d’extrusion» que vous avez entré, chacun avec une taille de pas de 0.01.",
|
||||||
|
"l24": "Le «multiplicateur d’extrusion» indiqué dans la figure ci-dessous est de 0.95, et 1 a la meilleure qualité de surface, donc le meilleur «multiplicateur d’extrusion» est de 0.96 (0.95+1%).",
|
||||||
|
"l25": "L'avance de pression peut réduire le saignement lors des mouvements sans extrusion et réduire les gouttes dans les virages.",
|
||||||
|
"l26": "Quand calibrer la pression à l’avance",
|
||||||
|
"l27": "1.Utilisez différentes marques de filaments, sinon les filaments sont humides ;",
|
||||||
|
"l28": "2.La buse est usée ou remplacée par une buse de taille différente ;",
|
||||||
|
"l29": "3.Utilisez différents paramètres d'impression tels que la température et la largeur des lignes.",
|
||||||
|
"l30": "Comment calibrer",
|
||||||
|
"l31": "Nous proposons trois méthodes d'étalonnage courantes, vous pouvez choisir la méthode que vous souhaitez pour l'étalonnage.",
|
||||||
|
"l32": "Il y a une erreur de 10 % dans les résultats du test, mais elle est presque impossible à distinguer à l'œil nu. Choisissez une valeur appropriée et enregistrez-la, puis démarrez votre impression.",
|
||||||
|
"l33": "Si vous devez modifier les paramètres d'impression, veuillez d'abord modifier et enregistrer les paramètres, puis effectuer la procédure d'étalonnage.",
|
||||||
|
"l34": "Une fois l'impression terminée, veuillez saisir la meilleure valeur dans le logiciel et l'enregistrer.",
|
||||||
|
"l35": "Ligne PA",
|
||||||
|
"l36": "Une fois l'impression terminée, sélectionnez la ligne la plus lisse, entrez la valeur correspondante dans le logiciel et enregistrez-la.",
|
||||||
|
"l37": "Modèle PA",
|
||||||
|
"l38": "Une fois l'impression terminée, sélectionnez l'ensemble de lignes le plus plat, entrez ses valeurs correspondantes dans le logiciel et enregistrez-le.",
|
||||||
|
"l39": "La tour PA",
|
||||||
|
"l40": "La valeur d'avance de pression sera modifiée tous les 5 mm d'élévation de la tour PA. Veuillez mesurer la hauteur de la meilleure zone du modèle, puis calculer la valeur d'avance de pression correspondante en fonction de la valeur de pas définie, puis la saisir dans le logiciel et l'enregistrer.",
|
||||||
|
},
|
||||||
|
"de": {
|
||||||
|
"t1": "Benutzerhandbuch",
|
||||||
|
"t2": "Erster Druck",
|
||||||
|
"t3": "Unterstützung hinzufügen",
|
||||||
|
"t4": "Gerät verbinden",
|
||||||
|
"t5": "Wi-Fi senden",
|
||||||
|
"t6": "Problembericht",
|
||||||
|
"t7": "Vorstellung",
|
||||||
|
"t8": "3D-Drucker",
|
||||||
|
"t9": "Kontaktieren Sie uns",
|
||||||
|
"t10": "Filaments",
|
||||||
|
"t11": "Text hinzufügen",
|
||||||
|
"t12": "Modell schneiden",
|
||||||
|
"t13": "Modell herunterladen",
|
||||||
|
"t14": "Adaptive Gitternetz",
|
||||||
|
"t15": "Kalibrierung der Durchflussrate",
|
||||||
|
"t16": "Kalibrierung",
|
||||||
|
"t17": "Druckvorschub",
|
||||||
|
|
||||||
|
"l0": "Erfahren Sie mehr:",
|
||||||
|
"l1": "Sie können 3D-Modelle von den folgenden Websites herunterladen.",
|
||||||
|
"l2": "Wenn Sie Fragen zum Drucker oder QIDISlicer haben, kontaktieren Sie uns bitte über die entsprechende E-Mail-Adresse oder Skype.",
|
||||||
|
"l3": "Hinweis: Bitte versuchen Sie, uns Ihre Anforderungen in Form von Videos oder Bildern mitzuteilen und geben Sie die 3MF-Datei, die G-Code-Datei, die Maschinennummer und andere notwendige Informationen an.",
|
||||||
|
"l5": "Warum brauchen Sie Adaptive Meshing:",
|
||||||
|
"l6": "So deaktivieren Sie diese Funktion:",
|
||||||
|
"l7": "1.Keine Verschwendung von Sondeninformationen, Adaptive Meshing erstellt ein Netz nur in dem Bereich, in dem Sie es tatsächlich benötigen: Das bedeutet, dass die Nivellierung vor jedem Druck deutlich weniger Zeit in Anspruch nimmt!",
|
||||||
|
"l8": "2.Da die Maschenfläche kleiner wird, kann das Netz viel dichter sein. Stellen Sie sich vor, Sie erstellen ein 3x3-Netz, aber in der Größe eines 3DBenchy! Das bringt Ihnen ein präziseres Druckerlebnis.",
|
||||||
|
"l9": "Füge hinzu ein „;“ vor „G29“ im Start-G-Code.",
|
||||||
|
"l10": "Roter Bereich: Allgemeine Netznivellierung.",
|
||||||
|
"l11": "Grüner Bereich: Adaptive Netznivellierung.",
|
||||||
|
"l12": "Was ist eine icd",
|
||||||
|
"l13": "Es gibt unterschiedliche skalenquoten und man muss den fluss der blüten genau einstellen, um eine optimale oberflächenqualität zu erreichen.",
|
||||||
|
"l14": "Die durchflussrate kann durch änderung des expeit geändert werden.",
|
||||||
|
"l15": "1.Überdruck: das modell enthält zu viel material, was dazu führt, dass die form dicker und ungleichmäßiger aussieht als erwartet.",
|
||||||
|
"l16": "2.Auspressen: der druck ist zu dünn, lässt das material zu wenig laden, hat löcher an der oberfläche, die die modelle beschädigen.",
|
||||||
|
"l17": "Grobkalibrierung.",
|
||||||
|
"l18": "Das überprüfen der kalibrierungsblock im rahmen des cop-fensters mit einer wand Von 0.05 stufen.",
|
||||||
|
"l19": "Bei problemen mit problemen können sie zunächst die raummanadung verwenden, um die richtige übereinstimmung zu erreichen, dann die feinkalibrierung einsetzen.",
|
||||||
|
"l20": "Wenn der ausdruck fertig ist, beschriftet man die besten werte anhand der oberfläche des modells, geht in den specker-bereich und speichern.",
|
||||||
|
"l21": "In der grafik, -5 mit der besten oberflächenqualität, kriegst du damit eine optimale ersparnis Von 0.95 (1-5%).",
|
||||||
|
"l22": "Härtstrich.",
|
||||||
|
"l23": "Das druckmodul für die wand im bereich Von 0.04 überprüfen, und jeder schritt ist eine 0.01",
|
||||||
|
"l24": "In dem unteren bild wurde ein -queprol Von 0.95 angezeigt, wobei 1 die beste oberflächenqualität hat. Damit liegt die beste -weshalb bei 0.96 (0.95+1).",
|
||||||
|
"l25": "Der Druckvorschub kann das Ausbluten bei nicht extrudierten Bewegungen und das Klopfen bei Kurvenfahrten reduzieren.",
|
||||||
|
"l26": "Wann sollte der Druck im Voraus kalibriert werden",
|
||||||
|
"l27": "1.Verwenden Sie Filamente verschiedener Marken, oder die Filamente sind feucht;",
|
||||||
|
"l28": "2.Die Düse ist abgenutzt oder durch eine Düse anderer Größe ersetzt;",
|
||||||
|
"l29": "3.Verwenden Sie verschiedene Druckparameter wie Temperatur und Linienbreite.",
|
||||||
|
"l30": "So kalibrieren Sie",
|
||||||
|
"l31": "Wir bieten drei gängige Kalibrierungsmethoden an. Sie können die Methode auswählen, die Ihnen für die Kalibrierung am besten gefällt.",
|
||||||
|
"l32": "Die Testergebnisse weisen einen Fehler von 10 % auf, der jedoch mit bloßem Auge kaum zu erkennen ist. Wählen Sie einen geeigneten Wert, speichern Sie ihn und starten Sie dann den Druckvorgang.",
|
||||||
|
"l33": "Wenn Sie die Druckparameter ändern müssen, ändern und speichern Sie bitte zuerst die Parameter und führen Sie dann den Kalibrierungsvorgang durch.",
|
||||||
|
"l34": "Nachdem der Druckvorgang abgeschlossen ist, geben Sie bitte den besten Wert in die Software ein und speichern Sie ihn.",
|
||||||
|
"l35": "PA-Leitung",
|
||||||
|
"l36": "Wählen Sie nach Abschluss des Druckvorgangs die glatteste Linie aus, geben Sie den entsprechenden Wert in die Software ein und speichern Sie ihn.",
|
||||||
|
"l37": "PA-Muster",
|
||||||
|
"l38": "Wählen Sie nach Abschluss des Druckvorgangs den flachsten Liniensatz aus, geben Sie die entsprechenden Werte in die Software ein und speichern Sie sie.",
|
||||||
|
"l39": "PA-Turm",
|
||||||
|
"l40": "Der Druckvorschubwert wird alle 5 mm geändert, wenn der PA-Turm ansteigt. Bitte messen Sie die Höhe des besten Bereichs des Modells und berechnen Sie dann den entsprechenden Druckvorschubwert basierend auf dem eingestellten Schrittwert, geben Sie ihn dann in die Software ein und speichern Sie ihn.",
|
||||||
|
},
|
||||||
|
"be": {
|
||||||
|
"t1": "Кіраўніцтва карыстальніка",
|
||||||
|
"t2": "Першы адбітак",
|
||||||
|
"t3": "Дадаць падтрымку",
|
||||||
|
"t4": "Падключыць прыладу",
|
||||||
|
"t5": "Адправіць па Wi-Fi",
|
||||||
|
"t6": "Паведамленне аб праблеме",
|
||||||
|
"t7": "Познакомьтесь с нами",
|
||||||
|
"t8": "3D принтеры",
|
||||||
|
"t9": "Звязацца з намі",
|
||||||
|
"t10": "Філамент",
|
||||||
|
"t11": "Дадаць тэкст",
|
||||||
|
"t12": "Разрэзаная мадэль",
|
||||||
|
"t13": "Спампаваць мадэль",
|
||||||
|
"t14": "Адаптыўная сетка",
|
||||||
|
"t15": "Каліброўка хуткасці патоку",
|
||||||
|
"t16": "Каліброўка",
|
||||||
|
"t17": "Увеличение давления",
|
||||||
|
|
||||||
|
"l0": "даведацца больш:",
|
||||||
|
"l1": "Вы можаце загрузіць 3D-мадэлі з наступных сайтаў.",
|
||||||
|
"l2": "Калі ў вас ёсць якія-небудзь пытанні аб прынтары або QIDISlicer, калі ласка, звяжыцеся з намі праз адпаведны адрас электроннай пошты або Skype.",
|
||||||
|
"l3": "Заўвага: калі ласка, паспрабуйце паведаміць нам свае патрабаванні ў выглядзе відэа ці малюнкаў, а таксама прадаставіць файл 3MF, файл G-кода, нумар машыны і іншую неабходную інфармацыю.",
|
||||||
|
"l5": "Навошта вам патрэбна адаптыўная сетка:",
|
||||||
|
"l6": "Як адключыць гэтую функцыю:",
|
||||||
|
"l7": "1.Няма марнай інфармацыі пра зонд, Adaptive Meshing будзе ствараць сетку толькі ў той вобласці, якая вам сапраўды патрэбна: гэта азначае, што выраўноўванне перад кожнай друкам займае значна менш часу!",
|
||||||
|
"l8": "2.Паколькі плошча сеткі будзе меншай, сетка можа быць значна больш шчыльнай. Уявіце, што вы робіце сетку 3x3, але памерам з 3DBenchy! Што дае вам вопыт больш высокай дакладнасці друку.",
|
||||||
|
"l9": "Дадайце ';' перад 'G29' у Пачатковым G-кодзе.",
|
||||||
|
"l10": "Чырвоная зона: агульнае выраўноўванне сеткі.",
|
||||||
|
"l11": "Зялёная зона: адаптыўнае выраўноўванне сеткі.",
|
||||||
|
"l12": "Зачем вам калибровка расхода",
|
||||||
|
"l13": "Различные нити накала имеют разную скорость усадки, и для того, чтобы получить идеальное качество поверхности, скорость печати должна быть тщательно скорректирована.",
|
||||||
|
"l14": "Расход может быть изменен путем изменения 'экструзионный множитель'.",
|
||||||
|
"l15": "1.Чрезмерная трузия: на модели слишком много материала, что приводит к образованию шишек или слоев, которые кажутся толще и неравномерно, чем ожидалось.",
|
||||||
|
"l16": "2.Экструзия: слой печати слишком тонкий, прочность наполнения недостаточна, поверхность имеет вмятины, а модель легко сломать.",
|
||||||
|
"l17": "Калибровка по грубой поверхности",
|
||||||
|
"l18": "Печать калибровочных блоков в диапазоне 'экструзионный множитель' ±0.2, причем каждый блок имеет размер шага 0.05.",
|
||||||
|
"l19": "Если вы не уверены в скорости потока расходуемых материалов, вы можете сначала использовать крупногабаритную калибровку, чтобы получить лучший диапазон, а затем тонкую калибровку, чтобы получить более точное значение.",
|
||||||
|
"l20": "После печати определите наилучшее значение на основе поверхности модели, введите 'экструзионный множитель' и сохраните.",
|
||||||
|
"l21": "На рисунке ниже -5 имеет наилучшее качество поверхности, поэтому оптимальный 'экструзионный множитель' составляет 0,95 (1-5%).",
|
||||||
|
"l22": "- точная калибровка",
|
||||||
|
"l23": "Печать калибровочных блоков в диапазоне ±0.04 на основе 'экструзионный множитель'вы ввели, каждый размер шага 0.01.",
|
||||||
|
"l24": "Приведенный ниже 'экструзионный множитель' равен 0,95, а 1 имеет наилучшее качество поверхности, поэтому лучший 'экструзионный множитель' равен 0.96 (0.95+1%).",
|
||||||
|
"l25": "Увеличение давления может уменьшить кровотечение при движениях без выдавливания и уменьшить образование пятен при прохождении поворотов.",
|
||||||
|
"l26": "Когда следует калибровать давление заранее",
|
||||||
|
"l27": "1.Используйте нити разных марок, иначе нити влажные;",
|
||||||
|
"l28": "2.Насадка изношена или заменена насадкой другого размера;",
|
||||||
|
"l29": "3.Используйте различные параметры печати, такие как температура и ширина линии.",
|
||||||
|
"l30": "Как калибровать",
|
||||||
|
"l31": "Мы предоставляем три распространенных метода калибровки. Вы можете выбрать тот метод калибровки, который вам нравится.",
|
||||||
|
"l32": "В результатах теста есть погрешность в 10%, но она практически неразличима невооруженным глазом. Выберите подходящее значение и сохраните его, а затем начните печать.",
|
||||||
|
"l33": "Если вам необходимо изменить параметры печати, сначала измените и сохраните параметры, а затем выполните процедуру калибровки.",
|
||||||
|
"l34": "После завершения печати введите наилучшее значение в программу и сохраните его.",
|
||||||
|
"l35": "Линия PA",
|
||||||
|
"l36": "После завершения печати выберите самую плавную линию, введите соответствующее ей значение в программу и сохраните.",
|
||||||
|
"l37": "Шаблон PA",
|
||||||
|
"l38": "После завершения печати выберите самый плоский набор линий, введите соответствующие значения в программу и сохраните.",
|
||||||
|
"l39": "ПА Тауэр",
|
||||||
|
"l40": "Значение опережения давления будет меняться каждые 5 мм подъема башни PA. Измерьте высоту лучшей области модели, а затем рассчитайте соответствующее значение опережения давления на основе установленного значения шага, затем введите его в программное обеспечение и сохраните.",
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
4
resources/web/guide/css/font-awesome.min.css
vendored
Normal file
@@ -1,418 +1,316 @@
|
|||||||
*
|
* {
|
||||||
{
|
padding: 0px;
|
||||||
padding:0px;
|
|
||||||
border: 0px;
|
border: 0px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
font-family: "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-sans;
|
font-family: "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-sans;
|
||||||
border-color: #4479FB;
|
border-color: #4479FB;
|
||||||
}
|
}
|
||||||
|
|
||||||
html, body {
|
html, body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
background-color:#F4F7FE;
|
background-color: #F4F7FE;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ZScrol::-webkit-scrollbar {/*滚动条整体样式*/
|
body {
|
||||||
width: 12px; /*高宽分别对应横竖滚动条的尺寸*/
|
display: flex;
|
||||||
height: 1px;
|
|
||||||
padding: 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ZScrol::-webkit-scrollbar:hover {
|
|
||||||
color: #4479FB;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ZScrol::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
|
|
||||||
border-radius: 6px;
|
|
||||||
-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
|
|
||||||
box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
|
|
||||||
background-color: #AAAAAA;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ZScrol::-webkit-scrollbar-track {/*滚动条里面轨道*/
|
|
||||||
-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
|
|
||||||
box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
|
|
||||||
border-radius: 10px;
|
|
||||||
background: #EDEDED;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.RedFont
|
|
||||||
{
|
|
||||||
font-size:12px;
|
|
||||||
color: #F07E4A;
|
|
||||||
}
|
|
||||||
|
|
||||||
.LinkBtn
|
|
||||||
{
|
|
||||||
font-size:12px;
|
|
||||||
color: #1200FF;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
.LinkBtn:hover
|
|
||||||
{
|
|
||||||
text-decoration:underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*------------------*/
|
|
||||||
body
|
|
||||||
{
|
|
||||||
display:flex;
|
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
|
align-items: center;
|
||||||
|
height: 100vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
#LeftBoard
|
.LeftBoard {
|
||||||
{
|
background: #414345;
|
||||||
/*border-right-width: 1px;
|
width:360px;
|
||||||
border-right-style: solid;*/
|
min-width: 280px;
|
||||||
background:#414345;
|
|
||||||
width: 248px;
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#GuideArea
|
.GuideBtn {
|
||||||
{
|
|
||||||
border-bottom-width:1px;
|
|
||||||
border-bottom-style:inset;
|
|
||||||
height: 100px;
|
height: 100px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: line;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
flex-wrap: nowrap;
|
|
||||||
position: relative;
|
|
||||||
width:248px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
#Guide1
|
|
||||||
{
|
|
||||||
height:36px;
|
|
||||||
line-height: 36px;
|
|
||||||
display: flex;
|
|
||||||
justify-content: center;
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#GuideBtn
|
|
||||||
{
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: #4479FB;
|
color: #4479FB;
|
||||||
}
|
|
||||||
.TbItem {
|
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.GuideBtn:hover {
|
||||||
|
font-size: 26px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.Logo {
|
||||||
|
height: 40px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-start;
|
margin-right: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*导航栏属性*/
|
||||||
|
li {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.accordion {
|
||||||
|
overflow: hidden;
|
||||||
|
border-radius: 0 8px 8px 0;
|
||||||
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
|
||||||
|
}
|
||||||
|
.accordion > li {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.accordion > li input {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.accordion > li label {
|
||||||
|
position: relative;
|
||||||
|
display: block;
|
||||||
|
width: 100%;
|
||||||
|
padding: 20px 50px;
|
||||||
|
color: #FFFFFF;
|
||||||
|
background-color: #4479FB;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: #4479FB
|
|
||||||
}
|
}
|
||||||
|
.accordion > li label i {
|
||||||
.TbItem:hover {
|
position: absolute;
|
||||||
font-size:25px;
|
top: calc(50% - 12px);
|
||||||
|
left: 20px;
|
||||||
|
font-size: 24px;
|
||||||
|
transition: all 0.5s;
|
||||||
}
|
}
|
||||||
|
.accordion > li label:hover {
|
||||||
.TbItemSelected {
|
border-left-color: #FFFFFF;
|
||||||
|
border-left-width: 4px;
|
||||||
|
border-style: solid;
|
||||||
}
|
}
|
||||||
|
.accordion > li:not(:first-child) label {
|
||||||
#Icon1
|
border-top: 1px solid #38814D;
|
||||||
{
|
|
||||||
margin-right: 10px;
|
|
||||||
}
|
}
|
||||||
|
.accordion > li ol {
|
||||||
#QDIcon
|
width: 100%;
|
||||||
{
|
background-color: #333;
|
||||||
height:36px;
|
|
||||||
}
|
}
|
||||||
|
.accordion > li ol li {
|
||||||
/*------------------*/
|
position: relative;
|
||||||
#BtnArea
|
width: 100%;
|
||||||
{
|
height: 0;
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.BtnItem
|
|
||||||
{
|
|
||||||
border-bottom-width:1px;
|
|
||||||
border-bottom-style:inset;
|
|
||||||
padding-left:30px;
|
|
||||||
height:50px;
|
|
||||||
line-height: 50px;
|
line-height: 50px;
|
||||||
display: flex;
|
padding-left: 20px;
|
||||||
justify-content:flex-start;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color:#ffffff;
|
transition: all 0.5s;
|
||||||
}
|
}
|
||||||
|
.accordion > li ol li::before {
|
||||||
.BtnItem:hover
|
content: "";
|
||||||
{
|
position: absolute;
|
||||||
color:#4479FB
|
top: 3px;
|
||||||
|
left: 0;
|
||||||
|
width: 4px;
|
||||||
|
height: 44px;
|
||||||
|
background-color: #4479FB;
|
||||||
|
transform: scaleY(0);
|
||||||
|
transition: all 0.5s;
|
||||||
}
|
}
|
||||||
|
.accordion > li ol li:hover::before {
|
||||||
.BtnItemSelected
|
transform: scaleY(1);
|
||||||
{
|
|
||||||
background-color: #CED1D9;
|
|
||||||
color:#4479FB
|
|
||||||
}
|
}
|
||||||
|
.accordion > li input:checked ~ label i {
|
||||||
|
transform: rotate(90deg);
|
||||||
|
}
|
||||||
|
.accordion > li input:checked ~ ol li {
|
||||||
|
height: 50px;
|
||||||
|
}
|
||||||
|
/*导航栏属性*/
|
||||||
|
|
||||||
.BtnIcon
|
.MenuBtn {
|
||||||
{
|
height: 50px;
|
||||||
margin-right:6px;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: line;
|
||||||
justify-content: center;
|
cursor: pointer;
|
||||||
|
color: #FFFFFF;
|
||||||
|
transition: all 0.5s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.LeftIcon
|
.MenuBtn:hover {
|
||||||
{
|
color: #4479FB;
|
||||||
width:20px;
|
}
|
||||||
|
|
||||||
|
.MenuBtnSelected {
|
||||||
|
background-color: #CED1D9;
|
||||||
|
color: #4479FB;
|
||||||
|
}
|
||||||
|
|
||||||
|
.MenuBtnIcon {
|
||||||
|
margin: auto 15px;
|
||||||
|
width: 20px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*--------------------*/
|
.RightBoard {
|
||||||
#RightBoard
|
|
||||||
{
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
min-width: 835px;
|
min-width: 700px;
|
||||||
overflow-y:auto;
|
padding: 0px 50px;
|
||||||
}
|
|
||||||
|
|
||||||
#ThumbBoard
|
|
||||||
{
|
|
||||||
overflow-y:auto;
|
|
||||||
padding: 0px 40px;
|
|
||||||
display: flex;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
align-content: flex-start;
|
|
||||||
margin: 30px 40px;
|
|
||||||
position: relative;
|
|
||||||
top: 0px;
|
|
||||||
bottom: 0px;
|
|
||||||
right: 0px;
|
|
||||||
left: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (max-width: 1100px) {
|
|
||||||
.GuideBlock {
|
|
||||||
width: calc(50% - 20px);
|
|
||||||
margin: 0px 10px 40px 10px;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and ( min-width:1101px) and ( max-width:1680px ) {
|
|
||||||
.GuideBlock {
|
|
||||||
width: calc(33% - 20px);
|
|
||||||
margin: 0px 10px 40px 10px;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and ( min-width:1681px) and (max-width:2120px ) {
|
|
||||||
.GuideBlock {
|
|
||||||
width: calc(25% - 20px);
|
|
||||||
margin: 0px 10px 40px 10px;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and ( min-width:2121px) and (max-width:2620px ) {
|
|
||||||
.GuideBlock {
|
|
||||||
width: calc(20% - 20px);
|
|
||||||
margin: 0px 10px 40px 10px;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (min-width:2621px ) and (max-width:3120px ) {
|
|
||||||
.GuideBlock {
|
|
||||||
width: calc(16.6% - 20px);
|
|
||||||
margin: 0px 10px 40px 10px;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (min-width:3121px ) {
|
|
||||||
.GuideBlock {
|
|
||||||
width: calc(14.2% - 20px);
|
|
||||||
margin: 0px 10px 40px 10px;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#IssueBoard {
|
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
padding: 0px 40px;
|
}
|
||||||
|
|
||||||
|
.GuideBoard {
|
||||||
|
margin-top: 20px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: center;
|
|
||||||
align-items: center;
|
|
||||||
margin: 30px 40px;
|
|
||||||
position: relative;
|
|
||||||
top: 0px;
|
|
||||||
bottom: 0px;
|
|
||||||
right: 0px;
|
|
||||||
left: 0px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 1100px) {
|
.Thumbnail {
|
||||||
.PrintBlock {
|
min-width: 300px;
|
||||||
text-align:center;
|
max-width: 600px;
|
||||||
width: calc(50% - 20px);
|
width: 23%;
|
||||||
margin: 0px 10px 40px 10px;
|
margin: 10px auto;
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and ( min-width:1101px) and ( max-width:1680px ) {
|
|
||||||
.PrintBlock {
|
|
||||||
width: calc(33% - 20px);
|
|
||||||
margin: 0px 10px 40px 10px;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and ( min-width:1681px) and (max-width:2120px ) {
|
|
||||||
.PrintBlock {
|
|
||||||
width: calc(25% - 20px);
|
|
||||||
margin: 0px 10px 40px 10px;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and ( min-width:2121px) and (max-width:2620px ) {
|
|
||||||
.PrintBlock {
|
|
||||||
width: calc(20% - 20px);
|
|
||||||
margin: 0px 10px 40px 10px;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (min-width:2621px ) and (max-width:3120px ) {
|
|
||||||
.PrintBlock {
|
|
||||||
width: calc(16.6% - 20px);
|
|
||||||
margin: 0px 10px 40px 10px;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (min-width:3121px ) {
|
|
||||||
.PrintBlock {
|
|
||||||
width: calc(14.2% - 20px);
|
|
||||||
margin: 0px 10px 40px 10px;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#HotspotWEB
|
|
||||||
{
|
|
||||||
width:100%;
|
|
||||||
height: 420px;
|
|
||||||
}
|
|
||||||
/*------Gif------*/
|
|
||||||
#GifBigBoard
|
|
||||||
{
|
|
||||||
display:none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#GifBoard
|
|
||||||
{
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-direction: column;
|
||||||
align-content: flex-start;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
overflow-y: auto;
|
|
||||||
margin: 30px 40px;
|
|
||||||
position: relative;
|
|
||||||
top: 0px;
|
|
||||||
bottom: 0px;
|
|
||||||
right: 0px;
|
|
||||||
left: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen {
|
|
||||||
.GifBlock
|
|
||||||
{
|
|
||||||
margin: 0px 0px 0px 0px;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.UG_PRINTER
|
.ThumbnailTitle {
|
||||||
{
|
text-align: center;
|
||||||
text-align:center;
|
|
||||||
width:100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.UG_PRINTER img
|
|
||||||
{
|
|
||||||
width:15%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.UG_IMG
|
|
||||||
{
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.UG_IMG img
|
|
||||||
{
|
|
||||||
width: 100%;
|
|
||||||
border-radius: 5px 5px 5px 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.UG_TITLE
|
|
||||||
{
|
|
||||||
text-align:center;
|
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
line-height: 25px;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: 20px;
|
|
||||||
margin-bottom: 4px;
|
|
||||||
color: #4479FB;
|
color: #4479FB;
|
||||||
}
|
}
|
||||||
|
|
||||||
.UG_DESC
|
.ImageBoard {
|
||||||
{
|
margin: 50px auto;
|
||||||
font-size: 14px;
|
display: none;
|
||||||
width: 100%;
|
|
||||||
line-height: 20px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.UG_CDESC
|
.AutozoomImage img {
|
||||||
{
|
|
||||||
text-align:center;
|
|
||||||
font-size: 14px;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
line-height: 20px;
|
max-width: 1200px;
|
||||||
|
border-radius: 5px;
|
||||||
|
border: 1px solid #4479FB;
|
||||||
|
margin: 20px auto;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.UG_B_TITLE
|
.IntroduceBoard {
|
||||||
{
|
margin: 50px auto;
|
||||||
text-align:center;
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.IntroduceTitle {
|
||||||
|
text-align: center;
|
||||||
font-size: 36px;
|
font-size: 36px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
line-height: 25px;
|
margin: 30px 0;
|
||||||
width: 100%;
|
|
||||||
margin-top: 20px;
|
|
||||||
margin-bottom: 4px;
|
|
||||||
color: #4479FB;
|
color: #4479FB;
|
||||||
|
line-height: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.UG_B_DESC
|
.IntroduceText {
|
||||||
{
|
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
width: 100%;
|
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
margin-top: 30px;
|
}
|
||||||
margin-bottom: 50px;
|
|
||||||
}
|
.IntroduceTextBold {
|
||||||
|
font-size: 16px;
|
||||||
|
font-weight: 700;
|
||||||
|
line-height: 25px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.CenterImage img{
|
||||||
|
margin: 20px auto;
|
||||||
|
max-width: 1200px;
|
||||||
|
border-radius: 5px;
|
||||||
|
border: 1px solid #4479FB;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.IntroduceTextRed {
|
||||||
|
font-size: 16px;
|
||||||
|
color: #ED1C24;
|
||||||
|
line-height: 20px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.IntroduceTextGreen {
|
||||||
|
font-size: 16px;
|
||||||
|
color: #24AB4D;
|
||||||
|
line-height: 20px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.FilamentsTable {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
width: 100%;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*表格属性*/
|
||||||
|
td, th {
|
||||||
|
border: 1px solid gray;
|
||||||
|
font-size: 12px;
|
||||||
|
width: 100px;
|
||||||
|
height: 50px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
th {
|
||||||
|
background-color: #4F6EBC;
|
||||||
|
color: #FFFFFF;
|
||||||
|
}
|
||||||
|
|
||||||
|
table {
|
||||||
|
table-layout: fixed;
|
||||||
|
width: 200px;
|
||||||
|
}
|
||||||
|
|
||||||
|
td:first-child, th:first-child {
|
||||||
|
position: sticky;
|
||||||
|
left: 0;
|
||||||
|
z-index: 1;
|
||||||
|
background: #CDDBFB;
|
||||||
|
}
|
||||||
|
|
||||||
|
th:nth-child(odd) {
|
||||||
|
background-color: #6993FB;
|
||||||
|
}
|
||||||
|
|
||||||
|
thead tr th {
|
||||||
|
position: sticky;
|
||||||
|
top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
tbody tr:nth-child(odd) {
|
||||||
|
background: #B7B9BF;
|
||||||
|
}
|
||||||
|
|
||||||
|
th:first-child {
|
||||||
|
z-index: 2;
|
||||||
|
}
|
||||||
|
/*表格属性*/
|
||||||
|
|
||||||
|
.IssueBoard {
|
||||||
|
margin-top: 20px;
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.EmailBlock {
|
||||||
|
margin: 10px auto;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
.PrinterBlock {
|
||||||
|
margin: 0 10px;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|||||||
BIN
resources/web/guide/fonts/FontAwesome.otf
Normal file
BIN
resources/web/guide/fonts/fontawesome-webfont.eot
Normal file
2671
resources/web/guide/fonts/fontawesome-webfont.svg
Normal file
|
After Width: | Height: | Size: 434 KiB |