mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-06 17:06:33 +03:00
Compare commits
94 Commits
fix/defaul
...
belt-print
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5428a0715d | ||
|
|
75770321dd | ||
|
|
c950c3fb6b | ||
|
|
2ca843a38e | ||
|
|
0ef7c6d581 | ||
|
|
34b0d36cda | ||
|
|
d619c7e19c | ||
|
|
31b44cb731 | ||
|
|
ddbee84e68 | ||
|
|
bf6cce1f40 | ||
|
|
8bdf0df00a | ||
|
|
d6c9187c71 | ||
|
|
0cdfb88357 | ||
|
|
14cec7239b | ||
|
|
86c6a1a66f | ||
|
|
07f08dfe40 | ||
|
|
a4fb5af9e1 | ||
|
|
8593d66a39 | ||
|
|
3fc3b8a8ae | ||
|
|
695a1f897a | ||
|
|
2d69f6e17c | ||
|
|
340ce575e2 | ||
|
|
d795900fcf | ||
|
|
9b1fb2217a | ||
|
|
ef6f65eacc | ||
|
|
0add523e1b | ||
|
|
375036f330 | ||
|
|
fbbeb1fab0 | ||
|
|
0bca3fd2e5 | ||
|
|
85fd613cf7 | ||
|
|
0da24cd38b | ||
|
|
d7b75540d0 | ||
|
|
b7bda9912b | ||
|
|
4f3a608009 | ||
|
|
f682ab5cd3 | ||
|
|
2bcb775b90 | ||
|
|
e29a82c672 | ||
|
|
5b243eec92 | ||
|
|
fee6be98b2 | ||
|
|
9405ac5976 | ||
|
|
6ed2437848 | ||
|
|
da3fee2dfa | ||
|
|
c0d6ae8540 | ||
|
|
573e1c6544 | ||
|
|
20be78a96e | ||
|
|
02d45c3258 | ||
|
|
f9888c7d7a | ||
|
|
0bda684dd7 | ||
|
|
8a578cdf00 | ||
|
|
6b256db012 | ||
|
|
2dc4900292 | ||
|
|
0f75d6bc4e | ||
|
|
e913621369 | ||
|
|
48b6db93b8 | ||
|
|
72cafcbe06 | ||
|
|
a9bae54f20 | ||
|
|
218881c6f6 | ||
|
|
cd5fb68d38 | ||
|
|
f87a46ec6e | ||
|
|
8dc91d8b1d | ||
|
|
da8b11b8ab | ||
|
|
c79970bedb | ||
|
|
7252f6acb7 | ||
|
|
6a2d690f45 | ||
|
|
8fa6a4602b | ||
|
|
0f29437135 | ||
|
|
75cc0de071 | ||
|
|
bc6d0ef0fb | ||
|
|
c17ae25bbc | ||
|
|
e981a517cd | ||
|
|
0703728e56 | ||
|
|
1e9ee0c120 | ||
|
|
e9a579b604 | ||
|
|
783acd932a | ||
|
|
c8a1bf3a99 | ||
|
|
2facaac9e8 | ||
|
|
9bbac19de4 | ||
|
|
ea5c6776b3 | ||
|
|
98f4d34dcb | ||
|
|
501aff7e53 | ||
|
|
c808653565 | ||
|
|
a7441c7f48 | ||
|
|
3bc13e5cfd | ||
|
|
141749a6f2 | ||
|
|
4634a5dfd7 | ||
|
|
372139c770 | ||
|
|
44eebdb8ad | ||
|
|
c7aa4ca3ef | ||
|
|
b297f68921 | ||
|
|
7ff6bc42b1 | ||
|
|
719af2d81d | ||
|
|
cb13a22e57 | ||
|
|
ed6ea086a2 | ||
|
|
08aa277974 |
2
.github/workflows/auto-close-duplicates.yml
vendored
2
.github/workflows/auto-close-duplicates.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v7
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Setup Bun
|
||||
uses: oven-sh/setup-bun@v2
|
||||
|
||||
@@ -29,7 +29,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v7
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Setup Bun
|
||||
uses: oven-sh/setup-bun@v2
|
||||
|
||||
8
.github/workflows/build_all.yml
vendored
8
.github/workflows/build_all.yml
vendored
@@ -131,7 +131,7 @@ jobs:
|
||||
if: ${{ !cancelled() && success() }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v7
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
sparse-checkout: |
|
||||
.github
|
||||
@@ -204,7 +204,7 @@ jobs:
|
||||
- name: "Remove unneeded stuff to free disk space"
|
||||
run:
|
||||
rm -rf /usr/local/lib/android/* /usr/share/dotnet/* /opt/ghc1/* "/usr/local/share/boost1/*" /opt/hostedtoolcache1/*
|
||||
- uses: actions/checkout@v7
|
||||
- uses: actions/checkout@v6
|
||||
- name: Get the version and date
|
||||
run: |
|
||||
ver_pure=$(grep 'set(SoftFever_VERSION' version.inc | cut -d '"' -f2)
|
||||
@@ -223,14 +223,14 @@ jobs:
|
||||
# Manage flatpak-builder cache externally so PRs restore but never upload
|
||||
- name: Restore flatpak-builder cache
|
||||
if: github.event_name == 'pull_request'
|
||||
uses: actions/cache/restore@v6
|
||||
uses: actions/cache/restore@v5
|
||||
with:
|
||||
path: .flatpak-builder
|
||||
key: flatpak-builder-${{ matrix.variant.arch }}-${{ github.event.pull_request.base.sha }}
|
||||
restore-keys: flatpak-builder-${{ matrix.variant.arch }}-
|
||||
- name: Save/restore flatpak-builder cache
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: actions/cache@v6
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: .flatpak-builder
|
||||
key: flatpak-builder-${{ matrix.variant.arch }}-${{ github.sha }}
|
||||
|
||||
4
.github/workflows/build_check_cache.yml
vendored
4
.github/workflows/build_check_cache.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
valid-cache: ${{ steps.cache_deps.outputs.cache-hit }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v7
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
lfs: 'false'
|
||||
|
||||
@@ -46,7 +46,7 @@ jobs:
|
||||
|
||||
- name: load cache
|
||||
id: cache_deps
|
||||
uses: actions/cache@v6
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: ${{ steps.set_outputs.outputs.cache-path }}
|
||||
key: ${{ steps.set_outputs.outputs.cache-key }}
|
||||
|
||||
4
.github/workflows/build_deps.yml
vendored
4
.github/workflows/build_deps.yml
vendored
@@ -34,12 +34,12 @@ jobs:
|
||||
|
||||
# Setup the environment
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v7
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
lfs: 'false'
|
||||
|
||||
- name: load cached deps
|
||||
uses: actions/cache@v6
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: ${{ inputs.cache-path }}
|
||||
key: ${{ inputs.cache-key }}
|
||||
|
||||
4
.github/workflows/build_orca.yml
vendored
4
.github/workflows/build_orca.yml
vendored
@@ -37,13 +37,13 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v7
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
lfs: 'false'
|
||||
|
||||
- name: load cached deps
|
||||
if: ${{ !(runner.os == 'macOS' && inputs.macos-combine-only) }}
|
||||
uses: actions/cache@v6
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: ${{ inputs.cache-path }}
|
||||
key: ${{ inputs.cache-key }}
|
||||
|
||||
2
.github/workflows/check_locale.yml
vendored
2
.github/workflows/check_locale.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v7
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Install gettext
|
||||
run: |
|
||||
|
||||
125
.github/workflows/check_profiles.yml
vendored
125
.github/workflows/check_profiles.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v7
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Run extra JSON check
|
||||
id: extra_json_check
|
||||
@@ -41,7 +41,7 @@ jobs:
|
||||
curl -L -o OrcaSlicer_profile_validator https://github.com/OrcaSlicer/OrcaSlicer/releases/download/nightly-builds/OrcaSlicer_profile_validator_Linux_Ubuntu2404_nightly
|
||||
chmod +x ./OrcaSlicer_profile_validator
|
||||
|
||||
# Validate all system profiles.
|
||||
# validate profiles
|
||||
- name: validate system profiles
|
||||
id: validate_system
|
||||
continue-on-error: true
|
||||
@@ -49,115 +49,17 @@ jobs:
|
||||
set +e
|
||||
./OrcaSlicer_profile_validator -p ${{ github.workspace }}/resources/profiles -l 2 2>&1 | tee ${{ runner.temp }}/validate_system.log
|
||||
exit ${PIPESTATUS[0]}
|
||||
# For now run filament subtype check only for BBL profiles until we fix other vendors' profiles.
|
||||
- name: validate filament subtype check for BBL profiles
|
||||
id: validate_filament_subtypes
|
||||
continue-on-error: true
|
||||
run: |
|
||||
set +e
|
||||
./OrcaSlicer_profile_validator -p ${{ github.workspace }}/resources/profiles -l 2 -v BBL -f 2>&1 | tee ${{ runner.temp }}/validate_filament_subtypes.log
|
||||
exit ${PIPESTATUS[0]}
|
||||
|
||||
- name: validate custom presets
|
||||
id: validate_custom
|
||||
continue-on-error: true
|
||||
working-directory: ${{ github.workspace }}
|
||||
run: |
|
||||
fixtures_dir="${{ runner.temp }}/profile-fixtures"
|
||||
output_dir="${{ runner.temp }}/custom-preset-validation"
|
||||
combined_log="${{ runner.temp }}/validate_custom.log"
|
||||
summary="${output_dir}/summary.md"
|
||||
release_url="https://github.com/OrcaSlicer/OrcaSlicer-profile-validator/releases/download/fixture-archive"
|
||||
|
||||
rm -rf "${fixtures_dir}" "${output_dir}"
|
||||
mkdir -p "${fixtures_dir}" "${output_dir}"
|
||||
|
||||
curl -fsSL -o "${fixtures_dir}/manifest.json" "${release_url}/manifest.json"
|
||||
|
||||
MANIFEST_PATH="${fixtures_dir}/manifest.json" python3 <<'PY' > "${fixtures_dir}/fixtures.tsv"
|
||||
import json
|
||||
import os
|
||||
|
||||
with open(os.environ["MANIFEST_PATH"], encoding="utf-8") as fh:
|
||||
manifest = json.load(fh)
|
||||
|
||||
if isinstance(manifest, dict):
|
||||
entries = manifest.get("fixtures", [])
|
||||
else:
|
||||
entries = manifest
|
||||
|
||||
for entry in entries:
|
||||
version = entry.get("version", "")
|
||||
asset = entry.get("asset", "")
|
||||
sha256 = entry.get("asset_sha256", "")
|
||||
if not version or not asset:
|
||||
continue
|
||||
print(f"{version}\t{asset}\t{sha256}")
|
||||
PY
|
||||
|
||||
if [ ! -s "${fixtures_dir}/fixtures.tsv" ]; then
|
||||
echo "No custom preset fixtures found in ${release_url}/manifest.json" | tee "${combined_log}"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
{
|
||||
echo "## Custom Preset Fixture Validation"
|
||||
echo ""
|
||||
echo "| Version | Status | Log |"
|
||||
echo "| --- | --- | --- |"
|
||||
} > "${summary}"
|
||||
|
||||
status=0
|
||||
failed_logs=()
|
||||
|
||||
while IFS=$'\t' read -r version asset expected_sha256; do
|
||||
fixture_zip="${fixtures_dir}/${asset}"
|
||||
asset_url_name="$(python3 -c 'import sys, urllib.parse; print(urllib.parse.quote(sys.argv[1], safe=""))' "${asset}")"
|
||||
profile_tree="${output_dir}/profiles-${version}"
|
||||
log_path="${output_dir}/${version}.log"
|
||||
|
||||
curl -fsSL -o "${fixture_zip}" "${release_url}/${asset_url_name}"
|
||||
|
||||
if [ -n "${expected_sha256}" ] && [ "${expected_sha256}" != "<sha256>" ]; then
|
||||
echo "${expected_sha256} ${fixture_zip}" | sha256sum -c -
|
||||
fi
|
||||
|
||||
rm -rf "${profile_tree}"
|
||||
mkdir -p "${profile_tree}"
|
||||
cp -a "${{ github.workspace }}/resources/profiles/." "${profile_tree}/"
|
||||
rm -rf "${profile_tree}/user"
|
||||
unzip -q "${fixture_zip}" -d "${profile_tree}"
|
||||
|
||||
set +e
|
||||
./OrcaSlicer_profile_validator -p "${profile_tree}" -l 2 > "${log_path}" 2>&1
|
||||
result=$?
|
||||
set -e
|
||||
|
||||
if [ "${result}" -eq 0 ]; then
|
||||
echo "| ${version} | PASS | ${version}.log |" >> "${summary}"
|
||||
else
|
||||
echo "| ${version} | FAIL | ${version}.log |" >> "${summary}"
|
||||
failed_logs+=("${log_path}")
|
||||
status=1
|
||||
fi
|
||||
done < "${fixtures_dir}/fixtures.tsv"
|
||||
|
||||
{
|
||||
cat "${summary}"
|
||||
if [ "${#failed_logs[@]}" -gt 0 ]; then
|
||||
echo ""
|
||||
echo "## Failed Fixture Logs"
|
||||
for log_path in "${failed_logs[@]}"; do
|
||||
echo ""
|
||||
echo "### $(basename "${log_path}" .log)"
|
||||
echo '```'
|
||||
head -c 12000 "${log_path}" || echo "No output captured"
|
||||
echo '```'
|
||||
done
|
||||
fi
|
||||
} | tee "${combined_log}"
|
||||
|
||||
exit "${status}"
|
||||
set +e
|
||||
curl -LJO https://github.com/OrcaSlicer/OrcaSlicer/releases/download/nightly-builds/orca_custom_preset_tests.zip
|
||||
unzip -q ./orca_custom_preset_tests.zip -d ${{ github.workspace }}/resources/profiles
|
||||
./OrcaSlicer_profile_validator -p ${{ github.workspace }}/resources/profiles -l 2 2>&1 | tee ${{ runner.temp }}/validate_custom.log
|
||||
exit ${PIPESTATUS[0]}
|
||||
|
||||
- name: Prepare PR number for comment workflow
|
||||
if: ${{ always() && github.event_name == 'pull_request' }}
|
||||
@@ -166,7 +68,7 @@ jobs:
|
||||
echo "${{ github.event.pull_request.number }}" > ${{ runner.temp }}/profile-check-results/pr_number.txt
|
||||
|
||||
- name: Prepare comment artifact
|
||||
if: ${{ always() && github.event_name == 'pull_request' && (steps.extra_json_check.outcome == 'failure' || steps.validate_system.outcome == 'failure' || steps.validate_filament_subtypes.outcome == 'failure' || steps.validate_custom.outcome == 'failure') }}
|
||||
if: ${{ always() && github.event_name == 'pull_request' && (steps.extra_json_check.outcome == 'failure' || steps.validate_system.outcome == 'failure' || steps.validate_custom.outcome == 'failure') }}
|
||||
run: |
|
||||
{
|
||||
# Marker matched by check_profiles_comment.yml to delete prior comments.
|
||||
@@ -192,15 +94,6 @@ jobs:
|
||||
echo ""
|
||||
fi
|
||||
|
||||
if [ "${{ steps.validate_filament_subtypes.outcome }}" = "failure" ]; then
|
||||
echo "### BBL Filament Subtype Validation Failed"
|
||||
echo ""
|
||||
echo '```'
|
||||
head -c 30000 ${{ runner.temp }}/validate_filament_subtypes.log || echo "No output captured"
|
||||
echo '```'
|
||||
echo ""
|
||||
fi
|
||||
|
||||
if [ "${{ steps.validate_custom.outcome }}" = "failure" ]; then
|
||||
echo "### Custom Preset Validation Failed"
|
||||
echo ""
|
||||
@@ -223,7 +116,7 @@ jobs:
|
||||
retention-days: 1
|
||||
|
||||
- name: Fail if any check failed
|
||||
if: ${{ always() && (steps.extra_json_check.outcome == 'failure' || steps.validate_system.outcome == 'failure' || steps.validate_filament_subtypes.outcome == 'failure' || steps.validate_custom.outcome == 'failure') }}
|
||||
if: ${{ always() && (steps.extra_json_check.outcome == 'failure' || steps.validate_system.outcome == 'failure' || steps.validate_custom.outcome == 'failure') }}
|
||||
run: |
|
||||
echo "One or more profile checks failed. See above for details."
|
||||
exit 1
|
||||
|
||||
2
.github/workflows/dedupe-issues.yml
vendored
2
.github/workflows/dedupe-issues.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v7
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Run Claude Code slash command
|
||||
uses: anthropics/claude-code-base-action@beta
|
||||
|
||||
2
.github/workflows/doxygen-docs.yml
vendored
2
.github/workflows/doxygen-docs.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
remove-existing-swap-files: true
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v7
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Install Doxygen and Graphviz
|
||||
run: |
|
||||
|
||||
4
.github/workflows/shellcheck.yml
vendored
4
.github/workflows/shellcheck.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
||||
steps:
|
||||
- name: Cache shellcheck download
|
||||
id: cache-shellcheck-v0_11
|
||||
uses: actions/cache@v6
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: ~/shellcheck
|
||||
key: ${{ runner.os }}-shellcheck-v0_11
|
||||
@@ -36,7 +36,7 @@ jobs:
|
||||
tar -xvf ~/sc.tar.xz -C ~
|
||||
mv ~/shellcheck-"${INPUT_VERSION}"/shellcheck ~/shellcheck
|
||||
|
||||
- uses: actions/checkout@v7
|
||||
- uses: actions/checkout@v6
|
||||
with:
|
||||
fetch-depth: 1
|
||||
|
||||
|
||||
2
.github/workflows/update-translation.yml
vendored
2
.github/workflows/update-translation.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v7
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v6
|
||||
|
||||
5
.gitignore
vendored
5
.gitignore
vendored
@@ -45,7 +45,4 @@ test.js
|
||||
.clangd
|
||||
internal_docs/
|
||||
*.flatpak
|
||||
/flatpak-repo/
|
||||
# Python bytecode
|
||||
__pycache__/
|
||||
*.pyc
|
||||
/flatpak-repo/
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2026-07-03 14:43+0200\n"
|
||||
"POT-Creation-Date: 2026-06-26 10:26+0800\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -3915,10 +3915,6 @@ msgstr ""
|
||||
msgid "Current chamber temperature is higher than the material's safe temperature; this may result in material softening and nozzle clogs. The maximum safe temperature for the material is %d"
|
||||
msgstr ""
|
||||
|
||||
#, possible-c-format, possible-boost-format
|
||||
msgid "The minimal chamber temperature (%d℃) is higher than the target chamber temperature (%d℃). The minimal value is the threshold at which printing starts while the chamber keeps heating toward the target, so it should not exceed it. It will be clamped to the target."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Layer height too small\n"
|
||||
"It has been reset to 0.2"
|
||||
@@ -7518,45 +7514,6 @@ msgstr ""
|
||||
msgid "Choose Download Directory"
|
||||
msgstr ""
|
||||
|
||||
msgid "(Latest)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Network plug-in switched successfully."
|
||||
msgstr ""
|
||||
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to load network plug-in. Please restart the application."
|
||||
msgstr ""
|
||||
|
||||
#, possible-c-format, possible-boost-format
|
||||
msgid ""
|
||||
"You've selected network plug-in version %s.\n"
|
||||
"\n"
|
||||
"Would you like to download and install this version now?\n"
|
||||
"\n"
|
||||
"Note: The application may need to restart after installation."
|
||||
msgstr ""
|
||||
|
||||
msgid "Download Network Plug-in"
|
||||
msgstr ""
|
||||
|
||||
msgid "Reload the network plug-in without restarting the application"
|
||||
msgstr ""
|
||||
|
||||
msgid "Network plug-in reloaded successfully."
|
||||
msgstr ""
|
||||
|
||||
msgid "Reload"
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to reload network plug-in. Please restart the application."
|
||||
msgstr ""
|
||||
|
||||
msgid "Reload Failed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Associate"
|
||||
msgstr ""
|
||||
|
||||
@@ -7611,6 +7568,12 @@ msgstr ""
|
||||
msgid "Show the splash screen during startup."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show shared profiles notification"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show a notification with a link to browse shared profiles when the selected printer is changed."
|
||||
msgstr ""
|
||||
|
||||
msgid "Use window buttons on left side"
|
||||
msgstr ""
|
||||
|
||||
@@ -7641,12 +7604,6 @@ msgstr ""
|
||||
msgid "Should printer/filament/process settings be loaded when opening a 3MF file?"
|
||||
msgstr ""
|
||||
|
||||
msgid "Auto backup"
|
||||
msgstr ""
|
||||
|
||||
msgid "Backup your project periodically to help with restoring from an occasional crash."
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum recent files"
|
||||
msgstr ""
|
||||
|
||||
@@ -7665,16 +7622,10 @@ msgstr ""
|
||||
msgid "If enabled, a parameter settings dialog will appear during STEP file import."
|
||||
msgstr ""
|
||||
|
||||
msgid "Quality level for Draco export"
|
||||
msgid "Auto backup"
|
||||
msgstr ""
|
||||
|
||||
msgid "bits"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Controls the quantization bit depth used when compressing the mesh to Draco format.\n"
|
||||
"0 = lossless compression (geometry is preserved at full precision). Valid lossy values range from 8 to 30.\n"
|
||||
"Lower values produce smaller files but lose more geometric detail; higher values preserve more detail at the cost of larger files."
|
||||
msgid "Backup your project periodically to help with restoring from an occasional crash."
|
||||
msgstr ""
|
||||
|
||||
msgid "Preset"
|
||||
@@ -7707,12 +7658,6 @@ msgstr ""
|
||||
msgid "Optimizes filament area maximum height by chosen filament count."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show shared profiles notification"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show a notification with a link to browse shared profiles when the selected printer is changed."
|
||||
msgstr ""
|
||||
|
||||
msgid "Features"
|
||||
msgstr ""
|
||||
|
||||
@@ -7725,6 +7670,18 @@ msgstr ""
|
||||
msgid "Pop up to select filament grouping mode"
|
||||
msgstr ""
|
||||
|
||||
msgid "Quality level for Draco export"
|
||||
msgstr ""
|
||||
|
||||
msgid "bits"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Controls the quantization bit depth used when compressing the mesh to Draco format.\n"
|
||||
"0 = lossless compression (geometry is preserved at full precision). Valid lossy values range from 8 to 30.\n"
|
||||
"Lower values produce smaller files but lose more geometric detail; higher values preserve more detail at the cost of larger files."
|
||||
msgstr ""
|
||||
|
||||
msgid "Behaviour"
|
||||
msgstr ""
|
||||
|
||||
@@ -7949,6 +7906,18 @@ msgstr ""
|
||||
msgid "Auto sync user presets (Printer/Filament/Process)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Update built-in presets automatically."
|
||||
msgstr ""
|
||||
|
||||
msgid "Use encrypted file for token storage"
|
||||
msgstr ""
|
||||
|
||||
msgid "Store authentication tokens in an encrypted file instead of the system keychain. (Requires restart)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Filament Sync Options"
|
||||
msgstr ""
|
||||
|
||||
msgid "Filament sync mode"
|
||||
msgstr ""
|
||||
|
||||
@@ -7961,15 +7930,6 @@ msgstr ""
|
||||
msgid "Color only"
|
||||
msgstr ""
|
||||
|
||||
msgid "Update built-in presets automatically."
|
||||
msgstr ""
|
||||
|
||||
msgid "Use encrypted file for token storage"
|
||||
msgstr ""
|
||||
|
||||
msgid "Store authentication tokens in an encrypted file instead of the system keychain. (Requires restart)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Bambu network plug-in"
|
||||
msgstr ""
|
||||
|
||||
@@ -7982,6 +7942,30 @@ msgstr ""
|
||||
msgid "Select the network plug-in version to use"
|
||||
msgstr ""
|
||||
|
||||
msgid "(Latest)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Network plug-in switched successfully."
|
||||
msgstr ""
|
||||
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to load network plug-in. Please restart the application."
|
||||
msgstr ""
|
||||
|
||||
#, possible-c-format, possible-boost-format
|
||||
msgid ""
|
||||
"You've selected network plug-in version %s.\n"
|
||||
"\n"
|
||||
"Would you like to download and install this version now?\n"
|
||||
"\n"
|
||||
"Note: The application may need to restart after installation."
|
||||
msgstr ""
|
||||
|
||||
msgid "Download Network Plug-in"
|
||||
msgstr ""
|
||||
|
||||
msgid "Associate files to OrcaSlicer"
|
||||
msgstr ""
|
||||
|
||||
@@ -8024,16 +8008,7 @@ msgstr ""
|
||||
msgid "Skip AMS blacklist check"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show unsupported presets"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show incompatible/unsupported presets in the printer and filament dropdown lists. These presets cannot be selected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Experimental Features"
|
||||
msgstr ""
|
||||
|
||||
msgid "Keep painted feature after mesh change"
|
||||
msgid "(Experimental) Keep painted feature after mesh change"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
@@ -8041,6 +8016,12 @@ msgid ""
|
||||
"Highly experimental! Slow and may create artifact."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show unsupported presets"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show incompatible/unsupported presets in the printer and filament dropdown lists. These presets cannot be selected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Allow Abnormal Storage"
|
||||
msgstr ""
|
||||
|
||||
@@ -8067,6 +8048,24 @@ msgstr ""
|
||||
msgid "trace"
|
||||
msgstr ""
|
||||
|
||||
msgid "Network plug-in"
|
||||
msgstr ""
|
||||
|
||||
msgid "Reload"
|
||||
msgstr ""
|
||||
|
||||
msgid "Reload the network plug-in without restarting the application"
|
||||
msgstr ""
|
||||
|
||||
msgid "Network plug-in reloaded successfully."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to reload network plug-in. Please restart the application."
|
||||
msgstr ""
|
||||
|
||||
msgid "Reload Failed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Debug"
|
||||
msgstr ""
|
||||
|
||||
@@ -8082,6 +8081,24 @@ msgstr ""
|
||||
msgid "Preferences sync"
|
||||
msgstr ""
|
||||
|
||||
msgid "View control settings"
|
||||
msgstr ""
|
||||
|
||||
msgid "Rotate view"
|
||||
msgstr ""
|
||||
|
||||
msgid "Pan view"
|
||||
msgstr ""
|
||||
|
||||
msgid "Zoom view"
|
||||
msgstr ""
|
||||
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
msgid "Reverse scroll direction while zooming"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable SSL(MQTT)"
|
||||
msgstr ""
|
||||
|
||||
@@ -8767,12 +8784,6 @@ msgstr ""
|
||||
msgid "Search in preset"
|
||||
msgstr ""
|
||||
|
||||
msgid "Synchronization of different extruder drives or nozzle volume types is not supported."
|
||||
msgstr ""
|
||||
|
||||
msgid "Synchronize the modification of parameters to the corresponding parameters of another extruder."
|
||||
msgstr ""
|
||||
|
||||
msgid "Click to reset all settings to the last saved preset."
|
||||
msgstr ""
|
||||
|
||||
@@ -9039,18 +9050,6 @@ msgstr ""
|
||||
msgid "Print chamber temperature"
|
||||
msgstr ""
|
||||
|
||||
msgid "Chamber temperature"
|
||||
msgstr ""
|
||||
|
||||
msgid "Target chamber temperature, and the minimal chamber temperature at which printing should start"
|
||||
msgstr ""
|
||||
|
||||
msgid "Target"
|
||||
msgstr ""
|
||||
|
||||
msgid "Minimal"
|
||||
msgstr ""
|
||||
|
||||
msgid "Print temperature"
|
||||
msgstr ""
|
||||
|
||||
@@ -9360,21 +9359,11 @@ msgid "Don't warn again for this preset"
|
||||
msgstr ""
|
||||
|
||||
#, possible-c-format, possible-boost-format
|
||||
msgid "%s: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "No modifications need to be copied."
|
||||
msgstr ""
|
||||
|
||||
msgid "Copy paramters"
|
||||
msgid "Left: %s"
|
||||
msgstr ""
|
||||
|
||||
#, possible-c-format, possible-boost-format
|
||||
msgid "Modify paramters of %s"
|
||||
msgstr ""
|
||||
|
||||
#, possible-c-format, possible-boost-format
|
||||
msgid "Do you want to modify the following parameters of the %s to that of the %s?"
|
||||
msgid "Right: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "Click to reset current value and attach to the global value."
|
||||
@@ -9392,7 +9381,7 @@ msgstr ""
|
||||
msgid "Transfer or discard changes"
|
||||
msgstr ""
|
||||
|
||||
msgid "Old Value"
|
||||
msgid "Old value"
|
||||
msgstr ""
|
||||
|
||||
msgid "New Value"
|
||||
@@ -9503,12 +9492,6 @@ msgstr ""
|
||||
msgid "Capabilities"
|
||||
msgstr ""
|
||||
|
||||
msgid "Left: "
|
||||
msgstr ""
|
||||
|
||||
msgid "Right: "
|
||||
msgstr ""
|
||||
|
||||
msgid "Show all presets (including incompatible)"
|
||||
msgstr ""
|
||||
|
||||
@@ -11458,23 +11441,6 @@ msgstr ""
|
||||
msgid "This is the default acceleration for both normal printing and travel after the first layer."
|
||||
msgstr ""
|
||||
|
||||
msgid "Acceleration of travel moves."
|
||||
msgstr ""
|
||||
|
||||
msgid "First layer travel"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Travel acceleration of first layer.\n"
|
||||
"The percentage value is relative to Travel Acceleration."
|
||||
msgstr ""
|
||||
|
||||
msgid "mm/s² or %"
|
||||
msgstr ""
|
||||
|
||||
msgid "Acceleration of bridges. If the value is expressed as a percentage (e.g. 50%), it will be calculated based on the outer wall acceleration."
|
||||
msgstr ""
|
||||
|
||||
msgid "Default filament profile"
|
||||
msgstr ""
|
||||
|
||||
@@ -11652,26 +11618,12 @@ msgstr ""
|
||||
msgid "Octagram Spiral"
|
||||
msgstr ""
|
||||
|
||||
msgid "Top surface density"
|
||||
msgstr ""
|
||||
|
||||
msgid "Density of top surface layer. A value of 100% creates a fully solid, smooth top layer. Reducing this value results in a textured top surface, according to the chosen top surface pattern. A value of 0% will result in only the walls on the top layer being created. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion."
|
||||
msgstr ""
|
||||
|
||||
msgid "Bottom surface pattern"
|
||||
msgstr ""
|
||||
|
||||
msgid "This is the line pattern of bottom surface infill, not including bridge infill."
|
||||
msgstr ""
|
||||
|
||||
msgid "Bottom surface density"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Density of the bottom surface layer. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion.\n"
|
||||
"WARNING: Lowering this value may negatively affect bed adhesion."
|
||||
msgstr ""
|
||||
|
||||
msgid "Internal solid infill pattern"
|
||||
msgstr ""
|
||||
|
||||
@@ -11925,6 +11877,18 @@ msgstr ""
|
||||
msgid "Auto For Match"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable filament dynamic map"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable dynamic filament mapping during print."
|
||||
msgstr ""
|
||||
|
||||
msgid "Has filament switcher"
|
||||
msgstr ""
|
||||
|
||||
msgid "Printer has a filament switcher hardware (e.g., AMS)."
|
||||
msgstr ""
|
||||
|
||||
msgid "Flush temperature"
|
||||
msgstr ""
|
||||
|
||||
@@ -12249,7 +12213,6 @@ msgstr ""
|
||||
msgid "Z-buckling bias optimization (experimental)"
|
||||
msgstr ""
|
||||
|
||||
#, no-c-format, no-boost-format
|
||||
msgid "Tightens the gyroid wave along the Z (vertical) axis at low infill density to shorten the effective vertical column length and improve Z-axis compression buckling resistance. Filament use is preserved. No effect at ~30% sparse infill density and above. Only applies when Sparse infill pattern is set to Gyroid."
|
||||
msgstr ""
|
||||
|
||||
@@ -12316,13 +12279,85 @@ msgstr ""
|
||||
msgid "Gyroid"
|
||||
msgstr ""
|
||||
|
||||
msgid "Lateral lattice angle 1"
|
||||
msgstr ""
|
||||
|
||||
msgid "The angle of the first set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr ""
|
||||
|
||||
msgid "Lateral lattice angle 2"
|
||||
msgstr ""
|
||||
|
||||
msgid "The angle of the second set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr ""
|
||||
|
||||
msgid "Infill overhang angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "The angle of the infill angled lines. 60° will result in a pure honeycomb."
|
||||
msgstr ""
|
||||
|
||||
msgid "Lightning overhang angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum overhang angle for Lightning infill support propagation."
|
||||
msgstr ""
|
||||
|
||||
msgid "Prune angle"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Controls how aggressively short or unsupported Lightning branches are pruned.\n"
|
||||
"This angle is converted internally to a per-layer distance."
|
||||
msgstr ""
|
||||
|
||||
msgid "Straightening angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum straightening angle used to simplify Lightning branches."
|
||||
msgstr ""
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than infill_anchor_max is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to this parameter, but no longer than anchor_length_max.\n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a single infill line."
|
||||
msgstr ""
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr ""
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than this parameter is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to infill_anchor, but no longer than this parameter.\n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should create the same result as with 1000 & 0."
|
||||
msgstr ""
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Acceleration of inner walls."
|
||||
msgstr ""
|
||||
|
||||
msgid "Acceleration of travel moves."
|
||||
msgstr ""
|
||||
|
||||
msgid "This is the acceleration of top surface infill. Using a lower value may improve top surface quality."
|
||||
msgstr ""
|
||||
|
||||
msgid "Acceleration of outer wall: using a lower value can improve quality."
|
||||
msgstr ""
|
||||
|
||||
msgid "Acceleration of inner walls."
|
||||
msgid "Acceleration of bridges. If the value is expressed as a percentage (e.g. 50%), it will be calculated based on the outer wall acceleration."
|
||||
msgstr ""
|
||||
|
||||
msgid "mm/s² or %"
|
||||
msgstr ""
|
||||
|
||||
msgid "Acceleration of sparse infill. If the value is expressed as a percentage (e.g. 100%), it will be calculated based on the default acceleration."
|
||||
@@ -12334,6 +12369,14 @@ msgstr ""
|
||||
msgid "This is the printing acceleration for the first layer. Using limited acceleration can improve build plate adhesion."
|
||||
msgstr ""
|
||||
|
||||
msgid "First layer travel"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Travel acceleration of first layer.\n"
|
||||
"The percentage value is relative to Travel Acceleration."
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable accel_to_decel"
|
||||
msgstr ""
|
||||
|
||||
@@ -12421,17 +12464,6 @@ msgstr ""
|
||||
msgid "layer"
|
||||
msgstr ""
|
||||
|
||||
msgid "First layer fan speed"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Sets an exact fan speed for the first layer, overriding all other cooling settings. Useful for protecting 3D-printed toolhead parts (e.g. Voron-style ABS/ASA ducts) from a hot bed. A small amount of airflow cools the ducts down, without using full cooling that may in certain conditions hurt first-layer adhesion.\n"
|
||||
"From the second layer onwards, normal cooling resumes.\n"
|
||||
"If \"Full fan speed at layer\" is also set, the fan ramps smoothly from this value on the first layer up to your target by the chosen layer.\n"
|
||||
"Only available when \"No cooling for the first\" is 0.\n"
|
||||
"Set to -1 to disable it."
|
||||
msgstr ""
|
||||
|
||||
msgid "Support interface fan speed"
|
||||
msgstr ""
|
||||
|
||||
@@ -12908,69 +12940,6 @@ msgstr ""
|
||||
msgid "Probing exclude area of clumping."
|
||||
msgstr ""
|
||||
|
||||
msgid "Lateral lattice angle 1"
|
||||
msgstr ""
|
||||
|
||||
msgid "The angle of the first set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr ""
|
||||
|
||||
msgid "Lateral lattice angle 2"
|
||||
msgstr ""
|
||||
|
||||
msgid "The angle of the second set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr ""
|
||||
|
||||
msgid "Infill overhang angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "The angle of the infill angled lines. 60° will result in a pure honeycomb."
|
||||
msgstr ""
|
||||
|
||||
msgid "Lightning overhang angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum overhang angle for Lightning infill support propagation."
|
||||
msgstr ""
|
||||
|
||||
msgid "Prune angle"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Controls how aggressively short or unsupported Lightning branches are pruned.\n"
|
||||
"This angle is converted internally to a per-layer distance."
|
||||
msgstr ""
|
||||
|
||||
msgid "Straightening angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum straightening angle used to simplify Lightning branches."
|
||||
msgstr ""
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than infill_anchor_max is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to this parameter, but no longer than anchor_length_max.\n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a single infill line."
|
||||
msgstr ""
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr ""
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than this parameter is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to infill_anchor, but no longer than this parameter.\n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should create the same result as with 1000 & 0."
|
||||
msgstr ""
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Filament to print internal sparse infill.\n"
|
||||
"\"Default\" uses the active object/part filament."
|
||||
@@ -13772,18 +13741,6 @@ msgstr ""
|
||||
msgid "Bowden"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable filament dynamic map"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable dynamic filament mapping during print."
|
||||
msgstr ""
|
||||
|
||||
msgid "Has filament switcher"
|
||||
msgstr ""
|
||||
|
||||
msgid "Printer has a filament switcher hardware (e.g., AMS)."
|
||||
msgstr ""
|
||||
|
||||
msgid "Extra length on restart"
|
||||
msgstr ""
|
||||
|
||||
@@ -14178,9 +14135,6 @@ msgstr ""
|
||||
msgid "Slicing Mode"
|
||||
msgstr ""
|
||||
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
msgid "Use \"Even-odd\" for 3DLabPrint airplane models. Use \"Close holes\" to close all holes in the model."
|
||||
msgstr ""
|
||||
|
||||
@@ -14514,6 +14468,9 @@ msgid ""
|
||||
"This option relies on the firmware supporting the M191 and M141 commands either via macros or natively and is usually used when an active chamber heater is installed."
|
||||
msgstr ""
|
||||
|
||||
msgid "Chamber temperature"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber temperature can help suppress or reduce warping and potentially lead to higher interlayer bonding strength. However, at the same time, a higher chamber temperature will reduce the efficiency of air filtration for ABS and ASA.\n"
|
||||
"\n"
|
||||
@@ -14522,17 +14479,6 @@ msgid ""
|
||||
"If enabled, this parameter also sets a G-code variable named chamber_temperature, which can be used to pass the desired chamber temperature to your print start macro, or a heat soak macro like this: PRINT_START (other variables) CHAMBER_TEMP=[chamber_temperature]. This may be useful if your printer does not support M141/M191 commands, or if you desire to handle heat soaking in the print start macro if no active chamber heater is installed."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"This is the chamber temperature at which printing should start, while the chamber continues heating toward the \"Target\" chamber temperature. For example, set the Target to 60 and the Minimal to 50 to begin printing once the chamber reaches 50°C, without waiting for the full 60°C.\n"
|
||||
"\n"
|
||||
"It sets a G-code variable named chamber_minimal_temperature, which can be passed to your print start macro or a heat soak macro, like this: PRINT_START (other variables) CHAMBER_MIN_TEMP=[chamber_minimal_temperature].\n"
|
||||
"\n"
|
||||
"Unlike the \"Target\" chamber temperature, this option does not emit any M141/M191 commands; it only exposes the value to your custom G-code. It should not exceed the \"Target\" chamber temperature."
|
||||
msgstr ""
|
||||
|
||||
msgid "Chamber minimal temperature"
|
||||
msgstr ""
|
||||
|
||||
msgid "Nozzle temperature after the first layer"
|
||||
msgstr ""
|
||||
|
||||
@@ -14572,6 +14518,20 @@ msgstr ""
|
||||
msgid "The number of top solid layers is increased when slicing if the thickness calculated by top shell layers is thinner than this value. This can avoid having too thin a shell when layer height is small. 0 means that this setting is disabled and thickness of top shell is determined simply by the number of top shell layers."
|
||||
msgstr ""
|
||||
|
||||
msgid "Top surface density"
|
||||
msgstr ""
|
||||
|
||||
msgid "Density of top surface layer. A value of 100% creates a fully solid, smooth top layer. Reducing this value results in a textured top surface, according to the chosen top surface pattern. A value of 0% will result in only the walls on the top layer being created. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion."
|
||||
msgstr ""
|
||||
|
||||
msgid "Bottom surface density"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Density of the bottom surface layer. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion.\n"
|
||||
"WARNING: Lowering this value may negatively affect bed adhesion."
|
||||
msgstr ""
|
||||
|
||||
msgid "This is the speed at which traveling is done."
|
||||
msgstr ""
|
||||
|
||||
@@ -17011,132 +16971,6 @@ msgstr ""
|
||||
msgid "Connection to printers connected via the print host failed."
|
||||
msgstr ""
|
||||
|
||||
msgid "Detect Creality K-series printer"
|
||||
msgstr ""
|
||||
|
||||
msgid "Click Scan to look for K-series printers on your network."
|
||||
msgstr ""
|
||||
|
||||
msgid "Use Selected"
|
||||
msgstr ""
|
||||
|
||||
msgid "Scanning the LAN for K-series printers... this takes a few seconds."
|
||||
msgstr ""
|
||||
|
||||
msgid "No K-series printers found. Make sure the printer is on the same network and not blocked by Wi-Fi client isolation, then click Scan again."
|
||||
msgstr ""
|
||||
|
||||
#, possible-c-format
|
||||
msgid "Found %zu Creality printer(s). Select one and click Use Selected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
msgid "Processes"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show/Hide system information"
|
||||
msgstr ""
|
||||
|
||||
msgid "Copy system information to clipboard"
|
||||
msgstr ""
|
||||
|
||||
msgid "We need information for diagnosing source of the issue. Check wiki page for detailed guide."
|
||||
msgstr ""
|
||||
|
||||
msgid "Pack button collects project file and logs of current session onto a zip file."
|
||||
msgstr ""
|
||||
|
||||
msgid "Any additional visual examples like images or screen recordings might be helpful while reporting the issue."
|
||||
msgstr ""
|
||||
|
||||
msgid "Report issue"
|
||||
msgstr ""
|
||||
|
||||
msgid "Pack"
|
||||
msgstr ""
|
||||
|
||||
msgid "Cleans and rebuilds system profiles cache on next launch"
|
||||
msgstr ""
|
||||
|
||||
msgid "Clean system profiles cache"
|
||||
msgstr ""
|
||||
|
||||
msgid "Clean"
|
||||
msgstr ""
|
||||
|
||||
msgid "Loaded profiles overview"
|
||||
msgstr ""
|
||||
|
||||
msgid "This section shows information for loaded profiles"
|
||||
msgstr ""
|
||||
|
||||
msgid "Exports detailed overview of loaded profiles in json format"
|
||||
msgstr ""
|
||||
|
||||
msgid "Configurations folder"
|
||||
msgstr ""
|
||||
|
||||
msgid "Opens configurations folder"
|
||||
msgstr ""
|
||||
|
||||
msgid "Log level"
|
||||
msgstr ""
|
||||
|
||||
msgid "Stored logs"
|
||||
msgstr ""
|
||||
|
||||
msgid "Packs all stored logs onto a zip file."
|
||||
msgstr ""
|
||||
|
||||
msgid "Profiles"
|
||||
msgstr ""
|
||||
|
||||
msgid "Select NO to close dialog and review project"
|
||||
msgstr ""
|
||||
|
||||
msgid "No project file on current session. Only logs will be included to package"
|
||||
msgstr ""
|
||||
|
||||
msgid "Select NO to close dialog and review project."
|
||||
msgstr ""
|
||||
|
||||
msgid "Please make sure any instances of OrcaSlicer are not running"
|
||||
msgstr ""
|
||||
|
||||
msgid "System folder cannot be deleted because some files are in use by another application. Please close any applications using these files and try again."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to delete system folder..."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to determine executable path."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to launch a new instance."
|
||||
msgstr ""
|
||||
|
||||
msgid "log(s)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Choose where to save the exported JSON file"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Export failed\n"
|
||||
"Please check write permissions or file in use by another application"
|
||||
msgstr ""
|
||||
|
||||
msgid "Choose where to save the exported ZIP file"
|
||||
msgstr ""
|
||||
|
||||
msgid "File already exists. Overwrite?"
|
||||
msgstr ""
|
||||
|
||||
msgid "3DPrinterOS Cloud upload options"
|
||||
msgstr ""
|
||||
|
||||
@@ -17219,19 +17053,6 @@ msgstr ""
|
||||
msgid "Could not connect to MKS"
|
||||
msgstr ""
|
||||
|
||||
msgid "Connection to Moonraker is working correctly."
|
||||
msgstr ""
|
||||
|
||||
msgid "Could not connect to Moonraker"
|
||||
msgstr ""
|
||||
|
||||
msgid "The host responded but it doesn't look like Moonraker (missing result.klippy_state)."
|
||||
msgstr ""
|
||||
|
||||
#, possible-c-format, possible-boost-format
|
||||
msgid "Could not parse Moonraker server response: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "Connection to OctoPrint is working correctly."
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2026-07-03 14:43+0200\n"
|
||||
"POT-Creation-Date: 2026-06-26 10:26+0800\n"
|
||||
"PO-Revision-Date: 2025-03-15 10:55+0100\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
@@ -1726,12 +1726,7 @@ msgid ""
|
||||
"To migrate your existing profiles, log in to Orca Cloud and they will be transferred automatically. To learn more about how OrcaSlicer stores and syncs your profiles, or to migrate your presets manually, check out our wiki.\n"
|
||||
"\n"
|
||||
"If you did not use Bambu Cloud to sync profiles, this change does not affect you and you can safely ignore this message."
|
||||
msgstr ""
|
||||
"Des de la versió 2.4.0, OrcaSlicer sincronitza els perfils d'usuari a través d'Orca Cloud en lloc de Bambu Cloud.\n"
|
||||
"\n"
|
||||
"Per migrar els teus perfils existents, inicia la sessió a Orca Cloud i es transferiran automàticament. Per obtenir més informació sobre com OrcaSlicer emmagatzema i sincronitza els teus perfils, o per migrar els teus perfils manualment, consulta la nostra wiki.\n"
|
||||
"\n"
|
||||
"Si no feies servir Bambu Cloud per sincronitzar perfils, aquest canvi no t'afecta i pots ignorar aquest missatge amb tranquil·litat."
|
||||
msgstr "Des de la versió 2.4.0, OrcaSlicer sincronitza els perfils d'usuari a través d'Orca Cloud en lloc de Bambu Cloud.\n\nPer migrar els teus perfils existents, inicia la sessió a Orca Cloud i es transferiran automàticament. Per obtenir més informació sobre com OrcaSlicer emmagatzema i sincronitza els teus perfils, o per migrar els teus perfils manualment, consulta la nostra wiki.\n\nSi no feies servir Bambu Cloud per sincronitzar perfils, aquest canvi no t'afecta i pots ignorar aquest missatge amb tranquil·litat."
|
||||
|
||||
msgid "Profile syncing change"
|
||||
msgstr ""
|
||||
@@ -4111,10 +4106,6 @@ msgstr ""
|
||||
msgid "Current chamber temperature is higher than the material's safe temperature; this may result in material softening and nozzle clogs. The maximum safe temperature for the material is %d"
|
||||
msgstr "La temperatura actual de la cambra és superior a la temperatura segura del material, pot provocar un estovament i obstrucció del material. La temperatura màxima segura per al material és %d"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "The minimal chamber temperature (%d℃) is higher than the target chamber temperature (%d℃). The minimal value is the threshold at which printing starts while the chamber keeps heating toward the target, so it should not exceed it. It will be clamped to the target."
|
||||
msgstr ""
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid ""
|
||||
"Layer height too small\n"
|
||||
@@ -7903,50 +7894,6 @@ msgstr "Trieu la carpeta per als elements descarregats"
|
||||
msgid "Choose Download Directory"
|
||||
msgstr "Triar el Directori de Descàrrega"
|
||||
|
||||
msgid "(Latest)"
|
||||
msgstr "(Última)"
|
||||
|
||||
msgid "Network plug-in switched successfully."
|
||||
msgstr "Connector de xarxa canviat correctament."
|
||||
|
||||
msgid "Success"
|
||||
msgstr "Èxit"
|
||||
|
||||
msgid "Failed to load network plug-in. Please restart the application."
|
||||
msgstr "No s'ha pogut carregar el connector de xarxa. Reinicieu l'aplicació."
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"You've selected network plug-in version %s.\n"
|
||||
"\n"
|
||||
"Would you like to download and install this version now?\n"
|
||||
"\n"
|
||||
"Note: The application may need to restart after installation."
|
||||
msgstr ""
|
||||
"Heu seleccionat la versió %s del connector de xarxa.\n"
|
||||
"\n"
|
||||
"Voleu descarregar i instal·lar aquesta versió ara?\n"
|
||||
"\n"
|
||||
"Nota: pot ser necessari reiniciar l'aplicació després de la instal·lació."
|
||||
|
||||
msgid "Download Network Plug-in"
|
||||
msgstr "Descarrega el connector de xarxa"
|
||||
|
||||
msgid "Reload the network plug-in without restarting the application"
|
||||
msgstr "Recarrega el connector de xarxa sense reiniciar l'aplicació"
|
||||
|
||||
msgid "Network plug-in reloaded successfully."
|
||||
msgstr "Connector de xarxa recarregat correctament."
|
||||
|
||||
msgid "Reload"
|
||||
msgstr "Recarrega"
|
||||
|
||||
msgid "Failed to reload network plug-in. Please restart the application."
|
||||
msgstr "No s'ha pogut recarregar el connector de xarxa. Reinicieu l'aplicació."
|
||||
|
||||
msgid "Reload Failed"
|
||||
msgstr "La recàrrega ha fallat"
|
||||
|
||||
msgid "Associate"
|
||||
msgstr "Associar"
|
||||
|
||||
@@ -8002,6 +7949,12 @@ msgstr "Mostrar pantalla de presentació"
|
||||
msgid "Show the splash screen during startup."
|
||||
msgstr "Mostra la pantalla de presentació durant l'inici."
|
||||
|
||||
msgid "Show shared profiles notification"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show a notification with a link to browse shared profiles when the selected printer is changed."
|
||||
msgstr ""
|
||||
|
||||
msgid "Use window buttons on left side"
|
||||
msgstr ""
|
||||
|
||||
@@ -8032,13 +7985,6 @@ msgstr "Carregar comportament"
|
||||
msgid "Should printer/filament/process settings be loaded when opening a 3MF file?"
|
||||
msgstr "S'ha de carregar la configuració de la impressora/filament/procés en obrir un .3mf?"
|
||||
|
||||
msgid "Auto backup"
|
||||
msgstr "Còpia de seguretat automàtica"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Backup your project periodically to help with restoring from an occasional crash."
|
||||
msgstr "Feu còpies de seguretat del vostre projecte periòdicament per restaurar en cas de fallida ocasional."
|
||||
|
||||
msgid "Maximum recent files"
|
||||
msgstr "Nombre màxim de fitxers recents"
|
||||
|
||||
@@ -8057,20 +8003,12 @@ msgstr "Mostra opcions en importar fitxers STEP"
|
||||
msgid "If enabled, a parameter settings dialog will appear during STEP file import."
|
||||
msgstr "Si s'activa, apareixerà un diàleg de configuració de paràmetres durant la importació de fitxers STEP."
|
||||
|
||||
msgid "Quality level for Draco export"
|
||||
msgstr "Nivell de qualitat per a l'exportació Draco"
|
||||
msgid "Auto backup"
|
||||
msgstr "Còpia de seguretat automàtica"
|
||||
|
||||
msgid "bits"
|
||||
msgstr "bits"
|
||||
|
||||
msgid ""
|
||||
"Controls the quantization bit depth used when compressing the mesh to Draco format.\n"
|
||||
"0 = lossless compression (geometry is preserved at full precision). Valid lossy values range from 8 to 30.\n"
|
||||
"Lower values produce smaller files but lose more geometric detail; higher values preserve more detail at the cost of larger files."
|
||||
msgstr ""
|
||||
"Controla la profunditat de bits de quantització utilitzada en comprimir la malla a format Draco.\n"
|
||||
"0 = compressió sense pèrdua (la geometria es preserva a plena precisió). Els valors amb pèrdua vàlids van de 8 a 30.\n"
|
||||
"Valors més baixos produeixen fitxers més petits però perden més detall geomètric; valors més alts preserven més detall a costa de fitxers més grans."
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Backup your project periodically to help with restoring from an occasional crash."
|
||||
msgstr "Feu còpies de seguretat del vostre projecte periòdicament per restaurar en cas de fallida ocasional."
|
||||
|
||||
msgid "Preset"
|
||||
msgstr "Perfil"
|
||||
@@ -8102,12 +8040,6 @@ msgstr ""
|
||||
msgid "Optimizes filament area maximum height by chosen filament count."
|
||||
msgstr "Optimitza l'alçada màxima de l'àrea de filaments segons el nombre de filaments triat."
|
||||
|
||||
msgid "Show shared profiles notification"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show a notification with a link to browse shared profiles when the selected printer is changed."
|
||||
msgstr ""
|
||||
|
||||
msgid "Features"
|
||||
msgstr "Funcionalitats"
|
||||
|
||||
@@ -8120,6 +8052,21 @@ msgstr "Amb aquesta opció habilitada, podeu enviar una tasca a diversos disposi
|
||||
msgid "Pop up to select filament grouping mode"
|
||||
msgstr "Finestra emergent per seleccionar el mode d'agrupació de filaments"
|
||||
|
||||
msgid "Quality level for Draco export"
|
||||
msgstr "Nivell de qualitat per a l'exportació Draco"
|
||||
|
||||
msgid "bits"
|
||||
msgstr "bits"
|
||||
|
||||
msgid ""
|
||||
"Controls the quantization bit depth used when compressing the mesh to Draco format.\n"
|
||||
"0 = lossless compression (geometry is preserved at full precision). Valid lossy values range from 8 to 30.\n"
|
||||
"Lower values produce smaller files but lose more geometric detail; higher values preserve more detail at the cost of larger files."
|
||||
msgstr ""
|
||||
"Controla la profunditat de bits de quantització utilitzada en comprimir la malla a format Draco.\n"
|
||||
"0 = compressió sense pèrdua (la geometria es preserva a plena precisió). Els valors amb pèrdua vàlids van de 8 a 30.\n"
|
||||
"Valors més baixos produeixen fitxers més petits però perden més detall geomètric; valors més alts preserven més detall a costa de fitxers més grans."
|
||||
|
||||
msgid "Behaviour"
|
||||
msgstr "Comportament"
|
||||
|
||||
@@ -8347,6 +8294,19 @@ msgstr "Comprovar només si hi ha actualitzacions estables"
|
||||
msgid "Auto sync user presets (Printer/Filament/Process)"
|
||||
msgstr "Sincronització automàtica dels perfils de l'usuari ( Impressora/Filament/Processament )"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Update built-in presets automatically."
|
||||
msgstr "Actualitzar els perfils de fàbrica automàticament."
|
||||
|
||||
msgid "Use encrypted file for token storage"
|
||||
msgstr "Utilitza fitxer xifrat per a l'emmagatzematge de tokens"
|
||||
|
||||
msgid "Store authentication tokens in an encrypted file instead of the system keychain. (Requires restart)"
|
||||
msgstr "Emmagatzema els tokens d'autenticació en un fitxer xifrat en lloc del clauer del sistema. (Requereix reinici)"
|
||||
|
||||
msgid "Filament Sync Options"
|
||||
msgstr "Opcions de sincronització de filament"
|
||||
|
||||
msgid "Filament sync mode"
|
||||
msgstr "Mode de sincronització de filament"
|
||||
|
||||
@@ -8359,16 +8319,6 @@ msgstr "Filament i color"
|
||||
msgid "Color only"
|
||||
msgstr "Només color"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Update built-in presets automatically."
|
||||
msgstr "Actualitzar els perfils de fàbrica automàticament."
|
||||
|
||||
msgid "Use encrypted file for token storage"
|
||||
msgstr "Utilitza fitxer xifrat per a l'emmagatzematge de tokens"
|
||||
|
||||
msgid "Store authentication tokens in an encrypted file instead of the system keychain. (Requires restart)"
|
||||
msgstr "Emmagatzema els tokens d'autenticació en un fitxer xifrat en lloc del clauer del sistema. (Requereix reinici)"
|
||||
|
||||
msgid "Bambu network plug-in"
|
||||
msgstr ""
|
||||
|
||||
@@ -8381,6 +8331,35 @@ msgstr "Versió del connector de xarxa"
|
||||
msgid "Select the network plug-in version to use"
|
||||
msgstr "Seleccioneu la versió del connector de xarxa a utilitzar"
|
||||
|
||||
msgid "(Latest)"
|
||||
msgstr "(Última)"
|
||||
|
||||
msgid "Network plug-in switched successfully."
|
||||
msgstr "Connector de xarxa canviat correctament."
|
||||
|
||||
msgid "Success"
|
||||
msgstr "Èxit"
|
||||
|
||||
msgid "Failed to load network plug-in. Please restart the application."
|
||||
msgstr "No s'ha pogut carregar el connector de xarxa. Reinicieu l'aplicació."
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"You've selected network plug-in version %s.\n"
|
||||
"\n"
|
||||
"Would you like to download and install this version now?\n"
|
||||
"\n"
|
||||
"Note: The application may need to restart after installation."
|
||||
msgstr ""
|
||||
"Heu seleccionat la versió %s del connector de xarxa.\n"
|
||||
"\n"
|
||||
"Voleu descarregar i instal·lar aquesta versió ara?\n"
|
||||
"\n"
|
||||
"Nota: pot ser necessari reiniciar l'aplicació després de la instal·lació."
|
||||
|
||||
msgid "Download Network Plug-in"
|
||||
msgstr "Descarrega el connector de xarxa"
|
||||
|
||||
msgid "Associate files to OrcaSlicer"
|
||||
msgstr "Associar fitxers a OrcaSlicer"
|
||||
|
||||
@@ -8429,16 +8408,7 @@ msgstr "Desenvolupador"
|
||||
msgid "Skip AMS blacklist check"
|
||||
msgstr "Omet la comprovació de la llista negra AMS"
|
||||
|
||||
msgid "Show unsupported presets"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show incompatible/unsupported presets in the printer and filament dropdown lists. These presets cannot be selected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Experimental Features"
|
||||
msgstr ""
|
||||
|
||||
msgid "Keep painted feature after mesh change"
|
||||
msgid "(Experimental) Keep painted feature after mesh change"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
@@ -8446,6 +8416,12 @@ msgid ""
|
||||
"Highly experimental! Slow and may create artifact."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show unsupported presets"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show incompatible/unsupported presets in the printer and filament dropdown lists. These presets cannot be selected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Allow Abnormal Storage"
|
||||
msgstr "Permet emmagatzematge anormal"
|
||||
|
||||
@@ -8474,6 +8450,24 @@ msgstr "depurar"
|
||||
msgid "trace"
|
||||
msgstr "traça"
|
||||
|
||||
msgid "Network plug-in"
|
||||
msgstr "Connector de xarxa"
|
||||
|
||||
msgid "Reload"
|
||||
msgstr "Recarrega"
|
||||
|
||||
msgid "Reload the network plug-in without restarting the application"
|
||||
msgstr "Recarrega el connector de xarxa sense reiniciar l'aplicació"
|
||||
|
||||
msgid "Network plug-in reloaded successfully."
|
||||
msgstr "Connector de xarxa recarregat correctament."
|
||||
|
||||
msgid "Failed to reload network plug-in. Please restart the application."
|
||||
msgstr "No s'ha pogut recarregar el connector de xarxa. Reinicieu l'aplicació."
|
||||
|
||||
msgid "Reload Failed"
|
||||
msgstr "La recàrrega ha fallat"
|
||||
|
||||
msgid "Debug"
|
||||
msgstr "Depuració"
|
||||
|
||||
@@ -8489,6 +8483,25 @@ msgstr "Sincronització de perfil"
|
||||
msgid "Preferences sync"
|
||||
msgstr "Sincronització de preferències"
|
||||
|
||||
msgid "View control settings"
|
||||
msgstr "Veure la configuració del control"
|
||||
|
||||
msgid "Rotate view"
|
||||
msgstr "Rotar la vista"
|
||||
|
||||
msgid "Pan view"
|
||||
msgstr "Vista Panoràmica"
|
||||
|
||||
msgid "Zoom view"
|
||||
msgstr "Vista amb Zoom"
|
||||
|
||||
msgid "Other"
|
||||
msgstr "Altre"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Reverse scroll direction while zooming"
|
||||
msgstr "La roda del ratolí s'inverteix quan es fa zoom"
|
||||
|
||||
msgid "Enable SSL(MQTT)"
|
||||
msgstr "Habilitar SSL ( MQTT )"
|
||||
|
||||
@@ -9197,12 +9210,6 @@ msgstr "Suprimeix aquest perfil"
|
||||
msgid "Search in preset"
|
||||
msgstr "Cercar al perfil"
|
||||
|
||||
msgid "Synchronization of different extruder drives or nozzle volume types is not supported."
|
||||
msgstr ""
|
||||
|
||||
msgid "Synchronize the modification of parameters to the corresponding parameters of another extruder."
|
||||
msgstr ""
|
||||
|
||||
msgid "Click to reset all settings to the last saved preset."
|
||||
msgstr "Feu clic per restablir tots els paràmetres a l'última configuració desada."
|
||||
|
||||
@@ -9496,18 +9503,6 @@ msgstr "Relació de Flux i Avanç de Pressió Lineal( Pressure advance )"
|
||||
msgid "Print chamber temperature"
|
||||
msgstr "Temperatura de la cambra d'impressió"
|
||||
|
||||
msgid "Chamber temperature"
|
||||
msgstr "Temperatura de la cambra"
|
||||
|
||||
msgid "Target chamber temperature, and the minimal chamber temperature at which printing should start"
|
||||
msgstr ""
|
||||
|
||||
msgid "Target"
|
||||
msgstr ""
|
||||
|
||||
msgid "Minimal"
|
||||
msgstr ""
|
||||
|
||||
msgid "Print temperature"
|
||||
msgstr "Temperatura d'impressió"
|
||||
|
||||
@@ -9830,22 +9825,12 @@ msgid "Don't warn again for this preset"
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "%s: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "No modifications need to be copied."
|
||||
msgstr ""
|
||||
|
||||
msgid "Copy paramters"
|
||||
msgstr ""
|
||||
msgid "Left: %s"
|
||||
msgstr "Esquerra: %s"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Modify paramters of %s"
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Do you want to modify the following parameters of the %s to that of the %s?"
|
||||
msgstr ""
|
||||
msgid "Right: %s"
|
||||
msgstr "Dreta: %s"
|
||||
|
||||
msgid "Click to reset current value and attach to the global value."
|
||||
msgstr "Feu clic per esborrar el valor actual i agafar el valor global."
|
||||
@@ -9865,7 +9850,7 @@ msgid "Transfer or discard changes"
|
||||
msgstr "Transferir o descartar canvis"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Old Value"
|
||||
msgid "Old value"
|
||||
msgstr "Valor antic"
|
||||
|
||||
msgid "New Value"
|
||||
@@ -9987,12 +9972,6 @@ msgstr "Nombre d'extrusors"
|
||||
msgid "Capabilities"
|
||||
msgstr "Capacitats"
|
||||
|
||||
msgid "Left: "
|
||||
msgstr ""
|
||||
|
||||
msgid "Right: "
|
||||
msgstr ""
|
||||
|
||||
msgid "Show all presets (including incompatible)"
|
||||
msgstr "Mostra tots els perfils ( inclosos els incompatibles )"
|
||||
|
||||
@@ -12117,23 +12096,6 @@ msgstr "Impressió normal"
|
||||
msgid "This is the default acceleration for both normal printing and travel after the first layer."
|
||||
msgstr "L'acceleració predeterminada tant de la impressió normal com dels viatges excepte a la capa inicial"
|
||||
|
||||
msgid "Acceleration of travel moves."
|
||||
msgstr "Acceleració en desplaçaments"
|
||||
|
||||
msgid "First layer travel"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Travel acceleration of first layer.\n"
|
||||
"The percentage value is relative to Travel Acceleration."
|
||||
msgstr ""
|
||||
|
||||
msgid "mm/s² or %"
|
||||
msgstr "mm/s o %"
|
||||
|
||||
msgid "Acceleration of bridges. If the value is expressed as a percentage (e.g. 50%), it will be calculated based on the outer wall acceleration."
|
||||
msgstr "Acceleració de ponts. Si el valor s'expressa en percentatge ( per exemple, 50% ), es calcularà a partir de l'acceleració del perímetre exterior."
|
||||
|
||||
msgid "Default filament profile"
|
||||
msgstr "Perfil de filament predeterminat"
|
||||
|
||||
@@ -12346,12 +12308,6 @@ msgstr "Acords d'Arquimedes"
|
||||
msgid "Octagram Spiral"
|
||||
msgstr "Octograma en Espiral"
|
||||
|
||||
msgid "Top surface density"
|
||||
msgstr "Densitat de la superfície superior"
|
||||
|
||||
msgid "Density of top surface layer. A value of 100% creates a fully solid, smooth top layer. Reducing this value results in a textured top surface, according to the chosen top surface pattern. A value of 0% will result in only the walls on the top layer being created. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion."
|
||||
msgstr "Densitat de la capa de superfície superior. Un valor del 100% crea una capa superior completament sòlida i llisa. Reduir aquest valor resulta en una superfície superior texturada, segons el patró de superfície superior triat. Un valor del 0% resultarà en la creació de només les parets a la capa superior. Destinat a fins estètics o funcionals, no per solucionar problemes com la sobreextrusió."
|
||||
|
||||
msgid "Bottom surface pattern"
|
||||
msgstr "Patró de superfície inferior"
|
||||
|
||||
@@ -12359,16 +12315,6 @@ msgstr "Patró de superfície inferior"
|
||||
msgid "This is the line pattern of bottom surface infill, not including bridge infill."
|
||||
msgstr "Patró de línia del farciment de la superfície inferior, no del farciment de pont"
|
||||
|
||||
msgid "Bottom surface density"
|
||||
msgstr "Densitat de la superfície inferior"
|
||||
|
||||
msgid ""
|
||||
"Density of the bottom surface layer. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion.\n"
|
||||
"WARNING: Lowering this value may negatively affect bed adhesion."
|
||||
msgstr ""
|
||||
"Densitat de la capa de superfície inferior. Destinat a fins estètics o funcionals, no per solucionar problemes com la sobreextrusió.\n"
|
||||
"AVÍS: reduir aquest valor pot afectar negativament l'adhesió al llit."
|
||||
|
||||
msgid "Internal solid infill pattern"
|
||||
msgstr "Patró de farciment sòlid intern"
|
||||
|
||||
@@ -12669,6 +12615,18 @@ msgstr "Automàtic per a purga"
|
||||
msgid "Auto For Match"
|
||||
msgstr "Automàtic per a coincidència"
|
||||
|
||||
msgid "Enable filament dynamic map"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable dynamic filament mapping during print."
|
||||
msgstr ""
|
||||
|
||||
msgid "Has filament switcher"
|
||||
msgstr ""
|
||||
|
||||
msgid "Printer has a filament switcher hardware (e.g., AMS)."
|
||||
msgstr ""
|
||||
|
||||
msgid "Flush temperature"
|
||||
msgstr "Temperatura de purga"
|
||||
|
||||
@@ -13011,7 +12969,6 @@ msgstr "Ús de múltiples línies per al patró de farciment, si el patró de fa
|
||||
msgid "Z-buckling bias optimization (experimental)"
|
||||
msgstr ""
|
||||
|
||||
#, no-c-format, no-boost-format
|
||||
msgid "Tightens the gyroid wave along the Z (vertical) axis at low infill density to shorten the effective vertical column length and improve Z-axis compression buckling resistance. Filament use is preserved. No effect at ~30% sparse infill density and above. Only applies when Sparse infill pattern is set to Gyroid."
|
||||
msgstr ""
|
||||
|
||||
@@ -13079,6 +13036,79 @@ msgstr "TPMS-FK"
|
||||
msgid "Gyroid"
|
||||
msgstr "Giroide"
|
||||
|
||||
msgid "Lateral lattice angle 1"
|
||||
msgstr "Angle de gelosia 1"
|
||||
|
||||
msgid "The angle of the first set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "L'angle del primer conjunt d'elements de gelosia 2D en la direcció Z. El zero és vertical."
|
||||
|
||||
msgid "Lateral lattice angle 2"
|
||||
msgstr "Angle de gelosia 2"
|
||||
|
||||
msgid "The angle of the second set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "L'angle del segon conjunt d'elements de gelosia 2D en la direcció Z. El zero és vertical."
|
||||
|
||||
msgid "Infill overhang angle"
|
||||
msgstr "Angle de voladís del farciment"
|
||||
|
||||
msgid "The angle of the infill angled lines. 60° will result in a pure honeycomb."
|
||||
msgstr "L'angle de les línies inclinades del farciment. 60° resultarà en un rusc pur."
|
||||
|
||||
msgid "Lightning overhang angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum overhang angle for Lightning infill support propagation."
|
||||
msgstr ""
|
||||
|
||||
msgid "Prune angle"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Controls how aggressively short or unsupported Lightning branches are pruned.\n"
|
||||
"This angle is converted internally to a per-layer distance."
|
||||
msgstr ""
|
||||
|
||||
msgid "Straightening angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum straightening angle used to simplify Lightning branches."
|
||||
msgstr ""
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr "Longitud d'ancoratge de farciment poc dens"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than infill_anchor_max is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to this parameter, but no longer than anchor_length_max.\n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a single infill line."
|
||||
msgstr ""
|
||||
"Connectar una línia de farciment a un perímetre intern amb un segment curt d'un perímetre addicional. Si s'expressa en percentatge ( per exemple: 15% ) es calcula sobre l'amplada d'extrusió de farciment. Orca Slicer intenta connectar dues línies de farciment properes a un segment perimetral curt. Si no es troba aquest segment perimetral més curt que infill_anchor_max, la línia de farciment es connecta a un segment perimetral a un sol costat i la longitud del segment perimetral pres es limita a aquest paràmetre, però no més de anchor_length_max.\n"
|
||||
"Establiu aquest paràmetre a zero per desactivar els perímetres d'ancoratge connectats a una sola línia de farciment."
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr "0 ( sense ancoratges oberts )"
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr "1000 ( il·limitat )"
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr "Màxima longitud de l'ancoratge de farciment"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than this parameter is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to infill_anchor, but no longer than this parameter.\n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should create the same result as with 1000 & 0."
|
||||
msgstr ""
|
||||
"Connectar una línia de farciment a un perímetre intern amb un segment curt d'un perímetre addicional. Si s'expressa en percentatge ( per exemple: 15% ) es calcula sobre l'amplada d'extrusió de farciment. Orca Slicer intenta connectar dues línies de farciment properes a un segment perimetral curt. Si no es troba aquest segment perimetral més curt que aquest paràmetre, la línia de farciment es connecta a un segment perimetral a un sol costat i la longitud del segment perimetral pres es limita a infill_anchor, però no més llarga que aquest paràmetre.\n"
|
||||
"Si s'estableix a 0, s'utilitzarà l'algorisme antic per a la connexió de farciment, hauria de crear el mateix resultat que amb 1000 i 0."
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr "0 ( Connexió simple )"
|
||||
|
||||
msgid "Acceleration of inner walls."
|
||||
msgstr "Acceleració en perímetres interiors"
|
||||
|
||||
msgid "Acceleration of travel moves."
|
||||
msgstr "Acceleració en desplaçaments"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "This is the acceleration of top surface infill. Using a lower value may improve top surface quality."
|
||||
msgstr "Acceleració del farciment superficial superior. L'ús d'un valor inferior pot millorar la qualitat de la superfície superior"
|
||||
@@ -13087,8 +13117,11 @@ msgstr "Acceleració del farciment superficial superior. L'ús d'un valor inferi
|
||||
msgid "Acceleration of outer wall: using a lower value can improve quality."
|
||||
msgstr "Acceleració del perímetre exterior. L'ús d'un valor inferior pot millorar la qualitat"
|
||||
|
||||
msgid "Acceleration of inner walls."
|
||||
msgstr "Acceleració en perímetres interiors"
|
||||
msgid "Acceleration of bridges. If the value is expressed as a percentage (e.g. 50%), it will be calculated based on the outer wall acceleration."
|
||||
msgstr "Acceleració de ponts. Si el valor s'expressa en percentatge ( per exemple, 50% ), es calcularà a partir de l'acceleració del perímetre exterior."
|
||||
|
||||
msgid "mm/s² or %"
|
||||
msgstr "mm/s o %"
|
||||
|
||||
msgid "Acceleration of sparse infill. If the value is expressed as a percentage (e.g. 100%), it will be calculated based on the default acceleration."
|
||||
msgstr "Acceleració del farciment poc dens. Si el valor s'expressa en percentatge ( per exemple, 100% ), es calcularà a partir de l'acceleració predeterminada."
|
||||
@@ -13100,6 +13133,14 @@ msgstr "Acceleració del farciment sòlid intern. Si el valor s'expressa en perc
|
||||
msgid "This is the printing acceleration for the first layer. Using limited acceleration can improve build plate adhesion."
|
||||
msgstr "Acceleració de la capa inicial. L'ús d'un valor inferior pot millorar l'adherència de la placa d'impressió"
|
||||
|
||||
msgid "First layer travel"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Travel acceleration of first layer.\n"
|
||||
"The percentage value is relative to Travel Acceleration."
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable accel_to_decel"
|
||||
msgstr "Habilita accel_to_decel"
|
||||
|
||||
@@ -13194,17 +13235,6 @@ msgstr "La velocitat del ventilador augmentarà linealment de zero a la capa \"c
|
||||
msgid "layer"
|
||||
msgstr "capa"
|
||||
|
||||
msgid "First layer fan speed"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Sets an exact fan speed for the first layer, overriding all other cooling settings. Useful for protecting 3D-printed toolhead parts (e.g. Voron-style ABS/ASA ducts) from a hot bed. A small amount of airflow cools the ducts down, without using full cooling that may in certain conditions hurt first-layer adhesion.\n"
|
||||
"From the second layer onwards, normal cooling resumes.\n"
|
||||
"If \"Full fan speed at layer\" is also set, the fan ramps smoothly from this value on the first layer up to your target by the chosen layer.\n"
|
||||
"Only available when \"No cooling for the first\" is 0.\n"
|
||||
"Set to -1 to disable it."
|
||||
msgstr ""
|
||||
|
||||
msgid "Support interface fan speed"
|
||||
msgstr "Velocitat del ventilador a la interfície de suport"
|
||||
|
||||
@@ -13725,73 +13755,6 @@ msgstr "Àrea d'exclusió de sondeig d'acumulació"
|
||||
msgid "Probing exclude area of clumping."
|
||||
msgstr "Àrea d'exclusió de sondeig d'acumulació."
|
||||
|
||||
msgid "Lateral lattice angle 1"
|
||||
msgstr "Angle de gelosia 1"
|
||||
|
||||
msgid "The angle of the first set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "L'angle del primer conjunt d'elements de gelosia 2D en la direcció Z. El zero és vertical."
|
||||
|
||||
msgid "Lateral lattice angle 2"
|
||||
msgstr "Angle de gelosia 2"
|
||||
|
||||
msgid "The angle of the second set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "L'angle del segon conjunt d'elements de gelosia 2D en la direcció Z. El zero és vertical."
|
||||
|
||||
msgid "Infill overhang angle"
|
||||
msgstr "Angle de voladís del farciment"
|
||||
|
||||
msgid "The angle of the infill angled lines. 60° will result in a pure honeycomb."
|
||||
msgstr "L'angle de les línies inclinades del farciment. 60° resultarà en un rusc pur."
|
||||
|
||||
msgid "Lightning overhang angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum overhang angle for Lightning infill support propagation."
|
||||
msgstr ""
|
||||
|
||||
msgid "Prune angle"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Controls how aggressively short or unsupported Lightning branches are pruned.\n"
|
||||
"This angle is converted internally to a per-layer distance."
|
||||
msgstr ""
|
||||
|
||||
msgid "Straightening angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum straightening angle used to simplify Lightning branches."
|
||||
msgstr ""
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr "Longitud d'ancoratge de farciment poc dens"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than infill_anchor_max is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to this parameter, but no longer than anchor_length_max.\n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a single infill line."
|
||||
msgstr ""
|
||||
"Connectar una línia de farciment a un perímetre intern amb un segment curt d'un perímetre addicional. Si s'expressa en percentatge ( per exemple: 15% ) es calcula sobre l'amplada d'extrusió de farciment. Orca Slicer intenta connectar dues línies de farciment properes a un segment perimetral curt. Si no es troba aquest segment perimetral més curt que infill_anchor_max, la línia de farciment es connecta a un segment perimetral a un sol costat i la longitud del segment perimetral pres es limita a aquest paràmetre, però no més de anchor_length_max.\n"
|
||||
"Establiu aquest paràmetre a zero per desactivar els perímetres d'ancoratge connectats a una sola línia de farciment."
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr "0 ( sense ancoratges oberts )"
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr "1000 ( il·limitat )"
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr "Màxima longitud de l'ancoratge de farciment"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than this parameter is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to infill_anchor, but no longer than this parameter.\n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should create the same result as with 1000 & 0."
|
||||
msgstr ""
|
||||
"Connectar una línia de farciment a un perímetre intern amb un segment curt d'un perímetre addicional. Si s'expressa en percentatge ( per exemple: 15% ) es calcula sobre l'amplada d'extrusió de farciment. Orca Slicer intenta connectar dues línies de farciment properes a un segment perimetral curt. Si no es troba aquest segment perimetral més curt que aquest paràmetre, la línia de farciment es connecta a un segment perimetral a un sol costat i la longitud del segment perimetral pres es limita a infill_anchor, però no més llarga que aquest paràmetre.\n"
|
||||
"Si s'estableix a 0, s'utilitzarà l'algorisme antic per a la connexió de farciment, hauria de crear el mateix resultat que amb 1000 i 0."
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr "0 ( Connexió simple )"
|
||||
|
||||
msgid ""
|
||||
"Filament to print internal sparse infill.\n"
|
||||
"\"Default\" uses the active object/part filament."
|
||||
@@ -14660,18 +14623,6 @@ msgstr "Direct Drive"
|
||||
msgid "Bowden"
|
||||
msgstr "Bowden"
|
||||
|
||||
msgid "Enable filament dynamic map"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable dynamic filament mapping during print."
|
||||
msgstr ""
|
||||
|
||||
msgid "Has filament switcher"
|
||||
msgstr ""
|
||||
|
||||
msgid "Printer has a filament switcher hardware (e.g., AMS)."
|
||||
msgstr ""
|
||||
|
||||
msgid "Extra length on restart"
|
||||
msgstr "Longitud addicional en reiniciar"
|
||||
|
||||
@@ -15093,9 +15044,6 @@ msgstr "Les esquerdes de menys de dues vegades el radi de tancament de buits s'o
|
||||
msgid "Slicing Mode"
|
||||
msgstr "Mode de laminat"
|
||||
|
||||
msgid "Other"
|
||||
msgstr "Altre"
|
||||
|
||||
msgid "Use \"Even-odd\" for 3DLabPrint airplane models. Use \"Close holes\" to close all holes in the model."
|
||||
msgstr "Utilitzeu \"Parell-imparell\" per als models d'avió 3DLabPrint. Utilitzeu \"Tancar forats\" per tancar tots els forats del model."
|
||||
|
||||
@@ -15461,6 +15409,9 @@ msgstr ""
|
||||
"\n"
|
||||
"Aquesta opció es basa en el microprogramari que admet les ordres M191 i M141, ja sigui mitjançant macros o de manera nativa i s'utilitza normalment quan s'instal·la un escalfador de cambra actiu."
|
||||
|
||||
msgid "Chamber temperature"
|
||||
msgstr "Temperatura de la cambra"
|
||||
|
||||
msgid ""
|
||||
"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber temperature can help suppress or reduce warping and potentially lead to higher interlayer bonding strength. However, at the same time, a higher chamber temperature will reduce the efficiency of air filtration for ABS and ASA.\n"
|
||||
"\n"
|
||||
@@ -15474,17 +15425,6 @@ msgstr ""
|
||||
"\n"
|
||||
"Si està activat, aquest paràmetre també estableix una variable de codi g anomenada chamber_temperature, que es pot utilitzar per passar la temperatura de la cambra desitjada a la macro d'inici d'impressió, o una macro de remull tèrmic com aquesta: PRINT_START (altres variables) CHAMBER_TEMP=[chamber_temperature]. Això pot ser útil si la vostra impressora no admet les ordres M141/M191, o si voleu gestionar el remull de calor a la macro d'inici d'impressió si no hi ha instal·lat un escalfador de cambra actiu."
|
||||
|
||||
msgid ""
|
||||
"This is the chamber temperature at which printing should start, while the chamber continues heating toward the \"Target\" chamber temperature. For example, set the Target to 60 and the Minimal to 50 to begin printing once the chamber reaches 50°C, without waiting for the full 60°C.\n"
|
||||
"\n"
|
||||
"It sets a G-code variable named chamber_minimal_temperature, which can be passed to your print start macro or a heat soak macro, like this: PRINT_START (other variables) CHAMBER_MIN_TEMP=[chamber_minimal_temperature].\n"
|
||||
"\n"
|
||||
"Unlike the \"Target\" chamber temperature, this option does not emit any M141/M191 commands; it only exposes the value to your custom G-code. It should not exceed the \"Target\" chamber temperature."
|
||||
msgstr ""
|
||||
|
||||
msgid "Chamber minimal temperature"
|
||||
msgstr ""
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Nozzle temperature after the first layer"
|
||||
msgstr "Temperatura del broquet per les capes després de l'inicial"
|
||||
@@ -15530,6 +15470,22 @@ msgstr "Gruix mínim de la carcassa superior"
|
||||
msgid "The number of top solid layers is increased when slicing if the thickness calculated by top shell layers is thinner than this value. This can avoid having too thin a shell when layer height is small. 0 means that this setting is disabled and thickness of top shell is determined simply by the number of top shell layers."
|
||||
msgstr "El nombre de capes sòlides superiors augmenta quan es tallen si el gruix calculat per les capes de closca superior és més prim que aquest valor. Això pot evitar tenir una closca massa fina quan l'alçada de la capa és petita. 0 significa que aquesta configuració està desactivada i que el gruix de la carcassa superior està absolutament determinat per les capes de la carcassa superior"
|
||||
|
||||
msgid "Top surface density"
|
||||
msgstr "Densitat de la superfície superior"
|
||||
|
||||
msgid "Density of top surface layer. A value of 100% creates a fully solid, smooth top layer. Reducing this value results in a textured top surface, according to the chosen top surface pattern. A value of 0% will result in only the walls on the top layer being created. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion."
|
||||
msgstr "Densitat de la capa de superfície superior. Un valor del 100% crea una capa superior completament sòlida i llisa. Reduir aquest valor resulta en una superfície superior texturada, segons el patró de superfície superior triat. Un valor del 0% resultarà en la creació de només les parets a la capa superior. Destinat a fins estètics o funcionals, no per solucionar problemes com la sobreextrusió."
|
||||
|
||||
msgid "Bottom surface density"
|
||||
msgstr "Densitat de la superfície inferior"
|
||||
|
||||
msgid ""
|
||||
"Density of the bottom surface layer. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion.\n"
|
||||
"WARNING: Lowering this value may negatively affect bed adhesion."
|
||||
msgstr ""
|
||||
"Densitat de la capa de superfície inferior. Destinat a fins estètics o funcionals, no per solucionar problemes com la sobreextrusió.\n"
|
||||
"AVÍS: reduir aquest valor pot afectar negativament l'adhesió al llit."
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "This is the speed at which traveling is done."
|
||||
msgstr "Velocitat de desplaçament més ràpida i sense extrusió"
|
||||
@@ -18174,132 +18130,6 @@ msgstr "Iniciar Sessió/Provar"
|
||||
msgid "Connection to printers connected via the print host failed."
|
||||
msgstr "No s'ha pogut connectar a les impressores connectades mitjançant l'amfitrió( host ) d'impressió especificat."
|
||||
|
||||
msgid "Detect Creality K-series printer"
|
||||
msgstr ""
|
||||
|
||||
msgid "Click Scan to look for K-series printers on your network."
|
||||
msgstr ""
|
||||
|
||||
msgid "Use Selected"
|
||||
msgstr ""
|
||||
|
||||
msgid "Scanning the LAN for K-series printers... this takes a few seconds."
|
||||
msgstr ""
|
||||
|
||||
msgid "No K-series printers found. Make sure the printer is on the same network and not blocked by Wi-Fi client isolation, then click Scan again."
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "Found %zu Creality printer(s). Select one and click Use Selected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
msgid "Processes"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show/Hide system information"
|
||||
msgstr ""
|
||||
|
||||
msgid "Copy system information to clipboard"
|
||||
msgstr ""
|
||||
|
||||
msgid "We need information for diagnosing source of the issue. Check wiki page for detailed guide."
|
||||
msgstr ""
|
||||
|
||||
msgid "Pack button collects project file and logs of current session onto a zip file."
|
||||
msgstr ""
|
||||
|
||||
msgid "Any additional visual examples like images or screen recordings might be helpful while reporting the issue."
|
||||
msgstr ""
|
||||
|
||||
msgid "Report issue"
|
||||
msgstr ""
|
||||
|
||||
msgid "Pack"
|
||||
msgstr ""
|
||||
|
||||
msgid "Cleans and rebuilds system profiles cache on next launch"
|
||||
msgstr ""
|
||||
|
||||
msgid "Clean system profiles cache"
|
||||
msgstr ""
|
||||
|
||||
msgid "Clean"
|
||||
msgstr ""
|
||||
|
||||
msgid "Loaded profiles overview"
|
||||
msgstr ""
|
||||
|
||||
msgid "This section shows information for loaded profiles"
|
||||
msgstr ""
|
||||
|
||||
msgid "Exports detailed overview of loaded profiles in json format"
|
||||
msgstr ""
|
||||
|
||||
msgid "Configurations folder"
|
||||
msgstr ""
|
||||
|
||||
msgid "Opens configurations folder"
|
||||
msgstr ""
|
||||
|
||||
msgid "Log level"
|
||||
msgstr ""
|
||||
|
||||
msgid "Stored logs"
|
||||
msgstr ""
|
||||
|
||||
msgid "Packs all stored logs onto a zip file."
|
||||
msgstr ""
|
||||
|
||||
msgid "Profiles"
|
||||
msgstr ""
|
||||
|
||||
msgid "Select NO to close dialog and review project"
|
||||
msgstr ""
|
||||
|
||||
msgid "No project file on current session. Only logs will be included to package"
|
||||
msgstr ""
|
||||
|
||||
msgid "Select NO to close dialog and review project."
|
||||
msgstr ""
|
||||
|
||||
msgid "Please make sure any instances of OrcaSlicer are not running"
|
||||
msgstr ""
|
||||
|
||||
msgid "System folder cannot be deleted because some files are in use by another application. Please close any applications using these files and try again."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to delete system folder..."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to determine executable path."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to launch a new instance."
|
||||
msgstr ""
|
||||
|
||||
msgid "log(s)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Choose where to save the exported JSON file"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Export failed\n"
|
||||
"Please check write permissions or file in use by another application"
|
||||
msgstr ""
|
||||
|
||||
msgid "Choose where to save the exported ZIP file"
|
||||
msgstr ""
|
||||
|
||||
msgid "File already exists. Overwrite?"
|
||||
msgstr ""
|
||||
|
||||
msgid "3DPrinterOS Cloud upload options"
|
||||
msgstr ""
|
||||
|
||||
@@ -18382,19 +18212,6 @@ msgstr "La connexió amb MKS funciona correctament."
|
||||
msgid "Could not connect to MKS"
|
||||
msgstr "No s'ha pogut connectar amb MKS"
|
||||
|
||||
msgid "Connection to Moonraker is working correctly."
|
||||
msgstr ""
|
||||
|
||||
msgid "Could not connect to Moonraker"
|
||||
msgstr ""
|
||||
|
||||
msgid "The host responded but it doesn't look like Moonraker (missing result.klippy_state)."
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Could not parse Moonraker server response: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "Connection to OctoPrint is working correctly."
|
||||
msgstr "La connexió amb OctoPrint funciona correctament."
|
||||
|
||||
@@ -19551,36 +19368,6 @@ msgstr ""
|
||||
"Evitar la deformació( warping )\n"
|
||||
"Sabíeu que quan imprimiu materials propensos a deformar-se, com ara l'ABS, augmentar adequadament la temperatura del llit pot reduir la probabilitat de deformació?"
|
||||
|
||||
#~ msgid "Filament Sync Options"
|
||||
#~ msgstr "Opcions de sincronització de filament"
|
||||
|
||||
#~ msgid "Network plug-in"
|
||||
#~ msgstr "Connector de xarxa"
|
||||
|
||||
#~ msgid "View control settings"
|
||||
#~ msgstr "Veure la configuració del control"
|
||||
|
||||
#~ msgid "Rotate view"
|
||||
#~ msgstr "Rotar la vista"
|
||||
|
||||
#~ msgid "Pan view"
|
||||
#~ msgstr "Vista Panoràmica"
|
||||
|
||||
#~ msgid "Zoom view"
|
||||
#~ msgstr "Vista amb Zoom"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
#~ msgid "Reverse scroll direction while zooming"
|
||||
#~ msgstr "La roda del ratolí s'inverteix quan es fa zoom"
|
||||
|
||||
#, c-format, boost-format
|
||||
#~ msgid "Left: %s"
|
||||
#~ msgstr "Esquerra: %s"
|
||||
|
||||
#, c-format, boost-format
|
||||
#~ msgid "Right: %s"
|
||||
#~ msgstr "Dreta: %s"
|
||||
|
||||
#~ msgid "Enable network plug-in"
|
||||
#~ msgstr "Habilita el plugin de xarxa"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2026-07-03 14:43+0200\n"
|
||||
"POT-Creation-Date: 2026-06-26 10:26+0800\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: Jakub Hencl\n"
|
||||
"Language-Team: \n"
|
||||
@@ -1719,12 +1719,7 @@ msgid ""
|
||||
"To migrate your existing profiles, log in to Orca Cloud and they will be transferred automatically. To learn more about how OrcaSlicer stores and syncs your profiles, or to migrate your presets manually, check out our wiki.\n"
|
||||
"\n"
|
||||
"If you did not use Bambu Cloud to sync profiles, this change does not affect you and you can safely ignore this message."
|
||||
msgstr ""
|
||||
"Od verze 2.4.0 OrcaSlicer synchronizuje uživatelské profily prostřednictvím Orca Cloud namísto Bambu Cloud.\n"
|
||||
"\n"
|
||||
"Chcete-li migrovat své stávající profily, přihlaste se k Orca Cloud a budou automaticky přeneseny. Další informace o tom, jak OrcaSlicer ukládá a synchronizuje vaše profily, nebo o ruční migraci vašich předvoleb najdete na naší wiki.\n"
|
||||
"\n"
|
||||
"Pokud jste k synchronizaci profilů nepoužívali Bambu Cloud, tato změna se vás netýká a můžete tuto zprávu klidně ignorovat."
|
||||
msgstr "Od verze 2.4.0 OrcaSlicer synchronizuje uživatelské profily prostřednictvím Orca Cloud namísto Bambu Cloud.\n\nChcete-li migrovat své stávající profily, přihlaste se k Orca Cloud a budou automaticky přeneseny. Další informace o tom, jak OrcaSlicer ukládá a synchronizuje vaše profily, nebo o ruční migraci vašich předvoleb najdete na naší wiki.\n\nPokud jste k synchronizaci profilů nepoužívali Bambu Cloud, tato změna se vás netýká a můžete tuto zprávu klidně ignorovat."
|
||||
|
||||
msgid "Profile syncing change"
|
||||
msgstr ""
|
||||
@@ -4109,10 +4104,6 @@ msgstr ""
|
||||
msgid "Current chamber temperature is higher than the material's safe temperature; this may result in material softening and nozzle clogs. The maximum safe temperature for the material is %d"
|
||||
msgstr "Aktuální teplota komory je vyšší než bezpečná teplota materiálu, což může vést ke změkčení materiálu a ucpání. Maximální bezpečná teplota pro materiál je %d"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "The minimal chamber temperature (%d℃) is higher than the target chamber temperature (%d℃). The minimal value is the threshold at which printing starts while the chamber keeps heating toward the target, so it should not exceed it. It will be clamped to the target."
|
||||
msgstr ""
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid ""
|
||||
"Layer height too small\n"
|
||||
@@ -7900,50 +7891,6 @@ msgstr "Vyberte složku pro stažené položky"
|
||||
msgid "Choose Download Directory"
|
||||
msgstr "Vyberte adresář pro stažení"
|
||||
|
||||
msgid "(Latest)"
|
||||
msgstr "(Nejnovější)"
|
||||
|
||||
msgid "Network plug-in switched successfully."
|
||||
msgstr "Síťový plugin byl úspěšně přepnut."
|
||||
|
||||
msgid "Success"
|
||||
msgstr "Úspěch"
|
||||
|
||||
msgid "Failed to load network plug-in. Please restart the application."
|
||||
msgstr "Nepodařilo se načíst síťový plugin. Restartujte prosím aplikaci."
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"You've selected network plug-in version %s.\n"
|
||||
"\n"
|
||||
"Would you like to download and install this version now?\n"
|
||||
"\n"
|
||||
"Note: The application may need to restart after installation."
|
||||
msgstr ""
|
||||
"Vybrali jste verzi síťového pluginu %s.\n"
|
||||
"\n"
|
||||
"Chcete tuto verzi nyní stáhnout a nainstalovat?\n"
|
||||
"\n"
|
||||
"Poznámka: Po instalaci může být nutné restartovat aplikaci."
|
||||
|
||||
msgid "Download Network Plug-in"
|
||||
msgstr "Stáhnout síťový plugin"
|
||||
|
||||
msgid "Reload the network plug-in without restarting the application"
|
||||
msgstr "Znovu načíst síťový plugin bez restartu aplikace"
|
||||
|
||||
msgid "Network plug-in reloaded successfully."
|
||||
msgstr "Síťový plugin byl úspěšně znovu načten."
|
||||
|
||||
msgid "Reload"
|
||||
msgstr "Znovu načíst"
|
||||
|
||||
msgid "Failed to reload network plug-in. Please restart the application."
|
||||
msgstr "Nepodařilo se znovu načíst síťový plugin. Restartujte prosím aplikaci."
|
||||
|
||||
msgid "Reload Failed"
|
||||
msgstr "Znovunačtení selhalo"
|
||||
|
||||
msgid "Associate"
|
||||
msgstr "Přiřadit"
|
||||
|
||||
@@ -7999,6 +7946,12 @@ msgstr "Zobrazit úvodní obrazovku"
|
||||
msgid "Show the splash screen during startup."
|
||||
msgstr "Zobrazit úvodní obrazovku při spuštění."
|
||||
|
||||
msgid "Show shared profiles notification"
|
||||
msgstr "Zobrazit upozornění na sdílené profily"
|
||||
|
||||
msgid "Show a notification with a link to browse shared profiles when the selected printer is changed."
|
||||
msgstr "Při změně vybrané tiskárny zobrazit upozornění s odkazem na sdílené profily."
|
||||
|
||||
msgid "Use window buttons on left side"
|
||||
msgstr "Používat tlačítka okna na levé straně"
|
||||
|
||||
@@ -8029,13 +7982,6 @@ msgstr "Chování při načítání"
|
||||
msgid "Should printer/filament/process settings be loaded when opening a 3MF file?"
|
||||
msgstr "Mají se při otevření souboru 3MF načíst nastavení tiskárny/filamentu/procesu?"
|
||||
|
||||
msgid "Auto backup"
|
||||
msgstr "Automatické zálohování"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Backup your project periodically to help with restoring from an occasional crash."
|
||||
msgstr "Pravidelně zálohujte svůj projekt pro možnost obnovení po případném pádu."
|
||||
|
||||
msgid "Maximum recent files"
|
||||
msgstr "Maximální počet nedávných souborů"
|
||||
|
||||
@@ -8054,20 +8000,12 @@ msgstr "Zobrazit možnosti při importu souboru STEP"
|
||||
msgid "If enabled, a parameter settings dialog will appear during STEP file import."
|
||||
msgstr "Pokud je povoleno, během importu souboru STEP se zobrazí dialog nastavení parametrů."
|
||||
|
||||
msgid "Quality level for Draco export"
|
||||
msgstr "Úroveň kvality pro export Draco"
|
||||
msgid "Auto backup"
|
||||
msgstr "Automatické zálohování"
|
||||
|
||||
msgid "bits"
|
||||
msgstr "bitů"
|
||||
|
||||
msgid ""
|
||||
"Controls the quantization bit depth used when compressing the mesh to Draco format.\n"
|
||||
"0 = lossless compression (geometry is preserved at full precision). Valid lossy values range from 8 to 30.\n"
|
||||
"Lower values produce smaller files but lose more geometric detail; higher values preserve more detail at the cost of larger files."
|
||||
msgstr ""
|
||||
"Určuje bitovou hloubku kvantizace použitou při kompresi mesh do formátu Draco.\n"
|
||||
"0 = bezztrátová komprese (geometrie je zachována v plné přesnosti). Platné ztrátové hodnoty jsou v rozsahu 8 až 30.\n"
|
||||
"Nižší hodnoty vytvářejí menší soubory, ale ztrácí více geometrických detailů; vyšší hodnoty zachovávají více detailů za cenu větších souborů."
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Backup your project periodically to help with restoring from an occasional crash."
|
||||
msgstr "Pravidelně zálohujte svůj projekt pro možnost obnovení po případném pádu."
|
||||
|
||||
msgid "Preset"
|
||||
msgstr "Předvolba"
|
||||
@@ -8099,12 +8037,6 @@ msgstr "filamenty"
|
||||
msgid "Optimizes filament area maximum height by chosen filament count."
|
||||
msgstr "Optimalizuje maximální výšku oblasti filamentů podle zvoleného počtu filamentů."
|
||||
|
||||
msgid "Show shared profiles notification"
|
||||
msgstr "Zobrazit upozornění na sdílené profily"
|
||||
|
||||
msgid "Show a notification with a link to browse shared profiles when the selected printer is changed."
|
||||
msgstr "Při změně vybrané tiskárny zobrazit upozornění s odkazem na sdílené profily."
|
||||
|
||||
msgid "Features"
|
||||
msgstr "Funkce"
|
||||
|
||||
@@ -8117,6 +8049,21 @@ msgstr "Pokud je tato volba povolena, můžete odeslat úlohu na více zařízen
|
||||
msgid "Pop up to select filament grouping mode"
|
||||
msgstr "Zobrazit dialog pro výběr režimu seskupení filamentů"
|
||||
|
||||
msgid "Quality level for Draco export"
|
||||
msgstr "Úroveň kvality pro export Draco"
|
||||
|
||||
msgid "bits"
|
||||
msgstr "bitů"
|
||||
|
||||
msgid ""
|
||||
"Controls the quantization bit depth used when compressing the mesh to Draco format.\n"
|
||||
"0 = lossless compression (geometry is preserved at full precision). Valid lossy values range from 8 to 30.\n"
|
||||
"Lower values produce smaller files but lose more geometric detail; higher values preserve more detail at the cost of larger files."
|
||||
msgstr ""
|
||||
"Určuje bitovou hloubku kvantizace použitou při kompresi mesh do formátu Draco.\n"
|
||||
"0 = bezztrátová komprese (geometrie je zachována v plné přesnosti). Platné ztrátové hodnoty jsou v rozsahu 8 až 30.\n"
|
||||
"Nižší hodnoty vytvářejí menší soubory, ale ztrácí více geometrických detailů; vyšší hodnoty zachovávají více detailů za cenu větších souborů."
|
||||
|
||||
msgid "Behaviour"
|
||||
msgstr "Chování"
|
||||
|
||||
@@ -8344,6 +8291,19 @@ msgstr "Kontrolovat pouze stabilní aktualizace"
|
||||
msgid "Auto sync user presets (Printer/Filament/Process)"
|
||||
msgstr "Automatická synchronizace uživatelských předvoleb (tiskárna/filament/proces)"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Update built-in presets automatically."
|
||||
msgstr "Automaticky aktualizovat vestavěné předvolby."
|
||||
|
||||
msgid "Use encrypted file for token storage"
|
||||
msgstr "Použít šifrovaný soubor pro ukládání tokenů"
|
||||
|
||||
msgid "Store authentication tokens in an encrypted file instead of the system keychain. (Requires restart)"
|
||||
msgstr "Ukládat autentizační tokeny do šifrovaného souboru místo systémového úložiště klíčů. (Vyžaduje restart)"
|
||||
|
||||
msgid "Filament Sync Options"
|
||||
msgstr "Možnosti synchronizace filamentů"
|
||||
|
||||
msgid "Filament sync mode"
|
||||
msgstr "Režim synchronizace filamentů"
|
||||
|
||||
@@ -8356,16 +8316,6 @@ msgstr "Filament a barva"
|
||||
msgid "Color only"
|
||||
msgstr "Pouze barva"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Update built-in presets automatically."
|
||||
msgstr "Automaticky aktualizovat vestavěné předvolby."
|
||||
|
||||
msgid "Use encrypted file for token storage"
|
||||
msgstr "Použít šifrovaný soubor pro ukládání tokenů"
|
||||
|
||||
msgid "Store authentication tokens in an encrypted file instead of the system keychain. (Requires restart)"
|
||||
msgstr "Ukládat autentizační tokeny do šifrovaného souboru místo systémového úložiště klíčů. (Vyžaduje restart)"
|
||||
|
||||
msgid "Bambu network plug-in"
|
||||
msgstr ""
|
||||
|
||||
@@ -8378,6 +8328,35 @@ msgstr "Verze síťového pluginu"
|
||||
msgid "Select the network plug-in version to use"
|
||||
msgstr "Vyberte verzi síťového pluginu"
|
||||
|
||||
msgid "(Latest)"
|
||||
msgstr "(Nejnovější)"
|
||||
|
||||
msgid "Network plug-in switched successfully."
|
||||
msgstr "Síťový plugin byl úspěšně přepnut."
|
||||
|
||||
msgid "Success"
|
||||
msgstr "Úspěch"
|
||||
|
||||
msgid "Failed to load network plug-in. Please restart the application."
|
||||
msgstr "Nepodařilo se načíst síťový plugin. Restartujte prosím aplikaci."
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"You've selected network plug-in version %s.\n"
|
||||
"\n"
|
||||
"Would you like to download and install this version now?\n"
|
||||
"\n"
|
||||
"Note: The application may need to restart after installation."
|
||||
msgstr ""
|
||||
"Vybrali jste verzi síťového pluginu %s.\n"
|
||||
"\n"
|
||||
"Chcete tuto verzi nyní stáhnout a nainstalovat?\n"
|
||||
"\n"
|
||||
"Poznámka: Po instalaci může být nutné restartovat aplikaci."
|
||||
|
||||
msgid "Download Network Plug-in"
|
||||
msgstr "Stáhnout síťový plugin"
|
||||
|
||||
msgid "Associate files to OrcaSlicer"
|
||||
msgstr "Přiřadit soubory k OrcaSliceru"
|
||||
|
||||
@@ -8423,16 +8402,7 @@ msgstr "Vývojář"
|
||||
msgid "Skip AMS blacklist check"
|
||||
msgstr "Přeskočit kontrolu blacklistu AMS"
|
||||
|
||||
msgid "Show unsupported presets"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show incompatible/unsupported presets in the printer and filament dropdown lists. These presets cannot be selected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Experimental Features"
|
||||
msgstr ""
|
||||
|
||||
msgid "Keep painted feature after mesh change"
|
||||
msgid "(Experimental) Keep painted feature after mesh change"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
@@ -8440,6 +8410,12 @@ msgid ""
|
||||
"Highly experimental! Slow and may create artifact."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show unsupported presets"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show incompatible/unsupported presets in the printer and filament dropdown lists. These presets cannot be selected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Allow Abnormal Storage"
|
||||
msgstr "Povolit neobvyklé úložiště"
|
||||
|
||||
@@ -8468,6 +8444,24 @@ msgstr "ladění"
|
||||
msgid "trace"
|
||||
msgstr "trasování"
|
||||
|
||||
msgid "Network plug-in"
|
||||
msgstr "Síťový plugin"
|
||||
|
||||
msgid "Reload"
|
||||
msgstr "Znovu načíst"
|
||||
|
||||
msgid "Reload the network plug-in without restarting the application"
|
||||
msgstr "Znovu načíst síťový plugin bez restartu aplikace"
|
||||
|
||||
msgid "Network plug-in reloaded successfully."
|
||||
msgstr "Síťový plugin byl úspěšně znovu načten."
|
||||
|
||||
msgid "Failed to reload network plug-in. Please restart the application."
|
||||
msgstr "Nepodařilo se znovu načíst síťový plugin. Restartujte prosím aplikaci."
|
||||
|
||||
msgid "Reload Failed"
|
||||
msgstr "Znovunačtení selhalo"
|
||||
|
||||
msgid "Debug"
|
||||
msgstr "Ladění"
|
||||
|
||||
@@ -8483,6 +8477,25 @@ msgstr "Synchronizace předvoleb"
|
||||
msgid "Preferences sync"
|
||||
msgstr "Synchronizace předvoleb"
|
||||
|
||||
msgid "View control settings"
|
||||
msgstr "Zobrazit nastavení ovládání"
|
||||
|
||||
msgid "Rotate view"
|
||||
msgstr "Otočit pohled"
|
||||
|
||||
msgid "Pan view"
|
||||
msgstr "Posouvat pohled"
|
||||
|
||||
msgid "Zoom view"
|
||||
msgstr "Přiblížení zobrazení"
|
||||
|
||||
msgid "Other"
|
||||
msgstr "Ostatní"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Reverse scroll direction while zooming"
|
||||
msgstr "Kolečko myši se při přiblížení otáčí opačně"
|
||||
|
||||
msgid "Enable SSL(MQTT)"
|
||||
msgstr "Povolit SSL (MQTT)"
|
||||
|
||||
@@ -9189,12 +9202,6 @@ msgstr "Smazat tuto předvolbu"
|
||||
msgid "Search in preset"
|
||||
msgstr "Hledat v předvolbě"
|
||||
|
||||
msgid "Synchronization of different extruder drives or nozzle volume types is not supported."
|
||||
msgstr ""
|
||||
|
||||
msgid "Synchronize the modification of parameters to the corresponding parameters of another extruder."
|
||||
msgstr ""
|
||||
|
||||
msgid "Click to reset all settings to the last saved preset."
|
||||
msgstr "Kliknutím obnovíte všechna nastavení na poslední uloženou předvolbu."
|
||||
|
||||
@@ -9490,18 +9497,6 @@ msgstr "Poměr průtoku a Pressure Advance"
|
||||
msgid "Print chamber temperature"
|
||||
msgstr "Teplota tiskové komory"
|
||||
|
||||
msgid "Chamber temperature"
|
||||
msgstr "Teplota komory"
|
||||
|
||||
msgid "Target chamber temperature, and the minimal chamber temperature at which printing should start"
|
||||
msgstr ""
|
||||
|
||||
msgid "Target"
|
||||
msgstr ""
|
||||
|
||||
msgid "Minimal"
|
||||
msgstr ""
|
||||
|
||||
msgid "Print temperature"
|
||||
msgstr "Teplota tisku"
|
||||
|
||||
@@ -9836,22 +9831,12 @@ msgid "Don't warn again for this preset"
|
||||
msgstr "Pro tuto předvolbu již nezobrazovat upozornění"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "%s: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "No modifications need to be copied."
|
||||
msgstr ""
|
||||
|
||||
msgid "Copy paramters"
|
||||
msgstr ""
|
||||
msgid "Left: %s"
|
||||
msgstr "Vlevo: %s"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Modify paramters of %s"
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Do you want to modify the following parameters of the %s to that of the %s?"
|
||||
msgstr ""
|
||||
msgid "Right: %s"
|
||||
msgstr "Vpravo: %s"
|
||||
|
||||
msgid "Click to reset current value and attach to the global value."
|
||||
msgstr "Klikněte pro obnovení aktuální hodnoty a navázání na globální hodnotu."
|
||||
@@ -9870,8 +9855,9 @@ msgstr "Neuložené změny"
|
||||
msgid "Transfer or discard changes"
|
||||
msgstr "Přenést nebo zahodit změny"
|
||||
|
||||
msgid "Old Value"
|
||||
msgstr ""
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Old value"
|
||||
msgstr "Původní hodnota"
|
||||
|
||||
msgid "New Value"
|
||||
msgstr "Nová hodnota"
|
||||
@@ -9992,12 +9978,6 @@ msgstr "Počet extrudérů"
|
||||
msgid "Capabilities"
|
||||
msgstr "Možnosti"
|
||||
|
||||
msgid "Left: "
|
||||
msgstr ""
|
||||
|
||||
msgid "Right: "
|
||||
msgstr ""
|
||||
|
||||
msgid "Show all presets (including incompatible)"
|
||||
msgstr "Zobrazit všechny předvolby (včetně nekompatibilních)"
|
||||
|
||||
@@ -12125,25 +12105,6 @@ msgstr "Normální tisk"
|
||||
msgid "This is the default acceleration for both normal printing and travel after the first layer."
|
||||
msgstr "Výchozí zrychlení pro běžný tisk i přesuny, kromě první vrstvy."
|
||||
|
||||
msgid "Acceleration of travel moves."
|
||||
msgstr "Akcelerace pohybů přesunu."
|
||||
|
||||
msgid "First layer travel"
|
||||
msgstr "Přejezdy první vrstvy"
|
||||
|
||||
msgid ""
|
||||
"Travel acceleration of first layer.\n"
|
||||
"The percentage value is relative to Travel Acceleration."
|
||||
msgstr ""
|
||||
"Zrychlení přejezdů první vrstvy.\n"
|
||||
"Procentuální hodnota je vztažena k hodnotě Zrychlení přejezdů."
|
||||
|
||||
msgid "mm/s² or %"
|
||||
msgstr "mm/s² nebo %"
|
||||
|
||||
msgid "Acceleration of bridges. If the value is expressed as a percentage (e.g. 50%), it will be calculated based on the outer wall acceleration."
|
||||
msgstr "Zrychlení mostů Pokud je hodnota vyjádřena v procentech (např. 50 %), bude vypočtena na základě akcelerace vnější stěny."
|
||||
|
||||
msgid "Default filament profile"
|
||||
msgstr "Výchozí profil filamentu"
|
||||
|
||||
@@ -12350,12 +12311,6 @@ msgstr "Archimédovy akordy"
|
||||
msgid "Octagram Spiral"
|
||||
msgstr "Oktagramová spirála"
|
||||
|
||||
msgid "Top surface density"
|
||||
msgstr "Hustota horního povrchu"
|
||||
|
||||
msgid "Density of top surface layer. A value of 100% creates a fully solid, smooth top layer. Reducing this value results in a textured top surface, according to the chosen top surface pattern. A value of 0% will result in only the walls on the top layer being created. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion."
|
||||
msgstr "Hustota horní povrchové vrstvy. Hodnota 100 % vytvoří zcela plnou, hladkou horní vrstvu. Snížením této hodnoty vznikne texturovaný horní povrch podle zvoleného vzoru horního povrchu. Hodnota 0 % znamená, že na horní vrstvě budou vytvořeny pouze stěny. Určeno pro estetické nebo funkční účely, nikoli k řešení problémů jako je nadměrná extruze."
|
||||
|
||||
msgid "Bottom surface pattern"
|
||||
msgstr "Vzor spodního povrchu"
|
||||
|
||||
@@ -12363,16 +12318,6 @@ msgstr "Vzor spodního povrchu"
|
||||
msgid "This is the line pattern of bottom surface infill, not including bridge infill."
|
||||
msgstr "Vzor čáry pro výplň spodního povrchu, ne pro mostovou výplň."
|
||||
|
||||
msgid "Bottom surface density"
|
||||
msgstr "Hustota spodního povrchu"
|
||||
|
||||
msgid ""
|
||||
"Density of the bottom surface layer. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion.\n"
|
||||
"WARNING: Lowering this value may negatively affect bed adhesion."
|
||||
msgstr ""
|
||||
"Hustota spodní povrchové vrstvy. Určeno pro estetické nebo funkční účely, nikoli k řešení problémů, jako je přeextruze.\n"
|
||||
"VAROVÁNÍ: Snížení této hodnoty může negativně ovlivnit přilnavost k podložce."
|
||||
|
||||
msgid "Internal solid infill pattern"
|
||||
msgstr "Vzor vnitřní plné výplně"
|
||||
|
||||
@@ -12675,6 +12620,18 @@ msgstr "Automaticky pro čištění"
|
||||
msgid "Auto For Match"
|
||||
msgstr "Automaticky pro přiřazení"
|
||||
|
||||
msgid "Enable filament dynamic map"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable dynamic filament mapping during print."
|
||||
msgstr ""
|
||||
|
||||
msgid "Has filament switcher"
|
||||
msgstr ""
|
||||
|
||||
msgid "Printer has a filament switcher hardware (e.g., AMS)."
|
||||
msgstr ""
|
||||
|
||||
msgid "Flush temperature"
|
||||
msgstr "Teplota čištění"
|
||||
|
||||
@@ -13017,7 +12974,6 @@ msgstr "Použití více řádků pro vzor výplně, pokud to daný vzor podporuj
|
||||
msgid "Z-buckling bias optimization (experimental)"
|
||||
msgstr ""
|
||||
|
||||
#, no-c-format, no-boost-format
|
||||
msgid "Tightens the gyroid wave along the Z (vertical) axis at low infill density to shorten the effective vertical column length and improve Z-axis compression buckling resistance. Filament use is preserved. No effect at ~30% sparse infill density and above. Only applies when Sparse infill pattern is set to Gyroid."
|
||||
msgstr ""
|
||||
|
||||
@@ -13085,6 +13041,79 @@ msgstr "TPMS-FK"
|
||||
msgid "Gyroid"
|
||||
msgstr ""
|
||||
|
||||
msgid "Lateral lattice angle 1"
|
||||
msgstr "Úhel boční mřížky 1"
|
||||
|
||||
msgid "The angle of the first set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "Úhel první sady bočních mřížkových prvků ve směru Z. Nula je svisle."
|
||||
|
||||
msgid "Lateral lattice angle 2"
|
||||
msgstr "Úhel boční mřížky 2"
|
||||
|
||||
msgid "The angle of the second set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "Úhel druhé sady bočních mřížkových prvků ve směru Z. Nula je svisle."
|
||||
|
||||
msgid "Infill overhang angle"
|
||||
msgstr "Úhel převisu výplně"
|
||||
|
||||
msgid "The angle of the infill angled lines. 60° will result in a pure honeycomb."
|
||||
msgstr "Úhel šikmých čar výplně. 60° vytvoří čistý šestiúhelníkový vzor."
|
||||
|
||||
msgid "Lightning overhang angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum overhang angle for Lightning infill support propagation."
|
||||
msgstr ""
|
||||
|
||||
msgid "Prune angle"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Controls how aggressively short or unsupported Lightning branches are pruned.\n"
|
||||
"This angle is converted internally to a per-layer distance."
|
||||
msgstr ""
|
||||
|
||||
msgid "Straightening angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum straightening angle used to simplify Lightning branches."
|
||||
msgstr ""
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr "Délka kotvy řídké výplně"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than infill_anchor_max is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to this parameter, but no longer than anchor_length_max.\n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a single infill line."
|
||||
msgstr ""
|
||||
"Připojit výplňovou čáru k vnitřnímu obvodu krátkým segmentem dalšího obvodu. Pokud je zadáno v procentech (například: 15 %), počítá se z šířky extruze výplně. Orca Slicer se pokouší propojit dvě blízké výplňové čáry krátkým segmentem obvodu. Pokud není nalezen žádný segment obvodu kratší než infill_anchor_max, výplňová čára se připojí pouze k jednomu segmentu obvodu a délka vybraného segmentu je omezena tímto parametrem, ale ne delší než anchor_length_max.\n"
|
||||
"Nastavte tuto hodnotu na nulu pro zakázání kotvení obvodů připojených k jedné výplňové čáře."
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr "0 (žádné otevřené kotvy)"
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr "1000 (neomezeno)"
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr "Maximální délka kotvy výplně"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than this parameter is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to infill_anchor, but no longer than this parameter.\n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should create the same result as with 1000 & 0."
|
||||
msgstr ""
|
||||
"Připojit výplňovou čáru k vnitřnímu obvodu krátkým segmentem dalšího obvodu. Pokud je zadáno v procentech (například: 15 %), počítá se z šířky extruze výplně. Orca Slicer se pokouší propojit dvě blízké výplňové čáry krátkým segmentem obvodu. Pokud není nalezen žádný segment obvodu kratší než tento parametr, výplňová čára se spojí s obvodem pouze z jedné strany a délka vybraného segmentu obvodu je omezena hodnotou infill_anchor, ale není delší než tento parametr.\n"
|
||||
"Pokud je nastaveno na 0, použije se starý algoritmus připojení výplně, což by mělo vytvořit stejný výsledek jako s 1000 & 0."
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr "0 (Jednoduché připojení)"
|
||||
|
||||
msgid "Acceleration of inner walls."
|
||||
msgstr "Akcelerace vnitřních stěn."
|
||||
|
||||
msgid "Acceleration of travel moves."
|
||||
msgstr "Akcelerace pohybů přesunu."
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "This is the acceleration of top surface infill. Using a lower value may improve top surface quality."
|
||||
msgstr "Akcelerace výplně horní plochy. Použití nižší hodnoty může zlepšit kvalitu horní plochy."
|
||||
@@ -13093,8 +13122,11 @@ msgstr "Akcelerace výplně horní plochy. Použití nižší hodnoty může zle
|
||||
msgid "Acceleration of outer wall: using a lower value can improve quality."
|
||||
msgstr "Akcelerace vnější stěny. Použití nižší hodnoty může zlepšit kvalitu."
|
||||
|
||||
msgid "Acceleration of inner walls."
|
||||
msgstr "Akcelerace vnitřních stěn."
|
||||
msgid "Acceleration of bridges. If the value is expressed as a percentage (e.g. 50%), it will be calculated based on the outer wall acceleration."
|
||||
msgstr "Zrychlení mostů Pokud je hodnota vyjádřena v procentech (např. 50 %), bude vypočtena na základě akcelerace vnější stěny."
|
||||
|
||||
msgid "mm/s² or %"
|
||||
msgstr "mm/s² nebo %"
|
||||
|
||||
msgid "Acceleration of sparse infill. If the value is expressed as a percentage (e.g. 100%), it will be calculated based on the default acceleration."
|
||||
msgstr "Akcelerace řídké výplně. Pokud je hodnota vyjádřena v procentech (např. 100 %), bude vypočtena na základě výchozí akcelerace."
|
||||
@@ -13106,6 +13138,16 @@ msgstr "Akcelerace vnitřní plné výplně. Pokud je hodnota vyjádřena v proc
|
||||
msgid "This is the printing acceleration for the first layer. Using limited acceleration can improve build plate adhesion."
|
||||
msgstr "Akcelerace první vrstvy. Použití nižší hodnoty může zlepšit přilnavost k podložce."
|
||||
|
||||
msgid "First layer travel"
|
||||
msgstr "Přejezdy první vrstvy"
|
||||
|
||||
msgid ""
|
||||
"Travel acceleration of first layer.\n"
|
||||
"The percentage value is relative to Travel Acceleration."
|
||||
msgstr ""
|
||||
"Zrychlení přejezdů první vrstvy.\n"
|
||||
"Procentuální hodnota je vztažena k hodnotě Zrychlení přejezdů."
|
||||
|
||||
msgid "Enable accel_to_decel"
|
||||
msgstr "Povolit accel_to_decel"
|
||||
|
||||
@@ -13202,17 +13244,6 @@ msgstr "Rychlost ventilátoru bude lineárně zvyšována od nuly na vrstvě \"z
|
||||
msgid "layer"
|
||||
msgstr "vrstva"
|
||||
|
||||
msgid "First layer fan speed"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Sets an exact fan speed for the first layer, overriding all other cooling settings. Useful for protecting 3D-printed toolhead parts (e.g. Voron-style ABS/ASA ducts) from a hot bed. A small amount of airflow cools the ducts down, without using full cooling that may in certain conditions hurt first-layer adhesion.\n"
|
||||
"From the second layer onwards, normal cooling resumes.\n"
|
||||
"If \"Full fan speed at layer\" is also set, the fan ramps smoothly from this value on the first layer up to your target by the chosen layer.\n"
|
||||
"Only available when \"No cooling for the first\" is 0.\n"
|
||||
"Set to -1 to disable it."
|
||||
msgstr ""
|
||||
|
||||
msgid "Support interface fan speed"
|
||||
msgstr "Rychlost ventilátoru rozhraní podpory"
|
||||
|
||||
@@ -13749,73 +13780,6 @@ msgstr "Oblast vyloučení sondování při shlukování"
|
||||
msgid "Probing exclude area of clumping."
|
||||
msgstr "Oblast vyloučení sondování při shlukování."
|
||||
|
||||
msgid "Lateral lattice angle 1"
|
||||
msgstr "Úhel boční mřížky 1"
|
||||
|
||||
msgid "The angle of the first set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "Úhel první sady bočních mřížkových prvků ve směru Z. Nula je svisle."
|
||||
|
||||
msgid "Lateral lattice angle 2"
|
||||
msgstr "Úhel boční mřížky 2"
|
||||
|
||||
msgid "The angle of the second set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "Úhel druhé sady bočních mřížkových prvků ve směru Z. Nula je svisle."
|
||||
|
||||
msgid "Infill overhang angle"
|
||||
msgstr "Úhel převisu výplně"
|
||||
|
||||
msgid "The angle of the infill angled lines. 60° will result in a pure honeycomb."
|
||||
msgstr "Úhel šikmých čar výplně. 60° vytvoří čistý šestiúhelníkový vzor."
|
||||
|
||||
msgid "Lightning overhang angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum overhang angle for Lightning infill support propagation."
|
||||
msgstr ""
|
||||
|
||||
msgid "Prune angle"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Controls how aggressively short or unsupported Lightning branches are pruned.\n"
|
||||
"This angle is converted internally to a per-layer distance."
|
||||
msgstr ""
|
||||
|
||||
msgid "Straightening angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum straightening angle used to simplify Lightning branches."
|
||||
msgstr ""
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr "Délka kotvy řídké výplně"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than infill_anchor_max is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to this parameter, but no longer than anchor_length_max.\n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a single infill line."
|
||||
msgstr ""
|
||||
"Připojit výplňovou čáru k vnitřnímu obvodu krátkým segmentem dalšího obvodu. Pokud je zadáno v procentech (například: 15 %), počítá se z šířky extruze výplně. Orca Slicer se pokouší propojit dvě blízké výplňové čáry krátkým segmentem obvodu. Pokud není nalezen žádný segment obvodu kratší než infill_anchor_max, výplňová čára se připojí pouze k jednomu segmentu obvodu a délka vybraného segmentu je omezena tímto parametrem, ale ne delší než anchor_length_max.\n"
|
||||
"Nastavte tuto hodnotu na nulu pro zakázání kotvení obvodů připojených k jedné výplňové čáře."
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr "0 (žádné otevřené kotvy)"
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr "1000 (neomezeno)"
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr "Maximální délka kotvy výplně"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than this parameter is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to infill_anchor, but no longer than this parameter.\n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should create the same result as with 1000 & 0."
|
||||
msgstr ""
|
||||
"Připojit výplňovou čáru k vnitřnímu obvodu krátkým segmentem dalšího obvodu. Pokud je zadáno v procentech (například: 15 %), počítá se z šířky extruze výplně. Orca Slicer se pokouší propojit dvě blízké výplňové čáry krátkým segmentem obvodu. Pokud není nalezen žádný segment obvodu kratší než tento parametr, výplňová čára se spojí s obvodem pouze z jedné strany a délka vybraného segmentu obvodu je omezena hodnotou infill_anchor, ale není delší než tento parametr.\n"
|
||||
"Pokud je nastaveno na 0, použije se starý algoritmus připojení výplně, což by mělo vytvořit stejný výsledek jako s 1000 & 0."
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr "0 (Jednoduché připojení)"
|
||||
|
||||
msgid ""
|
||||
"Filament to print internal sparse infill.\n"
|
||||
"\"Default\" uses the active object/part filament."
|
||||
@@ -14707,18 +14671,6 @@ msgstr "Direct Drive"
|
||||
msgid "Bowden"
|
||||
msgstr "Bowden"
|
||||
|
||||
msgid "Enable filament dynamic map"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable dynamic filament mapping during print."
|
||||
msgstr ""
|
||||
|
||||
msgid "Has filament switcher"
|
||||
msgstr ""
|
||||
|
||||
msgid "Printer has a filament switcher hardware (e.g., AMS)."
|
||||
msgstr ""
|
||||
|
||||
msgid "Extra length on restart"
|
||||
msgstr "Dodatečná délka při restartu"
|
||||
|
||||
@@ -15142,9 +15094,6 @@ msgstr "Trhliny menší než 2x poloměr uzavření mezery jsou při řezání t
|
||||
msgid "Slicing Mode"
|
||||
msgstr "Režim slicingu"
|
||||
|
||||
msgid "Other"
|
||||
msgstr "Ostatní"
|
||||
|
||||
msgid "Use \"Even-odd\" for 3DLabPrint airplane models. Use \"Close holes\" to close all holes in the model."
|
||||
msgstr "Použijte \"Sudý-lichý\" pro modely letadel 3DLabPrint. Použijte \"Zavřít díry\" pro uzavření všech otvorů v modelu."
|
||||
|
||||
@@ -15504,6 +15453,9 @@ msgstr ""
|
||||
"\n"
|
||||
"Tato volba spoléhá na firmware, který podporuje příkazy M191 a M141 nativně nebo přes makra, a je obvykle využívána při instalaci aktivního topení komory."
|
||||
|
||||
msgid "Chamber temperature"
|
||||
msgstr "Teplota komory"
|
||||
|
||||
msgid ""
|
||||
"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber temperature can help suppress or reduce warping and potentially lead to higher interlayer bonding strength. However, at the same time, a higher chamber temperature will reduce the efficiency of air filtration for ABS and ASA.\n"
|
||||
"\n"
|
||||
@@ -15517,17 +15469,6 @@ msgstr ""
|
||||
"\n"
|
||||
"Pokud je povoleno, tento parametr rovněž nastaví G-code proměnnou s názvem chamber_temperature, kterou lze použít k předání požadované teploty komory do makra spuštění tisku, nebo do makra pro tepelnou stabilizaci, například takto: PRINT_START (další proměnné) CHAMBER_TEMP=[chamber_temperature]. To může být užitečné, pokud vaše tiskárna nepodporuje příkazy M141/M191, nebo pokud chcete provádět tepelnou stabilizaci v makru spuštění tisku, pokud není instalováno aktivní topení komory."
|
||||
|
||||
msgid ""
|
||||
"This is the chamber temperature at which printing should start, while the chamber continues heating toward the \"Target\" chamber temperature. For example, set the Target to 60 and the Minimal to 50 to begin printing once the chamber reaches 50°C, without waiting for the full 60°C.\n"
|
||||
"\n"
|
||||
"It sets a G-code variable named chamber_minimal_temperature, which can be passed to your print start macro or a heat soak macro, like this: PRINT_START (other variables) CHAMBER_MIN_TEMP=[chamber_minimal_temperature].\n"
|
||||
"\n"
|
||||
"Unlike the \"Target\" chamber temperature, this option does not emit any M141/M191 commands; it only exposes the value to your custom G-code. It should not exceed the \"Target\" chamber temperature."
|
||||
msgstr ""
|
||||
|
||||
msgid "Chamber minimal temperature"
|
||||
msgstr ""
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Nozzle temperature after the first layer"
|
||||
msgstr "Teplota trysky pro vrstvy po úvodní vrstvě."
|
||||
@@ -15572,6 +15513,22 @@ msgstr "Tloušťka horního pláště"
|
||||
msgid "The number of top solid layers is increased when slicing if the thickness calculated by top shell layers is thinner than this value. This can avoid having too thin a shell when layer height is small. 0 means that this setting is disabled and thickness of top shell is determined simply by the number of top shell layers."
|
||||
msgstr "Počet horních pevných vrstev bude při slicování zvýšen, pokud tloušťka vypočtená podle horních vrstev bude menší než tato hodnota. Tím lze předejít příliš tenké skořepině při malé výšce vrstvy. 0 znamená, že je nastavení vypnuté a tloušťka horní skořepiny je určena pouze počtem horních vrstev."
|
||||
|
||||
msgid "Top surface density"
|
||||
msgstr "Hustota horního povrchu"
|
||||
|
||||
msgid "Density of top surface layer. A value of 100% creates a fully solid, smooth top layer. Reducing this value results in a textured top surface, according to the chosen top surface pattern. A value of 0% will result in only the walls on the top layer being created. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion."
|
||||
msgstr "Hustota horní povrchové vrstvy. Hodnota 100 % vytvoří zcela plnou, hladkou horní vrstvu. Snížením této hodnoty vznikne texturovaný horní povrch podle zvoleného vzoru horního povrchu. Hodnota 0 % znamená, že na horní vrstvě budou vytvořeny pouze stěny. Určeno pro estetické nebo funkční účely, nikoli k řešení problémů jako je nadměrná extruze."
|
||||
|
||||
msgid "Bottom surface density"
|
||||
msgstr "Hustota spodního povrchu"
|
||||
|
||||
msgid ""
|
||||
"Density of the bottom surface layer. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion.\n"
|
||||
"WARNING: Lowering this value may negatively affect bed adhesion."
|
||||
msgstr ""
|
||||
"Hustota spodní povrchové vrstvy. Určeno pro estetické nebo funkční účely, nikoli k řešení problémů, jako je přeextruze.\n"
|
||||
"VAROVÁNÍ: Snížení této hodnoty může negativně ovlivnit přilnavost k podložce."
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "This is the speed at which traveling is done."
|
||||
msgstr "Rychlost přejezdu bez extruze."
|
||||
@@ -18209,132 +18166,6 @@ msgstr "Přihlášení/Test"
|
||||
msgid "Connection to printers connected via the print host failed."
|
||||
msgstr "Připojení k tiskárnám připojeným přes hostitele tisku se nezdařilo."
|
||||
|
||||
msgid "Detect Creality K-series printer"
|
||||
msgstr ""
|
||||
|
||||
msgid "Click Scan to look for K-series printers on your network."
|
||||
msgstr ""
|
||||
|
||||
msgid "Use Selected"
|
||||
msgstr ""
|
||||
|
||||
msgid "Scanning the LAN for K-series printers... this takes a few seconds."
|
||||
msgstr ""
|
||||
|
||||
msgid "No K-series printers found. Make sure the printer is on the same network and not blocked by Wi-Fi client isolation, then click Scan again."
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "Found %zu Creality printer(s). Select one and click Use Selected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
msgid "Processes"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show/Hide system information"
|
||||
msgstr ""
|
||||
|
||||
msgid "Copy system information to clipboard"
|
||||
msgstr ""
|
||||
|
||||
msgid "We need information for diagnosing source of the issue. Check wiki page for detailed guide."
|
||||
msgstr ""
|
||||
|
||||
msgid "Pack button collects project file and logs of current session onto a zip file."
|
||||
msgstr ""
|
||||
|
||||
msgid "Any additional visual examples like images or screen recordings might be helpful while reporting the issue."
|
||||
msgstr ""
|
||||
|
||||
msgid "Report issue"
|
||||
msgstr ""
|
||||
|
||||
msgid "Pack"
|
||||
msgstr ""
|
||||
|
||||
msgid "Cleans and rebuilds system profiles cache on next launch"
|
||||
msgstr ""
|
||||
|
||||
msgid "Clean system profiles cache"
|
||||
msgstr ""
|
||||
|
||||
msgid "Clean"
|
||||
msgstr ""
|
||||
|
||||
msgid "Loaded profiles overview"
|
||||
msgstr ""
|
||||
|
||||
msgid "This section shows information for loaded profiles"
|
||||
msgstr ""
|
||||
|
||||
msgid "Exports detailed overview of loaded profiles in json format"
|
||||
msgstr ""
|
||||
|
||||
msgid "Configurations folder"
|
||||
msgstr ""
|
||||
|
||||
msgid "Opens configurations folder"
|
||||
msgstr ""
|
||||
|
||||
msgid "Log level"
|
||||
msgstr ""
|
||||
|
||||
msgid "Stored logs"
|
||||
msgstr ""
|
||||
|
||||
msgid "Packs all stored logs onto a zip file."
|
||||
msgstr ""
|
||||
|
||||
msgid "Profiles"
|
||||
msgstr ""
|
||||
|
||||
msgid "Select NO to close dialog and review project"
|
||||
msgstr ""
|
||||
|
||||
msgid "No project file on current session. Only logs will be included to package"
|
||||
msgstr ""
|
||||
|
||||
msgid "Select NO to close dialog and review project."
|
||||
msgstr ""
|
||||
|
||||
msgid "Please make sure any instances of OrcaSlicer are not running"
|
||||
msgstr ""
|
||||
|
||||
msgid "System folder cannot be deleted because some files are in use by another application. Please close any applications using these files and try again."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to delete system folder..."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to determine executable path."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to launch a new instance."
|
||||
msgstr ""
|
||||
|
||||
msgid "log(s)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Choose where to save the exported JSON file"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Export failed\n"
|
||||
"Please check write permissions or file in use by another application"
|
||||
msgstr ""
|
||||
|
||||
msgid "Choose where to save the exported ZIP file"
|
||||
msgstr ""
|
||||
|
||||
msgid "File already exists. Overwrite?"
|
||||
msgstr ""
|
||||
|
||||
msgid "3DPrinterOS Cloud upload options"
|
||||
msgstr ""
|
||||
|
||||
@@ -18417,19 +18248,6 @@ msgstr "Připojení k MKS funguje správně."
|
||||
msgid "Could not connect to MKS"
|
||||
msgstr "Nepodařilo se připojit k MKS"
|
||||
|
||||
msgid "Connection to Moonraker is working correctly."
|
||||
msgstr ""
|
||||
|
||||
msgid "Could not connect to Moonraker"
|
||||
msgstr ""
|
||||
|
||||
msgid "The host responded but it doesn't look like Moonraker (missing result.klippy_state)."
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Could not parse Moonraker server response: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "Connection to OctoPrint is working correctly."
|
||||
msgstr "Připojení k OctoPrint funguje správně."
|
||||
|
||||
@@ -19585,40 +19403,6 @@ msgstr ""
|
||||
"Zamezte kroucení\n"
|
||||
"Víte, že při tisku materiálů náchylných ke kroucení, jako je ABS, může vhodné zvýšení teploty vyhřívané desky snížit pravděpodobnost kroucení?"
|
||||
|
||||
#~ msgid "Filament Sync Options"
|
||||
#~ msgstr "Možnosti synchronizace filamentů"
|
||||
|
||||
#~ msgid "Network plug-in"
|
||||
#~ msgstr "Síťový plugin"
|
||||
|
||||
#~ msgid "View control settings"
|
||||
#~ msgstr "Zobrazit nastavení ovládání"
|
||||
|
||||
#~ msgid "Rotate view"
|
||||
#~ msgstr "Otočit pohled"
|
||||
|
||||
#~ msgid "Pan view"
|
||||
#~ msgstr "Posouvat pohled"
|
||||
|
||||
#~ msgid "Zoom view"
|
||||
#~ msgstr "Přiblížení zobrazení"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
#~ msgid "Reverse scroll direction while zooming"
|
||||
#~ msgstr "Kolečko myši se při přiblížení otáčí opačně"
|
||||
|
||||
#, c-format, boost-format
|
||||
#~ msgid "Left: %s"
|
||||
#~ msgstr "Vlevo: %s"
|
||||
|
||||
#, c-format, boost-format
|
||||
#~ msgid "Right: %s"
|
||||
#~ msgstr "Vpravo: %s"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
#~ msgid "Old value"
|
||||
#~ msgstr "Původní hodnota"
|
||||
|
||||
#~ msgid "Enable network plug-in"
|
||||
#~ msgstr "Povolit síťový plugin"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2026-07-03 14:43+0200\n"
|
||||
"POT-Creation-Date: 2026-06-26 10:26+0800\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: Heiko Liebscher <hliebschergmail.com>\n"
|
||||
"Language-Team: \n"
|
||||
@@ -1722,15 +1722,10 @@ msgid ""
|
||||
"To migrate your existing profiles, log in to Orca Cloud and they will be transferred automatically. To learn more about how OrcaSlicer stores and syncs your profiles, or to migrate your presets manually, check out our wiki.\n"
|
||||
"\n"
|
||||
"If you did not use Bambu Cloud to sync profiles, this change does not affect you and you can safely ignore this message."
|
||||
msgstr ""
|
||||
"Seit Version 2.4.0 synchronisiert OrcaSlicer Benutzerprofile über Orca Cloud anstelle der Bambu Cloud.\n"
|
||||
"\n"
|
||||
"Um Ihre vorhandenen Profile zu migrieren, melden Sie sich bei Orca Cloud an, dann werden sie automatisch übertragen. Weitere Informationen darüber, wie OrcaSlicer Ihre Profile speichert und synchronisiert, oder wie Sie Ihre Profile manuell migrieren, finden Sie in unserem Wiki.\n"
|
||||
"\n"
|
||||
"Wenn Sie die Bambu Cloud nicht zum Synchronisieren von Profilen verwendet haben, betrifft Sie diese Änderung nicht und Sie können diese Meldung ignorieren."
|
||||
msgstr "Seit Version 2.4.0 synchronisiert OrcaSlicer Benutzerprofile über Orca Cloud anstelle der Bambu Cloud.\n\nUm Ihre vorhandenen Profile zu migrieren, melden Sie sich bei Orca Cloud an, dann werden sie automatisch übertragen. Weitere Informationen darüber, wie OrcaSlicer Ihre Profile speichert und synchronisiert, oder wie Sie Ihre Profile manuell migrieren, finden Sie in unserem Wiki.\n\nWenn Sie die Bambu Cloud nicht zum Synchronisieren von Profilen verwendet haben, betrifft Sie diese Änderung nicht und Sie können diese Meldung ignorieren."
|
||||
|
||||
msgid "Profile syncing change"
|
||||
msgstr "Änderung der Profilsynchronisierung"
|
||||
msgstr ""
|
||||
|
||||
msgid "Learn more"
|
||||
msgstr "Mehr erfahren"
|
||||
@@ -4120,10 +4115,6 @@ msgstr ""
|
||||
msgid "Current chamber temperature is higher than the material's safe temperature; this may result in material softening and nozzle clogs. The maximum safe temperature for the material is %d"
|
||||
msgstr "Die aktuelle Kammer-Temperatur ist höher als die sichere Temperatur des Materials, dies kann zu Materialerweichung und Verstopfung führen. Die maximale sichere Temperatur für das Material beträgt %d"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "The minimal chamber temperature (%d℃) is higher than the target chamber temperature (%d℃). The minimal value is the threshold at which printing starts while the chamber keeps heating toward the target, so it should not exceed it. It will be clamped to the target."
|
||||
msgstr ""
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid ""
|
||||
"Layer height too small\n"
|
||||
@@ -5246,10 +5237,10 @@ msgid "Stats"
|
||||
msgstr "Statistiken"
|
||||
|
||||
msgid "Slice"
|
||||
msgstr "Slicen"
|
||||
msgstr "Slice"
|
||||
|
||||
msgid "Review"
|
||||
msgstr "Überprüfen"
|
||||
msgstr ""
|
||||
|
||||
msgid "Assembly Return"
|
||||
msgstr "Zurücksetzen der Montage"
|
||||
@@ -7915,50 +7906,6 @@ msgstr "Wählen Sie den Ordner für heruntergeladene Elemente"
|
||||
msgid "Choose Download Directory"
|
||||
msgstr "Wählen Sie das Download-Verzeichnis"
|
||||
|
||||
msgid "(Latest)"
|
||||
msgstr "(Neueste)"
|
||||
|
||||
msgid "Network plug-in switched successfully."
|
||||
msgstr "Netzwerk-Plugin erfolgreich gewechselt."
|
||||
|
||||
msgid "Success"
|
||||
msgstr "Erfolgreich"
|
||||
|
||||
msgid "Failed to load network plug-in. Please restart the application."
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"You've selected network plug-in version %s.\n"
|
||||
"\n"
|
||||
"Would you like to download and install this version now?\n"
|
||||
"\n"
|
||||
"Note: The application may need to restart after installation."
|
||||
msgstr ""
|
||||
"Sie haben die Netzwerk-Plugin-Version %s ausgewählt.\n"
|
||||
"\n"
|
||||
"Möchten Sie diese Version jetzt herunterladen und installieren?\n"
|
||||
"\n"
|
||||
"Hinweis: Die Anwendung muss möglicherweise nach der Installation neu gestartet werden."
|
||||
|
||||
msgid "Download Network Plug-in"
|
||||
msgstr "Netzwerk-Plugin herunterladen"
|
||||
|
||||
msgid "Reload the network plug-in without restarting the application"
|
||||
msgstr "Das Netzwerk-Plugin neu laden, ohne die Anwendung neu zu starten"
|
||||
|
||||
msgid "Network plug-in reloaded successfully."
|
||||
msgstr "Netzwerk-Plugin erfolgreich neu geladen."
|
||||
|
||||
msgid "Reload"
|
||||
msgstr "Neu laden"
|
||||
|
||||
msgid "Failed to reload network plug-in. Please restart the application."
|
||||
msgstr "Netzwerk-Plugin konnte nicht neu geladen werden. Bitte starten Sie die Anwendung neu."
|
||||
|
||||
msgid "Reload Failed"
|
||||
msgstr "Neuladen fehlgeschlagen"
|
||||
|
||||
msgid "Associate"
|
||||
msgstr "Zuordnen"
|
||||
|
||||
@@ -8014,6 +7961,12 @@ msgstr "Splash-Screen anzeigen"
|
||||
msgid "Show the splash screen during startup."
|
||||
msgstr "Zeige den Splash-Screen beim Start."
|
||||
|
||||
msgid "Show shared profiles notification"
|
||||
msgstr "Benachrichtigung für geteilte Profile anzeigen"
|
||||
|
||||
msgid "Show a notification with a link to browse shared profiles when the selected printer is changed."
|
||||
msgstr "Zeigen Sie eine Benachrichtigung mit einem Link zum Durchsuchen von geteilten Profilen an, wenn der ausgewählte Drucker geändert wird."
|
||||
|
||||
msgid "Use window buttons on left side"
|
||||
msgstr "Windows Taste auf der linken Seite verwenden"
|
||||
|
||||
@@ -8044,13 +7997,6 @@ msgstr "Ladeverhalten"
|
||||
msgid "Should printer/filament/process settings be loaded when opening a 3MF file?"
|
||||
msgstr "sollen Drucker/Filament/Prozess Einstellungen geladen werden beim Öffnen einer .3mf?"
|
||||
|
||||
msgid "Auto backup"
|
||||
msgstr "Automatische Datensicherung"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Backup your project periodically to help with restoring from an occasional crash."
|
||||
msgstr "Erstellen Sie regelmäßig Sicherungskopien Ihres Projekts,um es im Falle eines Absturzes wiederherstellen zu können."
|
||||
|
||||
msgid "Maximum recent files"
|
||||
msgstr "Maximum zuletzt verwendeter Dateien"
|
||||
|
||||
@@ -8069,20 +8015,12 @@ msgstr "Optionen beim Importieren von STEP-Dateien anzeigen"
|
||||
msgid "If enabled, a parameter settings dialog will appear during STEP file import."
|
||||
msgstr "Wenn aktiviert, wird während des Imports von STEP-Dateien ein Dialogfeld "
|
||||
|
||||
msgid "Quality level for Draco export"
|
||||
msgstr "Qualitätsstufe für den Draco-Export"
|
||||
msgid "Auto backup"
|
||||
msgstr "Automatische Datensicherung"
|
||||
|
||||
msgid "bits"
|
||||
msgstr "Bits"
|
||||
|
||||
msgid ""
|
||||
"Controls the quantization bit depth used when compressing the mesh to Draco format.\n"
|
||||
"0 = lossless compression (geometry is preserved at full precision). Valid lossy values range from 8 to 30.\n"
|
||||
"Lower values produce smaller files but lose more geometric detail; higher values preserve more detail at the cost of larger files."
|
||||
msgstr ""
|
||||
"Kontrolliert die Quantisierungs-Bittiefe, die bei der Komprimierung des Netzes in das Draco-Format verwendet wird.\n"
|
||||
"0 = verlustfreie Kompression (Geometrie wird mit voller Präzision beibehalten). Gültige verlustbehaftete Werte liegen zwischen 8 und 30.\n"
|
||||
"Niedrigere Werte erzeugen kleinere Dateien, verlieren jedoch mehr geometrische Details; höhere Werte bewahren mehr Details auf Kosten größerer Dateien."
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Backup your project periodically to help with restoring from an occasional crash."
|
||||
msgstr "Erstellen Sie regelmäßig Sicherungskopien Ihres Projekts,um es im Falle eines Absturzes wiederherstellen zu können."
|
||||
|
||||
msgid "Preset"
|
||||
msgstr "Profil"
|
||||
@@ -8114,12 +8052,6 @@ msgstr "Filamente"
|
||||
msgid "Optimizes filament area maximum height by chosen filament count."
|
||||
msgstr "Optimiert die maximale Höhe des Filamentbereichs anhand der gewählten Filamentanzahl."
|
||||
|
||||
msgid "Show shared profiles notification"
|
||||
msgstr "Benachrichtigung für geteilte Profile anzeigen"
|
||||
|
||||
msgid "Show a notification with a link to browse shared profiles when the selected printer is changed."
|
||||
msgstr "Zeigen Sie eine Benachrichtigung mit einem Link zum Durchsuchen von geteilten Profilen an, wenn der ausgewählte Drucker geändert wird."
|
||||
|
||||
msgid "Features"
|
||||
msgstr "Funktionen"
|
||||
|
||||
@@ -8132,6 +8064,21 @@ msgstr "Wenn diese Option aktiviert ist, können Sie eine Aufgabe gleichzeitig a
|
||||
msgid "Pop up to select filament grouping mode"
|
||||
msgstr "Popup zum Auswählen des Filament-Gruppierungsmodus"
|
||||
|
||||
msgid "Quality level for Draco export"
|
||||
msgstr "Qualitätsstufe für den Draco-Export"
|
||||
|
||||
msgid "bits"
|
||||
msgstr "Bits"
|
||||
|
||||
msgid ""
|
||||
"Controls the quantization bit depth used when compressing the mesh to Draco format.\n"
|
||||
"0 = lossless compression (geometry is preserved at full precision). Valid lossy values range from 8 to 30.\n"
|
||||
"Lower values produce smaller files but lose more geometric detail; higher values preserve more detail at the cost of larger files."
|
||||
msgstr ""
|
||||
"Kontrolliert die Quantisierungs-Bittiefe, die bei der Komprimierung des Netzes in das Draco-Format verwendet wird.\n"
|
||||
"0 = verlustfreie Kompression (Geometrie wird mit voller Präzision beibehalten). Gültige verlustbehaftete Werte liegen zwischen 8 und 30.\n"
|
||||
"Niedrigere Werte erzeugen kleinere Dateien, verlieren jedoch mehr geometrische Details; höhere Werte bewahren mehr Details auf Kosten größerer Dateien."
|
||||
|
||||
msgid "Behaviour"
|
||||
msgstr "Verhalten"
|
||||
|
||||
@@ -8376,6 +8323,19 @@ msgstr "Nur nach stabilen Updates suchen"
|
||||
msgid "Auto sync user presets (Printer/Filament/Process)"
|
||||
msgstr "Benutzerprofile automatisch synchronisieren (Drucker/Filament/Prozess)"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Update built-in presets automatically."
|
||||
msgstr "Aktualisiere integrierte Profile automatisch."
|
||||
|
||||
msgid "Use encrypted file for token storage"
|
||||
msgstr "Verschlüsselte Datei für die Token-Speicherung verwenden"
|
||||
|
||||
msgid "Store authentication tokens in an encrypted file instead of the system keychain. (Requires restart)"
|
||||
msgstr "Speichern Sie Authentifizierungstoken in einer verschlüsselten Datei anstelle des System-Schlüsselbunds. (Erfordert Neustart)"
|
||||
|
||||
msgid "Filament Sync Options"
|
||||
msgstr "Filament-Synchronisierungsoptionen"
|
||||
|
||||
msgid "Filament sync mode"
|
||||
msgstr "Filament-Synchronisierungsmodus"
|
||||
|
||||
@@ -8388,16 +8348,6 @@ msgstr "Filament und Farbe"
|
||||
msgid "Color only"
|
||||
msgstr "Nur Farbe"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Update built-in presets automatically."
|
||||
msgstr "Aktualisiere integrierte Profile automatisch."
|
||||
|
||||
msgid "Use encrypted file for token storage"
|
||||
msgstr "Verschlüsselte Datei für die Token-Speicherung verwenden"
|
||||
|
||||
msgid "Store authentication tokens in an encrypted file instead of the system keychain. (Requires restart)"
|
||||
msgstr "Speichern Sie Authentifizierungstoken in einer verschlüsselten Datei anstelle des System-Schlüsselbunds. (Erfordert Neustart)"
|
||||
|
||||
msgid "Bambu network plug-in"
|
||||
msgstr "Bambu Netzwerk-Plugin"
|
||||
|
||||
@@ -8410,6 +8360,35 @@ msgstr "Netzwerk-Plugin-Version"
|
||||
msgid "Select the network plug-in version to use"
|
||||
msgstr "Wählen Sie die zu verwendende Version des Netzwerk-Plugins aus"
|
||||
|
||||
msgid "(Latest)"
|
||||
msgstr "(Neueste)"
|
||||
|
||||
msgid "Network plug-in switched successfully."
|
||||
msgstr "Netzwerk-Plugin erfolgreich gewechselt."
|
||||
|
||||
msgid "Success"
|
||||
msgstr "Erfolgreich"
|
||||
|
||||
msgid "Failed to load network plug-in. Please restart the application."
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"You've selected network plug-in version %s.\n"
|
||||
"\n"
|
||||
"Would you like to download and install this version now?\n"
|
||||
"\n"
|
||||
"Note: The application may need to restart after installation."
|
||||
msgstr ""
|
||||
"Sie haben die Netzwerk-Plugin-Version %s ausgewählt.\n"
|
||||
"\n"
|
||||
"Möchten Sie diese Version jetzt herunterladen und installieren?\n"
|
||||
"\n"
|
||||
"Hinweis: Die Anwendung muss möglicherweise nach der Installation neu gestartet werden."
|
||||
|
||||
msgid "Download Network Plug-in"
|
||||
msgstr "Netzwerk-Plugin herunterladen"
|
||||
|
||||
msgid "Associate files to OrcaSlicer"
|
||||
msgstr "Dateien mit OrcaSlicer verknüpfen"
|
||||
|
||||
@@ -8458,17 +8437,8 @@ msgstr "Entwickler"
|
||||
msgid "Skip AMS blacklist check"
|
||||
msgstr "Überspringen der AMS Blacklist-Prüfung"
|
||||
|
||||
msgid "Show unsupported presets"
|
||||
msgstr "Nicht unterstützte Profile anzeigen"
|
||||
|
||||
msgid "Show incompatible/unsupported presets in the printer and filament dropdown lists. These presets cannot be selected."
|
||||
msgstr "Zeigt inkompatible/nicht unterstützte Profile in den Dropdown-Listen für Drucker und Filament an. Diese Profile können nicht ausgewählt werden."
|
||||
|
||||
msgid "Experimental Features"
|
||||
msgstr ""
|
||||
|
||||
msgid "Keep painted feature after mesh change"
|
||||
msgstr ""
|
||||
msgid "(Experimental) Keep painted feature after mesh change"
|
||||
msgstr "(Experimentell) Behalte bemalte Funktionen nach Mesh-Änderung bei"
|
||||
|
||||
msgid ""
|
||||
"Attempt to keep painted features (color/seam/support/fuzzy etc.) after changing the object mesh (such as cut/reload from disk/simplify/fix etc.)\n"
|
||||
@@ -8477,6 +8447,12 @@ msgstr ""
|
||||
"Versuchen Sie, bemalte Funktionen (Farbe/Naht/Stütze/unscharf usw.) nach Änderung des Objekt-Meshs (z. B. schneiden/neu laden von der Festplatte/vereinfachen/reparieren usw.) beizubehalten\n"
|
||||
"Sehr experimentell! Langsam und kann Artefakte erzeugen."
|
||||
|
||||
msgid "Show unsupported presets"
|
||||
msgstr "Nicht unterstützte Profile anzeigen"
|
||||
|
||||
msgid "Show incompatible/unsupported presets in the printer and filament dropdown lists. These presets cannot be selected."
|
||||
msgstr "Zeigt inkompatible/nicht unterstützte Profile in den Dropdown-Listen für Drucker und Filament an. Diese Profile können nicht ausgewählt werden."
|
||||
|
||||
msgid "Allow Abnormal Storage"
|
||||
msgstr "Fehlerhaften Speicher zulassen"
|
||||
|
||||
@@ -8505,6 +8481,24 @@ msgstr "Fehlersuche"
|
||||
msgid "trace"
|
||||
msgstr "Spurensuche"
|
||||
|
||||
msgid "Network plug-in"
|
||||
msgstr "Netzwerk-Plugin"
|
||||
|
||||
msgid "Reload"
|
||||
msgstr "Neu laden"
|
||||
|
||||
msgid "Reload the network plug-in without restarting the application"
|
||||
msgstr "Das Netzwerk-Plugin neu laden, ohne die Anwendung neu zu starten"
|
||||
|
||||
msgid "Network plug-in reloaded successfully."
|
||||
msgstr "Netzwerk-Plugin erfolgreich neu geladen."
|
||||
|
||||
msgid "Failed to reload network plug-in. Please restart the application."
|
||||
msgstr "Netzwerk-Plugin konnte nicht neu geladen werden. Bitte starten Sie die Anwendung neu."
|
||||
|
||||
msgid "Reload Failed"
|
||||
msgstr "Neuladen fehlgeschlagen"
|
||||
|
||||
msgid "Debug"
|
||||
msgstr "Fehlersuche"
|
||||
|
||||
@@ -8520,6 +8514,25 @@ msgstr "Profil Synchronisation"
|
||||
msgid "Preferences sync"
|
||||
msgstr "Synchronisierung der Einstellungen"
|
||||
|
||||
msgid "View control settings"
|
||||
msgstr "Ansicht-Steuerungseinstellungen"
|
||||
|
||||
msgid "Rotate view"
|
||||
msgstr "Drehen der Ansicht"
|
||||
|
||||
msgid "Pan view"
|
||||
msgstr "Pan-Ansicht"
|
||||
|
||||
msgid "Zoom view"
|
||||
msgstr "Ansicht zoomen"
|
||||
|
||||
msgid "Other"
|
||||
msgstr "Sonstiges"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Reverse scroll direction while zooming"
|
||||
msgstr "Scrollrichtung beim Zoomen umkehren"
|
||||
|
||||
msgid "Enable SSL(MQTT)"
|
||||
msgstr "SSL aktivieren (MQTT)"
|
||||
|
||||
@@ -9225,12 +9238,6 @@ msgstr "Dieses Profil löschen"
|
||||
msgid "Search in preset"
|
||||
msgstr "In Profilen suchen"
|
||||
|
||||
msgid "Synchronization of different extruder drives or nozzle volume types is not supported."
|
||||
msgstr ""
|
||||
|
||||
msgid "Synchronize the modification of parameters to the corresponding parameters of another extruder."
|
||||
msgstr ""
|
||||
|
||||
msgid "Click to reset all settings to the last saved preset."
|
||||
msgstr "Klicken Sie hier, um alle Einstellungen auf die zuletzt gespeicherten Parameter zurückzusetzen."
|
||||
|
||||
@@ -9521,18 +9528,6 @@ msgstr "Flussverhältnis und Pressure Advance"
|
||||
msgid "Print chamber temperature"
|
||||
msgstr "Druckkammertemperatur"
|
||||
|
||||
msgid "Chamber temperature"
|
||||
msgstr "Druckraum Temperatur"
|
||||
|
||||
msgid "Target chamber temperature, and the minimal chamber temperature at which printing should start"
|
||||
msgstr ""
|
||||
|
||||
msgid "Target"
|
||||
msgstr ""
|
||||
|
||||
msgid "Minimal"
|
||||
msgstr ""
|
||||
|
||||
msgid "Print temperature"
|
||||
msgstr "Drucktemperatur"
|
||||
|
||||
@@ -9868,22 +9863,12 @@ msgid "Don't warn again for this preset"
|
||||
msgstr "Nicht erneut für dieses Profil warnen"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "%s: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "No modifications need to be copied."
|
||||
msgstr ""
|
||||
|
||||
msgid "Copy paramters"
|
||||
msgstr ""
|
||||
msgid "Left: %s"
|
||||
msgstr "Links: %s"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Modify paramters of %s"
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Do you want to modify the following parameters of the %s to that of the %s?"
|
||||
msgstr ""
|
||||
msgid "Right: %s"
|
||||
msgstr "Rechts: %s"
|
||||
|
||||
msgid "Click to reset current value and attach to the global value."
|
||||
msgstr "Klicken Sie hier, um den aktuellen Wert zurückzusetzen und ihn dem globalen Wert zuzuordnen."
|
||||
@@ -9903,7 +9888,7 @@ msgid "Transfer or discard changes"
|
||||
msgstr "Änderungen verwerfen oder beibehalten"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Old Value"
|
||||
msgid "Old value"
|
||||
msgstr "Alter Wert"
|
||||
|
||||
msgid "New Value"
|
||||
@@ -10028,12 +10013,6 @@ msgstr "Anzahl der Extruder"
|
||||
msgid "Capabilities"
|
||||
msgstr "Fähigkeiten"
|
||||
|
||||
msgid "Left: "
|
||||
msgstr ""
|
||||
|
||||
msgid "Right: "
|
||||
msgstr ""
|
||||
|
||||
msgid "Show all presets (including incompatible)"
|
||||
msgstr "Alle Profile anzeigen (auch inkompatible)"
|
||||
|
||||
@@ -11275,7 +11254,7 @@ msgid "The precise wall option will be ignored for outer-inner or inner-outer-in
|
||||
msgstr "Die Option für präzise Wände wird für Außen-Innen- oder Innen-Außen-Innen-Wand-Sequenzen ignoriert."
|
||||
|
||||
msgid "The Adaptive Pressure Advance model for one or more extruders may contain invalid values."
|
||||
msgstr "Das Adaptive Pressure Advance-Modell für einen oder mehrere Extruder kann ungültige Werte enthalten."
|
||||
msgstr ""
|
||||
|
||||
msgid "Filament shrinkage will not be used because filament shrinkage for the used filaments does not match."
|
||||
msgstr "Filament-Schrumpfung wird nicht verwendet, da sich die Filament-Schrumpfung für die verwendeten Filamente signifikant unterscheidet."
|
||||
@@ -11288,9 +11267,6 @@ msgid ""
|
||||
"\n"
|
||||
"Move the objects farther apart, reduce brim/skirt size, switch Skirt type to Combined, or switch Print sequence to By layer."
|
||||
msgstr ""
|
||||
"Schürzen für einzelne Objekte passen nicht zwischen die Objekte in der Druckreihenfolge 'Nach Objekt'.\n"
|
||||
"\n"
|
||||
"Bewegen Sie die Objekte weiter auseinander, verringern Sie die Größe von Rand/Schürze, wechseln Sie den Schürzentyp zu 'Kombiniert' oder wechseln Sie die Druckreihenfolge zu 'Nach Schicht'."
|
||||
|
||||
msgid "Exporting G-code"
|
||||
msgstr "Exportiere G-Code"
|
||||
@@ -12233,25 +12209,6 @@ msgstr "Normales Drucken"
|
||||
msgid "This is the default acceleration for both normal printing and travel after the first layer."
|
||||
msgstr "Die Standardbeschleunigung für den normalen Druck und den Eilgang nach der ersten Schicht."
|
||||
|
||||
msgid "Acceleration of travel moves."
|
||||
msgstr "Beschleunigung Bewegung"
|
||||
|
||||
msgid "First layer travel"
|
||||
msgstr "Bewegung der ersten Schicht"
|
||||
|
||||
msgid ""
|
||||
"Travel acceleration of first layer.\n"
|
||||
"The percentage value is relative to Travel Acceleration."
|
||||
msgstr ""
|
||||
"Bewegungsbeschleunigung der ersten Schicht.\n"
|
||||
"Der Prozentwert bezieht sich auf die Bewegungsbeschleunigung."
|
||||
|
||||
msgid "mm/s² or %"
|
||||
msgstr "mm/s² o. %"
|
||||
|
||||
msgid "Acceleration of bridges. If the value is expressed as a percentage (e.g. 50%), it will be calculated based on the outer wall acceleration."
|
||||
msgstr "Beschleunigung der Brücken. Wenn der Wert als Prozentwert angegeben wird (z.B. 50%), wird er auf der Grundlage der Beschleunigung der Außenwand berechnet."
|
||||
|
||||
msgid "Default filament profile"
|
||||
msgstr "Standard-Filamentprofil"
|
||||
|
||||
@@ -12464,12 +12421,6 @@ msgstr "Archimedische Akkorde"
|
||||
msgid "Octagram Spiral"
|
||||
msgstr "Oktagramm Spirale"
|
||||
|
||||
msgid "Top surface density"
|
||||
msgstr "Dichte der oberen Oberfläche"
|
||||
|
||||
msgid "Density of top surface layer. A value of 100% creates a fully solid, smooth top layer. Reducing this value results in a textured top surface, according to the chosen top surface pattern. A value of 0% will result in only the walls on the top layer being created. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion."
|
||||
msgstr "Dichte der oberen Oberflächenschicht. Ein Wert von 100 % erzeugt eine vollständig massive, glatte obere Schicht. Eine Reduzierung dieses Wertes führt zu einer strukturierten oberen Oberfläche, abhängig vom gewählten Oberflächenmuster. Ein Wert von 0 % führt dazu, dass nur die Wände der oberen Schicht erstellt werden. Diese Einstellung dient ästhetischen oder funktionalen Zwecken und nicht zur Behebung von Problemen wie Überextrusion."
|
||||
|
||||
msgid "Bottom surface pattern"
|
||||
msgstr "Muster der unteren Fläche"
|
||||
|
||||
@@ -12477,16 +12428,6 @@ msgstr "Muster der unteren Fläche"
|
||||
msgid "This is the line pattern of bottom surface infill, not including bridge infill."
|
||||
msgstr "Linienmuster der Bodenfüllung. Brückenfüllung nicht eingeschlossen"
|
||||
|
||||
msgid "Bottom surface density"
|
||||
msgstr "Dichte der unteren Oberfläche"
|
||||
|
||||
msgid ""
|
||||
"Density of the bottom surface layer. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion.\n"
|
||||
"WARNING: Lowering this value may negatively affect bed adhesion."
|
||||
msgstr ""
|
||||
"Dichte der unteren Oberflächenschicht. Diese Einstellung dient ästhetischen oder funktionalen Zwecken und nicht zur Behebung von Problemen wie Überextrusion.\n"
|
||||
"ACHTUNG: Eine Verringerung dieses Wertes kann die Haftung am Druckbett negativ beeinflussen."
|
||||
|
||||
msgid "Internal solid infill pattern"
|
||||
msgstr "Muster für das interne feste Füllmuster"
|
||||
|
||||
@@ -12791,6 +12732,18 @@ msgstr "Automatisch für Spülen"
|
||||
msgid "Auto For Match"
|
||||
msgstr "Automatisch für Übereinstimmung"
|
||||
|
||||
msgid "Enable filament dynamic map"
|
||||
msgstr "Dynamische Filamentzuordnung aktivieren"
|
||||
|
||||
msgid "Enable dynamic filament mapping during print."
|
||||
msgstr "Dynamische Filamentzuordnung während des Drucks aktivieren."
|
||||
|
||||
msgid "Has filament switcher"
|
||||
msgstr "Hat Filamentwechsler"
|
||||
|
||||
msgid "Printer has a filament switcher hardware (e.g., AMS)."
|
||||
msgstr "Der Drucker verfügt über eine Filamentwechsler-Hardware (z. B. AMS)."
|
||||
|
||||
msgid "Flush temperature"
|
||||
msgstr "Spültemperatur"
|
||||
|
||||
@@ -13134,7 +13087,7 @@ msgid "Z-buckling bias optimization (experimental)"
|
||||
msgstr "Z-Buckling-Bias-Optimierung (experimentell)"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
#, no-c-format, no-boost-format
|
||||
#, fuzzy
|
||||
msgid "Tightens the gyroid wave along the Z (vertical) axis at low infill density to shorten the effective vertical column length and improve Z-axis compression buckling resistance. Filament use is preserved. No effect at ~30% sparse infill density and above. Only applies when Sparse infill pattern is set to Gyroid."
|
||||
msgstr "Strafft die Gyroid-Welle entlang der Z-Achse (vertikal) bei geringer Fülldichte, um die effektive vertikale Säulenlänge zu verkürzen und die Z-Achsen-Kompressions-Knickfestigkeit zu verbessern. Der Filamentverbrauch bleibt erhalten. Keine Auswirkung bei ~30% einfacher Fülldichte und darüber. Gilt nur, wenn das einfache Füllmuster auf Gyroid eingestellt ist."
|
||||
|
||||
@@ -13202,6 +13155,77 @@ msgstr "TPMS-FK"
|
||||
msgid "Gyroid"
|
||||
msgstr "Gyroid"
|
||||
|
||||
msgid "Lateral lattice angle 1"
|
||||
msgstr "Gitterwinkel 1"
|
||||
|
||||
msgid "The angle of the first set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "Der Winkel des ersten Satzes von 2D-Gitterelementen in der Z-Richtung. Null ist vertikal."
|
||||
|
||||
msgid "Lateral lattice angle 2"
|
||||
msgstr "Gitterwinkel 2"
|
||||
|
||||
msgid "The angle of the second set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "Der Winkel des zweiten Satzes von 2D-Gitterelementen in der Z-Richtung. Null ist vertikal."
|
||||
|
||||
msgid "Infill overhang angle"
|
||||
msgstr "Überhangwinkel der Füllung"
|
||||
|
||||
msgid "The angle of the infill angled lines. 60° will result in a pure honeycomb."
|
||||
msgstr "Der Winkel der schrägen Linien der Füllung. 60° führt zu einer reinen Wabenstruktur."
|
||||
|
||||
msgid "Lightning overhang angle"
|
||||
msgstr "Überhangwinkel der Blitzfüllung"
|
||||
|
||||
msgid "Maximum overhang angle for Lightning infill support propagation."
|
||||
msgstr "Maximaler Überhangwinkel für die Ausbreitung der Blitzfüllungsunterstützung."
|
||||
|
||||
msgid "Prune angle"
|
||||
msgstr "Beschneidungswinkel"
|
||||
|
||||
msgid ""
|
||||
"Controls how aggressively short or unsupported Lightning branches are pruned.\n"
|
||||
"This angle is converted internally to a per-layer distance."
|
||||
msgstr ""
|
||||
"Steuert, wie aggressiv kurze oder nicht unterstützte Blitzäste beschnitten werden.\n"
|
||||
"Dieser Winkel wird intern in eine pro-Schicht-Distanz umgewandelt."
|
||||
|
||||
msgid "Straightening angle"
|
||||
msgstr "Begradigungswinkel"
|
||||
|
||||
msgid "Maximum straightening angle used to simplify Lightning branches."
|
||||
msgstr "Maximaler Begradigungswinkel zur Vereinfachung von Blitzästen."
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr "Länge des Infill-Ankers"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than infill_anchor_max is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to this parameter, but no longer than anchor_length_max.\n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a single infill line."
|
||||
msgstr "Verbindet eine Infill-Linie mit einem kurzen Segment eines zusätzlichen Perimeters mit einem internen Perimeter. Wenn sie als Prozentsatz ausgedrückt wird (Beispiel: 15%), wird sie über die Breite der Infill-Extrusion berechnet. OrcaSlicer versucht, zwei nahe beieinander liegende Infill-Linien mit einem kurzen Perimetersegment zu verbinden. Wenn kein solches Perimetersegment gefunden wird, das kürzer als infill_anchor_max ist, wird die Infill-Linie nur an einer Seite mit einem Perimetersegment verbunden und die Länge des genommenen Perimetersegments ist auf diesen Parameter begrenzt, aber nicht länger als anchor_length_max. Setzen Sie diesen Parameter auf Null, um die Verankerung von Perimetern zu deaktivieren, die mit einer einzelnen Infill-Linie verbunden sind."
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr "0 (keine offenen Anker)"
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr "1000 (unbegrenzt)"
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr "Maximale Länge des Infill-Ankers"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than this parameter is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to infill_anchor, but no longer than this parameter.\n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should create the same result as with 1000 & 0."
|
||||
msgstr "Verbindet eine Infill-Linie mit einem kurzen Segment eines zusätzlichen Perimeters mit einem internen Perimeter. Wenn sie als Prozentsatz ausgedrückt wird (Beispiel: 15%), wird sie über die Breite der Infill-Extrusion berechnet. OrcaSlicer versucht, zwei nahe beieinander liegende Infill-Linien mit einem kurzen Perimetersegment zu verbinden. Wenn kein solches Perimetersegment gefunden wird, das kürzer als dieser Parameter ist, wird die Infill-Linie nur an einer Seite mit einem Perimetersegment verbunden und die Länge des genommenen Perimetersegments wird auf infill_anchor begrenzt, aber nicht länger als dieser Parameter. Setzen Sie diesen Parameter auf Null, um die Verankerung zu deaktivieren."
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr "0 (Einfache Verbindung)"
|
||||
|
||||
msgid "Acceleration of inner walls."
|
||||
msgstr "Beschleunigung Innenwände"
|
||||
|
||||
msgid "Acceleration of travel moves."
|
||||
msgstr "Beschleunigung Bewegung"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "This is the acceleration of top surface infill. Using a lower value may improve top surface quality."
|
||||
msgstr "Dies ist die Beschleunigung der Füllung von der obersten Schicht. Die Verwendung eines niedrigeren Werts kann die Qualität der Oberfläche verbessern."
|
||||
@@ -13210,8 +13234,11 @@ msgstr "Dies ist die Beschleunigung der Füllung von der obersten Schicht. Die V
|
||||
msgid "Acceleration of outer wall: using a lower value can improve quality."
|
||||
msgstr "Beschleunigung der Außenwand: Die Verwendung eines niedrigeren Wertes kann die Qualität verbessern."
|
||||
|
||||
msgid "Acceleration of inner walls."
|
||||
msgstr "Beschleunigung Innenwände"
|
||||
msgid "Acceleration of bridges. If the value is expressed as a percentage (e.g. 50%), it will be calculated based on the outer wall acceleration."
|
||||
msgstr "Beschleunigung der Brücken. Wenn der Wert als Prozentwert angegeben wird (z.B. 50%), wird er auf der Grundlage der Beschleunigung der Außenwand berechnet."
|
||||
|
||||
msgid "mm/s² or %"
|
||||
msgstr "mm/s² o. %"
|
||||
|
||||
msgid "Acceleration of sparse infill. If the value is expressed as a percentage (e.g. 100%), it will be calculated based on the default acceleration."
|
||||
msgstr "Beschleunigung der spärlichen Innenfüllung. Wenn der Wert als Prozentwert angegeben wird (z.B. 100%), wird er auf der Grundlage der Standardbeschleunigung berechnet."
|
||||
@@ -13223,6 +13250,16 @@ msgstr "Beschleunigung des internen massiven Innenfülls. Wenn der Wert als Proz
|
||||
msgid "This is the printing acceleration for the first layer. Using limited acceleration can improve build plate adhesion."
|
||||
msgstr "Beschleunigung der ersten Schicht. Die Verwendung eines niedrigeren Wertes kann die Druckbetthaftung verbessern"
|
||||
|
||||
msgid "First layer travel"
|
||||
msgstr "Bewegung der ersten Schicht"
|
||||
|
||||
msgid ""
|
||||
"Travel acceleration of first layer.\n"
|
||||
"The percentage value is relative to Travel Acceleration."
|
||||
msgstr ""
|
||||
"Bewegungsbeschleunigung der ersten Schicht.\n"
|
||||
"Der Prozentwert bezieht sich auf die Bewegungsbeschleunigung."
|
||||
|
||||
msgid "Enable accel_to_decel"
|
||||
msgstr "Beschleunigung zu Verzögerung einschalten"
|
||||
|
||||
@@ -13319,17 +13356,6 @@ msgstr "Die Lüftergeschwindigkeit wird linear von Null bei der Schicht\"close_f
|
||||
msgid "layer"
|
||||
msgstr "Schicht"
|
||||
|
||||
msgid "First layer fan speed"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Sets an exact fan speed for the first layer, overriding all other cooling settings. Useful for protecting 3D-printed toolhead parts (e.g. Voron-style ABS/ASA ducts) from a hot bed. A small amount of airflow cools the ducts down, without using full cooling that may in certain conditions hurt first-layer adhesion.\n"
|
||||
"From the second layer onwards, normal cooling resumes.\n"
|
||||
"If \"Full fan speed at layer\" is also set, the fan ramps smoothly from this value on the first layer up to your target by the chosen layer.\n"
|
||||
"Only available when \"No cooling for the first\" is 0.\n"
|
||||
"Set to -1 to disable it."
|
||||
msgstr ""
|
||||
|
||||
msgid "Support interface fan speed"
|
||||
msgstr "Stützstruktur-Schnittstelle"
|
||||
|
||||
@@ -13863,71 +13889,6 @@ msgstr "Klumpen-Ausschlussbereich abtasten"
|
||||
msgid "Probing exclude area of clumping."
|
||||
msgstr "Klumpen-Ausschlussbereich abtasten."
|
||||
|
||||
msgid "Lateral lattice angle 1"
|
||||
msgstr "Gitterwinkel 1"
|
||||
|
||||
msgid "The angle of the first set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "Der Winkel des ersten Satzes von 2D-Gitterelementen in der Z-Richtung. Null ist vertikal."
|
||||
|
||||
msgid "Lateral lattice angle 2"
|
||||
msgstr "Gitterwinkel 2"
|
||||
|
||||
msgid "The angle of the second set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "Der Winkel des zweiten Satzes von 2D-Gitterelementen in der Z-Richtung. Null ist vertikal."
|
||||
|
||||
msgid "Infill overhang angle"
|
||||
msgstr "Überhangwinkel der Füllung"
|
||||
|
||||
msgid "The angle of the infill angled lines. 60° will result in a pure honeycomb."
|
||||
msgstr "Der Winkel der schrägen Linien der Füllung. 60° führt zu einer reinen Wabenstruktur."
|
||||
|
||||
msgid "Lightning overhang angle"
|
||||
msgstr "Überhangwinkel der Blitzfüllung"
|
||||
|
||||
msgid "Maximum overhang angle for Lightning infill support propagation."
|
||||
msgstr "Maximaler Überhangwinkel für die Ausbreitung der Blitzfüllungsunterstützung."
|
||||
|
||||
msgid "Prune angle"
|
||||
msgstr "Beschneidungswinkel"
|
||||
|
||||
msgid ""
|
||||
"Controls how aggressively short or unsupported Lightning branches are pruned.\n"
|
||||
"This angle is converted internally to a per-layer distance."
|
||||
msgstr ""
|
||||
"Steuert, wie aggressiv kurze oder nicht unterstützte Blitzäste beschnitten werden.\n"
|
||||
"Dieser Winkel wird intern in eine pro-Schicht-Distanz umgewandelt."
|
||||
|
||||
msgid "Straightening angle"
|
||||
msgstr "Begradigungswinkel"
|
||||
|
||||
msgid "Maximum straightening angle used to simplify Lightning branches."
|
||||
msgstr "Maximaler Begradigungswinkel zur Vereinfachung von Blitzästen."
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr "Länge des Infill-Ankers"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than infill_anchor_max is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to this parameter, but no longer than anchor_length_max.\n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a single infill line."
|
||||
msgstr "Verbindet eine Infill-Linie mit einem kurzen Segment eines zusätzlichen Perimeters mit einem internen Perimeter. Wenn sie als Prozentsatz ausgedrückt wird (Beispiel: 15%), wird sie über die Breite der Infill-Extrusion berechnet. OrcaSlicer versucht, zwei nahe beieinander liegende Infill-Linien mit einem kurzen Perimetersegment zu verbinden. Wenn kein solches Perimetersegment gefunden wird, das kürzer als infill_anchor_max ist, wird die Infill-Linie nur an einer Seite mit einem Perimetersegment verbunden und die Länge des genommenen Perimetersegments ist auf diesen Parameter begrenzt, aber nicht länger als anchor_length_max. Setzen Sie diesen Parameter auf Null, um die Verankerung von Perimetern zu deaktivieren, die mit einer einzelnen Infill-Linie verbunden sind."
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr "0 (keine offenen Anker)"
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr "1000 (unbegrenzt)"
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr "Maximale Länge des Infill-Ankers"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than this parameter is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to infill_anchor, but no longer than this parameter.\n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should create the same result as with 1000 & 0."
|
||||
msgstr "Verbindet eine Infill-Linie mit einem kurzen Segment eines zusätzlichen Perimeters mit einem internen Perimeter. Wenn sie als Prozentsatz ausgedrückt wird (Beispiel: 15%), wird sie über die Breite der Infill-Extrusion berechnet. OrcaSlicer versucht, zwei nahe beieinander liegende Infill-Linien mit einem kurzen Perimetersegment zu verbinden. Wenn kein solches Perimetersegment gefunden wird, das kürzer als dieser Parameter ist, wird die Infill-Linie nur an einer Seite mit einem Perimetersegment verbunden und die Länge des genommenen Perimetersegments wird auf infill_anchor begrenzt, aber nicht länger als dieser Parameter. Setzen Sie diesen Parameter auf Null, um die Verankerung zu deaktivieren."
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr "0 (Einfache Verbindung)"
|
||||
|
||||
msgid ""
|
||||
"Filament to print internal sparse infill.\n"
|
||||
"\"Default\" uses the active object/part filament."
|
||||
@@ -14824,18 +14785,6 @@ msgstr "Direktantrieb"
|
||||
msgid "Bowden"
|
||||
msgstr "Bowden"
|
||||
|
||||
msgid "Enable filament dynamic map"
|
||||
msgstr "Dynamische Filamentzuordnung aktivieren"
|
||||
|
||||
msgid "Enable dynamic filament mapping during print."
|
||||
msgstr "Dynamische Filamentzuordnung während des Drucks aktivieren."
|
||||
|
||||
msgid "Has filament switcher"
|
||||
msgstr "Hat Filamentwechsler"
|
||||
|
||||
msgid "Printer has a filament switcher hardware (e.g., AMS)."
|
||||
msgstr "Der Drucker verfügt über eine Filamentwechsler-Hardware (z. B. AMS)."
|
||||
|
||||
msgid "Extra length on restart"
|
||||
msgstr "Zusätzliche Länge beim Neustart"
|
||||
|
||||
@@ -15271,9 +15220,6 @@ msgstr "Risse, die kleiner als das 2-fache des Lückenschlussradius sind, werden
|
||||
msgid "Slicing Mode"
|
||||
msgstr "Slicing-Modus"
|
||||
|
||||
msgid "Other"
|
||||
msgstr "Sonstiges"
|
||||
|
||||
msgid "Use \"Even-odd\" for 3DLabPrint airplane models. Use \"Close holes\" to close all holes in the model."
|
||||
msgstr "Verwenden Sie \"Gerade-ungerade\" für 3DLabPrint-Flugzeugmodelle. Verwenden Sie \"Löcher schließen\", um alle Löcher im Modell zu schließen."
|
||||
|
||||
@@ -15640,6 +15586,9 @@ msgstr ""
|
||||
"\n"
|
||||
"Diese Option basiert auf der Firmware, die die M191- und M141-Befehle entweder über Makros oder nativ unterstützt und wird normalerweise verwendet, wenn ein aktiver Druckraumheizer installiert ist."
|
||||
|
||||
msgid "Chamber temperature"
|
||||
msgstr "Druckraum Temperatur"
|
||||
|
||||
msgid ""
|
||||
"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber temperature can help suppress or reduce warping and potentially lead to higher interlayer bonding strength. However, at the same time, a higher chamber temperature will reduce the efficiency of air filtration for ABS and ASA.\n"
|
||||
"\n"
|
||||
@@ -15653,17 +15602,6 @@ msgstr ""
|
||||
"\n"
|
||||
"Wenn diese Option aktiviert ist, wird auch eine G-Code-Variable namens chamber_temperature gesetzt, die verwendet werden kann, um die gewünschte Druckraumtemperatur an Ihr Druckstart-Makro oder ein Wärmespeicher-Makro weiterzugeben, wie z.B. PRINT_START (andere Variablen) CHAMBER_TEMP=[chamber_temperature]. Dies kann nützlich sein, wenn Ihr Drucker die Befehle M141/M191 nicht unterstützt oder wenn Sie das Wärmespeichern im Druckstart-Makro behandeln möchten, wenn kein aktiver Druckraumheizer installiert ist."
|
||||
|
||||
msgid ""
|
||||
"This is the chamber temperature at which printing should start, while the chamber continues heating toward the \"Target\" chamber temperature. For example, set the Target to 60 and the Minimal to 50 to begin printing once the chamber reaches 50°C, without waiting for the full 60°C.\n"
|
||||
"\n"
|
||||
"It sets a G-code variable named chamber_minimal_temperature, which can be passed to your print start macro or a heat soak macro, like this: PRINT_START (other variables) CHAMBER_MIN_TEMP=[chamber_minimal_temperature].\n"
|
||||
"\n"
|
||||
"Unlike the \"Target\" chamber temperature, this option does not emit any M141/M191 commands; it only exposes the value to your custom G-code. It should not exceed the \"Target\" chamber temperature."
|
||||
msgstr ""
|
||||
|
||||
msgid "Chamber minimal temperature"
|
||||
msgstr ""
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Nozzle temperature after the first layer"
|
||||
msgstr "Düsentemperatur nach der ersten Schicht"
|
||||
@@ -15709,6 +15647,22 @@ msgstr "Dicke der oberen Schale"
|
||||
msgid "The number of top solid layers is increased when slicing if the thickness calculated by top shell layers is thinner than this value. This can avoid having too thin a shell when layer height is small. 0 means that this setting is disabled and thickness of top shell is determined simply by the number of top shell layers."
|
||||
msgstr "Die Anzahl der oberen festen Schichten wird beim Slicen erhöht, wenn die obere Schalenstärke dünner als dieser Wert ist. Dies kann verhindern, dass die Schale zu dünn wird, wenn eine geringe Schichthöhe verwendet wird. 0 bedeutet, dass diese Einstellung deaktiviert ist und die Dicke der oberen Schale absolut durch die oberen Schalenschichten bestimmt wird."
|
||||
|
||||
msgid "Top surface density"
|
||||
msgstr "Dichte der oberen Oberfläche"
|
||||
|
||||
msgid "Density of top surface layer. A value of 100% creates a fully solid, smooth top layer. Reducing this value results in a textured top surface, according to the chosen top surface pattern. A value of 0% will result in only the walls on the top layer being created. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion."
|
||||
msgstr "Dichte der oberen Oberflächenschicht. Ein Wert von 100 % erzeugt eine vollständig massive, glatte obere Schicht. Eine Reduzierung dieses Wertes führt zu einer strukturierten oberen Oberfläche, abhängig vom gewählten Oberflächenmuster. Ein Wert von 0 % führt dazu, dass nur die Wände der oberen Schicht erstellt werden. Diese Einstellung dient ästhetischen oder funktionalen Zwecken und nicht zur Behebung von Problemen wie Überextrusion."
|
||||
|
||||
msgid "Bottom surface density"
|
||||
msgstr "Dichte der unteren Oberfläche"
|
||||
|
||||
msgid ""
|
||||
"Density of the bottom surface layer. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion.\n"
|
||||
"WARNING: Lowering this value may negatively affect bed adhesion."
|
||||
msgstr ""
|
||||
"Dichte der unteren Oberflächenschicht. Diese Einstellung dient ästhetischen oder funktionalen Zwecken und nicht zur Behebung von Problemen wie Überextrusion.\n"
|
||||
"ACHTUNG: Eine Verringerung dieses Wertes kann die Haftung am Druckbett negativ beeinflussen."
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "This is the speed at which traveling is done."
|
||||
msgstr "Eilgeschwindigkeit, wenn nicht extrudiert wird."
|
||||
@@ -18355,132 +18309,6 @@ msgstr "Anmelden/Testen"
|
||||
msgid "Connection to printers connected via the print host failed."
|
||||
msgstr "Die Verbindung zu den über den Druck-Host verbundenen Druckern ist fehlgeschlagen."
|
||||
|
||||
msgid "Detect Creality K-series printer"
|
||||
msgstr ""
|
||||
|
||||
msgid "Click Scan to look for K-series printers on your network."
|
||||
msgstr ""
|
||||
|
||||
msgid "Use Selected"
|
||||
msgstr ""
|
||||
|
||||
msgid "Scanning the LAN for K-series printers... this takes a few seconds."
|
||||
msgstr ""
|
||||
|
||||
msgid "No K-series printers found. Make sure the printer is on the same network and not blocked by Wi-Fi client isolation, then click Scan again."
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "Found %zu Creality printer(s). Select one and click Use Selected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
msgid "Processes"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show/Hide system information"
|
||||
msgstr ""
|
||||
|
||||
msgid "Copy system information to clipboard"
|
||||
msgstr ""
|
||||
|
||||
msgid "We need information for diagnosing source of the issue. Check wiki page for detailed guide."
|
||||
msgstr ""
|
||||
|
||||
msgid "Pack button collects project file and logs of current session onto a zip file."
|
||||
msgstr ""
|
||||
|
||||
msgid "Any additional visual examples like images or screen recordings might be helpful while reporting the issue."
|
||||
msgstr ""
|
||||
|
||||
msgid "Report issue"
|
||||
msgstr ""
|
||||
|
||||
msgid "Pack"
|
||||
msgstr ""
|
||||
|
||||
msgid "Cleans and rebuilds system profiles cache on next launch"
|
||||
msgstr ""
|
||||
|
||||
msgid "Clean system profiles cache"
|
||||
msgstr ""
|
||||
|
||||
msgid "Clean"
|
||||
msgstr ""
|
||||
|
||||
msgid "Loaded profiles overview"
|
||||
msgstr ""
|
||||
|
||||
msgid "This section shows information for loaded profiles"
|
||||
msgstr ""
|
||||
|
||||
msgid "Exports detailed overview of loaded profiles in json format"
|
||||
msgstr ""
|
||||
|
||||
msgid "Configurations folder"
|
||||
msgstr ""
|
||||
|
||||
msgid "Opens configurations folder"
|
||||
msgstr ""
|
||||
|
||||
msgid "Log level"
|
||||
msgstr ""
|
||||
|
||||
msgid "Stored logs"
|
||||
msgstr ""
|
||||
|
||||
msgid "Packs all stored logs onto a zip file."
|
||||
msgstr ""
|
||||
|
||||
msgid "Profiles"
|
||||
msgstr ""
|
||||
|
||||
msgid "Select NO to close dialog and review project"
|
||||
msgstr ""
|
||||
|
||||
msgid "No project file on current session. Only logs will be included to package"
|
||||
msgstr ""
|
||||
|
||||
msgid "Select NO to close dialog and review project."
|
||||
msgstr ""
|
||||
|
||||
msgid "Please make sure any instances of OrcaSlicer are not running"
|
||||
msgstr ""
|
||||
|
||||
msgid "System folder cannot be deleted because some files are in use by another application. Please close any applications using these files and try again."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to delete system folder..."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to determine executable path."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to launch a new instance."
|
||||
msgstr ""
|
||||
|
||||
msgid "log(s)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Choose where to save the exported JSON file"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Export failed\n"
|
||||
"Please check write permissions or file in use by another application"
|
||||
msgstr ""
|
||||
|
||||
msgid "Choose where to save the exported ZIP file"
|
||||
msgstr ""
|
||||
|
||||
msgid "File already exists. Overwrite?"
|
||||
msgstr ""
|
||||
|
||||
msgid "3DPrinterOS Cloud upload options"
|
||||
msgstr "3DPrinterOS Cloud-Upload-Optionen"
|
||||
|
||||
@@ -18563,19 +18391,6 @@ msgstr "Verbindung zu MKS funktioniert korrekt."
|
||||
msgid "Could not connect to MKS"
|
||||
msgstr "Konnte keine Verbindung zu MKS herstellen"
|
||||
|
||||
msgid "Connection to Moonraker is working correctly."
|
||||
msgstr ""
|
||||
|
||||
msgid "Could not connect to Moonraker"
|
||||
msgstr ""
|
||||
|
||||
msgid "The host responded but it doesn't look like Moonraker (missing result.klippy_state)."
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Could not parse Moonraker server response: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "Connection to OctoPrint is working correctly."
|
||||
msgstr "Verbindung zu OctoPrint funktioniert korrekt."
|
||||
|
||||
@@ -19736,39 +19551,6 @@ msgstr ""
|
||||
"Verwerfungen vermeiden\n"
|
||||
"Wussten Sie, dass beim Drucken von Materialien, die zu Verwerfungen neigen, wie z.B. ABS, durch eine entsprechende Erhöhung der Heizbetttemperatur die Wahrscheinlichkeit von Verwerfungen verringert werden kann?"
|
||||
|
||||
#~ msgid "Filament Sync Options"
|
||||
#~ msgstr "Filament-Synchronisierungsoptionen"
|
||||
|
||||
#~ msgid "(Experimental) Keep painted feature after mesh change"
|
||||
#~ msgstr "(Experimentell) Behalte bemalte Funktionen nach Mesh-Änderung bei"
|
||||
|
||||
#~ msgid "Network plug-in"
|
||||
#~ msgstr "Netzwerk-Plugin"
|
||||
|
||||
#~ msgid "View control settings"
|
||||
#~ msgstr "Ansicht-Steuerungseinstellungen"
|
||||
|
||||
#~ msgid "Rotate view"
|
||||
#~ msgstr "Drehen der Ansicht"
|
||||
|
||||
#~ msgid "Pan view"
|
||||
#~ msgstr "Pan-Ansicht"
|
||||
|
||||
#~ msgid "Zoom view"
|
||||
#~ msgstr "Ansicht zoomen"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
#~ msgid "Reverse scroll direction while zooming"
|
||||
#~ msgstr "Scrollrichtung beim Zoomen umkehren"
|
||||
|
||||
#, c-format, boost-format
|
||||
#~ msgid "Left: %s"
|
||||
#~ msgstr "Links: %s"
|
||||
|
||||
#, c-format, boost-format
|
||||
#~ msgid "Right: %s"
|
||||
#~ msgstr "Rechts: %s"
|
||||
|
||||
#~ msgid "Enable network plug-in"
|
||||
#~ msgstr "Netzwerk-Plugin aktivieren"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2026-07-03 14:43+0200\n"
|
||||
"POT-Creation-Date: 2026-06-26 10:26+0800\n"
|
||||
"PO-Revision-Date: 2026-06-17 15:44-0300\n"
|
||||
"Last-Translator: Alexandre Folle de Menezes\n"
|
||||
"Language-Team: \n"
|
||||
@@ -3911,10 +3911,6 @@ msgstr ""
|
||||
msgid "Current chamber temperature is higher than the material's safe temperature; this may result in material softening and nozzle clogs. The maximum safe temperature for the material is %d"
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "The minimal chamber temperature (%d℃) is higher than the target chamber temperature (%d℃). The minimal value is the threshold at which printing starts while the chamber keeps heating toward the target, so it should not exceed it. It will be clamped to the target."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Layer height too small\n"
|
||||
"It has been reset to 0.2"
|
||||
@@ -7514,45 +7510,6 @@ msgstr ""
|
||||
msgid "Choose Download Directory"
|
||||
msgstr ""
|
||||
|
||||
msgid "(Latest)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Network plug-in switched successfully."
|
||||
msgstr ""
|
||||
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to load network plug-in. Please restart the application."
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"You've selected network plug-in version %s.\n"
|
||||
"\n"
|
||||
"Would you like to download and install this version now?\n"
|
||||
"\n"
|
||||
"Note: The application may need to restart after installation."
|
||||
msgstr ""
|
||||
|
||||
msgid "Download Network Plug-in"
|
||||
msgstr ""
|
||||
|
||||
msgid "Reload the network plug-in without restarting the application"
|
||||
msgstr ""
|
||||
|
||||
msgid "Network plug-in reloaded successfully."
|
||||
msgstr ""
|
||||
|
||||
msgid "Reload"
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to reload network plug-in. Please restart the application."
|
||||
msgstr ""
|
||||
|
||||
msgid "Reload Failed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Associate"
|
||||
msgstr ""
|
||||
|
||||
@@ -7607,6 +7564,12 @@ msgstr ""
|
||||
msgid "Show the splash screen during startup."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show shared profiles notification"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show a notification with a link to browse shared profiles when the selected printer is changed."
|
||||
msgstr ""
|
||||
|
||||
msgid "Use window buttons on left side"
|
||||
msgstr ""
|
||||
|
||||
@@ -7637,12 +7600,6 @@ msgstr ""
|
||||
msgid "Should printer/filament/process settings be loaded when opening a 3MF file?"
|
||||
msgstr ""
|
||||
|
||||
msgid "Auto backup"
|
||||
msgstr ""
|
||||
|
||||
msgid "Backup your project periodically to help with restoring from an occasional crash."
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum recent files"
|
||||
msgstr ""
|
||||
|
||||
@@ -7661,16 +7618,10 @@ msgstr ""
|
||||
msgid "If enabled, a parameter settings dialog will appear during STEP file import."
|
||||
msgstr ""
|
||||
|
||||
msgid "Quality level for Draco export"
|
||||
msgid "Auto backup"
|
||||
msgstr ""
|
||||
|
||||
msgid "bits"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Controls the quantization bit depth used when compressing the mesh to Draco format.\n"
|
||||
"0 = lossless compression (geometry is preserved at full precision). Valid lossy values range from 8 to 30.\n"
|
||||
"Lower values produce smaller files but lose more geometric detail; higher values preserve more detail at the cost of larger files."
|
||||
msgid "Backup your project periodically to help with restoring from an occasional crash."
|
||||
msgstr ""
|
||||
|
||||
msgid "Preset"
|
||||
@@ -7703,12 +7654,6 @@ msgstr ""
|
||||
msgid "Optimizes filament area maximum height by chosen filament count."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show shared profiles notification"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show a notification with a link to browse shared profiles when the selected printer is changed."
|
||||
msgstr ""
|
||||
|
||||
msgid "Features"
|
||||
msgstr ""
|
||||
|
||||
@@ -7721,6 +7666,18 @@ msgstr ""
|
||||
msgid "Pop up to select filament grouping mode"
|
||||
msgstr ""
|
||||
|
||||
msgid "Quality level for Draco export"
|
||||
msgstr ""
|
||||
|
||||
msgid "bits"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Controls the quantization bit depth used when compressing the mesh to Draco format.\n"
|
||||
"0 = lossless compression (geometry is preserved at full precision). Valid lossy values range from 8 to 30.\n"
|
||||
"Lower values produce smaller files but lose more geometric detail; higher values preserve more detail at the cost of larger files."
|
||||
msgstr ""
|
||||
|
||||
msgid "Behaviour"
|
||||
msgstr ""
|
||||
|
||||
@@ -7945,6 +7902,18 @@ msgstr ""
|
||||
msgid "Auto sync user presets (Printer/Filament/Process)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Update built-in presets automatically."
|
||||
msgstr ""
|
||||
|
||||
msgid "Use encrypted file for token storage"
|
||||
msgstr ""
|
||||
|
||||
msgid "Store authentication tokens in an encrypted file instead of the system keychain. (Requires restart)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Filament Sync Options"
|
||||
msgstr ""
|
||||
|
||||
msgid "Filament sync mode"
|
||||
msgstr ""
|
||||
|
||||
@@ -7957,15 +7926,6 @@ msgstr ""
|
||||
msgid "Color only"
|
||||
msgstr ""
|
||||
|
||||
msgid "Update built-in presets automatically."
|
||||
msgstr ""
|
||||
|
||||
msgid "Use encrypted file for token storage"
|
||||
msgstr ""
|
||||
|
||||
msgid "Store authentication tokens in an encrypted file instead of the system keychain. (Requires restart)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Bambu network plug-in"
|
||||
msgstr ""
|
||||
|
||||
@@ -7978,6 +7938,30 @@ msgstr ""
|
||||
msgid "Select the network plug-in version to use"
|
||||
msgstr ""
|
||||
|
||||
msgid "(Latest)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Network plug-in switched successfully."
|
||||
msgstr ""
|
||||
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to load network plug-in. Please restart the application."
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"You've selected network plug-in version %s.\n"
|
||||
"\n"
|
||||
"Would you like to download and install this version now?\n"
|
||||
"\n"
|
||||
"Note: The application may need to restart after installation."
|
||||
msgstr ""
|
||||
|
||||
msgid "Download Network Plug-in"
|
||||
msgstr ""
|
||||
|
||||
msgid "Associate files to OrcaSlicer"
|
||||
msgstr ""
|
||||
|
||||
@@ -8020,16 +8004,7 @@ msgstr ""
|
||||
msgid "Skip AMS blacklist check"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show unsupported presets"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show incompatible/unsupported presets in the printer and filament dropdown lists. These presets cannot be selected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Experimental Features"
|
||||
msgstr ""
|
||||
|
||||
msgid "Keep painted feature after mesh change"
|
||||
msgid "(Experimental) Keep painted feature after mesh change"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
@@ -8037,6 +8012,12 @@ msgid ""
|
||||
"Highly experimental! Slow and may create artifact."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show unsupported presets"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show incompatible/unsupported presets in the printer and filament dropdown lists. These presets cannot be selected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Allow Abnormal Storage"
|
||||
msgstr ""
|
||||
|
||||
@@ -8063,6 +8044,24 @@ msgstr ""
|
||||
msgid "trace"
|
||||
msgstr ""
|
||||
|
||||
msgid "Network plug-in"
|
||||
msgstr ""
|
||||
|
||||
msgid "Reload"
|
||||
msgstr ""
|
||||
|
||||
msgid "Reload the network plug-in without restarting the application"
|
||||
msgstr ""
|
||||
|
||||
msgid "Network plug-in reloaded successfully."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to reload network plug-in. Please restart the application."
|
||||
msgstr ""
|
||||
|
||||
msgid "Reload Failed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Debug"
|
||||
msgstr ""
|
||||
|
||||
@@ -8078,6 +8077,24 @@ msgstr ""
|
||||
msgid "Preferences sync"
|
||||
msgstr ""
|
||||
|
||||
msgid "View control settings"
|
||||
msgstr ""
|
||||
|
||||
msgid "Rotate view"
|
||||
msgstr ""
|
||||
|
||||
msgid "Pan view"
|
||||
msgstr ""
|
||||
|
||||
msgid "Zoom view"
|
||||
msgstr ""
|
||||
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
msgid "Reverse scroll direction while zooming"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable SSL(MQTT)"
|
||||
msgstr ""
|
||||
|
||||
@@ -8763,12 +8780,6 @@ msgstr ""
|
||||
msgid "Search in preset"
|
||||
msgstr ""
|
||||
|
||||
msgid "Synchronization of different extruder drives or nozzle volume types is not supported."
|
||||
msgstr ""
|
||||
|
||||
msgid "Synchronize the modification of parameters to the corresponding parameters of another extruder."
|
||||
msgstr ""
|
||||
|
||||
msgid "Click to reset all settings to the last saved preset."
|
||||
msgstr ""
|
||||
|
||||
@@ -9035,18 +9046,6 @@ msgstr ""
|
||||
msgid "Print chamber temperature"
|
||||
msgstr ""
|
||||
|
||||
msgid "Chamber temperature"
|
||||
msgstr ""
|
||||
|
||||
msgid "Target chamber temperature, and the minimal chamber temperature at which printing should start"
|
||||
msgstr ""
|
||||
|
||||
msgid "Target"
|
||||
msgstr ""
|
||||
|
||||
msgid "Minimal"
|
||||
msgstr ""
|
||||
|
||||
msgid "Print temperature"
|
||||
msgstr ""
|
||||
|
||||
@@ -9356,21 +9355,11 @@ msgid "Don't warn again for this preset"
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "%s: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "No modifications need to be copied."
|
||||
msgstr ""
|
||||
|
||||
msgid "Copy paramters"
|
||||
msgid "Left: %s"
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Modify paramters of %s"
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Do you want to modify the following parameters of the %s to that of the %s?"
|
||||
msgid "Right: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "Click to reset current value and attach to the global value."
|
||||
@@ -9388,7 +9377,7 @@ msgstr ""
|
||||
msgid "Transfer or discard changes"
|
||||
msgstr ""
|
||||
|
||||
msgid "Old Value"
|
||||
msgid "Old value"
|
||||
msgstr ""
|
||||
|
||||
msgid "New Value"
|
||||
@@ -9499,12 +9488,6 @@ msgstr ""
|
||||
msgid "Capabilities"
|
||||
msgstr ""
|
||||
|
||||
msgid "Left: "
|
||||
msgstr ""
|
||||
|
||||
msgid "Right: "
|
||||
msgstr ""
|
||||
|
||||
msgid "Show all presets (including incompatible)"
|
||||
msgstr ""
|
||||
|
||||
@@ -11454,23 +11437,6 @@ msgstr ""
|
||||
msgid "This is the default acceleration for both normal printing and travel after the first layer."
|
||||
msgstr ""
|
||||
|
||||
msgid "Acceleration of travel moves."
|
||||
msgstr ""
|
||||
|
||||
msgid "First layer travel"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Travel acceleration of first layer.\n"
|
||||
"The percentage value is relative to Travel Acceleration."
|
||||
msgstr ""
|
||||
|
||||
msgid "mm/s² or %"
|
||||
msgstr ""
|
||||
|
||||
msgid "Acceleration of bridges. If the value is expressed as a percentage (e.g. 50%), it will be calculated based on the outer wall acceleration."
|
||||
msgstr ""
|
||||
|
||||
msgid "Default filament profile"
|
||||
msgstr ""
|
||||
|
||||
@@ -11648,26 +11614,12 @@ msgstr ""
|
||||
msgid "Octagram Spiral"
|
||||
msgstr ""
|
||||
|
||||
msgid "Top surface density"
|
||||
msgstr ""
|
||||
|
||||
msgid "Density of top surface layer. A value of 100% creates a fully solid, smooth top layer. Reducing this value results in a textured top surface, according to the chosen top surface pattern. A value of 0% will result in only the walls on the top layer being created. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion."
|
||||
msgstr ""
|
||||
|
||||
msgid "Bottom surface pattern"
|
||||
msgstr ""
|
||||
|
||||
msgid "This is the line pattern of bottom surface infill, not including bridge infill."
|
||||
msgstr ""
|
||||
|
||||
msgid "Bottom surface density"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Density of the bottom surface layer. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion.\n"
|
||||
"WARNING: Lowering this value may negatively affect bed adhesion."
|
||||
msgstr ""
|
||||
|
||||
msgid "Internal solid infill pattern"
|
||||
msgstr ""
|
||||
|
||||
@@ -11921,6 +11873,18 @@ msgstr ""
|
||||
msgid "Auto For Match"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable filament dynamic map"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable dynamic filament mapping during print."
|
||||
msgstr ""
|
||||
|
||||
msgid "Has filament switcher"
|
||||
msgstr ""
|
||||
|
||||
msgid "Printer has a filament switcher hardware (e.g., AMS)."
|
||||
msgstr ""
|
||||
|
||||
msgid "Flush temperature"
|
||||
msgstr ""
|
||||
|
||||
@@ -12245,7 +12209,6 @@ msgstr ""
|
||||
msgid "Z-buckling bias optimization (experimental)"
|
||||
msgstr ""
|
||||
|
||||
#, no-c-format, no-boost-format
|
||||
msgid "Tightens the gyroid wave along the Z (vertical) axis at low infill density to shorten the effective vertical column length and improve Z-axis compression buckling resistance. Filament use is preserved. No effect at ~30% sparse infill density and above. Only applies when Sparse infill pattern is set to Gyroid."
|
||||
msgstr ""
|
||||
|
||||
@@ -12312,13 +12275,85 @@ msgstr ""
|
||||
msgid "Gyroid"
|
||||
msgstr ""
|
||||
|
||||
msgid "Lateral lattice angle 1"
|
||||
msgstr ""
|
||||
|
||||
msgid "The angle of the first set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr ""
|
||||
|
||||
msgid "Lateral lattice angle 2"
|
||||
msgstr ""
|
||||
|
||||
msgid "The angle of the second set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr ""
|
||||
|
||||
msgid "Infill overhang angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "The angle of the infill angled lines. 60° will result in a pure honeycomb."
|
||||
msgstr ""
|
||||
|
||||
msgid "Lightning overhang angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum overhang angle for Lightning infill support propagation."
|
||||
msgstr ""
|
||||
|
||||
msgid "Prune angle"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Controls how aggressively short or unsupported Lightning branches are pruned.\n"
|
||||
"This angle is converted internally to a per-layer distance."
|
||||
msgstr ""
|
||||
|
||||
msgid "Straightening angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum straightening angle used to simplify Lightning branches."
|
||||
msgstr ""
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than infill_anchor_max is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to this parameter, but no longer than anchor_length_max.\n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a single infill line."
|
||||
msgstr ""
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr ""
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than this parameter is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to infill_anchor, but no longer than this parameter.\n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should create the same result as with 1000 & 0."
|
||||
msgstr ""
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Acceleration of inner walls."
|
||||
msgstr ""
|
||||
|
||||
msgid "Acceleration of travel moves."
|
||||
msgstr ""
|
||||
|
||||
msgid "This is the acceleration of top surface infill. Using a lower value may improve top surface quality."
|
||||
msgstr ""
|
||||
|
||||
msgid "Acceleration of outer wall: using a lower value can improve quality."
|
||||
msgstr ""
|
||||
|
||||
msgid "Acceleration of inner walls."
|
||||
msgid "Acceleration of bridges. If the value is expressed as a percentage (e.g. 50%), it will be calculated based on the outer wall acceleration."
|
||||
msgstr ""
|
||||
|
||||
msgid "mm/s² or %"
|
||||
msgstr ""
|
||||
|
||||
msgid "Acceleration of sparse infill. If the value is expressed as a percentage (e.g. 100%), it will be calculated based on the default acceleration."
|
||||
@@ -12330,6 +12365,14 @@ msgstr ""
|
||||
msgid "This is the printing acceleration for the first layer. Using limited acceleration can improve build plate adhesion."
|
||||
msgstr ""
|
||||
|
||||
msgid "First layer travel"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Travel acceleration of first layer.\n"
|
||||
"The percentage value is relative to Travel Acceleration."
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable accel_to_decel"
|
||||
msgstr ""
|
||||
|
||||
@@ -12417,17 +12460,6 @@ msgstr ""
|
||||
msgid "layer"
|
||||
msgstr ""
|
||||
|
||||
msgid "First layer fan speed"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Sets an exact fan speed for the first layer, overriding all other cooling settings. Useful for protecting 3D-printed toolhead parts (e.g. Voron-style ABS/ASA ducts) from a hot bed. A small amount of airflow cools the ducts down, without using full cooling that may in certain conditions hurt first-layer adhesion.\n"
|
||||
"From the second layer onwards, normal cooling resumes.\n"
|
||||
"If \"Full fan speed at layer\" is also set, the fan ramps smoothly from this value on the first layer up to your target by the chosen layer.\n"
|
||||
"Only available when \"No cooling for the first\" is 0.\n"
|
||||
"Set to -1 to disable it."
|
||||
msgstr ""
|
||||
|
||||
msgid "Support interface fan speed"
|
||||
msgstr ""
|
||||
|
||||
@@ -12904,69 +12936,6 @@ msgstr ""
|
||||
msgid "Probing exclude area of clumping."
|
||||
msgstr ""
|
||||
|
||||
msgid "Lateral lattice angle 1"
|
||||
msgstr ""
|
||||
|
||||
msgid "The angle of the first set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr ""
|
||||
|
||||
msgid "Lateral lattice angle 2"
|
||||
msgstr ""
|
||||
|
||||
msgid "The angle of the second set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr ""
|
||||
|
||||
msgid "Infill overhang angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "The angle of the infill angled lines. 60° will result in a pure honeycomb."
|
||||
msgstr ""
|
||||
|
||||
msgid "Lightning overhang angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum overhang angle for Lightning infill support propagation."
|
||||
msgstr ""
|
||||
|
||||
msgid "Prune angle"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Controls how aggressively short or unsupported Lightning branches are pruned.\n"
|
||||
"This angle is converted internally to a per-layer distance."
|
||||
msgstr ""
|
||||
|
||||
msgid "Straightening angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum straightening angle used to simplify Lightning branches."
|
||||
msgstr ""
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than infill_anchor_max is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to this parameter, but no longer than anchor_length_max.\n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a single infill line."
|
||||
msgstr ""
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr ""
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than this parameter is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to infill_anchor, but no longer than this parameter.\n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should create the same result as with 1000 & 0."
|
||||
msgstr ""
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Filament to print internal sparse infill.\n"
|
||||
"\"Default\" uses the active object/part filament."
|
||||
@@ -13768,18 +13737,6 @@ msgstr ""
|
||||
msgid "Bowden"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable filament dynamic map"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable dynamic filament mapping during print."
|
||||
msgstr ""
|
||||
|
||||
msgid "Has filament switcher"
|
||||
msgstr ""
|
||||
|
||||
msgid "Printer has a filament switcher hardware (e.g., AMS)."
|
||||
msgstr ""
|
||||
|
||||
msgid "Extra length on restart"
|
||||
msgstr ""
|
||||
|
||||
@@ -14174,9 +14131,6 @@ msgstr ""
|
||||
msgid "Slicing Mode"
|
||||
msgstr ""
|
||||
|
||||
msgid "Other"
|
||||
msgstr ""
|
||||
|
||||
msgid "Use \"Even-odd\" for 3DLabPrint airplane models. Use \"Close holes\" to close all holes in the model."
|
||||
msgstr ""
|
||||
|
||||
@@ -14510,6 +14464,9 @@ msgid ""
|
||||
"This option relies on the firmware supporting the M191 and M141 commands either via macros or natively and is usually used when an active chamber heater is installed."
|
||||
msgstr ""
|
||||
|
||||
msgid "Chamber temperature"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber temperature can help suppress or reduce warping and potentially lead to higher interlayer bonding strength. However, at the same time, a higher chamber temperature will reduce the efficiency of air filtration for ABS and ASA.\n"
|
||||
"\n"
|
||||
@@ -14518,17 +14475,6 @@ msgid ""
|
||||
"If enabled, this parameter also sets a G-code variable named chamber_temperature, which can be used to pass the desired chamber temperature to your print start macro, or a heat soak macro like this: PRINT_START (other variables) CHAMBER_TEMP=[chamber_temperature]. This may be useful if your printer does not support M141/M191 commands, or if you desire to handle heat soaking in the print start macro if no active chamber heater is installed."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"This is the chamber temperature at which printing should start, while the chamber continues heating toward the \"Target\" chamber temperature. For example, set the Target to 60 and the Minimal to 50 to begin printing once the chamber reaches 50°C, without waiting for the full 60°C.\n"
|
||||
"\n"
|
||||
"It sets a G-code variable named chamber_minimal_temperature, which can be passed to your print start macro or a heat soak macro, like this: PRINT_START (other variables) CHAMBER_MIN_TEMP=[chamber_minimal_temperature].\n"
|
||||
"\n"
|
||||
"Unlike the \"Target\" chamber temperature, this option does not emit any M141/M191 commands; it only exposes the value to your custom G-code. It should not exceed the \"Target\" chamber temperature."
|
||||
msgstr ""
|
||||
|
||||
msgid "Chamber minimal temperature"
|
||||
msgstr ""
|
||||
|
||||
msgid "Nozzle temperature after the first layer"
|
||||
msgstr ""
|
||||
|
||||
@@ -14568,6 +14514,20 @@ msgstr ""
|
||||
msgid "The number of top solid layers is increased when slicing if the thickness calculated by top shell layers is thinner than this value. This can avoid having too thin a shell when layer height is small. 0 means that this setting is disabled and thickness of top shell is determined simply by the number of top shell layers."
|
||||
msgstr ""
|
||||
|
||||
msgid "Top surface density"
|
||||
msgstr ""
|
||||
|
||||
msgid "Density of top surface layer. A value of 100% creates a fully solid, smooth top layer. Reducing this value results in a textured top surface, according to the chosen top surface pattern. A value of 0% will result in only the walls on the top layer being created. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion."
|
||||
msgstr ""
|
||||
|
||||
msgid "Bottom surface density"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Density of the bottom surface layer. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion.\n"
|
||||
"WARNING: Lowering this value may negatively affect bed adhesion."
|
||||
msgstr ""
|
||||
|
||||
msgid "This is the speed at which traveling is done."
|
||||
msgstr ""
|
||||
|
||||
@@ -17007,132 +16967,6 @@ msgstr ""
|
||||
msgid "Connection to printers connected via the print host failed."
|
||||
msgstr ""
|
||||
|
||||
msgid "Detect Creality K-series printer"
|
||||
msgstr ""
|
||||
|
||||
msgid "Click Scan to look for K-series printers on your network."
|
||||
msgstr ""
|
||||
|
||||
msgid "Use Selected"
|
||||
msgstr ""
|
||||
|
||||
msgid "Scanning the LAN for K-series printers... this takes a few seconds."
|
||||
msgstr ""
|
||||
|
||||
msgid "No K-series printers found. Make sure the printer is on the same network and not blocked by Wi-Fi client isolation, then click Scan again."
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "Found %zu Creality printer(s). Select one and click Use Selected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
msgid "Processes"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show/Hide system information"
|
||||
msgstr ""
|
||||
|
||||
msgid "Copy system information to clipboard"
|
||||
msgstr ""
|
||||
|
||||
msgid "We need information for diagnosing source of the issue. Check wiki page for detailed guide."
|
||||
msgstr ""
|
||||
|
||||
msgid "Pack button collects project file and logs of current session onto a zip file."
|
||||
msgstr ""
|
||||
|
||||
msgid "Any additional visual examples like images or screen recordings might be helpful while reporting the issue."
|
||||
msgstr ""
|
||||
|
||||
msgid "Report issue"
|
||||
msgstr ""
|
||||
|
||||
msgid "Pack"
|
||||
msgstr ""
|
||||
|
||||
msgid "Cleans and rebuilds system profiles cache on next launch"
|
||||
msgstr ""
|
||||
|
||||
msgid "Clean system profiles cache"
|
||||
msgstr ""
|
||||
|
||||
msgid "Clean"
|
||||
msgstr ""
|
||||
|
||||
msgid "Loaded profiles overview"
|
||||
msgstr ""
|
||||
|
||||
msgid "This section shows information for loaded profiles"
|
||||
msgstr ""
|
||||
|
||||
msgid "Exports detailed overview of loaded profiles in json format"
|
||||
msgstr ""
|
||||
|
||||
msgid "Configurations folder"
|
||||
msgstr ""
|
||||
|
||||
msgid "Opens configurations folder"
|
||||
msgstr ""
|
||||
|
||||
msgid "Log level"
|
||||
msgstr ""
|
||||
|
||||
msgid "Stored logs"
|
||||
msgstr ""
|
||||
|
||||
msgid "Packs all stored logs onto a zip file."
|
||||
msgstr ""
|
||||
|
||||
msgid "Profiles"
|
||||
msgstr ""
|
||||
|
||||
msgid "Select NO to close dialog and review project"
|
||||
msgstr ""
|
||||
|
||||
msgid "No project file on current session. Only logs will be included to package"
|
||||
msgstr ""
|
||||
|
||||
msgid "Select NO to close dialog and review project."
|
||||
msgstr ""
|
||||
|
||||
msgid "Please make sure any instances of OrcaSlicer are not running"
|
||||
msgstr ""
|
||||
|
||||
msgid "System folder cannot be deleted because some files are in use by another application. Please close any applications using these files and try again."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to delete system folder..."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to determine executable path."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to launch a new instance."
|
||||
msgstr ""
|
||||
|
||||
msgid "log(s)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Choose where to save the exported JSON file"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Export failed\n"
|
||||
"Please check write permissions or file in use by another application"
|
||||
msgstr ""
|
||||
|
||||
msgid "Choose where to save the exported ZIP file"
|
||||
msgstr ""
|
||||
|
||||
msgid "File already exists. Overwrite?"
|
||||
msgstr ""
|
||||
|
||||
msgid "3DPrinterOS Cloud upload options"
|
||||
msgstr ""
|
||||
|
||||
@@ -17215,19 +17049,6 @@ msgstr ""
|
||||
msgid "Could not connect to MKS"
|
||||
msgstr ""
|
||||
|
||||
msgid "Connection to Moonraker is working correctly."
|
||||
msgstr ""
|
||||
|
||||
msgid "Could not connect to Moonraker"
|
||||
msgstr ""
|
||||
|
||||
msgid "The host responded but it doesn't look like Moonraker (missing result.klippy_state)."
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Could not parse Moonraker server response: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "Connection to OctoPrint is working correctly."
|
||||
msgstr ""
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2026-07-03 14:43+0200\n"
|
||||
"POT-Creation-Date: 2026-06-26 10:26+0800\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Guislain Cyril, Thomas Lété\n"
|
||||
@@ -1701,18 +1701,13 @@ msgid ""
|
||||
"To migrate your existing profiles, log in to Orca Cloud and they will be transferred automatically. To learn more about how OrcaSlicer stores and syncs your profiles, or to migrate your presets manually, check out our wiki.\n"
|
||||
"\n"
|
||||
"If you did not use Bambu Cloud to sync profiles, this change does not affect you and you can safely ignore this message."
|
||||
msgstr ""
|
||||
"Depuis la version 2.4.0, OrcaSlicer synchronise les profils utilisateur via Orca Cloud au lieu de Bambu Cloud.\n"
|
||||
"\n"
|
||||
"Pour migrer vos profils existants, connectez-vous à Orca Cloud et ils seront transférés automatiquement. Pour en savoir plus sur la façon dont OrcaSlicer stocke et synchronise vos profils, ou pour migrer vos préréglages manuellement, consultez notre wiki.\n"
|
||||
"\n"
|
||||
"Si vous n'utilisiez pas Bambu Cloud pour synchroniser vos profils, ce changement ne vous concerne pas et vous pouvez ignorer ce message."
|
||||
msgstr "Depuis la version 2.4.0, OrcaSlicer synchronise les profils utilisateur via Orca Cloud au lieu de Bambu Cloud.\n\nPour migrer vos profils existants, connectez-vous à Orca Cloud et ils seront transférés automatiquement. Pour en savoir plus sur la façon dont OrcaSlicer stocke et synchronise vos profils, ou pour migrer vos préréglages manuellement, consultez notre wiki.\n\nSi vous n'utilisiez pas Bambu Cloud pour synchroniser vos profils, ce changement ne vous concerne pas et vous pouvez ignorer ce message."
|
||||
|
||||
msgid "Profile syncing change"
|
||||
msgstr "Modification de la synchronisation des profils"
|
||||
msgstr ""
|
||||
|
||||
msgid "Learn more"
|
||||
msgstr "En savoir plus"
|
||||
msgstr ""
|
||||
|
||||
msgid "Reloading network plug-in..."
|
||||
msgstr "Rechargement du plug-in réseau…"
|
||||
@@ -1748,9 +1743,6 @@ msgid ""
|
||||
"Some features, including the setup wizard, may appear blank until it is installed.\n"
|
||||
"Please install it manually from https://developer.microsoft.com/microsoft-edge/webview2/ and restart Orca Slicer."
|
||||
msgstr ""
|
||||
"Le runtime Microsoft WebView2 n’a pas pu être installé.\n"
|
||||
"Certaines fonctionnalités, dont l’assistant de configuration, peuvent apparaître vides tant qu’il n’est pas installé.\n"
|
||||
"Veuillez l’installer manuellement depuis https://developer.microsoft.com/microsoft-edge/webview2/ et redémarrer Orca Slicer."
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Resources path does not exist or is not a directory: %s"
|
||||
@@ -4001,7 +3993,7 @@ msgid "The recommended nozzle temperature for this filament type is [%d, %d] deg
|
||||
msgstr "La température de buse recommandée pour ce type de filament est de [%d, %d] degrés Celsius."
|
||||
|
||||
msgid "Adaptive Pressure Advance model validation failed:\n"
|
||||
msgstr "Échec de la validation du modèle d’avance de pression adaptative :\n"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Too small max volumetric speed.\n"
|
||||
@@ -4014,10 +4006,6 @@ msgstr ""
|
||||
msgid "Current chamber temperature is higher than the material's safe temperature; this may result in material softening and nozzle clogs. The maximum safe temperature for the material is %d"
|
||||
msgstr "La température actuelle du caisson est supérieure à la température de sécurité du matériau, ce qui peut entraîner un ramollissement et un bouchage du filament. La température de sécurité maximale pour le matériau est %d"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "The minimal chamber temperature (%d℃) is higher than the target chamber temperature (%d℃). The minimal value is the threshold at which printing starts while the chamber keeps heating toward the target, so it should not exceed it. It will be clamped to the target."
|
||||
msgstr "La température minimale du caisson (%d℃) est supérieure à la température cible du caisson (%d℃). La valeur minimale est le seuil à partir duquel l’impression démarre tandis que le caisson continue de chauffer vers la cible ; elle ne doit donc pas la dépasser. Elle sera limitée à la cible."
|
||||
|
||||
msgid ""
|
||||
"Layer height too small\n"
|
||||
"It has been reset to 0.2"
|
||||
@@ -5125,7 +5113,7 @@ msgid "Slice"
|
||||
msgstr "Découper"
|
||||
|
||||
msgid "Review"
|
||||
msgstr "Examiner"
|
||||
msgstr ""
|
||||
|
||||
msgid "Assembly Return"
|
||||
msgstr "Retour d'assemblage"
|
||||
@@ -7730,50 +7718,6 @@ msgstr "Choisir le dossier pour les éléments téléchargés"
|
||||
msgid "Choose Download Directory"
|
||||
msgstr "Choisissez le répertoire de téléchargement"
|
||||
|
||||
msgid "(Latest)"
|
||||
msgstr "(Dernière)"
|
||||
|
||||
msgid "Network plug-in switched successfully."
|
||||
msgstr "Plug-in réseau changé avec succès."
|
||||
|
||||
msgid "Success"
|
||||
msgstr "Succès"
|
||||
|
||||
msgid "Failed to load network plug-in. Please restart the application."
|
||||
msgstr "Échec du chargement du plug-in réseau. Veuillez redémarrer l'application."
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"You've selected network plug-in version %s.\n"
|
||||
"\n"
|
||||
"Would you like to download and install this version now?\n"
|
||||
"\n"
|
||||
"Note: The application may need to restart after installation."
|
||||
msgstr ""
|
||||
"Vous avez sélectionné la version %s du plug-in réseau.\n"
|
||||
"\n"
|
||||
"Souhaitez-vous télécharger et installer cette version maintenant ?\n"
|
||||
"\n"
|
||||
"Note : L'application devra peut-être redémarrer après l'installation."
|
||||
|
||||
msgid "Download Network Plug-in"
|
||||
msgstr "Télécharger le plug-in réseau"
|
||||
|
||||
msgid "Reload the network plug-in without restarting the application"
|
||||
msgstr "Recharger le plug-in réseau sans redémarrer l'application"
|
||||
|
||||
msgid "Network plug-in reloaded successfully."
|
||||
msgstr "Plug-in réseau rechargé avec succès."
|
||||
|
||||
msgid "Reload"
|
||||
msgstr "Recharger"
|
||||
|
||||
msgid "Failed to reload network plug-in. Please restart the application."
|
||||
msgstr "Échec du rechargement du plug-in réseau. Veuillez redémarrer l'application."
|
||||
|
||||
msgid "Reload Failed"
|
||||
msgstr "Échec du rechargement"
|
||||
|
||||
msgid "Associate"
|
||||
msgstr "Associer"
|
||||
|
||||
@@ -7828,6 +7772,12 @@ msgstr "Afficher l'écran de démarrage"
|
||||
msgid "Show the splash screen during startup."
|
||||
msgstr "Afficher l’écran de démarrage au démarrage."
|
||||
|
||||
msgid "Show shared profiles notification"
|
||||
msgstr "Afficher la notification de profils partagés"
|
||||
|
||||
msgid "Show a notification with a link to browse shared profiles when the selected printer is changed."
|
||||
msgstr "Afficher une notification avec un lien pour parcourir les profils partagés lorsque l’imprimante sélectionnée change."
|
||||
|
||||
msgid "Use window buttons on left side"
|
||||
msgstr "Placer les boutons de fenêtre à gauche"
|
||||
|
||||
@@ -7858,12 +7808,6 @@ msgstr "Comportement du chargement"
|
||||
msgid "Should printer/filament/process settings be loaded when opening a 3MF file?"
|
||||
msgstr "Les paramètres d'imprimante/filament/processus doivent-ils être chargés à l'ouverture d'un fichier 3MF ?"
|
||||
|
||||
msgid "Auto backup"
|
||||
msgstr "Sauvegarde automatique"
|
||||
|
||||
msgid "Backup your project periodically to help with restoring from an occasional crash."
|
||||
msgstr "Sauvegardez votre projet périodiquement pour faciliter la restauration après un plantage occasionnel."
|
||||
|
||||
msgid "Maximum recent files"
|
||||
msgstr "Nombre maximum de fichiers récents"
|
||||
|
||||
@@ -7882,20 +7826,11 @@ msgstr "Afficher les options lors de l'importation d'un fichier STEP"
|
||||
msgid "If enabled, a parameter settings dialog will appear during STEP file import."
|
||||
msgstr "Si activé, une boîte de dialogue de paramètres apparaîtra lors de l'importation d'un fichier STEP."
|
||||
|
||||
msgid "Quality level for Draco export"
|
||||
msgstr "Niveau de qualité pour l'exportation Draco"
|
||||
msgid "Auto backup"
|
||||
msgstr "Sauvegarde automatique"
|
||||
|
||||
msgid "bits"
|
||||
msgstr "bits"
|
||||
|
||||
msgid ""
|
||||
"Controls the quantization bit depth used when compressing the mesh to Draco format.\n"
|
||||
"0 = lossless compression (geometry is preserved at full precision). Valid lossy values range from 8 to 30.\n"
|
||||
"Lower values produce smaller files but lose more geometric detail; higher values preserve more detail at the cost of larger files."
|
||||
msgstr ""
|
||||
"Contrôle la profondeur de bits de quantification utilisée lors de la compression du maillage au format Draco.\n"
|
||||
"0 = compression sans perte (la géométrie est préservée en pleine précision). Les valeurs avec perte valides vont de 8 à 30.\n"
|
||||
"Des valeurs plus basses produisent des fichiers plus petits mais perdent plus de détails géométriques ; des valeurs plus élevées préservent plus de détails au prix de fichiers plus volumineux."
|
||||
msgid "Backup your project periodically to help with restoring from an occasional crash."
|
||||
msgstr "Sauvegardez votre projet périodiquement pour faciliter la restauration après un plantage occasionnel."
|
||||
|
||||
msgid "Preset"
|
||||
msgstr "Préréglage"
|
||||
@@ -7927,12 +7862,6 @@ msgstr "filaments"
|
||||
msgid "Optimizes filament area maximum height by chosen filament count."
|
||||
msgstr "Optimise la hauteur maximale de la zone de filaments selon le nombre de filaments choisi."
|
||||
|
||||
msgid "Show shared profiles notification"
|
||||
msgstr "Afficher la notification de profils partagés"
|
||||
|
||||
msgid "Show a notification with a link to browse shared profiles when the selected printer is changed."
|
||||
msgstr "Afficher une notification avec un lien pour parcourir les profils partagés lorsque l’imprimante sélectionnée change."
|
||||
|
||||
msgid "Features"
|
||||
msgstr "Fonctionnalités"
|
||||
|
||||
@@ -7945,6 +7874,21 @@ msgstr "Si cette option est activée, vous pouvez envoyer une tâche à plusieur
|
||||
msgid "Pop up to select filament grouping mode"
|
||||
msgstr "Fenêtre contextuelle pour sélectionner le mode de regroupement des filaments"
|
||||
|
||||
msgid "Quality level for Draco export"
|
||||
msgstr "Niveau de qualité pour l'exportation Draco"
|
||||
|
||||
msgid "bits"
|
||||
msgstr "bits"
|
||||
|
||||
msgid ""
|
||||
"Controls the quantization bit depth used when compressing the mesh to Draco format.\n"
|
||||
"0 = lossless compression (geometry is preserved at full precision). Valid lossy values range from 8 to 30.\n"
|
||||
"Lower values produce smaller files but lose more geometric detail; higher values preserve more detail at the cost of larger files."
|
||||
msgstr ""
|
||||
"Contrôle la profondeur de bits de quantification utilisée lors de la compression du maillage au format Draco.\n"
|
||||
"0 = compression sans perte (la géométrie est préservée en pleine précision). Les valeurs avec perte valides vont de 8 à 30.\n"
|
||||
"Des valeurs plus basses produisent des fichiers plus petits mais perdent plus de détails géométriques ; des valeurs plus élevées préservent plus de détails au prix de fichiers plus volumineux."
|
||||
|
||||
msgid "Behaviour"
|
||||
msgstr "Comportement"
|
||||
|
||||
@@ -8189,6 +8133,18 @@ msgstr "Vérifier les mises à jour stables uniquement"
|
||||
msgid "Auto sync user presets (Printer/Filament/Process)"
|
||||
msgstr "Synchronisation automatique des pré-réglages utilisateur (Imprimante/Filament/Traitement)"
|
||||
|
||||
msgid "Update built-in presets automatically."
|
||||
msgstr "Mettre à jour automatiquement les préréglages intégrés."
|
||||
|
||||
msgid "Use encrypted file for token storage"
|
||||
msgstr "Utiliser un fichier chiffré pour le stockage des jetons"
|
||||
|
||||
msgid "Store authentication tokens in an encrypted file instead of the system keychain. (Requires restart)"
|
||||
msgstr "Stocker les jetons d'authentification dans un fichier chiffré au lieu du trousseau système. (Nécessite un redémarrage)"
|
||||
|
||||
msgid "Filament Sync Options"
|
||||
msgstr "Options de synchronisation des filaments"
|
||||
|
||||
msgid "Filament sync mode"
|
||||
msgstr "Mode de synchronisation des filaments"
|
||||
|
||||
@@ -8201,15 +8157,6 @@ msgstr "Filament et couleur"
|
||||
msgid "Color only"
|
||||
msgstr "Couleur uniquement"
|
||||
|
||||
msgid "Update built-in presets automatically."
|
||||
msgstr "Mettre à jour automatiquement les préréglages intégrés."
|
||||
|
||||
msgid "Use encrypted file for token storage"
|
||||
msgstr "Utiliser un fichier chiffré pour le stockage des jetons"
|
||||
|
||||
msgid "Store authentication tokens in an encrypted file instead of the system keychain. (Requires restart)"
|
||||
msgstr "Stocker les jetons d'authentification dans un fichier chiffré au lieu du trousseau système. (Nécessite un redémarrage)"
|
||||
|
||||
msgid "Bambu network plug-in"
|
||||
msgstr "Plug-in réseau Bambu"
|
||||
|
||||
@@ -8222,6 +8169,35 @@ msgstr "Version du plug-in réseau"
|
||||
msgid "Select the network plug-in version to use"
|
||||
msgstr "Sélectionner la version du plug-in réseau à utiliser"
|
||||
|
||||
msgid "(Latest)"
|
||||
msgstr "(Dernière)"
|
||||
|
||||
msgid "Network plug-in switched successfully."
|
||||
msgstr "Plug-in réseau changé avec succès."
|
||||
|
||||
msgid "Success"
|
||||
msgstr "Succès"
|
||||
|
||||
msgid "Failed to load network plug-in. Please restart the application."
|
||||
msgstr "Échec du chargement du plug-in réseau. Veuillez redémarrer l'application."
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"You've selected network plug-in version %s.\n"
|
||||
"\n"
|
||||
"Would you like to download and install this version now?\n"
|
||||
"\n"
|
||||
"Note: The application may need to restart after installation."
|
||||
msgstr ""
|
||||
"Vous avez sélectionné la version %s du plug-in réseau.\n"
|
||||
"\n"
|
||||
"Souhaitez-vous télécharger et installer cette version maintenant ?\n"
|
||||
"\n"
|
||||
"Note : L'application devra peut-être redémarrer après l'installation."
|
||||
|
||||
msgid "Download Network Plug-in"
|
||||
msgstr "Télécharger le plug-in réseau"
|
||||
|
||||
msgid "Associate files to OrcaSlicer"
|
||||
msgstr "Associer des fichiers à Orca Slicer"
|
||||
|
||||
@@ -8264,17 +8240,8 @@ msgstr "Développeur"
|
||||
msgid "Skip AMS blacklist check"
|
||||
msgstr "Ignorer la vérification de la liste noire AMS"
|
||||
|
||||
msgid "Show unsupported presets"
|
||||
msgstr "Afficher les préréglages non pris en charge"
|
||||
|
||||
msgid "Show incompatible/unsupported presets in the printer and filament dropdown lists. These presets cannot be selected."
|
||||
msgstr "Affiche les préréglages incompatibles ou non pris en charge dans les listes déroulantes d’imprimantes et de filaments. Ces préréglages ne peuvent pas être sélectionnés."
|
||||
|
||||
msgid "Experimental Features"
|
||||
msgstr "Fonctionnalités expérimentales"
|
||||
|
||||
msgid "Keep painted feature after mesh change"
|
||||
msgstr "Conserver les zones peintes après modification du maillage"
|
||||
msgid "(Experimental) Keep painted feature after mesh change"
|
||||
msgstr "(Expérimental) Conserver les éléments peints après une modification du maillage"
|
||||
|
||||
msgid ""
|
||||
"Attempt to keep painted features (color/seam/support/fuzzy etc.) after changing the object mesh (such as cut/reload from disk/simplify/fix etc.)\n"
|
||||
@@ -8283,6 +8250,12 @@ msgstr ""
|
||||
"Tente de conserver les éléments peints (couleur/couture/support/surface irrégulière, etc.) après une modification du maillage de l’objet (découpe/rechargement depuis le disque/simplification/réparation, etc.)\n"
|
||||
"Hautement expérimental ! Lent et susceptible de créer des artefacts."
|
||||
|
||||
msgid "Show unsupported presets"
|
||||
msgstr "Afficher les préréglages non pris en charge"
|
||||
|
||||
msgid "Show incompatible/unsupported presets in the printer and filament dropdown lists. These presets cannot be selected."
|
||||
msgstr "Affiche les préréglages incompatibles ou non pris en charge dans les listes déroulantes d’imprimantes et de filaments. Ces préréglages ne peuvent pas être sélectionnés."
|
||||
|
||||
msgid "Allow Abnormal Storage"
|
||||
msgstr "Autoriser le stockage anormal"
|
||||
|
||||
@@ -8311,6 +8284,24 @@ msgstr "débogage"
|
||||
msgid "trace"
|
||||
msgstr "trace"
|
||||
|
||||
msgid "Network plug-in"
|
||||
msgstr "Plug-in réseau"
|
||||
|
||||
msgid "Reload"
|
||||
msgstr "Recharger"
|
||||
|
||||
msgid "Reload the network plug-in without restarting the application"
|
||||
msgstr "Recharger le plug-in réseau sans redémarrer l'application"
|
||||
|
||||
msgid "Network plug-in reloaded successfully."
|
||||
msgstr "Plug-in réseau rechargé avec succès."
|
||||
|
||||
msgid "Failed to reload network plug-in. Please restart the application."
|
||||
msgstr "Échec du rechargement du plug-in réseau. Veuillez redémarrer l'application."
|
||||
|
||||
msgid "Reload Failed"
|
||||
msgstr "Échec du rechargement"
|
||||
|
||||
msgid "Debug"
|
||||
msgstr "Débogage"
|
||||
|
||||
@@ -8326,6 +8317,24 @@ msgstr "Synchronisation préréglée"
|
||||
msgid "Preferences sync"
|
||||
msgstr "Synchronisation des préférences"
|
||||
|
||||
msgid "View control settings"
|
||||
msgstr "Afficher les paramètres de contrôle"
|
||||
|
||||
msgid "Rotate view"
|
||||
msgstr "Rotation de la vue"
|
||||
|
||||
msgid "Pan view"
|
||||
msgstr "Déplacement de la vue"
|
||||
|
||||
msgid "Zoom view"
|
||||
msgstr "Zoom de la vue"
|
||||
|
||||
msgid "Other"
|
||||
msgstr "Autre"
|
||||
|
||||
msgid "Reverse scroll direction while zooming"
|
||||
msgstr "La molette de la souris s'inverse lors du zoom"
|
||||
|
||||
msgid "Enable SSL(MQTT)"
|
||||
msgstr "Activer SSL (MQTT)"
|
||||
|
||||
@@ -9019,12 +9028,6 @@ msgstr "Supprimer ce préréglage"
|
||||
msgid "Search in preset"
|
||||
msgstr "Rechercher dans le préréglage"
|
||||
|
||||
msgid "Synchronization of different extruder drives or nozzle volume types is not supported."
|
||||
msgstr "La synchronisation entre des entraînements d’extrudeur ou des types de volume de buse différents n’est pas prise en charge."
|
||||
|
||||
msgid "Synchronize the modification of parameters to the corresponding parameters of another extruder."
|
||||
msgstr "Synchroniser la modification des paramètres avec les paramètres correspondants d’un autre extrudeur."
|
||||
|
||||
msgid "Click to reset all settings to the last saved preset."
|
||||
msgstr "Cliquez pour rétablir tous les paramètres au dernier préréglage enregistré."
|
||||
|
||||
@@ -9311,18 +9314,6 @@ msgstr "Rapport de débit et avance de pression"
|
||||
msgid "Print chamber temperature"
|
||||
msgstr "Température du caisson d’impression"
|
||||
|
||||
msgid "Chamber temperature"
|
||||
msgstr "Température du caisson"
|
||||
|
||||
msgid "Target chamber temperature, and the minimal chamber temperature at which printing should start"
|
||||
msgstr "Température cible du caisson, et température minimale du caisson à partir de laquelle l’impression doit démarrer"
|
||||
|
||||
msgid "Target"
|
||||
msgstr "Cible"
|
||||
|
||||
msgid "Minimal"
|
||||
msgstr "Minimale"
|
||||
|
||||
msgid "Print temperature"
|
||||
msgstr "Température d'impression"
|
||||
|
||||
@@ -9650,22 +9641,12 @@ msgid "Don't warn again for this preset"
|
||||
msgstr "Ne plus avertir pour ce préréglage"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "%s: %s"
|
||||
msgstr "%s : %s"
|
||||
|
||||
msgid "No modifications need to be copied."
|
||||
msgstr "Aucune modification à copier."
|
||||
|
||||
msgid "Copy paramters"
|
||||
msgstr "Copier les paramètres"
|
||||
msgid "Left: %s"
|
||||
msgstr "Gauche : %s"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Modify paramters of %s"
|
||||
msgstr "Modifier les paramètres de %s"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Do you want to modify the following parameters of the %s to that of the %s?"
|
||||
msgstr "Voulez-vous modifier les paramètres suivants de %s pour correspondre à ceux de %s ?"
|
||||
msgid "Right: %s"
|
||||
msgstr "Droite : %s"
|
||||
|
||||
msgid "Click to reset current value and attach to the global value."
|
||||
msgstr "Cliquez pour réinitialiser la valeur actuelle et l'attacher à la valeur globale."
|
||||
@@ -9682,7 +9663,7 @@ msgstr "Modifications non enregistrées"
|
||||
msgid "Transfer or discard changes"
|
||||
msgstr "Ignorer ou conserver les modifications"
|
||||
|
||||
msgid "Old Value"
|
||||
msgid "Old value"
|
||||
msgstr "Ancienne valeur"
|
||||
|
||||
msgid "New Value"
|
||||
@@ -9814,12 +9795,6 @@ msgstr "Nombre d'extrudeurs"
|
||||
msgid "Capabilities"
|
||||
msgstr "Fonctionnalités"
|
||||
|
||||
msgid "Left: "
|
||||
msgstr "Gauche : "
|
||||
|
||||
msgid "Right: "
|
||||
msgstr "Droite : "
|
||||
|
||||
msgid "Show all presets (including incompatible)"
|
||||
msgstr "Afficher tous les préréglages (y compris incompatibles)"
|
||||
|
||||
@@ -11028,7 +11003,7 @@ msgid "The precise wall option will be ignored for outer-inner or inner-outer-in
|
||||
msgstr "L'option de paroi précise sera ignorée pour les séquences de parois extérieure-intérieure ou intérieure-extérieure-intérieure."
|
||||
|
||||
msgid "The Adaptive Pressure Advance model for one or more extruders may contain invalid values."
|
||||
msgstr "Le modèle d’avance de pression adaptative d’un ou plusieurs extrudeurs peut contenir des valeurs non valides."
|
||||
msgstr ""
|
||||
|
||||
msgid "Filament shrinkage will not be used because filament shrinkage for the used filaments does not match."
|
||||
msgstr "Le rétrécissement du filament ne sera pas utilisé car le rétrécissement des filaments utilisés ne correspond pas."
|
||||
@@ -11041,9 +11016,6 @@ msgid ""
|
||||
"\n"
|
||||
"Move the objects farther apart, reduce brim/skirt size, switch Skirt type to Combined, or switch Print sequence to By layer."
|
||||
msgstr ""
|
||||
"Les jupes par objet ne peuvent pas tenir entre les objets dans la séquence d’impression Par objet.\n"
|
||||
"\n"
|
||||
"Éloignez les objets, réduisez la taille de la bordure/jupe, passez le type de jupe à Combiné, ou passez la séquence d’impression à Par couche."
|
||||
|
||||
msgid "Exporting G-code"
|
||||
msgstr "Exportation du G-code"
|
||||
@@ -11957,25 +11929,6 @@ msgstr "Impression normale"
|
||||
msgid "This is the default acceleration for both normal printing and travel after the first layer."
|
||||
msgstr "L'accélération par défaut de l'impression normale et du déplacement à l'exception de la couche initiale"
|
||||
|
||||
msgid "Acceleration of travel moves."
|
||||
msgstr "Accélération des déplacements"
|
||||
|
||||
msgid "First layer travel"
|
||||
msgstr "Déplacement de la première couche"
|
||||
|
||||
msgid ""
|
||||
"Travel acceleration of first layer.\n"
|
||||
"The percentage value is relative to Travel Acceleration."
|
||||
msgstr ""
|
||||
"Accélération de déplacement de la première couche.\n"
|
||||
"La valeur en pourcentage est relative à l’accélération de déplacement."
|
||||
|
||||
msgid "mm/s² or %"
|
||||
msgstr "mm/s² ou %"
|
||||
|
||||
msgid "Acceleration of bridges. If the value is expressed as a percentage (e.g. 50%), it will be calculated based on the outer wall acceleration."
|
||||
msgstr "Accélération des ponts. Si la valeur est exprimée en pourcentage (par exemple 50%), elle sera calculée en fonction de l’accélération de la paroi extérieure."
|
||||
|
||||
msgid "Default filament profile"
|
||||
msgstr "Profil de filament par défaut"
|
||||
|
||||
@@ -12183,28 +12136,12 @@ msgstr "Spirale d'Archimède"
|
||||
msgid "Octagram Spiral"
|
||||
msgstr "Spirale Octagramme"
|
||||
|
||||
msgid "Top surface density"
|
||||
msgstr "Densité de la surface supérieure"
|
||||
|
||||
msgid "Density of top surface layer. A value of 100% creates a fully solid, smooth top layer. Reducing this value results in a textured top surface, according to the chosen top surface pattern. A value of 0% will result in only the walls on the top layer being created. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion."
|
||||
msgstr "Densité de la couche de surface supérieure. Une valeur de 100 % crée une couche supérieure entièrement solide et lisse. Réduire cette valeur donne une surface supérieure texturée, selon le motif de surface supérieure choisi. Une valeur de 0 % ne créera que les parois sur la couche supérieure. Destiné à des fins esthétiques ou fonctionnelles, pas pour corriger des problèmes comme la surextrusion."
|
||||
|
||||
msgid "Bottom surface pattern"
|
||||
msgstr "Motif de surface inférieure"
|
||||
|
||||
msgid "This is the line pattern of bottom surface infill, not including bridge infill."
|
||||
msgstr "Motif de ligne du remplissage de la surface inférieure, pas du remplissage du pont"
|
||||
|
||||
msgid "Bottom surface density"
|
||||
msgstr "Densité de la surface inférieure"
|
||||
|
||||
msgid ""
|
||||
"Density of the bottom surface layer. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion.\n"
|
||||
"WARNING: Lowering this value may negatively affect bed adhesion."
|
||||
msgstr ""
|
||||
"Densité de la couche de surface inférieure. Destiné à des fins esthétiques ou fonctionnelles, pas pour corriger des problèmes comme la surextrusion.\n"
|
||||
"ATTENTION : Réduire cette valeur peut affecter négativement l'adhérence au plateau."
|
||||
|
||||
msgid "Internal solid infill pattern"
|
||||
msgstr "Motif de remplissage plein interne"
|
||||
|
||||
@@ -12502,6 +12439,18 @@ msgstr "Auto pour la purge"
|
||||
msgid "Auto For Match"
|
||||
msgstr "Auto pour la correspondance"
|
||||
|
||||
msgid "Enable filament dynamic map"
|
||||
msgstr "Activer le mappage dynamique des filaments"
|
||||
|
||||
msgid "Enable dynamic filament mapping during print."
|
||||
msgstr "Activer le mappage dynamique des filaments pendant l’impression."
|
||||
|
||||
msgid "Has filament switcher"
|
||||
msgstr "Dispose d’un commutateur de filament"
|
||||
|
||||
msgid "Printer has a filament switcher hardware (e.g., AMS)."
|
||||
msgstr "L’imprimante dispose d’un matériel de commutation de filament (par exemple un AMS)."
|
||||
|
||||
msgid "Flush temperature"
|
||||
msgstr "Température de purge"
|
||||
|
||||
@@ -12839,7 +12788,7 @@ msgid "Z-buckling bias optimization (experimental)"
|
||||
msgstr "Optimisation du biais de flambage en Z (expérimental)"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
#, no-c-format, no-boost-format
|
||||
#, fuzzy
|
||||
msgid "Tightens the gyroid wave along the Z (vertical) axis at low infill density to shorten the effective vertical column length and improve Z-axis compression buckling resistance. Filament use is preserved. No effect at ~30% sparse infill density and above. Only applies when Sparse infill pattern is set to Gyroid."
|
||||
msgstr "Resserre l’onde gyroïde le long de l’axe Z (vertical) à faible densité de remplissage afin de raccourcir la longueur effective des colonnes verticales et d’améliorer la résistance au flambage en compression selon l’axe Z. La consommation de filament est préservée. Aucun effet à partir d’environ 30 % de densité de remplissage. S’applique uniquement lorsque le motif de remplissage est réglé sur Gyroïde."
|
||||
|
||||
@@ -12906,14 +12855,92 @@ msgstr "TPMS-FK"
|
||||
msgid "Gyroid"
|
||||
msgstr "Gyroïde"
|
||||
|
||||
msgid "Lateral lattice angle 1"
|
||||
msgstr "Angle de treillis 1"
|
||||
|
||||
msgid "The angle of the first set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "Angle du premier ensemble d’éléments de treillis 2D dans la direction Z. Zéro correspond à la verticale."
|
||||
|
||||
msgid "Lateral lattice angle 2"
|
||||
msgstr "Angle de treillis 2"
|
||||
|
||||
msgid "The angle of the second set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "Angle de la deuxième série d’éléments de treillis 2D dans la direction Z. Zéro correspond à la verticale."
|
||||
|
||||
msgid "Infill overhang angle"
|
||||
msgstr "Angle de surplomb du remplissage"
|
||||
|
||||
msgid "The angle of the infill angled lines. 60° will result in a pure honeycomb."
|
||||
msgstr "L'angle des lignes inclinées du remplissage. 60° donnera un nid d'abeille pur."
|
||||
|
||||
msgid "Lightning overhang angle"
|
||||
msgstr "Angle de surplomb Lightning"
|
||||
|
||||
msgid "Maximum overhang angle for Lightning infill support propagation."
|
||||
msgstr "Angle de surplomb maximal pour la propagation du support du remplissage Lightning."
|
||||
|
||||
msgid "Prune angle"
|
||||
msgstr "Angle d’élagage"
|
||||
|
||||
msgid ""
|
||||
"Controls how aggressively short or unsupported Lightning branches are pruned.\n"
|
||||
"This angle is converted internally to a per-layer distance."
|
||||
msgstr ""
|
||||
"Contrôle l’agressivité de l’élagage des branches Lightning courtes ou non soutenues.\n"
|
||||
"Cet angle est converti en interne en une distance par couche."
|
||||
|
||||
msgid "Straightening angle"
|
||||
msgstr "Angle de redressement"
|
||||
|
||||
msgid "Maximum straightening angle used to simplify Lightning branches."
|
||||
msgstr "Angle de redressement maximal utilisé pour simplifier les branches Lightning."
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr "Longueur de l’ancrage de remplissage interne"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than infill_anchor_max is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to this parameter, but no longer than anchor_length_max.\n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a single infill line."
|
||||
msgstr ""
|
||||
"Connecter une ligne de remplissage à un périmètre interne avec un court segment de périmètre supplémentaire. S’il est exprimé en pourcentage (exemple : 15%), il est calculé sur la largeur de l’extrusion de remplissage. Si aucun segment de périmètre plus court que infill_anchor_max n’est trouvé, la ligne de remplissage est connectée à un segment de périmètre d’un seul côté et la longueur du segment de périmètre pris est limitée à ce paramètre, mais pas plus long que anchor_length_max.\n"
|
||||
"Une valeur à 0 désactive les périmètres d’ancrage connectés à une seule ligne de remplissage."
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr "0 (aucune ancre ouverte)"
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr "1000 (illimité)"
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr "Longueur maximale de l’ancrage de remplissage"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than this parameter is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to infill_anchor, but no longer than this parameter.\n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should create the same result as with 1000 & 0."
|
||||
msgstr ""
|
||||
"Connecter une ligne de remplissage à un périmètre interne avec un court segment de périmètre supplémentaire. S’il est exprimé en pourcentage (exemple : 15 %), il est calculé sur la largeur de l’extrusion de remplissage. Orca Slicer essaie de connecter deux lignes de remplissage proches à un court segment de périmètre. Si aucun segment de périmètre plus court que ce paramètre n’est trouvé, la ligne de remplissage est connectée à un segment de périmètre sur un seul côté et la longueur du segment de périmètre pris est limitée à infill_anchor, mais pas plus longue que ce paramètre.\n"
|
||||
"S’il est défini sur 0, l’ancien algorithme de connexion de remplissage sera utilisé, il devrait créer le même résultat qu’avec 1000 et 0."
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr "0 (connexions simples)"
|
||||
|
||||
msgid "Acceleration of inner walls."
|
||||
msgstr "Accélération des parois intérieures"
|
||||
|
||||
msgid "Acceleration of travel moves."
|
||||
msgstr "Accélération des déplacements"
|
||||
|
||||
msgid "This is the acceleration of top surface infill. Using a lower value may improve top surface quality."
|
||||
msgstr "Il s'agit de l'accélération de la surface supérieure du remplissage. Utiliser une valeur plus petite pourrait améliorer la qualité de la surface supérieure"
|
||||
|
||||
msgid "Acceleration of outer wall: using a lower value can improve quality."
|
||||
msgstr "Accélération de la paroi extérieur : l'utilisation d'une valeur inférieure peut améliorer la qualité"
|
||||
|
||||
msgid "Acceleration of inner walls."
|
||||
msgstr "Accélération des parois intérieures"
|
||||
msgid "Acceleration of bridges. If the value is expressed as a percentage (e.g. 50%), it will be calculated based on the outer wall acceleration."
|
||||
msgstr "Accélération des ponts. Si la valeur est exprimée en pourcentage (par exemple 50%), elle sera calculée en fonction de l’accélération de la paroi extérieure."
|
||||
|
||||
msgid "mm/s² or %"
|
||||
msgstr "mm/s² ou %"
|
||||
|
||||
msgid "Acceleration of sparse infill. If the value is expressed as a percentage (e.g. 100%), it will be calculated based on the default acceleration."
|
||||
msgstr "Accélération du remplissage interne. Si la valeur est exprimée en pourcentage (par exemple 100%), elle sera calculée en fonction de l’accélération par défaut."
|
||||
@@ -12924,6 +12951,16 @@ msgstr "Accélération du remplissage interne. Si la valeur est exprimée en pou
|
||||
msgid "This is the printing acceleration for the first layer. Using limited acceleration can improve build plate adhesion."
|
||||
msgstr "Accélération de la couche initiale. L'utilisation d'une valeur plus basse peut améliorer l'adhérence sur le plateau"
|
||||
|
||||
msgid "First layer travel"
|
||||
msgstr "Déplacement de la première couche"
|
||||
|
||||
msgid ""
|
||||
"Travel acceleration of first layer.\n"
|
||||
"The percentage value is relative to Travel Acceleration."
|
||||
msgstr ""
|
||||
"Accélération de déplacement de la première couche.\n"
|
||||
"La valeur en pourcentage est relative à l’accélération de déplacement."
|
||||
|
||||
msgid "Enable accel_to_decel"
|
||||
msgstr "Activer l’accélération à la décélération"
|
||||
|
||||
@@ -13013,17 +13050,6 @@ msgstr "La vitesse du ventilateur augmentera de manière linéaire à partir de
|
||||
msgid "layer"
|
||||
msgstr "couche"
|
||||
|
||||
msgid "First layer fan speed"
|
||||
msgstr "Vitesse du ventilateur de la première couche"
|
||||
|
||||
msgid ""
|
||||
"Sets an exact fan speed for the first layer, overriding all other cooling settings. Useful for protecting 3D-printed toolhead parts (e.g. Voron-style ABS/ASA ducts) from a hot bed. A small amount of airflow cools the ducts down, without using full cooling that may in certain conditions hurt first-layer adhesion.\n"
|
||||
"From the second layer onwards, normal cooling resumes.\n"
|
||||
"If \"Full fan speed at layer\" is also set, the fan ramps smoothly from this value on the first layer up to your target by the chosen layer.\n"
|
||||
"Only available when \"No cooling for the first\" is 0.\n"
|
||||
"Set to -1 to disable it."
|
||||
msgstr "Définit une vitesse de ventilateur exacte pour la première couche, remplaçant tous les autres réglages de refroidissement. Utile pour protéger les pièces de tête d’impression imprimées en 3D (par exemple les conduits ABS/ASA de type Voron) d’un plateau chaud. Un léger flux d’air refroidit les conduits, sans recourir au refroidissement complet qui, dans certaines conditions, peut nuire à l’adhérence de la première couche.\nÀ partir de la deuxième couche, le refroidissement normal reprend.\nSi « Ventilateur à pleine vitesse à la couche » est également défini, le ventilateur monte progressivement de cette valeur sur la première couche jusqu’à votre cible à la couche choisie.\nDisponible uniquement lorsque « Pas de refroidissement pour » est à 0.\nRéglez sur -1 pour le désactiver."
|
||||
|
||||
msgid "Support interface fan speed"
|
||||
msgstr "Vitesse du ventilateur"
|
||||
|
||||
@@ -13555,75 +13581,6 @@ msgstr "Zone d'exclusion de sondage de l'agglomération"
|
||||
msgid "Probing exclude area of clumping."
|
||||
msgstr "Zone d'exclusion de sondage de l'agglomération."
|
||||
|
||||
msgid "Lateral lattice angle 1"
|
||||
msgstr "Angle de treillis 1"
|
||||
|
||||
msgid "The angle of the first set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "Angle du premier ensemble d’éléments de treillis 2D dans la direction Z. Zéro correspond à la verticale."
|
||||
|
||||
msgid "Lateral lattice angle 2"
|
||||
msgstr "Angle de treillis 2"
|
||||
|
||||
msgid "The angle of the second set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "Angle de la deuxième série d’éléments de treillis 2D dans la direction Z. Zéro correspond à la verticale."
|
||||
|
||||
msgid "Infill overhang angle"
|
||||
msgstr "Angle de surplomb du remplissage"
|
||||
|
||||
msgid "The angle of the infill angled lines. 60° will result in a pure honeycomb."
|
||||
msgstr "L'angle des lignes inclinées du remplissage. 60° donnera un nid d'abeille pur."
|
||||
|
||||
msgid "Lightning overhang angle"
|
||||
msgstr "Angle de surplomb Lightning"
|
||||
|
||||
msgid "Maximum overhang angle for Lightning infill support propagation."
|
||||
msgstr "Angle de surplomb maximal pour la propagation du support du remplissage Lightning."
|
||||
|
||||
msgid "Prune angle"
|
||||
msgstr "Angle d’élagage"
|
||||
|
||||
msgid ""
|
||||
"Controls how aggressively short or unsupported Lightning branches are pruned.\n"
|
||||
"This angle is converted internally to a per-layer distance."
|
||||
msgstr ""
|
||||
"Contrôle l’agressivité de l’élagage des branches Lightning courtes ou non soutenues.\n"
|
||||
"Cet angle est converti en interne en une distance par couche."
|
||||
|
||||
msgid "Straightening angle"
|
||||
msgstr "Angle de redressement"
|
||||
|
||||
msgid "Maximum straightening angle used to simplify Lightning branches."
|
||||
msgstr "Angle de redressement maximal utilisé pour simplifier les branches Lightning."
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr "Longueur de l’ancrage de remplissage interne"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than infill_anchor_max is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to this parameter, but no longer than anchor_length_max.\n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a single infill line."
|
||||
msgstr ""
|
||||
"Connecter une ligne de remplissage à un périmètre interne avec un court segment de périmètre supplémentaire. S’il est exprimé en pourcentage (exemple : 15%), il est calculé sur la largeur de l’extrusion de remplissage. Si aucun segment de périmètre plus court que infill_anchor_max n’est trouvé, la ligne de remplissage est connectée à un segment de périmètre d’un seul côté et la longueur du segment de périmètre pris est limitée à ce paramètre, mais pas plus long que anchor_length_max.\n"
|
||||
"Une valeur à 0 désactive les périmètres d’ancrage connectés à une seule ligne de remplissage."
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr "0 (aucune ancre ouverte)"
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr "1000 (illimité)"
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr "Longueur maximale de l’ancrage de remplissage"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than this parameter is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to infill_anchor, but no longer than this parameter.\n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should create the same result as with 1000 & 0."
|
||||
msgstr ""
|
||||
"Connecter une ligne de remplissage à un périmètre interne avec un court segment de périmètre supplémentaire. S’il est exprimé en pourcentage (exemple : 15 %), il est calculé sur la largeur de l’extrusion de remplissage. Orca Slicer essaie de connecter deux lignes de remplissage proches à un court segment de périmètre. Si aucun segment de périmètre plus court que ce paramètre n’est trouvé, la ligne de remplissage est connectée à un segment de périmètre sur un seul côté et la longueur du segment de périmètre pris est limitée à infill_anchor, mais pas plus longue que ce paramètre.\n"
|
||||
"S’il est défini sur 0, l’ancien algorithme de connexion de remplissage sera utilisé, il devrait créer le même résultat qu’avec 1000 et 0."
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr "0 (connexions simples)"
|
||||
|
||||
msgid ""
|
||||
"Filament to print internal sparse infill.\n"
|
||||
"\"Default\" uses the active object/part filament."
|
||||
@@ -14488,18 +14445,6 @@ msgstr "Entraînement direct"
|
||||
msgid "Bowden"
|
||||
msgstr "Bowden"
|
||||
|
||||
msgid "Enable filament dynamic map"
|
||||
msgstr "Activer le mappage dynamique des filaments"
|
||||
|
||||
msgid "Enable dynamic filament mapping during print."
|
||||
msgstr "Activer le mappage dynamique des filaments pendant l’impression."
|
||||
|
||||
msgid "Has filament switcher"
|
||||
msgstr "Dispose d’un commutateur de filament"
|
||||
|
||||
msgid "Printer has a filament switcher hardware (e.g., AMS)."
|
||||
msgstr "L’imprimante dispose d’un matériel de commutation de filament (par exemple un AMS)."
|
||||
|
||||
msgid "Extra length on restart"
|
||||
msgstr "Longueur supplémentaire"
|
||||
|
||||
@@ -14917,9 +14862,6 @@ msgstr "Les fissures plus petites que 2x le rayon de fermeture de l’espace son
|
||||
msgid "Slicing Mode"
|
||||
msgstr "Mode de découpe"
|
||||
|
||||
msgid "Other"
|
||||
msgstr "Autre"
|
||||
|
||||
msgid "Use \"Even-odd\" for 3DLabPrint airplane models. Use \"Close holes\" to close all holes in the model."
|
||||
msgstr "Utilisez « Pair-impair » pour les modèles d'avion 3DLabPrint. Utilisez « Fermer les trous » pour fermer tous les trous du modèle."
|
||||
|
||||
@@ -15272,6 +15214,9 @@ msgstr ""
|
||||
"\n"
|
||||
"Cette option repose sur la prise en charge des commandes M191 et M141 par le micrologiciel, via des macros ou nativement, et est généralement utilisée lorsqu’un chauffage de caisson actif est installé."
|
||||
|
||||
msgid "Chamber temperature"
|
||||
msgstr "Température du caisson"
|
||||
|
||||
msgid ""
|
||||
"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber temperature can help suppress or reduce warping and potentially lead to higher interlayer bonding strength. However, at the same time, a higher chamber temperature will reduce the efficiency of air filtration for ABS and ASA.\n"
|
||||
"\n"
|
||||
@@ -15285,22 +15230,6 @@ msgstr ""
|
||||
"\n"
|
||||
"S’il est activé, ce paramètre définit également une variable gcode nommée chamber_temperature, qui peut être utilisée pour transmettre la température de caisson souhaitée à votre macro de démarrage de l’impression, ou à une macro de trempe thermique comme celle-ci : PRINT_START (autres variables) CHAMBER_TEMP=[chamber_temperature]. Cela peut être utile si votre imprimante ne prend pas en charge les commandes M141/M191, ou si vous souhaitez gérer le préchauffage dans la macro de démarrage de l’impression si aucun chauffage de caisson actif n’est installé."
|
||||
|
||||
msgid ""
|
||||
"This is the chamber temperature at which printing should start, while the chamber continues heating toward the \"Target\" chamber temperature. For example, set the Target to 60 and the Minimal to 50 to begin printing once the chamber reaches 50°C, without waiting for the full 60°C.\n"
|
||||
"\n"
|
||||
"It sets a G-code variable named chamber_minimal_temperature, which can be passed to your print start macro or a heat soak macro, like this: PRINT_START (other variables) CHAMBER_MIN_TEMP=[chamber_minimal_temperature].\n"
|
||||
"\n"
|
||||
"Unlike the \"Target\" chamber temperature, this option does not emit any M141/M191 commands; it only exposes the value to your custom G-code. It should not exceed the \"Target\" chamber temperature."
|
||||
msgstr ""
|
||||
"Il s’agit de la température du caisson à laquelle l’impression doit démarrer, tandis que le caisson continue de chauffer vers la température « Cible » du caisson. Par exemple, réglez la Cible sur 60 et la Minimale sur 50 pour commencer à imprimer dès que le caisson atteint 50 °C, sans attendre les 60 °C complets.\n"
|
||||
"\n"
|
||||
"Elle définit une variable G-code nommée chamber_minimal_temperature, qui peut être transmise à votre macro de démarrage d’impression ou à une macro de préchauffage, comme ceci : PRINT_START (autres variables) CHAMBER_MIN_TEMP=[chamber_minimal_temperature].\n"
|
||||
"\n"
|
||||
"Contrairement à la température « Cible » du caisson, cette option n’émet aucune commande M141/M191 ; elle expose seulement la valeur à votre G-code personnalisé. Elle ne doit pas dépasser la température « Cible » du caisson."
|
||||
|
||||
msgid "Chamber minimal temperature"
|
||||
msgstr "Température minimale du caisson"
|
||||
|
||||
msgid "Nozzle temperature after the first layer"
|
||||
msgstr "Température de la buse pour les couches après la première"
|
||||
|
||||
@@ -15340,6 +15269,22 @@ msgstr "Épaisseur de la coque supérieure"
|
||||
msgid "The number of top solid layers is increased when slicing if the thickness calculated by top shell layers is thinner than this value. This can avoid having too thin a shell when layer height is small. 0 means that this setting is disabled and thickness of top shell is determined simply by the number of top shell layers."
|
||||
msgstr "Le nombre de couches solides supérieures est augmenté lors du découpage si l'épaisseur calculée par les couches de coque supérieures est inférieure à cette valeur. Cela peut éviter d'avoir une coque trop fine lorsque la hauteur de couche est faible. 0 signifie que ce paramètre est désactivé et que l'épaisseur de la coque supérieure est simplement déterminée par le nombre de couches de coque supérieures."
|
||||
|
||||
msgid "Top surface density"
|
||||
msgstr "Densité de la surface supérieure"
|
||||
|
||||
msgid "Density of top surface layer. A value of 100% creates a fully solid, smooth top layer. Reducing this value results in a textured top surface, according to the chosen top surface pattern. A value of 0% will result in only the walls on the top layer being created. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion."
|
||||
msgstr "Densité de la couche de surface supérieure. Une valeur de 100 % crée une couche supérieure entièrement solide et lisse. Réduire cette valeur donne une surface supérieure texturée, selon le motif de surface supérieure choisi. Une valeur de 0 % ne créera que les parois sur la couche supérieure. Destiné à des fins esthétiques ou fonctionnelles, pas pour corriger des problèmes comme la surextrusion."
|
||||
|
||||
msgid "Bottom surface density"
|
||||
msgstr "Densité de la surface inférieure"
|
||||
|
||||
msgid ""
|
||||
"Density of the bottom surface layer. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion.\n"
|
||||
"WARNING: Lowering this value may negatively affect bed adhesion."
|
||||
msgstr ""
|
||||
"Densité de la couche de surface inférieure. Destiné à des fins esthétiques ou fonctionnelles, pas pour corriger des problèmes comme la surextrusion.\n"
|
||||
"ATTENTION : Réduire cette valeur peut affecter négativement l'adhérence au plateau."
|
||||
|
||||
msgid "This is the speed at which traveling is done."
|
||||
msgstr "Vitesse de déplacement plus rapide et sans extrusion"
|
||||
|
||||
@@ -17933,132 +17878,6 @@ msgstr "Connexion/Test"
|
||||
msgid "Connection to printers connected via the print host failed."
|
||||
msgstr "La connexion aux imprimantes connectées via l’hôte d’impression a échoué."
|
||||
|
||||
msgid "Detect Creality K-series printer"
|
||||
msgstr "Détecter une imprimante Creality série K"
|
||||
|
||||
msgid "Click Scan to look for K-series printers on your network."
|
||||
msgstr "Cliquez sur Scan pour rechercher des imprimantes série K sur votre réseau."
|
||||
|
||||
msgid "Use Selected"
|
||||
msgstr "Utiliser la sélection"
|
||||
|
||||
msgid "Scanning the LAN for K-series printers... this takes a few seconds."
|
||||
msgstr "Recherche d’imprimantes série K sur le réseau local… cela prend quelques secondes."
|
||||
|
||||
msgid "No K-series printers found. Make sure the printer is on the same network and not blocked by Wi-Fi client isolation, then click Scan again."
|
||||
msgstr "Aucune imprimante série K trouvée. Assurez-vous que l’imprimante est sur le même réseau et qu’elle n’est pas bloquée par l’isolation des clients Wi-Fi, puis cliquez à nouveau sur Scan."
|
||||
|
||||
#, c-format
|
||||
msgid "Found %zu Creality printer(s). Select one and click Use Selected."
|
||||
msgstr "%zu imprimante(s) Creality trouvée(s). Sélectionnez-en une et cliquez sur Utiliser la sélection."
|
||||
|
||||
msgid "Active"
|
||||
msgstr "Actif"
|
||||
|
||||
msgid "Printers"
|
||||
msgstr "Imprimantes"
|
||||
|
||||
msgid "Processes"
|
||||
msgstr "Traitements"
|
||||
|
||||
msgid "Show/Hide system information"
|
||||
msgstr "Afficher/Masquer les informations système"
|
||||
|
||||
msgid "Copy system information to clipboard"
|
||||
msgstr "Copier les informations système dans le presse-papiers"
|
||||
|
||||
msgid "We need information for diagnosing source of the issue. Check wiki page for detailed guide."
|
||||
msgstr "Nous avons besoin d’informations pour diagnostiquer l’origine du problème. Consultez la page wiki pour un guide détaillé."
|
||||
|
||||
msgid "Pack button collects project file and logs of current session onto a zip file."
|
||||
msgstr "Le bouton Compresser rassemble le fichier de projet et les journaux de la session actuelle dans un fichier ZIP."
|
||||
|
||||
msgid "Any additional visual examples like images or screen recordings might be helpful while reporting the issue."
|
||||
msgstr "Tout exemple visuel supplémentaire, comme des images ou des enregistrements d’écran, peut être utile pour signaler le problème."
|
||||
|
||||
msgid "Report issue"
|
||||
msgstr "Signaler un problème"
|
||||
|
||||
msgid "Pack"
|
||||
msgstr "Compresser"
|
||||
|
||||
msgid "Cleans and rebuilds system profiles cache on next launch"
|
||||
msgstr "Nettoie et reconstruit le cache des profils système au prochain démarrage"
|
||||
|
||||
msgid "Clean system profiles cache"
|
||||
msgstr "Nettoyer le cache des profils système"
|
||||
|
||||
msgid "Clean"
|
||||
msgstr "Nettoyer"
|
||||
|
||||
msgid "Loaded profiles overview"
|
||||
msgstr "Aperçu des profils chargés"
|
||||
|
||||
msgid "This section shows information for loaded profiles"
|
||||
msgstr "Cette section affiche les informations des profils chargés"
|
||||
|
||||
msgid "Exports detailed overview of loaded profiles in json format"
|
||||
msgstr "Exporte un aperçu détaillé des profils chargés au format JSON"
|
||||
|
||||
msgid "Configurations folder"
|
||||
msgstr "Dossier des configurations"
|
||||
|
||||
msgid "Opens configurations folder"
|
||||
msgstr "Ouvre le dossier des configurations"
|
||||
|
||||
msgid "Log level"
|
||||
msgstr "Niveau de journalisation"
|
||||
|
||||
msgid "Stored logs"
|
||||
msgstr "Journaux stockés"
|
||||
|
||||
msgid "Packs all stored logs onto a zip file."
|
||||
msgstr "Compresse tous les journaux stockés dans un fichier ZIP."
|
||||
|
||||
msgid "Profiles"
|
||||
msgstr "Profils"
|
||||
|
||||
msgid "Select NO to close dialog and review project"
|
||||
msgstr "Sélectionnez Non pour fermer la fenêtre et revoir le projet"
|
||||
|
||||
msgid "No project file on current session. Only logs will be included to package"
|
||||
msgstr "Aucun fichier de projet dans la session actuelle. Seuls les journaux seront inclus dans le paquet"
|
||||
|
||||
msgid "Select NO to close dialog and review project."
|
||||
msgstr "Sélectionnez Non pour fermer la fenêtre et revoir le projet."
|
||||
|
||||
msgid "Please make sure any instances of OrcaSlicer are not running"
|
||||
msgstr "Veuillez vous assurer qu’aucune instance d’OrcaSlicer n’est en cours d’exécution"
|
||||
|
||||
msgid "System folder cannot be deleted because some files are in use by another application. Please close any applications using these files and try again."
|
||||
msgstr "Le dossier système ne peut pas être supprimé car certains fichiers sont utilisés par une autre application. Veuillez fermer toute application utilisant ces fichiers et réessayer."
|
||||
|
||||
msgid "Failed to delete system folder..."
|
||||
msgstr "Échec de la suppression du dossier système…"
|
||||
|
||||
msgid "Failed to determine executable path."
|
||||
msgstr "Impossible de déterminer le chemin de l’exécutable."
|
||||
|
||||
msgid "Failed to launch a new instance."
|
||||
msgstr "Échec du lancement d’une nouvelle instance."
|
||||
|
||||
msgid "log(s)"
|
||||
msgstr "journal(aux)"
|
||||
|
||||
msgid "Choose where to save the exported JSON file"
|
||||
msgstr "Choisissez où enregistrer le fichier JSON exporté"
|
||||
|
||||
msgid ""
|
||||
"Export failed\n"
|
||||
"Please check write permissions or file in use by another application"
|
||||
msgstr "Échec de l’exportation\nVeuillez vérifier les autorisations d’écriture ou si le fichier est utilisé par une autre application"
|
||||
|
||||
msgid "Choose where to save the exported ZIP file"
|
||||
msgstr "Choisissez où enregistrer le fichier ZIP exporté"
|
||||
|
||||
msgid "File already exists. Overwrite?"
|
||||
msgstr "Le fichier existe déjà. L’écraser ?"
|
||||
|
||||
msgid "3DPrinterOS Cloud upload options"
|
||||
msgstr "Options de téléversement vers 3DPrinterOS Cloud"
|
||||
|
||||
@@ -18141,19 +17960,6 @@ msgstr "La connexion à MKS fonctionne correctement."
|
||||
msgid "Could not connect to MKS"
|
||||
msgstr "Impossible de se connecter à MKS"
|
||||
|
||||
msgid "Connection to Moonraker is working correctly."
|
||||
msgstr "La connexion à Moonraker fonctionne correctement."
|
||||
|
||||
msgid "Could not connect to Moonraker"
|
||||
msgstr "Impossible de se connecter à Moonraker"
|
||||
|
||||
msgid "The host responded but it doesn't look like Moonraker (missing result.klippy_state)."
|
||||
msgstr "L’hôte a répondu mais ne semble pas être Moonraker (result.klippy_state manquant)."
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Could not parse Moonraker server response: %s"
|
||||
msgstr "Impossible d’analyser la réponse du serveur Moonraker : %s"
|
||||
|
||||
msgid "Connection to OctoPrint is working correctly."
|
||||
msgstr "La connexion à OctoPrint fonctionne correctement."
|
||||
|
||||
@@ -19304,38 +19110,6 @@ msgstr ""
|
||||
"Éviter la déformation\n"
|
||||
"Saviez-vous que lors de l’impression de matériaux susceptibles de se déformer, tels que l’ABS, une augmentation appropriée de la température du plateau chauffant peut réduire la probabilité de déformation?"
|
||||
|
||||
#~ msgid "Filament Sync Options"
|
||||
#~ msgstr "Options de synchronisation des filaments"
|
||||
|
||||
#~ msgid "(Experimental) Keep painted feature after mesh change"
|
||||
#~ msgstr "(Expérimental) Conserver les éléments peints après une modification du maillage"
|
||||
|
||||
#~ msgid "Network plug-in"
|
||||
#~ msgstr "Plug-in réseau"
|
||||
|
||||
#~ msgid "View control settings"
|
||||
#~ msgstr "Afficher les paramètres de contrôle"
|
||||
|
||||
#~ msgid "Rotate view"
|
||||
#~ msgstr "Rotation de la vue"
|
||||
|
||||
#~ msgid "Pan view"
|
||||
#~ msgstr "Déplacement de la vue"
|
||||
|
||||
#~ msgid "Zoom view"
|
||||
#~ msgstr "Zoom de la vue"
|
||||
|
||||
#~ msgid "Reverse scroll direction while zooming"
|
||||
#~ msgstr "La molette de la souris s'inverse lors du zoom"
|
||||
|
||||
#, c-format, boost-format
|
||||
#~ msgid "Left: %s"
|
||||
#~ msgstr "Gauche : %s"
|
||||
|
||||
#, c-format, boost-format
|
||||
#~ msgid "Right: %s"
|
||||
#~ msgstr "Droite : %s"
|
||||
|
||||
#~ msgid "Enable network plug-in"
|
||||
#~ msgstr "Activer le plug-in réseau"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2026-07-03 14:43+0200\n"
|
||||
"POT-Creation-Date: 2026-06-26 10:26+0800\n"
|
||||
"Language: hu\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@@ -1714,12 +1714,7 @@ msgid ""
|
||||
"To migrate your existing profiles, log in to Orca Cloud and they will be transferred automatically. To learn more about how OrcaSlicer stores and syncs your profiles, or to migrate your presets manually, check out our wiki.\n"
|
||||
"\n"
|
||||
"If you did not use Bambu Cloud to sync profiles, this change does not affect you and you can safely ignore this message."
|
||||
msgstr ""
|
||||
"A 2.4.0-s verziótól kezdve az OrcaSlicer a felhasználói profilokat a Bambu Cloud helyett az Orca Cloudon keresztül szinkronizálja.\n"
|
||||
"\n"
|
||||
"Meglévő profiljai átviteléhez jelentkezzen be az Orca Cloudba, és azok automatikusan átkerülnek. Ha többet szeretne megtudni arról, hogyan tárolja és szinkronizálja az OrcaSlicer a profiljait, vagy ha kézzel szeretné átvinni a beállításait, tekintse meg a wikinket.\n"
|
||||
"\n"
|
||||
"Ha nem használta a Bambu Cloudot a profilok szinkronizálásához, ez a változás nem érinti Önt, és nyugodtan figyelmen kívül hagyhatja ezt az üzenetet."
|
||||
msgstr "A 2.4.0-s verziótól kezdve az OrcaSlicer a felhasználói profilokat a Bambu Cloud helyett az Orca Cloudon keresztül szinkronizálja.\n\nMeglévő profiljai átviteléhez jelentkezzen be az Orca Cloudba, és azok automatikusan átkerülnek. Ha többet szeretne megtudni arról, hogyan tárolja és szinkronizálja az OrcaSlicer a profiljait, vagy ha kézzel szeretné átvinni a beállításait, tekintse meg a wikinket.\n\nHa nem használta a Bambu Cloudot a profilok szinkronizálásához, ez a változás nem érinti Önt, és nyugodtan figyelmen kívül hagyhatja ezt az üzenetet."
|
||||
|
||||
msgid "Profile syncing change"
|
||||
msgstr ""
|
||||
@@ -4103,10 +4098,6 @@ msgstr ""
|
||||
msgid "Current chamber temperature is higher than the material's safe temperature; this may result in material softening and nozzle clogs. The maximum safe temperature for the material is %d"
|
||||
msgstr "A kamra aktuális hőmérséklete magasabb az anyag biztonságos hőmérsékleténél, ez az anyag meglágyulásához és eltömődéshez vezethet. Az anyag maximális biztonságos hőmérséklete: %d"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "The minimal chamber temperature (%d℃) is higher than the target chamber temperature (%d℃). The minimal value is the threshold at which printing starts while the chamber keeps heating toward the target, so it should not exceed it. It will be clamped to the target."
|
||||
msgstr ""
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid ""
|
||||
"Layer height too small\n"
|
||||
@@ -7886,50 +7877,6 @@ msgstr "Mappa kiválasztása a letöltött elemekhez"
|
||||
msgid "Choose Download Directory"
|
||||
msgstr "Válassz letöltési mappát"
|
||||
|
||||
msgid "(Latest)"
|
||||
msgstr "(Legfrissebb)"
|
||||
|
||||
msgid "Network plug-in switched successfully."
|
||||
msgstr "A hálózati bővítmény sikeresen átváltva."
|
||||
|
||||
msgid "Success"
|
||||
msgstr "Sikeres"
|
||||
|
||||
msgid "Failed to load network plug-in. Please restart the application."
|
||||
msgstr "A hálózati bővítmény betöltése sikertelen. Indítsd újra az alkalmazást."
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"You've selected network plug-in version %s.\n"
|
||||
"\n"
|
||||
"Would you like to download and install this version now?\n"
|
||||
"\n"
|
||||
"Note: The application may need to restart after installation."
|
||||
msgstr ""
|
||||
"A(z) %s hálózati bővítmény verziót választottad.\n"
|
||||
"\n"
|
||||
"Szeretnéd most letölteni és telepíteni ezt a verziót?\n"
|
||||
"\n"
|
||||
"Megjegyzés: telepítés után szükséges lehet az alkalmazás újraindítása."
|
||||
|
||||
msgid "Download Network Plug-in"
|
||||
msgstr "Hálózati bővítmény letöltése"
|
||||
|
||||
msgid "Reload the network plug-in without restarting the application"
|
||||
msgstr "Hálózati bővítmény újratöltése az alkalmazás újraindítása nélkül"
|
||||
|
||||
msgid "Network plug-in reloaded successfully."
|
||||
msgstr "A hálózati bővítmény újratöltése sikerült."
|
||||
|
||||
msgid "Reload"
|
||||
msgstr "Újratöltés"
|
||||
|
||||
msgid "Failed to reload network plug-in. Please restart the application."
|
||||
msgstr "A hálózati bővítmény újratöltése nem sikerült. Kérlek, indítsd újra az alkalmazást."
|
||||
|
||||
msgid "Reload Failed"
|
||||
msgstr "Sikertelen újratöltés"
|
||||
|
||||
msgid "Associate"
|
||||
msgstr "Társítás"
|
||||
|
||||
@@ -7985,6 +7932,12 @@ msgstr "Splash screen meglenítése"
|
||||
msgid "Show the splash screen during startup."
|
||||
msgstr "Indításkor nyitókép megjelenítése."
|
||||
|
||||
msgid "Show shared profiles notification"
|
||||
msgstr "Megosztott profilok értesítésének megjelenítése"
|
||||
|
||||
msgid "Show a notification with a link to browse shared profiles when the selected printer is changed."
|
||||
msgstr "Értesítés megjelenítése hivatkozással a megosztott profilok böngészéséhez, ha a kiválasztott nyomtató megváltozik."
|
||||
|
||||
msgid "Use window buttons on left side"
|
||||
msgstr "Használd a bal oldalon lévő ablakgombokat"
|
||||
|
||||
@@ -8015,13 +7968,6 @@ msgstr "Betöltési viselkedés"
|
||||
msgid "Should printer/filament/process settings be loaded when opening a 3MF file?"
|
||||
msgstr "Betöltődjenek-e a nyomtató/filament/folyamat beállítások 3MF fájl megnyitásakor?"
|
||||
|
||||
msgid "Auto backup"
|
||||
msgstr "Automatikus biztonsági mentés"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Backup your project periodically to help with restoring from an occasional crash."
|
||||
msgstr "A projekt időszakos mentése az esetleges összeomlás utáni helyreállításhoz."
|
||||
|
||||
msgid "Maximum recent files"
|
||||
msgstr "Legutóbbi fájlok maximális száma"
|
||||
|
||||
@@ -8040,20 +7986,12 @@ msgstr "Beállítások megjelenítése STEP fájl importálásakor"
|
||||
msgid "If enabled, a parameter settings dialog will appear during STEP file import."
|
||||
msgstr "Ha engedélyezve van, STEP fájl importálásakor paraméterbeállítási párbeszédablak jelenik meg."
|
||||
|
||||
msgid "Quality level for Draco export"
|
||||
msgstr "Minőségi szint Draco exporthoz"
|
||||
msgid "Auto backup"
|
||||
msgstr "Automatikus biztonsági mentés"
|
||||
|
||||
msgid "bits"
|
||||
msgstr "bit"
|
||||
|
||||
msgid ""
|
||||
"Controls the quantization bit depth used when compressing the mesh to Draco format.\n"
|
||||
"0 = lossless compression (geometry is preserved at full precision). Valid lossy values range from 8 to 30.\n"
|
||||
"Lower values produce smaller files but lose more geometric detail; higher values preserve more detail at the cost of larger files."
|
||||
msgstr ""
|
||||
"A Draco formátumú hálótömörítéskor használt kvantálási bitmélységet szabályozza.\n"
|
||||
"0 = veszteségmentes tömörítés (a geometria teljes pontossággal megmarad). Az érvényes veszteséges értékek 8 és 30 között vannak.\n"
|
||||
"Az alacsonyabb értékek kisebb fájlokat eredményeznek, de több geometriai részlet vész el; a magasabb értékek több részletet őriznek meg nagyobb fájlméret árán."
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Backup your project periodically to help with restoring from an occasional crash."
|
||||
msgstr "A projekt időszakos mentése az esetleges összeomlás utáni helyreállításhoz."
|
||||
|
||||
msgid "Preset"
|
||||
msgstr "Beállítás"
|
||||
@@ -8085,12 +8023,6 @@ msgstr "filamentek"
|
||||
msgid "Optimizes filament area maximum height by chosen filament count."
|
||||
msgstr "A filamentterület maximális magasságát optimalizálja a kiválasztott filamentek száma alapján."
|
||||
|
||||
msgid "Show shared profiles notification"
|
||||
msgstr "Megosztott profilok értesítésének megjelenítése"
|
||||
|
||||
msgid "Show a notification with a link to browse shared profiles when the selected printer is changed."
|
||||
msgstr "Értesítés megjelenítése hivatkozással a megosztott profilok böngészéséhez, ha a kiválasztott nyomtató megváltozik."
|
||||
|
||||
msgid "Features"
|
||||
msgstr "Funkciók"
|
||||
|
||||
@@ -8103,6 +8035,21 @@ msgstr "Ezzel az opcióval egyszerre több eszközre küldhetsz feladatot és t
|
||||
msgid "Pop up to select filament grouping mode"
|
||||
msgstr "Felugró ablak a filamentcsoportosítási mód kiválasztásához"
|
||||
|
||||
msgid "Quality level for Draco export"
|
||||
msgstr "Minőségi szint Draco exporthoz"
|
||||
|
||||
msgid "bits"
|
||||
msgstr "bit"
|
||||
|
||||
msgid ""
|
||||
"Controls the quantization bit depth used when compressing the mesh to Draco format.\n"
|
||||
"0 = lossless compression (geometry is preserved at full precision). Valid lossy values range from 8 to 30.\n"
|
||||
"Lower values produce smaller files but lose more geometric detail; higher values preserve more detail at the cost of larger files."
|
||||
msgstr ""
|
||||
"A Draco formátumú hálótömörítéskor használt kvantálási bitmélységet szabályozza.\n"
|
||||
"0 = veszteségmentes tömörítés (a geometria teljes pontossággal megmarad). Az érvényes veszteséges értékek 8 és 30 között vannak.\n"
|
||||
"Az alacsonyabb értékek kisebb fájlokat eredményeznek, de több geometriai részlet vész el; a magasabb értékek több részletet őriznek meg nagyobb fájlméret árán."
|
||||
|
||||
msgid "Behaviour"
|
||||
msgstr "Viselkedés"
|
||||
|
||||
@@ -8342,6 +8289,19 @@ msgstr "Csak stabil frissítések keresése"
|
||||
msgid "Auto sync user presets (Printer/Filament/Process)"
|
||||
msgstr "Felhasználói beállítások automatikus szinkronizálása (Nyomtató/Filament/Folyamat)"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Update built-in presets automatically."
|
||||
msgstr "Beépített beállítások automatikus frissítése."
|
||||
|
||||
msgid "Use encrypted file for token storage"
|
||||
msgstr "Titkosított fájl használata token tároláshoz"
|
||||
|
||||
msgid "Store authentication tokens in an encrypted file instead of the system keychain. (Requires restart)"
|
||||
msgstr "Hitelesítési tokenek tárolása titkosított fájlban a rendszerkulcstartó helyett. (Újraindítást igényel)"
|
||||
|
||||
msgid "Filament Sync Options"
|
||||
msgstr "Filament szinkronizálási opciók"
|
||||
|
||||
msgid "Filament sync mode"
|
||||
msgstr "Filament szinkronizálási mód"
|
||||
|
||||
@@ -8354,16 +8314,6 @@ msgstr "Filament és szín"
|
||||
msgid "Color only"
|
||||
msgstr "Csak szín"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Update built-in presets automatically."
|
||||
msgstr "Beépített beállítások automatikus frissítése."
|
||||
|
||||
msgid "Use encrypted file for token storage"
|
||||
msgstr "Titkosított fájl használata token tároláshoz"
|
||||
|
||||
msgid "Store authentication tokens in an encrypted file instead of the system keychain. (Requires restart)"
|
||||
msgstr "Hitelesítési tokenek tárolása titkosított fájlban a rendszerkulcstartó helyett. (Újraindítást igényel)"
|
||||
|
||||
msgid "Bambu network plug-in"
|
||||
msgstr ""
|
||||
|
||||
@@ -8376,6 +8326,35 @@ msgstr "Hálózati bővítmény verzió"
|
||||
msgid "Select the network plug-in version to use"
|
||||
msgstr "A használandó hálózati bővítmény verzió kiválasztása"
|
||||
|
||||
msgid "(Latest)"
|
||||
msgstr "(Legfrissebb)"
|
||||
|
||||
msgid "Network plug-in switched successfully."
|
||||
msgstr "A hálózati bővítmény sikeresen átváltva."
|
||||
|
||||
msgid "Success"
|
||||
msgstr "Sikeres"
|
||||
|
||||
msgid "Failed to load network plug-in. Please restart the application."
|
||||
msgstr "A hálózati bővítmény betöltése sikertelen. Indítsd újra az alkalmazást."
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"You've selected network plug-in version %s.\n"
|
||||
"\n"
|
||||
"Would you like to download and install this version now?\n"
|
||||
"\n"
|
||||
"Note: The application may need to restart after installation."
|
||||
msgstr ""
|
||||
"A(z) %s hálózati bővítmény verziót választottad.\n"
|
||||
"\n"
|
||||
"Szeretnéd most letölteni és telepíteni ezt a verziót?\n"
|
||||
"\n"
|
||||
"Megjegyzés: telepítés után szükséges lehet az alkalmazás újraindítása."
|
||||
|
||||
msgid "Download Network Plug-in"
|
||||
msgstr "Hálózati bővítmény letöltése"
|
||||
|
||||
msgid "Associate files to OrcaSlicer"
|
||||
msgstr "Fájlok társítása a OrcaSlicerhoz"
|
||||
|
||||
@@ -8424,17 +8403,8 @@ msgstr "Fejlesztő"
|
||||
msgid "Skip AMS blacklist check"
|
||||
msgstr "AMS tiltólista ellenőrzés kihagyása"
|
||||
|
||||
msgid "Show unsupported presets"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show incompatible/unsupported presets in the printer and filament dropdown lists. These presets cannot be selected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Experimental Features"
|
||||
msgstr ""
|
||||
|
||||
msgid "Keep painted feature after mesh change"
|
||||
msgstr ""
|
||||
msgid "(Experimental) Keep painted feature after mesh change"
|
||||
msgstr "(Kísérleti) A festett jellemző megtartása hálócsere után"
|
||||
|
||||
msgid ""
|
||||
"Attempt to keep painted features (color/seam/support/fuzzy etc.) after changing the object mesh (such as cut/reload from disk/simplify/fix etc.)\n"
|
||||
@@ -8443,6 +8413,12 @@ msgstr ""
|
||||
"Megpróbálja tartani a festett jellemzőket (szín/varrat/támasz/fuzzy stb.) az objektumháló megváltoztatása után (például kivágás/újratöltés lemezről/egyszerűsítés/javítás stb.)\n"
|
||||
"Kísérletei szint! Lassú és hibákat hozhat létre."
|
||||
|
||||
msgid "Show unsupported presets"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show incompatible/unsupported presets in the printer and filament dropdown lists. These presets cannot be selected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Allow Abnormal Storage"
|
||||
msgstr "Rendellenes tároló engedélyezése"
|
||||
|
||||
@@ -8471,6 +8447,24 @@ msgstr ""
|
||||
msgid "trace"
|
||||
msgstr "követés"
|
||||
|
||||
msgid "Network plug-in"
|
||||
msgstr "Hálózati bővítmény"
|
||||
|
||||
msgid "Reload"
|
||||
msgstr "Újratöltés"
|
||||
|
||||
msgid "Reload the network plug-in without restarting the application"
|
||||
msgstr "Hálózati bővítmény újratöltése az alkalmazás újraindítása nélkül"
|
||||
|
||||
msgid "Network plug-in reloaded successfully."
|
||||
msgstr "A hálózati bővítmény újratöltése sikerült."
|
||||
|
||||
msgid "Failed to reload network plug-in. Please restart the application."
|
||||
msgstr "A hálózati bővítmény újratöltése nem sikerült. Kérlek, indítsd újra az alkalmazást."
|
||||
|
||||
msgid "Reload Failed"
|
||||
msgstr "Sikertelen újratöltés"
|
||||
|
||||
msgid "Debug"
|
||||
msgstr "Hibakeresés"
|
||||
|
||||
@@ -8486,6 +8480,25 @@ msgstr "Beállítások szinkronizálása"
|
||||
msgid "Preferences sync"
|
||||
msgstr "Beállítások szinkronizálása"
|
||||
|
||||
msgid "View control settings"
|
||||
msgstr "Vezérlési beállítások megtekintése"
|
||||
|
||||
msgid "Rotate view"
|
||||
msgstr "Nézet elforgatása"
|
||||
|
||||
msgid "Pan view"
|
||||
msgstr "Pásztázó nézet"
|
||||
|
||||
msgid "Zoom view"
|
||||
msgstr "Nagyítás nézet"
|
||||
|
||||
msgid "Other"
|
||||
msgstr "Egyéb"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Reverse scroll direction while zooming"
|
||||
msgstr "Görgetési irány megfordítása nagyítás közben"
|
||||
|
||||
msgid "Enable SSL(MQTT)"
|
||||
msgstr "SSL engedélyezése (MQTT)"
|
||||
|
||||
@@ -9193,12 +9206,6 @@ msgstr "Ezen beállítás törlése"
|
||||
msgid "Search in preset"
|
||||
msgstr "Keresés a beállításokban"
|
||||
|
||||
msgid "Synchronization of different extruder drives or nozzle volume types is not supported."
|
||||
msgstr ""
|
||||
|
||||
msgid "Synchronize the modification of parameters to the corresponding parameters of another extruder."
|
||||
msgstr ""
|
||||
|
||||
msgid "Click to reset all settings to the last saved preset."
|
||||
msgstr "Kattints az összes beállítás utolsó mentett változatának visszaállításához."
|
||||
|
||||
@@ -9489,18 +9496,6 @@ msgstr "Anyagáramlási arány és nyomáskiegyenlítés"
|
||||
msgid "Print chamber temperature"
|
||||
msgstr "Nyomtatókamra hőmérséklete"
|
||||
|
||||
msgid "Chamber temperature"
|
||||
msgstr "Kamra hőmérséklete"
|
||||
|
||||
msgid "Target chamber temperature, and the minimal chamber temperature at which printing should start"
|
||||
msgstr ""
|
||||
|
||||
msgid "Target"
|
||||
msgstr ""
|
||||
|
||||
msgid "Minimal"
|
||||
msgstr ""
|
||||
|
||||
msgid "Print temperature"
|
||||
msgstr "Nyomtatási hőmérséklet"
|
||||
|
||||
@@ -9833,22 +9828,12 @@ msgid "Don't warn again for this preset"
|
||||
msgstr "Ne legyen több figyelmeztetés ennél az előbeállításnál"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "%s: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "No modifications need to be copied."
|
||||
msgstr ""
|
||||
|
||||
msgid "Copy paramters"
|
||||
msgstr ""
|
||||
msgid "Left: %s"
|
||||
msgstr "Bal: %s"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Modify paramters of %s"
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Do you want to modify the following parameters of the %s to that of the %s?"
|
||||
msgstr ""
|
||||
msgid "Right: %s"
|
||||
msgstr "Jobb: %s"
|
||||
|
||||
msgid "Click to reset current value and attach to the global value."
|
||||
msgstr "Kattints ide az érték visszaállításához és a globális érték használatához."
|
||||
@@ -9868,7 +9853,7 @@ msgid "Transfer or discard changes"
|
||||
msgstr "Változások elvetése vagy megtartása"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Old Value"
|
||||
msgid "Old value"
|
||||
msgstr "Régi érték"
|
||||
|
||||
msgid "New Value"
|
||||
@@ -10001,12 +9986,6 @@ msgstr "Extruderek száma"
|
||||
msgid "Capabilities"
|
||||
msgstr "Képességek"
|
||||
|
||||
msgid "Left: "
|
||||
msgstr ""
|
||||
|
||||
msgid "Right: "
|
||||
msgstr ""
|
||||
|
||||
msgid "Show all presets (including incompatible)"
|
||||
msgstr "Minden beállítás megjelenítése (beleértve az inkompatibiliseket is)"
|
||||
|
||||
@@ -12142,25 +12121,6 @@ msgstr "Normál nyomtatás"
|
||||
msgid "This is the default acceleration for both normal printing and travel after the first layer."
|
||||
msgstr "Ez az alapértelmezett gyorsulás mind a normál nyomtatáshoz, mind az első réteg utáni mozgáshoz."
|
||||
|
||||
msgid "Acceleration of travel moves."
|
||||
msgstr "Az utazó mozgások gyorsulása."
|
||||
|
||||
msgid "First layer travel"
|
||||
msgstr "Első réteg mozgás"
|
||||
|
||||
msgid ""
|
||||
"Travel acceleration of first layer.\n"
|
||||
"The percentage value is relative to Travel Acceleration."
|
||||
msgstr ""
|
||||
"Az első réteg mozgási gyorsulása.\n"
|
||||
"A százalékos érték az mozgási gyorsuláshoz van viszonyítva."
|
||||
|
||||
msgid "mm/s² or %"
|
||||
msgstr "mm/s² vagy %"
|
||||
|
||||
msgid "Acceleration of bridges. If the value is expressed as a percentage (e.g. 50%), it will be calculated based on the outer wall acceleration."
|
||||
msgstr "A hidak gyorsulása. Ha az érték százalékban van megadva (pl. 50%), a külső fal gyorsulása alapján lesz kiszámítva."
|
||||
|
||||
msgid "Default filament profile"
|
||||
msgstr "Alapértelmezett filament profil"
|
||||
|
||||
@@ -12367,12 +12327,6 @@ msgstr "Archimédeszi vonalak"
|
||||
msgid "Octagram Spiral"
|
||||
msgstr "Nyolcágú spirál"
|
||||
|
||||
msgid "Top surface density"
|
||||
msgstr "Felső felületi sűrűség"
|
||||
|
||||
msgid "Density of top surface layer. A value of 100% creates a fully solid, smooth top layer. Reducing this value results in a textured top surface, according to the chosen top surface pattern. A value of 0% will result in only the walls on the top layer being created. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion."
|
||||
msgstr "A felső felületi réteg sűrűsége. A 100%-os érték teljesen tömör, sima felső réteget hoz létre. Ennek az értéknek a csökkentése a kiválasztott felső felületi mintázatnak megfelelően texturált felső felületet eredményez. A 0%-os érték azt eredményezi, hogy a felső rétegen csak a falak jönnek létre. Esztétikai vagy funkcionális célokra szolgál, nem pedig olyan problémák javítására, mint a túlextrudálás."
|
||||
|
||||
msgid "Bottom surface pattern"
|
||||
msgstr "Alsó felület mintázata"
|
||||
|
||||
@@ -12380,16 +12334,6 @@ msgstr "Alsó felület mintázata"
|
||||
msgid "This is the line pattern of bottom surface infill, not including bridge infill."
|
||||
msgstr "Ez az alsó felület kitöltésének mintája, kivéve az áthidalásokat."
|
||||
|
||||
msgid "Bottom surface density"
|
||||
msgstr "Alsó felületi sűrűség"
|
||||
|
||||
msgid ""
|
||||
"Density of the bottom surface layer. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion.\n"
|
||||
"WARNING: Lowering this value may negatively affect bed adhesion."
|
||||
msgstr ""
|
||||
"Az alsó felületi réteg sűrűsége. Esztétikai vagy funkcionális célokra szolgál, nem pedig olyan problémák javítására, mint a túlextrudálás.\n"
|
||||
"FIGYELMEZTETÉS: Ennek az értéknek a csökkentése kedvezőtlenül befolyásolhatja a tárgyasztalhoz való tapadást."
|
||||
|
||||
msgid "Internal solid infill pattern"
|
||||
msgstr "Belső tömör kitöltés mintája"
|
||||
|
||||
@@ -12692,6 +12636,18 @@ msgstr "Automatikus öblítéshez"
|
||||
msgid "Auto For Match"
|
||||
msgstr "Automatikus egyeztetéshez"
|
||||
|
||||
msgid "Enable filament dynamic map"
|
||||
msgstr "Filament dinamikus leképezés engedélyezése"
|
||||
|
||||
msgid "Enable dynamic filament mapping during print."
|
||||
msgstr "Dinamikus filament-leképezés engedélyezése nyomtatás közben."
|
||||
|
||||
msgid "Has filament switcher"
|
||||
msgstr "Filament-váltóval rendelkezik"
|
||||
|
||||
msgid "Printer has a filament switcher hardware (e.g., AMS)."
|
||||
msgstr "A nyomtató rendelkezik filament-váltó hardverrel (pl. AMS)."
|
||||
|
||||
msgid "Flush temperature"
|
||||
msgstr "Öblítési hőmérséklet"
|
||||
|
||||
@@ -13035,7 +12991,7 @@ msgid "Z-buckling bias optimization (experimental)"
|
||||
msgstr "Z-kihajlási torzítás optimalizálása (kísérleti)"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
#, no-c-format, no-boost-format
|
||||
#, fuzzy
|
||||
msgid "Tightens the gyroid wave along the Z (vertical) axis at low infill density to shorten the effective vertical column length and improve Z-axis compression buckling resistance. Filament use is preserved. No effect at ~30% sparse infill density and above. Only applies when Sparse infill pattern is set to Gyroid."
|
||||
msgstr "Alacsony feltöltési sűrűség mellett megfeszíti a gyroid hullámot a Z (függőleges) tengely mentén, hogy lerövidítse a tényleges függőleges oszlophosszt és javítsa a Z-tengely összenyomódási kihajlási ellenállását. A filamenthasználat megmarad. Nincs hatása ~30%-os és afeletti ritka kitöltési sűrűségnél. Csak akkor érvényes, ha a Ritka kitöltési minta Gyroid-ra van állítva."
|
||||
|
||||
@@ -13103,6 +13059,79 @@ msgstr "TPMS-FK"
|
||||
msgid "Gyroid"
|
||||
msgstr ""
|
||||
|
||||
msgid "Lateral lattice angle 1"
|
||||
msgstr "Oldalsó rács 1. szöge"
|
||||
|
||||
msgid "The angle of the first set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "Az oldalsó rács elemeinek első készletének szöge Z irányban. A nulla függőlegeset jelent."
|
||||
|
||||
msgid "Lateral lattice angle 2"
|
||||
msgstr "Oldalsó rács 2. szöge"
|
||||
|
||||
msgid "The angle of the second set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "Az oldalsó rács elemeinek második készletének szöge Z irányban. A nulla függőlegeset jelent."
|
||||
|
||||
msgid "Infill overhang angle"
|
||||
msgstr "Kitöltés túlnyúlási szöge"
|
||||
|
||||
msgid "The angle of the infill angled lines. 60° will result in a pure honeycomb."
|
||||
msgstr "A kitöltés ferde vonalainak szöge. A 60° tiszta méhsejtmintát eredményez."
|
||||
|
||||
msgid "Lightning overhang angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum overhang angle for Lightning infill support propagation."
|
||||
msgstr ""
|
||||
|
||||
msgid "Prune angle"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Controls how aggressively short or unsupported Lightning branches are pruned.\n"
|
||||
"This angle is converted internally to a per-layer distance."
|
||||
msgstr ""
|
||||
|
||||
msgid "Straightening angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum straightening angle used to simplify Lightning branches."
|
||||
msgstr ""
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr "Ritka kitöltés horgonyhossza"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than infill_anchor_max is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to this parameter, but no longer than anchor_length_max.\n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a single infill line."
|
||||
msgstr ""
|
||||
"A kitöltési vonalat egy további rövid kerületszakasszal kapcsolja a belső kerülethez. Ha százalékban van megadva (például: 15%), a kitöltési extrudálási szélesség alapján lesz kiszámítva. Az Orca Slicer megpróbál két közeli kitöltési vonalat egy rövid kerületszakaszhoz kapcsolni. Ha nem talál az infill_anchor_max értéknél rövidebb ilyen kerületszakaszt, akkor a kitöltési vonal csak az egyik oldalon kapcsolódik egy kerületszakaszhoz, és az igénybe vett kerületszakasz hossza erre a paraméterre lesz korlátozva, de nem lehet hosszabb, mint az anchor_length_max.\n"
|
||||
"Állítsd ezt a paramétert 0-ra az egyetlen kitöltési vonalhoz kapcsolódó horgonyzó kerületek kikapcsolásához."
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr "0 (nincs nyitott horgony)"
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr "1000 (korlátlan)"
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr "A kitöltőhorgony maximális hossza"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than this parameter is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to infill_anchor, but no longer than this parameter.\n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should create the same result as with 1000 & 0."
|
||||
msgstr ""
|
||||
"Egy kitöltési vonalat egy további rövid kerületszakasszal kapcsol a belső kerülethez. Ha százalékban van megadva (például 15%), akkor a kitöltés extrudálási szélessége alapján kerül kiszámításra. Az Orca Slicer megpróbál két közeli kitöltési vonalat egy rövid kerületszakaszhoz kapcsolni. Ha nem talál ennél a paraméternél rövidebb ilyen kerületszakaszt, akkor a kitöltési vonal csak az egyik oldalon kapcsolódik egy kerületszakaszhoz, és a felhasznált kerületszakasz hossza az infill_anchor értékre lesz korlátozva, de ennél a paraméternél nem lehet hosszabb.\n"
|
||||
"Ha 0-ra állítod, a régi kitöltéskapcsolási algoritmus lesz használva, amely ugyanazt az eredményt adja, mint az 1000 és 0 értékek kombinációja."
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr "0 (egyszerű kapcsolás)"
|
||||
|
||||
msgid "Acceleration of inner walls."
|
||||
msgstr "A belső falak gyorsulása."
|
||||
|
||||
msgid "Acceleration of travel moves."
|
||||
msgstr "Az utazó mozgások gyorsulása."
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "This is the acceleration of top surface infill. Using a lower value may improve top surface quality."
|
||||
msgstr "A felső felületi kitöltés gyorsulása. Alacsonyabb érték használata javíthatja a felső felület minőségét"
|
||||
@@ -13111,8 +13140,11 @@ msgstr "A felső felületi kitöltés gyorsulása. Alacsonyabb érték használa
|
||||
msgid "Acceleration of outer wall: using a lower value can improve quality."
|
||||
msgstr "Gyorsulás a külső falnál: alacsonyabb érték használata javíthatja a minőséget."
|
||||
|
||||
msgid "Acceleration of inner walls."
|
||||
msgstr "A belső falak gyorsulása."
|
||||
msgid "Acceleration of bridges. If the value is expressed as a percentage (e.g. 50%), it will be calculated based on the outer wall acceleration."
|
||||
msgstr "A hidak gyorsulása. Ha az érték százalékban van megadva (pl. 50%), a külső fal gyorsulása alapján lesz kiszámítva."
|
||||
|
||||
msgid "mm/s² or %"
|
||||
msgstr "mm/s² vagy %"
|
||||
|
||||
msgid "Acceleration of sparse infill. If the value is expressed as a percentage (e.g. 100%), it will be calculated based on the default acceleration."
|
||||
msgstr "Gyorsulás a ritkás kitöltéseknél. Ha az érték százalékban van megadva (pl. 100%), akkor az alapértelmezett gyorsulás alapján kerül kiszámításra."
|
||||
@@ -13124,6 +13156,16 @@ msgstr "A belső tömör kitöltés gyorsulása. Ha az érték százalékban van
|
||||
msgid "This is the printing acceleration for the first layer. Using limited acceleration can improve build plate adhesion."
|
||||
msgstr "A kezdőréteg gyorsulása. Alacsonyabb érték használata javíthatja a tárgyasztalhoz való tapadást"
|
||||
|
||||
msgid "First layer travel"
|
||||
msgstr "Első réteg mozgás"
|
||||
|
||||
msgid ""
|
||||
"Travel acceleration of first layer.\n"
|
||||
"The percentage value is relative to Travel Acceleration."
|
||||
msgstr ""
|
||||
"Az első réteg mozgási gyorsulása.\n"
|
||||
"A százalékos érték az mozgási gyorsuláshoz van viszonyítva."
|
||||
|
||||
msgid "Enable accel_to_decel"
|
||||
msgstr "accel_to_decel engedélyezése"
|
||||
|
||||
@@ -13220,17 +13262,6 @@ msgstr "A ventilátor fordulatszáma lineárisan nő nulláról a \"close_fan_th
|
||||
msgid "layer"
|
||||
msgstr "réteg"
|
||||
|
||||
msgid "First layer fan speed"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Sets an exact fan speed for the first layer, overriding all other cooling settings. Useful for protecting 3D-printed toolhead parts (e.g. Voron-style ABS/ASA ducts) from a hot bed. A small amount of airflow cools the ducts down, without using full cooling that may in certain conditions hurt first-layer adhesion.\n"
|
||||
"From the second layer onwards, normal cooling resumes.\n"
|
||||
"If \"Full fan speed at layer\" is also set, the fan ramps smoothly from this value on the first layer up to your target by the chosen layer.\n"
|
||||
"Only available when \"No cooling for the first\" is 0.\n"
|
||||
"Set to -1 to disable it."
|
||||
msgstr ""
|
||||
|
||||
msgid "Support interface fan speed"
|
||||
msgstr "Támasz érintkező felület ventilátorsebessége"
|
||||
|
||||
@@ -13770,73 +13801,6 @@ msgstr "Csomósodás kizárási területének szondázása"
|
||||
msgid "Probing exclude area of clumping."
|
||||
msgstr "Csomósodás kizárási területének szondázása."
|
||||
|
||||
msgid "Lateral lattice angle 1"
|
||||
msgstr "Oldalsó rács 1. szöge"
|
||||
|
||||
msgid "The angle of the first set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "Az oldalsó rács elemeinek első készletének szöge Z irányban. A nulla függőlegeset jelent."
|
||||
|
||||
msgid "Lateral lattice angle 2"
|
||||
msgstr "Oldalsó rács 2. szöge"
|
||||
|
||||
msgid "The angle of the second set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "Az oldalsó rács elemeinek második készletének szöge Z irányban. A nulla függőlegeset jelent."
|
||||
|
||||
msgid "Infill overhang angle"
|
||||
msgstr "Kitöltés túlnyúlási szöge"
|
||||
|
||||
msgid "The angle of the infill angled lines. 60° will result in a pure honeycomb."
|
||||
msgstr "A kitöltés ferde vonalainak szöge. A 60° tiszta méhsejtmintát eredményez."
|
||||
|
||||
msgid "Lightning overhang angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum overhang angle for Lightning infill support propagation."
|
||||
msgstr ""
|
||||
|
||||
msgid "Prune angle"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Controls how aggressively short or unsupported Lightning branches are pruned.\n"
|
||||
"This angle is converted internally to a per-layer distance."
|
||||
msgstr ""
|
||||
|
||||
msgid "Straightening angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum straightening angle used to simplify Lightning branches."
|
||||
msgstr ""
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr "Ritka kitöltés horgonyhossza"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than infill_anchor_max is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to this parameter, but no longer than anchor_length_max.\n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a single infill line."
|
||||
msgstr ""
|
||||
"A kitöltési vonalat egy további rövid kerületszakasszal kapcsolja a belső kerülethez. Ha százalékban van megadva (például: 15%), a kitöltési extrudálási szélesség alapján lesz kiszámítva. Az Orca Slicer megpróbál két közeli kitöltési vonalat egy rövid kerületszakaszhoz kapcsolni. Ha nem talál az infill_anchor_max értéknél rövidebb ilyen kerületszakaszt, akkor a kitöltési vonal csak az egyik oldalon kapcsolódik egy kerületszakaszhoz, és az igénybe vett kerületszakasz hossza erre a paraméterre lesz korlátozva, de nem lehet hosszabb, mint az anchor_length_max.\n"
|
||||
"Állítsd ezt a paramétert 0-ra az egyetlen kitöltési vonalhoz kapcsolódó horgonyzó kerületek kikapcsolásához."
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr "0 (nincs nyitott horgony)"
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr "1000 (korlátlan)"
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr "A kitöltőhorgony maximális hossza"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than this parameter is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to infill_anchor, but no longer than this parameter.\n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should create the same result as with 1000 & 0."
|
||||
msgstr ""
|
||||
"Egy kitöltési vonalat egy további rövid kerületszakasszal kapcsol a belső kerülethez. Ha százalékban van megadva (például 15%), akkor a kitöltés extrudálási szélessége alapján kerül kiszámításra. Az Orca Slicer megpróbál két közeli kitöltési vonalat egy rövid kerületszakaszhoz kapcsolni. Ha nem talál ennél a paraméternél rövidebb ilyen kerületszakaszt, akkor a kitöltési vonal csak az egyik oldalon kapcsolódik egy kerületszakaszhoz, és a felhasznált kerületszakasz hossza az infill_anchor értékre lesz korlátozva, de ennél a paraméternél nem lehet hosszabb.\n"
|
||||
"Ha 0-ra állítod, a régi kitöltéskapcsolási algoritmus lesz használva, amely ugyanazt az eredményt adja, mint az 1000 és 0 értékek kombinációja."
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr "0 (egyszerű kapcsolás)"
|
||||
|
||||
msgid ""
|
||||
"Filament to print internal sparse infill.\n"
|
||||
"\"Default\" uses the active object/part filament."
|
||||
@@ -14732,18 +14696,6 @@ msgstr "Direct Drive"
|
||||
msgid "Bowden"
|
||||
msgstr "Bowden"
|
||||
|
||||
msgid "Enable filament dynamic map"
|
||||
msgstr "Filament dinamikus leképezés engedélyezése"
|
||||
|
||||
msgid "Enable dynamic filament mapping during print."
|
||||
msgstr "Dinamikus filament-leképezés engedélyezése nyomtatás közben."
|
||||
|
||||
msgid "Has filament switcher"
|
||||
msgstr "Filament-váltóval rendelkezik"
|
||||
|
||||
msgid "Printer has a filament switcher hardware (e.g., AMS)."
|
||||
msgstr "A nyomtató rendelkezik filament-váltó hardverrel (pl. AMS)."
|
||||
|
||||
msgid "Extra length on restart"
|
||||
msgstr "Extra hossz újraindításkor"
|
||||
|
||||
@@ -15171,9 +15123,6 @@ msgstr "A háromszögháló szeletelés során a szeletelési hézag lezárási
|
||||
msgid "Slicing Mode"
|
||||
msgstr "Szeletelési mód"
|
||||
|
||||
msgid "Other"
|
||||
msgstr "Egyéb"
|
||||
|
||||
msgid "Use \"Even-odd\" for 3DLabPrint airplane models. Use \"Close holes\" to close all holes in the model."
|
||||
msgstr "Használd a \"Páros-páratlan\" opciót a 3DLabPrint repülőgépmodellekhez. Használd a \"Hézagok lezárása\" lehetőséget a modell összes házagának lezárásához."
|
||||
|
||||
@@ -15540,6 +15489,9 @@ msgstr ""
|
||||
"\n"
|
||||
"Ez az opció feltételezi, hogy a firmware makrókon keresztül vagy natívan támogatja az M191 és M141 parancsokat, és általában akkor használják, ha létezik aktív kamrafűtő."
|
||||
|
||||
msgid "Chamber temperature"
|
||||
msgstr "Kamra hőmérséklete"
|
||||
|
||||
msgid ""
|
||||
"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber temperature can help suppress or reduce warping and potentially lead to higher interlayer bonding strength. However, at the same time, a higher chamber temperature will reduce the efficiency of air filtration for ABS and ASA.\n"
|
||||
"\n"
|
||||
@@ -15553,17 +15505,6 @@ msgstr ""
|
||||
"\n"
|
||||
"Bekapcsolva ez a paraméter egy chamber_temperature nevű G-code változót is beállít, amely felhasználható a kívánt kamrahőmérséklet átadására a nyomtatásindító makrónak, vagy egy ilyen hőkiegyenlítő makrónak: PRINT_START (egyéb változók) CHAMBER_TEMP=[chamber_temperature]. Ez akkor lehet hasznos, ha a nyomtatód nem támogatja az M141/M191 parancsokat, vagy ha az aktív kamrafűtés hiányában a hőkiegyenlítést a nyomtatásindító makróban szeretnéd kezelni."
|
||||
|
||||
msgid ""
|
||||
"This is the chamber temperature at which printing should start, while the chamber continues heating toward the \"Target\" chamber temperature. For example, set the Target to 60 and the Minimal to 50 to begin printing once the chamber reaches 50°C, without waiting for the full 60°C.\n"
|
||||
"\n"
|
||||
"It sets a G-code variable named chamber_minimal_temperature, which can be passed to your print start macro or a heat soak macro, like this: PRINT_START (other variables) CHAMBER_MIN_TEMP=[chamber_minimal_temperature].\n"
|
||||
"\n"
|
||||
"Unlike the \"Target\" chamber temperature, this option does not emit any M141/M191 commands; it only exposes the value to your custom G-code. It should not exceed the \"Target\" chamber temperature."
|
||||
msgstr ""
|
||||
|
||||
msgid "Chamber minimal temperature"
|
||||
msgstr ""
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Nozzle temperature after the first layer"
|
||||
msgstr "Fúvóka hőmérséklete az első réteg után"
|
||||
@@ -15609,6 +15550,22 @@ msgstr "Felső héj vastagság"
|
||||
msgid "The number of top solid layers is increased when slicing if the thickness calculated by top shell layers is thinner than this value. This can avoid having too thin a shell when layer height is small. 0 means that this setting is disabled and thickness of top shell is determined simply by the number of top shell layers."
|
||||
msgstr "A felső szilárd rétegek száma szeleteléskor megnő, ha a felső héjrétegekből számított vastagság kisebb ennél az értéknél. Ezzel elkerülhető, hogy túl vékony legyen a héj kis rétegmagasságnál. A 0 azt jelenti, hogy ez a beállítás ki van kapcsolva, és a felső héj vastagságát egyszerűen a felső héjrétegek száma határozza meg."
|
||||
|
||||
msgid "Top surface density"
|
||||
msgstr "Felső felületi sűrűség"
|
||||
|
||||
msgid "Density of top surface layer. A value of 100% creates a fully solid, smooth top layer. Reducing this value results in a textured top surface, according to the chosen top surface pattern. A value of 0% will result in only the walls on the top layer being created. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion."
|
||||
msgstr "A felső felületi réteg sűrűsége. A 100%-os érték teljesen tömör, sima felső réteget hoz létre. Ennek az értéknek a csökkentése a kiválasztott felső felületi mintázatnak megfelelően texturált felső felületet eredményez. A 0%-os érték azt eredményezi, hogy a felső rétegen csak a falak jönnek létre. Esztétikai vagy funkcionális célokra szolgál, nem pedig olyan problémák javítására, mint a túlextrudálás."
|
||||
|
||||
msgid "Bottom surface density"
|
||||
msgstr "Alsó felületi sűrűség"
|
||||
|
||||
msgid ""
|
||||
"Density of the bottom surface layer. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion.\n"
|
||||
"WARNING: Lowering this value may negatively affect bed adhesion."
|
||||
msgstr ""
|
||||
"Az alsó felületi réteg sűrűsége. Esztétikai vagy funkcionális célokra szolgál, nem pedig olyan problémák javítására, mint a túlextrudálás.\n"
|
||||
"FIGYELMEZTETÉS: Ennek az értéknek a csökkentése kedvezőtlenül befolyásolhatja a tárgyasztalhoz való tapadást."
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "This is the speed at which traveling is done."
|
||||
msgstr "Mozgási sebesség, amikor nem történik extrudálás"
|
||||
@@ -18237,132 +18194,6 @@ msgstr "Bejelentkezés/Teszt"
|
||||
msgid "Connection to printers connected via the print host failed."
|
||||
msgstr "A nyomtatóállomáson keresztül csatlakoztatott nyomtatókhoz való csatlakozás sikertelen."
|
||||
|
||||
msgid "Detect Creality K-series printer"
|
||||
msgstr ""
|
||||
|
||||
msgid "Click Scan to look for K-series printers on your network."
|
||||
msgstr ""
|
||||
|
||||
msgid "Use Selected"
|
||||
msgstr ""
|
||||
|
||||
msgid "Scanning the LAN for K-series printers... this takes a few seconds."
|
||||
msgstr ""
|
||||
|
||||
msgid "No K-series printers found. Make sure the printer is on the same network and not blocked by Wi-Fi client isolation, then click Scan again."
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "Found %zu Creality printer(s). Select one and click Use Selected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
msgid "Processes"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show/Hide system information"
|
||||
msgstr ""
|
||||
|
||||
msgid "Copy system information to clipboard"
|
||||
msgstr ""
|
||||
|
||||
msgid "We need information for diagnosing source of the issue. Check wiki page for detailed guide."
|
||||
msgstr ""
|
||||
|
||||
msgid "Pack button collects project file and logs of current session onto a zip file."
|
||||
msgstr ""
|
||||
|
||||
msgid "Any additional visual examples like images or screen recordings might be helpful while reporting the issue."
|
||||
msgstr ""
|
||||
|
||||
msgid "Report issue"
|
||||
msgstr ""
|
||||
|
||||
msgid "Pack"
|
||||
msgstr ""
|
||||
|
||||
msgid "Cleans and rebuilds system profiles cache on next launch"
|
||||
msgstr ""
|
||||
|
||||
msgid "Clean system profiles cache"
|
||||
msgstr ""
|
||||
|
||||
msgid "Clean"
|
||||
msgstr ""
|
||||
|
||||
msgid "Loaded profiles overview"
|
||||
msgstr ""
|
||||
|
||||
msgid "This section shows information for loaded profiles"
|
||||
msgstr ""
|
||||
|
||||
msgid "Exports detailed overview of loaded profiles in json format"
|
||||
msgstr ""
|
||||
|
||||
msgid "Configurations folder"
|
||||
msgstr ""
|
||||
|
||||
msgid "Opens configurations folder"
|
||||
msgstr ""
|
||||
|
||||
msgid "Log level"
|
||||
msgstr ""
|
||||
|
||||
msgid "Stored logs"
|
||||
msgstr ""
|
||||
|
||||
msgid "Packs all stored logs onto a zip file."
|
||||
msgstr ""
|
||||
|
||||
msgid "Profiles"
|
||||
msgstr ""
|
||||
|
||||
msgid "Select NO to close dialog and review project"
|
||||
msgstr ""
|
||||
|
||||
msgid "No project file on current session. Only logs will be included to package"
|
||||
msgstr ""
|
||||
|
||||
msgid "Select NO to close dialog and review project."
|
||||
msgstr ""
|
||||
|
||||
msgid "Please make sure any instances of OrcaSlicer are not running"
|
||||
msgstr ""
|
||||
|
||||
msgid "System folder cannot be deleted because some files are in use by another application. Please close any applications using these files and try again."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to delete system folder..."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to determine executable path."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to launch a new instance."
|
||||
msgstr ""
|
||||
|
||||
msgid "log(s)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Choose where to save the exported JSON file"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Export failed\n"
|
||||
"Please check write permissions or file in use by another application"
|
||||
msgstr ""
|
||||
|
||||
msgid "Choose where to save the exported ZIP file"
|
||||
msgstr ""
|
||||
|
||||
msgid "File already exists. Overwrite?"
|
||||
msgstr ""
|
||||
|
||||
msgid "3DPrinterOS Cloud upload options"
|
||||
msgstr ""
|
||||
|
||||
@@ -18445,19 +18276,6 @@ msgstr "Az MKS kapcsolata megfelelően működik."
|
||||
msgid "Could not connect to MKS"
|
||||
msgstr "Nem sikerült csatlakozni az MKS-hez"
|
||||
|
||||
msgid "Connection to Moonraker is working correctly."
|
||||
msgstr ""
|
||||
|
||||
msgid "Could not connect to Moonraker"
|
||||
msgstr ""
|
||||
|
||||
msgid "The host responded but it doesn't look like Moonraker (missing result.klippy_state)."
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Could not parse Moonraker server response: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "Connection to OctoPrint is working correctly."
|
||||
msgstr "Az OctoPrint kapcsolata megfelelően működik."
|
||||
|
||||
@@ -19616,39 +19434,6 @@ msgstr ""
|
||||
"Kunkorodás elkerülése\n"
|
||||
"Tudtad, hogy a kunkorodásra hajlamos anyagok (például ABS) nyomtatásakor a tárgyasztal hőmérsékletének növelése csökkentheti a kunkorodás valószínűségét?"
|
||||
|
||||
#~ msgid "Filament Sync Options"
|
||||
#~ msgstr "Filament szinkronizálási opciók"
|
||||
|
||||
#~ msgid "(Experimental) Keep painted feature after mesh change"
|
||||
#~ msgstr "(Kísérleti) A festett jellemző megtartása hálócsere után"
|
||||
|
||||
#~ msgid "Network plug-in"
|
||||
#~ msgstr "Hálózati bővítmény"
|
||||
|
||||
#~ msgid "View control settings"
|
||||
#~ msgstr "Vezérlési beállítások megtekintése"
|
||||
|
||||
#~ msgid "Rotate view"
|
||||
#~ msgstr "Nézet elforgatása"
|
||||
|
||||
#~ msgid "Pan view"
|
||||
#~ msgstr "Pásztázó nézet"
|
||||
|
||||
#~ msgid "Zoom view"
|
||||
#~ msgstr "Nagyítás nézet"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
#~ msgid "Reverse scroll direction while zooming"
|
||||
#~ msgstr "Görgetési irány megfordítása nagyítás közben"
|
||||
|
||||
#, c-format, boost-format
|
||||
#~ msgid "Left: %s"
|
||||
#~ msgstr "Bal: %s"
|
||||
|
||||
#, c-format, boost-format
|
||||
#~ msgid "Right: %s"
|
||||
#~ msgstr "Jobb: %s"
|
||||
|
||||
#~ msgid "Enable network plug-in"
|
||||
#~ msgstr "Hálózati bővítmény engedélyezése"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2026-07-03 14:43+0200\n"
|
||||
"POT-Creation-Date: 2026-06-26 10:26+0800\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
@@ -1717,12 +1717,7 @@ msgid ""
|
||||
"To migrate your existing profiles, log in to Orca Cloud and they will be transferred automatically. To learn more about how OrcaSlicer stores and syncs your profiles, or to migrate your presets manually, check out our wiki.\n"
|
||||
"\n"
|
||||
"If you did not use Bambu Cloud to sync profiles, this change does not affect you and you can safely ignore this message."
|
||||
msgstr ""
|
||||
"Dalla versione 2.4.0, OrcaSlicer sincronizza i profili utente tramite Orca Cloud anziché Bambu Cloud.\n"
|
||||
"\n"
|
||||
"Per migrare i tuoi profili esistenti, accedi a Orca Cloud e verranno trasferiti automaticamente. Per saperne di più su come OrcaSlicer memorizza e sincronizza i tuoi profili, o per migrare i tuoi profili manualmente, consulta la nostra wiki.\n"
|
||||
"\n"
|
||||
"Se non utilizzavi Bambu Cloud per sincronizzare i profili, questa modifica non ti riguarda e puoi ignorare questo messaggio."
|
||||
msgstr "Dalla versione 2.4.0, OrcaSlicer sincronizza i profili utente tramite Orca Cloud anziché Bambu Cloud.\n\nPer migrare i tuoi profili esistenti, accedi a Orca Cloud e verranno trasferiti automaticamente. Per saperne di più su come OrcaSlicer memorizza e sincronizza i tuoi profili, o per migrare i tuoi profili manualmente, consulta la nostra wiki.\n\nSe non utilizzavi Bambu Cloud per sincronizzare i profili, questa modifica non ti riguarda e puoi ignorare questo messaggio."
|
||||
|
||||
msgid "Profile syncing change"
|
||||
msgstr ""
|
||||
@@ -4104,10 +4099,6 @@ msgstr ""
|
||||
msgid "Current chamber temperature is higher than the material's safe temperature; this may result in material softening and nozzle clogs. The maximum safe temperature for the material is %d"
|
||||
msgstr "L'attuale temperatura della camera è superiore alla temperatura di sicurezza del materiale. Potrebbe causare l'ammorbidimento e l'intasamento del materiale. La temperatura massima di sicurezza per il materiale è %d"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "The minimal chamber temperature (%d℃) is higher than the target chamber temperature (%d℃). The minimal value is the threshold at which printing starts while the chamber keeps heating toward the target, so it should not exceed it. It will be clamped to the target."
|
||||
msgstr ""
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid ""
|
||||
"Layer height too small\n"
|
||||
@@ -7893,50 +7884,6 @@ msgstr "Scegli la cartella per gli elementi scaricati"
|
||||
msgid "Choose Download Directory"
|
||||
msgstr "Scegliere la directory di download"
|
||||
|
||||
msgid "(Latest)"
|
||||
msgstr "(Ultima)"
|
||||
|
||||
msgid "Network plug-in switched successfully."
|
||||
msgstr "Modulo di rete cambiato con successo."
|
||||
|
||||
msgid "Success"
|
||||
msgstr "Successo"
|
||||
|
||||
msgid "Failed to load network plug-in. Please restart the application."
|
||||
msgstr "Impossibile caricare il modulo di rete. Riavviare l'applicazione."
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"You've selected network plug-in version %s.\n"
|
||||
"\n"
|
||||
"Would you like to download and install this version now?\n"
|
||||
"\n"
|
||||
"Note: The application may need to restart after installation."
|
||||
msgstr ""
|
||||
"Hai selezionato la versione %s del modulo di rete.\n"
|
||||
"\n"
|
||||
"Vuoi scaricare e installare questa versione ora?\n"
|
||||
"\n"
|
||||
"Nota: potrebbe essere necessario riavviare l'applicazione dopo l'installazione."
|
||||
|
||||
msgid "Download Network Plug-in"
|
||||
msgstr "Scarica modulo di rete"
|
||||
|
||||
msgid "Reload the network plug-in without restarting the application"
|
||||
msgstr "Ricarica il modulo di rete senza riavviare l'applicazione"
|
||||
|
||||
msgid "Network plug-in reloaded successfully."
|
||||
msgstr "Modulo di rete ricaricato con successo."
|
||||
|
||||
msgid "Reload"
|
||||
msgstr "Ricarica"
|
||||
|
||||
msgid "Failed to reload network plug-in. Please restart the application."
|
||||
msgstr "Impossibile ricaricare il modulo di rete. Riavviare l'applicazione."
|
||||
|
||||
msgid "Reload Failed"
|
||||
msgstr "Ricaricamento fallito"
|
||||
|
||||
msgid "Associate"
|
||||
msgstr "Associa"
|
||||
|
||||
@@ -7992,6 +7939,12 @@ msgstr "Mostra schermata iniziale"
|
||||
msgid "Show the splash screen during startup."
|
||||
msgstr "Mostra la schermata iniziale durante l'avvio."
|
||||
|
||||
msgid "Show shared profiles notification"
|
||||
msgstr "Mostra notifica profili condivisi"
|
||||
|
||||
msgid "Show a notification with a link to browse shared profiles when the selected printer is changed."
|
||||
msgstr "Quando si cambia la stampante selezionata, viene visualizzata una notifica con un collegamento per esplorare i profili condivisi."
|
||||
|
||||
msgid "Use window buttons on left side"
|
||||
msgstr "Utilizza i pulsanti della finestra sul lato sinistro"
|
||||
|
||||
@@ -8022,13 +7975,6 @@ msgstr "Comportamento di caricamento"
|
||||
msgid "Should printer/filament/process settings be loaded when opening a 3MF file?"
|
||||
msgstr "Quando si apre un file 3MF, è necessario caricare le impostazioni della stampante/filamento/processo?"
|
||||
|
||||
msgid "Auto backup"
|
||||
msgstr "Backup automatico"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Backup your project periodically to help with restoring from an occasional crash."
|
||||
msgstr "Esegui periodicamente una copia di sicurezza del tuo progetto per facilitarne il ripristino dopo un arresto anomalo."
|
||||
|
||||
msgid "Maximum recent files"
|
||||
msgstr "Numero massimo file recenti"
|
||||
|
||||
@@ -8047,20 +7993,12 @@ msgstr "Mostra opzioni durante l'importazione di file STEP"
|
||||
msgid "If enabled, a parameter settings dialog will appear during STEP file import."
|
||||
msgstr "Se abilitato, una finestra di dialogo per le impostazioni dei parametri apparirà durante l'importazione di file STEP."
|
||||
|
||||
msgid "Quality level for Draco export"
|
||||
msgstr "Livello di qualità per l'esportazione Draco"
|
||||
msgid "Auto backup"
|
||||
msgstr "Backup automatico"
|
||||
|
||||
msgid "bits"
|
||||
msgstr "bit"
|
||||
|
||||
msgid ""
|
||||
"Controls the quantization bit depth used when compressing the mesh to Draco format.\n"
|
||||
"0 = lossless compression (geometry is preserved at full precision). Valid lossy values range from 8 to 30.\n"
|
||||
"Lower values produce smaller files but lose more geometric detail; higher values preserve more detail at the cost of larger files."
|
||||
msgstr ""
|
||||
"Controlla la profondità di bit della quantizzazione utilizzata durante la compressione della mesh in formato Draco.\n"
|
||||
"0 = compressione senza perdita (la geometria viene preservata a piena precisione). I valori con perdita validi vanno da 8 a 30.\n"
|
||||
"Valori più bassi producono file più piccoli ma perdono più dettagli geometrici; valori più alti preservano più dettagli a costo di file più grandi."
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Backup your project periodically to help with restoring from an occasional crash."
|
||||
msgstr "Esegui periodicamente una copia di sicurezza del tuo progetto per facilitarne il ripristino dopo un arresto anomalo."
|
||||
|
||||
msgid "Preset"
|
||||
msgstr "Profilo"
|
||||
@@ -8092,12 +8030,6 @@ msgstr "filamenti"
|
||||
msgid "Optimizes filament area maximum height by chosen filament count."
|
||||
msgstr "Ottimizza l'altezza massima dell'area filamenti in base al numero di filamenti selezionato."
|
||||
|
||||
msgid "Show shared profiles notification"
|
||||
msgstr "Mostra notifica profili condivisi"
|
||||
|
||||
msgid "Show a notification with a link to browse shared profiles when the selected printer is changed."
|
||||
msgstr "Quando si cambia la stampante selezionata, viene visualizzata una notifica con un collegamento per esplorare i profili condivisi."
|
||||
|
||||
msgid "Features"
|
||||
msgstr "Funzionalità"
|
||||
|
||||
@@ -8110,6 +8042,21 @@ msgstr "Abilitando questa opzione, puoi inviare un'attività a più dispositivi
|
||||
msgid "Pop up to select filament grouping mode"
|
||||
msgstr "Popup per selezionare la modalità di raggruppamento filamenti"
|
||||
|
||||
msgid "Quality level for Draco export"
|
||||
msgstr "Livello di qualità per l'esportazione Draco"
|
||||
|
||||
msgid "bits"
|
||||
msgstr "bit"
|
||||
|
||||
msgid ""
|
||||
"Controls the quantization bit depth used when compressing the mesh to Draco format.\n"
|
||||
"0 = lossless compression (geometry is preserved at full precision). Valid lossy values range from 8 to 30.\n"
|
||||
"Lower values produce smaller files but lose more geometric detail; higher values preserve more detail at the cost of larger files."
|
||||
msgstr ""
|
||||
"Controlla la profondità di bit della quantizzazione utilizzata durante la compressione della mesh in formato Draco.\n"
|
||||
"0 = compressione senza perdita (la geometria viene preservata a piena precisione). I valori con perdita validi vanno da 8 a 30.\n"
|
||||
"Valori più bassi producono file più piccoli ma perdono più dettagli geometrici; valori più alti preservano più dettagli a costo di file più grandi."
|
||||
|
||||
msgid "Behaviour"
|
||||
msgstr "Comportamento"
|
||||
|
||||
@@ -8337,6 +8284,19 @@ msgstr "Verifica solo la disponibilità di aggiornamenti stabili"
|
||||
msgid "Auto sync user presets (Printer/Filament/Process)"
|
||||
msgstr "Sincronizzazione automatica profili utente (stampante/filamento/processo)"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Update built-in presets automatically."
|
||||
msgstr "Aggiorna automaticamente i profili."
|
||||
|
||||
msgid "Use encrypted file for token storage"
|
||||
msgstr "Usa file crittografato per l'archiviazione dei token"
|
||||
|
||||
msgid "Store authentication tokens in an encrypted file instead of the system keychain. (Requires restart)"
|
||||
msgstr "Archivia i token di autenticazione in un file crittografato invece del portachiavi di sistema. (Richiede riavvio)"
|
||||
|
||||
msgid "Filament Sync Options"
|
||||
msgstr "Opzioni sincronizzazione filamento"
|
||||
|
||||
msgid "Filament sync mode"
|
||||
msgstr "Modalità sincronizzazione filamento"
|
||||
|
||||
@@ -8349,16 +8309,6 @@ msgstr "Filamento e colore"
|
||||
msgid "Color only"
|
||||
msgstr "Solo colore"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Update built-in presets automatically."
|
||||
msgstr "Aggiorna automaticamente i profili."
|
||||
|
||||
msgid "Use encrypted file for token storage"
|
||||
msgstr "Usa file crittografato per l'archiviazione dei token"
|
||||
|
||||
msgid "Store authentication tokens in an encrypted file instead of the system keychain. (Requires restart)"
|
||||
msgstr "Archivia i token di autenticazione in un file crittografato invece del portachiavi di sistema. (Richiede riavvio)"
|
||||
|
||||
msgid "Bambu network plug-in"
|
||||
msgstr ""
|
||||
|
||||
@@ -8371,6 +8321,35 @@ msgstr "Versione modulo di rete"
|
||||
msgid "Select the network plug-in version to use"
|
||||
msgstr "Seleziona la versione del modulo di rete da utilizzare"
|
||||
|
||||
msgid "(Latest)"
|
||||
msgstr "(Ultima)"
|
||||
|
||||
msgid "Network plug-in switched successfully."
|
||||
msgstr "Modulo di rete cambiato con successo."
|
||||
|
||||
msgid "Success"
|
||||
msgstr "Successo"
|
||||
|
||||
msgid "Failed to load network plug-in. Please restart the application."
|
||||
msgstr "Impossibile caricare il modulo di rete. Riavviare l'applicazione."
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"You've selected network plug-in version %s.\n"
|
||||
"\n"
|
||||
"Would you like to download and install this version now?\n"
|
||||
"\n"
|
||||
"Note: The application may need to restart after installation."
|
||||
msgstr ""
|
||||
"Hai selezionato la versione %s del modulo di rete.\n"
|
||||
"\n"
|
||||
"Vuoi scaricare e installare questa versione ora?\n"
|
||||
"\n"
|
||||
"Nota: potrebbe essere necessario riavviare l'applicazione dopo l'installazione."
|
||||
|
||||
msgid "Download Network Plug-in"
|
||||
msgstr "Scarica modulo di rete"
|
||||
|
||||
msgid "Associate files to OrcaSlicer"
|
||||
msgstr "Associa i file ad OrcaSlicer"
|
||||
|
||||
@@ -8416,16 +8395,7 @@ msgstr "Sviluppatore"
|
||||
msgid "Skip AMS blacklist check"
|
||||
msgstr "Salta il controllo della lista nera dell'AMS"
|
||||
|
||||
msgid "Show unsupported presets"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show incompatible/unsupported presets in the printer and filament dropdown lists. These presets cannot be selected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Experimental Features"
|
||||
msgstr ""
|
||||
|
||||
msgid "Keep painted feature after mesh change"
|
||||
msgid "(Experimental) Keep painted feature after mesh change"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
@@ -8433,6 +8403,12 @@ msgid ""
|
||||
"Highly experimental! Slow and may create artifact."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show unsupported presets"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show incompatible/unsupported presets in the printer and filament dropdown lists. These presets cannot be selected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Allow Abnormal Storage"
|
||||
msgstr "Consenti memoria anomala"
|
||||
|
||||
@@ -8461,6 +8437,24 @@ msgstr ""
|
||||
msgid "trace"
|
||||
msgstr "traccia"
|
||||
|
||||
msgid "Network plug-in"
|
||||
msgstr "Modulo di rete"
|
||||
|
||||
msgid "Reload"
|
||||
msgstr "Ricarica"
|
||||
|
||||
msgid "Reload the network plug-in without restarting the application"
|
||||
msgstr "Ricarica il modulo di rete senza riavviare l'applicazione"
|
||||
|
||||
msgid "Network plug-in reloaded successfully."
|
||||
msgstr "Modulo di rete ricaricato con successo."
|
||||
|
||||
msgid "Failed to reload network plug-in. Please restart the application."
|
||||
msgstr "Impossibile ricaricare il modulo di rete. Riavviare l'applicazione."
|
||||
|
||||
msgid "Reload Failed"
|
||||
msgstr "Ricaricamento fallito"
|
||||
|
||||
msgid "Debug"
|
||||
msgstr ""
|
||||
|
||||
@@ -8476,6 +8470,25 @@ msgstr "Sincronizzazione profili"
|
||||
msgid "Preferences sync"
|
||||
msgstr "Sincronizzazione preferenze"
|
||||
|
||||
msgid "View control settings"
|
||||
msgstr "Visualizza impostazioni di controllo"
|
||||
|
||||
msgid "Rotate view"
|
||||
msgstr "Ruota vista"
|
||||
|
||||
msgid "Pan view"
|
||||
msgstr "Vista panoramica"
|
||||
|
||||
msgid "Zoom view"
|
||||
msgstr "Ingrandimento vista"
|
||||
|
||||
msgid "Other"
|
||||
msgstr "Altro"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Reverse scroll direction while zooming"
|
||||
msgstr "Lo zoom tramitie rotellina del mouse è invertito"
|
||||
|
||||
msgid "Enable SSL(MQTT)"
|
||||
msgstr "Abilita SSL (MQTT)"
|
||||
|
||||
@@ -9184,12 +9197,6 @@ msgstr "Elimina questo profilo"
|
||||
msgid "Search in preset"
|
||||
msgstr "Cerca nel profilo"
|
||||
|
||||
msgid "Synchronization of different extruder drives or nozzle volume types is not supported."
|
||||
msgstr ""
|
||||
|
||||
msgid "Synchronize the modification of parameters to the corresponding parameters of another extruder."
|
||||
msgstr ""
|
||||
|
||||
msgid "Click to reset all settings to the last saved preset."
|
||||
msgstr "Clicca per ripristinare tutte le impostazioni dell'ultimo profilo salvato."
|
||||
|
||||
@@ -9482,18 +9489,6 @@ msgstr "Flusso di stampa e Anticipo di pressione"
|
||||
msgid "Print chamber temperature"
|
||||
msgstr "Temperatura della camera di stampa"
|
||||
|
||||
msgid "Chamber temperature"
|
||||
msgstr "Temperatura della camera"
|
||||
|
||||
msgid "Target chamber temperature, and the minimal chamber temperature at which printing should start"
|
||||
msgstr ""
|
||||
|
||||
msgid "Target"
|
||||
msgstr ""
|
||||
|
||||
msgid "Minimal"
|
||||
msgstr ""
|
||||
|
||||
msgid "Print temperature"
|
||||
msgstr "Temperatura stampa"
|
||||
|
||||
@@ -9826,22 +9821,12 @@ msgid "Don't warn again for this preset"
|
||||
msgstr "Non inviare più avvisi per questo profilo"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "%s: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "No modifications need to be copied."
|
||||
msgstr ""
|
||||
|
||||
msgid "Copy paramters"
|
||||
msgstr ""
|
||||
msgid "Left: %s"
|
||||
msgstr "Sinistra: %s"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Modify paramters of %s"
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Do you want to modify the following parameters of the %s to that of the %s?"
|
||||
msgstr ""
|
||||
msgid "Right: %s"
|
||||
msgstr "Destra: %s"
|
||||
|
||||
msgid "Click to reset current value and attach to the global value."
|
||||
msgstr "Fai clic per ripristinare il valore corrente e associarlo al valore globale."
|
||||
@@ -9861,7 +9846,7 @@ msgid "Transfer or discard changes"
|
||||
msgstr "Scarta o mantieni le modifiche"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Old Value"
|
||||
msgid "Old value"
|
||||
msgstr "Valore precedente"
|
||||
|
||||
msgid "New Value"
|
||||
@@ -9983,12 +9968,6 @@ msgstr "Numero di estrusori"
|
||||
msgid "Capabilities"
|
||||
msgstr "Caratteristiche"
|
||||
|
||||
msgid "Left: "
|
||||
msgstr ""
|
||||
|
||||
msgid "Right: "
|
||||
msgstr ""
|
||||
|
||||
msgid "Show all presets (including incompatible)"
|
||||
msgstr "Mostra tutti i profili (compresi quelli non compatibili)"
|
||||
|
||||
@@ -12124,25 +12103,6 @@ msgstr "Stampa normale"
|
||||
msgid "This is the default acceleration for both normal printing and travel after the first layer."
|
||||
msgstr "Accelerazione predefinita sia per la stampa normale che per gli spostamenti, eccetto lo strato iniziale."
|
||||
|
||||
msgid "Acceleration of travel moves."
|
||||
msgstr "Accelerazione per gli spostamenti."
|
||||
|
||||
msgid "First layer travel"
|
||||
msgstr "Spostamento primo strato"
|
||||
|
||||
msgid ""
|
||||
"Travel acceleration of first layer.\n"
|
||||
"The percentage value is relative to Travel Acceleration."
|
||||
msgstr ""
|
||||
"Accelerazione dello spostamento nel primo strato.\n"
|
||||
"Il valore percentuale è relativo all'accelerazione dello spostamento."
|
||||
|
||||
msgid "mm/s² or %"
|
||||
msgstr "mm/s o %"
|
||||
|
||||
msgid "Acceleration of bridges. If the value is expressed as a percentage (e.g. 50%), it will be calculated based on the outer wall acceleration."
|
||||
msgstr "Accelerazione dei ponti. Se il valore è espresso in percentuale (ad esempio 50%), verrà calcolato in base all'accelerazione della parete esterna."
|
||||
|
||||
msgid "Default filament profile"
|
||||
msgstr "Profilo filamento predefinito"
|
||||
|
||||
@@ -12350,12 +12310,6 @@ msgstr "Corde di Archimede"
|
||||
msgid "Octagram Spiral"
|
||||
msgstr "Spirale a ottogramma"
|
||||
|
||||
msgid "Top surface density"
|
||||
msgstr "Densità superficie superiore"
|
||||
|
||||
msgid "Density of top surface layer. A value of 100% creates a fully solid, smooth top layer. Reducing this value results in a textured top surface, according to the chosen top surface pattern. A value of 0% will result in only the walls on the top layer being created. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion."
|
||||
msgstr "Densità dello strato superficiale superiore. Un valore del 100% crea uno strato superiore completamente solido e liscio. La riduzione di questo valore produce una superficie superiore texturizzata, secondo il pattern di superficie superiore scelto. Un valore dello 0% risulterà nella creazione delle sole pareti sullo strato superiore. Destinato a scopi estetici o funzionali, non per risolvere problemi come la sovraestrusione."
|
||||
|
||||
msgid "Bottom surface pattern"
|
||||
msgstr "Motivo superficie inferiore"
|
||||
|
||||
@@ -12363,16 +12317,6 @@ msgstr "Motivo superficie inferiore"
|
||||
msgid "This is the line pattern of bottom surface infill, not including bridge infill."
|
||||
msgstr "Motivo per il riempimento della superficie inferiore, escluso il riempimento dei ponti."
|
||||
|
||||
msgid "Bottom surface density"
|
||||
msgstr "Densità superficie inferiore"
|
||||
|
||||
msgid ""
|
||||
"Density of the bottom surface layer. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion.\n"
|
||||
"WARNING: Lowering this value may negatively affect bed adhesion."
|
||||
msgstr ""
|
||||
"Densità dello strato superficiale inferiore. Destinato a scopi estetici o funzionali, non per risolvere problemi come la sovraestrusione.\n"
|
||||
"ATTENZIONE: la riduzione di questo valore potrebbe influire negativamente sull'adesione al piatto."
|
||||
|
||||
msgid "Internal solid infill pattern"
|
||||
msgstr "Motivo riempimento solido interno"
|
||||
|
||||
@@ -12675,6 +12619,18 @@ msgstr "Automatico per spurgo"
|
||||
msgid "Auto For Match"
|
||||
msgstr "Automatico per abbinamento"
|
||||
|
||||
msgid "Enable filament dynamic map"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable dynamic filament mapping during print."
|
||||
msgstr ""
|
||||
|
||||
msgid "Has filament switcher"
|
||||
msgstr ""
|
||||
|
||||
msgid "Printer has a filament switcher hardware (e.g., AMS)."
|
||||
msgstr ""
|
||||
|
||||
msgid "Flush temperature"
|
||||
msgstr "Temperatura di spurgo"
|
||||
|
||||
@@ -13017,7 +12973,6 @@ msgstr "Utilizzo di linee multiple per il pattern di riempimento, se supportato
|
||||
msgid "Z-buckling bias optimization (experimental)"
|
||||
msgstr ""
|
||||
|
||||
#, no-c-format, no-boost-format
|
||||
msgid "Tightens the gyroid wave along the Z (vertical) axis at low infill density to shorten the effective vertical column length and improve Z-axis compression buckling resistance. Filament use is preserved. No effect at ~30% sparse infill density and above. Only applies when Sparse infill pattern is set to Gyroid."
|
||||
msgstr ""
|
||||
|
||||
@@ -13085,6 +13040,79 @@ msgstr "TPMS-FK"
|
||||
msgid "Gyroid"
|
||||
msgstr "Giroide"
|
||||
|
||||
msgid "Lateral lattice angle 1"
|
||||
msgstr "Angolo reticolo 1"
|
||||
|
||||
msgid "The angle of the first set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "L'angolo della prima serie di elementi reticolari 2D nell'asse Z. Zero è verticale."
|
||||
|
||||
msgid "Lateral lattice angle 2"
|
||||
msgstr "Angolo reticolo 2"
|
||||
|
||||
msgid "The angle of the second set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "L'angolo della seconda serie di elementi reticolari 2D nell'asse Z. Zero è verticale."
|
||||
|
||||
msgid "Infill overhang angle"
|
||||
msgstr "Angolo di sbalzo del riempimento"
|
||||
|
||||
msgid "The angle of the infill angled lines. 60° will result in a pure honeycomb."
|
||||
msgstr "L'angolo delle linee inclinate del riempimento. 60° produrrà un nido d'ape puro."
|
||||
|
||||
msgid "Lightning overhang angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum overhang angle for Lightning infill support propagation."
|
||||
msgstr ""
|
||||
|
||||
msgid "Prune angle"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Controls how aggressively short or unsupported Lightning branches are pruned.\n"
|
||||
"This angle is converted internally to a per-layer distance."
|
||||
msgstr ""
|
||||
|
||||
msgid "Straightening angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum straightening angle used to simplify Lightning branches."
|
||||
msgstr ""
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr "Lunghezza ancoraggio riempimento sparso"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than infill_anchor_max is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to this parameter, but no longer than anchor_length_max.\n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a single infill line."
|
||||
msgstr ""
|
||||
"Collega una linea di riempimento ad una parete interna con un breve segmento di perimetro aggiuntivo. Se espresso in percentuale (esempio: 15%) viene calcolato sulla larghezza di estrusione del riempimento. OrcaSlicer tenta di collegare due linee di riempimento vicine ad un breve segmento di perimetro. Se non viene trovato alcun segmento di perimetro più corto di infill_anchor_max, la linea di riempimento viene collegata a un segmento di perimetro su un solo lato e la lunghezza del segmento è limitata da questo parametro, ma non superiore a anchor_length_max.\n"
|
||||
"Impostare questo parametro su zero per disabilitare i perimetri di ancoraggio collegati a una singola linea di riempimento."
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr "0 (senza ancoraggi aperti)"
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr "1000 (senza limiti)"
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr "Lunghezza massima dell'ancoraggio del riempimento"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than this parameter is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to infill_anchor, but no longer than this parameter.\n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should create the same result as with 1000 & 0."
|
||||
msgstr ""
|
||||
"Collega una linea di riempimento ad una parete interna con un breve segmento di un perimetro aggiuntivo. Se espresso in percentuale (esempio: 15%) viene calcolato sulla larghezza di estrusione del riempimento. OrcaSlicer tenta di collegare due linee di riempimento vicine a un breve segmento di perimetro. Se non viene trovato alcun segmento di perimetro più corto di questo parametro, la linea di riempimento viene collegata a un segmento di perimetro su un solo lato e la lunghezza del segmento è limitata da infill_anchor, ma non superiore a questo parametro.\n"
|
||||
"Se impostato a 0, verrà utilizzato il vecchio algoritmo per la connessione del riempimento, che dovrebbe creare lo stesso risultato di 1000 e 0."
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr "0 (Connessione semplice)"
|
||||
|
||||
msgid "Acceleration of inner walls."
|
||||
msgstr "Accelerazione delle pareti interne."
|
||||
|
||||
msgid "Acceleration of travel moves."
|
||||
msgstr "Accelerazione per gli spostamenti."
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "This is the acceleration of top surface infill. Using a lower value may improve top surface quality."
|
||||
msgstr "Accelerazione del riempimento della superficie superiore. L'utilizzo di un valore inferiore può migliorare la qualità della superficie superiore."
|
||||
@@ -13093,8 +13121,11 @@ msgstr "Accelerazione del riempimento della superficie superiore. L'utilizzo di
|
||||
msgid "Acceleration of outer wall: using a lower value can improve quality."
|
||||
msgstr "Accelerazione della parete esterna: l'utilizzo di un valore inferiore può migliorare la qualità."
|
||||
|
||||
msgid "Acceleration of inner walls."
|
||||
msgstr "Accelerazione delle pareti interne."
|
||||
msgid "Acceleration of bridges. If the value is expressed as a percentage (e.g. 50%), it will be calculated based on the outer wall acceleration."
|
||||
msgstr "Accelerazione dei ponti. Se il valore è espresso in percentuale (ad esempio 50%), verrà calcolato in base all'accelerazione della parete esterna."
|
||||
|
||||
msgid "mm/s² or %"
|
||||
msgstr "mm/s o %"
|
||||
|
||||
msgid "Acceleration of sparse infill. If the value is expressed as a percentage (e.g. 100%), it will be calculated based on the default acceleration."
|
||||
msgstr "Accelerazione del riempimento sparso. Se il valore è espresso in percentuale (ad esempio 100%), verrà calcolato in base all'accelerazione predefinita."
|
||||
@@ -13106,6 +13137,16 @@ msgstr "Accelerazione del riempimento solido interno. Se il valore è espresso i
|
||||
msgid "This is the printing acceleration for the first layer. Using limited acceleration can improve build plate adhesion."
|
||||
msgstr "Accelerazione di stampa per il primo strato. Utilizzando un valore inferiore, è possibile migliorare l'adesione sul piano di stampa."
|
||||
|
||||
msgid "First layer travel"
|
||||
msgstr "Spostamento primo strato"
|
||||
|
||||
msgid ""
|
||||
"Travel acceleration of first layer.\n"
|
||||
"The percentage value is relative to Travel Acceleration."
|
||||
msgstr ""
|
||||
"Accelerazione dello spostamento nel primo strato.\n"
|
||||
"Il valore percentuale è relativo all'accelerazione dello spostamento."
|
||||
|
||||
msgid "Enable accel_to_decel"
|
||||
msgstr "Abilita accel_to_decel"
|
||||
|
||||
@@ -13202,17 +13243,6 @@ msgstr "La velocità della ventola aumenterà in modo lineare da zero nello stra
|
||||
msgid "layer"
|
||||
msgstr "strato"
|
||||
|
||||
msgid "First layer fan speed"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Sets an exact fan speed for the first layer, overriding all other cooling settings. Useful for protecting 3D-printed toolhead parts (e.g. Voron-style ABS/ASA ducts) from a hot bed. A small amount of airflow cools the ducts down, without using full cooling that may in certain conditions hurt first-layer adhesion.\n"
|
||||
"From the second layer onwards, normal cooling resumes.\n"
|
||||
"If \"Full fan speed at layer\" is also set, the fan ramps smoothly from this value on the first layer up to your target by the chosen layer.\n"
|
||||
"Only available when \"No cooling for the first\" is 0.\n"
|
||||
"Set to -1 to disable it."
|
||||
msgstr ""
|
||||
|
||||
msgid "Support interface fan speed"
|
||||
msgstr "Velocità ventola interfaccia di supporto"
|
||||
|
||||
@@ -13749,73 +13779,6 @@ msgstr "Area di esclusione sondaggio ammassi"
|
||||
msgid "Probing exclude area of clumping."
|
||||
msgstr "Area di esclusione sondaggio ammassi."
|
||||
|
||||
msgid "Lateral lattice angle 1"
|
||||
msgstr "Angolo reticolo 1"
|
||||
|
||||
msgid "The angle of the first set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "L'angolo della prima serie di elementi reticolari 2D nell'asse Z. Zero è verticale."
|
||||
|
||||
msgid "Lateral lattice angle 2"
|
||||
msgstr "Angolo reticolo 2"
|
||||
|
||||
msgid "The angle of the second set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "L'angolo della seconda serie di elementi reticolari 2D nell'asse Z. Zero è verticale."
|
||||
|
||||
msgid "Infill overhang angle"
|
||||
msgstr "Angolo di sbalzo del riempimento"
|
||||
|
||||
msgid "The angle of the infill angled lines. 60° will result in a pure honeycomb."
|
||||
msgstr "L'angolo delle linee inclinate del riempimento. 60° produrrà un nido d'ape puro."
|
||||
|
||||
msgid "Lightning overhang angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum overhang angle for Lightning infill support propagation."
|
||||
msgstr ""
|
||||
|
||||
msgid "Prune angle"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Controls how aggressively short or unsupported Lightning branches are pruned.\n"
|
||||
"This angle is converted internally to a per-layer distance."
|
||||
msgstr ""
|
||||
|
||||
msgid "Straightening angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum straightening angle used to simplify Lightning branches."
|
||||
msgstr ""
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr "Lunghezza ancoraggio riempimento sparso"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than infill_anchor_max is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to this parameter, but no longer than anchor_length_max.\n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a single infill line."
|
||||
msgstr ""
|
||||
"Collega una linea di riempimento ad una parete interna con un breve segmento di perimetro aggiuntivo. Se espresso in percentuale (esempio: 15%) viene calcolato sulla larghezza di estrusione del riempimento. OrcaSlicer tenta di collegare due linee di riempimento vicine ad un breve segmento di perimetro. Se non viene trovato alcun segmento di perimetro più corto di infill_anchor_max, la linea di riempimento viene collegata a un segmento di perimetro su un solo lato e la lunghezza del segmento è limitata da questo parametro, ma non superiore a anchor_length_max.\n"
|
||||
"Impostare questo parametro su zero per disabilitare i perimetri di ancoraggio collegati a una singola linea di riempimento."
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr "0 (senza ancoraggi aperti)"
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr "1000 (senza limiti)"
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr "Lunghezza massima dell'ancoraggio del riempimento"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than this parameter is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to infill_anchor, but no longer than this parameter.\n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should create the same result as with 1000 & 0."
|
||||
msgstr ""
|
||||
"Collega una linea di riempimento ad una parete interna con un breve segmento di un perimetro aggiuntivo. Se espresso in percentuale (esempio: 15%) viene calcolato sulla larghezza di estrusione del riempimento. OrcaSlicer tenta di collegare due linee di riempimento vicine a un breve segmento di perimetro. Se non viene trovato alcun segmento di perimetro più corto di questo parametro, la linea di riempimento viene collegata a un segmento di perimetro su un solo lato e la lunghezza del segmento è limitata da infill_anchor, ma non superiore a questo parametro.\n"
|
||||
"Se impostato a 0, verrà utilizzato il vecchio algoritmo per la connessione del riempimento, che dovrebbe creare lo stesso risultato di 1000 e 0."
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr "0 (Connessione semplice)"
|
||||
|
||||
msgid ""
|
||||
"Filament to print internal sparse infill.\n"
|
||||
"\"Default\" uses the active object/part filament."
|
||||
@@ -14706,18 +14669,6 @@ msgstr "Direct Drive"
|
||||
msgid "Bowden"
|
||||
msgstr "Bowden"
|
||||
|
||||
msgid "Enable filament dynamic map"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable dynamic filament mapping during print."
|
||||
msgstr ""
|
||||
|
||||
msgid "Has filament switcher"
|
||||
msgstr ""
|
||||
|
||||
msgid "Printer has a filament switcher hardware (e.g., AMS)."
|
||||
msgstr ""
|
||||
|
||||
msgid "Extra length on restart"
|
||||
msgstr "Lunghezza aggiuntiva in ripresa"
|
||||
|
||||
@@ -15141,9 +15092,6 @@ msgstr "Le fessure più piccole di 2 volte il raggio di chiusura degli spazi vuo
|
||||
msgid "Slicing Mode"
|
||||
msgstr "Modalità elaborazione"
|
||||
|
||||
msgid "Other"
|
||||
msgstr "Altro"
|
||||
|
||||
msgid "Use \"Even-odd\" for 3DLabPrint airplane models. Use \"Close holes\" to close all holes in the model."
|
||||
msgstr "Usa \"Pari-dispari\" per modelli di aeroplano 3DLabPrint. Utilizza \"Chiudi fori\" per chiudere tutti i fori del modello."
|
||||
|
||||
@@ -15509,6 +15457,9 @@ msgstr ""
|
||||
"\n"
|
||||
"Questa opzione richiede che il firmware supporti i comandi M191 e M141 tramite macro o in modo nativo, e viene solitamente utilizzata quando non è presente un sistema di riscaldamento della camera."
|
||||
|
||||
msgid "Chamber temperature"
|
||||
msgstr "Temperatura della camera"
|
||||
|
||||
msgid ""
|
||||
"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber temperature can help suppress or reduce warping and potentially lead to higher interlayer bonding strength. However, at the same time, a higher chamber temperature will reduce the efficiency of air filtration for ABS and ASA.\n"
|
||||
"\n"
|
||||
@@ -15522,17 +15473,6 @@ msgstr ""
|
||||
"\n"
|
||||
"Se abilitato, questo parametro imposta anche una variabile G-code denominata chamber_temperature, che può essere utilizzata per passare la temperatura desiderata della camera nella macro di inizio stampa o in una macro di preriscaldamento in questo modo: PRINT_START (altre variabili) CHAMBER_TEMP=[chamber_temperature]. Questo può essere utile se la stampante non supporta i comandi M141/M191 o, se non è presente un sistema di riscaldamento della camera, si desidera gestire il preriscaldamento nella macro di inizio stampa."
|
||||
|
||||
msgid ""
|
||||
"This is the chamber temperature at which printing should start, while the chamber continues heating toward the \"Target\" chamber temperature. For example, set the Target to 60 and the Minimal to 50 to begin printing once the chamber reaches 50°C, without waiting for the full 60°C.\n"
|
||||
"\n"
|
||||
"It sets a G-code variable named chamber_minimal_temperature, which can be passed to your print start macro or a heat soak macro, like this: PRINT_START (other variables) CHAMBER_MIN_TEMP=[chamber_minimal_temperature].\n"
|
||||
"\n"
|
||||
"Unlike the \"Target\" chamber temperature, this option does not emit any M141/M191 commands; it only exposes the value to your custom G-code. It should not exceed the \"Target\" chamber temperature."
|
||||
msgstr ""
|
||||
|
||||
msgid "Chamber minimal temperature"
|
||||
msgstr ""
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Nozzle temperature after the first layer"
|
||||
msgstr "Temperatura dell'ugello per gli strati successivi a quello iniziale."
|
||||
@@ -15577,6 +15517,22 @@ msgstr "Spessore guscio superiore"
|
||||
msgid "The number of top solid layers is increased when slicing if the thickness calculated by top shell layers is thinner than this value. This can avoid having too thin a shell when layer height is small. 0 means that this setting is disabled and thickness of top shell is determined simply by the number of top shell layers."
|
||||
msgstr "Il numero di strati solidi superiori viene aumentato durante l'elaborazione se lo spessore calcolato dagli strati del guscio superiore è più sottile di questo valore. In questo modo si evita di avere un guscio troppo sottile quando l'altezza degli strati è piccola. Il valore 0 indica che questa impostazione è disattivata e che lo spessore del guscio superiore è determinato in modo assoluto dagli strati del guscio superiore."
|
||||
|
||||
msgid "Top surface density"
|
||||
msgstr "Densità superficie superiore"
|
||||
|
||||
msgid "Density of top surface layer. A value of 100% creates a fully solid, smooth top layer. Reducing this value results in a textured top surface, according to the chosen top surface pattern. A value of 0% will result in only the walls on the top layer being created. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion."
|
||||
msgstr "Densità dello strato superficiale superiore. Un valore del 100% crea uno strato superiore completamente solido e liscio. La riduzione di questo valore produce una superficie superiore texturizzata, secondo il pattern di superficie superiore scelto. Un valore dello 0% risulterà nella creazione delle sole pareti sullo strato superiore. Destinato a scopi estetici o funzionali, non per risolvere problemi come la sovraestrusione."
|
||||
|
||||
msgid "Bottom surface density"
|
||||
msgstr "Densità superficie inferiore"
|
||||
|
||||
msgid ""
|
||||
"Density of the bottom surface layer. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion.\n"
|
||||
"WARNING: Lowering this value may negatively affect bed adhesion."
|
||||
msgstr ""
|
||||
"Densità dello strato superficiale inferiore. Destinato a scopi estetici o funzionali, non per risolvere problemi come la sovraestrusione.\n"
|
||||
"ATTENZIONE: la riduzione di questo valore potrebbe influire negativamente sull'adesione al piatto."
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "This is the speed at which traveling is done."
|
||||
msgstr "Indica la velocità di spostamento più rapida e senza estrusione."
|
||||
@@ -18219,132 +18175,6 @@ msgstr "Accesso/Test"
|
||||
msgid "Connection to printers connected via the print host failed."
|
||||
msgstr "Connessione alle stampanti collegate tramite l'host di stampa non riuscita."
|
||||
|
||||
msgid "Detect Creality K-series printer"
|
||||
msgstr ""
|
||||
|
||||
msgid "Click Scan to look for K-series printers on your network."
|
||||
msgstr ""
|
||||
|
||||
msgid "Use Selected"
|
||||
msgstr ""
|
||||
|
||||
msgid "Scanning the LAN for K-series printers... this takes a few seconds."
|
||||
msgstr ""
|
||||
|
||||
msgid "No K-series printers found. Make sure the printer is on the same network and not blocked by Wi-Fi client isolation, then click Scan again."
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "Found %zu Creality printer(s). Select one and click Use Selected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
msgid "Processes"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show/Hide system information"
|
||||
msgstr ""
|
||||
|
||||
msgid "Copy system information to clipboard"
|
||||
msgstr ""
|
||||
|
||||
msgid "We need information for diagnosing source of the issue. Check wiki page for detailed guide."
|
||||
msgstr ""
|
||||
|
||||
msgid "Pack button collects project file and logs of current session onto a zip file."
|
||||
msgstr ""
|
||||
|
||||
msgid "Any additional visual examples like images or screen recordings might be helpful while reporting the issue."
|
||||
msgstr ""
|
||||
|
||||
msgid "Report issue"
|
||||
msgstr ""
|
||||
|
||||
msgid "Pack"
|
||||
msgstr ""
|
||||
|
||||
msgid "Cleans and rebuilds system profiles cache on next launch"
|
||||
msgstr ""
|
||||
|
||||
msgid "Clean system profiles cache"
|
||||
msgstr ""
|
||||
|
||||
msgid "Clean"
|
||||
msgstr ""
|
||||
|
||||
msgid "Loaded profiles overview"
|
||||
msgstr ""
|
||||
|
||||
msgid "This section shows information for loaded profiles"
|
||||
msgstr ""
|
||||
|
||||
msgid "Exports detailed overview of loaded profiles in json format"
|
||||
msgstr ""
|
||||
|
||||
msgid "Configurations folder"
|
||||
msgstr ""
|
||||
|
||||
msgid "Opens configurations folder"
|
||||
msgstr ""
|
||||
|
||||
msgid "Log level"
|
||||
msgstr ""
|
||||
|
||||
msgid "Stored logs"
|
||||
msgstr ""
|
||||
|
||||
msgid "Packs all stored logs onto a zip file."
|
||||
msgstr ""
|
||||
|
||||
msgid "Profiles"
|
||||
msgstr ""
|
||||
|
||||
msgid "Select NO to close dialog and review project"
|
||||
msgstr ""
|
||||
|
||||
msgid "No project file on current session. Only logs will be included to package"
|
||||
msgstr ""
|
||||
|
||||
msgid "Select NO to close dialog and review project."
|
||||
msgstr ""
|
||||
|
||||
msgid "Please make sure any instances of OrcaSlicer are not running"
|
||||
msgstr ""
|
||||
|
||||
msgid "System folder cannot be deleted because some files are in use by another application. Please close any applications using these files and try again."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to delete system folder..."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to determine executable path."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to launch a new instance."
|
||||
msgstr ""
|
||||
|
||||
msgid "log(s)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Choose where to save the exported JSON file"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Export failed\n"
|
||||
"Please check write permissions or file in use by another application"
|
||||
msgstr ""
|
||||
|
||||
msgid "Choose where to save the exported ZIP file"
|
||||
msgstr ""
|
||||
|
||||
msgid "File already exists. Overwrite?"
|
||||
msgstr ""
|
||||
|
||||
msgid "3DPrinterOS Cloud upload options"
|
||||
msgstr ""
|
||||
|
||||
@@ -18427,19 +18257,6 @@ msgstr "La connessione a MKS funziona correttamente."
|
||||
msgid "Could not connect to MKS"
|
||||
msgstr "Impossibile connettersi a MKS"
|
||||
|
||||
msgid "Connection to Moonraker is working correctly."
|
||||
msgstr ""
|
||||
|
||||
msgid "Could not connect to Moonraker"
|
||||
msgstr ""
|
||||
|
||||
msgid "The host responded but it doesn't look like Moonraker (missing result.klippy_state)."
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Could not parse Moonraker server response: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "Connection to OctoPrint is working correctly."
|
||||
msgstr "La connessione con OctoPrint funziona correttamente."
|
||||
|
||||
@@ -19596,36 +19413,6 @@ msgstr ""
|
||||
"Evita le deformazioni\n"
|
||||
"Sapevi che quando si stampano materiali soggetti a deformazioni come l'ABS, aumentare in modo appropriato la temperatura del piano riscaldato può ridurre la probabilità di deformazione?"
|
||||
|
||||
#~ msgid "Filament Sync Options"
|
||||
#~ msgstr "Opzioni sincronizzazione filamento"
|
||||
|
||||
#~ msgid "Network plug-in"
|
||||
#~ msgstr "Modulo di rete"
|
||||
|
||||
#~ msgid "View control settings"
|
||||
#~ msgstr "Visualizza impostazioni di controllo"
|
||||
|
||||
#~ msgid "Rotate view"
|
||||
#~ msgstr "Ruota vista"
|
||||
|
||||
#~ msgid "Pan view"
|
||||
#~ msgstr "Vista panoramica"
|
||||
|
||||
#~ msgid "Zoom view"
|
||||
#~ msgstr "Ingrandimento vista"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
#~ msgid "Reverse scroll direction while zooming"
|
||||
#~ msgstr "Lo zoom tramitie rotellina del mouse è invertito"
|
||||
|
||||
#, c-format, boost-format
|
||||
#~ msgid "Left: %s"
|
||||
#~ msgstr "Sinistra: %s"
|
||||
|
||||
#, c-format, boost-format
|
||||
#~ msgid "Right: %s"
|
||||
#~ msgstr "Destra: %s"
|
||||
|
||||
#~ msgid "Enable network plug-in"
|
||||
#~ msgstr "Abilita modulo di rete"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2026-07-03 14:43+0200\n"
|
||||
"POT-Creation-Date: 2026-06-26 10:26+0800\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
@@ -1715,12 +1715,7 @@ msgid ""
|
||||
"To migrate your existing profiles, log in to Orca Cloud and they will be transferred automatically. To learn more about how OrcaSlicer stores and syncs your profiles, or to migrate your presets manually, check out our wiki.\n"
|
||||
"\n"
|
||||
"If you did not use Bambu Cloud to sync profiles, this change does not affect you and you can safely ignore this message."
|
||||
msgstr ""
|
||||
"バージョン 2.4.0 以降、OrcaSlicer はユーザープロファイルを Bambu Cloud ではなく Orca Cloud を通じて同期します。\n"
|
||||
"\n"
|
||||
"既存のプロファイルを移行するには、Orca Cloud にログインしてください。自動的に転送されます。OrcaSlicer がプロファイルを保存・同期する仕組みの詳細や、プリセットを手動で移行する方法については、Wiki をご覧ください。\n"
|
||||
"\n"
|
||||
"プロファイルの同期に Bambu Cloud を使用していなかった場合、この変更の影響はありません。このメッセージは無視して問題ありません。"
|
||||
msgstr "バージョン 2.4.0 以降、OrcaSlicer はユーザープロファイルを Bambu Cloud ではなく Orca Cloud を通じて同期します。\n\n既存のプロファイルを移行するには、Orca Cloud にログインしてください。自動的に転送されます。OrcaSlicer がプロファイルを保存・同期する仕組みの詳細や、プリセットを手動で移行する方法については、Wiki をご覧ください。\n\nプロファイルの同期に Bambu Cloud を使用していなかった場合、この変更の影響はありません。このメッセージは無視して問題ありません。"
|
||||
|
||||
msgid "Profile syncing change"
|
||||
msgstr ""
|
||||
@@ -4084,10 +4079,6 @@ msgstr "値が小さすぎます、0.5に戻します"
|
||||
msgid "Current chamber temperature is higher than the material's safe temperature; this may result in material softening and nozzle clogs. The maximum safe temperature for the material is %d"
|
||||
msgstr "現在のチャンバー温度が材料の安全温度を超えています。材料の軟化や詰まりの原因になる可能性があります。材料の最大安全温度は%dです"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "The minimal chamber temperature (%d℃) is higher than the target chamber temperature (%d℃). The minimal value is the threshold at which printing starts while the chamber keeps heating toward the target, so it should not exceed it. It will be clamped to the target."
|
||||
msgstr ""
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid ""
|
||||
"Layer height too small\n"
|
||||
@@ -7851,50 +7842,6 @@ msgstr "ダウンロードアイテムのフォルダを選択"
|
||||
msgid "Choose Download Directory"
|
||||
msgstr "ダウンロードフォルドを選択"
|
||||
|
||||
msgid "(Latest)"
|
||||
msgstr "(最新)"
|
||||
|
||||
msgid "Network plug-in switched successfully."
|
||||
msgstr "ネットワークプラグインの切り替えに成功しました。"
|
||||
|
||||
msgid "Success"
|
||||
msgstr "成功"
|
||||
|
||||
msgid "Failed to load network plug-in. Please restart the application."
|
||||
msgstr "ネットワークプラグインの読み込みに失敗しました。アプリケーションを再起動してください。"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"You've selected network plug-in version %s.\n"
|
||||
"\n"
|
||||
"Would you like to download and install this version now?\n"
|
||||
"\n"
|
||||
"Note: The application may need to restart after installation."
|
||||
msgstr ""
|
||||
"ネットワークプラグインバージョン%sを選択しました。\n"
|
||||
"\n"
|
||||
"このバージョンをダウンロードしてインストールしますか?\n"
|
||||
"\n"
|
||||
"注意: インストール後にアプリケーションの再起動が必要な場合があります。"
|
||||
|
||||
msgid "Download Network Plug-in"
|
||||
msgstr "ネットワークプラグインをダウンロード"
|
||||
|
||||
msgid "Reload the network plug-in without restarting the application"
|
||||
msgstr "アプリケーションを再起動せずにネットワークプラグインを再読み込みします"
|
||||
|
||||
msgid "Network plug-in reloaded successfully."
|
||||
msgstr "ネットワークプラグインの再読み込みに成功しました。"
|
||||
|
||||
msgid "Reload"
|
||||
msgstr "再読み込み"
|
||||
|
||||
msgid "Failed to reload network plug-in. Please restart the application."
|
||||
msgstr "ネットワークプラグインの再読み込みに失敗しました。アプリケーションを再起動してください。"
|
||||
|
||||
msgid "Reload Failed"
|
||||
msgstr "再読み込み失敗"
|
||||
|
||||
msgid "Associate"
|
||||
msgstr "関連付け"
|
||||
|
||||
@@ -7950,6 +7897,12 @@ msgstr "スプラッシュ画面を表示する"
|
||||
msgid "Show the splash screen during startup."
|
||||
msgstr "起動時にスプラッシュスクリーンを表示します。"
|
||||
|
||||
msgid "Show shared profiles notification"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show a notification with a link to browse shared profiles when the selected printer is changed."
|
||||
msgstr ""
|
||||
|
||||
msgid "Use window buttons on left side"
|
||||
msgstr ""
|
||||
|
||||
@@ -7980,13 +7933,6 @@ msgstr "ロード動作"
|
||||
msgid "Should printer/filament/process settings be loaded when opening a 3MF file?"
|
||||
msgstr "3MFファイルを開く時にプリンター/フィラメント/プロセス設定をロードしますか?"
|
||||
|
||||
msgid "Auto backup"
|
||||
msgstr "自動バックアップ"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Backup your project periodically to help with restoring from an occasional crash."
|
||||
msgstr "定期的にプロジェクトをバックアップして、クラッシュからの復元に備えます。"
|
||||
|
||||
msgid "Maximum recent files"
|
||||
msgstr "最大最近のファイル数"
|
||||
|
||||
@@ -8005,20 +7951,12 @@ msgstr "STEPファイルインポート時にオプションを表示"
|
||||
msgid "If enabled, a parameter settings dialog will appear during STEP file import."
|
||||
msgstr "有効にすると、STEPファイルインポート時にパラメータ設定ダイアログが表示されます。"
|
||||
|
||||
msgid "Quality level for Draco export"
|
||||
msgstr "Dracoエクスポートの品質レベル"
|
||||
msgid "Auto backup"
|
||||
msgstr "自動バックアップ"
|
||||
|
||||
msgid "bits"
|
||||
msgstr "ビット"
|
||||
|
||||
msgid ""
|
||||
"Controls the quantization bit depth used when compressing the mesh to Draco format.\n"
|
||||
"0 = lossless compression (geometry is preserved at full precision). Valid lossy values range from 8 to 30.\n"
|
||||
"Lower values produce smaller files but lose more geometric detail; higher values preserve more detail at the cost of larger files."
|
||||
msgstr ""
|
||||
"メッシュをDraco形式に圧縮する際の量子化ビット深度を制御します。\n"
|
||||
"0 = 可逆圧縮(ジオメトリは完全な精度で保持されます)。有効な非可逆値の範囲は8〜30です。\n"
|
||||
"低い値はファイルサイズが小さくなりますがジオメトリの詳細が失われます。高い値はファイルサイズが大きくなりますがより多くの詳細が保持されます。"
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Backup your project periodically to help with restoring from an occasional crash."
|
||||
msgstr "定期的にプロジェクトをバックアップして、クラッシュからの復元に備えます。"
|
||||
|
||||
msgid "Preset"
|
||||
msgstr "プリセット"
|
||||
@@ -8050,12 +7988,6 @@ msgstr "フィラメント"
|
||||
msgid "Optimizes filament area maximum height by chosen filament count."
|
||||
msgstr "選択したフィラメント数に応じてフィラメントエリアの最大高さを最適化します。"
|
||||
|
||||
msgid "Show shared profiles notification"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show a notification with a link to browse shared profiles when the selected printer is changed."
|
||||
msgstr ""
|
||||
|
||||
msgid "Features"
|
||||
msgstr "機能"
|
||||
|
||||
@@ -8068,6 +8000,21 @@ msgstr "このオプションを有効にすると、複数のデバイスに同
|
||||
msgid "Pop up to select filament grouping mode"
|
||||
msgstr "フィラメントグルーピングモード選択のポップアップ"
|
||||
|
||||
msgid "Quality level for Draco export"
|
||||
msgstr "Dracoエクスポートの品質レベル"
|
||||
|
||||
msgid "bits"
|
||||
msgstr "ビット"
|
||||
|
||||
msgid ""
|
||||
"Controls the quantization bit depth used when compressing the mesh to Draco format.\n"
|
||||
"0 = lossless compression (geometry is preserved at full precision). Valid lossy values range from 8 to 30.\n"
|
||||
"Lower values produce smaller files but lose more geometric detail; higher values preserve more detail at the cost of larger files."
|
||||
msgstr ""
|
||||
"メッシュをDraco形式に圧縮する際の量子化ビット深度を制御します。\n"
|
||||
"0 = 可逆圧縮(ジオメトリは完全な精度で保持されます)。有効な非可逆値の範囲は8〜30です。\n"
|
||||
"低い値はファイルサイズが小さくなりますがジオメトリの詳細が失われます。高い値はファイルサイズが大きくなりますがより多くの詳細が保持されます。"
|
||||
|
||||
msgid "Behaviour"
|
||||
msgstr "動作"
|
||||
|
||||
@@ -8295,6 +8242,19 @@ msgstr "安定版アップデートのみ確認"
|
||||
msgid "Auto sync user presets (Printer/Filament/Process)"
|
||||
msgstr "ユーザープリセットの自動同期 (プリンター/フィラメント/プロセス)"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Update built-in presets automatically."
|
||||
msgstr "組み込みプリセットを自動更新します。"
|
||||
|
||||
msgid "Use encrypted file for token storage"
|
||||
msgstr "トークン保存に暗号化ファイルを使用"
|
||||
|
||||
msgid "Store authentication tokens in an encrypted file instead of the system keychain. (Requires restart)"
|
||||
msgstr "認証トークンをシステムキーチェーンの代わりに暗号化ファイルに保存します。(再起動が必要)"
|
||||
|
||||
msgid "Filament Sync Options"
|
||||
msgstr "フィラメント同期オプション"
|
||||
|
||||
msgid "Filament sync mode"
|
||||
msgstr "フィラメント同期モード"
|
||||
|
||||
@@ -8307,16 +8267,6 @@ msgstr "フィラメントと色"
|
||||
msgid "Color only"
|
||||
msgstr "色のみ"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Update built-in presets automatically."
|
||||
msgstr "組み込みプリセットを自動更新します。"
|
||||
|
||||
msgid "Use encrypted file for token storage"
|
||||
msgstr "トークン保存に暗号化ファイルを使用"
|
||||
|
||||
msgid "Store authentication tokens in an encrypted file instead of the system keychain. (Requires restart)"
|
||||
msgstr "認証トークンをシステムキーチェーンの代わりに暗号化ファイルに保存します。(再起動が必要)"
|
||||
|
||||
msgid "Bambu network plug-in"
|
||||
msgstr ""
|
||||
|
||||
@@ -8329,6 +8279,35 @@ msgstr "ネットワークプラグインのバージョン"
|
||||
msgid "Select the network plug-in version to use"
|
||||
msgstr "使用するネットワークプラグインのバージョンを選択"
|
||||
|
||||
msgid "(Latest)"
|
||||
msgstr "(最新)"
|
||||
|
||||
msgid "Network plug-in switched successfully."
|
||||
msgstr "ネットワークプラグインの切り替えに成功しました。"
|
||||
|
||||
msgid "Success"
|
||||
msgstr "成功"
|
||||
|
||||
msgid "Failed to load network plug-in. Please restart the application."
|
||||
msgstr "ネットワークプラグインの読み込みに失敗しました。アプリケーションを再起動してください。"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"You've selected network plug-in version %s.\n"
|
||||
"\n"
|
||||
"Would you like to download and install this version now?\n"
|
||||
"\n"
|
||||
"Note: The application may need to restart after installation."
|
||||
msgstr ""
|
||||
"ネットワークプラグインバージョン%sを選択しました。\n"
|
||||
"\n"
|
||||
"このバージョンをダウンロードしてインストールしますか?\n"
|
||||
"\n"
|
||||
"注意: インストール後にアプリケーションの再起動が必要な場合があります。"
|
||||
|
||||
msgid "Download Network Plug-in"
|
||||
msgstr "ネットワークプラグインをダウンロード"
|
||||
|
||||
msgid "Associate files to OrcaSlicer"
|
||||
msgstr "ファイルをOrca Slicerに関連付ける"
|
||||
|
||||
@@ -8377,16 +8356,7 @@ msgstr "開発者"
|
||||
msgid "Skip AMS blacklist check"
|
||||
msgstr "AMSブラックリストチェックをスキップ"
|
||||
|
||||
msgid "Show unsupported presets"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show incompatible/unsupported presets in the printer and filament dropdown lists. These presets cannot be selected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Experimental Features"
|
||||
msgstr ""
|
||||
|
||||
msgid "Keep painted feature after mesh change"
|
||||
msgid "(Experimental) Keep painted feature after mesh change"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
@@ -8394,6 +8364,12 @@ msgid ""
|
||||
"Highly experimental! Slow and may create artifact."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show unsupported presets"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show incompatible/unsupported presets in the printer and filament dropdown lists. These presets cannot be selected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Allow Abnormal Storage"
|
||||
msgstr "異常なストレージを許可"
|
||||
|
||||
@@ -8422,6 +8398,24 @@ msgstr "デバッグ"
|
||||
msgid "trace"
|
||||
msgstr "トレース"
|
||||
|
||||
msgid "Network plug-in"
|
||||
msgstr "ネットワークプラグイン"
|
||||
|
||||
msgid "Reload"
|
||||
msgstr "再読み込み"
|
||||
|
||||
msgid "Reload the network plug-in without restarting the application"
|
||||
msgstr "アプリケーションを再起動せずにネットワークプラグインを再読み込みします"
|
||||
|
||||
msgid "Network plug-in reloaded successfully."
|
||||
msgstr "ネットワークプラグインの再読み込みに成功しました。"
|
||||
|
||||
msgid "Failed to reload network plug-in. Please restart the application."
|
||||
msgstr "ネットワークプラグインの再読み込みに失敗しました。アプリケーションを再起動してください。"
|
||||
|
||||
msgid "Reload Failed"
|
||||
msgstr "再読み込み失敗"
|
||||
|
||||
msgid "Debug"
|
||||
msgstr "デバッグ"
|
||||
|
||||
@@ -8437,6 +8431,25 @@ msgstr "プリセット同期"
|
||||
msgid "Preferences sync"
|
||||
msgstr "設定を同期"
|
||||
|
||||
msgid "View control settings"
|
||||
msgstr "表示設定"
|
||||
|
||||
msgid "Rotate view"
|
||||
msgstr "回転"
|
||||
|
||||
msgid "Pan view"
|
||||
msgstr "移動"
|
||||
|
||||
msgid "Zoom view"
|
||||
msgstr "ズーム"
|
||||
|
||||
msgid "Other"
|
||||
msgstr "その他"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Reverse scroll direction while zooming"
|
||||
msgstr "ズーム中にスクロール方向を反転させる"
|
||||
|
||||
msgid "Enable SSL(MQTT)"
|
||||
msgstr "SSL(MQTT)を有効にする"
|
||||
|
||||
@@ -9145,12 +9158,6 @@ msgstr "このプリセットを削除"
|
||||
msgid "Search in preset"
|
||||
msgstr "検索"
|
||||
|
||||
msgid "Synchronization of different extruder drives or nozzle volume types is not supported."
|
||||
msgstr ""
|
||||
|
||||
msgid "Synchronize the modification of parameters to the corresponding parameters of another extruder."
|
||||
msgstr ""
|
||||
|
||||
msgid "Click to reset all settings to the last saved preset."
|
||||
msgstr "全ての変更をリセットします"
|
||||
|
||||
@@ -9436,18 +9443,6 @@ msgstr "フロー率と圧力アドバンス"
|
||||
msgid "Print chamber temperature"
|
||||
msgstr "印刷チャンバー温度"
|
||||
|
||||
msgid "Chamber temperature"
|
||||
msgstr "庫内温度"
|
||||
|
||||
msgid "Target chamber temperature, and the minimal chamber temperature at which printing should start"
|
||||
msgstr ""
|
||||
|
||||
msgid "Target"
|
||||
msgstr ""
|
||||
|
||||
msgid "Minimal"
|
||||
msgstr ""
|
||||
|
||||
msgid "Print temperature"
|
||||
msgstr "造形温度"
|
||||
|
||||
@@ -9765,22 +9760,12 @@ msgid "Don't warn again for this preset"
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "%s: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "No modifications need to be copied."
|
||||
msgstr ""
|
||||
|
||||
msgid "Copy paramters"
|
||||
msgstr ""
|
||||
msgid "Left: %s"
|
||||
msgstr "左: %s"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Modify paramters of %s"
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Do you want to modify the following parameters of the %s to that of the %s?"
|
||||
msgstr ""
|
||||
msgid "Right: %s"
|
||||
msgstr "右: %s"
|
||||
|
||||
msgid "Click to reset current value and attach to the global value."
|
||||
msgstr "現在値をデフォルト値に戻します"
|
||||
@@ -9800,7 +9785,7 @@ msgid "Transfer or discard changes"
|
||||
msgstr "変更を破棄または保持"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Old Value"
|
||||
msgid "Old value"
|
||||
msgstr "古い値"
|
||||
|
||||
msgid "New Value"
|
||||
@@ -9916,12 +9901,6 @@ msgstr "エクストルーダー数"
|
||||
msgid "Capabilities"
|
||||
msgstr "能力"
|
||||
|
||||
msgid "Left: "
|
||||
msgstr ""
|
||||
|
||||
msgid "Right: "
|
||||
msgstr ""
|
||||
|
||||
msgid "Show all presets (including incompatible)"
|
||||
msgstr "全てのプリセットを表示"
|
||||
|
||||
@@ -11956,23 +11935,6 @@ msgstr "通常造形"
|
||||
msgid "This is the default acceleration for both normal printing and travel after the first layer."
|
||||
msgstr "造形と移動時のデフォルト加速度です。"
|
||||
|
||||
msgid "Acceleration of travel moves."
|
||||
msgstr ""
|
||||
|
||||
msgid "First layer travel"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Travel acceleration of first layer.\n"
|
||||
"The percentage value is relative to Travel Acceleration."
|
||||
msgstr ""
|
||||
|
||||
msgid "mm/s² or %"
|
||||
msgstr "mm/s² 或は %"
|
||||
|
||||
msgid "Acceleration of bridges. If the value is expressed as a percentage (e.g. 50%), it will be calculated based on the outer wall acceleration."
|
||||
msgstr ""
|
||||
|
||||
msgid "Default filament profile"
|
||||
msgstr "デフォルト フィラメント プロファイル"
|
||||
|
||||
@@ -12155,12 +12117,6 @@ msgstr "アルキメデス螺旋"
|
||||
msgid "Octagram Spiral"
|
||||
msgstr "オクタグラムスパイラル"
|
||||
|
||||
msgid "Top surface density"
|
||||
msgstr "上面密度"
|
||||
|
||||
msgid "Density of top surface layer. A value of 100% creates a fully solid, smooth top layer. Reducing this value results in a textured top surface, according to the chosen top surface pattern. A value of 0% will result in only the walls on the top layer being created. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion."
|
||||
msgstr ""
|
||||
|
||||
msgid "Bottom surface pattern"
|
||||
msgstr "底面パターン"
|
||||
|
||||
@@ -12168,14 +12124,6 @@ msgstr "底面パターン"
|
||||
msgid "This is the line pattern of bottom surface infill, not including bridge infill."
|
||||
msgstr "底面のインフィル パターンです、ブリッジインフィルが含まれていません。"
|
||||
|
||||
msgid "Bottom surface density"
|
||||
msgstr "底面密度"
|
||||
|
||||
msgid ""
|
||||
"Density of the bottom surface layer. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion.\n"
|
||||
"WARNING: Lowering this value may negatively affect bed adhesion."
|
||||
msgstr ""
|
||||
|
||||
msgid "Internal solid infill pattern"
|
||||
msgstr "内部ソリッドインフィルパターン"
|
||||
|
||||
@@ -12442,6 +12390,18 @@ msgstr "フラッシュ用自動"
|
||||
msgid "Auto For Match"
|
||||
msgstr "マッチ用自動"
|
||||
|
||||
msgid "Enable filament dynamic map"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable dynamic filament mapping during print."
|
||||
msgstr ""
|
||||
|
||||
msgid "Has filament switcher"
|
||||
msgstr ""
|
||||
|
||||
msgid "Printer has a filament switcher hardware (e.g., AMS)."
|
||||
msgstr ""
|
||||
|
||||
msgid "Flush temperature"
|
||||
msgstr "フラッシュ温度"
|
||||
|
||||
@@ -12775,7 +12735,6 @@ msgstr "充填パターンが対応している場合は、複数のラインを
|
||||
msgid "Z-buckling bias optimization (experimental)"
|
||||
msgstr ""
|
||||
|
||||
#, no-c-format, no-boost-format
|
||||
msgid "Tightens the gyroid wave along the Z (vertical) axis at low infill density to shorten the effective vertical column length and improve Z-axis compression buckling resistance. Filament use is preserved. No effect at ~30% sparse infill density and above. Only applies when Sparse infill pattern is set to Gyroid."
|
||||
msgstr ""
|
||||
|
||||
@@ -12843,6 +12802,75 @@ msgstr "TPMS-FK"
|
||||
msgid "Gyroid"
|
||||
msgstr "ジャイロイド"
|
||||
|
||||
msgid "Lateral lattice angle 1"
|
||||
msgstr ""
|
||||
|
||||
msgid "The angle of the first set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr ""
|
||||
|
||||
msgid "Lateral lattice angle 2"
|
||||
msgstr ""
|
||||
|
||||
msgid "The angle of the second set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr ""
|
||||
|
||||
msgid "Infill overhang angle"
|
||||
msgstr "インフィルオーバーハング角度"
|
||||
|
||||
msgid "The angle of the infill angled lines. 60° will result in a pure honeycomb."
|
||||
msgstr ""
|
||||
|
||||
msgid "Lightning overhang angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum overhang angle for Lightning infill support propagation."
|
||||
msgstr ""
|
||||
|
||||
msgid "Prune angle"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Controls how aggressively short or unsupported Lightning branches are pruned.\n"
|
||||
"This angle is converted internally to a per-layer distance."
|
||||
msgstr ""
|
||||
|
||||
msgid "Straightening angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum straightening angle used to simplify Lightning branches."
|
||||
msgstr ""
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than infill_anchor_max is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to this parameter, but no longer than anchor_length_max.\n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a single infill line."
|
||||
msgstr ""
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr "0(開いているアンカーなし)"
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr "1000 (無制限)"
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr "最長インフィルアンカー"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than this parameter is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to infill_anchor, but no longer than this parameter.\n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should create the same result as with 1000 & 0."
|
||||
msgstr ""
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Acceleration of inner walls."
|
||||
msgstr ""
|
||||
|
||||
msgid "Acceleration of travel moves."
|
||||
msgstr ""
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "This is the acceleration of top surface infill. Using a lower value may improve top surface quality."
|
||||
msgstr "トップ面のインフィル加速度です。遅くすると表面の仕上がりが向上させることができます"
|
||||
@@ -12851,9 +12879,12 @@ msgstr "トップ面のインフィル加速度です。遅くすると表面の
|
||||
msgid "Acceleration of outer wall: using a lower value can improve quality."
|
||||
msgstr "外壁の加速度:低い値では品質を向上させることができます。"
|
||||
|
||||
msgid "Acceleration of inner walls."
|
||||
msgid "Acceleration of bridges. If the value is expressed as a percentage (e.g. 50%), it will be calculated based on the outer wall acceleration."
|
||||
msgstr ""
|
||||
|
||||
msgid "mm/s² or %"
|
||||
msgstr "mm/s² 或は %"
|
||||
|
||||
msgid "Acceleration of sparse infill. If the value is expressed as a percentage (e.g. 100%), it will be calculated based on the default acceleration."
|
||||
msgstr "スパースインフィルの加速度です。値がパーセンテージ(例:100%)で指定された場合、デフォルトの加速度を基に計算されます。"
|
||||
|
||||
@@ -12864,6 +12895,14 @@ msgstr ""
|
||||
msgid "This is the printing acceleration for the first layer. Using limited acceleration can improve build plate adhesion."
|
||||
msgstr "1層目の造形加速度です。遅くするとプレートとの接着を向上させることができます"
|
||||
|
||||
msgid "First layer travel"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Travel acceleration of first layer.\n"
|
||||
"The percentage value is relative to Travel Acceleration."
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable accel_to_decel"
|
||||
msgstr "加減速制御を有効にする"
|
||||
|
||||
@@ -12958,17 +12997,6 @@ msgstr ""
|
||||
msgid "layer"
|
||||
msgstr ""
|
||||
|
||||
msgid "First layer fan speed"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Sets an exact fan speed for the first layer, overriding all other cooling settings. Useful for protecting 3D-printed toolhead parts (e.g. Voron-style ABS/ASA ducts) from a hot bed. A small amount of airflow cools the ducts down, without using full cooling that may in certain conditions hurt first-layer adhesion.\n"
|
||||
"From the second layer onwards, normal cooling resumes.\n"
|
||||
"If \"Full fan speed at layer\" is also set, the fan ramps smoothly from this value on the first layer up to your target by the chosen layer.\n"
|
||||
"Only available when \"No cooling for the first\" is 0.\n"
|
||||
"Set to -1 to disable it."
|
||||
msgstr ""
|
||||
|
||||
msgid "Support interface fan speed"
|
||||
msgstr ""
|
||||
|
||||
@@ -13453,69 +13481,6 @@ msgstr "クランピングのプロービング除外エリア"
|
||||
msgid "Probing exclude area of clumping."
|
||||
msgstr "クランピングのプロービング除外エリア。"
|
||||
|
||||
msgid "Lateral lattice angle 1"
|
||||
msgstr ""
|
||||
|
||||
msgid "The angle of the first set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr ""
|
||||
|
||||
msgid "Lateral lattice angle 2"
|
||||
msgstr ""
|
||||
|
||||
msgid "The angle of the second set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr ""
|
||||
|
||||
msgid "Infill overhang angle"
|
||||
msgstr "インフィルオーバーハング角度"
|
||||
|
||||
msgid "The angle of the infill angled lines. 60° will result in a pure honeycomb."
|
||||
msgstr ""
|
||||
|
||||
msgid "Lightning overhang angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum overhang angle for Lightning infill support propagation."
|
||||
msgstr ""
|
||||
|
||||
msgid "Prune angle"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Controls how aggressively short or unsupported Lightning branches are pruned.\n"
|
||||
"This angle is converted internally to a per-layer distance."
|
||||
msgstr ""
|
||||
|
||||
msgid "Straightening angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum straightening angle used to simplify Lightning branches."
|
||||
msgstr ""
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than infill_anchor_max is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to this parameter, but no longer than anchor_length_max.\n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a single infill line."
|
||||
msgstr ""
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr "0(開いているアンカーなし)"
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr "1000 (無制限)"
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr "最長インフィルアンカー"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than this parameter is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to infill_anchor, but no longer than this parameter.\n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should create the same result as with 1000 & 0."
|
||||
msgstr ""
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Filament to print internal sparse infill.\n"
|
||||
"\"Default\" uses the active object/part filament."
|
||||
@@ -14351,18 +14316,6 @@ msgstr "ダイレクトドライブ"
|
||||
msgid "Bowden"
|
||||
msgstr "ボーデン"
|
||||
|
||||
msgid "Enable filament dynamic map"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable dynamic filament mapping during print."
|
||||
msgstr ""
|
||||
|
||||
msgid "Has filament switcher"
|
||||
msgstr ""
|
||||
|
||||
msgid "Printer has a filament switcher hardware (e.g., AMS)."
|
||||
msgstr ""
|
||||
|
||||
msgid "Extra length on restart"
|
||||
msgstr "再開時の追加長さ"
|
||||
|
||||
@@ -14768,9 +14721,6 @@ msgstr ""
|
||||
msgid "Slicing Mode"
|
||||
msgstr "スライシングモード"
|
||||
|
||||
msgid "Other"
|
||||
msgstr "その他"
|
||||
|
||||
msgid "Use \"Even-odd\" for 3DLabPrint airplane models. Use \"Close holes\" to close all holes in the model."
|
||||
msgstr ""
|
||||
|
||||
@@ -15123,6 +15073,9 @@ msgid ""
|
||||
"This option relies on the firmware supporting the M191 and M141 commands either via macros or natively and is usually used when an active chamber heater is installed."
|
||||
msgstr ""
|
||||
|
||||
msgid "Chamber temperature"
|
||||
msgstr "庫内温度"
|
||||
|
||||
msgid ""
|
||||
"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber temperature can help suppress or reduce warping and potentially lead to higher interlayer bonding strength. However, at the same time, a higher chamber temperature will reduce the efficiency of air filtration for ABS and ASA.\n"
|
||||
"\n"
|
||||
@@ -15131,17 +15084,6 @@ msgid ""
|
||||
"If enabled, this parameter also sets a G-code variable named chamber_temperature, which can be used to pass the desired chamber temperature to your print start macro, or a heat soak macro like this: PRINT_START (other variables) CHAMBER_TEMP=[chamber_temperature]. This may be useful if your printer does not support M141/M191 commands, or if you desire to handle heat soaking in the print start macro if no active chamber heater is installed."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"This is the chamber temperature at which printing should start, while the chamber continues heating toward the \"Target\" chamber temperature. For example, set the Target to 60 and the Minimal to 50 to begin printing once the chamber reaches 50°C, without waiting for the full 60°C.\n"
|
||||
"\n"
|
||||
"It sets a G-code variable named chamber_minimal_temperature, which can be passed to your print start macro or a heat soak macro, like this: PRINT_START (other variables) CHAMBER_MIN_TEMP=[chamber_minimal_temperature].\n"
|
||||
"\n"
|
||||
"Unlike the \"Target\" chamber temperature, this option does not emit any M141/M191 commands; it only exposes the value to your custom G-code. It should not exceed the \"Target\" chamber temperature."
|
||||
msgstr ""
|
||||
|
||||
msgid "Chamber minimal temperature"
|
||||
msgstr ""
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Nozzle temperature after the first layer"
|
||||
msgstr "1層目後のノズル温度"
|
||||
@@ -15187,6 +15129,20 @@ msgstr "トップ面厚さ"
|
||||
msgid "The number of top solid layers is increased when slicing if the thickness calculated by top shell layers is thinner than this value. This can avoid having too thin a shell when layer height is small. 0 means that this setting is disabled and thickness of top shell is determined simply by the number of top shell layers."
|
||||
msgstr "トップ面の厚さです、トップ面層数で決まった厚みがこの値より小さい場合、層数を増やします。この値が0にする場合、この設定が無効となり、設定した層数で造形します。"
|
||||
|
||||
msgid "Top surface density"
|
||||
msgstr "上面密度"
|
||||
|
||||
msgid "Density of top surface layer. A value of 100% creates a fully solid, smooth top layer. Reducing this value results in a textured top surface, according to the chosen top surface pattern. A value of 0% will result in only the walls on the top layer being created. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion."
|
||||
msgstr ""
|
||||
|
||||
msgid "Bottom surface density"
|
||||
msgstr "底面密度"
|
||||
|
||||
msgid ""
|
||||
"Density of the bottom surface layer. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion.\n"
|
||||
"WARNING: Lowering this value may negatively affect bed adhesion."
|
||||
msgstr ""
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "This is the speed at which traveling is done."
|
||||
msgstr "移動完了時の速度です。"
|
||||
@@ -17707,132 +17663,6 @@ msgstr "ログイン/テスト"
|
||||
msgid "Connection to printers connected via the print host failed."
|
||||
msgstr "印刷ホスト経由のプリンターへの接続に失敗しました。"
|
||||
|
||||
msgid "Detect Creality K-series printer"
|
||||
msgstr ""
|
||||
|
||||
msgid "Click Scan to look for K-series printers on your network."
|
||||
msgstr ""
|
||||
|
||||
msgid "Use Selected"
|
||||
msgstr ""
|
||||
|
||||
msgid "Scanning the LAN for K-series printers... this takes a few seconds."
|
||||
msgstr ""
|
||||
|
||||
msgid "No K-series printers found. Make sure the printer is on the same network and not blocked by Wi-Fi client isolation, then click Scan again."
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "Found %zu Creality printer(s). Select one and click Use Selected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
msgid "Processes"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show/Hide system information"
|
||||
msgstr ""
|
||||
|
||||
msgid "Copy system information to clipboard"
|
||||
msgstr ""
|
||||
|
||||
msgid "We need information for diagnosing source of the issue. Check wiki page for detailed guide."
|
||||
msgstr ""
|
||||
|
||||
msgid "Pack button collects project file and logs of current session onto a zip file."
|
||||
msgstr ""
|
||||
|
||||
msgid "Any additional visual examples like images or screen recordings might be helpful while reporting the issue."
|
||||
msgstr ""
|
||||
|
||||
msgid "Report issue"
|
||||
msgstr ""
|
||||
|
||||
msgid "Pack"
|
||||
msgstr ""
|
||||
|
||||
msgid "Cleans and rebuilds system profiles cache on next launch"
|
||||
msgstr ""
|
||||
|
||||
msgid "Clean system profiles cache"
|
||||
msgstr ""
|
||||
|
||||
msgid "Clean"
|
||||
msgstr ""
|
||||
|
||||
msgid "Loaded profiles overview"
|
||||
msgstr ""
|
||||
|
||||
msgid "This section shows information for loaded profiles"
|
||||
msgstr ""
|
||||
|
||||
msgid "Exports detailed overview of loaded profiles in json format"
|
||||
msgstr ""
|
||||
|
||||
msgid "Configurations folder"
|
||||
msgstr ""
|
||||
|
||||
msgid "Opens configurations folder"
|
||||
msgstr ""
|
||||
|
||||
msgid "Log level"
|
||||
msgstr ""
|
||||
|
||||
msgid "Stored logs"
|
||||
msgstr ""
|
||||
|
||||
msgid "Packs all stored logs onto a zip file."
|
||||
msgstr ""
|
||||
|
||||
msgid "Profiles"
|
||||
msgstr ""
|
||||
|
||||
msgid "Select NO to close dialog and review project"
|
||||
msgstr ""
|
||||
|
||||
msgid "No project file on current session. Only logs will be included to package"
|
||||
msgstr ""
|
||||
|
||||
msgid "Select NO to close dialog and review project."
|
||||
msgstr ""
|
||||
|
||||
msgid "Please make sure any instances of OrcaSlicer are not running"
|
||||
msgstr ""
|
||||
|
||||
msgid "System folder cannot be deleted because some files are in use by another application. Please close any applications using these files and try again."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to delete system folder..."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to determine executable path."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to launch a new instance."
|
||||
msgstr ""
|
||||
|
||||
msgid "log(s)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Choose where to save the exported JSON file"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Export failed\n"
|
||||
"Please check write permissions or file in use by another application"
|
||||
msgstr ""
|
||||
|
||||
msgid "Choose where to save the exported ZIP file"
|
||||
msgstr ""
|
||||
|
||||
msgid "File already exists. Overwrite?"
|
||||
msgstr ""
|
||||
|
||||
msgid "3DPrinterOS Cloud upload options"
|
||||
msgstr ""
|
||||
|
||||
@@ -17915,19 +17745,6 @@ msgstr "MKSへの接続は正常に動作しています。"
|
||||
msgid "Could not connect to MKS"
|
||||
msgstr "MKSに接続できませんでした"
|
||||
|
||||
msgid "Connection to Moonraker is working correctly."
|
||||
msgstr ""
|
||||
|
||||
msgid "Could not connect to Moonraker"
|
||||
msgstr ""
|
||||
|
||||
msgid "The host responded but it doesn't look like Moonraker (missing result.klippy_state)."
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Could not parse Moonraker server response: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "Connection to OctoPrint is working correctly."
|
||||
msgstr "OctoPrintへの接続は正常に動作しています。"
|
||||
|
||||
@@ -19061,36 +18878,6 @@ msgstr ""
|
||||
"反りを避ける\n"
|
||||
"ABSのような反りやすい素材を印刷する場合、ヒートベッドの温度を適切に上げることで、反りが発生する確率を下げることができることをご存知ですか?"
|
||||
|
||||
#~ msgid "Filament Sync Options"
|
||||
#~ msgstr "フィラメント同期オプション"
|
||||
|
||||
#~ msgid "Network plug-in"
|
||||
#~ msgstr "ネットワークプラグイン"
|
||||
|
||||
#~ msgid "View control settings"
|
||||
#~ msgstr "表示設定"
|
||||
|
||||
#~ msgid "Rotate view"
|
||||
#~ msgstr "回転"
|
||||
|
||||
#~ msgid "Pan view"
|
||||
#~ msgstr "移動"
|
||||
|
||||
#~ msgid "Zoom view"
|
||||
#~ msgstr "ズーム"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
#~ msgid "Reverse scroll direction while zooming"
|
||||
#~ msgstr "ズーム中にスクロール方向を反転させる"
|
||||
|
||||
#, c-format, boost-format
|
||||
#~ msgid "Left: %s"
|
||||
#~ msgstr "左: %s"
|
||||
|
||||
#, c-format, boost-format
|
||||
#~ msgid "Right: %s"
|
||||
#~ msgstr "右: %s"
|
||||
|
||||
#~ msgid "Enable network plug-in"
|
||||
#~ msgstr "ネットワークプラグインを有効にする"
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2026-07-03 14:43+0200\n"
|
||||
"POT-Creation-Date: 2026-06-26 10:26+0800\n"
|
||||
"PO-Revision-Date: 2025-06-02 17:12+0900\n"
|
||||
"Last-Translator: crwusiz <crwusiz@gmail.com>\n"
|
||||
"Language-Team: \n"
|
||||
@@ -1721,12 +1721,7 @@ msgid ""
|
||||
"To migrate your existing profiles, log in to Orca Cloud and they will be transferred automatically. To learn more about how OrcaSlicer stores and syncs your profiles, or to migrate your presets manually, check out our wiki.\n"
|
||||
"\n"
|
||||
"If you did not use Bambu Cloud to sync profiles, this change does not affect you and you can safely ignore this message."
|
||||
msgstr ""
|
||||
"버전 2.4.0부터 OrcaSlicer는 사용자 프로파일을 Bambu Cloud 대신 Orca Cloud를 통해 동기화합니다.\n"
|
||||
"\n"
|
||||
"기존 프로파일을 이전하려면 Orca Cloud에 로그인하세요. 자동으로 전송됩니다. OrcaSlicer가 프로파일을 저장하고 동기화하는 방식에 대해 자세히 알아보거나 사전 설정을 수동으로 이전하려면 위키를 참조하세요.\n"
|
||||
"\n"
|
||||
"프로파일 동기화에 Bambu Cloud를 사용하지 않았다면 이 변경 사항은 영향을 주지 않으므로 이 메시지를 무시해도 됩니다."
|
||||
msgstr "버전 2.4.0부터 OrcaSlicer는 사용자 프로파일을 Bambu Cloud 대신 Orca Cloud를 통해 동기화합니다.\n\n기존 프로파일을 이전하려면 Orca Cloud에 로그인하세요. 자동으로 전송됩니다. OrcaSlicer가 프로파일을 저장하고 동기화하는 방식에 대해 자세히 알아보거나 사전 설정을 수동으로 이전하려면 위키를 참조하세요.\n\n프로파일 동기화에 Bambu Cloud를 사용하지 않았다면 이 변경 사항은 영향을 주지 않으므로 이 메시지를 무시해도 됩니다."
|
||||
|
||||
msgid "Profile syncing change"
|
||||
msgstr ""
|
||||
@@ -4101,10 +4096,6 @@ msgstr ""
|
||||
msgid "Current chamber temperature is higher than the material's safe temperature; this may result in material softening and nozzle clogs. The maximum safe temperature for the material is %d"
|
||||
msgstr "현재 챔버 온도가 재료의 안전 온도보다 높으므로 재료가 부드러워지고 막힐 수 있습니다. 재료의 최대 안전 온도는 %d입니다"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "The minimal chamber temperature (%d℃) is higher than the target chamber temperature (%d℃). The minimal value is the threshold at which printing starts while the chamber keeps heating toward the target, so it should not exceed it. It will be clamped to the target."
|
||||
msgstr ""
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid ""
|
||||
"Layer height too small\n"
|
||||
@@ -7883,45 +7874,6 @@ msgstr ""
|
||||
msgid "Choose Download Directory"
|
||||
msgstr "다운로드 폴더 선택"
|
||||
|
||||
msgid "(Latest)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Network plug-in switched successfully."
|
||||
msgstr ""
|
||||
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to load network plug-in. Please restart the application."
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"You've selected network plug-in version %s.\n"
|
||||
"\n"
|
||||
"Would you like to download and install this version now?\n"
|
||||
"\n"
|
||||
"Note: The application may need to restart after installation."
|
||||
msgstr ""
|
||||
|
||||
msgid "Download Network Plug-in"
|
||||
msgstr ""
|
||||
|
||||
msgid "Reload the network plug-in without restarting the application"
|
||||
msgstr ""
|
||||
|
||||
msgid "Network plug-in reloaded successfully."
|
||||
msgstr ""
|
||||
|
||||
msgid "Reload"
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to reload network plug-in. Please restart the application."
|
||||
msgstr ""
|
||||
|
||||
msgid "Reload Failed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Associate"
|
||||
msgstr "링크"
|
||||
|
||||
@@ -7977,6 +7929,12 @@ msgstr "시작 화면 표시"
|
||||
msgid "Show the splash screen during startup."
|
||||
msgstr "시작 화면을 표시합니다."
|
||||
|
||||
msgid "Show shared profiles notification"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show a notification with a link to browse shared profiles when the selected printer is changed."
|
||||
msgstr ""
|
||||
|
||||
msgid "Use window buttons on left side"
|
||||
msgstr ""
|
||||
|
||||
@@ -8007,13 +7965,6 @@ msgstr "행동 로드"
|
||||
msgid "Should printer/filament/process settings be loaded when opening a 3MF file?"
|
||||
msgstr ".3mf를 열 때 프린터/필라멘트/프로세스 설정이 로드되어야 합니까?"
|
||||
|
||||
msgid "Auto backup"
|
||||
msgstr "자동 백업"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Backup your project periodically to help with restoring from an occasional crash."
|
||||
msgstr "간헐적인 충돌로부터 복원하기 위해 주기적으로 프로젝트를 백업하세요."
|
||||
|
||||
msgid "Maximum recent files"
|
||||
msgstr ""
|
||||
|
||||
@@ -8032,17 +7983,12 @@ msgstr ""
|
||||
msgid "If enabled, a parameter settings dialog will appear during STEP file import."
|
||||
msgstr ""
|
||||
|
||||
msgid "Quality level for Draco export"
|
||||
msgstr ""
|
||||
msgid "Auto backup"
|
||||
msgstr "자동 백업"
|
||||
|
||||
msgid "bits"
|
||||
msgstr "bits"
|
||||
|
||||
msgid ""
|
||||
"Controls the quantization bit depth used when compressing the mesh to Draco format.\n"
|
||||
"0 = lossless compression (geometry is preserved at full precision). Valid lossy values range from 8 to 30.\n"
|
||||
"Lower values produce smaller files but lose more geometric detail; higher values preserve more detail at the cost of larger files."
|
||||
msgstr ""
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Backup your project periodically to help with restoring from an occasional crash."
|
||||
msgstr "간헐적인 충돌로부터 복원하기 위해 주기적으로 프로젝트를 백업하세요."
|
||||
|
||||
msgid "Preset"
|
||||
msgstr "사전 설정"
|
||||
@@ -8074,12 +8020,6 @@ msgstr ""
|
||||
msgid "Optimizes filament area maximum height by chosen filament count."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show shared profiles notification"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show a notification with a link to browse shared profiles when the selected printer is changed."
|
||||
msgstr ""
|
||||
|
||||
msgid "Features"
|
||||
msgstr ""
|
||||
|
||||
@@ -8092,6 +8032,18 @@ msgstr "활성화하면 여러 장치에 동시에 작업을 보내고 여러
|
||||
msgid "Pop up to select filament grouping mode"
|
||||
msgstr "필라멘트 그룹화 모드를 선택하기 위한 팝업"
|
||||
|
||||
msgid "Quality level for Draco export"
|
||||
msgstr ""
|
||||
|
||||
msgid "bits"
|
||||
msgstr "bits"
|
||||
|
||||
msgid ""
|
||||
"Controls the quantization bit depth used when compressing the mesh to Draco format.\n"
|
||||
"0 = lossless compression (geometry is preserved at full precision). Valid lossy values range from 8 to 30.\n"
|
||||
"Lower values produce smaller files but lose more geometric detail; higher values preserve more detail at the cost of larger files."
|
||||
msgstr ""
|
||||
|
||||
msgid "Behaviour"
|
||||
msgstr ""
|
||||
|
||||
@@ -8319,6 +8271,19 @@ msgstr "안정적인 업데이트만 확인"
|
||||
msgid "Auto sync user presets (Printer/Filament/Process)"
|
||||
msgstr "사용자 사전 설정 자동 동기화(프린터/필라멘트/프로세스)"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Update built-in presets automatically."
|
||||
msgstr "기본 제공 사전 설정을 자동으로 업데이트합니다."
|
||||
|
||||
msgid "Use encrypted file for token storage"
|
||||
msgstr ""
|
||||
|
||||
msgid "Store authentication tokens in an encrypted file instead of the system keychain. (Requires restart)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Filament Sync Options"
|
||||
msgstr ""
|
||||
|
||||
msgid "Filament sync mode"
|
||||
msgstr ""
|
||||
|
||||
@@ -8331,16 +8296,6 @@ msgstr ""
|
||||
msgid "Color only"
|
||||
msgstr ""
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Update built-in presets automatically."
|
||||
msgstr "기본 제공 사전 설정을 자동으로 업데이트합니다."
|
||||
|
||||
msgid "Use encrypted file for token storage"
|
||||
msgstr ""
|
||||
|
||||
msgid "Store authentication tokens in an encrypted file instead of the system keychain. (Requires restart)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Bambu network plug-in"
|
||||
msgstr ""
|
||||
|
||||
@@ -8353,6 +8308,30 @@ msgstr ""
|
||||
msgid "Select the network plug-in version to use"
|
||||
msgstr ""
|
||||
|
||||
msgid "(Latest)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Network plug-in switched successfully."
|
||||
msgstr ""
|
||||
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to load network plug-in. Please restart the application."
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"You've selected network plug-in version %s.\n"
|
||||
"\n"
|
||||
"Would you like to download and install this version now?\n"
|
||||
"\n"
|
||||
"Note: The application may need to restart after installation."
|
||||
msgstr ""
|
||||
|
||||
msgid "Download Network Plug-in"
|
||||
msgstr ""
|
||||
|
||||
msgid "Associate files to OrcaSlicer"
|
||||
msgstr "파일을 OrcaSlicer에 연결"
|
||||
|
||||
@@ -8401,16 +8380,7 @@ msgstr ""
|
||||
msgid "Skip AMS blacklist check"
|
||||
msgstr "AMS 블랙리스트 확인 건너뛰기"
|
||||
|
||||
msgid "Show unsupported presets"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show incompatible/unsupported presets in the printer and filament dropdown lists. These presets cannot be selected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Experimental Features"
|
||||
msgstr ""
|
||||
|
||||
msgid "Keep painted feature after mesh change"
|
||||
msgid "(Experimental) Keep painted feature after mesh change"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
@@ -8418,6 +8388,12 @@ msgid ""
|
||||
"Highly experimental! Slow and may create artifact."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show unsupported presets"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show incompatible/unsupported presets in the printer and filament dropdown lists. These presets cannot be selected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Allow Abnormal Storage"
|
||||
msgstr ""
|
||||
|
||||
@@ -8444,6 +8420,24 @@ msgstr "디버그"
|
||||
msgid "trace"
|
||||
msgstr "추적"
|
||||
|
||||
msgid "Network plug-in"
|
||||
msgstr ""
|
||||
|
||||
msgid "Reload"
|
||||
msgstr ""
|
||||
|
||||
msgid "Reload the network plug-in without restarting the application"
|
||||
msgstr ""
|
||||
|
||||
msgid "Network plug-in reloaded successfully."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to reload network plug-in. Please restart the application."
|
||||
msgstr ""
|
||||
|
||||
msgid "Reload Failed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Debug"
|
||||
msgstr ""
|
||||
|
||||
@@ -8459,6 +8453,25 @@ msgstr "사전 설정 동기화"
|
||||
msgid "Preferences sync"
|
||||
msgstr "기본 설정 동기화"
|
||||
|
||||
msgid "View control settings"
|
||||
msgstr "시점 컨트롤 설정"
|
||||
|
||||
msgid "Rotate view"
|
||||
msgstr "시점 회전"
|
||||
|
||||
msgid "Pan view"
|
||||
msgstr "시점 이동"
|
||||
|
||||
msgid "Zoom view"
|
||||
msgstr "시점 확대/축소"
|
||||
|
||||
msgid "Other"
|
||||
msgstr "기타"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Reverse scroll direction while zooming"
|
||||
msgstr "확대/축소 시 마우스 휠이 반전됩니다"
|
||||
|
||||
msgid "Enable SSL(MQTT)"
|
||||
msgstr "SSL(MQTT) 활성화"
|
||||
|
||||
@@ -9169,12 +9182,6 @@ msgstr "이 사전 설정 삭제"
|
||||
msgid "Search in preset"
|
||||
msgstr "사전 설정에서 찾기"
|
||||
|
||||
msgid "Synchronization of different extruder drives or nozzle volume types is not supported."
|
||||
msgstr ""
|
||||
|
||||
msgid "Synchronize the modification of parameters to the corresponding parameters of another extruder."
|
||||
msgstr ""
|
||||
|
||||
msgid "Click to reset all settings to the last saved preset."
|
||||
msgstr "모든 설정을 마지막으로 저장한 사전 설정으로 되돌립니다."
|
||||
|
||||
@@ -9460,18 +9467,6 @@ msgstr "압출량 비율 및 PA"
|
||||
msgid "Print chamber temperature"
|
||||
msgstr "출력 챔버 온도"
|
||||
|
||||
msgid "Chamber temperature"
|
||||
msgstr "챔버 온도"
|
||||
|
||||
msgid "Target chamber temperature, and the minimal chamber temperature at which printing should start"
|
||||
msgstr ""
|
||||
|
||||
msgid "Target"
|
||||
msgstr ""
|
||||
|
||||
msgid "Minimal"
|
||||
msgstr ""
|
||||
|
||||
msgid "Print temperature"
|
||||
msgstr "출력 온도"
|
||||
|
||||
@@ -9792,22 +9787,12 @@ msgid "Don't warn again for this preset"
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "%s: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "No modifications need to be copied."
|
||||
msgstr ""
|
||||
|
||||
msgid "Copy paramters"
|
||||
msgstr ""
|
||||
msgid "Left: %s"
|
||||
msgstr "왼쪽: %s"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Modify paramters of %s"
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Do you want to modify the following parameters of the %s to that of the %s?"
|
||||
msgstr ""
|
||||
msgid "Right: %s"
|
||||
msgstr "오른쪽: %s"
|
||||
|
||||
msgid "Click to reset current value and attach to the global value."
|
||||
msgstr "현재 값을 재설정하고 전역 값에 연결하려면 클릭합니다."
|
||||
@@ -9827,7 +9812,7 @@ msgid "Transfer or discard changes"
|
||||
msgstr "변경 사항 폐기 또는 유지"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Old Value"
|
||||
msgid "Old value"
|
||||
msgstr "이전 값"
|
||||
|
||||
msgid "New Value"
|
||||
@@ -9949,12 +9934,6 @@ msgstr "익스트루더 수"
|
||||
msgid "Capabilities"
|
||||
msgstr "성능"
|
||||
|
||||
msgid "Left: "
|
||||
msgstr ""
|
||||
|
||||
msgid "Right: "
|
||||
msgstr ""
|
||||
|
||||
msgid "Show all presets (including incompatible)"
|
||||
msgstr "모든 사전 설정 표시(호환되지 않는 설정 포함)"
|
||||
|
||||
@@ -12049,23 +12028,6 @@ msgstr "일반 출력"
|
||||
msgid "This is the default acceleration for both normal printing and travel after the first layer."
|
||||
msgstr "초기 레이어를 제외한 모든 일반 출력 및 이동의 기본 가속"
|
||||
|
||||
msgid "Acceleration of travel moves."
|
||||
msgstr "이동 가속도"
|
||||
|
||||
msgid "First layer travel"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Travel acceleration of first layer.\n"
|
||||
"The percentage value is relative to Travel Acceleration."
|
||||
msgstr ""
|
||||
|
||||
msgid "mm/s² or %"
|
||||
msgstr "mm/s² 또는 %"
|
||||
|
||||
msgid "Acceleration of bridges. If the value is expressed as a percentage (e.g. 50%), it will be calculated based on the outer wall acceleration."
|
||||
msgstr "브릿지의 가속도. 값을 백분율 (ex. 50%)로 표시하면 외벽 가속도 기준으로 계산됩니다."
|
||||
|
||||
msgid "Default filament profile"
|
||||
msgstr "기본 필라멘트 사전설정"
|
||||
|
||||
@@ -12278,12 +12240,6 @@ msgstr "아르키메데스 코드"
|
||||
msgid "Octagram Spiral"
|
||||
msgstr "팔각 나선형"
|
||||
|
||||
msgid "Top surface density"
|
||||
msgstr "상단 표면 밀도"
|
||||
|
||||
msgid "Density of top surface layer. A value of 100% creates a fully solid, smooth top layer. Reducing this value results in a textured top surface, according to the chosen top surface pattern. A value of 0% will result in only the walls on the top layer being created. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion."
|
||||
msgstr ""
|
||||
|
||||
msgid "Bottom surface pattern"
|
||||
msgstr "하단 표면 패턴"
|
||||
|
||||
@@ -12291,14 +12247,6 @@ msgstr "하단 표면 패턴"
|
||||
msgid "This is the line pattern of bottom surface infill, not including bridge infill."
|
||||
msgstr "브릿지 채우기가 아닌 바닥면 채우기의 선 패턴"
|
||||
|
||||
msgid "Bottom surface density"
|
||||
msgstr "하단 표면 밀도"
|
||||
|
||||
msgid ""
|
||||
"Density of the bottom surface layer. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion.\n"
|
||||
"WARNING: Lowering this value may negatively affect bed adhesion."
|
||||
msgstr ""
|
||||
|
||||
msgid "Internal solid infill pattern"
|
||||
msgstr "꽉찬 내부 채우기 패턴"
|
||||
|
||||
@@ -12595,6 +12543,18 @@ msgstr "자동 플러시"
|
||||
msgid "Auto For Match"
|
||||
msgstr "자동 경기"
|
||||
|
||||
msgid "Enable filament dynamic map"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable dynamic filament mapping during print."
|
||||
msgstr ""
|
||||
|
||||
msgid "Has filament switcher"
|
||||
msgstr ""
|
||||
|
||||
msgid "Printer has a filament switcher hardware (e.g., AMS)."
|
||||
msgstr ""
|
||||
|
||||
msgid "Flush temperature"
|
||||
msgstr "플러시 온도"
|
||||
|
||||
@@ -12932,7 +12892,6 @@ msgstr "채우기 패턴에서 지원되는 경우 채우기 패턴에 여러
|
||||
msgid "Z-buckling bias optimization (experimental)"
|
||||
msgstr ""
|
||||
|
||||
#, no-c-format, no-boost-format
|
||||
msgid "Tightens the gyroid wave along the Z (vertical) axis at low infill density to shorten the effective vertical column length and improve Z-axis compression buckling resistance. Filament use is preserved. No effect at ~30% sparse infill density and above. Only applies when Sparse infill pattern is set to Gyroid."
|
||||
msgstr ""
|
||||
|
||||
@@ -13000,6 +12959,80 @@ msgstr "TPMS-FK"
|
||||
msgid "Gyroid"
|
||||
msgstr "자이로이드"
|
||||
|
||||
msgid "Lateral lattice angle 1"
|
||||
msgstr "격자 각도 1"
|
||||
|
||||
msgid "The angle of the first set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "Z 방향의 첫 번째 2D 격자 요소 집합의 각도입니다. 0은 수직입니다."
|
||||
|
||||
msgid "Lateral lattice angle 2"
|
||||
msgstr "격자 각도 2"
|
||||
|
||||
msgid "The angle of the second set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "Z 방향에서 두 번째 2D 격자 요소 세트의 각도입니다. 0은 수직입니다."
|
||||
|
||||
msgid "Infill overhang angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "The angle of the infill angled lines. 60° will result in a pure honeycomb."
|
||||
msgstr ""
|
||||
|
||||
msgid "Lightning overhang angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum overhang angle for Lightning infill support propagation."
|
||||
msgstr ""
|
||||
|
||||
msgid "Prune angle"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Controls how aggressively short or unsupported Lightning branches are pruned.\n"
|
||||
"This angle is converted internally to a per-layer distance."
|
||||
msgstr ""
|
||||
|
||||
msgid "Straightening angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum straightening angle used to simplify Lightning branches."
|
||||
msgstr ""
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr "드문 채우기 고정점 길이"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than infill_anchor_max is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to this parameter, but no longer than anchor_length_max.\n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a single infill line."
|
||||
msgstr ""
|
||||
"사용하여 채우기 선을 내부 둘레에 연결합니다. 백분율(예: 15%)로 표시되는 경우 채우기 돌출 너비에 대해 계산됩니다. Orca Slicer은 두 개의 가까운 채우기 선을 짧은 주변 세그먼트에 연결하려고 합니다. 내부 채우기 고정점 (infill_anchor_max) 최대 길이보다 짧은 경계 세그먼트가 발견되지 않으면 \n"
|
||||
"채우기 선은 한쪽에서 경계 세그먼트에 연결되고 취해진 경계 세그먼트의 길이는 이 매개변수로 제한되지만 최대 고정점 길이(anchor_length_max) 보다 길지 않습니다.\n"
|
||||
"단일 채우기 선에 연결된 고정 둘레를 비활성화하려면 이 매개변수를 0으로 설정합니다."
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr "0 (개방형 고정점 없음)"
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr "1000 (무제한)"
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr "채우기 고정점 최대 길이"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than this parameter is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to infill_anchor, but no longer than this parameter.\n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should create the same result as with 1000 & 0."
|
||||
msgstr ""
|
||||
"추가 둘레의 짧은 세그먼트를 사용하여 채우기 선을 내부 둘레에 연결합니다. 백분율(예: 15%)로 표시되는 경우 채우기 돌출 너비에 대해 계산됩니다. Orca Slicer은 두 개의 가까운 채우기 선을 짧은 주변 세그먼트에 연결하려고 합니다. 이 매개변수보다 짧은 주변 세그먼트가 발견되지 않으면 채우기 선은 한쪽 측면의 주변 세그먼트에 연결되고 사용된 주변 세그먼트의 길이는 앵커 채우기(infill_anchor)로 제한되지만 이 매개변수보다 길지 않습니다.\n"
|
||||
"0으로 설정하면 채우기 연결에 대한 이전 알고리즘이 사용되며 1000 & 0과 동일한 결과를 생성해야 합니다."
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr "0 (단순 연결)"
|
||||
|
||||
msgid "Acceleration of inner walls."
|
||||
msgstr "내벽의 가속도"
|
||||
|
||||
msgid "Acceleration of travel moves."
|
||||
msgstr "이동 가속도"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "This is the acceleration of top surface infill. Using a lower value may improve top surface quality."
|
||||
msgstr "상단 표면 가속도. 낮은 값을 사용하면 상단 표면 품질이 향상될 수 있습니다"
|
||||
@@ -13008,8 +13041,11 @@ msgstr "상단 표면 가속도. 낮은 값을 사용하면 상단 표면 품질
|
||||
msgid "Acceleration of outer wall: using a lower value can improve quality."
|
||||
msgstr "외벽의 가속도. 낮은 값을 사용하면 품질이 향상 될 수 있습니다"
|
||||
|
||||
msgid "Acceleration of inner walls."
|
||||
msgstr "내벽의 가속도"
|
||||
msgid "Acceleration of bridges. If the value is expressed as a percentage (e.g. 50%), it will be calculated based on the outer wall acceleration."
|
||||
msgstr "브릿지의 가속도. 값을 백분율 (ex. 50%)로 표시하면 외벽 가속도 기준으로 계산됩니다."
|
||||
|
||||
msgid "mm/s² or %"
|
||||
msgstr "mm/s² 또는 %"
|
||||
|
||||
msgid "Acceleration of sparse infill. If the value is expressed as a percentage (e.g. 100%), it will be calculated based on the default acceleration."
|
||||
msgstr "드문 채우기 가속도. 값이 백분율 (예. 100%)로 표시되면 기본 가속도를 기준으로 계산됩니다."
|
||||
@@ -13021,6 +13057,14 @@ msgstr "꽉찬 내부 채우기 가속도. 값이 백분율 (예. 100%)로 표
|
||||
msgid "This is the printing acceleration for the first layer. Using limited acceleration can improve build plate adhesion."
|
||||
msgstr "초기 레이어 가속도. 낮은 값을 사용하면 빌드 플레이트 안착률을 높일 수 있습니다"
|
||||
|
||||
msgid "First layer travel"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Travel acceleration of first layer.\n"
|
||||
"The percentage value is relative to Travel Acceleration."
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable accel_to_decel"
|
||||
msgstr "가속/감속 활성화"
|
||||
|
||||
@@ -13115,17 +13159,6 @@ msgstr "팬 속도는 \"close_fan_the_first_x_layers\" 의 0에서 \"full_fan_sp
|
||||
msgid "layer"
|
||||
msgstr "레이어"
|
||||
|
||||
msgid "First layer fan speed"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Sets an exact fan speed for the first layer, overriding all other cooling settings. Useful for protecting 3D-printed toolhead parts (e.g. Voron-style ABS/ASA ducts) from a hot bed. A small amount of airflow cools the ducts down, without using full cooling that may in certain conditions hurt first-layer adhesion.\n"
|
||||
"From the second layer onwards, normal cooling resumes.\n"
|
||||
"If \"Full fan speed at layer\" is also set, the fan ramps smoothly from this value on the first layer up to your target by the chosen layer.\n"
|
||||
"Only available when \"No cooling for the first\" is 0.\n"
|
||||
"Set to -1 to disable it."
|
||||
msgstr ""
|
||||
|
||||
msgid "Support interface fan speed"
|
||||
msgstr "서포트 접점 팬 속도"
|
||||
|
||||
@@ -13640,74 +13673,6 @@ msgstr "뭉침 영역 프로빙 제외"
|
||||
msgid "Probing exclude area of clumping."
|
||||
msgstr "뭉침 감지 제외 영역."
|
||||
|
||||
msgid "Lateral lattice angle 1"
|
||||
msgstr "격자 각도 1"
|
||||
|
||||
msgid "The angle of the first set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "Z 방향의 첫 번째 2D 격자 요소 집합의 각도입니다. 0은 수직입니다."
|
||||
|
||||
msgid "Lateral lattice angle 2"
|
||||
msgstr "격자 각도 2"
|
||||
|
||||
msgid "The angle of the second set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "Z 방향에서 두 번째 2D 격자 요소 세트의 각도입니다. 0은 수직입니다."
|
||||
|
||||
msgid "Infill overhang angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "The angle of the infill angled lines. 60° will result in a pure honeycomb."
|
||||
msgstr ""
|
||||
|
||||
msgid "Lightning overhang angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum overhang angle for Lightning infill support propagation."
|
||||
msgstr ""
|
||||
|
||||
msgid "Prune angle"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Controls how aggressively short or unsupported Lightning branches are pruned.\n"
|
||||
"This angle is converted internally to a per-layer distance."
|
||||
msgstr ""
|
||||
|
||||
msgid "Straightening angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum straightening angle used to simplify Lightning branches."
|
||||
msgstr ""
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr "드문 채우기 고정점 길이"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than infill_anchor_max is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to this parameter, but no longer than anchor_length_max.\n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a single infill line."
|
||||
msgstr ""
|
||||
"사용하여 채우기 선을 내부 둘레에 연결합니다. 백분율(예: 15%)로 표시되는 경우 채우기 돌출 너비에 대해 계산됩니다. Orca Slicer은 두 개의 가까운 채우기 선을 짧은 주변 세그먼트에 연결하려고 합니다. 내부 채우기 고정점 (infill_anchor_max) 최대 길이보다 짧은 경계 세그먼트가 발견되지 않으면 \n"
|
||||
"채우기 선은 한쪽에서 경계 세그먼트에 연결되고 취해진 경계 세그먼트의 길이는 이 매개변수로 제한되지만 최대 고정점 길이(anchor_length_max) 보다 길지 않습니다.\n"
|
||||
"단일 채우기 선에 연결된 고정 둘레를 비활성화하려면 이 매개변수를 0으로 설정합니다."
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr "0 (개방형 고정점 없음)"
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr "1000 (무제한)"
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr "채우기 고정점 최대 길이"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than this parameter is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to infill_anchor, but no longer than this parameter.\n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should create the same result as with 1000 & 0."
|
||||
msgstr ""
|
||||
"추가 둘레의 짧은 세그먼트를 사용하여 채우기 선을 내부 둘레에 연결합니다. 백분율(예: 15%)로 표시되는 경우 채우기 돌출 너비에 대해 계산됩니다. Orca Slicer은 두 개의 가까운 채우기 선을 짧은 주변 세그먼트에 연결하려고 합니다. 이 매개변수보다 짧은 주변 세그먼트가 발견되지 않으면 채우기 선은 한쪽 측면의 주변 세그먼트에 연결되고 사용된 주변 세그먼트의 길이는 앵커 채우기(infill_anchor)로 제한되지만 이 매개변수보다 길지 않습니다.\n"
|
||||
"0으로 설정하면 채우기 연결에 대한 이전 알고리즘이 사용되며 1000 & 0과 동일한 결과를 생성해야 합니다."
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr "0 (단순 연결)"
|
||||
|
||||
msgid ""
|
||||
"Filament to print internal sparse infill.\n"
|
||||
"\"Default\" uses the active object/part filament."
|
||||
@@ -14572,18 +14537,6 @@ msgstr "직접 드라이브"
|
||||
msgid "Bowden"
|
||||
msgstr "보우덴"
|
||||
|
||||
msgid "Enable filament dynamic map"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable dynamic filament mapping during print."
|
||||
msgstr ""
|
||||
|
||||
msgid "Has filament switcher"
|
||||
msgstr ""
|
||||
|
||||
msgid "Printer has a filament switcher hardware (e.g., AMS)."
|
||||
msgstr ""
|
||||
|
||||
msgid "Extra length on restart"
|
||||
msgstr "재 시작 시 추가 길이"
|
||||
|
||||
@@ -15009,9 +14962,6 @@ msgstr "간격 폐쇄 반경의 2배보다 작은 균열은 삼각형 메시 슬
|
||||
msgid "Slicing Mode"
|
||||
msgstr "슬라이싱 모드"
|
||||
|
||||
msgid "Other"
|
||||
msgstr "기타"
|
||||
|
||||
msgid "Use \"Even-odd\" for 3DLabPrint airplane models. Use \"Close holes\" to close all holes in the model."
|
||||
msgstr "3DLabPrint 비행기 모델에는 \"짝수-홀수\"를 사용하세요. \"구멍 닫기\"를 사용하여 모델의 모든 구멍을 닫습니다."
|
||||
|
||||
@@ -15370,6 +15320,9 @@ msgstr ""
|
||||
"\n"
|
||||
"이 옵션은 매크로를 통해 또는 기본적으로 M191 및 M141 명령을 지원하는 펌웨어에 의존하며 일반적으로 활성 챔버 히터가 설치된 경우 사용됩니다."
|
||||
|
||||
msgid "Chamber temperature"
|
||||
msgstr "챔버 온도"
|
||||
|
||||
msgid ""
|
||||
"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber temperature can help suppress or reduce warping and potentially lead to higher interlayer bonding strength. However, at the same time, a higher chamber temperature will reduce the efficiency of air filtration for ABS and ASA.\n"
|
||||
"\n"
|
||||
@@ -15383,17 +15336,6 @@ msgstr ""
|
||||
"\n"
|
||||
"활성화된 경우 이 매개변수는 원하는 챔버 온도를 출력 시작 매크로 또는 PRINT_START(기타 변수) CHAMBER_TEMP=[chamber_temp]와 같은 열 흡수 매크로에 전달하는 데 사용할 수 있는 Chamber_temp라는 Gcode 변수도 설정합니다. 이는 프린터가 M141/M191 명령을 지원하지 않거나 활성 챔버 히터가 설치되지 않은 경우 출력 시작 매크로에서 열 흡수를 처리하려는 경우 유용할 수 있습니다."
|
||||
|
||||
msgid ""
|
||||
"This is the chamber temperature at which printing should start, while the chamber continues heating toward the \"Target\" chamber temperature. For example, set the Target to 60 and the Minimal to 50 to begin printing once the chamber reaches 50°C, without waiting for the full 60°C.\n"
|
||||
"\n"
|
||||
"It sets a G-code variable named chamber_minimal_temperature, which can be passed to your print start macro or a heat soak macro, like this: PRINT_START (other variables) CHAMBER_MIN_TEMP=[chamber_minimal_temperature].\n"
|
||||
"\n"
|
||||
"Unlike the \"Target\" chamber temperature, this option does not emit any M141/M191 commands; it only exposes the value to your custom G-code. It should not exceed the \"Target\" chamber temperature."
|
||||
msgstr ""
|
||||
|
||||
msgid "Chamber minimal temperature"
|
||||
msgstr ""
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Nozzle temperature after the first layer"
|
||||
msgstr "초기 레이어 이후의 노즐 온도"
|
||||
@@ -15439,6 +15381,20 @@ msgstr "상단 쉘 두께"
|
||||
msgid "The number of top solid layers is increased when slicing if the thickness calculated by top shell layers is thinner than this value. This can avoid having too thin a shell when layer height is small. 0 means that this setting is disabled and thickness of top shell is determined simply by the number of top shell layers."
|
||||
msgstr "상단 쉘 레이어로 계산된 두께가 이 값보다 얇은 경우 슬라이싱할 때 상단 꽉찬 레이어의 수가 증가합니다. 이렇게 하면 레이어 높이가 작을 때 쉘이 너무 얇아지는 것을 방지할 수 있습니다. 0은 이 설정이 비활성화되고 상단 쉘의 두께가 절대적으로 상단 쉘 레이어에 의해 결정됨을 의미합니다"
|
||||
|
||||
msgid "Top surface density"
|
||||
msgstr "상단 표면 밀도"
|
||||
|
||||
msgid "Density of top surface layer. A value of 100% creates a fully solid, smooth top layer. Reducing this value results in a textured top surface, according to the chosen top surface pattern. A value of 0% will result in only the walls on the top layer being created. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion."
|
||||
msgstr ""
|
||||
|
||||
msgid "Bottom surface density"
|
||||
msgstr "하단 표면 밀도"
|
||||
|
||||
msgid ""
|
||||
"Density of the bottom surface layer. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion.\n"
|
||||
"WARNING: Lowering this value may negatively affect bed adhesion."
|
||||
msgstr ""
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "This is the speed at which traveling is done."
|
||||
msgstr "압출이 없을 때의 이동 속도"
|
||||
@@ -18055,132 +18011,6 @@ msgstr "로그인/테스트"
|
||||
msgid "Connection to printers connected via the print host failed."
|
||||
msgstr "출력 호스트를 통해 연결된 프린터에 연결하지 못했습니다."
|
||||
|
||||
msgid "Detect Creality K-series printer"
|
||||
msgstr ""
|
||||
|
||||
msgid "Click Scan to look for K-series printers on your network."
|
||||
msgstr ""
|
||||
|
||||
msgid "Use Selected"
|
||||
msgstr ""
|
||||
|
||||
msgid "Scanning the LAN for K-series printers... this takes a few seconds."
|
||||
msgstr ""
|
||||
|
||||
msgid "No K-series printers found. Make sure the printer is on the same network and not blocked by Wi-Fi client isolation, then click Scan again."
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "Found %zu Creality printer(s). Select one and click Use Selected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
msgid "Processes"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show/Hide system information"
|
||||
msgstr ""
|
||||
|
||||
msgid "Copy system information to clipboard"
|
||||
msgstr ""
|
||||
|
||||
msgid "We need information for diagnosing source of the issue. Check wiki page for detailed guide."
|
||||
msgstr ""
|
||||
|
||||
msgid "Pack button collects project file and logs of current session onto a zip file."
|
||||
msgstr ""
|
||||
|
||||
msgid "Any additional visual examples like images or screen recordings might be helpful while reporting the issue."
|
||||
msgstr ""
|
||||
|
||||
msgid "Report issue"
|
||||
msgstr ""
|
||||
|
||||
msgid "Pack"
|
||||
msgstr ""
|
||||
|
||||
msgid "Cleans and rebuilds system profiles cache on next launch"
|
||||
msgstr ""
|
||||
|
||||
msgid "Clean system profiles cache"
|
||||
msgstr ""
|
||||
|
||||
msgid "Clean"
|
||||
msgstr ""
|
||||
|
||||
msgid "Loaded profiles overview"
|
||||
msgstr ""
|
||||
|
||||
msgid "This section shows information for loaded profiles"
|
||||
msgstr ""
|
||||
|
||||
msgid "Exports detailed overview of loaded profiles in json format"
|
||||
msgstr ""
|
||||
|
||||
msgid "Configurations folder"
|
||||
msgstr ""
|
||||
|
||||
msgid "Opens configurations folder"
|
||||
msgstr ""
|
||||
|
||||
msgid "Log level"
|
||||
msgstr ""
|
||||
|
||||
msgid "Stored logs"
|
||||
msgstr ""
|
||||
|
||||
msgid "Packs all stored logs onto a zip file."
|
||||
msgstr ""
|
||||
|
||||
msgid "Profiles"
|
||||
msgstr ""
|
||||
|
||||
msgid "Select NO to close dialog and review project"
|
||||
msgstr ""
|
||||
|
||||
msgid "No project file on current session. Only logs will be included to package"
|
||||
msgstr ""
|
||||
|
||||
msgid "Select NO to close dialog and review project."
|
||||
msgstr ""
|
||||
|
||||
msgid "Please make sure any instances of OrcaSlicer are not running"
|
||||
msgstr ""
|
||||
|
||||
msgid "System folder cannot be deleted because some files are in use by another application. Please close any applications using these files and try again."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to delete system folder..."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to determine executable path."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to launch a new instance."
|
||||
msgstr ""
|
||||
|
||||
msgid "log(s)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Choose where to save the exported JSON file"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Export failed\n"
|
||||
"Please check write permissions or file in use by another application"
|
||||
msgstr ""
|
||||
|
||||
msgid "Choose where to save the exported ZIP file"
|
||||
msgstr ""
|
||||
|
||||
msgid "File already exists. Overwrite?"
|
||||
msgstr ""
|
||||
|
||||
msgid "3DPrinterOS Cloud upload options"
|
||||
msgstr ""
|
||||
|
||||
@@ -18263,19 +18093,6 @@ msgstr "MKS에 대한 연결이 올바르게 작동합니다."
|
||||
msgid "Could not connect to MKS"
|
||||
msgstr "MKS에 연결할 수 없습니다"
|
||||
|
||||
msgid "Connection to Moonraker is working correctly."
|
||||
msgstr ""
|
||||
|
||||
msgid "Could not connect to Moonraker"
|
||||
msgstr ""
|
||||
|
||||
msgid "The host responded but it doesn't look like Moonraker (missing result.klippy_state)."
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Could not parse Moonraker server response: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "Connection to OctoPrint is working correctly."
|
||||
msgstr "OctoPrint에 대한 연결이 올바르게 작동합니다."
|
||||
|
||||
@@ -19432,30 +19249,6 @@ msgstr ""
|
||||
"뒤틀림 방지\n"
|
||||
"ABS와 같이 뒤틀림이 발생하기 쉬운 소재를 출력할 때, 히트베드 온도를 적절하게 높이면 뒤틀림 가능성을 줄일 수 있다는 사실을 알고 계셨나요?"
|
||||
|
||||
#~ msgid "View control settings"
|
||||
#~ msgstr "시점 컨트롤 설정"
|
||||
|
||||
#~ msgid "Rotate view"
|
||||
#~ msgstr "시점 회전"
|
||||
|
||||
#~ msgid "Pan view"
|
||||
#~ msgstr "시점 이동"
|
||||
|
||||
#~ msgid "Zoom view"
|
||||
#~ msgstr "시점 확대/축소"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
#~ msgid "Reverse scroll direction while zooming"
|
||||
#~ msgstr "확대/축소 시 마우스 휠이 반전됩니다"
|
||||
|
||||
#, c-format, boost-format
|
||||
#~ msgid "Left: %s"
|
||||
#~ msgstr "왼쪽: %s"
|
||||
|
||||
#, c-format, boost-format
|
||||
#~ msgid "Right: %s"
|
||||
#~ msgstr "오른쪽: %s"
|
||||
|
||||
#~ msgid "Enable network plug-in"
|
||||
#~ msgstr "네트워크 플러그인 사용"
|
||||
|
||||
|
||||
@@ -227,14 +227,11 @@ src/slic3r/GUI/CreatePresetsDialog.cpp
|
||||
src/slic3r/GUI/DailyTips.cpp
|
||||
src/slic3r/Utils/CalibUtils.cpp
|
||||
src/slic3r/GUI/PhysicalPrinterDialog.cpp
|
||||
src/slic3r/GUI/CrealityDiscoveryDialog.cpp
|
||||
src/slic3r/GUI/TroubleshootDialog.cpp
|
||||
src/slic3r/Utils/3DPrinterOS.cpp
|
||||
src/slic3r/Utils/AstroBox.cpp
|
||||
src/slic3r/Utils/Duet.cpp
|
||||
src/slic3r/Utils/FlashAir.cpp
|
||||
src/slic3r/Utils/MKS.cpp
|
||||
src/slic3r/Utils/Moonraker.cpp
|
||||
src/slic3r/Utils/OctoPrint.cpp
|
||||
src/slic3r/Utils/Repetier.cpp
|
||||
src/slic3r/Utils/ProfileDescription.hpp
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2026-07-03 14:43+0200\n"
|
||||
"POT-Creation-Date: 2026-06-26 10:26+0800\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
@@ -1702,12 +1702,7 @@ msgid ""
|
||||
"To migrate your existing profiles, log in to Orca Cloud and they will be transferred automatically. To learn more about how OrcaSlicer stores and syncs your profiles, or to migrate your presets manually, check out our wiki.\n"
|
||||
"\n"
|
||||
"If you did not use Bambu Cloud to sync profiles, this change does not affect you and you can safely ignore this message."
|
||||
msgstr ""
|
||||
"Sinds versie 2.4.0 synchroniseert OrcaSlicer gebruikersprofielen via Orca Cloud in plaats van Bambu Cloud.\n"
|
||||
"\n"
|
||||
"Om je bestaande profielen te migreren, log je in bij Orca Cloud en worden ze automatisch overgezet. Raadpleeg onze wiki voor meer informatie over hoe OrcaSlicer je profielen opslaat en synchroniseert, of om je voorinstellingen handmatig te migreren.\n"
|
||||
"\n"
|
||||
"Als je Bambu Cloud niet gebruikte om profielen te synchroniseren, heeft deze wijziging geen invloed op jou en kun je dit bericht veilig negeren."
|
||||
msgstr "Sinds versie 2.4.0 synchroniseert OrcaSlicer gebruikersprofielen via Orca Cloud in plaats van Bambu Cloud.\n\nOm je bestaande profielen te migreren, log je in bij Orca Cloud en worden ze automatisch overgezet. Raadpleeg onze wiki voor meer informatie over hoe OrcaSlicer je profielen opslaat en synchroniseert, of om je voorinstellingen handmatig te migreren.\n\nAls je Bambu Cloud niet gebruikte om profielen te synchroniseren, heeft deze wijziging geen invloed op jou en kun je dit bericht veilig negeren."
|
||||
|
||||
msgid "Profile syncing change"
|
||||
msgstr ""
|
||||
@@ -4058,10 +4053,6 @@ msgstr ""
|
||||
msgid "Current chamber temperature is higher than the material's safe temperature; this may result in material softening and nozzle clogs. The maximum safe temperature for the material is %d"
|
||||
msgstr "De huidige kamertemperatuur is hoger dan de veilige temperatuur van het materiaal; dit kan leiden tot verzachting van het materiaal en verstoppingen van het mondstuk. De maximale veilige temperatuur voor het materiaal is %d"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "The minimal chamber temperature (%d℃) is higher than the target chamber temperature (%d℃). The minimal value is the threshold at which printing starts while the chamber keeps heating toward the target, so it should not exceed it. It will be clamped to the target."
|
||||
msgstr ""
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid ""
|
||||
"Layer height too small\n"
|
||||
@@ -7800,45 +7791,6 @@ msgstr ""
|
||||
msgid "Choose Download Directory"
|
||||
msgstr "Kies Downloadmap"
|
||||
|
||||
msgid "(Latest)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Network plug-in switched successfully."
|
||||
msgstr ""
|
||||
|
||||
msgid "Success"
|
||||
msgstr "Gelukt"
|
||||
|
||||
msgid "Failed to load network plug-in. Please restart the application."
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"You've selected network plug-in version %s.\n"
|
||||
"\n"
|
||||
"Would you like to download and install this version now?\n"
|
||||
"\n"
|
||||
"Note: The application may need to restart after installation."
|
||||
msgstr ""
|
||||
|
||||
msgid "Download Network Plug-in"
|
||||
msgstr ""
|
||||
|
||||
msgid "Reload the network plug-in without restarting the application"
|
||||
msgstr ""
|
||||
|
||||
msgid "Network plug-in reloaded successfully."
|
||||
msgstr ""
|
||||
|
||||
msgid "Reload"
|
||||
msgstr "Herladen"
|
||||
|
||||
msgid "Failed to reload network plug-in. Please restart the application."
|
||||
msgstr ""
|
||||
|
||||
msgid "Reload Failed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Associate"
|
||||
msgstr "Associeer"
|
||||
|
||||
@@ -7894,6 +7846,12 @@ msgstr "Toon startscherm"
|
||||
msgid "Show the splash screen during startup."
|
||||
msgstr "Toon het opstartscherm tijdens het opstarten."
|
||||
|
||||
msgid "Show shared profiles notification"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show a notification with a link to browse shared profiles when the selected printer is changed."
|
||||
msgstr ""
|
||||
|
||||
msgid "Use window buttons on left side"
|
||||
msgstr ""
|
||||
|
||||
@@ -7924,13 +7882,6 @@ msgstr ""
|
||||
msgid "Should printer/filament/process settings be loaded when opening a 3MF file?"
|
||||
msgstr ""
|
||||
|
||||
msgid "Auto backup"
|
||||
msgstr "Automatisch een back-up maken"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Backup your project periodically to help with restoring from an occasional crash."
|
||||
msgstr "Maak regelmatig een back-up van uw project, zodat u het kunt herstellen na een incidentele crash."
|
||||
|
||||
msgid "Maximum recent files"
|
||||
msgstr ""
|
||||
|
||||
@@ -7949,17 +7900,12 @@ msgstr ""
|
||||
msgid "If enabled, a parameter settings dialog will appear during STEP file import."
|
||||
msgstr ""
|
||||
|
||||
msgid "Quality level for Draco export"
|
||||
msgstr ""
|
||||
msgid "Auto backup"
|
||||
msgstr "Automatisch een back-up maken"
|
||||
|
||||
msgid "bits"
|
||||
msgstr "bits"
|
||||
|
||||
msgid ""
|
||||
"Controls the quantization bit depth used when compressing the mesh to Draco format.\n"
|
||||
"0 = lossless compression (geometry is preserved at full precision). Valid lossy values range from 8 to 30.\n"
|
||||
"Lower values produce smaller files but lose more geometric detail; higher values preserve more detail at the cost of larger files."
|
||||
msgstr ""
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Backup your project periodically to help with restoring from an occasional crash."
|
||||
msgstr "Maak regelmatig een back-up van uw project, zodat u het kunt herstellen na een incidentele crash."
|
||||
|
||||
msgid "Preset"
|
||||
msgstr "Voorinstelling"
|
||||
@@ -7991,12 +7937,6 @@ msgstr ""
|
||||
msgid "Optimizes filament area maximum height by chosen filament count."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show shared profiles notification"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show a notification with a link to browse shared profiles when the selected printer is changed."
|
||||
msgstr ""
|
||||
|
||||
msgid "Features"
|
||||
msgstr "Functies"
|
||||
|
||||
@@ -8009,6 +7949,18 @@ msgstr ""
|
||||
msgid "Pop up to select filament grouping mode"
|
||||
msgstr ""
|
||||
|
||||
msgid "Quality level for Draco export"
|
||||
msgstr ""
|
||||
|
||||
msgid "bits"
|
||||
msgstr "bits"
|
||||
|
||||
msgid ""
|
||||
"Controls the quantization bit depth used when compressing the mesh to Draco format.\n"
|
||||
"0 = lossless compression (geometry is preserved at full precision). Valid lossy values range from 8 to 30.\n"
|
||||
"Lower values produce smaller files but lose more geometric detail; higher values preserve more detail at the cost of larger files."
|
||||
msgstr ""
|
||||
|
||||
msgid "Behaviour"
|
||||
msgstr "Gedrag"
|
||||
|
||||
@@ -8236,6 +8188,19 @@ msgstr "Alleen op stabiele updates controleren"
|
||||
msgid "Auto sync user presets (Printer/Filament/Process)"
|
||||
msgstr "Gebruikersvoorinstellingen automatisch synchroniseren (printer/filament/proces)"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Update built-in presets automatically."
|
||||
msgstr "Ingebouwde voorinstellingen automatisch bijwerken."
|
||||
|
||||
msgid "Use encrypted file for token storage"
|
||||
msgstr ""
|
||||
|
||||
msgid "Store authentication tokens in an encrypted file instead of the system keychain. (Requires restart)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Filament Sync Options"
|
||||
msgstr ""
|
||||
|
||||
msgid "Filament sync mode"
|
||||
msgstr ""
|
||||
|
||||
@@ -8248,16 +8213,6 @@ msgstr ""
|
||||
msgid "Color only"
|
||||
msgstr ""
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Update built-in presets automatically."
|
||||
msgstr "Ingebouwde voorinstellingen automatisch bijwerken."
|
||||
|
||||
msgid "Use encrypted file for token storage"
|
||||
msgstr ""
|
||||
|
||||
msgid "Store authentication tokens in an encrypted file instead of the system keychain. (Requires restart)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Bambu network plug-in"
|
||||
msgstr ""
|
||||
|
||||
@@ -8270,6 +8225,30 @@ msgstr ""
|
||||
msgid "Select the network plug-in version to use"
|
||||
msgstr ""
|
||||
|
||||
msgid "(Latest)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Network plug-in switched successfully."
|
||||
msgstr ""
|
||||
|
||||
msgid "Success"
|
||||
msgstr "Gelukt"
|
||||
|
||||
msgid "Failed to load network plug-in. Please restart the application."
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"You've selected network plug-in version %s.\n"
|
||||
"\n"
|
||||
"Would you like to download and install this version now?\n"
|
||||
"\n"
|
||||
"Note: The application may need to restart after installation."
|
||||
msgstr ""
|
||||
|
||||
msgid "Download Network Plug-in"
|
||||
msgstr ""
|
||||
|
||||
msgid "Associate files to OrcaSlicer"
|
||||
msgstr "Koppel bestanden aan OrcaSlicer"
|
||||
|
||||
@@ -8318,16 +8297,7 @@ msgstr "Ontwikkelaar"
|
||||
msgid "Skip AMS blacklist check"
|
||||
msgstr "AMS-zwartelijstcontrole overslaan"
|
||||
|
||||
msgid "Show unsupported presets"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show incompatible/unsupported presets in the printer and filament dropdown lists. These presets cannot be selected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Experimental Features"
|
||||
msgstr ""
|
||||
|
||||
msgid "Keep painted feature after mesh change"
|
||||
msgid "(Experimental) Keep painted feature after mesh change"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
@@ -8335,6 +8305,12 @@ msgid ""
|
||||
"Highly experimental! Slow and may create artifact."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show unsupported presets"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show incompatible/unsupported presets in the printer and filament dropdown lists. These presets cannot be selected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Allow Abnormal Storage"
|
||||
msgstr ""
|
||||
|
||||
@@ -8361,6 +8337,24 @@ msgstr ""
|
||||
msgid "trace"
|
||||
msgstr ""
|
||||
|
||||
msgid "Network plug-in"
|
||||
msgstr ""
|
||||
|
||||
msgid "Reload"
|
||||
msgstr "Herladen"
|
||||
|
||||
msgid "Reload the network plug-in without restarting the application"
|
||||
msgstr ""
|
||||
|
||||
msgid "Network plug-in reloaded successfully."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to reload network plug-in. Please restart the application."
|
||||
msgstr ""
|
||||
|
||||
msgid "Reload Failed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Debug"
|
||||
msgstr "Foutopsporing"
|
||||
|
||||
@@ -8376,6 +8370,25 @@ msgstr "Voorinstellingen synchronizeren"
|
||||
msgid "Preferences sync"
|
||||
msgstr "Synchroniseer voorkeuren"
|
||||
|
||||
msgid "View control settings"
|
||||
msgstr "Besturing instellingen weergeven"
|
||||
|
||||
msgid "Rotate view"
|
||||
msgstr ""
|
||||
|
||||
msgid "Pan view"
|
||||
msgstr ""
|
||||
|
||||
msgid "Zoom view"
|
||||
msgstr ""
|
||||
|
||||
msgid "Other"
|
||||
msgstr "Anders"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Reverse scroll direction while zooming"
|
||||
msgstr "Omgekeerde scrollrichting tijdens het zoomen"
|
||||
|
||||
msgid "Enable SSL(MQTT)"
|
||||
msgstr ""
|
||||
|
||||
@@ -9077,12 +9090,6 @@ msgstr "Verwijder deze voorinstelling"
|
||||
msgid "Search in preset"
|
||||
msgstr "Zoeken in voorinstelling"
|
||||
|
||||
msgid "Synchronization of different extruder drives or nozzle volume types is not supported."
|
||||
msgstr ""
|
||||
|
||||
msgid "Synchronize the modification of parameters to the corresponding parameters of another extruder."
|
||||
msgstr ""
|
||||
|
||||
msgid "Click to reset all settings to the last saved preset."
|
||||
msgstr "Klik om alle instellingen terug te zetten naar de laatst opgeslagen voorinstelling."
|
||||
|
||||
@@ -9368,18 +9375,6 @@ msgstr ""
|
||||
msgid "Print chamber temperature"
|
||||
msgstr ""
|
||||
|
||||
msgid "Chamber temperature"
|
||||
msgstr "Kamertemperatuur"
|
||||
|
||||
msgid "Target chamber temperature, and the minimal chamber temperature at which printing should start"
|
||||
msgstr ""
|
||||
|
||||
msgid "Target"
|
||||
msgstr ""
|
||||
|
||||
msgid "Minimal"
|
||||
msgstr ""
|
||||
|
||||
msgid "Print temperature"
|
||||
msgstr "Print temperatuur"
|
||||
|
||||
@@ -9702,22 +9697,12 @@ msgid "Don't warn again for this preset"
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "%s: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "No modifications need to be copied."
|
||||
msgstr ""
|
||||
|
||||
msgid "Copy paramters"
|
||||
msgstr ""
|
||||
msgid "Left: %s"
|
||||
msgstr "Links: %s"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Modify paramters of %s"
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Do you want to modify the following parameters of the %s to that of the %s?"
|
||||
msgstr ""
|
||||
msgid "Right: %s"
|
||||
msgstr "Rechts: %s"
|
||||
|
||||
msgid "Click to reset current value and attach to the global value."
|
||||
msgstr "Klik om de huidige waarde terug te zetten en de globale waarde toe te passen."
|
||||
@@ -9737,7 +9722,7 @@ msgid "Transfer or discard changes"
|
||||
msgstr "Verwerp of bewaar aanpassingen"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Old Value"
|
||||
msgid "Old value"
|
||||
msgstr "Oude waarde"
|
||||
|
||||
msgid "New Value"
|
||||
@@ -9853,12 +9838,6 @@ msgstr "Aantal extruders"
|
||||
msgid "Capabilities"
|
||||
msgstr "Mogelijkheden"
|
||||
|
||||
msgid "Left: "
|
||||
msgstr ""
|
||||
|
||||
msgid "Right: "
|
||||
msgstr ""
|
||||
|
||||
msgid "Show all presets (including incompatible)"
|
||||
msgstr "Toon alle presets (inclusief incompatibele)"
|
||||
|
||||
@@ -11888,23 +11867,6 @@ msgstr "Normaal printen"
|
||||
msgid "This is the default acceleration for both normal printing and travel after the first layer."
|
||||
msgstr "Dit is de standaard versnelling voor zowel normaal printen en verplaatsen behalve voor de eerste laag"
|
||||
|
||||
msgid "Acceleration of travel moves."
|
||||
msgstr ""
|
||||
|
||||
msgid "First layer travel"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Travel acceleration of first layer.\n"
|
||||
"The percentage value is relative to Travel Acceleration."
|
||||
msgstr ""
|
||||
|
||||
msgid "mm/s² or %"
|
||||
msgstr "mm/s² of %"
|
||||
|
||||
msgid "Acceleration of bridges. If the value is expressed as a percentage (e.g. 50%), it will be calculated based on the outer wall acceleration."
|
||||
msgstr ""
|
||||
|
||||
msgid "Default filament profile"
|
||||
msgstr "Standaard filament profiel"
|
||||
|
||||
@@ -12087,12 +12049,6 @@ msgstr ""
|
||||
msgid "Octagram Spiral"
|
||||
msgstr "Octagram Spiraal"
|
||||
|
||||
msgid "Top surface density"
|
||||
msgstr ""
|
||||
|
||||
msgid "Density of top surface layer. A value of 100% creates a fully solid, smooth top layer. Reducing this value results in a textured top surface, according to the chosen top surface pattern. A value of 0% will result in only the walls on the top layer being created. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion."
|
||||
msgstr ""
|
||||
|
||||
msgid "Bottom surface pattern"
|
||||
msgstr "Bodem oppvlakte patroon"
|
||||
|
||||
@@ -12100,14 +12056,6 @@ msgstr "Bodem oppvlakte patroon"
|
||||
msgid "This is the line pattern of bottom surface infill, not including bridge infill."
|
||||
msgstr "Dit is het lijnenpatroon van de vulling (infill) van het bodemoppervlak, maar niet van de vulling van de brug."
|
||||
|
||||
msgid "Bottom surface density"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Density of the bottom surface layer. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion.\n"
|
||||
"WARNING: Lowering this value may negatively affect bed adhesion."
|
||||
msgstr ""
|
||||
|
||||
msgid "Internal solid infill pattern"
|
||||
msgstr "Intern massief invulpatroon"
|
||||
|
||||
@@ -12368,6 +12316,18 @@ msgstr ""
|
||||
msgid "Auto For Match"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable filament dynamic map"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable dynamic filament mapping during print."
|
||||
msgstr ""
|
||||
|
||||
msgid "Has filament switcher"
|
||||
msgstr ""
|
||||
|
||||
msgid "Printer has a filament switcher hardware (e.g., AMS)."
|
||||
msgstr ""
|
||||
|
||||
msgid "Flush temperature"
|
||||
msgstr ""
|
||||
|
||||
@@ -12700,7 +12660,6 @@ msgstr ""
|
||||
msgid "Z-buckling bias optimization (experimental)"
|
||||
msgstr ""
|
||||
|
||||
#, no-c-format, no-boost-format
|
||||
msgid "Tightens the gyroid wave along the Z (vertical) axis at low infill density to shorten the effective vertical column length and improve Z-axis compression buckling resistance. Filament use is preserved. No effect at ~30% sparse infill density and above. Only applies when Sparse infill pattern is set to Gyroid."
|
||||
msgstr ""
|
||||
|
||||
@@ -12768,6 +12727,75 @@ msgstr "TPMS-FK"
|
||||
msgid "Gyroid"
|
||||
msgstr "Gyroide"
|
||||
|
||||
msgid "Lateral lattice angle 1"
|
||||
msgstr ""
|
||||
|
||||
msgid "The angle of the first set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr ""
|
||||
|
||||
msgid "Lateral lattice angle 2"
|
||||
msgstr ""
|
||||
|
||||
msgid "The angle of the second set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr ""
|
||||
|
||||
msgid "Infill overhang angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "The angle of the infill angled lines. 60° will result in a pure honeycomb."
|
||||
msgstr ""
|
||||
|
||||
msgid "Lightning overhang angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum overhang angle for Lightning infill support propagation."
|
||||
msgstr ""
|
||||
|
||||
msgid "Prune angle"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Controls how aggressively short or unsupported Lightning branches are pruned.\n"
|
||||
"This angle is converted internally to a per-layer distance."
|
||||
msgstr ""
|
||||
|
||||
msgid "Straightening angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum straightening angle used to simplify Lightning branches."
|
||||
msgstr ""
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than infill_anchor_max is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to this parameter, but no longer than anchor_length_max.\n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a single infill line."
|
||||
msgstr ""
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr ""
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr "Maximale lengte van de vullingsbevestiging"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than this parameter is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to infill_anchor, but no longer than this parameter.\n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should create the same result as with 1000 & 0."
|
||||
msgstr ""
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Acceleration of inner walls."
|
||||
msgstr ""
|
||||
|
||||
msgid "Acceleration of travel moves."
|
||||
msgstr ""
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "This is the acceleration of top surface infill. Using a lower value may improve top surface quality."
|
||||
msgstr "Versnelling van de topoppervlakte-invulling. Gebruik van een lagere waarde kan de kwaliteit van de bovenlaag verbeteren."
|
||||
@@ -12776,9 +12804,12 @@ msgstr "Versnelling van de topoppervlakte-invulling. Gebruik van een lagere waar
|
||||
msgid "Acceleration of outer wall: using a lower value can improve quality."
|
||||
msgstr "Versnelling van de buitenwand: een lagere waarde kan de kwaliteit verbeteren."
|
||||
|
||||
msgid "Acceleration of inner walls."
|
||||
msgid "Acceleration of bridges. If the value is expressed as a percentage (e.g. 50%), it will be calculated based on the outer wall acceleration."
|
||||
msgstr ""
|
||||
|
||||
msgid "mm/s² or %"
|
||||
msgstr "mm/s² of %"
|
||||
|
||||
msgid "Acceleration of sparse infill. If the value is expressed as a percentage (e.g. 100%), it will be calculated based on the default acceleration."
|
||||
msgstr "Versnelling van de schaarse invulling. Als de waarde wordt uitgedrukt als een percentage (bijvoorbeeld 100%), wordt deze berekend op basis van de standaardversnelling."
|
||||
|
||||
@@ -12789,6 +12820,14 @@ msgstr ""
|
||||
msgid "This is the printing acceleration for the first layer. Using limited acceleration can improve build plate adhesion."
|
||||
msgstr "Dit is de afdrukversnelling voor de eerste laag. Een beperkte versnelling kan de hechting van de bouwplaat verbeteren."
|
||||
|
||||
msgid "First layer travel"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Travel acceleration of first layer.\n"
|
||||
"The percentage value is relative to Travel Acceleration."
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable accel_to_decel"
|
||||
msgstr "Accel_to_decel inschakelen"
|
||||
|
||||
@@ -12883,17 +12922,6 @@ msgstr ""
|
||||
msgid "layer"
|
||||
msgstr "laag"
|
||||
|
||||
msgid "First layer fan speed"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Sets an exact fan speed for the first layer, overriding all other cooling settings. Useful for protecting 3D-printed toolhead parts (e.g. Voron-style ABS/ASA ducts) from a hot bed. A small amount of airflow cools the ducts down, without using full cooling that may in certain conditions hurt first-layer adhesion.\n"
|
||||
"From the second layer onwards, normal cooling resumes.\n"
|
||||
"If \"Full fan speed at layer\" is also set, the fan ramps smoothly from this value on the first layer up to your target by the chosen layer.\n"
|
||||
"Only available when \"No cooling for the first\" is 0.\n"
|
||||
"Set to -1 to disable it."
|
||||
msgstr ""
|
||||
|
||||
msgid "Support interface fan speed"
|
||||
msgstr ""
|
||||
|
||||
@@ -13378,69 +13406,6 @@ msgstr ""
|
||||
msgid "Probing exclude area of clumping."
|
||||
msgstr ""
|
||||
|
||||
msgid "Lateral lattice angle 1"
|
||||
msgstr ""
|
||||
|
||||
msgid "The angle of the first set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr ""
|
||||
|
||||
msgid "Lateral lattice angle 2"
|
||||
msgstr ""
|
||||
|
||||
msgid "The angle of the second set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr ""
|
||||
|
||||
msgid "Infill overhang angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "The angle of the infill angled lines. 60° will result in a pure honeycomb."
|
||||
msgstr ""
|
||||
|
||||
msgid "Lightning overhang angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum overhang angle for Lightning infill support propagation."
|
||||
msgstr ""
|
||||
|
||||
msgid "Prune angle"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Controls how aggressively short or unsupported Lightning branches are pruned.\n"
|
||||
"This angle is converted internally to a per-layer distance."
|
||||
msgstr ""
|
||||
|
||||
msgid "Straightening angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum straightening angle used to simplify Lightning branches."
|
||||
msgstr ""
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than infill_anchor_max is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to this parameter, but no longer than anchor_length_max.\n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a single infill line."
|
||||
msgstr ""
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr ""
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr "Maximale lengte van de vullingsbevestiging"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than this parameter is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to infill_anchor, but no longer than this parameter.\n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should create the same result as with 1000 & 0."
|
||||
msgstr ""
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Filament to print internal sparse infill.\n"
|
||||
"\"Default\" uses the active object/part filament."
|
||||
@@ -14276,18 +14241,6 @@ msgstr "Direct Drive"
|
||||
msgid "Bowden"
|
||||
msgstr "Bowden"
|
||||
|
||||
msgid "Enable filament dynamic map"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable dynamic filament mapping during print."
|
||||
msgstr ""
|
||||
|
||||
msgid "Has filament switcher"
|
||||
msgstr ""
|
||||
|
||||
msgid "Printer has a filament switcher hardware (e.g., AMS)."
|
||||
msgstr ""
|
||||
|
||||
msgid "Extra length on restart"
|
||||
msgstr "Extra lengte bij herstart"
|
||||
|
||||
@@ -14694,9 +14647,6 @@ msgstr "Scheuren kleiner dan 2x de sluitradius van de spleet worden opgevuld tij
|
||||
msgid "Slicing Mode"
|
||||
msgstr "Slicing-modus"
|
||||
|
||||
msgid "Other"
|
||||
msgstr "Anders"
|
||||
|
||||
msgid "Use \"Even-odd\" for 3DLabPrint airplane models. Use \"Close holes\" to close all holes in the model."
|
||||
msgstr "Gebruik „Even-Oneven” voor 3DLabPrint-vliegtuigmodellen. Gebruik „Gaten sluiten” om alle gaten in het model te sluiten."
|
||||
|
||||
@@ -15050,6 +15000,9 @@ msgid ""
|
||||
"This option relies on the firmware supporting the M191 and M141 commands either via macros or natively and is usually used when an active chamber heater is installed."
|
||||
msgstr ""
|
||||
|
||||
msgid "Chamber temperature"
|
||||
msgstr "Kamertemperatuur"
|
||||
|
||||
msgid ""
|
||||
"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber temperature can help suppress or reduce warping and potentially lead to higher interlayer bonding strength. However, at the same time, a higher chamber temperature will reduce the efficiency of air filtration for ABS and ASA.\n"
|
||||
"\n"
|
||||
@@ -15058,17 +15011,6 @@ msgid ""
|
||||
"If enabled, this parameter also sets a G-code variable named chamber_temperature, which can be used to pass the desired chamber temperature to your print start macro, or a heat soak macro like this: PRINT_START (other variables) CHAMBER_TEMP=[chamber_temperature]. This may be useful if your printer does not support M141/M191 commands, or if you desire to handle heat soaking in the print start macro if no active chamber heater is installed."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"This is the chamber temperature at which printing should start, while the chamber continues heating toward the \"Target\" chamber temperature. For example, set the Target to 60 and the Minimal to 50 to begin printing once the chamber reaches 50°C, without waiting for the full 60°C.\n"
|
||||
"\n"
|
||||
"It sets a G-code variable named chamber_minimal_temperature, which can be passed to your print start macro or a heat soak macro, like this: PRINT_START (other variables) CHAMBER_MIN_TEMP=[chamber_minimal_temperature].\n"
|
||||
"\n"
|
||||
"Unlike the \"Target\" chamber temperature, this option does not emit any M141/M191 commands; it only exposes the value to your custom G-code. It should not exceed the \"Target\" chamber temperature."
|
||||
msgstr ""
|
||||
|
||||
msgid "Chamber minimal temperature"
|
||||
msgstr ""
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Nozzle temperature after the first layer"
|
||||
msgstr "Mondstuk temperatuur voor de lagen na de eerste laag"
|
||||
@@ -15114,6 +15056,20 @@ msgstr "Dikte bovenkant"
|
||||
msgid "The number of top solid layers is increased when slicing if the thickness calculated by top shell layers is thinner than this value. This can avoid having too thin a shell when layer height is small. 0 means that this setting is disabled and thickness of top shell is determined simply by the number of top shell layers."
|
||||
msgstr "Het aantal bovenste solide lagen wordt verhoogd tijdens het slicen als de totale dikte van de bovenste lagen lager is dan deze waarde. Dit zorgt ervoor dat de schaal niet te dun is bij een lage laaghoogte. 0 betekend dat deze instelling niet actief is en dat de dikte van de bovenkant bepaald wordt door het aantal bodem lagen."
|
||||
|
||||
msgid "Top surface density"
|
||||
msgstr ""
|
||||
|
||||
msgid "Density of top surface layer. A value of 100% creates a fully solid, smooth top layer. Reducing this value results in a textured top surface, according to the chosen top surface pattern. A value of 0% will result in only the walls on the top layer being created. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion."
|
||||
msgstr ""
|
||||
|
||||
msgid "Bottom surface density"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Density of the bottom surface layer. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion.\n"
|
||||
"WARNING: Lowering this value may negatively affect bed adhesion."
|
||||
msgstr ""
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "This is the speed at which traveling is done."
|
||||
msgstr "Dit is de snelheid waarmee verplaatsingen zullen worden gedaan."
|
||||
@@ -17639,132 +17595,6 @@ msgstr "Inloggen/Test"
|
||||
msgid "Connection to printers connected via the print host failed."
|
||||
msgstr "Verbinding met printers aangesloten via de printhost mislukt."
|
||||
|
||||
msgid "Detect Creality K-series printer"
|
||||
msgstr ""
|
||||
|
||||
msgid "Click Scan to look for K-series printers on your network."
|
||||
msgstr ""
|
||||
|
||||
msgid "Use Selected"
|
||||
msgstr ""
|
||||
|
||||
msgid "Scanning the LAN for K-series printers... this takes a few seconds."
|
||||
msgstr ""
|
||||
|
||||
msgid "No K-series printers found. Make sure the printer is on the same network and not blocked by Wi-Fi client isolation, then click Scan again."
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "Found %zu Creality printer(s). Select one and click Use Selected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
msgid "Processes"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show/Hide system information"
|
||||
msgstr ""
|
||||
|
||||
msgid "Copy system information to clipboard"
|
||||
msgstr ""
|
||||
|
||||
msgid "We need information for diagnosing source of the issue. Check wiki page for detailed guide."
|
||||
msgstr ""
|
||||
|
||||
msgid "Pack button collects project file and logs of current session onto a zip file."
|
||||
msgstr ""
|
||||
|
||||
msgid "Any additional visual examples like images or screen recordings might be helpful while reporting the issue."
|
||||
msgstr ""
|
||||
|
||||
msgid "Report issue"
|
||||
msgstr ""
|
||||
|
||||
msgid "Pack"
|
||||
msgstr ""
|
||||
|
||||
msgid "Cleans and rebuilds system profiles cache on next launch"
|
||||
msgstr ""
|
||||
|
||||
msgid "Clean system profiles cache"
|
||||
msgstr ""
|
||||
|
||||
msgid "Clean"
|
||||
msgstr ""
|
||||
|
||||
msgid "Loaded profiles overview"
|
||||
msgstr ""
|
||||
|
||||
msgid "This section shows information for loaded profiles"
|
||||
msgstr ""
|
||||
|
||||
msgid "Exports detailed overview of loaded profiles in json format"
|
||||
msgstr ""
|
||||
|
||||
msgid "Configurations folder"
|
||||
msgstr ""
|
||||
|
||||
msgid "Opens configurations folder"
|
||||
msgstr ""
|
||||
|
||||
msgid "Log level"
|
||||
msgstr ""
|
||||
|
||||
msgid "Stored logs"
|
||||
msgstr ""
|
||||
|
||||
msgid "Packs all stored logs onto a zip file."
|
||||
msgstr ""
|
||||
|
||||
msgid "Profiles"
|
||||
msgstr ""
|
||||
|
||||
msgid "Select NO to close dialog and review project"
|
||||
msgstr ""
|
||||
|
||||
msgid "No project file on current session. Only logs will be included to package"
|
||||
msgstr ""
|
||||
|
||||
msgid "Select NO to close dialog and review project."
|
||||
msgstr ""
|
||||
|
||||
msgid "Please make sure any instances of OrcaSlicer are not running"
|
||||
msgstr ""
|
||||
|
||||
msgid "System folder cannot be deleted because some files are in use by another application. Please close any applications using these files and try again."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to delete system folder..."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to determine executable path."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to launch a new instance."
|
||||
msgstr ""
|
||||
|
||||
msgid "log(s)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Choose where to save the exported JSON file"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Export failed\n"
|
||||
"Please check write permissions or file in use by another application"
|
||||
msgstr ""
|
||||
|
||||
msgid "Choose where to save the exported ZIP file"
|
||||
msgstr ""
|
||||
|
||||
msgid "File already exists. Overwrite?"
|
||||
msgstr ""
|
||||
|
||||
msgid "3DPrinterOS Cloud upload options"
|
||||
msgstr ""
|
||||
|
||||
@@ -17847,19 +17677,6 @@ msgstr ""
|
||||
msgid "Could not connect to MKS"
|
||||
msgstr "Kan geen verbinding maken met MKS"
|
||||
|
||||
msgid "Connection to Moonraker is working correctly."
|
||||
msgstr ""
|
||||
|
||||
msgid "Could not connect to Moonraker"
|
||||
msgstr ""
|
||||
|
||||
msgid "The host responded but it doesn't look like Moonraker (missing result.klippy_state)."
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Could not parse Moonraker server response: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "Connection to OctoPrint is working correctly."
|
||||
msgstr ""
|
||||
|
||||
@@ -19016,21 +18833,6 @@ msgstr ""
|
||||
"Kromtrekken voorkomen\n"
|
||||
"Wist je dat bij het printen van materialen die gevoelig zijn voor kromtrekken, zoals ABS, een juiste verhoging van de temperatuur van het warmtebed de kans op kromtrekken kan verkleinen?"
|
||||
|
||||
#~ msgid "View control settings"
|
||||
#~ msgstr "Besturing instellingen weergeven"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
#~ msgid "Reverse scroll direction while zooming"
|
||||
#~ msgstr "Omgekeerde scrollrichting tijdens het zoomen"
|
||||
|
||||
#, c-format, boost-format
|
||||
#~ msgid "Left: %s"
|
||||
#~ msgstr "Links: %s"
|
||||
|
||||
#, c-format, boost-format
|
||||
#~ msgid "Right: %s"
|
||||
#~ msgstr "Rechts: %s"
|
||||
|
||||
#~ msgid "Enable network plug-in"
|
||||
#~ msgstr "Netwerkplug-in inschakelen"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: OrcaSlicer 2.3.0-rc\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2026-07-03 14:43+0200\n"
|
||||
"POT-Creation-Date: 2026-06-26 10:26+0800\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: Krzysztof Morga <<tlumaczeniebs@gmail.com>>\n"
|
||||
"Language-Team: \n"
|
||||
@@ -1722,12 +1722,7 @@ msgid ""
|
||||
"To migrate your existing profiles, log in to Orca Cloud and they will be transferred automatically. To learn more about how OrcaSlicer stores and syncs your profiles, or to migrate your presets manually, check out our wiki.\n"
|
||||
"\n"
|
||||
"If you did not use Bambu Cloud to sync profiles, this change does not affect you and you can safely ignore this message."
|
||||
msgstr ""
|
||||
"Od wersji 2.4.0 OrcaSlicer synchronizuje profile użytkownika za pośrednictwem Orca Cloud zamiast Bambu Cloud.\n"
|
||||
"\n"
|
||||
"Aby przenieść istniejące profile, zaloguj się do Orca Cloud, a zostaną one przeniesione automatycznie. Aby dowiedzieć się więcej o tym, jak OrcaSlicer przechowuje i synchronizuje Twoje profile, lub aby ręcznie przenieść swoje profile, zajrzyj do naszej wiki.\n"
|
||||
"\n"
|
||||
"Jeśli nie korzystano z Bambu Cloud do synchronizacji profili, ta zmiana Cię nie dotyczy i możesz zignorować tę wiadomość."
|
||||
msgstr "Od wersji 2.4.0 OrcaSlicer synchronizuje profile użytkownika za pośrednictwem Orca Cloud zamiast Bambu Cloud.\n\nAby przenieść istniejące profile, zaloguj się do Orca Cloud, a zostaną one przeniesione automatycznie. Aby dowiedzieć się więcej o tym, jak OrcaSlicer przechowuje i synchronizuje Twoje profile, lub aby ręcznie przenieść swoje profile, zajrzyj do naszej wiki.\n\nJeśli nie korzystano z Bambu Cloud do synchronizacji profili, ta zmiana Cię nie dotyczy i możesz zignorować tę wiadomość."
|
||||
|
||||
msgid "Profile syncing change"
|
||||
msgstr ""
|
||||
@@ -4106,10 +4101,6 @@ msgstr ""
|
||||
msgid "Current chamber temperature is higher than the material's safe temperature; this may result in material softening and nozzle clogs. The maximum safe temperature for the material is %d"
|
||||
msgstr "Obecna temperatura komory jest wyższa niż bezpieczna temperatura dla filamentu, co może prowadzić do jego mięknięcia i zatykania. Maksymalna bezpieczna temperatura dla tego filamentu wynosi %d"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "The minimal chamber temperature (%d℃) is higher than the target chamber temperature (%d℃). The minimal value is the threshold at which printing starts while the chamber keeps heating toward the target, so it should not exceed it. It will be clamped to the target."
|
||||
msgstr ""
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid ""
|
||||
"Layer height too small\n"
|
||||
@@ -7893,45 +7884,6 @@ msgstr ""
|
||||
msgid "Choose Download Directory"
|
||||
msgstr "Wybierz katalog pobierania"
|
||||
|
||||
msgid "(Latest)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Network plug-in switched successfully."
|
||||
msgstr ""
|
||||
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to load network plug-in. Please restart the application."
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"You've selected network plug-in version %s.\n"
|
||||
"\n"
|
||||
"Would you like to download and install this version now?\n"
|
||||
"\n"
|
||||
"Note: The application may need to restart after installation."
|
||||
msgstr ""
|
||||
|
||||
msgid "Download Network Plug-in"
|
||||
msgstr ""
|
||||
|
||||
msgid "Reload the network plug-in without restarting the application"
|
||||
msgstr ""
|
||||
|
||||
msgid "Network plug-in reloaded successfully."
|
||||
msgstr ""
|
||||
|
||||
msgid "Reload"
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to reload network plug-in. Please restart the application."
|
||||
msgstr ""
|
||||
|
||||
msgid "Reload Failed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Associate"
|
||||
msgstr "Powiązanie"
|
||||
|
||||
@@ -7987,6 +7939,12 @@ msgstr "Wyświetlanie ekranu powitalnego"
|
||||
msgid "Show the splash screen during startup."
|
||||
msgstr "Wyświetla ekran powitalny podczas uruchamiania."
|
||||
|
||||
msgid "Show shared profiles notification"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show a notification with a link to browse shared profiles when the selected printer is changed."
|
||||
msgstr ""
|
||||
|
||||
msgid "Use window buttons on left side"
|
||||
msgstr ""
|
||||
|
||||
@@ -8017,13 +7975,6 @@ msgstr "Zachowanie przy wczytywaniu"
|
||||
msgid "Should printer/filament/process settings be loaded when opening a 3MF file?"
|
||||
msgstr "Określa czy ustawienia drukarki/filamentu/procesu mają być wczytywane podczas otwierania pliku .3mf"
|
||||
|
||||
msgid "Auto backup"
|
||||
msgstr "Automatyczne tworzenie kopii zapasowej"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Backup your project periodically to help with restoring from an occasional crash."
|
||||
msgstr "Wykonuje okresowe kopie zapasowe projektu w celu przywracania po sporadycznych awariach."
|
||||
|
||||
msgid "Maximum recent files"
|
||||
msgstr ""
|
||||
|
||||
@@ -8042,17 +7993,12 @@ msgstr ""
|
||||
msgid "If enabled, a parameter settings dialog will appear during STEP file import."
|
||||
msgstr ""
|
||||
|
||||
msgid "Quality level for Draco export"
|
||||
msgstr ""
|
||||
msgid "Auto backup"
|
||||
msgstr "Automatyczne tworzenie kopii zapasowej"
|
||||
|
||||
msgid "bits"
|
||||
msgstr "bits"
|
||||
|
||||
msgid ""
|
||||
"Controls the quantization bit depth used when compressing the mesh to Draco format.\n"
|
||||
"0 = lossless compression (geometry is preserved at full precision). Valid lossy values range from 8 to 30.\n"
|
||||
"Lower values produce smaller files but lose more geometric detail; higher values preserve more detail at the cost of larger files."
|
||||
msgstr ""
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Backup your project periodically to help with restoring from an occasional crash."
|
||||
msgstr "Wykonuje okresowe kopie zapasowe projektu w celu przywracania po sporadycznych awariach."
|
||||
|
||||
msgid "Preset"
|
||||
msgstr "Profil"
|
||||
@@ -8084,12 +8030,6 @@ msgstr "filamenty"
|
||||
msgid "Optimizes filament area maximum height by chosen filament count."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show shared profiles notification"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show a notification with a link to browse shared profiles when the selected printer is changed."
|
||||
msgstr ""
|
||||
|
||||
msgid "Features"
|
||||
msgstr ""
|
||||
|
||||
@@ -8102,6 +8042,18 @@ msgstr "Umożliwia wysyłanie zadania do wielu urządzeń jednocześnie i zarzą
|
||||
msgid "Pop up to select filament grouping mode"
|
||||
msgstr "Okno dialogowe do wyboru trybu grupowania filamentów"
|
||||
|
||||
msgid "Quality level for Draco export"
|
||||
msgstr ""
|
||||
|
||||
msgid "bits"
|
||||
msgstr "bits"
|
||||
|
||||
msgid ""
|
||||
"Controls the quantization bit depth used when compressing the mesh to Draco format.\n"
|
||||
"0 = lossless compression (geometry is preserved at full precision). Valid lossy values range from 8 to 30.\n"
|
||||
"Lower values produce smaller files but lose more geometric detail; higher values preserve more detail at the cost of larger files."
|
||||
msgstr ""
|
||||
|
||||
msgid "Behaviour"
|
||||
msgstr ""
|
||||
|
||||
@@ -8329,6 +8281,19 @@ msgstr "Sprawdzanie aktualizacji do stabilnych wersji"
|
||||
msgid "Auto sync user presets (Printer/Filament/Process)"
|
||||
msgstr "Automatyczne synchronizowanie profili użytkownika (drukarka/filament/proces)"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Update built-in presets automatically."
|
||||
msgstr "Automatyczne uaktualnianie wbudowanych profili"
|
||||
|
||||
msgid "Use encrypted file for token storage"
|
||||
msgstr ""
|
||||
|
||||
msgid "Store authentication tokens in an encrypted file instead of the system keychain. (Requires restart)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Filament Sync Options"
|
||||
msgstr ""
|
||||
|
||||
msgid "Filament sync mode"
|
||||
msgstr ""
|
||||
|
||||
@@ -8341,16 +8306,6 @@ msgstr ""
|
||||
msgid "Color only"
|
||||
msgstr ""
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Update built-in presets automatically."
|
||||
msgstr "Automatyczne uaktualnianie wbudowanych profili"
|
||||
|
||||
msgid "Use encrypted file for token storage"
|
||||
msgstr ""
|
||||
|
||||
msgid "Store authentication tokens in an encrypted file instead of the system keychain. (Requires restart)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Bambu network plug-in"
|
||||
msgstr ""
|
||||
|
||||
@@ -8363,6 +8318,30 @@ msgstr ""
|
||||
msgid "Select the network plug-in version to use"
|
||||
msgstr ""
|
||||
|
||||
msgid "(Latest)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Network plug-in switched successfully."
|
||||
msgstr ""
|
||||
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to load network plug-in. Please restart the application."
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"You've selected network plug-in version %s.\n"
|
||||
"\n"
|
||||
"Would you like to download and install this version now?\n"
|
||||
"\n"
|
||||
"Note: The application may need to restart after installation."
|
||||
msgstr ""
|
||||
|
||||
msgid "Download Network Plug-in"
|
||||
msgstr ""
|
||||
|
||||
msgid "Associate files to OrcaSlicer"
|
||||
msgstr "Skojarzenia plików z OrcaSlicer"
|
||||
|
||||
@@ -8408,16 +8387,7 @@ msgstr ""
|
||||
msgid "Skip AMS blacklist check"
|
||||
msgstr "Pomijanie sprawdzania czarnej listy AMS"
|
||||
|
||||
msgid "Show unsupported presets"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show incompatible/unsupported presets in the printer and filament dropdown lists. These presets cannot be selected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Experimental Features"
|
||||
msgstr ""
|
||||
|
||||
msgid "Keep painted feature after mesh change"
|
||||
msgid "(Experimental) Keep painted feature after mesh change"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
@@ -8425,6 +8395,12 @@ msgid ""
|
||||
"Highly experimental! Slow and may create artifact."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show unsupported presets"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show incompatible/unsupported presets in the printer and filament dropdown lists. These presets cannot be selected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Allow Abnormal Storage"
|
||||
msgstr ""
|
||||
|
||||
@@ -8451,6 +8427,24 @@ msgstr "debugowanie"
|
||||
msgid "trace"
|
||||
msgstr "śledzenie"
|
||||
|
||||
msgid "Network plug-in"
|
||||
msgstr ""
|
||||
|
||||
msgid "Reload"
|
||||
msgstr ""
|
||||
|
||||
msgid "Reload the network plug-in without restarting the application"
|
||||
msgstr ""
|
||||
|
||||
msgid "Network plug-in reloaded successfully."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to reload network plug-in. Please restart the application."
|
||||
msgstr ""
|
||||
|
||||
msgid "Reload Failed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Debug"
|
||||
msgstr "Debugowanie"
|
||||
|
||||
@@ -8466,6 +8460,25 @@ msgstr "Synchronizacja profili"
|
||||
msgid "Preferences sync"
|
||||
msgstr "Synchronizacja preferencji"
|
||||
|
||||
msgid "View control settings"
|
||||
msgstr "Ustawienia kontrolowania widoku"
|
||||
|
||||
msgid "Rotate view"
|
||||
msgstr "Obróć widok"
|
||||
|
||||
msgid "Pan view"
|
||||
msgstr "Przesuń widok"
|
||||
|
||||
msgid "Zoom view"
|
||||
msgstr "Przybliż widok"
|
||||
|
||||
msgid "Other"
|
||||
msgstr "Inne"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Reverse scroll direction while zooming"
|
||||
msgstr "Kierunek obracania koła myszy odwraca się podczas powiększania"
|
||||
|
||||
msgid "Enable SSL(MQTT)"
|
||||
msgstr "Włącz SSL(MQTT)"
|
||||
|
||||
@@ -9176,12 +9189,6 @@ msgstr "Usuń ten profil"
|
||||
msgid "Search in preset"
|
||||
msgstr "Szukaj w profilu"
|
||||
|
||||
msgid "Synchronization of different extruder drives or nozzle volume types is not supported."
|
||||
msgstr ""
|
||||
|
||||
msgid "Synchronize the modification of parameters to the corresponding parameters of another extruder."
|
||||
msgstr ""
|
||||
|
||||
msgid "Click to reset all settings to the last saved preset."
|
||||
msgstr "Proszę kliknąć, aby przywrócić wszystkie ustawienia do ostatnio zapisanego profilu."
|
||||
|
||||
@@ -9473,18 +9480,6 @@ msgstr "Współczynnik przepływu i Wzrost ciśnienia (PA)"
|
||||
msgid "Print chamber temperature"
|
||||
msgstr "Temperatura komory druku"
|
||||
|
||||
msgid "Chamber temperature"
|
||||
msgstr "Temperatura komory"
|
||||
|
||||
msgid "Target chamber temperature, and the minimal chamber temperature at which printing should start"
|
||||
msgstr ""
|
||||
|
||||
msgid "Target"
|
||||
msgstr ""
|
||||
|
||||
msgid "Minimal"
|
||||
msgstr ""
|
||||
|
||||
msgid "Print temperature"
|
||||
msgstr "Temperatura druku"
|
||||
|
||||
@@ -9809,22 +9804,12 @@ msgid "Don't warn again for this preset"
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "%s: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "No modifications need to be copied."
|
||||
msgstr ""
|
||||
|
||||
msgid "Copy paramters"
|
||||
msgstr ""
|
||||
msgid "Left: %s"
|
||||
msgstr "Lewy: %s"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Modify paramters of %s"
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Do you want to modify the following parameters of the %s to that of the %s?"
|
||||
msgstr ""
|
||||
msgid "Right: %s"
|
||||
msgstr "Prawy: %s"
|
||||
|
||||
msgid "Click to reset current value and attach to the global value."
|
||||
msgstr "Kliknij, aby przywrócić bieżącą wartość do wartości globalnej."
|
||||
@@ -9844,7 +9829,7 @@ msgid "Transfer or discard changes"
|
||||
msgstr "Przenieść lub odrzucić zmiany"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Old Value"
|
||||
msgid "Old value"
|
||||
msgstr "Stara wartość"
|
||||
|
||||
msgid "New Value"
|
||||
@@ -9966,12 +9951,6 @@ msgstr ""
|
||||
msgid "Capabilities"
|
||||
msgstr "Możliwości"
|
||||
|
||||
msgid "Left: "
|
||||
msgstr ""
|
||||
|
||||
msgid "Right: "
|
||||
msgstr ""
|
||||
|
||||
msgid "Show all presets (including incompatible)"
|
||||
msgstr "Pokaż wszystkie profile (łącznie z niekompatybilnymi)"
|
||||
|
||||
@@ -12066,23 +12045,6 @@ msgstr "Normalne drukowanie"
|
||||
msgid "This is the default acceleration for both normal printing and travel after the first layer."
|
||||
msgstr "Domyślne przyspieszenie zarówno normalnego druku, jak i przemieszczenia, z wyjątkiem pierwszej warstwy"
|
||||
|
||||
msgid "Acceleration of travel moves."
|
||||
msgstr "Przyspieszenie ruchów podróżnych"
|
||||
|
||||
msgid "First layer travel"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Travel acceleration of first layer.\n"
|
||||
"The percentage value is relative to Travel Acceleration."
|
||||
msgstr ""
|
||||
|
||||
msgid "mm/s² or %"
|
||||
msgstr "mm/s² lub %"
|
||||
|
||||
msgid "Acceleration of bridges. If the value is expressed as a percentage (e.g. 50%), it will be calculated based on the outer wall acceleration."
|
||||
msgstr "Przyspieszenie na mostkach. Jeśli wartość jest wyrażona w procentach (np. 50%), będzie obliczana na podstawie przyspieszenia zewnętrznej ściany."
|
||||
|
||||
msgid "Default filament profile"
|
||||
msgstr "Domyślny profil filamentu"
|
||||
|
||||
@@ -12297,12 +12259,6 @@ msgstr "Struny Archimedesa"
|
||||
msgid "Octagram Spiral"
|
||||
msgstr "Spirala oktagramu"
|
||||
|
||||
msgid "Top surface density"
|
||||
msgstr "Gęstość górnej powierzchni"
|
||||
|
||||
msgid "Density of top surface layer. A value of 100% creates a fully solid, smooth top layer. Reducing this value results in a textured top surface, according to the chosen top surface pattern. A value of 0% will result in only the walls on the top layer being created. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion."
|
||||
msgstr ""
|
||||
|
||||
msgid "Bottom surface pattern"
|
||||
msgstr "Wzór dolnej powierzchni"
|
||||
|
||||
@@ -12310,14 +12266,6 @@ msgstr "Wzór dolnej powierzchni"
|
||||
msgid "This is the line pattern of bottom surface infill, not including bridge infill."
|
||||
msgstr "Wzór linii wypełnienia dolnej powierzchni, nie dotyczy wypełnienia mostu"
|
||||
|
||||
msgid "Bottom surface density"
|
||||
msgstr "Gęstość dolnej powierzchni"
|
||||
|
||||
msgid ""
|
||||
"Density of the bottom surface layer. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion.\n"
|
||||
"WARNING: Lowering this value may negatively affect bed adhesion."
|
||||
msgstr ""
|
||||
|
||||
msgid "Internal solid infill pattern"
|
||||
msgstr "Wzór wewnętrznego pełnego wypełnienia"
|
||||
|
||||
@@ -12610,6 +12558,18 @@ msgstr "Automatyczne płukanie"
|
||||
msgid "Auto For Match"
|
||||
msgstr "Automatyczne dopasowanie"
|
||||
|
||||
msgid "Enable filament dynamic map"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable dynamic filament mapping during print."
|
||||
msgstr ""
|
||||
|
||||
msgid "Has filament switcher"
|
||||
msgstr ""
|
||||
|
||||
msgid "Printer has a filament switcher hardware (e.g., AMS)."
|
||||
msgstr ""
|
||||
|
||||
msgid "Flush temperature"
|
||||
msgstr "Temperatura spłukiwania"
|
||||
|
||||
@@ -12947,7 +12907,6 @@ msgstr "Wypełnienie przy użyciu wielu linii, jeśli jest to obsługiwane przez
|
||||
msgid "Z-buckling bias optimization (experimental)"
|
||||
msgstr ""
|
||||
|
||||
#, no-c-format, no-boost-format
|
||||
msgid "Tightens the gyroid wave along the Z (vertical) axis at low infill density to shorten the effective vertical column length and improve Z-axis compression buckling resistance. Filament use is preserved. No effect at ~30% sparse infill density and above. Only applies when Sparse infill pattern is set to Gyroid."
|
||||
msgstr ""
|
||||
|
||||
@@ -13015,6 +12974,79 @@ msgstr "TPMS-FK"
|
||||
msgid "Gyroid"
|
||||
msgstr "Gyroidalny"
|
||||
|
||||
msgid "Lateral lattice angle 1"
|
||||
msgstr "Kąt siatki 1"
|
||||
|
||||
msgid "The angle of the first set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "Kąt nachylenia pierwszej linii dla wzorca wypełnienia „siatka 2D” względem osi Z. Zero oznacza pionową."
|
||||
|
||||
msgid "Lateral lattice angle 2"
|
||||
msgstr "Kąt siatki 2"
|
||||
|
||||
msgid "The angle of the second set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "Kąt nachylenia drugiej linii dla wzorca wypełnienia \"2D siatka\" względem osi Z."
|
||||
|
||||
msgid "Infill overhang angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "The angle of the infill angled lines. 60° will result in a pure honeycomb."
|
||||
msgstr ""
|
||||
|
||||
msgid "Lightning overhang angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum overhang angle for Lightning infill support propagation."
|
||||
msgstr ""
|
||||
|
||||
msgid "Prune angle"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Controls how aggressively short or unsupported Lightning branches are pruned.\n"
|
||||
"This angle is converted internally to a per-layer distance."
|
||||
msgstr ""
|
||||
|
||||
msgid "Straightening angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum straightening angle used to simplify Lightning branches."
|
||||
msgstr ""
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr "Długość kotwiczenia wypełnienia"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than infill_anchor_max is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to this parameter, but no longer than anchor_length_max.\n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a single infill line."
|
||||
msgstr ""
|
||||
"Połączenie wypełnienia z wewnętrznym obrysem poprzez dodawanie krótkich segmentów obrysu. Gdy wartość jest podana w procentach (przykład: 15%), zostanie ona obliczona na podstawie szerokości ścieżki wypełnienia. Slicer stara się łączyć dwie sąsiednie linie wypełnienia za pomocą krótkiego segmentu obrysu. W sytuacji, gdy nie znajdzie segmentu krótszego niż określony parametr, linia wypełnienia zostanie połączona z segmentem obrysu tylko z jednej strony. Długość tego segmentu zostanie ograniczona do wartości określonej w parametrze infill_anchor, ale nie przekroczy tej wartości.\n"
|
||||
"Aby wyłączyć funkcję kotwiczenia, należy ustawić wartość na zero. Ustaw zero, aby wyłączyć kotwiczenie obrysów do pojedynczej linii wypełnienia."
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr "0 (brak otwartych kotwic)"
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr "1000 (nieograniczone)"
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr "Maksymalna długość kotwiczenia wypełnienia"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than this parameter is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to infill_anchor, but no longer than this parameter.\n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should create the same result as with 1000 & 0."
|
||||
msgstr ""
|
||||
"Łączenie wypełnienia z wewnętrznym obrysem przez dodanie krótkiego segmentu obrysu. Jeśli wyrażone w procentach (np. 15%), zostanie obliczone z szerokości ścieżki wypełnienia. Orca Slicer spróbuje połączyć dwie najbliższe linie wypełnienia krótkim segmentem obrysu. Jeśli nie zostanie znaleziony segment krótszy, niż ten parametr, linia wypełnienia zostanie dołączona do segmentu obrysu tylko z jednej strony, a długość segmentu będzie ograniczona do wartości parametru infill_anchor, ale nie dłuższa niż ten parametr.\n"
|
||||
"Jeśli ustawione na 0, zostanie użyty stary algorytm łączenia wypełnienia, powinien dać ten sam wynik co przy ustawieniu 1000 & 0."
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr "0 (bez przymocowania)"
|
||||
|
||||
msgid "Acceleration of inner walls."
|
||||
msgstr "Przyspieszenie na wewnętrznych ścianach"
|
||||
|
||||
msgid "Acceleration of travel moves."
|
||||
msgstr "Przyspieszenie ruchów podróżnych"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "This is the acceleration of top surface infill. Using a lower value may improve top surface quality."
|
||||
msgstr "Przyspieszenie dla wypełnienia górnej powierzchni. Użycie niższej wartości może poprawić jakość górnej powierzchni"
|
||||
@@ -13023,8 +13055,11 @@ msgstr "Przyspieszenie dla wypełnienia górnej powierzchni. Użycie niższej wa
|
||||
msgid "Acceleration of outer wall: using a lower value can improve quality."
|
||||
msgstr "Przyspieszenie na zewnętrznej ścianie. Użycie niższej wartości może poprawić jakość"
|
||||
|
||||
msgid "Acceleration of inner walls."
|
||||
msgstr "Przyspieszenie na wewnętrznych ścianach"
|
||||
msgid "Acceleration of bridges. If the value is expressed as a percentage (e.g. 50%), it will be calculated based on the outer wall acceleration."
|
||||
msgstr "Przyspieszenie na mostkach. Jeśli wartość jest wyrażona w procentach (np. 50%), będzie obliczana na podstawie przyspieszenia zewnętrznej ściany."
|
||||
|
||||
msgid "mm/s² or %"
|
||||
msgstr "mm/s² lub %"
|
||||
|
||||
msgid "Acceleration of sparse infill. If the value is expressed as a percentage (e.g. 100%), it will be calculated based on the default acceleration."
|
||||
msgstr "Przyspieszenie na rzadkim wypełnieniu. Jeśli wartość jest wyrażona w procentach (np. 100%), będzie obliczana na podstawie domyślnego przyspieszenia."
|
||||
@@ -13036,6 +13071,14 @@ msgstr "Przyspieszenie wewnętrznego, pełnego wypełnienia. Jeśli wartość je
|
||||
msgid "This is the printing acceleration for the first layer. Using limited acceleration can improve build plate adhesion."
|
||||
msgstr "Przyspieszenie dla pierwszej warstwy. Użycie niższej wartości może poprawić przyczepność do stołu"
|
||||
|
||||
msgid "First layer travel"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Travel acceleration of first layer.\n"
|
||||
"The percentage value is relative to Travel Acceleration."
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable accel_to_decel"
|
||||
msgstr "Włącz accel_to_decel"
|
||||
|
||||
@@ -13130,17 +13173,6 @@ msgstr "Prędkość wentylatora będzie stopniowo zwiększana liniowo od zera na
|
||||
msgid "layer"
|
||||
msgstr "warstwa"
|
||||
|
||||
msgid "First layer fan speed"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Sets an exact fan speed for the first layer, overriding all other cooling settings. Useful for protecting 3D-printed toolhead parts (e.g. Voron-style ABS/ASA ducts) from a hot bed. A small amount of airflow cools the ducts down, without using full cooling that may in certain conditions hurt first-layer adhesion.\n"
|
||||
"From the second layer onwards, normal cooling resumes.\n"
|
||||
"If \"Full fan speed at layer\" is also set, the fan ramps smoothly from this value on the first layer up to your target by the chosen layer.\n"
|
||||
"Only available when \"No cooling for the first\" is 0.\n"
|
||||
"Set to -1 to disable it."
|
||||
msgstr ""
|
||||
|
||||
msgid "Support interface fan speed"
|
||||
msgstr "Prędkość wentylatora dla warstwy łączącej podpory"
|
||||
|
||||
@@ -13653,73 +13685,6 @@ msgstr "Obszar wykluczony z sondowania pod kątem zalepienia dyszy"
|
||||
msgid "Probing exclude area of clumping."
|
||||
msgstr "Obszar wykluczony z sondowania pod kątem zalepienia dyszy."
|
||||
|
||||
msgid "Lateral lattice angle 1"
|
||||
msgstr "Kąt siatki 1"
|
||||
|
||||
msgid "The angle of the first set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "Kąt nachylenia pierwszej linii dla wzorca wypełnienia „siatka 2D” względem osi Z. Zero oznacza pionową."
|
||||
|
||||
msgid "Lateral lattice angle 2"
|
||||
msgstr "Kąt siatki 2"
|
||||
|
||||
msgid "The angle of the second set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "Kąt nachylenia drugiej linii dla wzorca wypełnienia \"2D siatka\" względem osi Z."
|
||||
|
||||
msgid "Infill overhang angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "The angle of the infill angled lines. 60° will result in a pure honeycomb."
|
||||
msgstr ""
|
||||
|
||||
msgid "Lightning overhang angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum overhang angle for Lightning infill support propagation."
|
||||
msgstr ""
|
||||
|
||||
msgid "Prune angle"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Controls how aggressively short or unsupported Lightning branches are pruned.\n"
|
||||
"This angle is converted internally to a per-layer distance."
|
||||
msgstr ""
|
||||
|
||||
msgid "Straightening angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum straightening angle used to simplify Lightning branches."
|
||||
msgstr ""
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr "Długość kotwiczenia wypełnienia"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than infill_anchor_max is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to this parameter, but no longer than anchor_length_max.\n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a single infill line."
|
||||
msgstr ""
|
||||
"Połączenie wypełnienia z wewnętrznym obrysem poprzez dodawanie krótkich segmentów obrysu. Gdy wartość jest podana w procentach (przykład: 15%), zostanie ona obliczona na podstawie szerokości ścieżki wypełnienia. Slicer stara się łączyć dwie sąsiednie linie wypełnienia za pomocą krótkiego segmentu obrysu. W sytuacji, gdy nie znajdzie segmentu krótszego niż określony parametr, linia wypełnienia zostanie połączona z segmentem obrysu tylko z jednej strony. Długość tego segmentu zostanie ograniczona do wartości określonej w parametrze infill_anchor, ale nie przekroczy tej wartości.\n"
|
||||
"Aby wyłączyć funkcję kotwiczenia, należy ustawić wartość na zero. Ustaw zero, aby wyłączyć kotwiczenie obrysów do pojedynczej linii wypełnienia."
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr "0 (brak otwartych kotwic)"
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr "1000 (nieograniczone)"
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr "Maksymalna długość kotwiczenia wypełnienia"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than this parameter is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to infill_anchor, but no longer than this parameter.\n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should create the same result as with 1000 & 0."
|
||||
msgstr ""
|
||||
"Łączenie wypełnienia z wewnętrznym obrysem przez dodanie krótkiego segmentu obrysu. Jeśli wyrażone w procentach (np. 15%), zostanie obliczone z szerokości ścieżki wypełnienia. Orca Slicer spróbuje połączyć dwie najbliższe linie wypełnienia krótkim segmentem obrysu. Jeśli nie zostanie znaleziony segment krótszy, niż ten parametr, linia wypełnienia zostanie dołączona do segmentu obrysu tylko z jednej strony, a długość segmentu będzie ograniczona do wartości parametru infill_anchor, ale nie dłuższa niż ten parametr.\n"
|
||||
"Jeśli ustawione na 0, zostanie użyty stary algorytm łączenia wypełnienia, powinien dać ten sam wynik co przy ustawieniu 1000 & 0."
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr "0 (bez przymocowania)"
|
||||
|
||||
msgid ""
|
||||
"Filament to print internal sparse infill.\n"
|
||||
"\"Default\" uses the active object/part filament."
|
||||
@@ -14590,18 +14555,6 @@ msgstr "Napęd bezpośredni"
|
||||
msgid "Bowden"
|
||||
msgstr "Bowden"
|
||||
|
||||
msgid "Enable filament dynamic map"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable dynamic filament mapping during print."
|
||||
msgstr ""
|
||||
|
||||
msgid "Has filament switcher"
|
||||
msgstr ""
|
||||
|
||||
msgid "Printer has a filament switcher hardware (e.g., AMS)."
|
||||
msgstr ""
|
||||
|
||||
msgid "Extra length on restart"
|
||||
msgstr "Dodatkowa ilość dla powrotu"
|
||||
|
||||
@@ -15027,9 +14980,6 @@ msgstr "Szpary mniejsze niż dwukrotność wartości parametru „promień zamyk
|
||||
msgid "Slicing Mode"
|
||||
msgstr "Tryb cięcia"
|
||||
|
||||
msgid "Other"
|
||||
msgstr "Inne"
|
||||
|
||||
msgid "Use \"Even-odd\" for 3DLabPrint airplane models. Use \"Close holes\" to close all holes in the model."
|
||||
msgstr "Użyj „Parzysto-nieparzysty” dla modeli samolotów 3DLabPrint. Użyj „Zamknij otwory” do zamknięcia wszystkich otworów w modelu."
|
||||
|
||||
@@ -15387,6 +15337,9 @@ msgstr ""
|
||||
"\n"
|
||||
"Ta opcja opiera się na poleceniach M191 i M141 wspieranych przez oprogramowanie układowe, czy to za pomocą makr, czy natywnie i jest używana, gdy zainstalowany jest aktywna podgrzewacz."
|
||||
|
||||
msgid "Chamber temperature"
|
||||
msgstr "Temperatura komory"
|
||||
|
||||
msgid ""
|
||||
"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber temperature can help suppress or reduce warping and potentially lead to higher interlayer bonding strength. However, at the same time, a higher chamber temperature will reduce the efficiency of air filtration for ABS and ASA.\n"
|
||||
"\n"
|
||||
@@ -15400,17 +15353,6 @@ msgstr ""
|
||||
"\n"
|
||||
"Jeśli włączona, ten parametr ustawia także zmienną gcode o nazwie chamber_temperature, która może być użyta do przekazania żądanej temperatury komory do makra rozpoczynającego drukowanie, lub makra utrzymywania ciepła, na przykład: PRINT_START (inne zmienne) CHAMBER_TEMP=[chamber_temperature]. Może to być przydatne, jeśli twoja drukarka nie obsługuje poleceń M141/M191 lub jeśli chcesz zarządzać utrzymywaniem ciepła w makrze rozpoczynającym drukowanie, jeśli nie jest zainstalowany aktywna podgrzewacz komory."
|
||||
|
||||
msgid ""
|
||||
"This is the chamber temperature at which printing should start, while the chamber continues heating toward the \"Target\" chamber temperature. For example, set the Target to 60 and the Minimal to 50 to begin printing once the chamber reaches 50°C, without waiting for the full 60°C.\n"
|
||||
"\n"
|
||||
"It sets a G-code variable named chamber_minimal_temperature, which can be passed to your print start macro or a heat soak macro, like this: PRINT_START (other variables) CHAMBER_MIN_TEMP=[chamber_minimal_temperature].\n"
|
||||
"\n"
|
||||
"Unlike the \"Target\" chamber temperature, this option does not emit any M141/M191 commands; it only exposes the value to your custom G-code. It should not exceed the \"Target\" chamber temperature."
|
||||
msgstr ""
|
||||
|
||||
msgid "Chamber minimal temperature"
|
||||
msgstr ""
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Nozzle temperature after the first layer"
|
||||
msgstr "Temperatura dyszy dla warstw po początkowej"
|
||||
@@ -15456,6 +15398,20 @@ msgstr "Grubość górnej powłoki"
|
||||
msgid "The number of top solid layers is increased when slicing if the thickness calculated by top shell layers is thinner than this value. This can avoid having too thin a shell when layer height is small. 0 means that this setting is disabled and thickness of top shell is determined simply by the number of top shell layers."
|
||||
msgstr "Liczba górnych zwartych warstw jest zwiększana podczas cięcia, jeśli grubość obliczona przez górną warstwe powłoki jest cieńsza niż ta wartość. Można w ten sposób uniknąć zbyt cienkiej powłoki, gdy wysokość warstwy jest mała. 0 oznacza, że to ustawienie jest wyłączone, a grubość górnej powłoki jest absolutnie określona przez górne warstwy powłoki"
|
||||
|
||||
msgid "Top surface density"
|
||||
msgstr "Gęstość górnej powierzchni"
|
||||
|
||||
msgid "Density of top surface layer. A value of 100% creates a fully solid, smooth top layer. Reducing this value results in a textured top surface, according to the chosen top surface pattern. A value of 0% will result in only the walls on the top layer being created. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion."
|
||||
msgstr ""
|
||||
|
||||
msgid "Bottom surface density"
|
||||
msgstr "Gęstość dolnej powierzchni"
|
||||
|
||||
msgid ""
|
||||
"Density of the bottom surface layer. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion.\n"
|
||||
"WARNING: Lowering this value may negatively affect bed adhesion."
|
||||
msgstr ""
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "This is the speed at which traveling is done."
|
||||
msgstr "Prędkość przemieszczania, która jest szybsza i bez ekstruzji"
|
||||
@@ -18066,132 +18022,6 @@ msgstr "Logowanie/test"
|
||||
msgid "Connection to printers connected via the print host failed."
|
||||
msgstr "Połączenie z drukarkami podłączonymi przez hosta drukowania nie powiodło się."
|
||||
|
||||
msgid "Detect Creality K-series printer"
|
||||
msgstr ""
|
||||
|
||||
msgid "Click Scan to look for K-series printers on your network."
|
||||
msgstr ""
|
||||
|
||||
msgid "Use Selected"
|
||||
msgstr ""
|
||||
|
||||
msgid "Scanning the LAN for K-series printers... this takes a few seconds."
|
||||
msgstr ""
|
||||
|
||||
msgid "No K-series printers found. Make sure the printer is on the same network and not blocked by Wi-Fi client isolation, then click Scan again."
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "Found %zu Creality printer(s). Select one and click Use Selected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
msgid "Processes"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show/Hide system information"
|
||||
msgstr ""
|
||||
|
||||
msgid "Copy system information to clipboard"
|
||||
msgstr ""
|
||||
|
||||
msgid "We need information for diagnosing source of the issue. Check wiki page for detailed guide."
|
||||
msgstr ""
|
||||
|
||||
msgid "Pack button collects project file and logs of current session onto a zip file."
|
||||
msgstr ""
|
||||
|
||||
msgid "Any additional visual examples like images or screen recordings might be helpful while reporting the issue."
|
||||
msgstr ""
|
||||
|
||||
msgid "Report issue"
|
||||
msgstr ""
|
||||
|
||||
msgid "Pack"
|
||||
msgstr ""
|
||||
|
||||
msgid "Cleans and rebuilds system profiles cache on next launch"
|
||||
msgstr ""
|
||||
|
||||
msgid "Clean system profiles cache"
|
||||
msgstr ""
|
||||
|
||||
msgid "Clean"
|
||||
msgstr ""
|
||||
|
||||
msgid "Loaded profiles overview"
|
||||
msgstr ""
|
||||
|
||||
msgid "This section shows information for loaded profiles"
|
||||
msgstr ""
|
||||
|
||||
msgid "Exports detailed overview of loaded profiles in json format"
|
||||
msgstr ""
|
||||
|
||||
msgid "Configurations folder"
|
||||
msgstr ""
|
||||
|
||||
msgid "Opens configurations folder"
|
||||
msgstr ""
|
||||
|
||||
msgid "Log level"
|
||||
msgstr ""
|
||||
|
||||
msgid "Stored logs"
|
||||
msgstr ""
|
||||
|
||||
msgid "Packs all stored logs onto a zip file."
|
||||
msgstr ""
|
||||
|
||||
msgid "Profiles"
|
||||
msgstr ""
|
||||
|
||||
msgid "Select NO to close dialog and review project"
|
||||
msgstr ""
|
||||
|
||||
msgid "No project file on current session. Only logs will be included to package"
|
||||
msgstr ""
|
||||
|
||||
msgid "Select NO to close dialog and review project."
|
||||
msgstr ""
|
||||
|
||||
msgid "Please make sure any instances of OrcaSlicer are not running"
|
||||
msgstr ""
|
||||
|
||||
msgid "System folder cannot be deleted because some files are in use by another application. Please close any applications using these files and try again."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to delete system folder..."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to determine executable path."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to launch a new instance."
|
||||
msgstr ""
|
||||
|
||||
msgid "log(s)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Choose where to save the exported JSON file"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Export failed\n"
|
||||
"Please check write permissions or file in use by another application"
|
||||
msgstr ""
|
||||
|
||||
msgid "Choose where to save the exported ZIP file"
|
||||
msgstr ""
|
||||
|
||||
msgid "File already exists. Overwrite?"
|
||||
msgstr ""
|
||||
|
||||
msgid "3DPrinterOS Cloud upload options"
|
||||
msgstr ""
|
||||
|
||||
@@ -18274,19 +18104,6 @@ msgstr "Połączenie z MKS działa poprawnie."
|
||||
msgid "Could not connect to MKS"
|
||||
msgstr "Nie udało się połączyć z MKS"
|
||||
|
||||
msgid "Connection to Moonraker is working correctly."
|
||||
msgstr ""
|
||||
|
||||
msgid "Could not connect to Moonraker"
|
||||
msgstr ""
|
||||
|
||||
msgid "The host responded but it doesn't look like Moonraker (missing result.klippy_state)."
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Could not parse Moonraker server response: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "Connection to OctoPrint is working correctly."
|
||||
msgstr "Połączenie z OctoPrint działa poprawnie."
|
||||
|
||||
@@ -19446,30 +19263,6 @@ msgstr ""
|
||||
"Unikaj odkształceń\n"
|
||||
"Czy wiesz, że podczas drukowania filamentami podatnymi na odkształcenia, takimi jak ABS, odpowiednie zwiększenie temperatury podgrzewanej płyty może zmniejszyć prawdopodobieństwo odkształceń?"
|
||||
|
||||
#~ msgid "View control settings"
|
||||
#~ msgstr "Ustawienia kontrolowania widoku"
|
||||
|
||||
#~ msgid "Rotate view"
|
||||
#~ msgstr "Obróć widok"
|
||||
|
||||
#~ msgid "Pan view"
|
||||
#~ msgstr "Przesuń widok"
|
||||
|
||||
#~ msgid "Zoom view"
|
||||
#~ msgstr "Przybliż widok"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
#~ msgid "Reverse scroll direction while zooming"
|
||||
#~ msgstr "Kierunek obracania koła myszy odwraca się podczas powiększania"
|
||||
|
||||
#, c-format, boost-format
|
||||
#~ msgid "Left: %s"
|
||||
#~ msgstr "Lewy: %s"
|
||||
|
||||
#, c-format, boost-format
|
||||
#~ msgid "Right: %s"
|
||||
#~ msgstr "Prawy: %s"
|
||||
|
||||
#~ msgid "Enable network plug-in"
|
||||
#~ msgstr "Włączenie wtyczki sieciowej"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2026-07-03 14:43+0200\n"
|
||||
"POT-Creation-Date: 2026-06-26 10:26+0800\n"
|
||||
"PO-Revision-Date: 2026-06-19 20:49-0300\n"
|
||||
"Last-Translator: Alexandre Folle de Menezes\n"
|
||||
"Language-Team: Portuguese, Brazilian\n"
|
||||
@@ -1701,12 +1701,7 @@ msgid ""
|
||||
"To migrate your existing profiles, log in to Orca Cloud and they will be transferred automatically. To learn more about how OrcaSlicer stores and syncs your profiles, or to migrate your presets manually, check out our wiki.\n"
|
||||
"\n"
|
||||
"If you did not use Bambu Cloud to sync profiles, this change does not affect you and you can safely ignore this message."
|
||||
msgstr ""
|
||||
"Desde a versão 2.4.0, o OrcaSlicer sincroniza os perfis de usuário através do Orca Cloud em vez do Bambu Cloud.\n"
|
||||
"\n"
|
||||
"Para migrar seus perfis existentes, faça login no Orca Cloud e eles serão transferidos automaticamente. Para saber mais sobre como o OrcaSlicer armazena e sincroniza seus perfis, ou para migrar suas predefinições manualmente, consulte nossa wiki.\n"
|
||||
"\n"
|
||||
"Se você não usava o Bambu Cloud para sincronizar perfis, esta mudança não afeta você e você pode ignorar esta mensagem com segurança."
|
||||
msgstr "Desde a versão 2.4.0, o OrcaSlicer sincroniza os perfis de usuário através do Orca Cloud em vez do Bambu Cloud.\n\nPara migrar seus perfis existentes, faça login no Orca Cloud e eles serão transferidos automaticamente. Para saber mais sobre como o OrcaSlicer armazena e sincroniza seus perfis, ou para migrar suas predefinições manualmente, consulte nossa wiki.\n\nSe você não usava o Bambu Cloud para sincronizar perfis, esta mudança não afeta você e você pode ignorar esta mensagem com segurança."
|
||||
|
||||
msgid "Profile syncing change"
|
||||
msgstr ""
|
||||
@@ -4035,10 +4030,6 @@ msgstr ""
|
||||
msgid "Current chamber temperature is higher than the material's safe temperature; this may result in material softening and nozzle clogs. The maximum safe temperature for the material is %d"
|
||||
msgstr "A temperatura da câmara atual está mais alta do que a temperatura segura do material, pode resultar em amolecimento e entupimento do material. A temperatura máxima segura para o material é %d"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "The minimal chamber temperature (%d℃) is higher than the target chamber temperature (%d℃). The minimal value is the threshold at which printing starts while the chamber keeps heating toward the target, so it should not exceed it. It will be clamped to the target."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Layer height too small\n"
|
||||
"It has been reset to 0.2"
|
||||
@@ -7813,50 +7804,6 @@ msgstr "Escolha a pasta para itens baixados"
|
||||
msgid "Choose Download Directory"
|
||||
msgstr "Escolha o Diretório de Download"
|
||||
|
||||
msgid "(Latest)"
|
||||
msgstr "(Mais recente)"
|
||||
|
||||
msgid "Network plug-in switched successfully."
|
||||
msgstr "Plug-in de rede alterado com sucesso."
|
||||
|
||||
msgid "Success"
|
||||
msgstr "Sucesso"
|
||||
|
||||
msgid "Failed to load network plug-in. Please restart the application."
|
||||
msgstr "Falha ao carregar o plug-in de rede. Reinicie o aplicativo."
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"You've selected network plug-in version %s.\n"
|
||||
"\n"
|
||||
"Would you like to download and install this version now?\n"
|
||||
"\n"
|
||||
"Note: The application may need to restart after installation."
|
||||
msgstr ""
|
||||
"Você selecionou a versão %s do plug-in de rede.\n"
|
||||
"\n"
|
||||
"Deseja baixar e instalar esta versão agora?\n"
|
||||
"\n"
|
||||
"Observação: o aplicativo pode precisar ser reiniciado após a instalação."
|
||||
|
||||
msgid "Download Network Plug-in"
|
||||
msgstr "Baixar Plug-in de Rede"
|
||||
|
||||
msgid "Reload the network plug-in without restarting the application"
|
||||
msgstr "Recarregar o plug-in de rede sem reiniciar a aplicação"
|
||||
|
||||
msgid "Network plug-in reloaded successfully."
|
||||
msgstr "Plug-in de rede recarregado com sucesso."
|
||||
|
||||
msgid "Reload"
|
||||
msgstr "Recarregar"
|
||||
|
||||
msgid "Failed to reload network plug-in. Please restart the application."
|
||||
msgstr "Falha ao recarregar plug-in de rede. Por favor, reinicie a aplicação."
|
||||
|
||||
msgid "Reload Failed"
|
||||
msgstr "Falha ao Recarregar"
|
||||
|
||||
msgid "Associate"
|
||||
msgstr "Associar"
|
||||
|
||||
@@ -7912,6 +7859,12 @@ msgstr "Mostrar tela de abertura"
|
||||
msgid "Show the splash screen during startup."
|
||||
msgstr "Mostrar a tela de abertura durante a inicialização."
|
||||
|
||||
msgid "Show shared profiles notification"
|
||||
msgstr "Mostrar notificação de perfis compartilhados"
|
||||
|
||||
msgid "Show a notification with a link to browse shared profiles when the selected printer is changed."
|
||||
msgstr "Mostrar uma notificação com um link para navegar pelos perfis compartilhados quando a impressora selecionada for alterada."
|
||||
|
||||
msgid "Use window buttons on left side"
|
||||
msgstr "Usar os botões de janela no lado esquerdo"
|
||||
|
||||
@@ -7942,13 +7895,6 @@ msgstr "Comportamento de carregamento"
|
||||
msgid "Should printer/filament/process settings be loaded when opening a 3MF file?"
|
||||
msgstr "As configurações de impressora/filamento/processo devem ser carregadas ao abrir um arquivo 3MF?"
|
||||
|
||||
msgid "Auto backup"
|
||||
msgstr "Backup automático"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Backup your project periodically to help with restoring from an occasional crash."
|
||||
msgstr "Faça backup do seu projeto periodicamente para restaurar de falhas ocasionais."
|
||||
|
||||
msgid "Maximum recent files"
|
||||
msgstr "Máximo de arquivos recentes"
|
||||
|
||||
@@ -7967,20 +7913,12 @@ msgstr "Mostrar opções ao importar arquivo STEP"
|
||||
msgid "If enabled, a parameter settings dialog will appear during STEP file import."
|
||||
msgstr "Se ativo, uma caixa de diálogo de configurações de parâmetros será exibida durante a importação do arquivo STEP."
|
||||
|
||||
msgid "Quality level for Draco export"
|
||||
msgstr "Nível de qualidade para exportação Draco"
|
||||
msgid "Auto backup"
|
||||
msgstr "Backup automático"
|
||||
|
||||
msgid "bits"
|
||||
msgstr "bits"
|
||||
|
||||
msgid ""
|
||||
"Controls the quantization bit depth used when compressing the mesh to Draco format.\n"
|
||||
"0 = lossless compression (geometry is preserved at full precision). Valid lossy values range from 8 to 30.\n"
|
||||
"Lower values produce smaller files but lose more geometric detail; higher values preserve more detail at the cost of larger files."
|
||||
msgstr ""
|
||||
"Controla a profundidade de bits de quantização usada ao comprimir a malha para o formato Draco.\n"
|
||||
"0 = compressão sem perdas (a geometria é preservada com precisão total). Os valores válidos para compressão com perdas variam de 8 a 30.\n"
|
||||
"Valores mais baixos produzem arquivos menores, mas perdem mais detalhes geométricos; valores mais altos preservam mais detalhes, ao custo de arquivos maiores."
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Backup your project periodically to help with restoring from an occasional crash."
|
||||
msgstr "Faça backup do seu projeto periodicamente para restaurar de falhas ocasionais."
|
||||
|
||||
msgid "Preset"
|
||||
msgstr "Predefinição"
|
||||
@@ -8012,12 +7950,6 @@ msgstr "filamentos"
|
||||
msgid "Optimizes filament area maximum height by chosen filament count."
|
||||
msgstr "Otimiza a altura máxima da area de filamentos para a contagem de filamentos escolhidos."
|
||||
|
||||
msgid "Show shared profiles notification"
|
||||
msgstr "Mostrar notificação de perfis compartilhados"
|
||||
|
||||
msgid "Show a notification with a link to browse shared profiles when the selected printer is changed."
|
||||
msgstr "Mostrar uma notificação com um link para navegar pelos perfis compartilhados quando a impressora selecionada for alterada."
|
||||
|
||||
msgid "Features"
|
||||
msgstr "Recursos"
|
||||
|
||||
@@ -8030,6 +7962,21 @@ msgstr "Com esta opção habilitada, você pode enviar uma tarefa para vários d
|
||||
msgid "Pop up to select filament grouping mode"
|
||||
msgstr "Abrir seleção do modo de agrupamento de filamento"
|
||||
|
||||
msgid "Quality level for Draco export"
|
||||
msgstr "Nível de qualidade para exportação Draco"
|
||||
|
||||
msgid "bits"
|
||||
msgstr "bits"
|
||||
|
||||
msgid ""
|
||||
"Controls the quantization bit depth used when compressing the mesh to Draco format.\n"
|
||||
"0 = lossless compression (geometry is preserved at full precision). Valid lossy values range from 8 to 30.\n"
|
||||
"Lower values produce smaller files but lose more geometric detail; higher values preserve more detail at the cost of larger files."
|
||||
msgstr ""
|
||||
"Controla a profundidade de bits de quantização usada ao comprimir a malha para o formato Draco.\n"
|
||||
"0 = compressão sem perdas (a geometria é preservada com precisão total). Os valores válidos para compressão com perdas variam de 8 a 30.\n"
|
||||
"Valores mais baixos produzem arquivos menores, mas perdem mais detalhes geométricos; valores mais altos preservam mais detalhes, ao custo de arquivos maiores."
|
||||
|
||||
msgid "Behaviour"
|
||||
msgstr "Comportamento"
|
||||
|
||||
@@ -8271,6 +8218,19 @@ msgstr "Verificar apenas atualizações estáveis"
|
||||
msgid "Auto sync user presets (Printer/Filament/Process)"
|
||||
msgstr "Sincronização automática de predefinições do usuário (Impressora/Filamento/Processo)"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Update built-in presets automatically."
|
||||
msgstr "Atualizar automaticamente Predefinições integradas."
|
||||
|
||||
msgid "Use encrypted file for token storage"
|
||||
msgstr "Usar um arquivo criptografado para armazenar os tokens"
|
||||
|
||||
msgid "Store authentication tokens in an encrypted file instead of the system keychain. (Requires restart)"
|
||||
msgstr "Armazene os tokens de autenticação em um arquivo criptografado em vez do chaveiro do sistema. (Requer reinicialização)"
|
||||
|
||||
msgid "Filament Sync Options"
|
||||
msgstr "Opções de Sincronização de Filamento"
|
||||
|
||||
msgid "Filament sync mode"
|
||||
msgstr "Modo de sincronização de filamento"
|
||||
|
||||
@@ -8283,16 +8243,6 @@ msgstr "Filamento e Cor"
|
||||
msgid "Color only"
|
||||
msgstr "Apenas Cor"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Update built-in presets automatically."
|
||||
msgstr "Atualizar automaticamente Predefinições integradas."
|
||||
|
||||
msgid "Use encrypted file for token storage"
|
||||
msgstr "Usar um arquivo criptografado para armazenar os tokens"
|
||||
|
||||
msgid "Store authentication tokens in an encrypted file instead of the system keychain. (Requires restart)"
|
||||
msgstr "Armazene os tokens de autenticação em um arquivo criptografado em vez do chaveiro do sistema. (Requer reinicialização)"
|
||||
|
||||
msgid "Bambu network plug-in"
|
||||
msgstr ""
|
||||
|
||||
@@ -8305,6 +8255,35 @@ msgstr "Versão do plug-in de rede"
|
||||
msgid "Select the network plug-in version to use"
|
||||
msgstr "Selecione a versão do plug-in de rede a ser usado"
|
||||
|
||||
msgid "(Latest)"
|
||||
msgstr "(Mais recente)"
|
||||
|
||||
msgid "Network plug-in switched successfully."
|
||||
msgstr "Plug-in de rede alterado com sucesso."
|
||||
|
||||
msgid "Success"
|
||||
msgstr "Sucesso"
|
||||
|
||||
msgid "Failed to load network plug-in. Please restart the application."
|
||||
msgstr "Falha ao carregar o plug-in de rede. Reinicie o aplicativo."
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"You've selected network plug-in version %s.\n"
|
||||
"\n"
|
||||
"Would you like to download and install this version now?\n"
|
||||
"\n"
|
||||
"Note: The application may need to restart after installation."
|
||||
msgstr ""
|
||||
"Você selecionou a versão %s do plug-in de rede.\n"
|
||||
"\n"
|
||||
"Deseja baixar e instalar esta versão agora?\n"
|
||||
"\n"
|
||||
"Observação: o aplicativo pode precisar ser reiniciado após a instalação."
|
||||
|
||||
msgid "Download Network Plug-in"
|
||||
msgstr "Baixar Plug-in de Rede"
|
||||
|
||||
msgid "Associate files to OrcaSlicer"
|
||||
msgstr "Associar arquivos ao OrcaSlicer"
|
||||
|
||||
@@ -8350,16 +8329,7 @@ msgstr "Desenvolvedor"
|
||||
msgid "Skip AMS blacklist check"
|
||||
msgstr "Pular verificação de lista negra AMS"
|
||||
|
||||
msgid "Show unsupported presets"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show incompatible/unsupported presets in the printer and filament dropdown lists. These presets cannot be selected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Experimental Features"
|
||||
msgstr ""
|
||||
|
||||
msgid "Keep painted feature after mesh change"
|
||||
msgid "(Experimental) Keep painted feature after mesh change"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
@@ -8367,6 +8337,12 @@ msgid ""
|
||||
"Highly experimental! Slow and may create artifact."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show unsupported presets"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show incompatible/unsupported presets in the printer and filament dropdown lists. These presets cannot be selected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Allow Abnormal Storage"
|
||||
msgstr "Permitir Armazenamento Anormal"
|
||||
|
||||
@@ -8395,6 +8371,24 @@ msgstr "depurar"
|
||||
msgid "trace"
|
||||
msgstr "traço"
|
||||
|
||||
msgid "Network plug-in"
|
||||
msgstr "Plug-in de rede"
|
||||
|
||||
msgid "Reload"
|
||||
msgstr "Recarregar"
|
||||
|
||||
msgid "Reload the network plug-in without restarting the application"
|
||||
msgstr "Recarregar o plug-in de rede sem reiniciar a aplicação"
|
||||
|
||||
msgid "Network plug-in reloaded successfully."
|
||||
msgstr "Plug-in de rede recarregado com sucesso."
|
||||
|
||||
msgid "Failed to reload network plug-in. Please restart the application."
|
||||
msgstr "Falha ao recarregar plug-in de rede. Por favor, reinicie a aplicação."
|
||||
|
||||
msgid "Reload Failed"
|
||||
msgstr "Falha ao Recarregar"
|
||||
|
||||
msgid "Debug"
|
||||
msgstr "Depuração"
|
||||
|
||||
@@ -8410,6 +8404,25 @@ msgstr "Sincronização de predefinição"
|
||||
msgid "Preferences sync"
|
||||
msgstr "Sincronização de preferências"
|
||||
|
||||
msgid "View control settings"
|
||||
msgstr "Configurações de controle de vista"
|
||||
|
||||
msgid "Rotate view"
|
||||
msgstr "Rotacionar vista"
|
||||
|
||||
msgid "Pan view"
|
||||
msgstr "Mover vista"
|
||||
|
||||
msgid "Zoom view"
|
||||
msgstr "Aproximar vista"
|
||||
|
||||
msgid "Other"
|
||||
msgstr "Outro"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Reverse scroll direction while zooming"
|
||||
msgstr "O botão de roda do mouse inverte ao fazer zoom"
|
||||
|
||||
msgid "Enable SSL(MQTT)"
|
||||
msgstr "Ativar SSL(MQTT)"
|
||||
|
||||
@@ -9117,12 +9130,6 @@ msgstr "Excluir esta predefinição"
|
||||
msgid "Search in preset"
|
||||
msgstr "Pesquisar nas predefinições"
|
||||
|
||||
msgid "Synchronization of different extruder drives or nozzle volume types is not supported."
|
||||
msgstr ""
|
||||
|
||||
msgid "Synchronize the modification of parameters to the corresponding parameters of another extruder."
|
||||
msgstr ""
|
||||
|
||||
msgid "Click to reset all settings to the last saved preset."
|
||||
msgstr "Clique para redefinir todas as configurações para a última predefinição salva."
|
||||
|
||||
@@ -9414,18 +9421,6 @@ msgstr "Taxa de fluxo e Avanço de Pressão"
|
||||
msgid "Print chamber temperature"
|
||||
msgstr "Temperatura da câmara de impressão"
|
||||
|
||||
msgid "Chamber temperature"
|
||||
msgstr "Temperatura da câmara"
|
||||
|
||||
msgid "Target chamber temperature, and the minimal chamber temperature at which printing should start"
|
||||
msgstr ""
|
||||
|
||||
msgid "Target"
|
||||
msgstr ""
|
||||
|
||||
msgid "Minimal"
|
||||
msgstr ""
|
||||
|
||||
msgid "Print temperature"
|
||||
msgstr "Temperatura de impressão"
|
||||
|
||||
@@ -9755,22 +9750,12 @@ msgid "Don't warn again for this preset"
|
||||
msgstr "Não avisar novamente para essa predifinição"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "%s: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "No modifications need to be copied."
|
||||
msgstr ""
|
||||
|
||||
msgid "Copy paramters"
|
||||
msgstr ""
|
||||
msgid "Left: %s"
|
||||
msgstr "Esquerda: %s"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Modify paramters of %s"
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Do you want to modify the following parameters of the %s to that of the %s?"
|
||||
msgstr ""
|
||||
msgid "Right: %s"
|
||||
msgstr "Direita: %s"
|
||||
|
||||
msgid "Click to reset current value and attach to the global value."
|
||||
msgstr "Clique para redefinir o valor atual e anexá-lo ao valor global."
|
||||
@@ -9787,7 +9772,7 @@ msgstr "alterações não salvas"
|
||||
msgid "Transfer or discard changes"
|
||||
msgstr "Transferir ou descartar alterações"
|
||||
|
||||
msgid "Old Value"
|
||||
msgid "Old value"
|
||||
msgstr "Valor antigo"
|
||||
|
||||
msgid "New Value"
|
||||
@@ -9919,12 +9904,6 @@ msgstr "Número de extrusoras"
|
||||
msgid "Capabilities"
|
||||
msgstr "Capacidades"
|
||||
|
||||
msgid "Left: "
|
||||
msgstr ""
|
||||
|
||||
msgid "Right: "
|
||||
msgstr ""
|
||||
|
||||
msgid "Show all presets (including incompatible)"
|
||||
msgstr "Mostrar todas as predefinições (incluindo as incompatíveis)"
|
||||
|
||||
@@ -12045,25 +12024,6 @@ msgstr "Impressão normal"
|
||||
msgid "This is the default acceleration for both normal printing and travel after the first layer."
|
||||
msgstr "A aceleração padrão tanto para a impressão normal quanto para o movimento, exceto na primeira camada."
|
||||
|
||||
msgid "Acceleration of travel moves."
|
||||
msgstr "Aceleração dos movimentos de deslocamento."
|
||||
|
||||
msgid "First layer travel"
|
||||
msgstr "Deslocamento para primeira camada"
|
||||
|
||||
msgid ""
|
||||
"Travel acceleration of first layer.\n"
|
||||
"The percentage value is relative to Travel Acceleration."
|
||||
msgstr ""
|
||||
"Aceleração de deslocamento para a primeira camada.\n"
|
||||
"O valor percentual é relativo à Aceleração de Deslocamento."
|
||||
|
||||
msgid "mm/s² or %"
|
||||
msgstr "mm/s² ou %"
|
||||
|
||||
msgid "Acceleration of bridges. If the value is expressed as a percentage (e.g. 50%), it will be calculated based on the outer wall acceleration."
|
||||
msgstr "Aceleração das pontes. Se o valor for expresso como uma porcentagem (por exemplo, 50%), será calculado com base na aceleração da parede externa."
|
||||
|
||||
msgid "Default filament profile"
|
||||
msgstr "Perfil de filamento padrão"
|
||||
|
||||
@@ -12270,12 +12230,6 @@ msgstr "Cordas Arquimedeanas"
|
||||
msgid "Octagram Spiral"
|
||||
msgstr "Espiral de Octagrama"
|
||||
|
||||
msgid "Top surface density"
|
||||
msgstr "Densidade da superfície superior"
|
||||
|
||||
msgid "Density of top surface layer. A value of 100% creates a fully solid, smooth top layer. Reducing this value results in a textured top surface, according to the chosen top surface pattern. A value of 0% will result in only the walls on the top layer being created. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion."
|
||||
msgstr "Densidade da camada superior. Um valor de 100% cria uma camada superior totalmente sólida e lisa. Reduzir esse valor resulta em uma superfície superior texturizada, de acordo com o padrão de superfície superior escolhido. Um valor de 0% resultará na criação apenas das paredes da camada superior. Destinado a fins estéticos ou funcionais, não para corrigir problemas como extrusão excessiva."
|
||||
|
||||
msgid "Bottom surface pattern"
|
||||
msgstr "Padrão de superfície inferior"
|
||||
|
||||
@@ -12283,16 +12237,6 @@ msgstr "Padrão de superfície inferior"
|
||||
msgid "This is the line pattern of bottom surface infill, not including bridge infill."
|
||||
msgstr "Padrão de linha do preenchimento da superfície inferior, não do preenchimento da ponte."
|
||||
|
||||
msgid "Bottom surface density"
|
||||
msgstr "Densidade da superfície inferior"
|
||||
|
||||
msgid ""
|
||||
"Density of the bottom surface layer. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion.\n"
|
||||
"WARNING: Lowering this value may negatively affect bed adhesion."
|
||||
msgstr ""
|
||||
"Densidade da camada inferior. Destina-se a fins estéticos ou funcionais, não para corrigir problemas como extrusão excessiva.\n"
|
||||
"AVISO: Reduzir este valor pode afetar negativamente a aderência à mesa."
|
||||
|
||||
msgid "Internal solid infill pattern"
|
||||
msgstr "Padrão de preenchimento sólido interno"
|
||||
|
||||
@@ -12595,6 +12539,18 @@ msgstr "Automático para purga"
|
||||
msgid "Auto For Match"
|
||||
msgstr "Automático para correspondência"
|
||||
|
||||
msgid "Enable filament dynamic map"
|
||||
msgstr "Habilitar mapa dinâmico de filamento"
|
||||
|
||||
msgid "Enable dynamic filament mapping during print."
|
||||
msgstr "Habilitar mapeamento dinâmico de filamentos durante a impressão."
|
||||
|
||||
msgid "Has filament switcher"
|
||||
msgstr "Tem trocador de filamentos"
|
||||
|
||||
msgid "Printer has a filament switcher hardware (e.g., AMS)."
|
||||
msgstr "A impressora tem um sistema de troca de filamentos (Ex.: AMS)."
|
||||
|
||||
msgid "Flush temperature"
|
||||
msgstr "Temperatura de purga"
|
||||
|
||||
@@ -12936,7 +12892,6 @@ msgstr "Usar múltiplas linhas para o padrão de preenchimento, se suportado pel
|
||||
msgid "Z-buckling bias optimization (experimental)"
|
||||
msgstr ""
|
||||
|
||||
#, no-c-format, no-boost-format
|
||||
msgid "Tightens the gyroid wave along the Z (vertical) axis at low infill density to shorten the effective vertical column length and improve Z-axis compression buckling resistance. Filament use is preserved. No effect at ~30% sparse infill density and above. Only applies when Sparse infill pattern is set to Gyroid."
|
||||
msgstr ""
|
||||
|
||||
@@ -13004,6 +12959,79 @@ msgstr "TPMS-FK"
|
||||
msgid "Gyroid"
|
||||
msgstr "Giroide"
|
||||
|
||||
msgid "Lateral lattice angle 1"
|
||||
msgstr "Ângulo 1 de treliça lateral"
|
||||
|
||||
msgid "The angle of the first set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "O ângulo do primeiro conjunto de elementos de treliça lateral na direção Z. Zero é vertical."
|
||||
|
||||
msgid "Lateral lattice angle 2"
|
||||
msgstr "Ângulo 2 de treliça lateral"
|
||||
|
||||
msgid "The angle of the second set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "O ângulo do segundo conjunto de elementos de treliça lateral na direção Z. Zero é vertical."
|
||||
|
||||
msgid "Infill overhang angle"
|
||||
msgstr "Ângulo de saliência do preenchimento"
|
||||
|
||||
msgid "The angle of the infill angled lines. 60° will result in a pure honeycomb."
|
||||
msgstr "O ângulo das linhas de preenchimento. 60° resultará em um favo de mel puro."
|
||||
|
||||
msgid "Lightning overhang angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum overhang angle for Lightning infill support propagation."
|
||||
msgstr ""
|
||||
|
||||
msgid "Prune angle"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Controls how aggressively short or unsupported Lightning branches are pruned.\n"
|
||||
"This angle is converted internally to a per-layer distance."
|
||||
msgstr ""
|
||||
|
||||
msgid "Straightening angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum straightening angle used to simplify Lightning branches."
|
||||
msgstr ""
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr "Comprimento da âncora de preenchimento esparso"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than infill_anchor_max is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to this parameter, but no longer than anchor_length_max.\n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a single infill line."
|
||||
msgstr ""
|
||||
"Conecte uma linha de preenchimento a um perímetro interno com um segmento curto de um perímetro adicional. Se expresso como porcentagem (exemplo: 15%), é calculado sobre a largura de extrusão do preenchimento. O OrcaSlicer tenta conectar duas linhas de preenchimento próximas a um segmento curto de perímetro. Se nenhum segmento de perímetro mais curto que infill_anchor_max for encontrado, a linha de preenchimento é conectada a um segmento de perímetro em apenas um lado e o comprimento do segmento de perímetro tomado é limitado a este parâmetro, mas não mais do que anchor_length_max.\n"
|
||||
"Defina este parâmetro como zero para desabilitar os perímetros de ancoragem conectados a uma única linha de preenchimento."
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr "0 (sem ancoras abertas)"
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr "1000 (ilimitado)"
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr "Comprimento máximo da âncora de preenchimento"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than this parameter is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to infill_anchor, but no longer than this parameter.\n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should create the same result as with 1000 & 0."
|
||||
msgstr ""
|
||||
"Conecte uma linha de preenchimento a um perímetro interno com um segmento curto de um perímetro adicional. Se expresso como porcentagem (exemplo: 15%), é calculado sobre a largura de extrusão do preenchimento. O OrcaSlicer tenta conectar duas linhas de preenchimento próximas a um segmento curto de perímetro. Se nenhum segmento de perímetro mais curto que este parâmetro for encontrado, a linha de preenchimento é conectada a um segmento de perímetro em apenas um lado e o comprimento do segmento de perímetro tomado é limitado a infill_anchor, mas não mais do que este parâmetro.\n"
|
||||
"Se definido como 0, o antigo algoritmo de conexão de preenchimento será usado, ele deve criar o mesmo resultado que com 1000 e 0."
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr "0 (Conexão simples)"
|
||||
|
||||
msgid "Acceleration of inner walls."
|
||||
msgstr "Aceleração das paredes internas."
|
||||
|
||||
msgid "Acceleration of travel moves."
|
||||
msgstr "Aceleração dos movimentos de deslocamento."
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "This is the acceleration of top surface infill. Using a lower value may improve top surface quality."
|
||||
msgstr "Aceleração do preenchimento da superfície superior. Usar um valor menor pode melhorar a qualidade da superfície superior."
|
||||
@@ -13012,8 +13040,11 @@ msgstr "Aceleração do preenchimento da superfície superior. Usar um valor men
|
||||
msgid "Acceleration of outer wall: using a lower value can improve quality."
|
||||
msgstr "Aceleração da parede externa. Usar um valor menor pode melhorar a qualidade."
|
||||
|
||||
msgid "Acceleration of inner walls."
|
||||
msgstr "Aceleração das paredes internas."
|
||||
msgid "Acceleration of bridges. If the value is expressed as a percentage (e.g. 50%), it will be calculated based on the outer wall acceleration."
|
||||
msgstr "Aceleração das pontes. Se o valor for expresso como uma porcentagem (por exemplo, 50%), será calculado com base na aceleração da parede externa."
|
||||
|
||||
msgid "mm/s² or %"
|
||||
msgstr "mm/s² ou %"
|
||||
|
||||
msgid "Acceleration of sparse infill. If the value is expressed as a percentage (e.g. 100%), it will be calculated based on the default acceleration."
|
||||
msgstr "Aceleração do preenchimento esparso. Se o valor for expresso como uma porcentagem (por exemplo, 100%), será calculado com base na aceleração padrão."
|
||||
@@ -13025,6 +13056,16 @@ msgstr "Aceleração do preenchimento sólido interno. Se o valor for expresso c
|
||||
msgid "This is the printing acceleration for the first layer. Using limited acceleration can improve build plate adhesion."
|
||||
msgstr "Aceleração da primeira camada. Usar um valor menor pode melhorar a adesão à placa de impressão."
|
||||
|
||||
msgid "First layer travel"
|
||||
msgstr "Deslocamento para primeira camada"
|
||||
|
||||
msgid ""
|
||||
"Travel acceleration of first layer.\n"
|
||||
"The percentage value is relative to Travel Acceleration."
|
||||
msgstr ""
|
||||
"Aceleração de deslocamento para a primeira camada.\n"
|
||||
"O valor percentual é relativo à Aceleração de Deslocamento."
|
||||
|
||||
msgid "Enable accel_to_decel"
|
||||
msgstr "Habilitar accel_to_decel"
|
||||
|
||||
@@ -13118,17 +13159,6 @@ msgstr "A velocidade do ventilador aumentará linearmente de zero na camada \"cl
|
||||
msgid "layer"
|
||||
msgstr "camada"
|
||||
|
||||
msgid "First layer fan speed"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Sets an exact fan speed for the first layer, overriding all other cooling settings. Useful for protecting 3D-printed toolhead parts (e.g. Voron-style ABS/ASA ducts) from a hot bed. A small amount of airflow cools the ducts down, without using full cooling that may in certain conditions hurt first-layer adhesion.\n"
|
||||
"From the second layer onwards, normal cooling resumes.\n"
|
||||
"If \"Full fan speed at layer\" is also set, the fan ramps smoothly from this value on the first layer up to your target by the chosen layer.\n"
|
||||
"Only available when \"No cooling for the first\" is 0.\n"
|
||||
"Set to -1 to disable it."
|
||||
msgstr ""
|
||||
|
||||
msgid "Support interface fan speed"
|
||||
msgstr "Velocidade do ventilador para interface de suporte"
|
||||
|
||||
@@ -13668,73 +13698,6 @@ msgstr "Sondagem exclui área de aglomeração"
|
||||
msgid "Probing exclude area of clumping."
|
||||
msgstr "Sondagem exclui área de aglomeração."
|
||||
|
||||
msgid "Lateral lattice angle 1"
|
||||
msgstr "Ângulo 1 de treliça lateral"
|
||||
|
||||
msgid "The angle of the first set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "O ângulo do primeiro conjunto de elementos de treliça lateral na direção Z. Zero é vertical."
|
||||
|
||||
msgid "Lateral lattice angle 2"
|
||||
msgstr "Ângulo 2 de treliça lateral"
|
||||
|
||||
msgid "The angle of the second set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "O ângulo do segundo conjunto de elementos de treliça lateral na direção Z. Zero é vertical."
|
||||
|
||||
msgid "Infill overhang angle"
|
||||
msgstr "Ângulo de saliência do preenchimento"
|
||||
|
||||
msgid "The angle of the infill angled lines. 60° will result in a pure honeycomb."
|
||||
msgstr "O ângulo das linhas de preenchimento. 60° resultará em um favo de mel puro."
|
||||
|
||||
msgid "Lightning overhang angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum overhang angle for Lightning infill support propagation."
|
||||
msgstr ""
|
||||
|
||||
msgid "Prune angle"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Controls how aggressively short or unsupported Lightning branches are pruned.\n"
|
||||
"This angle is converted internally to a per-layer distance."
|
||||
msgstr ""
|
||||
|
||||
msgid "Straightening angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum straightening angle used to simplify Lightning branches."
|
||||
msgstr ""
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr "Comprimento da âncora de preenchimento esparso"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than infill_anchor_max is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to this parameter, but no longer than anchor_length_max.\n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a single infill line."
|
||||
msgstr ""
|
||||
"Conecte uma linha de preenchimento a um perímetro interno com um segmento curto de um perímetro adicional. Se expresso como porcentagem (exemplo: 15%), é calculado sobre a largura de extrusão do preenchimento. O OrcaSlicer tenta conectar duas linhas de preenchimento próximas a um segmento curto de perímetro. Se nenhum segmento de perímetro mais curto que infill_anchor_max for encontrado, a linha de preenchimento é conectada a um segmento de perímetro em apenas um lado e o comprimento do segmento de perímetro tomado é limitado a este parâmetro, mas não mais do que anchor_length_max.\n"
|
||||
"Defina este parâmetro como zero para desabilitar os perímetros de ancoragem conectados a uma única linha de preenchimento."
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr "0 (sem ancoras abertas)"
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr "1000 (ilimitado)"
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr "Comprimento máximo da âncora de preenchimento"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than this parameter is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to infill_anchor, but no longer than this parameter.\n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should create the same result as with 1000 & 0."
|
||||
msgstr ""
|
||||
"Conecte uma linha de preenchimento a um perímetro interno com um segmento curto de um perímetro adicional. Se expresso como porcentagem (exemplo: 15%), é calculado sobre a largura de extrusão do preenchimento. O OrcaSlicer tenta conectar duas linhas de preenchimento próximas a um segmento curto de perímetro. Se nenhum segmento de perímetro mais curto que este parâmetro for encontrado, a linha de preenchimento é conectada a um segmento de perímetro em apenas um lado e o comprimento do segmento de perímetro tomado é limitado a infill_anchor, mas não mais do que este parâmetro.\n"
|
||||
"Se definido como 0, o antigo algoritmo de conexão de preenchimento será usado, ele deve criar o mesmo resultado que com 1000 e 0."
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr "0 (Conexão simples)"
|
||||
|
||||
msgid ""
|
||||
"Filament to print internal sparse infill.\n"
|
||||
"\"Default\" uses the active object/part filament."
|
||||
@@ -14632,18 +14595,6 @@ msgstr "Acionamento Direto"
|
||||
msgid "Bowden"
|
||||
msgstr "Tubo"
|
||||
|
||||
msgid "Enable filament dynamic map"
|
||||
msgstr "Habilitar mapa dinâmico de filamento"
|
||||
|
||||
msgid "Enable dynamic filament mapping during print."
|
||||
msgstr "Habilitar mapeamento dinâmico de filamentos durante a impressão."
|
||||
|
||||
msgid "Has filament switcher"
|
||||
msgstr "Tem trocador de filamentos"
|
||||
|
||||
msgid "Printer has a filament switcher hardware (e.g., AMS)."
|
||||
msgstr "A impressora tem um sistema de troca de filamentos (Ex.: AMS)."
|
||||
|
||||
msgid "Extra length on restart"
|
||||
msgstr "Comprimento extra na retração"
|
||||
|
||||
@@ -15073,9 +15024,6 @@ msgstr "Frestas menores que 2x o vão de fatiamento serão preenchidas durante o
|
||||
msgid "Slicing Mode"
|
||||
msgstr "Modo de Fatiamento"
|
||||
|
||||
msgid "Other"
|
||||
msgstr "Outro"
|
||||
|
||||
msgid "Use \"Even-odd\" for 3DLabPrint airplane models. Use \"Close holes\" to close all holes in the model."
|
||||
msgstr "Use \"Par-impar\" para modelos de avião 3DLabPrint. Use \"Fechar buracos\" para fechar todos os buracos no modelo."
|
||||
|
||||
@@ -15442,6 +15390,9 @@ msgstr ""
|
||||
"\n"
|
||||
"Esta opção depende do firmware que suporta os comandos M191 e M141 por meio de macros ou nativamente e geralmente é usada quando um aquecedor de câmara ativo está instalado."
|
||||
|
||||
msgid "Chamber temperature"
|
||||
msgstr "Temperatura da câmara"
|
||||
|
||||
msgid ""
|
||||
"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber temperature can help suppress or reduce warping and potentially lead to higher interlayer bonding strength. However, at the same time, a higher chamber temperature will reduce the efficiency of air filtration for ABS and ASA.\n"
|
||||
"\n"
|
||||
@@ -15455,17 +15406,6 @@ msgstr ""
|
||||
"\n"
|
||||
"Se habilitado, este parâmetro também define uma variável G-code chamada chamber_temperature, que pode ser usada para passar a temperatura desejada da câmara para sua macro de início de impressão ou uma macro de absorção de calor como esta: PRINT_START (outras variáveis) CHAMBER_TEMP=[chamber_temperature]. Isso pode ser útil se sua impressora não suportar comandos M141/M191 ou se você desejar lidar com a absorção de calor na macro de início de impressão se nenhum aquecedor de câmara ativo estiver instalado."
|
||||
|
||||
msgid ""
|
||||
"This is the chamber temperature at which printing should start, while the chamber continues heating toward the \"Target\" chamber temperature. For example, set the Target to 60 and the Minimal to 50 to begin printing once the chamber reaches 50°C, without waiting for the full 60°C.\n"
|
||||
"\n"
|
||||
"It sets a G-code variable named chamber_minimal_temperature, which can be passed to your print start macro or a heat soak macro, like this: PRINT_START (other variables) CHAMBER_MIN_TEMP=[chamber_minimal_temperature].\n"
|
||||
"\n"
|
||||
"Unlike the \"Target\" chamber temperature, this option does not emit any M141/M191 commands; it only exposes the value to your custom G-code. It should not exceed the \"Target\" chamber temperature."
|
||||
msgstr ""
|
||||
|
||||
msgid "Chamber minimal temperature"
|
||||
msgstr ""
|
||||
|
||||
msgid "Nozzle temperature after the first layer"
|
||||
msgstr "Temperatura do bico depois da primeira camada"
|
||||
|
||||
@@ -15508,6 +15448,22 @@ msgstr "Espessura da casca do topo"
|
||||
msgid "The number of top solid layers is increased when slicing if the thickness calculated by top shell layers is thinner than this value. This can avoid having too thin a shell when layer height is small. 0 means that this setting is disabled and thickness of top shell is determined simply by the number of top shell layers."
|
||||
msgstr "O número de camadas sólidas superiores é aumentado ao fatiar se a espessura calculada pelas camadas da casca do topo for menor do que este valor. Isso pode evitar que a casca seja muito fina quando a altura da camada é pequena. 0 significa que esta configuração está desativada e a espessura da casca do topo é determinada exclusivamente pelas camadas da casca do topo."
|
||||
|
||||
msgid "Top surface density"
|
||||
msgstr "Densidade da superfície superior"
|
||||
|
||||
msgid "Density of top surface layer. A value of 100% creates a fully solid, smooth top layer. Reducing this value results in a textured top surface, according to the chosen top surface pattern. A value of 0% will result in only the walls on the top layer being created. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion."
|
||||
msgstr "Densidade da camada superior. Um valor de 100% cria uma camada superior totalmente sólida e lisa. Reduzir esse valor resulta em uma superfície superior texturizada, de acordo com o padrão de superfície superior escolhido. Um valor de 0% resultará na criação apenas das paredes da camada superior. Destinado a fins estéticos ou funcionais, não para corrigir problemas como extrusão excessiva."
|
||||
|
||||
msgid "Bottom surface density"
|
||||
msgstr "Densidade da superfície inferior"
|
||||
|
||||
msgid ""
|
||||
"Density of the bottom surface layer. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion.\n"
|
||||
"WARNING: Lowering this value may negatively affect bed adhesion."
|
||||
msgstr ""
|
||||
"Densidade da camada inferior. Destina-se a fins estéticos ou funcionais, não para corrigir problemas como extrusão excessiva.\n"
|
||||
"AVISO: Reduzir este valor pode afetar negativamente a aderência à mesa."
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "This is the speed at which traveling is done."
|
||||
msgstr "Velocidade de deslocamento mais rápida e sem extrusão."
|
||||
@@ -18147,132 +18103,6 @@ msgstr "Login/Teste"
|
||||
msgid "Connection to printers connected via the print host failed."
|
||||
msgstr "A conexão às impressoras conectadas através do host de impressão falhou."
|
||||
|
||||
msgid "Detect Creality K-series printer"
|
||||
msgstr ""
|
||||
|
||||
msgid "Click Scan to look for K-series printers on your network."
|
||||
msgstr ""
|
||||
|
||||
msgid "Use Selected"
|
||||
msgstr ""
|
||||
|
||||
msgid "Scanning the LAN for K-series printers... this takes a few seconds."
|
||||
msgstr ""
|
||||
|
||||
msgid "No K-series printers found. Make sure the printer is on the same network and not blocked by Wi-Fi client isolation, then click Scan again."
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "Found %zu Creality printer(s). Select one and click Use Selected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
msgid "Processes"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show/Hide system information"
|
||||
msgstr ""
|
||||
|
||||
msgid "Copy system information to clipboard"
|
||||
msgstr ""
|
||||
|
||||
msgid "We need information for diagnosing source of the issue. Check wiki page for detailed guide."
|
||||
msgstr ""
|
||||
|
||||
msgid "Pack button collects project file and logs of current session onto a zip file."
|
||||
msgstr ""
|
||||
|
||||
msgid "Any additional visual examples like images or screen recordings might be helpful while reporting the issue."
|
||||
msgstr ""
|
||||
|
||||
msgid "Report issue"
|
||||
msgstr ""
|
||||
|
||||
msgid "Pack"
|
||||
msgstr ""
|
||||
|
||||
msgid "Cleans and rebuilds system profiles cache on next launch"
|
||||
msgstr ""
|
||||
|
||||
msgid "Clean system profiles cache"
|
||||
msgstr ""
|
||||
|
||||
msgid "Clean"
|
||||
msgstr ""
|
||||
|
||||
msgid "Loaded profiles overview"
|
||||
msgstr ""
|
||||
|
||||
msgid "This section shows information for loaded profiles"
|
||||
msgstr ""
|
||||
|
||||
msgid "Exports detailed overview of loaded profiles in json format"
|
||||
msgstr ""
|
||||
|
||||
msgid "Configurations folder"
|
||||
msgstr ""
|
||||
|
||||
msgid "Opens configurations folder"
|
||||
msgstr ""
|
||||
|
||||
msgid "Log level"
|
||||
msgstr ""
|
||||
|
||||
msgid "Stored logs"
|
||||
msgstr ""
|
||||
|
||||
msgid "Packs all stored logs onto a zip file."
|
||||
msgstr ""
|
||||
|
||||
msgid "Profiles"
|
||||
msgstr ""
|
||||
|
||||
msgid "Select NO to close dialog and review project"
|
||||
msgstr ""
|
||||
|
||||
msgid "No project file on current session. Only logs will be included to package"
|
||||
msgstr ""
|
||||
|
||||
msgid "Select NO to close dialog and review project."
|
||||
msgstr ""
|
||||
|
||||
msgid "Please make sure any instances of OrcaSlicer are not running"
|
||||
msgstr ""
|
||||
|
||||
msgid "System folder cannot be deleted because some files are in use by another application. Please close any applications using these files and try again."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to delete system folder..."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to determine executable path."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to launch a new instance."
|
||||
msgstr ""
|
||||
|
||||
msgid "log(s)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Choose where to save the exported JSON file"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Export failed\n"
|
||||
"Please check write permissions or file in use by another application"
|
||||
msgstr ""
|
||||
|
||||
msgid "Choose where to save the exported ZIP file"
|
||||
msgstr ""
|
||||
|
||||
msgid "File already exists. Overwrite?"
|
||||
msgstr ""
|
||||
|
||||
msgid "3DPrinterOS Cloud upload options"
|
||||
msgstr ""
|
||||
|
||||
@@ -18355,19 +18185,6 @@ msgstr "A conexão com o MKS funciona corretamente."
|
||||
msgid "Could not connect to MKS"
|
||||
msgstr "Não foi possível conectar ao MKS"
|
||||
|
||||
msgid "Connection to Moonraker is working correctly."
|
||||
msgstr ""
|
||||
|
||||
msgid "Could not connect to Moonraker"
|
||||
msgstr ""
|
||||
|
||||
msgid "The host responded but it doesn't look like Moonraker (missing result.klippy_state)."
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Could not parse Moonraker server response: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "Connection to OctoPrint is working correctly."
|
||||
msgstr "A conexão com o OctoPrint funciona corretamente."
|
||||
|
||||
@@ -19515,36 +19332,6 @@ msgstr ""
|
||||
"Evitar empenamento\n"
|
||||
"Você sabia que ao imprimir materiais propensos ao empenamento como ABS, aumentar adequadamente a temperatura da mesa aquecida pode reduzir a probabilidade de empenamento?"
|
||||
|
||||
#~ msgid "Filament Sync Options"
|
||||
#~ msgstr "Opções de Sincronização de Filamento"
|
||||
|
||||
#~ msgid "Network plug-in"
|
||||
#~ msgstr "Plug-in de rede"
|
||||
|
||||
#~ msgid "View control settings"
|
||||
#~ msgstr "Configurações de controle de vista"
|
||||
|
||||
#~ msgid "Rotate view"
|
||||
#~ msgstr "Rotacionar vista"
|
||||
|
||||
#~ msgid "Pan view"
|
||||
#~ msgstr "Mover vista"
|
||||
|
||||
#~ msgid "Zoom view"
|
||||
#~ msgstr "Aproximar vista"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
#~ msgid "Reverse scroll direction while zooming"
|
||||
#~ msgstr "O botão de roda do mouse inverte ao fazer zoom"
|
||||
|
||||
#, c-format, boost-format
|
||||
#~ msgid "Left: %s"
|
||||
#~ msgstr "Esquerda: %s"
|
||||
|
||||
#, c-format, boost-format
|
||||
#~ msgid "Right: %s"
|
||||
#~ msgstr "Direita: %s"
|
||||
|
||||
#~ msgid "Enable network plug-in"
|
||||
#~ msgstr "Ativar plug-in de rede"
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: OrcaSlicer V2.5.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2026-07-03 14:43+0200\n"
|
||||
"POT-Creation-Date: 2026-06-26 10:26+0800\n"
|
||||
"PO-Revision-Date: 2026-02-25 13:38+0300\n"
|
||||
"Last-Translator: Felix14_v2\n"
|
||||
"Language-Team: Felix14_v2 (ДС/ТГ: @felix14_v2, почта: aleks111001@list.ru), Andylg <andylg@yandex.ru>\n"
|
||||
@@ -1753,12 +1753,7 @@ msgid ""
|
||||
"To migrate your existing profiles, log in to Orca Cloud and they will be transferred automatically. To learn more about how OrcaSlicer stores and syncs your profiles, or to migrate your presets manually, check out our wiki.\n"
|
||||
"\n"
|
||||
"If you did not use Bambu Cloud to sync profiles, this change does not affect you and you can safely ignore this message."
|
||||
msgstr ""
|
||||
"Начиная с версии 2.4.0, OrcaSlicer синхронизирует пользовательские профили через Orca Cloud вместо Bambu Cloud.\n"
|
||||
"\n"
|
||||
"Чтобы перенести существующие профили, войдите в Orca Cloud, и они будут перенесены автоматически. Чтобы узнать больше о том, как OrcaSlicer хранит и синхронизирует ваши профили, или перенести профили вручную, посетите нашу вики.\n"
|
||||
"\n"
|
||||
"Если вы не использовали Bambu Cloud для синхронизации профилей, это изменение вас не затрагивает, и вы можете спокойно проигнорировать это сообщение."
|
||||
msgstr "Начиная с версии 2.4.0, OrcaSlicer синхронизирует пользовательские профили через Orca Cloud вместо Bambu Cloud.\n\nЧтобы перенести существующие профили, войдите в Orca Cloud, и они будут перенесены автоматически. Чтобы узнать больше о том, как OrcaSlicer хранит и синхронизирует ваши профили, или перенести профили вручную, посетите нашу вики.\n\nЕсли вы не использовали Bambu Cloud для синхронизации профилей, это изменение вас не затрагивает, и вы можете спокойно проигнорировать это сообщение."
|
||||
|
||||
msgid "Profile syncing change"
|
||||
msgstr ""
|
||||
@@ -4105,10 +4100,6 @@ msgstr ""
|
||||
msgid "Current chamber temperature is higher than the material's safe temperature; this may result in material softening and nozzle clogs. The maximum safe temperature for the material is %d"
|
||||
msgstr "Текущая температура внутри термокамеры превышает безопасную температуру для этого материала, что может привести к размягчению материала или засорению экструдера. Безопасная температура текущего материала составляет %d"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "The minimal chamber temperature (%d℃) is higher than the target chamber temperature (%d℃). The minimal value is the threshold at which printing starts while the chamber keeps heating toward the target, so it should not exceed it. It will be clamped to the target."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Layer height too small\n"
|
||||
"It has been reset to 0.2"
|
||||
@@ -5365,34 +5356,22 @@ msgstr "%d"
|
||||
# Подставляется номер материала (по порядку), предыдущая
|
||||
#, c-format, boost-format
|
||||
msgid "Filament %s is placed in the %s, but the generated G-code path exceeds the printable range of the %s."
|
||||
msgstr ""
|
||||
"Материал %s назначен на %s экструдер, но итоговый G-код выходит за его предел высоты печати.\n"
|
||||
"\n"
|
||||
"%s экструдер:"
|
||||
msgstr "Материал %s назначен на %s экструдер, но итоговый G-код выходит за его предел высоты печати.\n\n%s экструдер:"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Filaments %s are placed in the %s, but the generated G-code path exceeds the printable range of the %s."
|
||||
msgstr ""
|
||||
"Материалы %s назначены на %s экструдер, но итоговый G-код выходит за его предел высоты печати.\n"
|
||||
"\n"
|
||||
"%s экструдер:"
|
||||
msgstr "Материалы %s назначены на %s экструдер, но итоговый G-код выходит за его предел высоты печати.\n\n%s экструдер:"
|
||||
|
||||
# Возможно, какая-то специфичная проверка для тулченджеров, на профиле H2D при
|
||||
# превышении высоты через подъём при откате оно не выводится. Последнее
|
||||
# предложение – костыль для обхода кривизны системы локализации.
|
||||
#, c-format, boost-format
|
||||
msgid "Filament %s is placed in the %s, but the generated G-code path exceeds the printable height of the %s."
|
||||
msgstr ""
|
||||
"Материал %s назначен на %s экструдер, но итоговый G-код выходит за его предел высоты печати.\n"
|
||||
"\n"
|
||||
"%s экструдер:"
|
||||
msgstr "Материал %s назначен на %s экструдер, но итоговый G-код выходит за его предел высоты печати.\n\n%s экструдер:"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Filaments %s are placed in the %s, but the generated G-code path exceeds the printable height of the %s."
|
||||
msgstr ""
|
||||
"Материалы %s назначены на %s экструдер, но итоговый G-код выходит за его предел высоты печати.\n"
|
||||
"\n"
|
||||
"%s экструдер:"
|
||||
msgstr "Материалы %s назначены на %s экструдер, но итоговый G-код выходит за его предел высоты печати.\n\n%s экструдер:"
|
||||
|
||||
msgid "Open wiki for more information."
|
||||
msgstr "Подробнее на Вики."
|
||||
@@ -7965,48 +7944,6 @@ msgstr "Укажите расположение загружаемых файл
|
||||
msgid "Choose Download Directory"
|
||||
msgstr "Выбор папки загрузки"
|
||||
|
||||
msgid "(Latest)"
|
||||
msgstr "(новейшая)"
|
||||
|
||||
msgid "Network plug-in switched successfully."
|
||||
msgstr "Сетевой плагин успешно переключён."
|
||||
|
||||
msgid "Success"
|
||||
msgstr "Успех"
|
||||
|
||||
msgid "Failed to load network plug-in. Please restart the application."
|
||||
msgstr "Для загрузки сетевого плагина требуется перезапуск приложения."
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"You've selected network plug-in version %s.\n"
|
||||
"\n"
|
||||
"Would you like to download and install this version now?\n"
|
||||
"\n"
|
||||
"Note: The application may need to restart after installation."
|
||||
msgstr ""
|
||||
"Выбрана следующая версия плагина: %s.\n"
|
||||
"\n"
|
||||
"Загрузить и установить её? Возможно, потребуется перезагрузка приложения."
|
||||
|
||||
msgid "Download Network Plug-in"
|
||||
msgstr "Загрузить сетевой плагин"
|
||||
|
||||
msgid "Reload the network plug-in without restarting the application"
|
||||
msgstr "Перезагрузить плагин без перезапуска приложения."
|
||||
|
||||
msgid "Network plug-in reloaded successfully."
|
||||
msgstr "Плагин успешно перезагружен."
|
||||
|
||||
msgid "Reload"
|
||||
msgstr "Перезагрузить"
|
||||
|
||||
msgid "Failed to reload network plug-in. Please restart the application."
|
||||
msgstr "Не удалось перезагрузить сетевой плагин. Требуется перезапуск приложения."
|
||||
|
||||
msgid "Reload Failed"
|
||||
msgstr "Перезапуск не удался"
|
||||
|
||||
msgid "Associate"
|
||||
msgstr "Ассоциация"
|
||||
|
||||
@@ -8061,6 +7998,12 @@ msgstr "Показывать заставку при запуске"
|
||||
msgid "Show the splash screen during startup."
|
||||
msgstr "Показывать окно приветствия при запуске программы."
|
||||
|
||||
msgid "Show shared profiles notification"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show a notification with a link to browse shared profiles when the selected printer is changed."
|
||||
msgstr ""
|
||||
|
||||
msgid "Use window buttons on left side"
|
||||
msgstr ""
|
||||
|
||||
@@ -8091,12 +8034,6 @@ msgstr "При загрузке файла 3MF открывать ..."
|
||||
msgid "Should printer/filament/process settings be loaded when opening a 3MF file?"
|
||||
msgstr "Следует ли при открытии 3MF проекта загружать настройки принтера, печати и материала?"
|
||||
|
||||
msgid "Auto backup"
|
||||
msgstr "Сохранение резервной копии"
|
||||
|
||||
msgid "Backup your project periodically to help with restoring from an occasional crash."
|
||||
msgstr "Периодическое создание резервной копии проекта для восстановления в случае непредвиденного сбоя программы."
|
||||
|
||||
msgid "Maximum recent files"
|
||||
msgstr "Ограничение последних файлов"
|
||||
|
||||
@@ -8117,20 +8054,11 @@ msgstr "Показывать настройки импорта STEP"
|
||||
msgid "If enabled, a parameter settings dialog will appear during STEP file import."
|
||||
msgstr "Если включено, во время импорта STEP файла появится диалоговое окно настроек параметров импорта."
|
||||
|
||||
msgid "Quality level for Draco export"
|
||||
msgstr "Качество при экспорте в DRC"
|
||||
msgid "Auto backup"
|
||||
msgstr "Сохранение резервной копии"
|
||||
|
||||
msgid "bits"
|
||||
msgstr "бит"
|
||||
|
||||
msgid ""
|
||||
"Controls the quantization bit depth used when compressing the mesh to Draco format.\n"
|
||||
"0 = lossless compression (geometry is preserved at full precision). Valid lossy values range from 8 to 30.\n"
|
||||
"Lower values produce smaller files but lose more geometric detail; higher values preserve more detail at the cost of larger files."
|
||||
msgstr ""
|
||||
"Настройка глубины квантования при сжатии полигональной сетки в формат Draco.\n"
|
||||
"Чем меньше глубина, тем ниже качество и размер файла. Допустимый диапазон – от 8 до 30.\n"
|
||||
"0 – сжатие без потерь (представление с максимальной точностью)."
|
||||
msgid "Backup your project periodically to help with restoring from an occasional crash."
|
||||
msgstr "Периодическое создание резервной копии проекта для восстановления в случае непредвиденного сбоя программы."
|
||||
|
||||
msgid "Preset"
|
||||
msgstr "Профиль"
|
||||
@@ -8162,12 +8090,6 @@ msgstr "материалов"
|
||||
msgid "Optimizes filament area maximum height by chosen filament count."
|
||||
msgstr "Ограничить высоту секции с материалами проекта. При превышении лимита будет отображаться полоса прокрутки."
|
||||
|
||||
msgid "Show shared profiles notification"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show a notification with a link to browse shared profiles when the selected printer is changed."
|
||||
msgstr ""
|
||||
|
||||
msgid "Features"
|
||||
msgstr "Возможности"
|
||||
|
||||
@@ -8181,6 +8103,21 @@ msgstr "Если включено, вы сможете управлять нес
|
||||
msgid "Pop up to select filament grouping mode"
|
||||
msgstr "Всплывающее окно для выбора режима группировки филаментов"
|
||||
|
||||
msgid "Quality level for Draco export"
|
||||
msgstr "Качество при экспорте в DRC"
|
||||
|
||||
msgid "bits"
|
||||
msgstr "бит"
|
||||
|
||||
msgid ""
|
||||
"Controls the quantization bit depth used when compressing the mesh to Draco format.\n"
|
||||
"0 = lossless compression (geometry is preserved at full precision). Valid lossy values range from 8 to 30.\n"
|
||||
"Lower values produce smaller files but lose more geometric detail; higher values preserve more detail at the cost of larger files."
|
||||
msgstr ""
|
||||
"Настройка глубины квантования при сжатии полигональной сетки в формат Draco.\n"
|
||||
"Чем меньше глубина, тем ниже качество и размер файла. Допустимый диапазон – от 8 до 30.\n"
|
||||
"0 – сжатие без потерь (представление с максимальной точностью)."
|
||||
|
||||
msgid "Behaviour"
|
||||
msgstr "Автоматизация"
|
||||
|
||||
@@ -8415,6 +8352,18 @@ msgstr "Уведомлять только о стабильных версиях
|
||||
msgid "Auto sync user presets (Printer/Filament/Process)"
|
||||
msgstr "Синхронизация пользовательских профилей (принтера/материала/настроек)"
|
||||
|
||||
msgid "Update built-in presets automatically."
|
||||
msgstr "Автоматически обновлять системные профили"
|
||||
|
||||
msgid "Use encrypted file for token storage"
|
||||
msgstr "Хранить токены в зашифрованном файле"
|
||||
|
||||
msgid "Store authentication tokens in an encrypted file instead of the system keychain. (Requires restart)"
|
||||
msgstr "Сохранять токены аутентификации в зашифрованном файле вместо использования системной связки ключей (требуется перезапуск)."
|
||||
|
||||
msgid "Filament Sync Options"
|
||||
msgstr "Настройки синхронизации"
|
||||
|
||||
msgid "Filament sync mode"
|
||||
msgstr "Режим синхронизации"
|
||||
|
||||
@@ -8427,15 +8376,6 @@ msgstr "Цвет и материал"
|
||||
msgid "Color only"
|
||||
msgstr "Цвет"
|
||||
|
||||
msgid "Update built-in presets automatically."
|
||||
msgstr "Автоматически обновлять системные профили"
|
||||
|
||||
msgid "Use encrypted file for token storage"
|
||||
msgstr "Хранить токены в зашифрованном файле"
|
||||
|
||||
msgid "Store authentication tokens in an encrypted file instead of the system keychain. (Requires restart)"
|
||||
msgstr "Сохранять токены аутентификации в зашифрованном файле вместо использования системной связки ключей (требуется перезапуск)."
|
||||
|
||||
msgid "Bambu network plug-in"
|
||||
msgstr ""
|
||||
|
||||
@@ -8448,6 +8388,33 @@ msgstr "Версия сетевого плагина"
|
||||
msgid "Select the network plug-in version to use"
|
||||
msgstr "Выберите версию сетевого плагина для загрузки"
|
||||
|
||||
msgid "(Latest)"
|
||||
msgstr "(новейшая)"
|
||||
|
||||
msgid "Network plug-in switched successfully."
|
||||
msgstr "Сетевой плагин успешно переключён."
|
||||
|
||||
msgid "Success"
|
||||
msgstr "Успех"
|
||||
|
||||
msgid "Failed to load network plug-in. Please restart the application."
|
||||
msgstr "Для загрузки сетевого плагина требуется перезапуск приложения."
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"You've selected network plug-in version %s.\n"
|
||||
"\n"
|
||||
"Would you like to download and install this version now?\n"
|
||||
"\n"
|
||||
"Note: The application may need to restart after installation."
|
||||
msgstr ""
|
||||
"Выбрана следующая версия плагина: %s.\n"
|
||||
"\n"
|
||||
"Загрузить и установить её? Возможно, потребуется перезагрузка приложения."
|
||||
|
||||
msgid "Download Network Plug-in"
|
||||
msgstr "Загрузить сетевой плагин"
|
||||
|
||||
msgid "Associate files to OrcaSlicer"
|
||||
msgstr "Открытие файлов по умолчанию"
|
||||
|
||||
@@ -8490,16 +8457,7 @@ msgstr "Разработка"
|
||||
msgid "Skip AMS blacklist check"
|
||||
msgstr "Пропуск проверки материалов в AMS из файла чёрного списка"
|
||||
|
||||
msgid "Show unsupported presets"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show incompatible/unsupported presets in the printer and filament dropdown lists. These presets cannot be selected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Experimental Features"
|
||||
msgstr ""
|
||||
|
||||
msgid "Keep painted feature after mesh change"
|
||||
msgid "(Experimental) Keep painted feature after mesh change"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
@@ -8507,6 +8465,12 @@ msgid ""
|
||||
"Highly experimental! Slow and may create artifact."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show unsupported presets"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show incompatible/unsupported presets in the printer and filament dropdown lists. These presets cannot be selected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Allow Abnormal Storage"
|
||||
msgstr "Игнорировать неисправность хранилища"
|
||||
|
||||
@@ -8535,6 +8499,24 @@ msgstr "отладка"
|
||||
msgid "trace"
|
||||
msgstr "трассировка"
|
||||
|
||||
msgid "Network plug-in"
|
||||
msgstr "Сетевой плагин"
|
||||
|
||||
msgid "Reload"
|
||||
msgstr "Перезагрузить"
|
||||
|
||||
msgid "Reload the network plug-in without restarting the application"
|
||||
msgstr "Перезагрузить плагин без перезапуска приложения."
|
||||
|
||||
msgid "Network plug-in reloaded successfully."
|
||||
msgstr "Плагин успешно перезагружен."
|
||||
|
||||
msgid "Failed to reload network plug-in. Please restart the application."
|
||||
msgstr "Не удалось перезагрузить сетевой плагин. Требуется перезапуск приложения."
|
||||
|
||||
msgid "Reload Failed"
|
||||
msgstr "Перезапуск не удался"
|
||||
|
||||
msgid "Debug"
|
||||
msgstr "Отладка"
|
||||
|
||||
@@ -8550,6 +8532,24 @@ msgstr "Синхронизация профилей"
|
||||
msgid "Preferences sync"
|
||||
msgstr "Синхронизация настроек"
|
||||
|
||||
msgid "View control settings"
|
||||
msgstr "Просмотр настроек управления"
|
||||
|
||||
msgid "Rotate view"
|
||||
msgstr "Вращение камеры"
|
||||
|
||||
msgid "Pan view"
|
||||
msgstr "Перемещение камеры"
|
||||
|
||||
msgid "Zoom view"
|
||||
msgstr "Масштабирование вида"
|
||||
|
||||
msgid "Other"
|
||||
msgstr "Прочее"
|
||||
|
||||
msgid "Reverse scroll direction while zooming"
|
||||
msgstr "Инвертировать масштабирование с помощью колеса мыши"
|
||||
|
||||
msgid "Enable SSL(MQTT)"
|
||||
msgstr "Включить SSL(MQTT)"
|
||||
|
||||
@@ -9257,12 +9257,6 @@ msgstr "Удалить этот профиль"
|
||||
msgid "Search in preset"
|
||||
msgstr "Поиск в профиле"
|
||||
|
||||
msgid "Synchronization of different extruder drives or nozzle volume types is not supported."
|
||||
msgstr ""
|
||||
|
||||
msgid "Synchronize the modification of parameters to the corresponding parameters of another extruder."
|
||||
msgstr ""
|
||||
|
||||
msgid "Click to reset all settings to the last saved preset."
|
||||
msgstr "Сбросить все изменения"
|
||||
|
||||
@@ -9563,18 +9557,6 @@ msgstr "Поток и коррекция давления (PA)"
|
||||
msgid "Print chamber temperature"
|
||||
msgstr "Температура в термокамере при печати"
|
||||
|
||||
msgid "Chamber temperature"
|
||||
msgstr "Температура термокамеры"
|
||||
|
||||
msgid "Target chamber temperature, and the minimal chamber temperature at which printing should start"
|
||||
msgstr ""
|
||||
|
||||
msgid "Target"
|
||||
msgstr ""
|
||||
|
||||
msgid "Minimal"
|
||||
msgstr ""
|
||||
|
||||
msgid "Print temperature"
|
||||
msgstr "Температура печати"
|
||||
|
||||
@@ -9921,22 +9903,12 @@ msgid "Don't warn again for this preset"
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "%s: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "No modifications need to be copied."
|
||||
msgstr ""
|
||||
|
||||
msgid "Copy paramters"
|
||||
msgstr ""
|
||||
msgid "Left: %s"
|
||||
msgstr "Левый: %s"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Modify paramters of %s"
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Do you want to modify the following parameters of the %s to that of the %s?"
|
||||
msgstr ""
|
||||
msgid "Right: %s"
|
||||
msgstr "Правый: %s"
|
||||
|
||||
msgid "Click to reset current value and attach to the global value."
|
||||
msgstr "Сбросить значение до сохранённого"
|
||||
@@ -9953,7 +9925,7 @@ msgstr "несохранённые изменения"
|
||||
msgid "Transfer or discard changes"
|
||||
msgstr "Выбор действия при изменённых параметрах профиля"
|
||||
|
||||
msgid "Old Value"
|
||||
msgid "Old value"
|
||||
msgstr "Старое значение"
|
||||
|
||||
msgid "New Value"
|
||||
@@ -10074,12 +10046,6 @@ msgstr "Количество экструдеров"
|
||||
msgid "Capabilities"
|
||||
msgstr "Характеристики принтера"
|
||||
|
||||
msgid "Left: "
|
||||
msgstr ""
|
||||
|
||||
msgid "Right: "
|
||||
msgstr ""
|
||||
|
||||
msgid "Show all presets (including incompatible)"
|
||||
msgstr "Показать все профили (включая несовместимые)"
|
||||
|
||||
@@ -12185,23 +12151,6 @@ msgstr "По умолчанию"
|
||||
msgid "This is the default acceleration for both normal printing and travel after the first layer."
|
||||
msgstr "Ускорение по умолчанию для обычной печати и перемещений (кроме первого слоя)."
|
||||
|
||||
msgid "Acceleration of travel moves."
|
||||
msgstr "Ускорение холостого перемещения."
|
||||
|
||||
msgid "First layer travel"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Travel acceleration of first layer.\n"
|
||||
"The percentage value is relative to Travel Acceleration."
|
||||
msgstr ""
|
||||
|
||||
msgid "mm/s² or %"
|
||||
msgstr "мм/с² или %"
|
||||
|
||||
msgid "Acceleration of bridges. If the value is expressed as a percentage (e.g. 50%), it will be calculated based on the outer wall acceleration."
|
||||
msgstr "Ускорение на мостах. Можно указать процент от ускорения внешних периметров."
|
||||
|
||||
msgid "Default filament profile"
|
||||
msgstr "Профиль материала по умолчанию"
|
||||
|
||||
@@ -12429,14 +12378,6 @@ msgstr "Спираль Архимеда"
|
||||
msgid "Octagram Spiral"
|
||||
msgstr "Спиральная октаграмма"
|
||||
|
||||
# ??? Плотность верхней оболочки
|
||||
msgid "Top surface density"
|
||||
msgstr "Плотность верхней поверхности"
|
||||
|
||||
# ??? Плотность верхней поверхности. При 100% создаётся сплошной верхний слой.
|
||||
msgid "Density of top surface layer. A value of 100% creates a fully solid, smooth top layer. Reducing this value results in a textured top surface, according to the chosen top surface pattern. A value of 0% will result in only the walls on the top layer being created. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion."
|
||||
msgstr "Плотность верхней поверхности. Если установить 100%, поверхность будет сплошной и гладкой. Уменьшение этого параметра создаст текстурированную поверхность в соответствии с выбранным шаблоном заполнения верхней поверхности. При значении 0% останутся только стенки верхнего слоя. Эта функция предназначена для улучшения внешнего вида или функциональности объекта, но не для решения проблем, таких как чрезмерная экструзия."
|
||||
|
||||
msgid "Bottom surface pattern"
|
||||
msgstr "Шаблон заполнения нижней поверхности"
|
||||
|
||||
@@ -12458,16 +12399,6 @@ msgstr ""
|
||||
" не создаёт горизонтального шва.\n"
|
||||
"🞄 Спиральная октаграмма: декоративный шаблон."
|
||||
|
||||
msgid "Bottom surface density"
|
||||
msgstr "Плотность нижней поверхности"
|
||||
|
||||
msgid ""
|
||||
"Density of the bottom surface layer. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion.\n"
|
||||
"WARNING: Lowering this value may negatively affect bed adhesion."
|
||||
msgstr ""
|
||||
"Плотность нижней поверхности. Эта функция предназначена для улучшения внешнего вида или функциональности объекта, а не для решения проблем, таких как чрезмерная экструзия.\n"
|
||||
"Внимание: уменьшение этого значения может негативно повлиять на адгезию к печатной платформе."
|
||||
|
||||
msgid "Internal solid infill pattern"
|
||||
msgstr "Шаблон сплошного заполнения"
|
||||
|
||||
@@ -12806,6 +12737,18 @@ msgstr "Авто для промывки"
|
||||
msgid "Auto For Match"
|
||||
msgstr "Авто для сопоставления"
|
||||
|
||||
msgid "Enable filament dynamic map"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable dynamic filament mapping during print."
|
||||
msgstr ""
|
||||
|
||||
msgid "Has filament switcher"
|
||||
msgstr ""
|
||||
|
||||
msgid "Printer has a filament switcher hardware (e.g., AMS)."
|
||||
msgstr ""
|
||||
|
||||
msgid "Flush temperature"
|
||||
msgstr "Температура прочистки"
|
||||
|
||||
@@ -13157,7 +13100,6 @@ msgstr ""
|
||||
msgid "Z-buckling bias optimization (experimental)"
|
||||
msgstr ""
|
||||
|
||||
#, no-c-format, no-boost-format
|
||||
msgid "Tightens the gyroid wave along the Z (vertical) axis at low infill density to shorten the effective vertical column length and improve Z-axis compression buckling resistance. Filament use is preserved. No effect at ~30% sparse infill density and above. Only applies when Sparse infill pattern is set to Gyroid."
|
||||
msgstr ""
|
||||
|
||||
@@ -13267,14 +13209,91 @@ msgstr "ТПМП Фишера-Коха S"
|
||||
msgid "Gyroid"
|
||||
msgstr "Гироид"
|
||||
|
||||
msgid "Lateral lattice angle 1"
|
||||
msgstr "Наклон боковой сетки 1"
|
||||
|
||||
msgid "The angle of the first set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "Угол наклона первой линии для шаблона заполнения «Боковая решётка» относительно вертикальной оси Z (0 - вертикально)."
|
||||
|
||||
msgid "Lateral lattice angle 2"
|
||||
msgstr "Наклон боковой сетки 2"
|
||||
|
||||
msgid "The angle of the second set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "Угол наклона второй линии для шаблона заполнения «Боковая решётка» относительно вертикальной оси Z (0 - вертикально)."
|
||||
|
||||
msgid "Infill overhang angle"
|
||||
msgstr "Угол нависания заполнения"
|
||||
|
||||
msgid "The angle of the infill angled lines. 60° will result in a pure honeycomb."
|
||||
msgstr "Угол нависания линий заполнения. При 60° получаются правильные соты."
|
||||
|
||||
msgid "Lightning overhang angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum overhang angle for Lightning infill support propagation."
|
||||
msgstr ""
|
||||
|
||||
msgid "Prune angle"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Controls how aggressively short or unsupported Lightning branches are pruned.\n"
|
||||
"This angle is converted internally to a per-layer distance."
|
||||
msgstr ""
|
||||
|
||||
msgid "Straightening angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum straightening angle used to simplify Lightning branches."
|
||||
msgstr ""
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr "Длина привязок шаблона заполнения"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than infill_anchor_max is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to this parameter, but no longer than anchor_length_max.\n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a single infill line."
|
||||
msgstr ""
|
||||
"Максимальная длина одиночных привязок. Можно указать процент от ширины линии заполнения. 0 – отключить привязки.\n"
|
||||
"\n"
|
||||
"Внимание: фактическая длина может быть ограничена пределом стыковки линий.\n"
|
||||
"\n"
|
||||
"Примечание: привязка – продолжение линии заполнения, которое печатается вдоль внутреннего периметра для улучшения сцепления с ним."
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr "0 (без привязок)"
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr "1000 (не ограничено)"
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr "Предел стыковки линий шаблона"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than this parameter is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to infill_anchor, but no longer than this parameter.\n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should create the same result as with 1000 & 0."
|
||||
msgstr "Максимальная длина стыковки отдельных линий шаблона заполнения в одну непрерывную. Можно указать процент от ширины линии заполнения. 0 – отключить стыковку."
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr "0 (без стыковки)"
|
||||
|
||||
msgid "Acceleration of inner walls."
|
||||
msgstr "Ускорение на внутренних периметрах."
|
||||
|
||||
msgid "Acceleration of travel moves."
|
||||
msgstr "Ускорение холостого перемещения."
|
||||
|
||||
msgid "This is the acceleration of top surface infill. Using a lower value may improve top surface quality."
|
||||
msgstr "Ускорение на верхней поверхности. Использование меньшего значения может улучшить качество верхней поверхности."
|
||||
|
||||
msgid "Acceleration of outer wall: using a lower value can improve quality."
|
||||
msgstr "Ускорение на внешнем периметре. Использование меньшего значения может улучшить качество."
|
||||
|
||||
msgid "Acceleration of inner walls."
|
||||
msgstr "Ускорение на внутренних периметрах."
|
||||
msgid "Acceleration of bridges. If the value is expressed as a percentage (e.g. 50%), it will be calculated based on the outer wall acceleration."
|
||||
msgstr "Ускорение на мостах. Можно указать процент от ускорения внешних периметров."
|
||||
|
||||
msgid "mm/s² or %"
|
||||
msgstr "мм/с² или %"
|
||||
|
||||
msgid "Acceleration of sparse infill. If the value is expressed as a percentage (e.g. 100%), it will be calculated based on the default acceleration."
|
||||
msgstr "Ускорение на разреженном заполнении. Можно указать процент от ускорения по умолчанию."
|
||||
@@ -13285,6 +13304,14 @@ msgstr "Ускорение на сплошном заполнении. Можн
|
||||
msgid "This is the printing acceleration for the first layer. Using limited acceleration can improve build plate adhesion."
|
||||
msgstr "Ускорение на первом слое. Использование меньшего значения может улучшить адгезию к столу."
|
||||
|
||||
msgid "First layer travel"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Travel acceleration of first layer.\n"
|
||||
"The percentage value is relative to Travel Acceleration."
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable accel_to_decel"
|
||||
msgstr "Заменять \"max_accel_to_decel\""
|
||||
|
||||
@@ -13381,17 +13408,6 @@ msgstr ""
|
||||
msgid "layer"
|
||||
msgstr "слой"
|
||||
|
||||
msgid "First layer fan speed"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Sets an exact fan speed for the first layer, overriding all other cooling settings. Useful for protecting 3D-printed toolhead parts (e.g. Voron-style ABS/ASA ducts) from a hot bed. A small amount of airflow cools the ducts down, without using full cooling that may in certain conditions hurt first-layer adhesion.\n"
|
||||
"From the second layer onwards, normal cooling resumes.\n"
|
||||
"If \"Full fan speed at layer\" is also set, the fan ramps smoothly from this value on the first layer up to your target by the chosen layer.\n"
|
||||
"Only available when \"No cooling for the first\" is 0.\n"
|
||||
"Set to -1 to disable it."
|
||||
msgstr ""
|
||||
|
||||
msgid "Support interface fan speed"
|
||||
msgstr "Обдув связующего слоя"
|
||||
|
||||
@@ -13950,74 +13966,6 @@ msgstr "Исключаемая область зондирования комк
|
||||
msgid "Probing exclude area of clumping."
|
||||
msgstr "Исключаемая область зондирования комкования."
|
||||
|
||||
msgid "Lateral lattice angle 1"
|
||||
msgstr "Наклон боковой сетки 1"
|
||||
|
||||
msgid "The angle of the first set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "Угол наклона первой линии для шаблона заполнения «Боковая решётка» относительно вертикальной оси Z (0 - вертикально)."
|
||||
|
||||
msgid "Lateral lattice angle 2"
|
||||
msgstr "Наклон боковой сетки 2"
|
||||
|
||||
msgid "The angle of the second set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "Угол наклона второй линии для шаблона заполнения «Боковая решётка» относительно вертикальной оси Z (0 - вертикально)."
|
||||
|
||||
msgid "Infill overhang angle"
|
||||
msgstr "Угол нависания заполнения"
|
||||
|
||||
msgid "The angle of the infill angled lines. 60° will result in a pure honeycomb."
|
||||
msgstr "Угол нависания линий заполнения. При 60° получаются правильные соты."
|
||||
|
||||
msgid "Lightning overhang angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum overhang angle for Lightning infill support propagation."
|
||||
msgstr ""
|
||||
|
||||
msgid "Prune angle"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Controls how aggressively short or unsupported Lightning branches are pruned.\n"
|
||||
"This angle is converted internally to a per-layer distance."
|
||||
msgstr ""
|
||||
|
||||
msgid "Straightening angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum straightening angle used to simplify Lightning branches."
|
||||
msgstr ""
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr "Длина привязок шаблона заполнения"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than infill_anchor_max is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to this parameter, but no longer than anchor_length_max.\n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a single infill line."
|
||||
msgstr ""
|
||||
"Максимальная длина одиночных привязок. Можно указать процент от ширины линии заполнения. 0 – отключить привязки.\n"
|
||||
"\n"
|
||||
"Внимание: фактическая длина может быть ограничена пределом стыковки линий.\n"
|
||||
"\n"
|
||||
"Примечание: привязка – продолжение линии заполнения, которое печатается вдоль внутреннего периметра для улучшения сцепления с ним."
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr "0 (без привязок)"
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr "1000 (не ограничено)"
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr "Предел стыковки линий шаблона"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than this parameter is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to infill_anchor, but no longer than this parameter.\n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should create the same result as with 1000 & 0."
|
||||
msgstr "Максимальная длина стыковки отдельных линий шаблона заполнения в одну непрерывную. Можно указать процент от ширины линии заполнения. 0 – отключить стыковку."
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr "0 (без стыковки)"
|
||||
|
||||
msgid ""
|
||||
"Filament to print internal sparse infill.\n"
|
||||
"\"Default\" uses the active object/part filament."
|
||||
@@ -14776,10 +14724,7 @@ msgstr "Параметр устанавливает высоту подложк
|
||||
|
||||
# Расширение контекста от Andy. Хотя тут мы имеем дело с очередной логической ошибкой в исходнике: разрешение повышает нагрузку при увеличении, а здесь увеличение значения, наоборот, ведёт к её уменьшению вместе со снижением качества. То есть, это именно "допуск", "Допустимое отклонение", "Gcode tolerance". Не уверен, стоит ли ломать то, что работает – народ уже давно запомнил эту настройку именно как "разрешение". Хороший компромисс – оставить название, но убрать путающее "разрешение" из описания. + перефразировал и изменил порядок изложения информации, чтобы обеспечить линейные логические связи.
|
||||
msgid "The G-code path is generated after simplifying the contour of models to avoid too many points and G-code lines. Smaller values mean higher resolution and more time required to slice."
|
||||
msgstr ""
|
||||
"Максимальное отклонение планируемой траектории движения экструдера от среза модели. Повышение отклонения снижает время нарезки и нагрузку на электронику принтера, а понижение – позволяет устранить артефакты упрощения геометрии модели.\n"
|
||||
"\n"
|
||||
"Внимание: для нарезки и визуализации G-кода с очень низким отклонением требуется большой объём оперативной памяти, а высокая плотность команд может привести к перегрузке электроники принтера."
|
||||
msgstr "Максимальное отклонение планируемой траектории движения экструдера от среза модели. Повышение отклонения снижает время нарезки и нагрузку на электронику принтера, а понижение – позволяет устранить артефакты упрощения геометрии модели.\n\nВнимание: для нарезки и визуализации G-кода с очень низким отклонением требуется большой объём оперативной памяти, а высокая плотность команд может привести к перегрузке электроники принтера."
|
||||
|
||||
msgid "Travel distance threshold"
|
||||
msgstr "Порог перемещения"
|
||||
@@ -14921,18 +14866,6 @@ msgstr "Прямой (Direct)"
|
||||
msgid "Bowden"
|
||||
msgstr "Внешний (Bowden)"
|
||||
|
||||
msgid "Enable filament dynamic map"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable dynamic filament mapping during print."
|
||||
msgstr ""
|
||||
|
||||
msgid "Has filament switcher"
|
||||
msgstr ""
|
||||
|
||||
msgid "Printer has a filament switcher hardware (e.g., AMS)."
|
||||
msgstr ""
|
||||
|
||||
msgid "Extra length on restart"
|
||||
msgstr "Доп. подача после отката"
|
||||
|
||||
@@ -15209,10 +15142,7 @@ msgstr "Тип юбки"
|
||||
|
||||
# Про расширенное описание см. в комментарии к перевод подсказки настройки "Skirt minimum extrusion length"
|
||||
msgid "Combined - single skirt for all objects, Per object - individual object skirt."
|
||||
msgstr ""
|
||||
"Выбор типа печатаемой юбки – одна общая для всех моделей или отдельные юбки для каждой модели.\n"
|
||||
"\n"
|
||||
"Внимание: при создании индивидуальных юбок проверка пересечения не совершается, из-за чего при близком расположении моделей они могут накладываться друг на друга. В таких случаях рекомендуется понизить количество контуров."
|
||||
msgstr "Выбор типа печатаемой юбки – одна общая для всех моделей или отдельные юбки для каждой модели.\n\nВнимание: при создании индивидуальных юбок проверка пересечения не совершается, из-за чего при близком расположении моделей они могут накладываться друг на друга. В таких случаях рекомендуется понизить количество контуров."
|
||||
|
||||
# Отдельный (антоним к "совместный")
|
||||
msgid "Per object"
|
||||
@@ -15241,9 +15171,7 @@ msgid ""
|
||||
"Using a non-zero value is useful if the printer is set up to print without a prime line.\n"
|
||||
"Final number of loops is not taking into account while arranging or validating objects distance. Increase loop number in such case."
|
||||
msgstr ""
|
||||
"Минимальная длина прутка для прочистки на юбке (в миллиметрах). Позволяет автоматически расчитывать количество контуров юбки для её использования в качестве альтернативы линии прочистки.\n"
|
||||
"\n"
|
||||
"0 – отключить автоматический расчёт."
|
||||
"Минимальная длина прутка для прочистки на юбке (в миллиметрах). Позволяет автоматически расчитывать количество контуров юбки для её использования в качестве альтернативы линии прочистки.\n\n0 – отключить автоматический расчёт."
|
||||
|
||||
msgid "The printing speed in exported G-code will be slowed down when the estimated layer time is shorter than this value in order to get better cooling for these layers."
|
||||
msgstr "Скорость печати в экспортированном G-коде будет замедлена, если расчётное время печати слоя меньше заданного здесь значения, для обеспечения лучшего охлаждения этих слоёв."
|
||||
@@ -15416,9 +15344,6 @@ msgstr "Часто в импортируемых в программу моде
|
||||
msgid "Slicing Mode"
|
||||
msgstr "Режим нарезки"
|
||||
|
||||
msgid "Other"
|
||||
msgstr "Прочее"
|
||||
|
||||
msgid "Use \"Even-odd\" for 3DLabPrint airplane models. Use \"Close holes\" to close all holes in the model."
|
||||
msgstr ""
|
||||
"Режим нарезки «Чётный-нечётный» применяется для моделей с намеренно нарушенной целостностью. Например, для моделей самолётов с ресурса 3DLabPrint.\n"
|
||||
@@ -15822,6 +15747,9 @@ msgstr ""
|
||||
"\n"
|
||||
"Эта опция зависит от поддержки прошивкой команд M191 и M141, либо через макросы, либо нативно, и обычно используется, когда имеется активный нагреватель камеры."
|
||||
|
||||
msgid "Chamber temperature"
|
||||
msgstr "Температура термокамеры"
|
||||
|
||||
msgid ""
|
||||
"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber temperature can help suppress or reduce warping and potentially lead to higher interlayer bonding strength. However, at the same time, a higher chamber temperature will reduce the efficiency of air filtration for ABS and ASA.\n"
|
||||
"\n"
|
||||
@@ -15837,17 +15765,6 @@ msgstr ""
|
||||
"PRINT_START <...> CHAMBER_TEMP=[chamber_temperature].\n"
|
||||
"Это особенно полезно, если принтер не поддерживает команды M141/M191, или если управление температурой термокамеры реализовано через макросы (например, при отсутствии активного нагревателя камеры)."
|
||||
|
||||
msgid ""
|
||||
"This is the chamber temperature at which printing should start, while the chamber continues heating toward the \"Target\" chamber temperature. For example, set the Target to 60 and the Minimal to 50 to begin printing once the chamber reaches 50°C, without waiting for the full 60°C.\n"
|
||||
"\n"
|
||||
"It sets a G-code variable named chamber_minimal_temperature, which can be passed to your print start macro or a heat soak macro, like this: PRINT_START (other variables) CHAMBER_MIN_TEMP=[chamber_minimal_temperature].\n"
|
||||
"\n"
|
||||
"Unlike the \"Target\" chamber temperature, this option does not emit any M141/M191 commands; it only exposes the value to your custom G-code. It should not exceed the \"Target\" chamber temperature."
|
||||
msgstr ""
|
||||
|
||||
msgid "Chamber minimal temperature"
|
||||
msgstr ""
|
||||
|
||||
msgid "Nozzle temperature after the first layer"
|
||||
msgstr "Температура при печати последующих слоёв."
|
||||
|
||||
@@ -15890,6 +15807,24 @@ msgstr "Толщина оболочки сверху"
|
||||
msgid "The number of top solid layers is increased when slicing if the thickness calculated by top shell layers is thinner than this value. This can avoid having too thin a shell when layer height is small. 0 means that this setting is disabled and thickness of top shell is determined simply by the number of top shell layers."
|
||||
msgstr "Минимальная толщина оболочки сверху в мм. Если толщина оболочки, рассчитанная по количеству сплошных слоёв сверху, меньше этого значения, количество сплошных слоёв сверху будет автоматически увеличено при нарезке, для удовлетворения минимальной толщины оболочки. Это позволяет избежать слишком тонкой оболочки при небольшой высоте слоя. 0 означает, что этот параметр отключён, а толщина оболочки сверху задаётся количеством сплошных слоёв сверху."
|
||||
|
||||
# ??? Плотность верхней оболочки
|
||||
msgid "Top surface density"
|
||||
msgstr "Плотность верхней поверхности"
|
||||
|
||||
# ??? Плотность верхней поверхности. При 100% создаётся сплошной верхний слой.
|
||||
msgid "Density of top surface layer. A value of 100% creates a fully solid, smooth top layer. Reducing this value results in a textured top surface, according to the chosen top surface pattern. A value of 0% will result in only the walls on the top layer being created. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion."
|
||||
msgstr "Плотность верхней поверхности. Если установить 100%, поверхность будет сплошной и гладкой. Уменьшение этого параметра создаст текстурированную поверхность в соответствии с выбранным шаблоном заполнения верхней поверхности. При значении 0% останутся только стенки верхнего слоя. Эта функция предназначена для улучшения внешнего вида или функциональности объекта, но не для решения проблем, таких как чрезмерная экструзия."
|
||||
|
||||
msgid "Bottom surface density"
|
||||
msgstr "Плотность нижней поверхности"
|
||||
|
||||
msgid ""
|
||||
"Density of the bottom surface layer. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion.\n"
|
||||
"WARNING: Lowering this value may negatively affect bed adhesion."
|
||||
msgstr ""
|
||||
"Плотность нижней поверхности. Эта функция предназначена для улучшения внешнего вида или функциональности объекта, а не для решения проблем, таких как чрезмерная экструзия.\n"
|
||||
"Внимание: уменьшение этого значения может негативно повлиять на адгезию к печатной платформе."
|
||||
|
||||
msgid "This is the speed at which traveling is done."
|
||||
msgstr "Ограничение скорости холостых перемещений печатающей головы."
|
||||
|
||||
@@ -16078,10 +16013,7 @@ msgid "Infill gap."
|
||||
msgstr "Управление отступом между линиями сброса материала."
|
||||
|
||||
msgid "Purging after filament change will be done inside objects' infills. This may lower the amount of waste and decrease the print time. If the walls are printed with transparent filament, the mixed color infill will be visible. It will not take effect unless the prime tower is enabled."
|
||||
msgstr ""
|
||||
"Прочистка сопла после смены материала будет производиться в заполнение модели. Это снижает количество отходов и сокращает время печати. Требуется включить черновую башню.\n"
|
||||
"\n"
|
||||
"Примечание: не рекомендуется при печати стенок прозрачным материалом."
|
||||
msgstr "Прочистка сопла после смены материала будет производиться в заполнение модели. Это снижает количество отходов и сокращает время печати. Требуется включить черновую башню.\n\nПримечание: не рекомендуется при печати стенок прозрачным материалом."
|
||||
|
||||
msgid "Purging after filament change will be done inside objects' support. This may lower the amount of waste and decrease the print time. It will not take effect unless a prime tower is enabled."
|
||||
msgstr "Прочистка сопла после смены материала будет производиться в поддержку модели. Это снижает количество отходов и сокращает время печати. Требуется включить черновую башню."
|
||||
@@ -18614,132 +18546,6 @@ msgstr "Вход/Тест"
|
||||
msgid "Connection to printers connected via the print host failed."
|
||||
msgstr "Не удалось подключиться к принтерам, подключенным через хост печати."
|
||||
|
||||
msgid "Detect Creality K-series printer"
|
||||
msgstr ""
|
||||
|
||||
msgid "Click Scan to look for K-series printers on your network."
|
||||
msgstr ""
|
||||
|
||||
msgid "Use Selected"
|
||||
msgstr ""
|
||||
|
||||
msgid "Scanning the LAN for K-series printers... this takes a few seconds."
|
||||
msgstr ""
|
||||
|
||||
msgid "No K-series printers found. Make sure the printer is on the same network and not blocked by Wi-Fi client isolation, then click Scan again."
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "Found %zu Creality printer(s). Select one and click Use Selected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
msgid "Processes"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show/Hide system information"
|
||||
msgstr ""
|
||||
|
||||
msgid "Copy system information to clipboard"
|
||||
msgstr ""
|
||||
|
||||
msgid "We need information for diagnosing source of the issue. Check wiki page for detailed guide."
|
||||
msgstr ""
|
||||
|
||||
msgid "Pack button collects project file and logs of current session onto a zip file."
|
||||
msgstr ""
|
||||
|
||||
msgid "Any additional visual examples like images or screen recordings might be helpful while reporting the issue."
|
||||
msgstr ""
|
||||
|
||||
msgid "Report issue"
|
||||
msgstr ""
|
||||
|
||||
msgid "Pack"
|
||||
msgstr ""
|
||||
|
||||
msgid "Cleans and rebuilds system profiles cache on next launch"
|
||||
msgstr ""
|
||||
|
||||
msgid "Clean system profiles cache"
|
||||
msgstr ""
|
||||
|
||||
msgid "Clean"
|
||||
msgstr ""
|
||||
|
||||
msgid "Loaded profiles overview"
|
||||
msgstr ""
|
||||
|
||||
msgid "This section shows information for loaded profiles"
|
||||
msgstr ""
|
||||
|
||||
msgid "Exports detailed overview of loaded profiles in json format"
|
||||
msgstr ""
|
||||
|
||||
msgid "Configurations folder"
|
||||
msgstr ""
|
||||
|
||||
msgid "Opens configurations folder"
|
||||
msgstr ""
|
||||
|
||||
msgid "Log level"
|
||||
msgstr ""
|
||||
|
||||
msgid "Stored logs"
|
||||
msgstr ""
|
||||
|
||||
msgid "Packs all stored logs onto a zip file."
|
||||
msgstr ""
|
||||
|
||||
msgid "Profiles"
|
||||
msgstr ""
|
||||
|
||||
msgid "Select NO to close dialog and review project"
|
||||
msgstr ""
|
||||
|
||||
msgid "No project file on current session. Only logs will be included to package"
|
||||
msgstr ""
|
||||
|
||||
msgid "Select NO to close dialog and review project."
|
||||
msgstr ""
|
||||
|
||||
msgid "Please make sure any instances of OrcaSlicer are not running"
|
||||
msgstr ""
|
||||
|
||||
msgid "System folder cannot be deleted because some files are in use by another application. Please close any applications using these files and try again."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to delete system folder..."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to determine executable path."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to launch a new instance."
|
||||
msgstr ""
|
||||
|
||||
msgid "log(s)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Choose where to save the exported JSON file"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Export failed\n"
|
||||
"Please check write permissions or file in use by another application"
|
||||
msgstr ""
|
||||
|
||||
msgid "Choose where to save the exported ZIP file"
|
||||
msgstr ""
|
||||
|
||||
msgid "File already exists. Overwrite?"
|
||||
msgstr ""
|
||||
|
||||
msgid "3DPrinterOS Cloud upload options"
|
||||
msgstr ""
|
||||
|
||||
@@ -18822,19 +18628,6 @@ msgstr "Подключение к MKS успешно установлено."
|
||||
msgid "Could not connect to MKS"
|
||||
msgstr "Не удалось подключиться к MKS"
|
||||
|
||||
msgid "Connection to Moonraker is working correctly."
|
||||
msgstr ""
|
||||
|
||||
msgid "Could not connect to Moonraker"
|
||||
msgstr ""
|
||||
|
||||
msgid "The host responded but it doesn't look like Moonraker (missing result.klippy_state)."
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Could not parse Moonraker server response: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "Connection to OctoPrint is working correctly."
|
||||
msgstr "Подключение к OctoPrint успешно установлено."
|
||||
|
||||
@@ -20002,35 +19795,6 @@ msgstr ""
|
||||
"Предотвращение коробления материала\n"
|
||||
"Знаете ли вы, что при печати материалами, склонными к короблению, таких как ABS, повышение температуры подогреваемого стола может снизить эту вероятность?"
|
||||
|
||||
#~ msgid "Filament Sync Options"
|
||||
#~ msgstr "Настройки синхронизации"
|
||||
|
||||
#~ msgid "Network plug-in"
|
||||
#~ msgstr "Сетевой плагин"
|
||||
|
||||
#~ msgid "View control settings"
|
||||
#~ msgstr "Просмотр настроек управления"
|
||||
|
||||
#~ msgid "Rotate view"
|
||||
#~ msgstr "Вращение камеры"
|
||||
|
||||
#~ msgid "Pan view"
|
||||
#~ msgstr "Перемещение камеры"
|
||||
|
||||
#~ msgid "Zoom view"
|
||||
#~ msgstr "Масштабирование вида"
|
||||
|
||||
#~ msgid "Reverse scroll direction while zooming"
|
||||
#~ msgstr "Инвертировать масштабирование с помощью колеса мыши"
|
||||
|
||||
#, c-format, boost-format
|
||||
#~ msgid "Left: %s"
|
||||
#~ msgstr "Левый: %s"
|
||||
|
||||
#, c-format, boost-format
|
||||
#~ msgid "Right: %s"
|
||||
#~ msgstr "Правый: %s"
|
||||
|
||||
#~ msgid "Enable network plug-in"
|
||||
#~ msgstr "Включить сетевой плагин"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2026-07-03 14:43+0200\n"
|
||||
"POT-Creation-Date: 2026-06-26 10:26+0800\n"
|
||||
"Language: sv\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@@ -1693,12 +1693,7 @@ msgid ""
|
||||
"To migrate your existing profiles, log in to Orca Cloud and they will be transferred automatically. To learn more about how OrcaSlicer stores and syncs your profiles, or to migrate your presets manually, check out our wiki.\n"
|
||||
"\n"
|
||||
"If you did not use Bambu Cloud to sync profiles, this change does not affect you and you can safely ignore this message."
|
||||
msgstr ""
|
||||
"Från och med version 2.4.0 synkroniserar OrcaSlicer användarprofiler via Orca Cloud i stället för Bambu Cloud.\n"
|
||||
"\n"
|
||||
"Logga in på Orca Cloud för att migrera dina befintliga profiler, så överförs de automatiskt. Läs mer om hur OrcaSlicer lagrar och synkroniserar dina profiler, eller om hur du migrerar dina förinställningar manuellt, i vår wiki.\n"
|
||||
"\n"
|
||||
"Om du inte använde Bambu Cloud för att synkronisera profiler påverkar den här ändringen dig inte och du kan ignorera det här meddelandet."
|
||||
msgstr "Från och med version 2.4.0 synkroniserar OrcaSlicer användarprofiler via Orca Cloud i stället för Bambu Cloud.\n\nLogga in på Orca Cloud för att migrera dina befintliga profiler, så överförs de automatiskt. Läs mer om hur OrcaSlicer lagrar och synkroniserar dina profiler, eller om hur du migrerar dina förinställningar manuellt, i vår wiki.\n\nOm du inte använde Bambu Cloud för att synkronisera profiler påverkar den här ändringen dig inte och du kan ignorera det här meddelandet."
|
||||
|
||||
msgid "Profile syncing change"
|
||||
msgstr ""
|
||||
@@ -4048,10 +4043,6 @@ msgstr ""
|
||||
msgid "Current chamber temperature is higher than the material's safe temperature; this may result in material softening and nozzle clogs. The maximum safe temperature for the material is %d"
|
||||
msgstr "Current chamber temperature is higher than the material's safe temperature, this may result in material softening and clogging. The maximum safe temperature for the material is %d"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "The minimal chamber temperature (%d℃) is higher than the target chamber temperature (%d℃). The minimal value is the threshold at which printing starts while the chamber keeps heating toward the target, so it should not exceed it. It will be clamped to the target."
|
||||
msgstr ""
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid ""
|
||||
"Layer height too small\n"
|
||||
@@ -7789,45 +7780,6 @@ msgstr ""
|
||||
msgid "Choose Download Directory"
|
||||
msgstr "Välj Nedladdnings Register"
|
||||
|
||||
msgid "(Latest)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Network plug-in switched successfully."
|
||||
msgstr ""
|
||||
|
||||
msgid "Success"
|
||||
msgstr "Lyckades"
|
||||
|
||||
msgid "Failed to load network plug-in. Please restart the application."
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"You've selected network plug-in version %s.\n"
|
||||
"\n"
|
||||
"Would you like to download and install this version now?\n"
|
||||
"\n"
|
||||
"Note: The application may need to restart after installation."
|
||||
msgstr ""
|
||||
|
||||
msgid "Download Network Plug-in"
|
||||
msgstr ""
|
||||
|
||||
msgid "Reload the network plug-in without restarting the application"
|
||||
msgstr ""
|
||||
|
||||
msgid "Network plug-in reloaded successfully."
|
||||
msgstr ""
|
||||
|
||||
msgid "Reload"
|
||||
msgstr "Ladda om"
|
||||
|
||||
msgid "Failed to reload network plug-in. Please restart the application."
|
||||
msgstr ""
|
||||
|
||||
msgid "Reload Failed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Associate"
|
||||
msgstr ""
|
||||
|
||||
@@ -7883,6 +7835,12 @@ msgstr "Visa välkomstskärm"
|
||||
msgid "Show the splash screen during startup."
|
||||
msgstr "Visa välkomstskärmen under uppstart."
|
||||
|
||||
msgid "Show shared profiles notification"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show a notification with a link to browse shared profiles when the selected printer is changed."
|
||||
msgstr ""
|
||||
|
||||
msgid "Use window buttons on left side"
|
||||
msgstr ""
|
||||
|
||||
@@ -7913,13 +7871,6 @@ msgstr ""
|
||||
msgid "Should printer/filament/process settings be loaded when opening a 3MF file?"
|
||||
msgstr ""
|
||||
|
||||
msgid "Auto backup"
|
||||
msgstr "Auto säkerhetskopiera"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Backup your project periodically to help with restoring from an occasional crash."
|
||||
msgstr "Säkerhetskopiera ditt projekt med jämna mellanrum för att underlätta återställning efter en tillfällig krasch."
|
||||
|
||||
msgid "Maximum recent files"
|
||||
msgstr ""
|
||||
|
||||
@@ -7938,17 +7889,12 @@ msgstr ""
|
||||
msgid "If enabled, a parameter settings dialog will appear during STEP file import."
|
||||
msgstr ""
|
||||
|
||||
msgid "Quality level for Draco export"
|
||||
msgstr ""
|
||||
msgid "Auto backup"
|
||||
msgstr "Auto säkerhetskopiera"
|
||||
|
||||
msgid "bits"
|
||||
msgstr "bits"
|
||||
|
||||
msgid ""
|
||||
"Controls the quantization bit depth used when compressing the mesh to Draco format.\n"
|
||||
"0 = lossless compression (geometry is preserved at full precision). Valid lossy values range from 8 to 30.\n"
|
||||
"Lower values produce smaller files but lose more geometric detail; higher values preserve more detail at the cost of larger files."
|
||||
msgstr ""
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Backup your project periodically to help with restoring from an occasional crash."
|
||||
msgstr "Säkerhetskopiera ditt projekt med jämna mellanrum för att underlätta återställning efter en tillfällig krasch."
|
||||
|
||||
msgid "Preset"
|
||||
msgstr "Förinställd"
|
||||
@@ -7980,12 +7926,6 @@ msgstr ""
|
||||
msgid "Optimizes filament area maximum height by chosen filament count."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show shared profiles notification"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show a notification with a link to browse shared profiles when the selected printer is changed."
|
||||
msgstr ""
|
||||
|
||||
msgid "Features"
|
||||
msgstr "Funktioner"
|
||||
|
||||
@@ -7998,6 +7938,18 @@ msgstr ""
|
||||
msgid "Pop up to select filament grouping mode"
|
||||
msgstr ""
|
||||
|
||||
msgid "Quality level for Draco export"
|
||||
msgstr ""
|
||||
|
||||
msgid "bits"
|
||||
msgstr "bits"
|
||||
|
||||
msgid ""
|
||||
"Controls the quantization bit depth used when compressing the mesh to Draco format.\n"
|
||||
"0 = lossless compression (geometry is preserved at full precision). Valid lossy values range from 8 to 30.\n"
|
||||
"Lower values produce smaller files but lose more geometric detail; higher values preserve more detail at the cost of larger files."
|
||||
msgstr ""
|
||||
|
||||
msgid "Behaviour"
|
||||
msgstr ""
|
||||
|
||||
@@ -8222,6 +8174,19 @@ msgstr ""
|
||||
msgid "Auto sync user presets (Printer/Filament/Process)"
|
||||
msgstr "Automatisk synkronisering av användarens förinställningar (skrivare/filament/process)"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Update built-in presets automatically."
|
||||
msgstr "Uppdatera inbyggda förinställningar automatiskt."
|
||||
|
||||
msgid "Use encrypted file for token storage"
|
||||
msgstr ""
|
||||
|
||||
msgid "Store authentication tokens in an encrypted file instead of the system keychain. (Requires restart)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Filament Sync Options"
|
||||
msgstr ""
|
||||
|
||||
msgid "Filament sync mode"
|
||||
msgstr ""
|
||||
|
||||
@@ -8234,16 +8199,6 @@ msgstr ""
|
||||
msgid "Color only"
|
||||
msgstr ""
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Update built-in presets automatically."
|
||||
msgstr "Uppdatera inbyggda förinställningar automatiskt."
|
||||
|
||||
msgid "Use encrypted file for token storage"
|
||||
msgstr ""
|
||||
|
||||
msgid "Store authentication tokens in an encrypted file instead of the system keychain. (Requires restart)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Bambu network plug-in"
|
||||
msgstr ""
|
||||
|
||||
@@ -8256,6 +8211,30 @@ msgstr ""
|
||||
msgid "Select the network plug-in version to use"
|
||||
msgstr ""
|
||||
|
||||
msgid "(Latest)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Network plug-in switched successfully."
|
||||
msgstr ""
|
||||
|
||||
msgid "Success"
|
||||
msgstr "Lyckades"
|
||||
|
||||
msgid "Failed to load network plug-in. Please restart the application."
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"You've selected network plug-in version %s.\n"
|
||||
"\n"
|
||||
"Would you like to download and install this version now?\n"
|
||||
"\n"
|
||||
"Note: The application may need to restart after installation."
|
||||
msgstr ""
|
||||
|
||||
msgid "Download Network Plug-in"
|
||||
msgstr ""
|
||||
|
||||
msgid "Associate files to OrcaSlicer"
|
||||
msgstr "Associerade filer till Orca Slicer"
|
||||
|
||||
@@ -8302,16 +8281,7 @@ msgstr "Utvecklare"
|
||||
msgid "Skip AMS blacklist check"
|
||||
msgstr "Hoppa över kontrollen av AMS svarta lista"
|
||||
|
||||
msgid "Show unsupported presets"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show incompatible/unsupported presets in the printer and filament dropdown lists. These presets cannot be selected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Experimental Features"
|
||||
msgstr ""
|
||||
|
||||
msgid "Keep painted feature after mesh change"
|
||||
msgid "(Experimental) Keep painted feature after mesh change"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
@@ -8319,6 +8289,12 @@ msgid ""
|
||||
"Highly experimental! Slow and may create artifact."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show unsupported presets"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show incompatible/unsupported presets in the printer and filament dropdown lists. These presets cannot be selected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Allow Abnormal Storage"
|
||||
msgstr ""
|
||||
|
||||
@@ -8345,6 +8321,24 @@ msgstr "felsök"
|
||||
msgid "trace"
|
||||
msgstr "spåra"
|
||||
|
||||
msgid "Network plug-in"
|
||||
msgstr ""
|
||||
|
||||
msgid "Reload"
|
||||
msgstr "Ladda om"
|
||||
|
||||
msgid "Reload the network plug-in without restarting the application"
|
||||
msgstr ""
|
||||
|
||||
msgid "Network plug-in reloaded successfully."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to reload network plug-in. Please restart the application."
|
||||
msgstr ""
|
||||
|
||||
msgid "Reload Failed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Debug"
|
||||
msgstr "Felsökning"
|
||||
|
||||
@@ -8360,6 +8354,25 @@ msgstr "Förinställd synkronisering"
|
||||
msgid "Preferences sync"
|
||||
msgstr "Synkronisera inställningar"
|
||||
|
||||
msgid "View control settings"
|
||||
msgstr "Kontroll inställningar"
|
||||
|
||||
msgid "Rotate view"
|
||||
msgstr "Rotera vy"
|
||||
|
||||
msgid "Pan view"
|
||||
msgstr "Panoreringsvy"
|
||||
|
||||
msgid "Zoom view"
|
||||
msgstr "Zoomvy"
|
||||
|
||||
msgid "Other"
|
||||
msgstr "Andra"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Reverse scroll direction while zooming"
|
||||
msgstr "Reversera mushjulet för att zooma"
|
||||
|
||||
msgid "Enable SSL(MQTT)"
|
||||
msgstr "Aktivera SSL(MQTT)"
|
||||
|
||||
@@ -9060,12 +9073,6 @@ msgstr "Radera denna förinställning"
|
||||
msgid "Search in preset"
|
||||
msgstr "Sök i inställning"
|
||||
|
||||
msgid "Synchronization of different extruder drives or nozzle volume types is not supported."
|
||||
msgstr ""
|
||||
|
||||
msgid "Synchronize the modification of parameters to the corresponding parameters of another extruder."
|
||||
msgstr ""
|
||||
|
||||
msgid "Click to reset all settings to the last saved preset."
|
||||
msgstr "Klicka för att återställa alla inställningar till den senast sparade förinställningen."
|
||||
|
||||
@@ -9350,18 +9357,6 @@ msgstr ""
|
||||
msgid "Print chamber temperature"
|
||||
msgstr ""
|
||||
|
||||
msgid "Chamber temperature"
|
||||
msgstr "Kammarens temperatur"
|
||||
|
||||
msgid "Target chamber temperature, and the minimal chamber temperature at which printing should start"
|
||||
msgstr ""
|
||||
|
||||
msgid "Target"
|
||||
msgstr ""
|
||||
|
||||
msgid "Minimal"
|
||||
msgstr ""
|
||||
|
||||
msgid "Print temperature"
|
||||
msgstr "Utskrifts temperatur"
|
||||
|
||||
@@ -9681,21 +9676,11 @@ msgid "Don't warn again for this preset"
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "%s: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "No modifications need to be copied."
|
||||
msgstr ""
|
||||
|
||||
msgid "Copy paramters"
|
||||
msgid "Left: %s"
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Modify paramters of %s"
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Do you want to modify the following parameters of the %s to that of the %s?"
|
||||
msgid "Right: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "Click to reset current value and attach to the global value."
|
||||
@@ -9716,7 +9701,7 @@ msgid "Transfer or discard changes"
|
||||
msgstr "Överge eller Behåll ändringar"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Old Value"
|
||||
msgid "Old value"
|
||||
msgstr "Gammalt värde"
|
||||
|
||||
msgid "New Value"
|
||||
@@ -9832,12 +9817,6 @@ msgstr "Antal extruders"
|
||||
msgid "Capabilities"
|
||||
msgstr "Förmågor"
|
||||
|
||||
msgid "Left: "
|
||||
msgstr ""
|
||||
|
||||
msgid "Right: "
|
||||
msgstr ""
|
||||
|
||||
msgid "Show all presets (including incompatible)"
|
||||
msgstr "Visa alla inställningar (inklusive inkompatibla)"
|
||||
|
||||
@@ -11862,23 +11841,6 @@ msgstr "Normal utskrift"
|
||||
msgid "This is the default acceleration for both normal printing and travel after the first layer."
|
||||
msgstr "Standard acceleration för både normal utskrift och förflyttning förrutom första lager"
|
||||
|
||||
msgid "Acceleration of travel moves."
|
||||
msgstr ""
|
||||
|
||||
msgid "First layer travel"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Travel acceleration of first layer.\n"
|
||||
"The percentage value is relative to Travel Acceleration."
|
||||
msgstr ""
|
||||
|
||||
msgid "mm/s² or %"
|
||||
msgstr "mm/s² eller %"
|
||||
|
||||
msgid "Acceleration of bridges. If the value is expressed as a percentage (e.g. 50%), it will be calculated based on the outer wall acceleration."
|
||||
msgstr ""
|
||||
|
||||
msgid "Default filament profile"
|
||||
msgstr "Standard filament profil"
|
||||
|
||||
@@ -12061,12 +12023,6 @@ msgstr ""
|
||||
msgid "Octagram Spiral"
|
||||
msgstr ""
|
||||
|
||||
msgid "Top surface density"
|
||||
msgstr ""
|
||||
|
||||
msgid "Density of top surface layer. A value of 100% creates a fully solid, smooth top layer. Reducing this value results in a textured top surface, according to the chosen top surface pattern. A value of 0% will result in only the walls on the top layer being created. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion."
|
||||
msgstr ""
|
||||
|
||||
msgid "Bottom surface pattern"
|
||||
msgstr "Botten ytans mönster"
|
||||
|
||||
@@ -12074,14 +12030,6 @@ msgstr "Botten ytans mönster"
|
||||
msgid "This is the line pattern of bottom surface infill, not including bridge infill."
|
||||
msgstr "Botten ytans ifyllnads linjemönster, inte bridge/brygg ifyllnad"
|
||||
|
||||
msgid "Bottom surface density"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Density of the bottom surface layer. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion.\n"
|
||||
"WARNING: Lowering this value may negatively affect bed adhesion."
|
||||
msgstr ""
|
||||
|
||||
msgid "Internal solid infill pattern"
|
||||
msgstr "Invändigt mönster för fyllning av solida ytor"
|
||||
|
||||
@@ -12342,6 +12290,18 @@ msgstr ""
|
||||
msgid "Auto For Match"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable filament dynamic map"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable dynamic filament mapping during print."
|
||||
msgstr ""
|
||||
|
||||
msgid "Has filament switcher"
|
||||
msgstr ""
|
||||
|
||||
msgid "Printer has a filament switcher hardware (e.g., AMS)."
|
||||
msgstr ""
|
||||
|
||||
msgid "Flush temperature"
|
||||
msgstr ""
|
||||
|
||||
@@ -12673,7 +12633,6 @@ msgstr ""
|
||||
msgid "Z-buckling bias optimization (experimental)"
|
||||
msgstr ""
|
||||
|
||||
#, no-c-format, no-boost-format
|
||||
msgid "Tightens the gyroid wave along the Z (vertical) axis at low infill density to shorten the effective vertical column length and improve Z-axis compression buckling resistance. Filament use is preserved. No effect at ~30% sparse infill density and above. Only applies when Sparse infill pattern is set to Gyroid."
|
||||
msgstr ""
|
||||
|
||||
@@ -12741,6 +12700,75 @@ msgstr "TPMS-FK"
|
||||
msgid "Gyroid"
|
||||
msgstr ""
|
||||
|
||||
msgid "Lateral lattice angle 1"
|
||||
msgstr ""
|
||||
|
||||
msgid "The angle of the first set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr ""
|
||||
|
||||
msgid "Lateral lattice angle 2"
|
||||
msgstr ""
|
||||
|
||||
msgid "The angle of the second set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr ""
|
||||
|
||||
msgid "Infill overhang angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "The angle of the infill angled lines. 60° will result in a pure honeycomb."
|
||||
msgstr ""
|
||||
|
||||
msgid "Lightning overhang angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum overhang angle for Lightning infill support propagation."
|
||||
msgstr ""
|
||||
|
||||
msgid "Prune angle"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Controls how aggressively short or unsupported Lightning branches are pruned.\n"
|
||||
"This angle is converted internally to a per-layer distance."
|
||||
msgstr ""
|
||||
|
||||
msgid "Straightening angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum straightening angle used to simplify Lightning branches."
|
||||
msgstr ""
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than infill_anchor_max is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to this parameter, but no longer than anchor_length_max.\n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a single infill line."
|
||||
msgstr ""
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr "0 (inga öppna ankare)"
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr "1000 (obegränsat)"
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than this parameter is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to infill_anchor, but no longer than this parameter.\n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should create the same result as with 1000 & 0."
|
||||
msgstr ""
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Acceleration of inner walls."
|
||||
msgstr ""
|
||||
|
||||
msgid "Acceleration of travel moves."
|
||||
msgstr ""
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "This is the acceleration of top surface infill. Using a lower value may improve top surface quality."
|
||||
msgstr "Acceleration av fyllning av toppytan. Att använda ett lägre värde kan förbättra ytkvaliteten"
|
||||
@@ -12749,9 +12777,12 @@ msgstr "Acceleration av fyllning av toppytan. Att använda ett lägre värde kan
|
||||
msgid "Acceleration of outer wall: using a lower value can improve quality."
|
||||
msgstr "Acceleration av yttervägg: ett lägre värde kan förbättra kvaliteten."
|
||||
|
||||
msgid "Acceleration of inner walls."
|
||||
msgid "Acceleration of bridges. If the value is expressed as a percentage (e.g. 50%), it will be calculated based on the outer wall acceleration."
|
||||
msgstr ""
|
||||
|
||||
msgid "mm/s² or %"
|
||||
msgstr "mm/s² eller %"
|
||||
|
||||
msgid "Acceleration of sparse infill. If the value is expressed as a percentage (e.g. 100%), it will be calculated based on the default acceleration."
|
||||
msgstr "Acceleration av gles utfyllnad. Om värdet uttrycks som en procentsats (t.ex. 100%) kommer det att beräknas baserat på standard accelerationen."
|
||||
|
||||
@@ -12762,6 +12793,14 @@ msgstr ""
|
||||
msgid "This is the printing acceleration for the first layer. Using limited acceleration can improve build plate adhesion."
|
||||
msgstr "Utskrifts acceleration för första lager. Ett lägre värde kan förbättra objektets fäste på byggplattan"
|
||||
|
||||
msgid "First layer travel"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Travel acceleration of first layer.\n"
|
||||
"The percentage value is relative to Travel Acceleration."
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable accel_to_decel"
|
||||
msgstr "Aktivera accel_to_decel"
|
||||
|
||||
@@ -12856,17 +12895,6 @@ msgstr ""
|
||||
msgid "layer"
|
||||
msgstr ""
|
||||
|
||||
msgid "First layer fan speed"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Sets an exact fan speed for the first layer, overriding all other cooling settings. Useful for protecting 3D-printed toolhead parts (e.g. Voron-style ABS/ASA ducts) from a hot bed. A small amount of airflow cools the ducts down, without using full cooling that may in certain conditions hurt first-layer adhesion.\n"
|
||||
"From the second layer onwards, normal cooling resumes.\n"
|
||||
"If \"Full fan speed at layer\" is also set, the fan ramps smoothly from this value on the first layer up to your target by the chosen layer.\n"
|
||||
"Only available when \"No cooling for the first\" is 0.\n"
|
||||
"Set to -1 to disable it."
|
||||
msgstr ""
|
||||
|
||||
msgid "Support interface fan speed"
|
||||
msgstr ""
|
||||
|
||||
@@ -13351,69 +13379,6 @@ msgstr ""
|
||||
msgid "Probing exclude area of clumping."
|
||||
msgstr ""
|
||||
|
||||
msgid "Lateral lattice angle 1"
|
||||
msgstr ""
|
||||
|
||||
msgid "The angle of the first set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr ""
|
||||
|
||||
msgid "Lateral lattice angle 2"
|
||||
msgstr ""
|
||||
|
||||
msgid "The angle of the second set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr ""
|
||||
|
||||
msgid "Infill overhang angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "The angle of the infill angled lines. 60° will result in a pure honeycomb."
|
||||
msgstr ""
|
||||
|
||||
msgid "Lightning overhang angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum overhang angle for Lightning infill support propagation."
|
||||
msgstr ""
|
||||
|
||||
msgid "Prune angle"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Controls how aggressively short or unsupported Lightning branches are pruned.\n"
|
||||
"This angle is converted internally to a per-layer distance."
|
||||
msgstr ""
|
||||
|
||||
msgid "Straightening angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum straightening angle used to simplify Lightning branches."
|
||||
msgstr ""
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than infill_anchor_max is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to this parameter, but no longer than anchor_length_max.\n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a single infill line."
|
||||
msgstr ""
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr "0 (inga öppna ankare)"
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr "1000 (obegränsat)"
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than this parameter is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to infill_anchor, but no longer than this parameter.\n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should create the same result as with 1000 & 0."
|
||||
msgstr ""
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Filament to print internal sparse infill.\n"
|
||||
"\"Default\" uses the active object/part filament."
|
||||
@@ -14249,18 +14214,6 @@ msgstr "Direct Drive"
|
||||
msgid "Bowden"
|
||||
msgstr "Bowden"
|
||||
|
||||
msgid "Enable filament dynamic map"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable dynamic filament mapping during print."
|
||||
msgstr ""
|
||||
|
||||
msgid "Has filament switcher"
|
||||
msgstr ""
|
||||
|
||||
msgid "Printer has a filament switcher hardware (e.g., AMS)."
|
||||
msgstr ""
|
||||
|
||||
msgid "Extra length on restart"
|
||||
msgstr "Extra längd vid omstart"
|
||||
|
||||
@@ -14667,9 +14620,6 @@ msgstr "Sprickor mindre än 2 x gap stängningsradie fylls under triangeln mesh
|
||||
msgid "Slicing Mode"
|
||||
msgstr "Berednings läge"
|
||||
|
||||
msgid "Other"
|
||||
msgstr "Andra"
|
||||
|
||||
msgid "Use \"Even-odd\" for 3DLabPrint airplane models. Use \"Close holes\" to close all holes in the model."
|
||||
msgstr "Använd ”Jämn-Udda” för 3DLabPrint flygplans modeller. Använd ”Stäng hål” för att stänga alla hål i modellen."
|
||||
|
||||
@@ -15021,6 +14971,9 @@ msgid ""
|
||||
"This option relies on the firmware supporting the M191 and M141 commands either via macros or natively and is usually used when an active chamber heater is installed."
|
||||
msgstr ""
|
||||
|
||||
msgid "Chamber temperature"
|
||||
msgstr "Kammarens temperatur"
|
||||
|
||||
msgid ""
|
||||
"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber temperature can help suppress or reduce warping and potentially lead to higher interlayer bonding strength. However, at the same time, a higher chamber temperature will reduce the efficiency of air filtration for ABS and ASA.\n"
|
||||
"\n"
|
||||
@@ -15029,17 +14982,6 @@ msgid ""
|
||||
"If enabled, this parameter also sets a G-code variable named chamber_temperature, which can be used to pass the desired chamber temperature to your print start macro, or a heat soak macro like this: PRINT_START (other variables) CHAMBER_TEMP=[chamber_temperature]. This may be useful if your printer does not support M141/M191 commands, or if you desire to handle heat soaking in the print start macro if no active chamber heater is installed."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"This is the chamber temperature at which printing should start, while the chamber continues heating toward the \"Target\" chamber temperature. For example, set the Target to 60 and the Minimal to 50 to begin printing once the chamber reaches 50°C, without waiting for the full 60°C.\n"
|
||||
"\n"
|
||||
"It sets a G-code variable named chamber_minimal_temperature, which can be passed to your print start macro or a heat soak macro, like this: PRINT_START (other variables) CHAMBER_MIN_TEMP=[chamber_minimal_temperature].\n"
|
||||
"\n"
|
||||
"Unlike the \"Target\" chamber temperature, this option does not emit any M141/M191 commands; it only exposes the value to your custom G-code. It should not exceed the \"Target\" chamber temperature."
|
||||
msgstr ""
|
||||
|
||||
msgid "Chamber minimal temperature"
|
||||
msgstr ""
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Nozzle temperature after the first layer"
|
||||
msgstr "Nozzel temperatur efter första lager"
|
||||
@@ -15085,6 +15027,20 @@ msgstr "Övre skalets tjocklek"
|
||||
msgid "The number of top solid layers is increased when slicing if the thickness calculated by top shell layers is thinner than this value. This can avoid having too thin a shell when layer height is small. 0 means that this setting is disabled and thickness of top shell is determined simply by the number of top shell layers."
|
||||
msgstr "Antal solida övre lager ökas när tjockleken kalkyleras och övre skalet är tunnare än detta värde. Detta kan undvika att ha för tunt skal när lagerhöjden är liten. 0 betyder att den här inställningen är inaktiverad och tjockleken på det övre skalet bestäms av de övre skal lagerna"
|
||||
|
||||
msgid "Top surface density"
|
||||
msgstr ""
|
||||
|
||||
msgid "Density of top surface layer. A value of 100% creates a fully solid, smooth top layer. Reducing this value results in a textured top surface, according to the chosen top surface pattern. A value of 0% will result in only the walls on the top layer being created. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion."
|
||||
msgstr ""
|
||||
|
||||
msgid "Bottom surface density"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Density of the bottom surface layer. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion.\n"
|
||||
"WARNING: Lowering this value may negatively affect bed adhesion."
|
||||
msgstr ""
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "This is the speed at which traveling is done."
|
||||
msgstr "Förflyttnings hastighet"
|
||||
@@ -17606,132 +17562,6 @@ msgstr ""
|
||||
msgid "Connection to printers connected via the print host failed."
|
||||
msgstr "Anslutningen till printrar som är anslutna via printer värden misslyckades."
|
||||
|
||||
msgid "Detect Creality K-series printer"
|
||||
msgstr ""
|
||||
|
||||
msgid "Click Scan to look for K-series printers on your network."
|
||||
msgstr ""
|
||||
|
||||
msgid "Use Selected"
|
||||
msgstr ""
|
||||
|
||||
msgid "Scanning the LAN for K-series printers... this takes a few seconds."
|
||||
msgstr ""
|
||||
|
||||
msgid "No K-series printers found. Make sure the printer is on the same network and not blocked by Wi-Fi client isolation, then click Scan again."
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "Found %zu Creality printer(s). Select one and click Use Selected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
msgid "Processes"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show/Hide system information"
|
||||
msgstr ""
|
||||
|
||||
msgid "Copy system information to clipboard"
|
||||
msgstr ""
|
||||
|
||||
msgid "We need information for diagnosing source of the issue. Check wiki page for detailed guide."
|
||||
msgstr ""
|
||||
|
||||
msgid "Pack button collects project file and logs of current session onto a zip file."
|
||||
msgstr ""
|
||||
|
||||
msgid "Any additional visual examples like images or screen recordings might be helpful while reporting the issue."
|
||||
msgstr ""
|
||||
|
||||
msgid "Report issue"
|
||||
msgstr ""
|
||||
|
||||
msgid "Pack"
|
||||
msgstr ""
|
||||
|
||||
msgid "Cleans and rebuilds system profiles cache on next launch"
|
||||
msgstr ""
|
||||
|
||||
msgid "Clean system profiles cache"
|
||||
msgstr ""
|
||||
|
||||
msgid "Clean"
|
||||
msgstr ""
|
||||
|
||||
msgid "Loaded profiles overview"
|
||||
msgstr ""
|
||||
|
||||
msgid "This section shows information for loaded profiles"
|
||||
msgstr ""
|
||||
|
||||
msgid "Exports detailed overview of loaded profiles in json format"
|
||||
msgstr ""
|
||||
|
||||
msgid "Configurations folder"
|
||||
msgstr ""
|
||||
|
||||
msgid "Opens configurations folder"
|
||||
msgstr ""
|
||||
|
||||
msgid "Log level"
|
||||
msgstr ""
|
||||
|
||||
msgid "Stored logs"
|
||||
msgstr ""
|
||||
|
||||
msgid "Packs all stored logs onto a zip file."
|
||||
msgstr ""
|
||||
|
||||
msgid "Profiles"
|
||||
msgstr ""
|
||||
|
||||
msgid "Select NO to close dialog and review project"
|
||||
msgstr ""
|
||||
|
||||
msgid "No project file on current session. Only logs will be included to package"
|
||||
msgstr ""
|
||||
|
||||
msgid "Select NO to close dialog and review project."
|
||||
msgstr ""
|
||||
|
||||
msgid "Please make sure any instances of OrcaSlicer are not running"
|
||||
msgstr ""
|
||||
|
||||
msgid "System folder cannot be deleted because some files are in use by another application. Please close any applications using these files and try again."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to delete system folder..."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to determine executable path."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to launch a new instance."
|
||||
msgstr ""
|
||||
|
||||
msgid "log(s)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Choose where to save the exported JSON file"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Export failed\n"
|
||||
"Please check write permissions or file in use by another application"
|
||||
msgstr ""
|
||||
|
||||
msgid "Choose where to save the exported ZIP file"
|
||||
msgstr ""
|
||||
|
||||
msgid "File already exists. Overwrite?"
|
||||
msgstr ""
|
||||
|
||||
msgid "3DPrinterOS Cloud upload options"
|
||||
msgstr ""
|
||||
|
||||
@@ -17814,19 +17644,6 @@ msgstr ""
|
||||
msgid "Could not connect to MKS"
|
||||
msgstr "Kunde inte ansluta till MKS"
|
||||
|
||||
msgid "Connection to Moonraker is working correctly."
|
||||
msgstr ""
|
||||
|
||||
msgid "Could not connect to Moonraker"
|
||||
msgstr ""
|
||||
|
||||
msgid "The host responded but it doesn't look like Moonraker (missing result.klippy_state)."
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Could not parse Moonraker server response: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "Connection to OctoPrint is working correctly."
|
||||
msgstr ""
|
||||
|
||||
@@ -18956,22 +18773,6 @@ msgstr ""
|
||||
"Undvik vridning\n"
|
||||
"Visste du att när du skriver ut material som är benägna att vrida, såsom ABS, kan en lämplig ökning av värmebäddens temperatur minska sannolikheten för vridning?"
|
||||
|
||||
#~ msgid "View control settings"
|
||||
#~ msgstr "Kontroll inställningar"
|
||||
|
||||
#~ msgid "Rotate view"
|
||||
#~ msgstr "Rotera vy"
|
||||
|
||||
#~ msgid "Pan view"
|
||||
#~ msgstr "Panoreringsvy"
|
||||
|
||||
#~ msgid "Zoom view"
|
||||
#~ msgstr "Zoomvy"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
#~ msgid "Reverse scroll direction while zooming"
|
||||
#~ msgstr "Reversera mushjulet för att zooma"
|
||||
|
||||
#~ msgid "Perform"
|
||||
#~ msgstr "Utför"
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2026-07-03 14:43+0200\n"
|
||||
"POT-Creation-Date: 2026-06-26 10:26+0800\n"
|
||||
"PO-Revision-Date: 2026-06-19 13:40+0700\n"
|
||||
"Last-Translator: Icezaza\n"
|
||||
"Language-Team: Thai\n"
|
||||
@@ -1699,12 +1699,7 @@ msgid ""
|
||||
"To migrate your existing profiles, log in to Orca Cloud and they will be transferred automatically. To learn more about how OrcaSlicer stores and syncs your profiles, or to migrate your presets manually, check out our wiki.\n"
|
||||
"\n"
|
||||
"If you did not use Bambu Cloud to sync profiles, this change does not affect you and you can safely ignore this message."
|
||||
msgstr ""
|
||||
"ตั้งแต่เวอร์ชัน 2.4.0 เป็นต้นไป OrcaSlicer จะซิงค์โปรไฟล์ผู้ใช้ผ่าน Orca Cloud แทน Bambu Cloud\n"
|
||||
"\n"
|
||||
"หากต้องการย้ายโปรไฟล์ที่มีอยู่ของคุณ ให้เข้าสู่ระบบ Orca Cloud แล้วระบบจะถ่ายโอนให้โดยอัตโนมัติ หากต้องการเรียนรู้เพิ่มเติมเกี่ยวกับวิธีที่ OrcaSlicer จัดเก็บและซิงค์โปรไฟล์ของคุณ หรือต้องการย้ายพรีเซ็ตด้วยตนเอง โปรดดูที่วิกิของเรา\n"
|
||||
"\n"
|
||||
"หากคุณไม่ได้ใช้ Bambu Cloud ในการซิงค์โปรไฟล์ การเปลี่ยนแปลงนี้จะไม่ส่งผลต่อคุณ และคุณสามารถเพิกเฉยต่อข้อความนี้ได้"
|
||||
msgstr "ตั้งแต่เวอร์ชัน 2.4.0 เป็นต้นไป OrcaSlicer จะซิงค์โปรไฟล์ผู้ใช้ผ่าน Orca Cloud แทน Bambu Cloud\n\nหากต้องการย้ายโปรไฟล์ที่มีอยู่ของคุณ ให้เข้าสู่ระบบ Orca Cloud แล้วระบบจะถ่ายโอนให้โดยอัตโนมัติ หากต้องการเรียนรู้เพิ่มเติมเกี่ยวกับวิธีที่ OrcaSlicer จัดเก็บและซิงค์โปรไฟล์ของคุณ หรือต้องการย้ายพรีเซ็ตด้วยตนเอง โปรดดูที่วิกิของเรา\n\nหากคุณไม่ได้ใช้ Bambu Cloud ในการซิงค์โปรไฟล์ การเปลี่ยนแปลงนี้จะไม่ส่งผลต่อคุณ และคุณสามารถเพิกเฉยต่อข้อความนี้ได้"
|
||||
|
||||
msgid "Profile syncing change"
|
||||
msgstr ""
|
||||
@@ -4004,10 +3999,6 @@ msgstr ""
|
||||
msgid "Current chamber temperature is higher than the material's safe temperature; this may result in material softening and nozzle clogs. The maximum safe temperature for the material is %d"
|
||||
msgstr "อุณหภูมิห้องพิมพ์ปัจจุบันสูงกว่าอุณหภูมิปลอดภัยของวัสดุ ซึ่งอาจทำให้วัสดุนิ่มและหัวฉีดอุดตัน อุณหภูมิปลอดภัยสูงสุดของวัสดุนี้คือ %d"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "The minimal chamber temperature (%d℃) is higher than the target chamber temperature (%d℃). The minimal value is the threshold at which printing starts while the chamber keeps heating toward the target, so it should not exceed it. It will be clamped to the target."
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Layer height too small\n"
|
||||
"It has been reset to 0.2"
|
||||
@@ -7711,50 +7702,6 @@ msgstr "เลือกโฟลเดอร์สำหรับรายกา
|
||||
msgid "Choose Download Directory"
|
||||
msgstr "เลือกดาวน์โหลดไดเรกทอรี"
|
||||
|
||||
msgid "(Latest)"
|
||||
msgstr "(ล่าสุด)"
|
||||
|
||||
msgid "Network plug-in switched successfully."
|
||||
msgstr "สลับปลั๊กอินเครือข่ายสำเร็จแล้ว"
|
||||
|
||||
msgid "Success"
|
||||
msgstr "สำเร็จ"
|
||||
|
||||
msgid "Failed to load network plug-in. Please restart the application."
|
||||
msgstr "โหลดปลั๊กอินเครือข่ายไม่สำเร็จ กรุณารีสตาร์ทแอปพลิเคชัน"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"You've selected network plug-in version %s.\n"
|
||||
"\n"
|
||||
"Would you like to download and install this version now?\n"
|
||||
"\n"
|
||||
"Note: The application may need to restart after installation."
|
||||
msgstr ""
|
||||
"คุณได้เลือกปลั๊กอินเครือข่ายเวอร์ชัน %s\n"
|
||||
"\n"
|
||||
"คุณต้องการดาวน์โหลดและติดตั้งเวอร์ชันนี้ทันทีหรือไม่\n"
|
||||
"\n"
|
||||
"หมายเหตุ: แอปพลิเคชันอาจต้องรีสตาร์ทหลังการติดตั้ง"
|
||||
|
||||
msgid "Download Network Plug-in"
|
||||
msgstr "ดาวน์โหลดปลั๊กอินเครือข่าย"
|
||||
|
||||
msgid "Reload the network plug-in without restarting the application"
|
||||
msgstr "โหลดปลั๊กอินเครือข่ายซ้ำโดยไม่ต้องรีสตาร์ทแอปพลิเคชัน"
|
||||
|
||||
msgid "Network plug-in reloaded successfully."
|
||||
msgstr "โหลดปลั๊กอินเครือข่ายซ้ำสำเร็จแล้ว"
|
||||
|
||||
msgid "Reload"
|
||||
msgstr "โหลดใหม่"
|
||||
|
||||
msgid "Failed to reload network plug-in. Please restart the application."
|
||||
msgstr "โหลดปลั๊กอินเครือข่ายซ้ำไม่สำเร็จ กรุณารีสตาร์ทแอปพลิเคชัน"
|
||||
|
||||
msgid "Reload Failed"
|
||||
msgstr "โหลดใหม่ล้มเหลว"
|
||||
|
||||
msgid "Associate"
|
||||
msgstr "เชื่อมโยง"
|
||||
|
||||
@@ -7809,6 +7756,12 @@ msgstr "แสดงหน้าจอเริ่มต้น"
|
||||
msgid "Show the splash screen during startup."
|
||||
msgstr "แสดงหน้าจอเริ่มต้นระหว่างการเริ่มต้น"
|
||||
|
||||
msgid "Show shared profiles notification"
|
||||
msgstr "แสดงการแจ้งเตือนโปรไฟล์ที่แชร์"
|
||||
|
||||
msgid "Show a notification with a link to browse shared profiles when the selected printer is changed."
|
||||
msgstr "แสดงการแจ้งเตือนพร้อมลิงก์เพื่อเรียกดูโปรไฟล์ที่แชร์เมื่อเครื่องพิมพ์ที่เลือกมีการเปลี่ยนแปลง"
|
||||
|
||||
msgid "Use window buttons on left side"
|
||||
msgstr "ใช้ปุ่มหน้าต่างทางด้านซ้าย"
|
||||
|
||||
@@ -7839,12 +7792,6 @@ msgstr "พฤติกรรมการโหลด"
|
||||
msgid "Should printer/filament/process settings be loaded when opening a 3MF file?"
|
||||
msgstr "ควรโหลดการตั้งค่าเครื่องพิมพ์/เส้นพลาสติก/กระบวนการเมื่อเปิดไฟล์ 3MF หรือไม่"
|
||||
|
||||
msgid "Auto backup"
|
||||
msgstr "การสำรองข้อมูลอัตโนมัติ"
|
||||
|
||||
msgid "Backup your project periodically to help with restoring from an occasional crash."
|
||||
msgstr "สำรองข้อมูลโปรเจ็กต์ของคุณเป็นระยะเพื่อกู้คืนจากข้อขัดข้องเป็นครั้งคราว"
|
||||
|
||||
msgid "Maximum recent files"
|
||||
msgstr "ไฟล์ล่าสุดสูงสุด"
|
||||
|
||||
@@ -7863,20 +7810,11 @@ msgstr "แสดงตัวเลือกเมื่อนำเข้าไ
|
||||
msgid "If enabled, a parameter settings dialog will appear during STEP file import."
|
||||
msgstr "หากเปิดใช้งาน กล่องโต้ตอบการตั้งค่าพารามิเตอร์จะปรากฏขึ้นระหว่างการนำเข้าไฟล์ STEP"
|
||||
|
||||
msgid "Quality level for Draco export"
|
||||
msgstr "ระดับคุณภาพสำหรับการส่งออกของ Draco"
|
||||
msgid "Auto backup"
|
||||
msgstr "การสำรองข้อมูลอัตโนมัติ"
|
||||
|
||||
msgid "bits"
|
||||
msgstr "บิต"
|
||||
|
||||
msgid ""
|
||||
"Controls the quantization bit depth used when compressing the mesh to Draco format.\n"
|
||||
"0 = lossless compression (geometry is preserved at full precision). Valid lossy values range from 8 to 30.\n"
|
||||
"Lower values produce smaller files but lose more geometric detail; higher values preserve more detail at the cost of larger files."
|
||||
msgstr ""
|
||||
"ควบคุมความลึกบิตเชิงปริมาณที่ใช้ในการบีบอัด mesh เป็นรูปแบบ Draco\n"
|
||||
"0 = การบีบอัดแบบไม่สูญเสีย (รูปทรงเรขาคณิตจะถูกรักษาไว้อย่างแม่นยำเต็มที่) ค่าการสูญเสียที่ถูกต้องมีตั้งแต่ 8 ถึง 30\n"
|
||||
"ค่าที่ต่ำกว่าจะทำให้ไฟล์มีขนาดเล็กลง แต่สูญเสียรายละเอียดทางเรขาคณิตมากขึ้น ค่าที่สูงกว่าจะรักษารายละเอียดได้มากขึ้นโดยที่ไฟล์มีขนาดใหญ่กว่า"
|
||||
msgid "Backup your project periodically to help with restoring from an occasional crash."
|
||||
msgstr "สำรองข้อมูลโปรเจ็กต์ของคุณเป็นระยะเพื่อกู้คืนจากข้อขัดข้องเป็นครั้งคราว"
|
||||
|
||||
msgid "Preset"
|
||||
msgstr "พรีเซ็ต"
|
||||
@@ -7908,12 +7846,6 @@ msgstr "เส้นพลาสติก"
|
||||
msgid "Optimizes filament area maximum height by chosen filament count."
|
||||
msgstr "ปรับความสูงสูงสุดของพื้นที่เส้นพลาสติกให้เหมาะสมตามจำนวนเส้นพลาสติกที่เลือก"
|
||||
|
||||
msgid "Show shared profiles notification"
|
||||
msgstr "แสดงการแจ้งเตือนโปรไฟล์ที่แชร์"
|
||||
|
||||
msgid "Show a notification with a link to browse shared profiles when the selected printer is changed."
|
||||
msgstr "แสดงการแจ้งเตือนพร้อมลิงก์เพื่อเรียกดูโปรไฟล์ที่แชร์เมื่อเครื่องพิมพ์ที่เลือกมีการเปลี่ยนแปลง"
|
||||
|
||||
msgid "Features"
|
||||
msgstr "คุณสมบัติ"
|
||||
|
||||
@@ -7926,6 +7858,21 @@ msgstr "เมื่อเปิดใช้งานตัวเลือกน
|
||||
msgid "Pop up to select filament grouping mode"
|
||||
msgstr "ปรากฏขึ้นเพื่อเลือกโหมดการจัดกลุ่มเส้นพลาสติก"
|
||||
|
||||
msgid "Quality level for Draco export"
|
||||
msgstr "ระดับคุณภาพสำหรับการส่งออกของ Draco"
|
||||
|
||||
msgid "bits"
|
||||
msgstr "บิต"
|
||||
|
||||
msgid ""
|
||||
"Controls the quantization bit depth used when compressing the mesh to Draco format.\n"
|
||||
"0 = lossless compression (geometry is preserved at full precision). Valid lossy values range from 8 to 30.\n"
|
||||
"Lower values produce smaller files but lose more geometric detail; higher values preserve more detail at the cost of larger files."
|
||||
msgstr ""
|
||||
"ควบคุมความลึกบิตเชิงปริมาณที่ใช้ในการบีบอัด mesh เป็นรูปแบบ Draco\n"
|
||||
"0 = การบีบอัดแบบไม่สูญเสีย (รูปทรงเรขาคณิตจะถูกรักษาไว้อย่างแม่นยำเต็มที่) ค่าการสูญเสียที่ถูกต้องมีตั้งแต่ 8 ถึง 30\n"
|
||||
"ค่าที่ต่ำกว่าจะทำให้ไฟล์มีขนาดเล็กลง แต่สูญเสียรายละเอียดทางเรขาคณิตมากขึ้น ค่าที่สูงกว่าจะรักษารายละเอียดได้มากขึ้นโดยที่ไฟล์มีขนาดใหญ่กว่า"
|
||||
|
||||
msgid "Behaviour"
|
||||
msgstr "พฤติกรรม"
|
||||
|
||||
@@ -8170,6 +8117,18 @@ msgstr "ตรวจสอบการอัปเดตที่เสถีย
|
||||
msgid "Auto sync user presets (Printer/Filament/Process)"
|
||||
msgstr "การตั้งค่าล่วงหน้าของผู้ใช้ซิงค์อัตโนมัติ (เครื่องพิมพ์/เส้นพลาสติก/กระบวนการ)"
|
||||
|
||||
msgid "Update built-in presets automatically."
|
||||
msgstr "อัปเดตค่าที่ตั้งล่วงหน้าในตัวโดยอัตโนมัติ"
|
||||
|
||||
msgid "Use encrypted file for token storage"
|
||||
msgstr "ใช้ไฟล์ที่เข้ารหัสสำหรับการจัดเก็บโทเค็น"
|
||||
|
||||
msgid "Store authentication tokens in an encrypted file instead of the system keychain. (Requires restart)"
|
||||
msgstr "จัดเก็บโทเค็นการรับรองความถูกต้องในไฟล์ที่เข้ารหัสแทนพวงกุญแจระบบ (ต้องรีสตาร์ท)"
|
||||
|
||||
msgid "Filament Sync Options"
|
||||
msgstr "ตัวเลือกการซิงค์ฟิลาเมนต์"
|
||||
|
||||
msgid "Filament sync mode"
|
||||
msgstr "โหมดการซิงค์ฟิลาเมนต์"
|
||||
|
||||
@@ -8182,15 +8141,6 @@ msgstr "เส้นพลาสติกและสี"
|
||||
msgid "Color only"
|
||||
msgstr "สีเท่านั้น"
|
||||
|
||||
msgid "Update built-in presets automatically."
|
||||
msgstr "อัปเดตค่าที่ตั้งล่วงหน้าในตัวโดยอัตโนมัติ"
|
||||
|
||||
msgid "Use encrypted file for token storage"
|
||||
msgstr "ใช้ไฟล์ที่เข้ารหัสสำหรับการจัดเก็บโทเค็น"
|
||||
|
||||
msgid "Store authentication tokens in an encrypted file instead of the system keychain. (Requires restart)"
|
||||
msgstr "จัดเก็บโทเค็นการรับรองความถูกต้องในไฟล์ที่เข้ารหัสแทนพวงกุญแจระบบ (ต้องรีสตาร์ท)"
|
||||
|
||||
msgid "Bambu network plug-in"
|
||||
msgstr "ปลั๊กอินเครือข่าย Bambu"
|
||||
|
||||
@@ -8203,6 +8153,35 @@ msgstr "เวอร์ชันปลั๊กอินเครือข่า
|
||||
msgid "Select the network plug-in version to use"
|
||||
msgstr "เลือกเวอร์ชันปลั๊กอินเครือข่ายที่จะใช้"
|
||||
|
||||
msgid "(Latest)"
|
||||
msgstr "(ล่าสุด)"
|
||||
|
||||
msgid "Network plug-in switched successfully."
|
||||
msgstr "สลับปลั๊กอินเครือข่ายสำเร็จแล้ว"
|
||||
|
||||
msgid "Success"
|
||||
msgstr "สำเร็จ"
|
||||
|
||||
msgid "Failed to load network plug-in. Please restart the application."
|
||||
msgstr "โหลดปลั๊กอินเครือข่ายไม่สำเร็จ กรุณารีสตาร์ทแอปพลิเคชัน"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"You've selected network plug-in version %s.\n"
|
||||
"\n"
|
||||
"Would you like to download and install this version now?\n"
|
||||
"\n"
|
||||
"Note: The application may need to restart after installation."
|
||||
msgstr ""
|
||||
"คุณได้เลือกปลั๊กอินเครือข่ายเวอร์ชัน %s\n"
|
||||
"\n"
|
||||
"คุณต้องการดาวน์โหลดและติดตั้งเวอร์ชันนี้ทันทีหรือไม่\n"
|
||||
"\n"
|
||||
"หมายเหตุ: แอปพลิเคชันอาจต้องรีสตาร์ทหลังการติดตั้ง"
|
||||
|
||||
msgid "Download Network Plug-in"
|
||||
msgstr "ดาวน์โหลดปลั๊กอินเครือข่าย"
|
||||
|
||||
msgid "Associate files to OrcaSlicer"
|
||||
msgstr "เชื่อมโยงไฟล์กับ OrcaSlicer"
|
||||
|
||||
@@ -8245,17 +8224,8 @@ msgstr "นักพัฒนา"
|
||||
msgid "Skip AMS blacklist check"
|
||||
msgstr "ข้ามการตรวจสอบบัญชีดำของ AMS"
|
||||
|
||||
msgid "Show unsupported presets"
|
||||
msgstr "แสดงค่าที่ตั้งไว้ล่วงหน้าที่ไม่รองรับ"
|
||||
|
||||
msgid "Show incompatible/unsupported presets in the printer and filament dropdown lists. These presets cannot be selected."
|
||||
msgstr "แสดงค่าที่ตั้งไว้ล่วงหน้าที่ไม่เข้ากันหรือไม่รองรับในรายการเลือกเครื่องพิมพ์และเส้นพลาสติก ไม่สามารถเลือกค่าที่ตั้งไว้ล่วงหน้าเหล่านี้ได้"
|
||||
|
||||
msgid "Experimental Features"
|
||||
msgstr ""
|
||||
|
||||
msgid "Keep painted feature after mesh change"
|
||||
msgstr ""
|
||||
msgid "(Experimental) Keep painted feature after mesh change"
|
||||
msgstr "(ทดลอง) เก็บคุณสมบัติการทาสีไว้หลังจากเปลี่ยนตาข่าย"
|
||||
|
||||
msgid ""
|
||||
"Attempt to keep painted features (color/seam/support/fuzzy etc.) after changing the object mesh (such as cut/reload from disk/simplify/fix etc.)\n"
|
||||
@@ -8264,6 +8234,12 @@ msgstr ""
|
||||
"พยายามคงคุณสมบัติการทาสีไว้ (สี/รอยตะเข็บ/ส่วนรองรับ/คลุมเครือ ฯลฯ) หลังจากเปลี่ยนตาข่ายวัตถุ (เช่น ตัด/โหลดซ้ำจากดิสก์/ลดความซับซ้อน/แก้ไข ฯลฯ)\n"
|
||||
"น่าทดลองมาก! ช้าและอาจสร้างสิ่งประดิษฐ์"
|
||||
|
||||
msgid "Show unsupported presets"
|
||||
msgstr "แสดงค่าที่ตั้งไว้ล่วงหน้าที่ไม่รองรับ"
|
||||
|
||||
msgid "Show incompatible/unsupported presets in the printer and filament dropdown lists. These presets cannot be selected."
|
||||
msgstr "แสดงค่าที่ตั้งไว้ล่วงหน้าที่ไม่เข้ากันหรือไม่รองรับในรายการเลือกเครื่องพิมพ์และเส้นพลาสติก ไม่สามารถเลือกค่าที่ตั้งไว้ล่วงหน้าเหล่านี้ได้"
|
||||
|
||||
msgid "Allow Abnormal Storage"
|
||||
msgstr "อนุญาตให้จัดเก็บผิดปกติ"
|
||||
|
||||
@@ -8292,6 +8268,24 @@ msgstr "แก้ปัญหา"
|
||||
msgid "trace"
|
||||
msgstr "ติดตาม"
|
||||
|
||||
msgid "Network plug-in"
|
||||
msgstr "ปลั๊กอินเครือข่าย"
|
||||
|
||||
msgid "Reload"
|
||||
msgstr "โหลดใหม่"
|
||||
|
||||
msgid "Reload the network plug-in without restarting the application"
|
||||
msgstr "โหลดปลั๊กอินเครือข่ายซ้ำโดยไม่ต้องรีสตาร์ทแอปพลิเคชัน"
|
||||
|
||||
msgid "Network plug-in reloaded successfully."
|
||||
msgstr "โหลดปลั๊กอินเครือข่ายซ้ำสำเร็จแล้ว"
|
||||
|
||||
msgid "Failed to reload network plug-in. Please restart the application."
|
||||
msgstr "โหลดปลั๊กอินเครือข่ายซ้ำไม่สำเร็จ กรุณารีสตาร์ทแอปพลิเคชัน"
|
||||
|
||||
msgid "Reload Failed"
|
||||
msgstr "โหลดใหม่ล้มเหลว"
|
||||
|
||||
msgid "Debug"
|
||||
msgstr "ดีบัก"
|
||||
|
||||
@@ -8307,6 +8301,24 @@ msgstr "การซิงค์ที่ตั้งไว้ล่วงหน
|
||||
msgid "Preferences sync"
|
||||
msgstr "ซิงค์การตั้งค่า"
|
||||
|
||||
msgid "View control settings"
|
||||
msgstr "ดูการตั้งค่าการควบคุม"
|
||||
|
||||
msgid "Rotate view"
|
||||
msgstr "หมุนมุมมอง"
|
||||
|
||||
msgid "Pan view"
|
||||
msgstr "แพนวิว"
|
||||
|
||||
msgid "Zoom view"
|
||||
msgstr "ซูมดู"
|
||||
|
||||
msgid "Other"
|
||||
msgstr "อื่นๆ"
|
||||
|
||||
msgid "Reverse scroll direction while zooming"
|
||||
msgstr "ล้อเมาส์จะกลับด้านเมื่อซูม"
|
||||
|
||||
msgid "Enable SSL(MQTT)"
|
||||
msgstr "เปิดใช้งาน SSL(MQTT)"
|
||||
|
||||
@@ -9000,12 +9012,6 @@ msgstr "ลบค่าที่ตั้งล่วงหน้านี้"
|
||||
msgid "Search in preset"
|
||||
msgstr "ค้นหาในที่ตั้งไว้ล่วงหน้า"
|
||||
|
||||
msgid "Synchronization of different extruder drives or nozzle volume types is not supported."
|
||||
msgstr ""
|
||||
|
||||
msgid "Synchronize the modification of parameters to the corresponding parameters of another extruder."
|
||||
msgstr ""
|
||||
|
||||
msgid "Click to reset all settings to the last saved preset."
|
||||
msgstr "คลิกเพื่อรีเซ็ตการตั้งค่าทั้งหมดเป็นค่าที่ตั้งไว้ล่วงหน้าที่บันทึกไว้ล่าสุด"
|
||||
|
||||
@@ -9289,18 +9295,6 @@ msgstr "อัตราการไหลและแรงดันล่วง
|
||||
msgid "Print chamber temperature"
|
||||
msgstr "อุณหภูมิห้องพิมพ์"
|
||||
|
||||
msgid "Chamber temperature"
|
||||
msgstr "อุณหภูมิห้องพิมพ์"
|
||||
|
||||
msgid "Target chamber temperature, and the minimal chamber temperature at which printing should start"
|
||||
msgstr ""
|
||||
|
||||
msgid "Target"
|
||||
msgstr ""
|
||||
|
||||
msgid "Minimal"
|
||||
msgstr ""
|
||||
|
||||
msgid "Print temperature"
|
||||
msgstr "อุณหภูมิพิมพ์"
|
||||
|
||||
@@ -9625,22 +9619,12 @@ msgid "Don't warn again for this preset"
|
||||
msgstr "ไม่ต้องเตือนอีกสำหรับค่าที่กำหนดล่วงหน้านี้"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "%s: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "No modifications need to be copied."
|
||||
msgstr ""
|
||||
|
||||
msgid "Copy paramters"
|
||||
msgstr ""
|
||||
msgid "Left: %s"
|
||||
msgstr "ซ้าย: %s"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Modify paramters of %s"
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Do you want to modify the following parameters of the %s to that of the %s?"
|
||||
msgstr ""
|
||||
msgid "Right: %s"
|
||||
msgstr "ขวา: %s"
|
||||
|
||||
msgid "Click to reset current value and attach to the global value."
|
||||
msgstr "คลิกเพื่อรีเซ็ตค่าปัจจุบันและแนบไปกับค่าส่วนกลาง"
|
||||
@@ -9657,7 +9641,7 @@ msgstr "การเปลี่ยนแปลงที่ไม่ได้บ
|
||||
msgid "Transfer or discard changes"
|
||||
msgstr "โอนหรือละทิ้งการเปลี่ยนแปลง"
|
||||
|
||||
msgid "Old Value"
|
||||
msgid "Old value"
|
||||
msgstr "ค่าเก่า"
|
||||
|
||||
msgid "New Value"
|
||||
@@ -9789,12 +9773,6 @@ msgstr "จำนวนชุดดันเส้น"
|
||||
msgid "Capabilities"
|
||||
msgstr "ความสามารถ"
|
||||
|
||||
msgid "Left: "
|
||||
msgstr ""
|
||||
|
||||
msgid "Right: "
|
||||
msgstr ""
|
||||
|
||||
msgid "Show all presets (including incompatible)"
|
||||
msgstr "แสดงค่าที่ตั้งล่วงหน้าทั้งหมด (รวมทั้งเข้ากันไม่ได้)"
|
||||
|
||||
@@ -11927,25 +11905,6 @@ msgstr "การพิมพ์ปกติ"
|
||||
msgid "This is the default acceleration for both normal printing and travel after the first layer."
|
||||
msgstr "การเร่งความเร็วเริ่มต้นของทั้งการพิมพ์และการเคลื่อนที่ตามปกติ ยกเว้นเลเยอร์เริ่มต้น"
|
||||
|
||||
msgid "Acceleration of travel moves."
|
||||
msgstr "การเร่งความเร็วของการเดินทาง"
|
||||
|
||||
msgid "First layer travel"
|
||||
msgstr "การเดินทางชั้นแรก"
|
||||
|
||||
msgid ""
|
||||
"Travel acceleration of first layer.\n"
|
||||
"The percentage value is relative to Travel Acceleration."
|
||||
msgstr ""
|
||||
"ความเร่งการเคลื่อนที่ของชั้นแรก\n"
|
||||
"ค่าเปอร์เซ็นต์สัมพันธ์กับการเร่งความเร็วในการเดินทาง"
|
||||
|
||||
msgid "mm/s² or %"
|
||||
msgstr "มม./วินาที² หรือ %"
|
||||
|
||||
msgid "Acceleration of bridges. If the value is expressed as a percentage (e.g. 50%), it will be calculated based on the outer wall acceleration."
|
||||
msgstr "การเร่งความเร็วของสะพาน หากค่าแสดงเป็นเปอร์เซ็นต์ (เช่น 50%) ค่าดังกล่าวจะคำนวณตามความเร่งของผนังด้านนอก"
|
||||
|
||||
msgid "Default filament profile"
|
||||
msgstr "โปรไฟล์เส้นพลาสติกเริ่มต้น"
|
||||
|
||||
@@ -12153,28 +12112,12 @@ msgstr "คอร์ดอาร์คิมีดีน"
|
||||
msgid "Octagram Spiral"
|
||||
msgstr "เกลียวแปดเหลี่ยม"
|
||||
|
||||
msgid "Top surface density"
|
||||
msgstr "ความหนาแน่นผิวด้านบน"
|
||||
|
||||
msgid "Density of top surface layer. A value of 100% creates a fully solid, smooth top layer. Reducing this value results in a textured top surface, according to the chosen top surface pattern. A value of 0% will result in only the walls on the top layer being created. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion."
|
||||
msgstr "ความหนาแน่นของชั้นผิวด้านบน ค่า 100% จะสร้างชั้นบนสุดที่เรียบและแข็งเต็มที่ การลดค่านี้ส่งผลให้พื้นผิวด้านบนมีพื้นผิวตามรูปแบบพื้นผิวด้านบนที่เลือก ค่า 0% จะส่งผลให้มีการสร้างเฉพาะผนังชั้นบนสุดเท่านั้น มีวัตถุประสงค์เพื่อความสวยงามหรือการใช้งาน ไม่ใช่เพื่อแก้ไขปัญหา เช่น การอัดขึ้นรูปมากเกินไป"
|
||||
|
||||
msgid "Bottom surface pattern"
|
||||
msgstr "รูปแบบผิวด้านล่าง"
|
||||
|
||||
msgid "This is the line pattern of bottom surface infill, not including bridge infill."
|
||||
msgstr "รูปแบบเส้นของไส้ในพื้นผิวด้านล่าง ไม่ใช่ไส้ในแบบบริดจ์"
|
||||
|
||||
msgid "Bottom surface density"
|
||||
msgstr "ความหนาแน่นผิวด้านล่าง"
|
||||
|
||||
msgid ""
|
||||
"Density of the bottom surface layer. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion.\n"
|
||||
"WARNING: Lowering this value may negatively affect bed adhesion."
|
||||
msgstr ""
|
||||
"ความหนาแน่นของชั้นผิวด้านล่าง มีวัตถุประสงค์เพื่อความสวยงามหรือการใช้งาน ไม่ใช่เพื่อแก้ไขปัญหา เช่น การอัดขึ้นรูปมากเกินไป\n"
|
||||
"คำเตือน: การลดค่านี้อาจส่งผลเสียต่อการยึดเกาะของฐานพิมพ์"
|
||||
|
||||
msgid "Internal solid infill pattern"
|
||||
msgstr "รูปแบบไส้ในของแข็งภายใน"
|
||||
|
||||
@@ -12471,6 +12414,18 @@ msgstr "อัตโนมัติสำหรับไล่เส้น"
|
||||
msgid "Auto For Match"
|
||||
msgstr "อัตโนมัติสำหรับการแข่งขัน"
|
||||
|
||||
msgid "Enable filament dynamic map"
|
||||
msgstr "เปิดใช้งานแผนที่ไดนามิกของเส้นพลาสติก"
|
||||
|
||||
msgid "Enable dynamic filament mapping during print."
|
||||
msgstr "เปิดใช้งานการแมปเส้นพลาสติกแบบไดนามิกระหว่างการพิมพ์"
|
||||
|
||||
msgid "Has filament switcher"
|
||||
msgstr "มีตัวสลับเส้นพลาสติก"
|
||||
|
||||
msgid "Printer has a filament switcher hardware (e.g., AMS)."
|
||||
msgstr "เครื่องพิมพ์มีฮาร์ดแวร์ตัวสลับเส้นพลาสติก (เช่น AMS)"
|
||||
|
||||
msgid "Flush temperature"
|
||||
msgstr "อุณหภูมิไล่เส้น"
|
||||
|
||||
@@ -12807,7 +12762,7 @@ msgstr "การใช้หลายบรรทัดสำหรับรู
|
||||
msgid "Z-buckling bias optimization (experimental)"
|
||||
msgstr "การปรับชดเชยการโก่งตัวตามแกน Z ให้เหมาะสม (ทดลอง)"
|
||||
|
||||
#, no-c-format, no-boost-format
|
||||
#, fuzzy
|
||||
msgid "Tightens the gyroid wave along the Z (vertical) axis at low infill density to shorten the effective vertical column length and improve Z-axis compression buckling resistance. Filament use is preserved. No effect at ~30% sparse infill density and above. Only applies when Sparse infill pattern is set to Gyroid."
|
||||
msgstr "ปรับคลื่นไจรอยด์ให้ถี่ขึ้นตามแกน Z (แนวตั้ง) เมื่อความหนาแน่นไส้ในต่ำ เพื่อลดความยาวช่วงเสาแนวตั้งที่มีผลจริง และเพิ่มความต้านทานการโก่งตัวจากแรงอัดตามแกน Z โดยยังใช้เส้นพลาสติกเท่าเดิม ไม่มีผลเมื่อความหนาแน่นไส้ในแบบโปร่งประมาณ ~30% ขึ้นไป ใช้เฉพาะเมื่อรูปแบบไส้ในแบบโปร่งตั้งเป็นไจรอยด์เท่านั้น"
|
||||
|
||||
@@ -12874,14 +12829,92 @@ msgstr "TPMS-FK"
|
||||
msgid "Gyroid"
|
||||
msgstr "ไจรอยด์"
|
||||
|
||||
msgid "Lateral lattice angle 1"
|
||||
msgstr "มุมขัดแตะด้านข้าง 1"
|
||||
|
||||
msgid "The angle of the first set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "มุมขององค์ประกอบขัดแตะด้านข้างชุดแรกในทิศทาง Z ศูนย์คือแนวตั้ง"
|
||||
|
||||
msgid "Lateral lattice angle 2"
|
||||
msgstr "มุมขัดแตะด้านข้าง 2"
|
||||
|
||||
msgid "The angle of the second set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "มุมขององค์ประกอบขัดแตะด้านข้างชุดที่สองในทิศทาง Z ศูนย์คือแนวตั้ง"
|
||||
|
||||
msgid "Infill overhang angle"
|
||||
msgstr "ไส้ในมุมยื่น"
|
||||
|
||||
msgid "The angle of the infill angled lines. 60° will result in a pure honeycomb."
|
||||
msgstr "มุมของเส้นมุมที่ไส้ในเข้าไป 60° ก็จะได้รังผึ้งที่บริสุทธิ์"
|
||||
|
||||
msgid "Lightning overhang angle"
|
||||
msgstr "มุมส่วนยื่น Lightning"
|
||||
|
||||
msgid "Maximum overhang angle for Lightning infill support propagation."
|
||||
msgstr "มุมส่วนยื่นสูงสุดสำหรับการแพร่กระจายส่วนรองรับไส้ใน Lightning"
|
||||
|
||||
msgid "Prune angle"
|
||||
msgstr "มุมตัดแต่ง"
|
||||
|
||||
msgid ""
|
||||
"Controls how aggressively short or unsupported Lightning branches are pruned.\n"
|
||||
"This angle is converted internally to a per-layer distance."
|
||||
msgstr ""
|
||||
"กำหนดระดับการตัดกิ่ง Lightning ที่สั้นหรือไม่มีส่วนรองรับออก\n"
|
||||
"มุมนี้จะถูกแปลงภายในเป็นระยะทางต่อชั้น"
|
||||
|
||||
msgid "Straightening angle"
|
||||
msgstr "มุมจัดให้ตรง"
|
||||
|
||||
msgid "Maximum straightening angle used to simplify Lightning branches."
|
||||
msgstr "มุมจัดให้ตรงสูงสุดที่ใช้ลดความซับซ้อนของกิ่ง Lightning"
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr "ความยาวสมอ ไส้ใน เบาบาง"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than infill_anchor_max is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to this parameter, but no longer than anchor_length_max.\n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a single infill line."
|
||||
msgstr ""
|
||||
"เชื่อมต่อเส้นไส้ในเข้ากับเส้นรอบวงภายในด้วยส่วนสั้นของเส้นรอบวงเพิ่มเติม หากระบุเป็นเปอร์เซ็นต์ (ตัวอย่าง: 15%) ระบบจะคำนวณจากความกว้างการอัดรีดของไส้ใน Orca Slicer จะพยายามเชื่อมต่อเส้นไส้ในสองเส้นที่อยู่ใกล้กันเข้ากับส่วนเส้นรอบวงสั้น ๆ หากไม่พบส่วนเส้นรอบวงที่สั้นกว่า infill_anchor_max เส้นไส้ในจะถูกเชื่อมต่อกับส่วนเส้นรอบวงเพียงด้านเดียว และความยาวของส่วนเส้นรอบวงที่ใช้จะถูกจำกัดด้วยพารามิเตอร์นี้ แต่ต้องไม่เกิน anchor_length_max\n"
|
||||
"ตั้งค่าพารามิเตอร์นี้เป็นศูนย์เพื่อปิดใช้งานเส้นรอบวงยึดที่เชื่อมต่อกับเส้นไส้ในเพียงเส้นเดียว"
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr "0 (ไม่มีพุกเปิด)"
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr "1,000 (ไม่จำกัด)"
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr "ความยาวสูงสุดของพุก ไส้ใน"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than this parameter is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to infill_anchor, but no longer than this parameter.\n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should create the same result as with 1000 & 0."
|
||||
msgstr ""
|
||||
"เชื่อมต่อเส้นไส้ในเข้ากับเส้นรอบวงภายในด้วยส่วนสั้นของเส้นรอบวงเพิ่มเติม หากระบุเป็นเปอร์เซ็นต์ (ตัวอย่าง: 15%) ระบบจะคำนวณจากความกว้างการอัดรีดของไส้ใน Orca Slicer จะพยายามเชื่อมต่อเส้นไส้ในสองเส้นที่อยู่ใกล้กันเข้ากับส่วนเส้นรอบวงสั้น ๆ หากไม่พบส่วนเส้นรอบวงที่สั้นกว่าพารามิเตอร์นี้ เส้นไส้ในจะถูกเชื่อมต่อกับส่วนเส้นรอบวงเพียงด้านเดียว และความยาวของส่วนเส้นรอบวงที่ใช้จะถูกจำกัดไว้ที่ infill_anchor แต่ต้องไม่ยาวเกินพารามิเตอร์นี้\n"
|
||||
"หากตั้งค่าเป็น 0 จะใช้อัลกอริทึมเดิมสำหรับการเชื่อมต่อไส้ใน ซึ่งควรให้ผลลัพธ์เดียวกับ 1000 & 0"
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr "0 (เชื่อมต่อแบบง่าย)"
|
||||
|
||||
msgid "Acceleration of inner walls."
|
||||
msgstr "การเร่งความเร็วของผนังด้านใน"
|
||||
|
||||
msgid "Acceleration of travel moves."
|
||||
msgstr "การเร่งความเร็วของการเดินทาง"
|
||||
|
||||
msgid "This is the acceleration of top surface infill. Using a lower value may improve top surface quality."
|
||||
msgstr "ความเร่งของไส้ในพื้นผิวด้านบน การใช้ค่าที่ต่ำกว่าอาจปรับปรุงคุณภาพพื้นผิวด้านบนได้"
|
||||
|
||||
msgid "Acceleration of outer wall: using a lower value can improve quality."
|
||||
msgstr "ความเร่งของผนังด้านนอก การใช้ค่าที่ต่ำกว่าสามารถปรับปรุงคุณภาพได้"
|
||||
|
||||
msgid "Acceleration of inner walls."
|
||||
msgstr "การเร่งความเร็วของผนังด้านใน"
|
||||
msgid "Acceleration of bridges. If the value is expressed as a percentage (e.g. 50%), it will be calculated based on the outer wall acceleration."
|
||||
msgstr "การเร่งความเร็วของสะพาน หากค่าแสดงเป็นเปอร์เซ็นต์ (เช่น 50%) ค่าดังกล่าวจะคำนวณตามความเร่งของผนังด้านนอก"
|
||||
|
||||
msgid "mm/s² or %"
|
||||
msgstr "มม./วินาที² หรือ %"
|
||||
|
||||
msgid "Acceleration of sparse infill. If the value is expressed as a percentage (e.g. 100%), it will be calculated based on the default acceleration."
|
||||
msgstr "ความเร่งของไส้ในแบบโปร่ง หากค่าแสดงเป็นเปอร์เซ็นต์ (เช่น 100%) ค่านั้นจะถูกคำนวณตามความเร่งเริ่มต้น"
|
||||
@@ -12892,6 +12925,16 @@ msgstr "ความเร่งของไส้ในของแข็งภ
|
||||
msgid "This is the printing acceleration for the first layer. Using limited acceleration can improve build plate adhesion."
|
||||
msgstr "ความเร่งของชั้นแรก การใช้ค่าที่ต่ำกว่าสามารถปรับปรุงการยึดเกาะของเพลตได้"
|
||||
|
||||
msgid "First layer travel"
|
||||
msgstr "การเดินทางชั้นแรก"
|
||||
|
||||
msgid ""
|
||||
"Travel acceleration of first layer.\n"
|
||||
"The percentage value is relative to Travel Acceleration."
|
||||
msgstr ""
|
||||
"ความเร่งการเคลื่อนที่ของชั้นแรก\n"
|
||||
"ค่าเปอร์เซ็นต์สัมพันธ์กับการเร่งความเร็วในการเดินทาง"
|
||||
|
||||
msgid "Enable accel_to_decel"
|
||||
msgstr "เปิดใช้งาน accel_to_decel"
|
||||
|
||||
@@ -12981,17 +13024,6 @@ msgstr "ความเร็วพัดลมจะเพิ่มขึ้น
|
||||
msgid "layer"
|
||||
msgstr "ชั้น"
|
||||
|
||||
msgid "First layer fan speed"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Sets an exact fan speed for the first layer, overriding all other cooling settings. Useful for protecting 3D-printed toolhead parts (e.g. Voron-style ABS/ASA ducts) from a hot bed. A small amount of airflow cools the ducts down, without using full cooling that may in certain conditions hurt first-layer adhesion.\n"
|
||||
"From the second layer onwards, normal cooling resumes.\n"
|
||||
"If \"Full fan speed at layer\" is also set, the fan ramps smoothly from this value on the first layer up to your target by the chosen layer.\n"
|
||||
"Only available when \"No cooling for the first\" is 0.\n"
|
||||
"Set to -1 to disable it."
|
||||
msgstr ""
|
||||
|
||||
msgid "Support interface fan speed"
|
||||
msgstr "ความเร็วพัดลมผิวสัมผัสส่วนรองรับ"
|
||||
|
||||
@@ -13523,75 +13555,6 @@ msgstr "การตรวจวัดไม่รวมพื้นที่จ
|
||||
msgid "Probing exclude area of clumping."
|
||||
msgstr "การตรวจวัดไม่รวมพื้นที่จับตัวเป็นก้อน"
|
||||
|
||||
msgid "Lateral lattice angle 1"
|
||||
msgstr "มุมขัดแตะด้านข้าง 1"
|
||||
|
||||
msgid "The angle of the first set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "มุมขององค์ประกอบขัดแตะด้านข้างชุดแรกในทิศทาง Z ศูนย์คือแนวตั้ง"
|
||||
|
||||
msgid "Lateral lattice angle 2"
|
||||
msgstr "มุมขัดแตะด้านข้าง 2"
|
||||
|
||||
msgid "The angle of the second set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "มุมขององค์ประกอบขัดแตะด้านข้างชุดที่สองในทิศทาง Z ศูนย์คือแนวตั้ง"
|
||||
|
||||
msgid "Infill overhang angle"
|
||||
msgstr "ไส้ในมุมยื่น"
|
||||
|
||||
msgid "The angle of the infill angled lines. 60° will result in a pure honeycomb."
|
||||
msgstr "มุมของเส้นมุมที่ไส้ในเข้าไป 60° ก็จะได้รังผึ้งที่บริสุทธิ์"
|
||||
|
||||
msgid "Lightning overhang angle"
|
||||
msgstr "มุมส่วนยื่น Lightning"
|
||||
|
||||
msgid "Maximum overhang angle for Lightning infill support propagation."
|
||||
msgstr "มุมส่วนยื่นสูงสุดสำหรับการแพร่กระจายส่วนรองรับไส้ใน Lightning"
|
||||
|
||||
msgid "Prune angle"
|
||||
msgstr "มุมตัดแต่ง"
|
||||
|
||||
msgid ""
|
||||
"Controls how aggressively short or unsupported Lightning branches are pruned.\n"
|
||||
"This angle is converted internally to a per-layer distance."
|
||||
msgstr ""
|
||||
"กำหนดระดับการตัดกิ่ง Lightning ที่สั้นหรือไม่มีส่วนรองรับออก\n"
|
||||
"มุมนี้จะถูกแปลงภายในเป็นระยะทางต่อชั้น"
|
||||
|
||||
msgid "Straightening angle"
|
||||
msgstr "มุมจัดให้ตรง"
|
||||
|
||||
msgid "Maximum straightening angle used to simplify Lightning branches."
|
||||
msgstr "มุมจัดให้ตรงสูงสุดที่ใช้ลดความซับซ้อนของกิ่ง Lightning"
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr "ความยาวสมอ ไส้ใน เบาบาง"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than infill_anchor_max is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to this parameter, but no longer than anchor_length_max.\n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a single infill line."
|
||||
msgstr ""
|
||||
"เชื่อมต่อเส้นไส้ในเข้ากับเส้นรอบวงภายในด้วยส่วนสั้นของเส้นรอบวงเพิ่มเติม หากระบุเป็นเปอร์เซ็นต์ (ตัวอย่าง: 15%) ระบบจะคำนวณจากความกว้างการอัดรีดของไส้ใน Orca Slicer จะพยายามเชื่อมต่อเส้นไส้ในสองเส้นที่อยู่ใกล้กันเข้ากับส่วนเส้นรอบวงสั้น ๆ หากไม่พบส่วนเส้นรอบวงที่สั้นกว่า infill_anchor_max เส้นไส้ในจะถูกเชื่อมต่อกับส่วนเส้นรอบวงเพียงด้านเดียว และความยาวของส่วนเส้นรอบวงที่ใช้จะถูกจำกัดด้วยพารามิเตอร์นี้ แต่ต้องไม่เกิน anchor_length_max\n"
|
||||
"ตั้งค่าพารามิเตอร์นี้เป็นศูนย์เพื่อปิดใช้งานเส้นรอบวงยึดที่เชื่อมต่อกับเส้นไส้ในเพียงเส้นเดียว"
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr "0 (ไม่มีพุกเปิด)"
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr "1,000 (ไม่จำกัด)"
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr "ความยาวสูงสุดของพุก ไส้ใน"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than this parameter is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to infill_anchor, but no longer than this parameter.\n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should create the same result as with 1000 & 0."
|
||||
msgstr ""
|
||||
"เชื่อมต่อเส้นไส้ในเข้ากับเส้นรอบวงภายในด้วยส่วนสั้นของเส้นรอบวงเพิ่มเติม หากระบุเป็นเปอร์เซ็นต์ (ตัวอย่าง: 15%) ระบบจะคำนวณจากความกว้างการอัดรีดของไส้ใน Orca Slicer จะพยายามเชื่อมต่อเส้นไส้ในสองเส้นที่อยู่ใกล้กันเข้ากับส่วนเส้นรอบวงสั้น ๆ หากไม่พบส่วนเส้นรอบวงที่สั้นกว่าพารามิเตอร์นี้ เส้นไส้ในจะถูกเชื่อมต่อกับส่วนเส้นรอบวงเพียงด้านเดียว และความยาวของส่วนเส้นรอบวงที่ใช้จะถูกจำกัดไว้ที่ infill_anchor แต่ต้องไม่ยาวเกินพารามิเตอร์นี้\n"
|
||||
"หากตั้งค่าเป็น 0 จะใช้อัลกอริทึมเดิมสำหรับการเชื่อมต่อไส้ใน ซึ่งควรให้ผลลัพธ์เดียวกับ 1000 & 0"
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr "0 (เชื่อมต่อแบบง่าย)"
|
||||
|
||||
msgid ""
|
||||
"Filament to print internal sparse infill.\n"
|
||||
"\"Default\" uses the active object/part filament."
|
||||
@@ -14456,18 +14419,6 @@ msgstr "ขับตรง"
|
||||
msgid "Bowden"
|
||||
msgstr "โบว์เดน"
|
||||
|
||||
msgid "Enable filament dynamic map"
|
||||
msgstr "เปิดใช้งานแผนที่ไดนามิกของเส้นพลาสติก"
|
||||
|
||||
msgid "Enable dynamic filament mapping during print."
|
||||
msgstr "เปิดใช้งานการแมปเส้นพลาสติกแบบไดนามิกระหว่างการพิมพ์"
|
||||
|
||||
msgid "Has filament switcher"
|
||||
msgstr "มีตัวสลับเส้นพลาสติก"
|
||||
|
||||
msgid "Printer has a filament switcher hardware (e.g., AMS)."
|
||||
msgstr "เครื่องพิมพ์มีฮาร์ดแวร์ตัวสลับเส้นพลาสติก (เช่น AMS)"
|
||||
|
||||
msgid "Extra length on restart"
|
||||
msgstr "ความยาวพิเศษเมื่อรีสตาร์ท"
|
||||
|
||||
@@ -14885,9 +14836,6 @@ msgstr "รอยแตกร้าวที่มีขนาดเล็กก
|
||||
msgid "Slicing Mode"
|
||||
msgstr "โหมดการแบ่งส่วน"
|
||||
|
||||
msgid "Other"
|
||||
msgstr "อื่นๆ"
|
||||
|
||||
msgid "Use \"Even-odd\" for 3DLabPrint airplane models. Use \"Close holes\" to close all holes in the model."
|
||||
msgstr "ใช้ \"เลขคู่\" สำหรับโมเดลเครื่องบิน 3DLabPrint ใช้ \"ปิดรู\" เพื่อปิดรูทั้งหมดในโมเดล"
|
||||
|
||||
@@ -15236,6 +15184,9 @@ msgstr ""
|
||||
"\n"
|
||||
"ตัวเลือกนี้ขึ้นอยู่กับเฟิร์มแวร์ที่รองรับคำสั่ง M191 และ M141 ไม่ว่าจะผ่านทางมาโครหรือแบบเนทิฟ และโดยปกติจะใช้เมื่อมีการติดตั้งเครื่องทำความร้อนในห้องแบบแอคทีฟ"
|
||||
|
||||
msgid "Chamber temperature"
|
||||
msgstr "อุณหภูมิห้องพิมพ์"
|
||||
|
||||
msgid ""
|
||||
"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber temperature can help suppress or reduce warping and potentially lead to higher interlayer bonding strength. However, at the same time, a higher chamber temperature will reduce the efficiency of air filtration for ABS and ASA.\n"
|
||||
"\n"
|
||||
@@ -15249,17 +15200,6 @@ msgstr ""
|
||||
"\n"
|
||||
"หากเปิดใช้งาน พารามิเตอร์นี้จะตั้งค่าตัวแปร G-code ชื่อ Chamber_temperature ซึ่งสามารถใช้เพื่อส่งอุณหภูมิห้องเพาะเลี้ยงที่ต้องการไปยังมาโครเริ่มการพิมพ์ของคุณ หรือมาโครความร้อนแช่เช่นนี้: PRINT_START (ตัวแปรอื่นๆ) CHAMBER_TEMP=[chamber_temperature] วิธีนี้อาจเป็นประโยชน์หากเครื่องพิมพ์ของคุณไม่รองรับคำสั่ง M141/M191 หรือหากคุณต้องการจัดการกับความร้อนที่แช่อยู่ในมาโครเริ่มการพิมพ์ หากไม่มีการติดตั้งเครื่องทำความร้อนในห้องที่ใช้งานอยู่"
|
||||
|
||||
msgid ""
|
||||
"This is the chamber temperature at which printing should start, while the chamber continues heating toward the \"Target\" chamber temperature. For example, set the Target to 60 and the Minimal to 50 to begin printing once the chamber reaches 50°C, without waiting for the full 60°C.\n"
|
||||
"\n"
|
||||
"It sets a G-code variable named chamber_minimal_temperature, which can be passed to your print start macro or a heat soak macro, like this: PRINT_START (other variables) CHAMBER_MIN_TEMP=[chamber_minimal_temperature].\n"
|
||||
"\n"
|
||||
"Unlike the \"Target\" chamber temperature, this option does not emit any M141/M191 commands; it only exposes the value to your custom G-code. It should not exceed the \"Target\" chamber temperature."
|
||||
msgstr ""
|
||||
|
||||
msgid "Chamber minimal temperature"
|
||||
msgstr ""
|
||||
|
||||
msgid "Nozzle temperature after the first layer"
|
||||
msgstr "อุณหภูมิหัวฉีดสำหรับชั้นหลังจากอันแรก"
|
||||
|
||||
@@ -15299,6 +15239,22 @@ msgstr "ความหนาผนังด้านบน"
|
||||
msgid "The number of top solid layers is increased when slicing if the thickness calculated by top shell layers is thinner than this value. This can avoid having too thin a shell when layer height is small. 0 means that this setting is disabled and thickness of top shell is determined simply by the number of top shell layers."
|
||||
msgstr "จำนวนชั้นทึบด้านบนจะเพิ่มขึ้นเมื่อสไลซ์หากความหนาที่คำนวณโดยชั้นเปลือกด้านบนบางกว่าค่านี้ วิธีนี้สามารถหลีกเลี่ยงไม่ให้เปลือกบางเกินไปเมื่อชั้นมีความสูงน้อย 0 หมายความว่าการตั้งค่านี้ถูกปิดใช้งาน และความหนาของเปลือกด้านบนถูกกำหนดโดยชั้นเปลือกด้านบนอย่างแน่นอน"
|
||||
|
||||
msgid "Top surface density"
|
||||
msgstr "ความหนาแน่นผิวด้านบน"
|
||||
|
||||
msgid "Density of top surface layer. A value of 100% creates a fully solid, smooth top layer. Reducing this value results in a textured top surface, according to the chosen top surface pattern. A value of 0% will result in only the walls on the top layer being created. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion."
|
||||
msgstr "ความหนาแน่นของชั้นผิวด้านบน ค่า 100% จะสร้างชั้นบนสุดที่เรียบและแข็งเต็มที่ การลดค่านี้ส่งผลให้พื้นผิวด้านบนมีพื้นผิวตามรูปแบบพื้นผิวด้านบนที่เลือก ค่า 0% จะส่งผลให้มีการสร้างเฉพาะผนังชั้นบนสุดเท่านั้น มีวัตถุประสงค์เพื่อความสวยงามหรือการใช้งาน ไม่ใช่เพื่อแก้ไขปัญหา เช่น การอัดขึ้นรูปมากเกินไป"
|
||||
|
||||
msgid "Bottom surface density"
|
||||
msgstr "ความหนาแน่นผิวด้านล่าง"
|
||||
|
||||
msgid ""
|
||||
"Density of the bottom surface layer. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion.\n"
|
||||
"WARNING: Lowering this value may negatively affect bed adhesion."
|
||||
msgstr ""
|
||||
"ความหนาแน่นของชั้นผิวด้านล่าง มีวัตถุประสงค์เพื่อความสวยงามหรือการใช้งาน ไม่ใช่เพื่อแก้ไขปัญหา เช่น การอัดขึ้นรูปมากเกินไป\n"
|
||||
"คำเตือน: การลดค่านี้อาจส่งผลเสียต่อการยึดเกาะของฐานพิมพ์"
|
||||
|
||||
msgid "This is the speed at which traveling is done."
|
||||
msgstr "ความเร็วที่ใช้ในการเคลื่อนที่แบบไม่อัดเส้น"
|
||||
|
||||
@@ -17888,132 +17844,6 @@ msgstr "เข้าสู่ระบบ/ทดสอบ"
|
||||
msgid "Connection to printers connected via the print host failed."
|
||||
msgstr "การเชื่อมต่อกับเครื่องพิมพ์ที่เชื่อมต่อผ่านโฮสต์การพิมพ์ล้มเหลว"
|
||||
|
||||
msgid "Detect Creality K-series printer"
|
||||
msgstr ""
|
||||
|
||||
msgid "Click Scan to look for K-series printers on your network."
|
||||
msgstr ""
|
||||
|
||||
msgid "Use Selected"
|
||||
msgstr ""
|
||||
|
||||
msgid "Scanning the LAN for K-series printers... this takes a few seconds."
|
||||
msgstr ""
|
||||
|
||||
msgid "No K-series printers found. Make sure the printer is on the same network and not blocked by Wi-Fi client isolation, then click Scan again."
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "Found %zu Creality printer(s). Select one and click Use Selected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
msgid "Processes"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show/Hide system information"
|
||||
msgstr ""
|
||||
|
||||
msgid "Copy system information to clipboard"
|
||||
msgstr ""
|
||||
|
||||
msgid "We need information for diagnosing source of the issue. Check wiki page for detailed guide."
|
||||
msgstr ""
|
||||
|
||||
msgid "Pack button collects project file and logs of current session onto a zip file."
|
||||
msgstr ""
|
||||
|
||||
msgid "Any additional visual examples like images or screen recordings might be helpful while reporting the issue."
|
||||
msgstr ""
|
||||
|
||||
msgid "Report issue"
|
||||
msgstr ""
|
||||
|
||||
msgid "Pack"
|
||||
msgstr ""
|
||||
|
||||
msgid "Cleans and rebuilds system profiles cache on next launch"
|
||||
msgstr ""
|
||||
|
||||
msgid "Clean system profiles cache"
|
||||
msgstr ""
|
||||
|
||||
msgid "Clean"
|
||||
msgstr ""
|
||||
|
||||
msgid "Loaded profiles overview"
|
||||
msgstr ""
|
||||
|
||||
msgid "This section shows information for loaded profiles"
|
||||
msgstr ""
|
||||
|
||||
msgid "Exports detailed overview of loaded profiles in json format"
|
||||
msgstr ""
|
||||
|
||||
msgid "Configurations folder"
|
||||
msgstr ""
|
||||
|
||||
msgid "Opens configurations folder"
|
||||
msgstr ""
|
||||
|
||||
msgid "Log level"
|
||||
msgstr ""
|
||||
|
||||
msgid "Stored logs"
|
||||
msgstr ""
|
||||
|
||||
msgid "Packs all stored logs onto a zip file."
|
||||
msgstr ""
|
||||
|
||||
msgid "Profiles"
|
||||
msgstr ""
|
||||
|
||||
msgid "Select NO to close dialog and review project"
|
||||
msgstr ""
|
||||
|
||||
msgid "No project file on current session. Only logs will be included to package"
|
||||
msgstr ""
|
||||
|
||||
msgid "Select NO to close dialog and review project."
|
||||
msgstr ""
|
||||
|
||||
msgid "Please make sure any instances of OrcaSlicer are not running"
|
||||
msgstr ""
|
||||
|
||||
msgid "System folder cannot be deleted because some files are in use by another application. Please close any applications using these files and try again."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to delete system folder..."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to determine executable path."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to launch a new instance."
|
||||
msgstr ""
|
||||
|
||||
msgid "log(s)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Choose where to save the exported JSON file"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Export failed\n"
|
||||
"Please check write permissions or file in use by another application"
|
||||
msgstr ""
|
||||
|
||||
msgid "Choose where to save the exported ZIP file"
|
||||
msgstr ""
|
||||
|
||||
msgid "File already exists. Overwrite?"
|
||||
msgstr ""
|
||||
|
||||
msgid "3DPrinterOS Cloud upload options"
|
||||
msgstr "ตัวเลือกอัปโหลดคลาวด์ 3DPrinterOS"
|
||||
|
||||
@@ -18096,19 +17926,6 @@ msgstr "การเชื่อมต่อกับ MKS ทำงานอย
|
||||
msgid "Could not connect to MKS"
|
||||
msgstr "ไม่สามารถเชื่อมต่อกับ MKS"
|
||||
|
||||
msgid "Connection to Moonraker is working correctly."
|
||||
msgstr ""
|
||||
|
||||
msgid "Could not connect to Moonraker"
|
||||
msgstr ""
|
||||
|
||||
msgid "The host responded but it doesn't look like Moonraker (missing result.klippy_state)."
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Could not parse Moonraker server response: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "Connection to OctoPrint is working correctly."
|
||||
msgstr "การเชื่อมต่อกับ OctoPrint ทำงานอย่างถูกต้อง"
|
||||
|
||||
@@ -19259,38 +19076,6 @@ msgstr ""
|
||||
"หลีกเลี่ยงการบิดเบี้ยว\n"
|
||||
"คุณรู้หรือไม่ว่าเมื่อพิมพ์วัสดุที่มีแนวโน้มที่จะเกิดการบิดเบี้ยว เช่น ABS การเพิ่มอุณหภูมิฐานพิมพ์อย่างเหมาะสมสามารถลดความน่าจะเป็นของการบิดเบี้ยวได้"
|
||||
|
||||
#~ msgid "Filament Sync Options"
|
||||
#~ msgstr "ตัวเลือกการซิงค์ฟิลาเมนต์"
|
||||
|
||||
#~ msgid "(Experimental) Keep painted feature after mesh change"
|
||||
#~ msgstr "(ทดลอง) เก็บคุณสมบัติการทาสีไว้หลังจากเปลี่ยนตาข่าย"
|
||||
|
||||
#~ msgid "Network plug-in"
|
||||
#~ msgstr "ปลั๊กอินเครือข่าย"
|
||||
|
||||
#~ msgid "View control settings"
|
||||
#~ msgstr "ดูการตั้งค่าการควบคุม"
|
||||
|
||||
#~ msgid "Rotate view"
|
||||
#~ msgstr "หมุนมุมมอง"
|
||||
|
||||
#~ msgid "Pan view"
|
||||
#~ msgstr "แพนวิว"
|
||||
|
||||
#~ msgid "Zoom view"
|
||||
#~ msgstr "ซูมดู"
|
||||
|
||||
#~ msgid "Reverse scroll direction while zooming"
|
||||
#~ msgstr "ล้อเมาส์จะกลับด้านเมื่อซูม"
|
||||
|
||||
#, c-format, boost-format
|
||||
#~ msgid "Left: %s"
|
||||
#~ msgstr "ซ้าย: %s"
|
||||
|
||||
#, c-format, boost-format
|
||||
#~ msgid "Right: %s"
|
||||
#~ msgstr "ขวา: %s"
|
||||
|
||||
#~ msgid "This is the height of the first layer. Making the first layer height thicker can improve build plate adhesion."
|
||||
#~ msgstr "ความสูงของชั้นแรก การทำให้ชั้นแรกหนาขึ้นสามารถปรับปรุงการยึดเกาะของแผ่นรองพื้นได้"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2026-07-03 14:43+0200\n"
|
||||
"POT-Creation-Date: 2026-06-26 10:26+0800\n"
|
||||
"PO-Revision-Date: 2026-04-08 23:59+0300\n"
|
||||
"Last-Translator: GlauTech\n"
|
||||
"Language-Team: \n"
|
||||
@@ -1718,12 +1718,7 @@ msgid ""
|
||||
"To migrate your existing profiles, log in to Orca Cloud and they will be transferred automatically. To learn more about how OrcaSlicer stores and syncs your profiles, or to migrate your presets manually, check out our wiki.\n"
|
||||
"\n"
|
||||
"If you did not use Bambu Cloud to sync profiles, this change does not affect you and you can safely ignore this message."
|
||||
msgstr ""
|
||||
"OrcaSlicer, 2.4.0 sürümünden itibaren kullanıcı profillerini Bambu Cloud yerine Orca Cloud üzerinden senkronize eder.\n"
|
||||
"\n"
|
||||
"Mevcut profillerinizi taşımak için Orca Cloud'da oturum açın; profilleriniz otomatik olarak aktarılacaktır. OrcaSlicer'ın profillerinizi nasıl depolayıp senkronize ettiği hakkında daha fazla bilgi edinmek veya ön ayarlarınızı elle taşımak için wiki'mize göz atın.\n"
|
||||
"\n"
|
||||
"Profilleri senkronize etmek için Bambu Cloud kullanmadıysanız bu değişiklik sizi etkilemez ve bu mesajı güvenle yoksayabilirsiniz."
|
||||
msgstr "OrcaSlicer, 2.4.0 sürümünden itibaren kullanıcı profillerini Bambu Cloud yerine Orca Cloud üzerinden senkronize eder.\n\nMevcut profillerinizi taşımak için Orca Cloud'da oturum açın; profilleriniz otomatik olarak aktarılacaktır. OrcaSlicer'ın profillerinizi nasıl depolayıp senkronize ettiği hakkında daha fazla bilgi edinmek veya ön ayarlarınızı elle taşımak için wiki'mize göz atın.\n\nProfilleri senkronize etmek için Bambu Cloud kullanmadıysanız bu değişiklik sizi etkilemez ve bu mesajı güvenle yoksayabilirsiniz."
|
||||
|
||||
msgid "Profile syncing change"
|
||||
msgstr ""
|
||||
@@ -4104,10 +4099,6 @@ msgstr ""
|
||||
msgid "Current chamber temperature is higher than the material's safe temperature; this may result in material softening and nozzle clogs. The maximum safe temperature for the material is %d"
|
||||
msgstr "Mevcut hazne sıcaklığı malzemenin güvenli sıcaklığından yüksektir, malzemenin yumuşamasına ve tıkanmasına neden olabilir Malzeme için maksimum güvenli sıcaklık %d'dir"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "The minimal chamber temperature (%d℃) is higher than the target chamber temperature (%d℃). The minimal value is the threshold at which printing starts while the chamber keeps heating toward the target, so it should not exceed it. It will be clamped to the target."
|
||||
msgstr ""
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid ""
|
||||
"Layer height too small\n"
|
||||
@@ -7886,50 +7877,6 @@ msgstr "İndirilen öğeler için klasör seçin"
|
||||
msgid "Choose Download Directory"
|
||||
msgstr "İndirme Dizini seçin"
|
||||
|
||||
msgid "(Latest)"
|
||||
msgstr "(En sonuncu)"
|
||||
|
||||
msgid "Network plug-in switched successfully."
|
||||
msgstr "Ağ eklentisi başarıyla değiştirildi."
|
||||
|
||||
msgid "Success"
|
||||
msgstr "Başarı"
|
||||
|
||||
msgid "Failed to load network plug-in. Please restart the application."
|
||||
msgstr "Ağ eklentisi yüklenemedi. Lütfen uygulamayı yeniden başlatın."
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"You've selected network plug-in version %s.\n"
|
||||
"\n"
|
||||
"Would you like to download and install this version now?\n"
|
||||
"\n"
|
||||
"Note: The application may need to restart after installation."
|
||||
msgstr ""
|
||||
"Ağ eklentisi %s sürümünü seçtiniz.\n"
|
||||
"\n"
|
||||
"Bu sürümü şimdi indirip yüklemek ister misiniz?\n"
|
||||
"\n"
|
||||
"Not: Uygulamanın kurulumdan sonra yeniden başlatılması gerekebilir."
|
||||
|
||||
msgid "Download Network Plug-in"
|
||||
msgstr "Ağ Eklentisini İndirin"
|
||||
|
||||
msgid "Reload the network plug-in without restarting the application"
|
||||
msgstr "Uygulamayı yeniden başlatmadan ağ eklentisini yeniden yükleyin"
|
||||
|
||||
msgid "Network plug-in reloaded successfully."
|
||||
msgstr "Ağ eklentisi başarıyla yeniden yüklendi."
|
||||
|
||||
msgid "Reload"
|
||||
msgstr "Yeniden yükle"
|
||||
|
||||
msgid "Failed to reload network plug-in. Please restart the application."
|
||||
msgstr "Ağ eklentisi yeniden yüklenemedi. Lütfen uygulamayı yeniden başlatın."
|
||||
|
||||
msgid "Reload Failed"
|
||||
msgstr "Yeniden Yükleme Başarısız"
|
||||
|
||||
msgid "Associate"
|
||||
msgstr "Ortak"
|
||||
|
||||
@@ -7985,6 +7932,12 @@ msgstr "Açılış ekranını göster"
|
||||
msgid "Show the splash screen during startup."
|
||||
msgstr "Açılış sırasında açılış ekranını göster."
|
||||
|
||||
msgid "Show shared profiles notification"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show a notification with a link to browse shared profiles when the selected printer is changed."
|
||||
msgstr ""
|
||||
|
||||
msgid "Use window buttons on left side"
|
||||
msgstr ""
|
||||
|
||||
@@ -8015,13 +7968,6 @@ msgstr "Yükleme davranışı"
|
||||
msgid "Should printer/filament/process settings be loaded when opening a 3MF file?"
|
||||
msgstr "Bir .3mf açılırken yazıcı/filament/işlem ayarları yüklenmeli mi?"
|
||||
|
||||
msgid "Auto backup"
|
||||
msgstr "Otomatik yedekleme"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Backup your project periodically to help with restoring from an occasional crash."
|
||||
msgstr "Ara sıra meydana gelen çökmelerden sonra geri yüklemek için projenizi düzenli aralıklarla yedekleyin."
|
||||
|
||||
msgid "Maximum recent files"
|
||||
msgstr "Son kullanılan dosyaların maksimum sayısı"
|
||||
|
||||
@@ -8040,20 +7986,12 @@ msgstr "STEP dosyasını içe aktarırken seçenekleri göster"
|
||||
msgid "If enabled, a parameter settings dialog will appear during STEP file import."
|
||||
msgstr "Etkinleştirilirse, STEP dosyası içe aktarılırken bir parametre ayarları iletişim kutusu görüntülenir."
|
||||
|
||||
msgid "Quality level for Draco export"
|
||||
msgstr "Draco dışa aktarımı için kalite düzeyi"
|
||||
msgid "Auto backup"
|
||||
msgstr "Otomatik yedekleme"
|
||||
|
||||
msgid "bits"
|
||||
msgstr "bitler"
|
||||
|
||||
msgid ""
|
||||
"Controls the quantization bit depth used when compressing the mesh to Draco format.\n"
|
||||
"0 = lossless compression (geometry is preserved at full precision). Valid lossy values range from 8 to 30.\n"
|
||||
"Lower values produce smaller files but lose more geometric detail; higher values preserve more detail at the cost of larger files."
|
||||
msgstr ""
|
||||
"Mesh Draco formatına sıkıştırılırken kullanılan niceleme bit derinliğini kontrol eder.\n"
|
||||
"0 = kayıpsız sıkıştırma (geometri tam hassasiyetle korunur). Geçerli kayıplı değerler 8 ile 30 arasında değişir.\n"
|
||||
"Daha düşük değerler daha küçük dosyalar oluşturur ancak daha fazla geometrik ayrıntıyı kaybeder; daha yüksek değerler, daha büyük dosyalar pahasına daha fazla ayrıntıyı korur."
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Backup your project periodically to help with restoring from an occasional crash."
|
||||
msgstr "Ara sıra meydana gelen çökmelerden sonra geri yüklemek için projenizi düzenli aralıklarla yedekleyin."
|
||||
|
||||
msgid "Preset"
|
||||
msgstr "Ön ayar"
|
||||
@@ -8085,12 +8023,6 @@ msgstr "filamentler"
|
||||
msgid "Optimizes filament area maximum height by chosen filament count."
|
||||
msgstr "Seçilen filaman sayısına göre filaman alanı maksimum yüksekliğini optimize eder."
|
||||
|
||||
msgid "Show shared profiles notification"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show a notification with a link to browse shared profiles when the selected printer is changed."
|
||||
msgstr ""
|
||||
|
||||
msgid "Features"
|
||||
msgstr "Özellikler"
|
||||
|
||||
@@ -8103,6 +8035,21 @@ msgstr "Bu seçenek etkinleştirildiğinde, aynı anda birden fazla cihaza bir g
|
||||
msgid "Pop up to select filament grouping mode"
|
||||
msgstr "Filament gruplama modunu seçmek için açılır pencere"
|
||||
|
||||
msgid "Quality level for Draco export"
|
||||
msgstr "Draco dışa aktarımı için kalite düzeyi"
|
||||
|
||||
msgid "bits"
|
||||
msgstr "bitler"
|
||||
|
||||
msgid ""
|
||||
"Controls the quantization bit depth used when compressing the mesh to Draco format.\n"
|
||||
"0 = lossless compression (geometry is preserved at full precision). Valid lossy values range from 8 to 30.\n"
|
||||
"Lower values produce smaller files but lose more geometric detail; higher values preserve more detail at the cost of larger files."
|
||||
msgstr ""
|
||||
"Mesh Draco formatına sıkıştırılırken kullanılan niceleme bit derinliğini kontrol eder.\n"
|
||||
"0 = kayıpsız sıkıştırma (geometri tam hassasiyetle korunur). Geçerli kayıplı değerler 8 ile 30 arasında değişir.\n"
|
||||
"Daha düşük değerler daha küçük dosyalar oluşturur ancak daha fazla geometrik ayrıntıyı kaybeder; daha yüksek değerler, daha büyük dosyalar pahasına daha fazla ayrıntıyı korur."
|
||||
|
||||
msgid "Behaviour"
|
||||
msgstr "Davranış"
|
||||
|
||||
@@ -8330,6 +8277,19 @@ msgstr "Yalnızca kararlı güncellemeleri kontrol edin"
|
||||
msgid "Auto sync user presets (Printer/Filament/Process)"
|
||||
msgstr "Kullanıcı ön ayarları otomatik senkronizasyon (Yazıcı/Filament/İşlem)"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Update built-in presets automatically."
|
||||
msgstr "Yerleşik Ön Ayarları otomatik olarak güncelleyin."
|
||||
|
||||
msgid "Use encrypted file for token storage"
|
||||
msgstr "Belirteç depolaması için şifrelenmiş dosyayı kullan"
|
||||
|
||||
msgid "Store authentication tokens in an encrypted file instead of the system keychain. (Requires restart)"
|
||||
msgstr "Kimlik doğrulama belirteçlerini sistem anahtarlığı yerine şifrelenmiş bir dosyada saklayın. (Yeniden başlatma gerektirir)"
|
||||
|
||||
msgid "Filament Sync Options"
|
||||
msgstr "Filament Senkronizasyon Seçenekleri"
|
||||
|
||||
msgid "Filament sync mode"
|
||||
msgstr "Filament senkronizasyon modu"
|
||||
|
||||
@@ -8342,16 +8302,6 @@ msgstr "Filament ve Renk"
|
||||
msgid "Color only"
|
||||
msgstr "Yalnızca renk"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Update built-in presets automatically."
|
||||
msgstr "Yerleşik Ön Ayarları otomatik olarak güncelleyin."
|
||||
|
||||
msgid "Use encrypted file for token storage"
|
||||
msgstr "Belirteç depolaması için şifrelenmiş dosyayı kullan"
|
||||
|
||||
msgid "Store authentication tokens in an encrypted file instead of the system keychain. (Requires restart)"
|
||||
msgstr "Kimlik doğrulama belirteçlerini sistem anahtarlığı yerine şifrelenmiş bir dosyada saklayın. (Yeniden başlatma gerektirir)"
|
||||
|
||||
msgid "Bambu network plug-in"
|
||||
msgstr ""
|
||||
|
||||
@@ -8364,6 +8314,35 @@ msgstr "Ağ eklentisi sürümü"
|
||||
msgid "Select the network plug-in version to use"
|
||||
msgstr "Kullanılacak ağ eklentisi sürümünü seçin"
|
||||
|
||||
msgid "(Latest)"
|
||||
msgstr "(En sonuncu)"
|
||||
|
||||
msgid "Network plug-in switched successfully."
|
||||
msgstr "Ağ eklentisi başarıyla değiştirildi."
|
||||
|
||||
msgid "Success"
|
||||
msgstr "Başarı"
|
||||
|
||||
msgid "Failed to load network plug-in. Please restart the application."
|
||||
msgstr "Ağ eklentisi yüklenemedi. Lütfen uygulamayı yeniden başlatın."
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"You've selected network plug-in version %s.\n"
|
||||
"\n"
|
||||
"Would you like to download and install this version now?\n"
|
||||
"\n"
|
||||
"Note: The application may need to restart after installation."
|
||||
msgstr ""
|
||||
"Ağ eklentisi %s sürümünü seçtiniz.\n"
|
||||
"\n"
|
||||
"Bu sürümü şimdi indirip yüklemek ister misiniz?\n"
|
||||
"\n"
|
||||
"Not: Uygulamanın kurulumdan sonra yeniden başlatılması gerekebilir."
|
||||
|
||||
msgid "Download Network Plug-in"
|
||||
msgstr "Ağ Eklentisini İndirin"
|
||||
|
||||
msgid "Associate files to OrcaSlicer"
|
||||
msgstr "Dosyaları OrcaSlicer ile ilişkilendirin"
|
||||
|
||||
@@ -8409,16 +8388,7 @@ msgstr "Geliştirici"
|
||||
msgid "Skip AMS blacklist check"
|
||||
msgstr "AMS kara liste kontrolünü atla"
|
||||
|
||||
msgid "Show unsupported presets"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show incompatible/unsupported presets in the printer and filament dropdown lists. These presets cannot be selected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Experimental Features"
|
||||
msgstr ""
|
||||
|
||||
msgid "Keep painted feature after mesh change"
|
||||
msgid "(Experimental) Keep painted feature after mesh change"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
@@ -8426,6 +8396,12 @@ msgid ""
|
||||
"Highly experimental! Slow and may create artifact."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show unsupported presets"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show incompatible/unsupported presets in the printer and filament dropdown lists. These presets cannot be selected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Allow Abnormal Storage"
|
||||
msgstr "Anormal Depolamaya İzin Ver"
|
||||
|
||||
@@ -8454,6 +8430,24 @@ msgstr "hata ayıklama"
|
||||
msgid "trace"
|
||||
msgstr "iz"
|
||||
|
||||
msgid "Network plug-in"
|
||||
msgstr "Ağ eklentisi"
|
||||
|
||||
msgid "Reload"
|
||||
msgstr "Yeniden yükle"
|
||||
|
||||
msgid "Reload the network plug-in without restarting the application"
|
||||
msgstr "Uygulamayı yeniden başlatmadan ağ eklentisini yeniden yükleyin"
|
||||
|
||||
msgid "Network plug-in reloaded successfully."
|
||||
msgstr "Ağ eklentisi başarıyla yeniden yüklendi."
|
||||
|
||||
msgid "Failed to reload network plug-in. Please restart the application."
|
||||
msgstr "Ağ eklentisi yeniden yüklenemedi. Lütfen uygulamayı yeniden başlatın."
|
||||
|
||||
msgid "Reload Failed"
|
||||
msgstr "Yeniden Yükleme Başarısız"
|
||||
|
||||
msgid "Debug"
|
||||
msgstr "Hata ayıklama"
|
||||
|
||||
@@ -8469,6 +8463,25 @@ msgstr "Ön ayar senkronizasyonu"
|
||||
msgid "Preferences sync"
|
||||
msgstr "Tercihler senkronizasyonu"
|
||||
|
||||
msgid "View control settings"
|
||||
msgstr "Kontrol ayarlarını görüntüle"
|
||||
|
||||
msgid "Rotate view"
|
||||
msgstr "Görüntüyü döndür"
|
||||
|
||||
msgid "Pan view"
|
||||
msgstr "Pan Görünümü"
|
||||
|
||||
msgid "Zoom view"
|
||||
msgstr "Zoom Görünümü"
|
||||
|
||||
msgid "Other"
|
||||
msgstr "Diğer"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Reverse scroll direction while zooming"
|
||||
msgstr "Yakınlaştırma sırasında fare tekerleği ters dönüyor"
|
||||
|
||||
msgid "Enable SSL(MQTT)"
|
||||
msgstr "SSL'yi etkinleştir(MQTT)"
|
||||
|
||||
@@ -9177,12 +9190,6 @@ msgstr "Bu ön ayarı sil"
|
||||
msgid "Search in preset"
|
||||
msgstr "Ön ayarda ara"
|
||||
|
||||
msgid "Synchronization of different extruder drives or nozzle volume types is not supported."
|
||||
msgstr ""
|
||||
|
||||
msgid "Synchronize the modification of parameters to the corresponding parameters of another extruder."
|
||||
msgstr ""
|
||||
|
||||
msgid "Click to reset all settings to the last saved preset."
|
||||
msgstr "Tüm ayarları en son kaydedilen ön ayara sıfırlamak için tıklayın."
|
||||
|
||||
@@ -9475,18 +9482,6 @@ msgstr "Akış Oranı Ve Basınç İlerlemesi"
|
||||
msgid "Print chamber temperature"
|
||||
msgstr "Baskı Odası Sıcaklığı"
|
||||
|
||||
msgid "Chamber temperature"
|
||||
msgstr "Bölme sıcaklığı"
|
||||
|
||||
msgid "Target chamber temperature, and the minimal chamber temperature at which printing should start"
|
||||
msgstr ""
|
||||
|
||||
msgid "Target"
|
||||
msgstr ""
|
||||
|
||||
msgid "Minimal"
|
||||
msgstr ""
|
||||
|
||||
msgid "Print temperature"
|
||||
msgstr "Yazdırma Sıcaklığı"
|
||||
|
||||
@@ -9809,22 +9804,12 @@ msgid "Don't warn again for this preset"
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "%s: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "No modifications need to be copied."
|
||||
msgstr ""
|
||||
|
||||
msgid "Copy paramters"
|
||||
msgstr ""
|
||||
msgid "Left: %s"
|
||||
msgstr "Sol: %s"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Modify paramters of %s"
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Do you want to modify the following parameters of the %s to that of the %s?"
|
||||
msgstr ""
|
||||
msgid "Right: %s"
|
||||
msgstr "Sağ: %s"
|
||||
|
||||
msgid "Click to reset current value and attach to the global value."
|
||||
msgstr "Geçerli değeri sıfırlamak ve genel değere eklemek için tıklayın."
|
||||
@@ -9844,7 +9829,7 @@ msgid "Transfer or discard changes"
|
||||
msgstr "Değişiklikleri Çıkart veya Sakla"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Old Value"
|
||||
msgid "Old value"
|
||||
msgstr "Eski Değer"
|
||||
|
||||
msgid "New Value"
|
||||
@@ -9966,12 +9951,6 @@ msgstr "Ekstruder sayısı"
|
||||
msgid "Capabilities"
|
||||
msgstr "Yetenekler"
|
||||
|
||||
msgid "Left: "
|
||||
msgstr ""
|
||||
|
||||
msgid "Right: "
|
||||
msgstr ""
|
||||
|
||||
msgid "Show all presets (including incompatible)"
|
||||
msgstr "Tüm ön ayarları göster (uyumsuz olanlar dahil)"
|
||||
|
||||
@@ -12096,23 +12075,6 @@ msgstr "Normal baskı"
|
||||
msgid "This is the default acceleration for both normal printing and travel after the first layer."
|
||||
msgstr "İlk katman dışında hem normal yazdırmanın hem de ilerlemenin varsayılan ivmesi."
|
||||
|
||||
msgid "Acceleration of travel moves."
|
||||
msgstr "Seyahat hareketlerinin hızlandırılması."
|
||||
|
||||
msgid "First layer travel"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Travel acceleration of first layer.\n"
|
||||
"The percentage value is relative to Travel Acceleration."
|
||||
msgstr ""
|
||||
|
||||
msgid "mm/s² or %"
|
||||
msgstr "mm/s² veya %"
|
||||
|
||||
msgid "Acceleration of bridges. If the value is expressed as a percentage (e.g. 50%), it will be calculated based on the outer wall acceleration."
|
||||
msgstr "Köprülerin hızlandırılması. Değer yüzde olarak ifade edilirse (örn. %50), dış duvar ivmesine göre hesaplanacaktır."
|
||||
|
||||
msgid "Default filament profile"
|
||||
msgstr "Varsayılan filament profili"
|
||||
|
||||
@@ -12319,12 +12281,6 @@ msgstr "Arşimet akorları"
|
||||
msgid "Octagram Spiral"
|
||||
msgstr "Sekizgen spiral"
|
||||
|
||||
msgid "Top surface density"
|
||||
msgstr "Üst yüzey yoğunluğu"
|
||||
|
||||
msgid "Density of top surface layer. A value of 100% creates a fully solid, smooth top layer. Reducing this value results in a textured top surface, according to the chosen top surface pattern. A value of 0% will result in only the walls on the top layer being created. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion."
|
||||
msgstr "Üst yüzey katmanının yoğunluğu. %100 değeri, tamamen sağlam ve pürüzsüz bir üst katman oluşturur. Bu değerin düşürülmesi, seçilen üst yüzey desenine göre dokulu bir üst yüzey elde edilmesini sağlar. %0 değeri ise yalnızca üst katmandaki duvarların oluşturulmasını sağlar. Estetik veya işlevsel amaçlar için tasarlanmıştır, aşırı ekstrüzyon gibi sorunları gidermek için değildir."
|
||||
|
||||
msgid "Bottom surface pattern"
|
||||
msgstr "Alt yüzey deseni"
|
||||
|
||||
@@ -12332,16 +12288,6 @@ msgstr "Alt yüzey deseni"
|
||||
msgid "This is the line pattern of bottom surface infill, not including bridge infill."
|
||||
msgstr "Köprü dolgusu değil, alt yüzey dolgusunun çizgi deseni."
|
||||
|
||||
msgid "Bottom surface density"
|
||||
msgstr "Alt yüzey yoğunluğu"
|
||||
|
||||
msgid ""
|
||||
"Density of the bottom surface layer. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion.\n"
|
||||
"WARNING: Lowering this value may negatively affect bed adhesion."
|
||||
msgstr ""
|
||||
"Alt yüzey katmanının yoğunluğu. Estetik veya işlevsel amaçlar için tasarlanmıştır, aşırı ekstrüzyon gibi sorunları gidermek için değildir.\n"
|
||||
"UYARI: Bu değerin düşürülmesi, yatak yapışmasını olumsuz etkileyebilir."
|
||||
|
||||
msgid "Internal solid infill pattern"
|
||||
msgstr "İç katı dolgu deseni"
|
||||
|
||||
@@ -12639,6 +12585,18 @@ msgstr "Yıkama İçin Otomatik"
|
||||
msgid "Auto For Match"
|
||||
msgstr "Otomatik Maç İçin"
|
||||
|
||||
msgid "Enable filament dynamic map"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable dynamic filament mapping during print."
|
||||
msgstr ""
|
||||
|
||||
msgid "Has filament switcher"
|
||||
msgstr ""
|
||||
|
||||
msgid "Printer has a filament switcher hardware (e.g., AMS)."
|
||||
msgstr ""
|
||||
|
||||
msgid "Flush temperature"
|
||||
msgstr "Yıkama sıcaklığı"
|
||||
|
||||
@@ -12981,7 +12939,6 @@ msgstr "Dolgu deseni tarafından destekleniyorsa, dolgu deseni için birden fazl
|
||||
msgid "Z-buckling bias optimization (experimental)"
|
||||
msgstr ""
|
||||
|
||||
#, no-c-format, no-boost-format
|
||||
msgid "Tightens the gyroid wave along the Z (vertical) axis at low infill density to shorten the effective vertical column length and improve Z-axis compression buckling resistance. Filament use is preserved. No effect at ~30% sparse infill density and above. Only applies when Sparse infill pattern is set to Gyroid."
|
||||
msgstr ""
|
||||
|
||||
@@ -13049,6 +13006,79 @@ msgstr "Tpms-fk"
|
||||
msgid "Gyroid"
|
||||
msgstr "Jiroid"
|
||||
|
||||
msgid "Lateral lattice angle 1"
|
||||
msgstr "Kafes açısı 1"
|
||||
|
||||
msgid "The angle of the first set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "İlk 2 boyutlu kafes elemanları grubunun Z yönündeki açısı. Sıfır dikeydir."
|
||||
|
||||
msgid "Lateral lattice angle 2"
|
||||
msgstr "Kafes açısı 2"
|
||||
|
||||
msgid "The angle of the second set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "İkinci 2 boyutlu kafes elemanları grubunun Z yönündeki açısı. Sıfır dikeydir."
|
||||
|
||||
msgid "Infill overhang angle"
|
||||
msgstr "Dolgu çıkıntı açısı"
|
||||
|
||||
msgid "The angle of the infill angled lines. 60° will result in a pure honeycomb."
|
||||
msgstr "Dolgu açılı çizgilerinin açısı 60° ise saf petek görünümü elde edilir."
|
||||
|
||||
msgid "Lightning overhang angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum overhang angle for Lightning infill support propagation."
|
||||
msgstr ""
|
||||
|
||||
msgid "Prune angle"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Controls how aggressively short or unsupported Lightning branches are pruned.\n"
|
||||
"This angle is converted internally to a per-layer distance."
|
||||
msgstr ""
|
||||
|
||||
msgid "Straightening angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum straightening angle used to simplify Lightning branches."
|
||||
msgstr ""
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr "Dolgu uzunluğu"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than infill_anchor_max is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to this parameter, but no longer than anchor_length_max.\n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a single infill line."
|
||||
msgstr ""
|
||||
"Bir dolgu hattını, ek bir çevrenin kısa bir bölümü ile bir iç çevreye bağlayın. Yüzde olarak ifade edilirse (örnek: %15) dolgu ekstrüzyon genişliği üzerinden hesaplanır. Orca Slicer iki yakın dolgu hattını kısa bir çevre segmentine bağlamaya çalışıyor. infill_anchor_max'tan daha kısa böyle bir çevre segmenti bulunamazsa, dolgu hattı yalnızca bir taraftaki bir çevre segmentine bağlanır ve alınan çevre segmentinin uzunluğu bu parametreyle sınırlıdır, ancak çapa_uzunluk_max'tan uzun olamaz.\n"
|
||||
"Tek bir dolgu hattına bağlı sabitleme çevrelerini devre dışı bırakmak için bu parametreyi sıfıra ayarlayın."
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr "0 (açık bağlantı yok)"
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr "1000 (sınırsız)"
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr "Dolgu maksimum uzunluk"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than this parameter is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to infill_anchor, but no longer than this parameter.\n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should create the same result as with 1000 & 0."
|
||||
msgstr ""
|
||||
"Bir dolgu hattını, ek bir çevrenin kısa bir bölümü ile bir iç çevreye bağlayın. Yüzde olarak ifade edilirse (örnek: %15) dolgu ekstrüzyon genişliği üzerinden hesaplanır. Orca Slicer iki yakın dolgu hattını kısa bir çevre segmentine bağlamaya çalışıyor. Bu parametreden daha kısa bir çevre segmenti bulunamazsa, dolgu hattı sadece bir kenardaki bir çevre segmentine bağlanır ve alınan çevre segmentinin uzunluğu infill_anchor ile sınırlıdır ancak bu parametreden daha uzun olamaz.\n"
|
||||
"0'a ayarlanırsa dolgu bağlantısı için eski algoritma kullanılacaktır; 1000 ve 0 ile aynı sonucu oluşturmalıdır."
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr "0 (Basit bağlantı)"
|
||||
|
||||
msgid "Acceleration of inner walls."
|
||||
msgstr "İç duvarların hızlandırılması."
|
||||
|
||||
msgid "Acceleration of travel moves."
|
||||
msgstr "Seyahat hareketlerinin hızlandırılması."
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "This is the acceleration of top surface infill. Using a lower value may improve top surface quality."
|
||||
msgstr "Üst yüzey dolgusunun hızlandırılması. Daha düşük bir değerin kullanılması üst yüzey kalitesini iyileştirebilir."
|
||||
@@ -13057,8 +13087,11 @@ msgstr "Üst yüzey dolgusunun hızlandırılması. Daha düşük bir değerin k
|
||||
msgid "Acceleration of outer wall: using a lower value can improve quality."
|
||||
msgstr "Dış duvarın hızlanması. Daha düşük bir değer kullanmak kaliteyi artırabilir."
|
||||
|
||||
msgid "Acceleration of inner walls."
|
||||
msgstr "İç duvarların hızlandırılması."
|
||||
msgid "Acceleration of bridges. If the value is expressed as a percentage (e.g. 50%), it will be calculated based on the outer wall acceleration."
|
||||
msgstr "Köprülerin hızlandırılması. Değer yüzde olarak ifade edilirse (örn. %50), dış duvar ivmesine göre hesaplanacaktır."
|
||||
|
||||
msgid "mm/s² or %"
|
||||
msgstr "mm/s² veya %"
|
||||
|
||||
msgid "Acceleration of sparse infill. If the value is expressed as a percentage (e.g. 100%), it will be calculated based on the default acceleration."
|
||||
msgstr "Seyrek dolgunun hızlandırılması. Değer yüzde olarak ifade edilirse (örn. %100), varsayılan ivmeye göre hesaplanacaktır."
|
||||
@@ -13070,6 +13103,14 @@ msgstr "İç katı dolgunun hızlandırılması. Değer yüzde olarak ifade edil
|
||||
msgid "This is the printing acceleration for the first layer. Using limited acceleration can improve build plate adhesion."
|
||||
msgstr "Başlangıç katmanının hızlandırılması. Daha düşük bir değerin kullanılması baskı plakası yapışkanlığını iyileştirebilir."
|
||||
|
||||
msgid "First layer travel"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Travel acceleration of first layer.\n"
|
||||
"The percentage value is relative to Travel Acceleration."
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable accel_to_decel"
|
||||
msgstr "Accel_to_decel'i etkinleştir"
|
||||
|
||||
@@ -13164,17 +13205,6 @@ msgstr "Fan hızı, \"close_fan_the_first_x_layers\" katmanında sıfırdan \"fu
|
||||
msgid "layer"
|
||||
msgstr "katman"
|
||||
|
||||
msgid "First layer fan speed"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Sets an exact fan speed for the first layer, overriding all other cooling settings. Useful for protecting 3D-printed toolhead parts (e.g. Voron-style ABS/ASA ducts) from a hot bed. A small amount of airflow cools the ducts down, without using full cooling that may in certain conditions hurt first-layer adhesion.\n"
|
||||
"From the second layer onwards, normal cooling resumes.\n"
|
||||
"If \"Full fan speed at layer\" is also set, the fan ramps smoothly from this value on the first layer up to your target by the chosen layer.\n"
|
||||
"Only available when \"No cooling for the first\" is 0.\n"
|
||||
"Set to -1 to disable it."
|
||||
msgstr ""
|
||||
|
||||
msgid "Support interface fan speed"
|
||||
msgstr "Destekler için fan hızı"
|
||||
|
||||
@@ -13696,73 +13726,6 @@ msgstr "Sondalama topaklanma alanını hariç tutar"
|
||||
msgid "Probing exclude area of clumping."
|
||||
msgstr "Sondalama, topaklanma alanını hariç tutar."
|
||||
|
||||
msgid "Lateral lattice angle 1"
|
||||
msgstr "Kafes açısı 1"
|
||||
|
||||
msgid "The angle of the first set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "İlk 2 boyutlu kafes elemanları grubunun Z yönündeki açısı. Sıfır dikeydir."
|
||||
|
||||
msgid "Lateral lattice angle 2"
|
||||
msgstr "Kafes açısı 2"
|
||||
|
||||
msgid "The angle of the second set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "İkinci 2 boyutlu kafes elemanları grubunun Z yönündeki açısı. Sıfır dikeydir."
|
||||
|
||||
msgid "Infill overhang angle"
|
||||
msgstr "Dolgu çıkıntı açısı"
|
||||
|
||||
msgid "The angle of the infill angled lines. 60° will result in a pure honeycomb."
|
||||
msgstr "Dolgu açılı çizgilerinin açısı 60° ise saf petek görünümü elde edilir."
|
||||
|
||||
msgid "Lightning overhang angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum overhang angle for Lightning infill support propagation."
|
||||
msgstr ""
|
||||
|
||||
msgid "Prune angle"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Controls how aggressively short or unsupported Lightning branches are pruned.\n"
|
||||
"This angle is converted internally to a per-layer distance."
|
||||
msgstr ""
|
||||
|
||||
msgid "Straightening angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum straightening angle used to simplify Lightning branches."
|
||||
msgstr ""
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr "Dolgu uzunluğu"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than infill_anchor_max is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to this parameter, but no longer than anchor_length_max.\n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a single infill line."
|
||||
msgstr ""
|
||||
"Bir dolgu hattını, ek bir çevrenin kısa bir bölümü ile bir iç çevreye bağlayın. Yüzde olarak ifade edilirse (örnek: %15) dolgu ekstrüzyon genişliği üzerinden hesaplanır. Orca Slicer iki yakın dolgu hattını kısa bir çevre segmentine bağlamaya çalışıyor. infill_anchor_max'tan daha kısa böyle bir çevre segmenti bulunamazsa, dolgu hattı yalnızca bir taraftaki bir çevre segmentine bağlanır ve alınan çevre segmentinin uzunluğu bu parametreyle sınırlıdır, ancak çapa_uzunluk_max'tan uzun olamaz.\n"
|
||||
"Tek bir dolgu hattına bağlı sabitleme çevrelerini devre dışı bırakmak için bu parametreyi sıfıra ayarlayın."
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr "0 (açık bağlantı yok)"
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr "1000 (sınırsız)"
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr "Dolgu maksimum uzunluk"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than this parameter is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to infill_anchor, but no longer than this parameter.\n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should create the same result as with 1000 & 0."
|
||||
msgstr ""
|
||||
"Bir dolgu hattını, ek bir çevrenin kısa bir bölümü ile bir iç çevreye bağlayın. Yüzde olarak ifade edilirse (örnek: %15) dolgu ekstrüzyon genişliği üzerinden hesaplanır. Orca Slicer iki yakın dolgu hattını kısa bir çevre segmentine bağlamaya çalışıyor. Bu parametreden daha kısa bir çevre segmenti bulunamazsa, dolgu hattı sadece bir kenardaki bir çevre segmentine bağlanır ve alınan çevre segmentinin uzunluğu infill_anchor ile sınırlıdır ancak bu parametreden daha uzun olamaz.\n"
|
||||
"0'a ayarlanırsa dolgu bağlantısı için eski algoritma kullanılacaktır; 1000 ve 0 ile aynı sonucu oluşturmalıdır."
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr "0 (Basit bağlantı)"
|
||||
|
||||
msgid ""
|
||||
"Filament to print internal sparse infill.\n"
|
||||
"\"Default\" uses the active object/part filament."
|
||||
@@ -14628,18 +14591,6 @@ msgstr "Doğrudan Tahrik"
|
||||
msgid "Bowden"
|
||||
msgstr "Bowden"
|
||||
|
||||
msgid "Enable filament dynamic map"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable dynamic filament mapping during print."
|
||||
msgstr ""
|
||||
|
||||
msgid "Has filament switcher"
|
||||
msgstr ""
|
||||
|
||||
msgid "Printer has a filament switcher hardware (e.g., AMS)."
|
||||
msgstr ""
|
||||
|
||||
msgid "Extra length on restart"
|
||||
msgstr "Yeniden başlatma sırasında ekstra uzunluk"
|
||||
|
||||
@@ -15063,9 +15014,6 @@ msgstr "Üçgen mesh dilimleme sırasında 2x boşluk kapatma yarıçapından k
|
||||
msgid "Slicing Mode"
|
||||
msgstr "Dilimleme modu"
|
||||
|
||||
msgid "Other"
|
||||
msgstr "Diğer"
|
||||
|
||||
msgid "Use \"Even-odd\" for 3DLabPrint airplane models. Use \"Close holes\" to close all holes in the model."
|
||||
msgstr "3DLabPrint uçak modelleri için \"Çift-tek\" seçeneğini kullanın. Modeldeki tüm delikleri kapatmak için \"Delikleri kapat\"ı kullanın."
|
||||
|
||||
@@ -15431,6 +15379,9 @@ msgstr ""
|
||||
"\n"
|
||||
"Bu seçenek, M191 ve M141 komutlarını makrolar aracılığıyla veya yerel olarak destekleyen bellenime dayanır ve genellikle aktif bir oda ısıtıcısı kurulduğunda kullanılır."
|
||||
|
||||
msgid "Chamber temperature"
|
||||
msgstr "Bölme sıcaklığı"
|
||||
|
||||
msgid ""
|
||||
"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber temperature can help suppress or reduce warping and potentially lead to higher interlayer bonding strength. However, at the same time, a higher chamber temperature will reduce the efficiency of air filtration for ABS and ASA.\n"
|
||||
"\n"
|
||||
@@ -15444,17 +15395,6 @@ msgstr ""
|
||||
"\n"
|
||||
"Etkinleştirilirse, bu parametre aynı zamanda istenen oda sıcaklığını yazdırma başlatma makronuza veya şuna benzer bir ısı emme makrosuna iletmek için kullanılabilecek Chamber_temperature adlı bir gcode değişkenini de ayarlar: PRINT_START (diğer değişkenler) CHAMBER_TEMP=[chamber_temperature]. Yazıcınız M141/M191 komutlarını desteklemiyorsa veya aktif oda ısıtıcısı takılı değilse yazdırma başlatma makrosunda ısı bekletme işlemini gerçekleştirmek istiyorsanız bu yararlı olabilir."
|
||||
|
||||
msgid ""
|
||||
"This is the chamber temperature at which printing should start, while the chamber continues heating toward the \"Target\" chamber temperature. For example, set the Target to 60 and the Minimal to 50 to begin printing once the chamber reaches 50°C, without waiting for the full 60°C.\n"
|
||||
"\n"
|
||||
"It sets a G-code variable named chamber_minimal_temperature, which can be passed to your print start macro or a heat soak macro, like this: PRINT_START (other variables) CHAMBER_MIN_TEMP=[chamber_minimal_temperature].\n"
|
||||
"\n"
|
||||
"Unlike the \"Target\" chamber temperature, this option does not emit any M141/M191 commands; it only exposes the value to your custom G-code. It should not exceed the \"Target\" chamber temperature."
|
||||
msgstr ""
|
||||
|
||||
msgid "Chamber minimal temperature"
|
||||
msgstr ""
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Nozzle temperature after the first layer"
|
||||
msgstr "İlk katmandan sonraki katmanlar için nozul sıcaklığı."
|
||||
@@ -15499,6 +15439,22 @@ msgstr "Üst katman kalınlığı"
|
||||
msgid "The number of top solid layers is increased when slicing if the thickness calculated by top shell layers is thinner than this value. This can avoid having too thin a shell when layer height is small. 0 means that this setting is disabled and thickness of top shell is determined simply by the number of top shell layers."
|
||||
msgstr "Üst kabuk katmanları tarafından hesaplanan kalınlık bu değerden daha ince ise dilimleme sırasında üst katı katmanların sayısı artırılır. Bu, katman yüksekliği küçük olduğunda kabuğun çok ince olmasını önleyebilir. 0, bu ayarın devre dışı olduğu ve üst kabuğun kalınlığının kesinlikle üst kabuk katmanları tarafından belirlendiği anlamına gelir."
|
||||
|
||||
msgid "Top surface density"
|
||||
msgstr "Üst yüzey yoğunluğu"
|
||||
|
||||
msgid "Density of top surface layer. A value of 100% creates a fully solid, smooth top layer. Reducing this value results in a textured top surface, according to the chosen top surface pattern. A value of 0% will result in only the walls on the top layer being created. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion."
|
||||
msgstr "Üst yüzey katmanının yoğunluğu. %100 değeri, tamamen sağlam ve pürüzsüz bir üst katman oluşturur. Bu değerin düşürülmesi, seçilen üst yüzey desenine göre dokulu bir üst yüzey elde edilmesini sağlar. %0 değeri ise yalnızca üst katmandaki duvarların oluşturulmasını sağlar. Estetik veya işlevsel amaçlar için tasarlanmıştır, aşırı ekstrüzyon gibi sorunları gidermek için değildir."
|
||||
|
||||
msgid "Bottom surface density"
|
||||
msgstr "Alt yüzey yoğunluğu"
|
||||
|
||||
msgid ""
|
||||
"Density of the bottom surface layer. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion.\n"
|
||||
"WARNING: Lowering this value may negatively affect bed adhesion."
|
||||
msgstr ""
|
||||
"Alt yüzey katmanının yoğunluğu. Estetik veya işlevsel amaçlar için tasarlanmıştır, aşırı ekstrüzyon gibi sorunları gidermek için değildir.\n"
|
||||
"UYARI: Bu değerin düşürülmesi, yatak yapışmasını olumsuz etkileyebilir."
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "This is the speed at which traveling is done."
|
||||
msgstr "Daha hızlı ve ekstrüzyonsuz seyahat hızı."
|
||||
@@ -18137,132 +18093,6 @@ msgstr "Giriş/Test"
|
||||
msgid "Connection to printers connected via the print host failed."
|
||||
msgstr "Yazdırma ana bilgisayarı aracılığıyla bağlanan yazıcılara bağlantı başarısız oldu."
|
||||
|
||||
msgid "Detect Creality K-series printer"
|
||||
msgstr ""
|
||||
|
||||
msgid "Click Scan to look for K-series printers on your network."
|
||||
msgstr ""
|
||||
|
||||
msgid "Use Selected"
|
||||
msgstr ""
|
||||
|
||||
msgid "Scanning the LAN for K-series printers... this takes a few seconds."
|
||||
msgstr ""
|
||||
|
||||
msgid "No K-series printers found. Make sure the printer is on the same network and not blocked by Wi-Fi client isolation, then click Scan again."
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "Found %zu Creality printer(s). Select one and click Use Selected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
msgid "Processes"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show/Hide system information"
|
||||
msgstr ""
|
||||
|
||||
msgid "Copy system information to clipboard"
|
||||
msgstr ""
|
||||
|
||||
msgid "We need information for diagnosing source of the issue. Check wiki page for detailed guide."
|
||||
msgstr ""
|
||||
|
||||
msgid "Pack button collects project file and logs of current session onto a zip file."
|
||||
msgstr ""
|
||||
|
||||
msgid "Any additional visual examples like images or screen recordings might be helpful while reporting the issue."
|
||||
msgstr ""
|
||||
|
||||
msgid "Report issue"
|
||||
msgstr ""
|
||||
|
||||
msgid "Pack"
|
||||
msgstr ""
|
||||
|
||||
msgid "Cleans and rebuilds system profiles cache on next launch"
|
||||
msgstr ""
|
||||
|
||||
msgid "Clean system profiles cache"
|
||||
msgstr ""
|
||||
|
||||
msgid "Clean"
|
||||
msgstr ""
|
||||
|
||||
msgid "Loaded profiles overview"
|
||||
msgstr ""
|
||||
|
||||
msgid "This section shows information for loaded profiles"
|
||||
msgstr ""
|
||||
|
||||
msgid "Exports detailed overview of loaded profiles in json format"
|
||||
msgstr ""
|
||||
|
||||
msgid "Configurations folder"
|
||||
msgstr ""
|
||||
|
||||
msgid "Opens configurations folder"
|
||||
msgstr ""
|
||||
|
||||
msgid "Log level"
|
||||
msgstr ""
|
||||
|
||||
msgid "Stored logs"
|
||||
msgstr ""
|
||||
|
||||
msgid "Packs all stored logs onto a zip file."
|
||||
msgstr ""
|
||||
|
||||
msgid "Profiles"
|
||||
msgstr ""
|
||||
|
||||
msgid "Select NO to close dialog and review project"
|
||||
msgstr ""
|
||||
|
||||
msgid "No project file on current session. Only logs will be included to package"
|
||||
msgstr ""
|
||||
|
||||
msgid "Select NO to close dialog and review project."
|
||||
msgstr ""
|
||||
|
||||
msgid "Please make sure any instances of OrcaSlicer are not running"
|
||||
msgstr ""
|
||||
|
||||
msgid "System folder cannot be deleted because some files are in use by another application. Please close any applications using these files and try again."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to delete system folder..."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to determine executable path."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to launch a new instance."
|
||||
msgstr ""
|
||||
|
||||
msgid "log(s)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Choose where to save the exported JSON file"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Export failed\n"
|
||||
"Please check write permissions or file in use by another application"
|
||||
msgstr ""
|
||||
|
||||
msgid "Choose where to save the exported ZIP file"
|
||||
msgstr ""
|
||||
|
||||
msgid "File already exists. Overwrite?"
|
||||
msgstr ""
|
||||
|
||||
msgid "3DPrinterOS Cloud upload options"
|
||||
msgstr ""
|
||||
|
||||
@@ -18345,19 +18175,6 @@ msgstr "MKS'ye bağlantı düzgün çalışıyor."
|
||||
msgid "Could not connect to MKS"
|
||||
msgstr "MKS'ye bağlanılamadı"
|
||||
|
||||
msgid "Connection to Moonraker is working correctly."
|
||||
msgstr ""
|
||||
|
||||
msgid "Could not connect to Moonraker"
|
||||
msgstr ""
|
||||
|
||||
msgid "The host responded but it doesn't look like Moonraker (missing result.klippy_state)."
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Could not parse Moonraker server response: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "Connection to OctoPrint is working correctly."
|
||||
msgstr "OctoPrint'e bağlantı düzgün çalışıyor."
|
||||
|
||||
@@ -19514,36 +19331,6 @@ msgstr ""
|
||||
"Eğilmeyi önleyin\n"
|
||||
"ABS gibi bükülmeye yatkın malzemelere baskı yaparken, ısıtma yatağı sıcaklığının uygun şekilde arttırılmasının bükülme olasılığını azaltabileceğini biliyor muydunuz?"
|
||||
|
||||
#~ msgid "Filament Sync Options"
|
||||
#~ msgstr "Filament Senkronizasyon Seçenekleri"
|
||||
|
||||
#~ msgid "Network plug-in"
|
||||
#~ msgstr "Ağ eklentisi"
|
||||
|
||||
#~ msgid "View control settings"
|
||||
#~ msgstr "Kontrol ayarlarını görüntüle"
|
||||
|
||||
#~ msgid "Rotate view"
|
||||
#~ msgstr "Görüntüyü döndür"
|
||||
|
||||
#~ msgid "Pan view"
|
||||
#~ msgstr "Pan Görünümü"
|
||||
|
||||
#~ msgid "Zoom view"
|
||||
#~ msgstr "Zoom Görünümü"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
#~ msgid "Reverse scroll direction while zooming"
|
||||
#~ msgstr "Yakınlaştırma sırasında fare tekerleği ters dönüyor"
|
||||
|
||||
#, c-format, boost-format
|
||||
#~ msgid "Left: %s"
|
||||
#~ msgstr "Sol: %s"
|
||||
|
||||
#, c-format, boost-format
|
||||
#~ msgid "Right: %s"
|
||||
#~ msgstr "Sağ: %s"
|
||||
|
||||
#~ msgid "Enable network plug-in"
|
||||
#~ msgstr "Ağ eklentisini etkinleştir"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: orcaslicerua\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2026-07-03 14:43+0200\n"
|
||||
"POT-Creation-Date: 2026-06-26 10:26+0800\n"
|
||||
"PO-Revision-Date: 2025-03-07 09:30+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Ukrainian\n"
|
||||
@@ -1727,12 +1727,7 @@ msgid ""
|
||||
"To migrate your existing profiles, log in to Orca Cloud and they will be transferred automatically. To learn more about how OrcaSlicer stores and syncs your profiles, or to migrate your presets manually, check out our wiki.\n"
|
||||
"\n"
|
||||
"If you did not use Bambu Cloud to sync profiles, this change does not affect you and you can safely ignore this message."
|
||||
msgstr ""
|
||||
"Починаючи з версії 2.4.0, OrcaSlicer синхронізує профілі користувача через Orca Cloud замість Bambu Cloud.\n"
|
||||
"\n"
|
||||
"Щоб перенести наявні профілі, увійдіть до Orca Cloud, і вони будуть перенесені автоматично. Щоб дізнатися більше про те, як OrcaSlicer зберігає та синхронізує ваші профілі, або щоб перенести свої шаблони вручну, перегляньте нашу вікі.\n"
|
||||
"\n"
|
||||
"Якщо ви не використовували Bambu Cloud для синхронізації профілів, ця зміна вас не стосується, і ви можете сміливо проігнорувати це повідомлення."
|
||||
msgstr "Починаючи з версії 2.4.0, OrcaSlicer синхронізує профілі користувача через Orca Cloud замість Bambu Cloud.\n\nЩоб перенести наявні профілі, увійдіть до Orca Cloud, і вони будуть перенесені автоматично. Щоб дізнатися більше про те, як OrcaSlicer зберігає та синхронізує ваші профілі, або щоб перенести свої шаблони вручну, перегляньте нашу вікі.\n\nЯкщо ви не використовували Bambu Cloud для синхронізації профілів, ця зміна вас не стосується, і ви можете сміливо проігнорувати це повідомлення."
|
||||
|
||||
msgid "Profile syncing change"
|
||||
msgstr ""
|
||||
@@ -4112,10 +4107,6 @@ msgstr ""
|
||||
msgid "Current chamber temperature is higher than the material's safe temperature; this may result in material softening and nozzle clogs. The maximum safe temperature for the material is %d"
|
||||
msgstr "Поточна температура камери вища, ніж безпечна температура матеріалу, це може призвести до розм’якшення матеріалу та його забивання. Максимально безпечна температура для цього матеріалу становить %d"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "The minimal chamber temperature (%d℃) is higher than the target chamber temperature (%d℃). The minimal value is the threshold at which printing starts while the chamber keeps heating toward the target, so it should not exceed it. It will be clamped to the target."
|
||||
msgstr ""
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid ""
|
||||
"Layer height too small\n"
|
||||
@@ -7905,45 +7896,6 @@ msgstr ""
|
||||
msgid "Choose Download Directory"
|
||||
msgstr "Виберіть каталог завантаження"
|
||||
|
||||
msgid "(Latest)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Network plug-in switched successfully."
|
||||
msgstr ""
|
||||
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to load network plug-in. Please restart the application."
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"You've selected network plug-in version %s.\n"
|
||||
"\n"
|
||||
"Would you like to download and install this version now?\n"
|
||||
"\n"
|
||||
"Note: The application may need to restart after installation."
|
||||
msgstr ""
|
||||
|
||||
msgid "Download Network Plug-in"
|
||||
msgstr ""
|
||||
|
||||
msgid "Reload the network plug-in without restarting the application"
|
||||
msgstr ""
|
||||
|
||||
msgid "Network plug-in reloaded successfully."
|
||||
msgstr ""
|
||||
|
||||
msgid "Reload"
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to reload network plug-in. Please restart the application."
|
||||
msgstr ""
|
||||
|
||||
msgid "Reload Failed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Associate"
|
||||
msgstr "Ассоціювати"
|
||||
|
||||
@@ -7999,6 +7951,12 @@ msgstr "Показувати заставку"
|
||||
msgid "Show the splash screen during startup."
|
||||
msgstr "Показувати заставку під час запуску."
|
||||
|
||||
msgid "Show shared profiles notification"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show a notification with a link to browse shared profiles when the selected printer is changed."
|
||||
msgstr ""
|
||||
|
||||
msgid "Use window buttons on left side"
|
||||
msgstr ""
|
||||
|
||||
@@ -8029,13 +7987,6 @@ msgstr "Поведінка завантаження"
|
||||
msgid "Should printer/filament/process settings be loaded when opening a 3MF file?"
|
||||
msgstr "Чи повинні бути завантажені налаштування принтера/філаменту/процесу при відкритті файлу .3mf?"
|
||||
|
||||
msgid "Auto backup"
|
||||
msgstr "Автобекап"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Backup your project periodically to help with restoring from an occasional crash."
|
||||
msgstr "Періодично робіть резервну копію вашого проекту для відновлення після випадкового збою."
|
||||
|
||||
msgid "Maximum recent files"
|
||||
msgstr ""
|
||||
|
||||
@@ -8054,17 +8005,12 @@ msgstr ""
|
||||
msgid "If enabled, a parameter settings dialog will appear during STEP file import."
|
||||
msgstr ""
|
||||
|
||||
msgid "Quality level for Draco export"
|
||||
msgstr ""
|
||||
msgid "Auto backup"
|
||||
msgstr "Автобекап"
|
||||
|
||||
msgid "bits"
|
||||
msgstr "bits"
|
||||
|
||||
msgid ""
|
||||
"Controls the quantization bit depth used when compressing the mesh to Draco format.\n"
|
||||
"0 = lossless compression (geometry is preserved at full precision). Valid lossy values range from 8 to 30.\n"
|
||||
"Lower values produce smaller files but lose more geometric detail; higher values preserve more detail at the cost of larger files."
|
||||
msgstr ""
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Backup your project periodically to help with restoring from an occasional crash."
|
||||
msgstr "Періодично робіть резервну копію вашого проекту для відновлення після випадкового збою."
|
||||
|
||||
msgid "Preset"
|
||||
msgstr "Шаблон"
|
||||
@@ -8096,12 +8042,6 @@ msgstr "філаменти"
|
||||
msgid "Optimizes filament area maximum height by chosen filament count."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show shared profiles notification"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show a notification with a link to browse shared profiles when the selected printer is changed."
|
||||
msgstr ""
|
||||
|
||||
msgid "Features"
|
||||
msgstr ""
|
||||
|
||||
@@ -8114,6 +8054,18 @@ msgstr "З цією опцією ввімкненою, ви можете від
|
||||
msgid "Pop up to select filament grouping mode"
|
||||
msgstr ""
|
||||
|
||||
msgid "Quality level for Draco export"
|
||||
msgstr ""
|
||||
|
||||
msgid "bits"
|
||||
msgstr "bits"
|
||||
|
||||
msgid ""
|
||||
"Controls the quantization bit depth used when compressing the mesh to Draco format.\n"
|
||||
"0 = lossless compression (geometry is preserved at full precision). Valid lossy values range from 8 to 30.\n"
|
||||
"Lower values produce smaller files but lose more geometric detail; higher values preserve more detail at the cost of larger files."
|
||||
msgstr ""
|
||||
|
||||
msgid "Behaviour"
|
||||
msgstr ""
|
||||
|
||||
@@ -8341,6 +8293,19 @@ msgstr "Перевіряти лише стабільні оновлення"
|
||||
msgid "Auto sync user presets (Printer/Filament/Process)"
|
||||
msgstr "Автоматична синхронізація користувацьких профілів (принтер/філамент/процес)"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Update built-in presets automatically."
|
||||
msgstr "Оновлюйте вбудовані пресети автоматично."
|
||||
|
||||
msgid "Use encrypted file for token storage"
|
||||
msgstr ""
|
||||
|
||||
msgid "Store authentication tokens in an encrypted file instead of the system keychain. (Requires restart)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Filament Sync Options"
|
||||
msgstr ""
|
||||
|
||||
msgid "Filament sync mode"
|
||||
msgstr ""
|
||||
|
||||
@@ -8353,16 +8318,6 @@ msgstr ""
|
||||
msgid "Color only"
|
||||
msgstr ""
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Update built-in presets automatically."
|
||||
msgstr "Оновлюйте вбудовані пресети автоматично."
|
||||
|
||||
msgid "Use encrypted file for token storage"
|
||||
msgstr ""
|
||||
|
||||
msgid "Store authentication tokens in an encrypted file instead of the system keychain. (Requires restart)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Bambu network plug-in"
|
||||
msgstr ""
|
||||
|
||||
@@ -8375,6 +8330,30 @@ msgstr ""
|
||||
msgid "Select the network plug-in version to use"
|
||||
msgstr ""
|
||||
|
||||
msgid "(Latest)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Network plug-in switched successfully."
|
||||
msgstr ""
|
||||
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to load network plug-in. Please restart the application."
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"You've selected network plug-in version %s.\n"
|
||||
"\n"
|
||||
"Would you like to download and install this version now?\n"
|
||||
"\n"
|
||||
"Note: The application may need to restart after installation."
|
||||
msgstr ""
|
||||
|
||||
msgid "Download Network Plug-in"
|
||||
msgstr ""
|
||||
|
||||
msgid "Associate files to OrcaSlicer"
|
||||
msgstr "Асоціювати файли з OrcaSlicer"
|
||||
|
||||
@@ -8423,16 +8402,7 @@ msgstr ""
|
||||
msgid "Skip AMS blacklist check"
|
||||
msgstr "Пропустити перевірку чорного списку AMS"
|
||||
|
||||
msgid "Show unsupported presets"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show incompatible/unsupported presets in the printer and filament dropdown lists. These presets cannot be selected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Experimental Features"
|
||||
msgstr ""
|
||||
|
||||
msgid "Keep painted feature after mesh change"
|
||||
msgid "(Experimental) Keep painted feature after mesh change"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
@@ -8440,6 +8410,12 @@ msgid ""
|
||||
"Highly experimental! Slow and may create artifact."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show unsupported presets"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show incompatible/unsupported presets in the printer and filament dropdown lists. These presets cannot be selected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Allow Abnormal Storage"
|
||||
msgstr ""
|
||||
|
||||
@@ -8466,6 +8442,24 @@ msgstr "налагодження"
|
||||
msgid "trace"
|
||||
msgstr "слід"
|
||||
|
||||
msgid "Network plug-in"
|
||||
msgstr ""
|
||||
|
||||
msgid "Reload"
|
||||
msgstr ""
|
||||
|
||||
msgid "Reload the network plug-in without restarting the application"
|
||||
msgstr ""
|
||||
|
||||
msgid "Network plug-in reloaded successfully."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to reload network plug-in. Please restart the application."
|
||||
msgstr ""
|
||||
|
||||
msgid "Reload Failed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Debug"
|
||||
msgstr ""
|
||||
|
||||
@@ -8481,6 +8475,25 @@ msgstr "Синхронізація профілів"
|
||||
msgid "Preferences sync"
|
||||
msgstr "Синхронізація налаштувань"
|
||||
|
||||
msgid "View control settings"
|
||||
msgstr "Перегляд параметрів керування"
|
||||
|
||||
msgid "Rotate view"
|
||||
msgstr "Повернути вигляд"
|
||||
|
||||
msgid "Pan view"
|
||||
msgstr "Панорамний вигляд"
|
||||
|
||||
msgid "Zoom view"
|
||||
msgstr "Перегляд масштабу"
|
||||
|
||||
msgid "Other"
|
||||
msgstr "Інший"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Reverse scroll direction while zooming"
|
||||
msgstr "Колісок миші реверсує при масштабуванні"
|
||||
|
||||
msgid "Enable SSL(MQTT)"
|
||||
msgstr "Увімкнути SSL (MQTT)"
|
||||
|
||||
@@ -9183,12 +9196,6 @@ msgstr "Видалити цей профіль"
|
||||
msgid "Search in preset"
|
||||
msgstr "Пошук у профілі"
|
||||
|
||||
msgid "Synchronization of different extruder drives or nozzle volume types is not supported."
|
||||
msgstr ""
|
||||
|
||||
msgid "Synchronize the modification of parameters to the corresponding parameters of another extruder."
|
||||
msgstr ""
|
||||
|
||||
msgid "Click to reset all settings to the last saved preset."
|
||||
msgstr "Натисніть, щоб скинути всі налаштування до останньої збереженої попередньої установки."
|
||||
|
||||
@@ -9481,18 +9488,6 @@ msgstr "Коефіцієнт потоку та Випередження тиск
|
||||
msgid "Print chamber temperature"
|
||||
msgstr "Температура в камері друку"
|
||||
|
||||
msgid "Chamber temperature"
|
||||
msgstr "Температура в камері"
|
||||
|
||||
msgid "Target chamber temperature, and the minimal chamber temperature at which printing should start"
|
||||
msgstr ""
|
||||
|
||||
msgid "Target"
|
||||
msgstr ""
|
||||
|
||||
msgid "Minimal"
|
||||
msgstr ""
|
||||
|
||||
msgid "Print temperature"
|
||||
msgstr "Температура друку"
|
||||
|
||||
@@ -9823,21 +9818,11 @@ msgid "Don't warn again for this preset"
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "%s: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "No modifications need to be copied."
|
||||
msgstr ""
|
||||
|
||||
msgid "Copy paramters"
|
||||
msgid "Left: %s"
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Modify paramters of %s"
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Do you want to modify the following parameters of the %s to that of the %s?"
|
||||
msgid "Right: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "Click to reset current value and attach to the global value."
|
||||
@@ -9858,7 +9843,7 @@ msgid "Transfer or discard changes"
|
||||
msgstr "Відкинути або зберегти зміни"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Old Value"
|
||||
msgid "Old value"
|
||||
msgstr "Старе значення"
|
||||
|
||||
msgid "New Value"
|
||||
@@ -9980,12 +9965,6 @@ msgstr ""
|
||||
msgid "Capabilities"
|
||||
msgstr "Можливості"
|
||||
|
||||
msgid "Left: "
|
||||
msgstr ""
|
||||
|
||||
msgid "Right: "
|
||||
msgstr ""
|
||||
|
||||
msgid "Show all presets (including incompatible)"
|
||||
msgstr "Показувати всі профілі (включаючи несумісні)"
|
||||
|
||||
@@ -12079,23 +12058,6 @@ msgstr "Звичайний друк"
|
||||
msgid "This is the default acceleration for both normal printing and travel after the first layer."
|
||||
msgstr "Прискорення за умовчанням як для звичайного друку, так і для переміщення за виключенням першого шару"
|
||||
|
||||
msgid "Acceleration of travel moves."
|
||||
msgstr "Прискорення холостого руху"
|
||||
|
||||
msgid "First layer travel"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Travel acceleration of first layer.\n"
|
||||
"The percentage value is relative to Travel Acceleration."
|
||||
msgstr ""
|
||||
|
||||
msgid "mm/s² or %"
|
||||
msgstr "мм/с² або %"
|
||||
|
||||
msgid "Acceleration of bridges. If the value is expressed as a percentage (e.g. 50%), it will be calculated based on the outer wall acceleration."
|
||||
msgstr "Прискорення мостів. Якщо значення виражено у відсотках (наприклад, 50%), воно розраховано з урахуванням прискорення зовнішнього периметра."
|
||||
|
||||
msgid "Default filament profile"
|
||||
msgstr "Профіль стандартного філаменту"
|
||||
|
||||
@@ -12304,12 +12266,6 @@ msgstr "Хорди Архімеда"
|
||||
msgid "Octagram Spiral"
|
||||
msgstr "Спіральна октограма"
|
||||
|
||||
msgid "Top surface density"
|
||||
msgstr ""
|
||||
|
||||
msgid "Density of top surface layer. A value of 100% creates a fully solid, smooth top layer. Reducing this value results in a textured top surface, according to the chosen top surface pattern. A value of 0% will result in only the walls on the top layer being created. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion."
|
||||
msgstr ""
|
||||
|
||||
msgid "Bottom surface pattern"
|
||||
msgstr "Шаблон нижньої поверхні"
|
||||
|
||||
@@ -12317,14 +12273,6 @@ msgstr "Шаблон нижньої поверхні"
|
||||
msgid "This is the line pattern of bottom surface infill, not including bridge infill."
|
||||
msgstr "Шаблон ліній заповнення нижньої поверхні, крім заповнення мостів"
|
||||
|
||||
msgid "Bottom surface density"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Density of the bottom surface layer. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion.\n"
|
||||
"WARNING: Lowering this value may negatively affect bed adhesion."
|
||||
msgstr ""
|
||||
|
||||
msgid "Internal solid infill pattern"
|
||||
msgstr "Шаблон внутрішнього суцільного заповнення"
|
||||
|
||||
@@ -12626,6 +12574,18 @@ msgstr ""
|
||||
msgid "Auto For Match"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable filament dynamic map"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable dynamic filament mapping during print."
|
||||
msgstr ""
|
||||
|
||||
msgid "Has filament switcher"
|
||||
msgstr ""
|
||||
|
||||
msgid "Printer has a filament switcher hardware (e.g., AMS)."
|
||||
msgstr ""
|
||||
|
||||
msgid "Flush temperature"
|
||||
msgstr ""
|
||||
|
||||
@@ -12963,7 +12923,6 @@ msgstr ""
|
||||
msgid "Z-buckling bias optimization (experimental)"
|
||||
msgstr ""
|
||||
|
||||
#, no-c-format, no-boost-format
|
||||
msgid "Tightens the gyroid wave along the Z (vertical) axis at low infill density to shorten the effective vertical column length and improve Z-axis compression buckling resistance. Filament use is preserved. No effect at ~30% sparse infill density and above. Only applies when Sparse infill pattern is set to Gyroid."
|
||||
msgstr ""
|
||||
|
||||
@@ -13031,6 +12990,79 @@ msgstr "TPMS-FK"
|
||||
msgid "Gyroid"
|
||||
msgstr "Гіроїд"
|
||||
|
||||
msgid "Lateral lattice angle 1"
|
||||
msgstr "Кут решітки 1"
|
||||
|
||||
msgid "The angle of the first set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "Кут першого набору 2D-решіткових елементів у напрямку Z. Нуль означає вертикальне розташування."
|
||||
|
||||
msgid "Lateral lattice angle 2"
|
||||
msgstr "Кут решітки 1"
|
||||
|
||||
msgid "The angle of the second set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "Кут другого набору 2D-решіткових елементів у напрямку Z. Нуль означає вертикальне розташування."
|
||||
|
||||
msgid "Infill overhang angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "The angle of the infill angled lines. 60° will result in a pure honeycomb."
|
||||
msgstr ""
|
||||
|
||||
msgid "Lightning overhang angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum overhang angle for Lightning infill support propagation."
|
||||
msgstr ""
|
||||
|
||||
msgid "Prune angle"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Controls how aggressively short or unsupported Lightning branches are pruned.\n"
|
||||
"This angle is converted internally to a per-layer distance."
|
||||
msgstr ""
|
||||
|
||||
msgid "Straightening angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum straightening angle used to simplify Lightning branches."
|
||||
msgstr ""
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr "Довжина прив’язки часткового заповнення"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than infill_anchor_max is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to this parameter, but no longer than anchor_length_max.\n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a single infill line."
|
||||
msgstr ""
|
||||
"З'єднайте лінію заповнення з внутрішнім периметром із коротким сегментомдодаткового периметра. Якщо воно виражено у відсотках (наприклад, 15%), воно розраховується за шириною екструзії заповнення. Orca Slicer намагається з'єднати Дві близькі лінії заповнення з коротким сегментом периметра. Якщо такий сегмент периметра коротше infill_anchor_max не знайдено, лінія заповнення з'єднується з сегментом периметра лише з одного боку, і довжина взятого сегменту периметра обмежена цим параметром, але не більше anchor_length_max.\n"
|
||||
"Встановіть цей параметр рівним нулю, щоб вимкнути периметри прив'язки.пов'язані з однією лінією заповнення."
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr "0 (немає відкритих прив'язок)"
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr "1000 (необмежено)"
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr "Максимальна довжина прив’язки заповнення"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than this parameter is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to infill_anchor, but no longer than this parameter.\n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should create the same result as with 1000 & 0."
|
||||
msgstr ""
|
||||
"З'єднайте лінію заповнення з внутрішнім периметром із коротким сегментомдодаткового периметра. Якщо воно виражено у відсотках (наприклад, 15%), воно розраховується за шириною екструзії заповнення. Orca Slicer намагається з'єднати Дві близькі лінії заповнення з коротким сегментом периметра. Якщо такий сегмент периметра коротший за цей параметр не знайдено, лінія заповнення з'єднується з сегментом периметра лише з одного боку, і довжина взятого сегмент периметра обмежений infill_anchor, але не довшим за цей параметр.\n"
|
||||
"Якщо встановлено значення 0, буде використано старий алгоритм для Підключення заповнення, він повинен створити той же результат, що і для 1000 & 0."
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr "0 (просте підключення)"
|
||||
|
||||
msgid "Acceleration of inner walls."
|
||||
msgstr "Прискорення внутрішніх периметрів"
|
||||
|
||||
msgid "Acceleration of travel moves."
|
||||
msgstr "Прискорення холостого руху"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "This is the acceleration of top surface infill. Using a lower value may improve top surface quality."
|
||||
msgstr "Прискорення заповнення верхньої поверхні. Використання меншого значенняможе покращити якість верхньої поверхні"
|
||||
@@ -13039,8 +13071,11 @@ msgstr "Прискорення заповнення верхньої повер
|
||||
msgid "Acceleration of outer wall: using a lower value can improve quality."
|
||||
msgstr "Прискорення зовнішнього периметра. Використання меншого значення може поліпшити якість"
|
||||
|
||||
msgid "Acceleration of inner walls."
|
||||
msgstr "Прискорення внутрішніх периметрів"
|
||||
msgid "Acceleration of bridges. If the value is expressed as a percentage (e.g. 50%), it will be calculated based on the outer wall acceleration."
|
||||
msgstr "Прискорення мостів. Якщо значення виражено у відсотках (наприклад, 50%), воно розраховано з урахуванням прискорення зовнішнього периметра."
|
||||
|
||||
msgid "mm/s² or %"
|
||||
msgstr "мм/с² або %"
|
||||
|
||||
msgid "Acceleration of sparse infill. If the value is expressed as a percentage (e.g. 100%), it will be calculated based on the default acceleration."
|
||||
msgstr "Прискорення заповнення. Якщо значення виражено у відсотках (наприклад, 100%), воно буде розраховане на основі прискорення за умовчанням."
|
||||
@@ -13052,6 +13087,14 @@ msgstr "Прискорення заповнення внутрішнього т
|
||||
msgid "This is the printing acceleration for the first layer. Using limited acceleration can improve build plate adhesion."
|
||||
msgstr "Прискорення першого шару. Використання меншого значення може покращити прилипання до робочої пластини"
|
||||
|
||||
msgid "First layer travel"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Travel acceleration of first layer.\n"
|
||||
"The percentage value is relative to Travel Acceleration."
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable accel_to_decel"
|
||||
msgstr "Увімкнути прискорення до уповільнення"
|
||||
|
||||
@@ -13146,17 +13189,6 @@ msgstr "Швидкість вентилятора лінійно збільшу
|
||||
msgid "layer"
|
||||
msgstr "шар"
|
||||
|
||||
msgid "First layer fan speed"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Sets an exact fan speed for the first layer, overriding all other cooling settings. Useful for protecting 3D-printed toolhead parts (e.g. Voron-style ABS/ASA ducts) from a hot bed. A small amount of airflow cools the ducts down, without using full cooling that may in certain conditions hurt first-layer adhesion.\n"
|
||||
"From the second layer onwards, normal cooling resumes.\n"
|
||||
"If \"Full fan speed at layer\" is also set, the fan ramps smoothly from this value on the first layer up to your target by the chosen layer.\n"
|
||||
"Only available when \"No cooling for the first\" is 0.\n"
|
||||
"Set to -1 to disable it."
|
||||
msgstr ""
|
||||
|
||||
msgid "Support interface fan speed"
|
||||
msgstr "Швидкість вентилятора під час друку підтримки"
|
||||
|
||||
@@ -13669,73 +13701,6 @@ msgstr ""
|
||||
msgid "Probing exclude area of clumping."
|
||||
msgstr ""
|
||||
|
||||
msgid "Lateral lattice angle 1"
|
||||
msgstr "Кут решітки 1"
|
||||
|
||||
msgid "The angle of the first set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "Кут першого набору 2D-решіткових елементів у напрямку Z. Нуль означає вертикальне розташування."
|
||||
|
||||
msgid "Lateral lattice angle 2"
|
||||
msgstr "Кут решітки 1"
|
||||
|
||||
msgid "The angle of the second set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "Кут другого набору 2D-решіткових елементів у напрямку Z. Нуль означає вертикальне розташування."
|
||||
|
||||
msgid "Infill overhang angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "The angle of the infill angled lines. 60° will result in a pure honeycomb."
|
||||
msgstr ""
|
||||
|
||||
msgid "Lightning overhang angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum overhang angle for Lightning infill support propagation."
|
||||
msgstr ""
|
||||
|
||||
msgid "Prune angle"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Controls how aggressively short or unsupported Lightning branches are pruned.\n"
|
||||
"This angle is converted internally to a per-layer distance."
|
||||
msgstr ""
|
||||
|
||||
msgid "Straightening angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum straightening angle used to simplify Lightning branches."
|
||||
msgstr ""
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr "Довжина прив’язки часткового заповнення"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than infill_anchor_max is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to this parameter, but no longer than anchor_length_max.\n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a single infill line."
|
||||
msgstr ""
|
||||
"З'єднайте лінію заповнення з внутрішнім периметром із коротким сегментомдодаткового периметра. Якщо воно виражено у відсотках (наприклад, 15%), воно розраховується за шириною екструзії заповнення. Orca Slicer намагається з'єднати Дві близькі лінії заповнення з коротким сегментом периметра. Якщо такий сегмент периметра коротше infill_anchor_max не знайдено, лінія заповнення з'єднується з сегментом периметра лише з одного боку, і довжина взятого сегменту периметра обмежена цим параметром, але не більше anchor_length_max.\n"
|
||||
"Встановіть цей параметр рівним нулю, щоб вимкнути периметри прив'язки.пов'язані з однією лінією заповнення."
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr "0 (немає відкритих прив'язок)"
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr "1000 (необмежено)"
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr "Максимальна довжина прив’язки заповнення"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than this parameter is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to infill_anchor, but no longer than this parameter.\n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should create the same result as with 1000 & 0."
|
||||
msgstr ""
|
||||
"З'єднайте лінію заповнення з внутрішнім периметром із коротким сегментомдодаткового периметра. Якщо воно виражено у відсотках (наприклад, 15%), воно розраховується за шириною екструзії заповнення. Orca Slicer намагається з'єднати Дві близькі лінії заповнення з коротким сегментом периметра. Якщо такий сегмент периметра коротший за цей параметр не знайдено, лінія заповнення з'єднується з сегментом периметра лише з одного боку, і довжина взятого сегмент периметра обмежений infill_anchor, але не довшим за цей параметр.\n"
|
||||
"Якщо встановлено значення 0, буде використано старий алгоритм для Підключення заповнення, він повинен створити той же результат, що і для 1000 & 0."
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr "0 (просте підключення)"
|
||||
|
||||
msgid ""
|
||||
"Filament to print internal sparse infill.\n"
|
||||
"\"Default\" uses the active object/part filament."
|
||||
@@ -14605,18 +14570,6 @@ msgstr "Direct Drive"
|
||||
msgid "Bowden"
|
||||
msgstr "Боуден"
|
||||
|
||||
msgid "Enable filament dynamic map"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable dynamic filament mapping during print."
|
||||
msgstr ""
|
||||
|
||||
msgid "Has filament switcher"
|
||||
msgstr ""
|
||||
|
||||
msgid "Printer has a filament switcher hardware (e.g., AMS)."
|
||||
msgstr ""
|
||||
|
||||
msgid "Extra length on restart"
|
||||
msgstr "Додаткова довжина під час перезавантаження"
|
||||
|
||||
@@ -15044,9 +14997,6 @@ msgstr "Під час розрізання тріщини на трикутну
|
||||
msgid "Slicing Mode"
|
||||
msgstr "Режим нарізки"
|
||||
|
||||
msgid "Other"
|
||||
msgstr "Інший"
|
||||
|
||||
msgid "Use \"Even-odd\" for 3DLabPrint airplane models. Use \"Close holes\" to close all holes in the model."
|
||||
msgstr "Використовуйте «парний-непарний» для моделей літаків 3DLabPrint. Використовуйте «Закрити отвори», щоб закрити всі отвори в моделі."
|
||||
|
||||
@@ -15405,6 +15355,9 @@ msgstr ""
|
||||
"\n"
|
||||
"Цей параметр залежить від підтримки команд M191 і M141 у мікропрограмі, як через макроси, так і нативно, і зазвичай використовується при встановленому активному нагрівачі камери."
|
||||
|
||||
msgid "Chamber temperature"
|
||||
msgstr "Температура в камері"
|
||||
|
||||
msgid ""
|
||||
"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber temperature can help suppress or reduce warping and potentially lead to higher interlayer bonding strength. However, at the same time, a higher chamber temperature will reduce the efficiency of air filtration for ABS and ASA.\n"
|
||||
"\n"
|
||||
@@ -15420,17 +15373,6 @@ msgstr ""
|
||||
"PRINT_START (інші змінні) CHAMBER_TEMP=[chamber_temperature].\n"
|
||||
"Це може бути корисним, якщо ваш принтер не підтримує команди M141/M191 або якщо ви хочете керувати прогрівом камери у макросі запуску друку за відсутності активного нагрівача камери."
|
||||
|
||||
msgid ""
|
||||
"This is the chamber temperature at which printing should start, while the chamber continues heating toward the \"Target\" chamber temperature. For example, set the Target to 60 and the Minimal to 50 to begin printing once the chamber reaches 50°C, without waiting for the full 60°C.\n"
|
||||
"\n"
|
||||
"It sets a G-code variable named chamber_minimal_temperature, which can be passed to your print start macro or a heat soak macro, like this: PRINT_START (other variables) CHAMBER_MIN_TEMP=[chamber_minimal_temperature].\n"
|
||||
"\n"
|
||||
"Unlike the \"Target\" chamber temperature, this option does not emit any M141/M191 commands; it only exposes the value to your custom G-code. It should not exceed the \"Target\" chamber temperature."
|
||||
msgstr ""
|
||||
|
||||
msgid "Chamber minimal temperature"
|
||||
msgstr ""
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Nozzle temperature after the first layer"
|
||||
msgstr "Температура сопла для шарів після першого"
|
||||
@@ -15476,6 +15418,20 @@ msgstr "Товщина верхньої оболонки"
|
||||
msgid "The number of top solid layers is increased when slicing if the thickness calculated by top shell layers is thinner than this value. This can avoid having too thin a shell when layer height is small. 0 means that this setting is disabled and thickness of top shell is determined simply by the number of top shell layers."
|
||||
msgstr "Кількість верхніх суцільних шарів збільшується при розрізанні, якщо товщина, обчислена шарами верхньої оболонки, тонша за це значення. Це дозволяє уникнути занадто тонкої оболонки при невеликій висоті шару. 0 означає, що це налаштування вимкнено і товщина верхньої оболонки повністюобмежена верхніми шарами оболонки"
|
||||
|
||||
msgid "Top surface density"
|
||||
msgstr ""
|
||||
|
||||
msgid "Density of top surface layer. A value of 100% creates a fully solid, smooth top layer. Reducing this value results in a textured top surface, according to the chosen top surface pattern. A value of 0% will result in only the walls on the top layer being created. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion."
|
||||
msgstr ""
|
||||
|
||||
msgid "Bottom surface density"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Density of the bottom surface layer. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion.\n"
|
||||
"WARNING: Lowering this value may negatively affect bed adhesion."
|
||||
msgstr ""
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "This is the speed at which traveling is done."
|
||||
msgstr "Швидкість переміщення, яка є швидше і без екструзії"
|
||||
@@ -18081,132 +18037,6 @@ msgstr "Вхід/Тест"
|
||||
msgid "Connection to printers connected via the print host failed."
|
||||
msgstr "Не вдалося підключитися до принтерів, підключених через вузол друку."
|
||||
|
||||
msgid "Detect Creality K-series printer"
|
||||
msgstr ""
|
||||
|
||||
msgid "Click Scan to look for K-series printers on your network."
|
||||
msgstr ""
|
||||
|
||||
msgid "Use Selected"
|
||||
msgstr ""
|
||||
|
||||
msgid "Scanning the LAN for K-series printers... this takes a few seconds."
|
||||
msgstr ""
|
||||
|
||||
msgid "No K-series printers found. Make sure the printer is on the same network and not blocked by Wi-Fi client isolation, then click Scan again."
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "Found %zu Creality printer(s). Select one and click Use Selected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
msgid "Processes"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show/Hide system information"
|
||||
msgstr ""
|
||||
|
||||
msgid "Copy system information to clipboard"
|
||||
msgstr ""
|
||||
|
||||
msgid "We need information for diagnosing source of the issue. Check wiki page for detailed guide."
|
||||
msgstr ""
|
||||
|
||||
msgid "Pack button collects project file and logs of current session onto a zip file."
|
||||
msgstr ""
|
||||
|
||||
msgid "Any additional visual examples like images or screen recordings might be helpful while reporting the issue."
|
||||
msgstr ""
|
||||
|
||||
msgid "Report issue"
|
||||
msgstr ""
|
||||
|
||||
msgid "Pack"
|
||||
msgstr ""
|
||||
|
||||
msgid "Cleans and rebuilds system profiles cache on next launch"
|
||||
msgstr ""
|
||||
|
||||
msgid "Clean system profiles cache"
|
||||
msgstr ""
|
||||
|
||||
msgid "Clean"
|
||||
msgstr ""
|
||||
|
||||
msgid "Loaded profiles overview"
|
||||
msgstr ""
|
||||
|
||||
msgid "This section shows information for loaded profiles"
|
||||
msgstr ""
|
||||
|
||||
msgid "Exports detailed overview of loaded profiles in json format"
|
||||
msgstr ""
|
||||
|
||||
msgid "Configurations folder"
|
||||
msgstr ""
|
||||
|
||||
msgid "Opens configurations folder"
|
||||
msgstr ""
|
||||
|
||||
msgid "Log level"
|
||||
msgstr ""
|
||||
|
||||
msgid "Stored logs"
|
||||
msgstr ""
|
||||
|
||||
msgid "Packs all stored logs onto a zip file."
|
||||
msgstr ""
|
||||
|
||||
msgid "Profiles"
|
||||
msgstr ""
|
||||
|
||||
msgid "Select NO to close dialog and review project"
|
||||
msgstr ""
|
||||
|
||||
msgid "No project file on current session. Only logs will be included to package"
|
||||
msgstr ""
|
||||
|
||||
msgid "Select NO to close dialog and review project."
|
||||
msgstr ""
|
||||
|
||||
msgid "Please make sure any instances of OrcaSlicer are not running"
|
||||
msgstr ""
|
||||
|
||||
msgid "System folder cannot be deleted because some files are in use by another application. Please close any applications using these files and try again."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to delete system folder..."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to determine executable path."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to launch a new instance."
|
||||
msgstr ""
|
||||
|
||||
msgid "log(s)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Choose where to save the exported JSON file"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Export failed\n"
|
||||
"Please check write permissions or file in use by another application"
|
||||
msgstr ""
|
||||
|
||||
msgid "Choose where to save the exported ZIP file"
|
||||
msgstr ""
|
||||
|
||||
msgid "File already exists. Overwrite?"
|
||||
msgstr ""
|
||||
|
||||
msgid "3DPrinterOS Cloud upload options"
|
||||
msgstr ""
|
||||
|
||||
@@ -18289,19 +18119,6 @@ msgstr "З’єднання з MKS працює коректно."
|
||||
msgid "Could not connect to MKS"
|
||||
msgstr "Не вдалося підключитися до MKS"
|
||||
|
||||
msgid "Connection to Moonraker is working correctly."
|
||||
msgstr ""
|
||||
|
||||
msgid "Could not connect to Moonraker"
|
||||
msgstr ""
|
||||
|
||||
msgid "The host responded but it doesn't look like Moonraker (missing result.klippy_state)."
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Could not parse Moonraker server response: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "Connection to OctoPrint is working correctly."
|
||||
msgstr "Підключення до OctoPrint працює правильно."
|
||||
|
||||
@@ -19458,22 +19275,6 @@ msgstr ""
|
||||
"Уникнення деформації\n"
|
||||
"Чи знаєте ви, що при друку матеріалами, схильними до деформації, такими як ABS, відповідне підвищення температури гарячого ліжка може зменшити ймовірність деформації?"
|
||||
|
||||
#~ msgid "View control settings"
|
||||
#~ msgstr "Перегляд параметрів керування"
|
||||
|
||||
#~ msgid "Rotate view"
|
||||
#~ msgstr "Повернути вигляд"
|
||||
|
||||
#~ msgid "Pan view"
|
||||
#~ msgstr "Панорамний вигляд"
|
||||
|
||||
#~ msgid "Zoom view"
|
||||
#~ msgstr "Перегляд масштабу"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
#~ msgid "Reverse scroll direction while zooming"
|
||||
#~ msgstr "Колісок миші реверсує при масштабуванні"
|
||||
|
||||
#~ msgid "Enable network plug-in"
|
||||
#~ msgstr "Увімкнути мережевий плагін"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2026-07-03 14:43+0200\n"
|
||||
"POT-Creation-Date: 2026-06-26 10:26+0800\n"
|
||||
"PO-Revision-Date: 2025-10-02 17:43+0700\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: hainguyen.ts13@gmail.com\n"
|
||||
@@ -1718,12 +1718,7 @@ msgid ""
|
||||
"To migrate your existing profiles, log in to Orca Cloud and they will be transferred automatically. To learn more about how OrcaSlicer stores and syncs your profiles, or to migrate your presets manually, check out our wiki.\n"
|
||||
"\n"
|
||||
"If you did not use Bambu Cloud to sync profiles, this change does not affect you and you can safely ignore this message."
|
||||
msgstr ""
|
||||
"Kể từ phiên bản 2.4.0, OrcaSlicer đồng bộ hồ sơ người dùng thông qua Orca Cloud thay vì Bambu Cloud.\n"
|
||||
"\n"
|
||||
"Để di chuyển các hồ sơ hiện có của bạn, hãy đăng nhập vào Orca Cloud và chúng sẽ được chuyển tự động. Để tìm hiểu thêm về cách OrcaSlicer lưu trữ và đồng bộ hồ sơ của bạn, hoặc để di chuyển các cài đặt sẵn theo cách thủ công, hãy xem wiki của chúng tôi.\n"
|
||||
"\n"
|
||||
"Nếu bạn không sử dụng Bambu Cloud để đồng bộ hồ sơ, thay đổi này không ảnh hưởng đến bạn và bạn có thể bỏ qua thông báo này."
|
||||
msgstr "Kể từ phiên bản 2.4.0, OrcaSlicer đồng bộ hồ sơ người dùng thông qua Orca Cloud thay vì Bambu Cloud.\n\nĐể di chuyển các hồ sơ hiện có của bạn, hãy đăng nhập vào Orca Cloud và chúng sẽ được chuyển tự động. Để tìm hiểu thêm về cách OrcaSlicer lưu trữ và đồng bộ hồ sơ của bạn, hoặc để di chuyển các cài đặt sẵn theo cách thủ công, hãy xem wiki của chúng tôi.\n\nNếu bạn không sử dụng Bambu Cloud để đồng bộ hồ sơ, thay đổi này không ảnh hưởng đến bạn và bạn có thể bỏ qua thông báo này."
|
||||
|
||||
msgid "Profile syncing change"
|
||||
msgstr ""
|
||||
@@ -4077,10 +4072,6 @@ msgstr ""
|
||||
msgid "Current chamber temperature is higher than the material's safe temperature; this may result in material softening and nozzle clogs. The maximum safe temperature for the material is %d"
|
||||
msgstr "Nhiệt độ buồng hiện tại cao hơn nhiệt độ an toàn của vật liệu, điều này có thể dẫn đến vật liệu mềm và tắc nghẽn. Nhiệt độ an toàn tối đa cho vật liệu là %d"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "The minimal chamber temperature (%d℃) is higher than the target chamber temperature (%d℃). The minimal value is the threshold at which printing starts while the chamber keeps heating toward the target, so it should not exceed it. It will be clamped to the target."
|
||||
msgstr ""
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid ""
|
||||
"Layer height too small\n"
|
||||
@@ -7844,45 +7835,6 @@ msgstr ""
|
||||
msgid "Choose Download Directory"
|
||||
msgstr "Chọn thư mục tải xuống"
|
||||
|
||||
msgid "(Latest)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Network plug-in switched successfully."
|
||||
msgstr ""
|
||||
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to load network plug-in. Please restart the application."
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"You've selected network plug-in version %s.\n"
|
||||
"\n"
|
||||
"Would you like to download and install this version now?\n"
|
||||
"\n"
|
||||
"Note: The application may need to restart after installation."
|
||||
msgstr ""
|
||||
|
||||
msgid "Download Network Plug-in"
|
||||
msgstr ""
|
||||
|
||||
msgid "Reload the network plug-in without restarting the application"
|
||||
msgstr ""
|
||||
|
||||
msgid "Network plug-in reloaded successfully."
|
||||
msgstr ""
|
||||
|
||||
msgid "Reload"
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to reload network plug-in. Please restart the application."
|
||||
msgstr ""
|
||||
|
||||
msgid "Reload Failed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Associate"
|
||||
msgstr "Liên kết"
|
||||
|
||||
@@ -7937,6 +7889,12 @@ msgstr "Hiển thị màn hình khởi động"
|
||||
msgid "Show the splash screen during startup."
|
||||
msgstr "Hiển thị màn hình khởi động trong khi khởi động."
|
||||
|
||||
msgid "Show shared profiles notification"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show a notification with a link to browse shared profiles when the selected printer is changed."
|
||||
msgstr ""
|
||||
|
||||
msgid "Use window buttons on left side"
|
||||
msgstr ""
|
||||
|
||||
@@ -7967,13 +7925,6 @@ msgstr ""
|
||||
msgid "Should printer/filament/process settings be loaded when opening a 3MF file?"
|
||||
msgstr "Có nên tải cài đặt máy in/filament/quy trình khi mở file 3MF?"
|
||||
|
||||
msgid "Auto backup"
|
||||
msgstr ""
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Backup your project periodically to help with restoring from an occasional crash."
|
||||
msgstr "Sao lưu dự án của bạn định kỳ để khôi phục từ sự cố thỉnh thoảng."
|
||||
|
||||
msgid "Maximum recent files"
|
||||
msgstr "Số file gần đây tối đa"
|
||||
|
||||
@@ -7992,17 +7943,12 @@ msgstr ""
|
||||
msgid "If enabled, a parameter settings dialog will appear during STEP file import."
|
||||
msgstr "Nếu được bật, hộp thoại cài đặt tham số sẽ xuất hiện trong quá trình nhập file STEP."
|
||||
|
||||
msgid "Quality level for Draco export"
|
||||
msgid "Auto backup"
|
||||
msgstr ""
|
||||
|
||||
msgid "bits"
|
||||
msgstr "bits"
|
||||
|
||||
msgid ""
|
||||
"Controls the quantization bit depth used when compressing the mesh to Draco format.\n"
|
||||
"0 = lossless compression (geometry is preserved at full precision). Valid lossy values range from 8 to 30.\n"
|
||||
"Lower values produce smaller files but lose more geometric detail; higher values preserve more detail at the cost of larger files."
|
||||
msgstr ""
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Backup your project periodically to help with restoring from an occasional crash."
|
||||
msgstr "Sao lưu dự án của bạn định kỳ để khôi phục từ sự cố thỉnh thoảng."
|
||||
|
||||
msgid "Preset"
|
||||
msgstr "Cài đặt sẵn"
|
||||
@@ -8034,12 +7980,6 @@ msgstr ""
|
||||
msgid "Optimizes filament area maximum height by chosen filament count."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show shared profiles notification"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show a notification with a link to browse shared profiles when the selected printer is changed."
|
||||
msgstr ""
|
||||
|
||||
msgid "Features"
|
||||
msgstr ""
|
||||
|
||||
@@ -8052,6 +7992,18 @@ msgstr "Với tùy chọn này được bật, bạn có thể gửi tác vụ
|
||||
msgid "Pop up to select filament grouping mode"
|
||||
msgstr ""
|
||||
|
||||
msgid "Quality level for Draco export"
|
||||
msgstr ""
|
||||
|
||||
msgid "bits"
|
||||
msgstr "bits"
|
||||
|
||||
msgid ""
|
||||
"Controls the quantization bit depth used when compressing the mesh to Draco format.\n"
|
||||
"0 = lossless compression (geometry is preserved at full precision). Valid lossy values range from 8 to 30.\n"
|
||||
"Lower values produce smaller files but lose more geometric detail; higher values preserve more detail at the cost of larger files."
|
||||
msgstr ""
|
||||
|
||||
msgid "Behaviour"
|
||||
msgstr ""
|
||||
|
||||
@@ -8279,6 +8231,19 @@ msgstr "Chỉ kiểm tra cập nhật ổn định"
|
||||
msgid "Auto sync user presets (Printer/Filament/Process)"
|
||||
msgstr "Tự động đồng bộ preset người dùng (Máy in/Filament/Quy trình)"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Update built-in presets automatically."
|
||||
msgstr "Cập nhật preset tích hợp tự động."
|
||||
|
||||
msgid "Use encrypted file for token storage"
|
||||
msgstr ""
|
||||
|
||||
msgid "Store authentication tokens in an encrypted file instead of the system keychain. (Requires restart)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Filament Sync Options"
|
||||
msgstr ""
|
||||
|
||||
msgid "Filament sync mode"
|
||||
msgstr ""
|
||||
|
||||
@@ -8291,16 +8256,6 @@ msgstr "Sợi và Màu sắc"
|
||||
msgid "Color only"
|
||||
msgstr "Chỉ màu"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Update built-in presets automatically."
|
||||
msgstr "Cập nhật preset tích hợp tự động."
|
||||
|
||||
msgid "Use encrypted file for token storage"
|
||||
msgstr ""
|
||||
|
||||
msgid "Store authentication tokens in an encrypted file instead of the system keychain. (Requires restart)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Bambu network plug-in"
|
||||
msgstr ""
|
||||
|
||||
@@ -8313,6 +8268,30 @@ msgstr ""
|
||||
msgid "Select the network plug-in version to use"
|
||||
msgstr ""
|
||||
|
||||
msgid "(Latest)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Network plug-in switched successfully."
|
||||
msgstr ""
|
||||
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to load network plug-in. Please restart the application."
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"You've selected network plug-in version %s.\n"
|
||||
"\n"
|
||||
"Would you like to download and install this version now?\n"
|
||||
"\n"
|
||||
"Note: The application may need to restart after installation."
|
||||
msgstr ""
|
||||
|
||||
msgid "Download Network Plug-in"
|
||||
msgstr ""
|
||||
|
||||
msgid "Associate files to OrcaSlicer"
|
||||
msgstr "Liên kết file với OrcaSlicer"
|
||||
|
||||
@@ -8358,16 +8337,7 @@ msgstr ""
|
||||
msgid "Skip AMS blacklist check"
|
||||
msgstr "Bỏ qua kiểm tra danh sách đen AMS"
|
||||
|
||||
msgid "Show unsupported presets"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show incompatible/unsupported presets in the printer and filament dropdown lists. These presets cannot be selected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Experimental Features"
|
||||
msgstr ""
|
||||
|
||||
msgid "Keep painted feature after mesh change"
|
||||
msgid "(Experimental) Keep painted feature after mesh change"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
@@ -8375,6 +8345,12 @@ msgid ""
|
||||
"Highly experimental! Slow and may create artifact."
|
||||
msgstr ""
|
||||
|
||||
msgid "Show unsupported presets"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show incompatible/unsupported presets in the printer and filament dropdown lists. These presets cannot be selected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Allow Abnormal Storage"
|
||||
msgstr ""
|
||||
|
||||
@@ -8401,6 +8377,24 @@ msgstr "gỡ lỗi"
|
||||
msgid "trace"
|
||||
msgstr "theo dõi"
|
||||
|
||||
msgid "Network plug-in"
|
||||
msgstr ""
|
||||
|
||||
msgid "Reload"
|
||||
msgstr ""
|
||||
|
||||
msgid "Reload the network plug-in without restarting the application"
|
||||
msgstr ""
|
||||
|
||||
msgid "Network plug-in reloaded successfully."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to reload network plug-in. Please restart the application."
|
||||
msgstr ""
|
||||
|
||||
msgid "Reload Failed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Debug"
|
||||
msgstr ""
|
||||
|
||||
@@ -8416,6 +8410,25 @@ msgstr "Đồng bộ preset"
|
||||
msgid "Preferences sync"
|
||||
msgstr "Đồng bộ tùy chọn"
|
||||
|
||||
msgid "View control settings"
|
||||
msgstr "Cài đặt điều khiển chế độ xem"
|
||||
|
||||
msgid "Rotate view"
|
||||
msgstr "Xoay chế độ xem"
|
||||
|
||||
msgid "Pan view"
|
||||
msgstr "Kéo chế độ xem"
|
||||
|
||||
msgid "Zoom view"
|
||||
msgstr "Thu phóng chế độ xem"
|
||||
|
||||
msgid "Other"
|
||||
msgstr "Khác"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Reverse scroll direction while zooming"
|
||||
msgstr "Con lăn chuột đảo ngược khi thu phóng"
|
||||
|
||||
msgid "Enable SSL(MQTT)"
|
||||
msgstr "Bật SSL(MQTT)"
|
||||
|
||||
@@ -9118,12 +9131,6 @@ msgstr "Xóa preset này"
|
||||
msgid "Search in preset"
|
||||
msgstr "Tìm kiếm trong preset"
|
||||
|
||||
msgid "Synchronization of different extruder drives or nozzle volume types is not supported."
|
||||
msgstr ""
|
||||
|
||||
msgid "Synchronize the modification of parameters to the corresponding parameters of another extruder."
|
||||
msgstr ""
|
||||
|
||||
msgid "Click to reset all settings to the last saved preset."
|
||||
msgstr "Nhấp để đặt lại tất cả cài đặt về preset đã lưu cuối cùng."
|
||||
|
||||
@@ -9408,18 +9415,6 @@ msgstr "Tỷ lệ lưu lượng và áp suất nâng cao"
|
||||
msgid "Print chamber temperature"
|
||||
msgstr "Nhiệt độ buồng in"
|
||||
|
||||
msgid "Chamber temperature"
|
||||
msgstr "Nhiệt độ buồng"
|
||||
|
||||
msgid "Target chamber temperature, and the minimal chamber temperature at which printing should start"
|
||||
msgstr ""
|
||||
|
||||
msgid "Target"
|
||||
msgstr ""
|
||||
|
||||
msgid "Minimal"
|
||||
msgstr ""
|
||||
|
||||
msgid "Print temperature"
|
||||
msgstr "Nhiệt độ in"
|
||||
|
||||
@@ -9740,21 +9735,11 @@ msgid "Don't warn again for this preset"
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "%s: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "No modifications need to be copied."
|
||||
msgstr ""
|
||||
|
||||
msgid "Copy paramters"
|
||||
msgid "Left: %s"
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Modify paramters of %s"
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Do you want to modify the following parameters of the %s to that of the %s?"
|
||||
msgid "Right: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "Click to reset current value and attach to the global value."
|
||||
@@ -9775,7 +9760,7 @@ msgid "Transfer or discard changes"
|
||||
msgstr "Chuyển hoặc loại bỏ thay đổi"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Old Value"
|
||||
msgid "Old value"
|
||||
msgstr "Giá trị cũ"
|
||||
|
||||
msgid "New Value"
|
||||
@@ -9897,12 +9882,6 @@ msgstr "Số lượng đầu đùn"
|
||||
msgid "Capabilities"
|
||||
msgstr "Khả năng"
|
||||
|
||||
msgid "Left: "
|
||||
msgstr ""
|
||||
|
||||
msgid "Right: "
|
||||
msgstr ""
|
||||
|
||||
msgid "Show all presets (including incompatible)"
|
||||
msgstr "Hiển thị tất cả preset (bao gồm cả không tương thích)"
|
||||
|
||||
@@ -11992,23 +11971,6 @@ msgstr "In bình thường"
|
||||
msgid "This is the default acceleration for both normal printing and travel after the first layer."
|
||||
msgstr "Gia tốc mặc định của cả in bình thường và di chuyển ngoại trừ lớp đầu tiên."
|
||||
|
||||
msgid "Acceleration of travel moves."
|
||||
msgstr "Gia tốc của di chuyển."
|
||||
|
||||
msgid "First layer travel"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Travel acceleration of first layer.\n"
|
||||
"The percentage value is relative to Travel Acceleration."
|
||||
msgstr ""
|
||||
|
||||
msgid "mm/s² or %"
|
||||
msgstr "mm/s² hoặc %"
|
||||
|
||||
msgid "Acceleration of bridges. If the value is expressed as a percentage (e.g. 50%), it will be calculated based on the outer wall acceleration."
|
||||
msgstr "Gia tốc của cầu. Nếu giá trị được biểu thị dưới dạng phần trăm (ví dụ 50%), nó sẽ được tính dựa trên gia tốc thành ngoài."
|
||||
|
||||
msgid "Default filament profile"
|
||||
msgstr "Hồ sơ filament mặc định"
|
||||
|
||||
@@ -12215,12 +12177,6 @@ msgstr "Dây cung Archimedes"
|
||||
msgid "Octagram Spiral"
|
||||
msgstr "Xoắn ốc bát giác"
|
||||
|
||||
msgid "Top surface density"
|
||||
msgstr "Mật độ bề mặt trên"
|
||||
|
||||
msgid "Density of top surface layer. A value of 100% creates a fully solid, smooth top layer. Reducing this value results in a textured top surface, according to the chosen top surface pattern. A value of 0% will result in only the walls on the top layer being created. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion."
|
||||
msgstr "Mật độ lớp bề mặt trên. Giá trị 100% tạo ra lớp trên hoàn toàn đặc, mịn . Giảm giá trị này dẫn đến bề mặt trên có kết cấu, theo mẫu bề mặt trên được chọn. Giá trị 0% sẽ dẫn đến chỉ thành trên lớp trên được tạo. Dành cho mục đích thẩm mỹ hoặc chức năng , không phải để sửa các vấn đề như đùn dư."
|
||||
|
||||
msgid "Bottom surface pattern"
|
||||
msgstr "Mẫu bề mặt dưới"
|
||||
|
||||
@@ -12228,16 +12184,6 @@ msgstr "Mẫu bề mặt dưới"
|
||||
msgid "This is the line pattern of bottom surface infill, not including bridge infill."
|
||||
msgstr "Mẫu đường của infill bề mặt dưới, không phải infill cầu."
|
||||
|
||||
msgid "Bottom surface density"
|
||||
msgstr "Mật độ bề mặt dưới"
|
||||
|
||||
msgid ""
|
||||
"Density of the bottom surface layer. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion.\n"
|
||||
"WARNING: Lowering this value may negatively affect bed adhesion."
|
||||
msgstr ""
|
||||
"Mật độ lớp bề mặt dưới. Dành cho mục đích thẩm mỹ hoặc chức năng , không phải để sửa các vấn đề như đùn dư.\n"
|
||||
"CẢNH BÁO: Giảm giá trị này có thể ảnh hưởng tiêu cực đến độ bám dính bàn in."
|
||||
|
||||
msgid "Internal solid infill pattern"
|
||||
msgstr "Mẫu infill đặc bên trong"
|
||||
|
||||
@@ -12536,6 +12482,18 @@ msgstr ""
|
||||
msgid "Auto For Match"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable filament dynamic map"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable dynamic filament mapping during print."
|
||||
msgstr ""
|
||||
|
||||
msgid "Has filament switcher"
|
||||
msgstr ""
|
||||
|
||||
msgid "Printer has a filament switcher hardware (e.g., AMS)."
|
||||
msgstr ""
|
||||
|
||||
msgid "Flush temperature"
|
||||
msgstr ""
|
||||
|
||||
@@ -12875,7 +12833,6 @@ msgstr "Sử dụng nhiều đường cho mẫu infill, nếu được hỗ tr
|
||||
msgid "Z-buckling bias optimization (experimental)"
|
||||
msgstr ""
|
||||
|
||||
#, no-c-format, no-boost-format
|
||||
msgid "Tightens the gyroid wave along the Z (vertical) axis at low infill density to shorten the effective vertical column length and improve Z-axis compression buckling resistance. Filament use is preserved. No effect at ~30% sparse infill density and above. Only applies when Sparse infill pattern is set to Gyroid."
|
||||
msgstr ""
|
||||
|
||||
@@ -12943,6 +12900,79 @@ msgstr "TPMS-FK"
|
||||
msgid "Gyroid"
|
||||
msgstr ""
|
||||
|
||||
msgid "Lateral lattice angle 1"
|
||||
msgstr "Góc lattice bên 1"
|
||||
|
||||
msgid "The angle of the first set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "Góc của bộ phần tử lattice bên đầu tiên theo hướng Z. Không là dọc."
|
||||
|
||||
msgid "Lateral lattice angle 2"
|
||||
msgstr "Góc lattice bên 2"
|
||||
|
||||
msgid "The angle of the second set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "Góc của bộ phần tử lattice bên thứ hai theo hướng Z. Không là dọc."
|
||||
|
||||
msgid "Infill overhang angle"
|
||||
msgstr "Góc nhô infill"
|
||||
|
||||
msgid "The angle of the infill angled lines. 60° will result in a pure honeycomb."
|
||||
msgstr "Góc của các đường infill góc. 60° sẽ tạo ra tổ ong thuần túy."
|
||||
|
||||
msgid "Lightning overhang angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum overhang angle for Lightning infill support propagation."
|
||||
msgstr ""
|
||||
|
||||
msgid "Prune angle"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Controls how aggressively short or unsupported Lightning branches are pruned.\n"
|
||||
"This angle is converted internally to a per-layer distance."
|
||||
msgstr ""
|
||||
|
||||
msgid "Straightening angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum straightening angle used to simplify Lightning branches."
|
||||
msgstr ""
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr "Độ dài neo infill thưa"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than infill_anchor_max is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to this parameter, but no longer than anchor_length_max.\n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a single infill line."
|
||||
msgstr ""
|
||||
"Kết nối đường infill với chu vi bên trong bằng một đoạn ngắn của chu vi bổ sung. Nếu được biểu thị dưới dạng phần trăm (ví dụ: 15%) nó được tính trên độ rộng đùn infill. Orca Slicer cố gắng kết nối hai đường infill gần với một đoạn chu vi ngắn. Nếu không tìm thấy đoạn chu vi ngắn hơn infill_anchor_max, đường infill được kết nối với đoạn chu vi chỉ ở một phía và độ dài của đoạn chu vi được lấy bị giới hạn ở tham số này, nhưng không dài hơn anchor_length_max.\n"
|
||||
"Đặt tham số này thành không để tắt neo chu vi được kết nối với một đường infill đơn."
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr "0 (không có neo mở)"
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr "1000 (không giới hạn)"
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr "Độ dài tối đa của neo infill"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than this parameter is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to infill_anchor, but no longer than this parameter.\n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should create the same result as with 1000 & 0."
|
||||
msgstr ""
|
||||
"Kết nối đường infill với chu vi bên trong bằng một đoạn ngắn của chu vi bổ sung. Nếu được biểu thị dưới dạng phần trăm (ví dụ: 15%) nó được tính trên độ rộng đùn infill. Orca Slicer cố gắng kết nối hai đường infill gần với một đoạn chu vi ngắn. Nếu không tìm thấy đoạn chu vi ngắn hơn tham số này, đường infill được kết nối với đoạn chu vi chỉ ở một phía và độ dài của đoạn chu vi được lấy bị giới hạn ở infill_anchor, nhưng không dài hơn tham số này.\n"
|
||||
"Nếu đặt thành 0, thuật toán cũ cho kết nối infill sẽ được sử dụng, nó nên tạo ra kết quả giống như với 1000 & 0."
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr "0 (Kết nối đơn giản)"
|
||||
|
||||
msgid "Acceleration of inner walls."
|
||||
msgstr "Gia tốc của thành trong."
|
||||
|
||||
msgid "Acceleration of travel moves."
|
||||
msgstr "Gia tốc của di chuyển."
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "This is the acceleration of top surface infill. Using a lower value may improve top surface quality."
|
||||
msgstr "Gia tốc của infill bề mặt trên. Sử dụng giá trị thấp hơn có thể cải thiện chất lượng bề mặt trên."
|
||||
@@ -12951,8 +12981,11 @@ msgstr "Gia tốc của infill bề mặt trên. Sử dụng giá trị thấp h
|
||||
msgid "Acceleration of outer wall: using a lower value can improve quality."
|
||||
msgstr "Gia tốc của thành ngoài. Sử dụng giá trị thấp hơn có thể cải thiện chất lượng."
|
||||
|
||||
msgid "Acceleration of inner walls."
|
||||
msgstr "Gia tốc của thành trong."
|
||||
msgid "Acceleration of bridges. If the value is expressed as a percentage (e.g. 50%), it will be calculated based on the outer wall acceleration."
|
||||
msgstr "Gia tốc của cầu. Nếu giá trị được biểu thị dưới dạng phần trăm (ví dụ 50%), nó sẽ được tính dựa trên gia tốc thành ngoài."
|
||||
|
||||
msgid "mm/s² or %"
|
||||
msgstr "mm/s² hoặc %"
|
||||
|
||||
msgid "Acceleration of sparse infill. If the value is expressed as a percentage (e.g. 100%), it will be calculated based on the default acceleration."
|
||||
msgstr "Gia tốc của infill thưa. Nếu giá trị được biểu thị dưới dạng phần trăm (ví dụ 100%), nó sẽ được tính dựa trên gia tốc mặc định."
|
||||
@@ -12964,6 +12997,14 @@ msgstr "Gia tốc của infill đặc bên trong. Nếu giá trị được bi
|
||||
msgid "This is the printing acceleration for the first layer. Using limited acceleration can improve build plate adhesion."
|
||||
msgstr "Gia tốc của lớp đầu tiên. Sử dụng giá trị thấp hơn có thể cải thiện độ bám dính bàn in."
|
||||
|
||||
msgid "First layer travel"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Travel acceleration of first layer.\n"
|
||||
"The percentage value is relative to Travel Acceleration."
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable accel_to_decel"
|
||||
msgstr "Bật accel_to_decel"
|
||||
|
||||
@@ -13058,17 +13099,6 @@ msgstr "Tốc độ quạt sẽ được tăng tuyến tính từ không tại l
|
||||
msgid "layer"
|
||||
msgstr "lớp"
|
||||
|
||||
msgid "First layer fan speed"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Sets an exact fan speed for the first layer, overriding all other cooling settings. Useful for protecting 3D-printed toolhead parts (e.g. Voron-style ABS/ASA ducts) from a hot bed. A small amount of airflow cools the ducts down, without using full cooling that may in certain conditions hurt first-layer adhesion.\n"
|
||||
"From the second layer onwards, normal cooling resumes.\n"
|
||||
"If \"Full fan speed at layer\" is also set, the fan ramps smoothly from this value on the first layer up to your target by the chosen layer.\n"
|
||||
"Only available when \"No cooling for the first\" is 0.\n"
|
||||
"Set to -1 to disable it."
|
||||
msgstr ""
|
||||
|
||||
msgid "Support interface fan speed"
|
||||
msgstr "Tốc độ quạt giao diện support"
|
||||
|
||||
@@ -13588,73 +13618,6 @@ msgstr ""
|
||||
msgid "Probing exclude area of clumping."
|
||||
msgstr ""
|
||||
|
||||
msgid "Lateral lattice angle 1"
|
||||
msgstr "Góc lattice bên 1"
|
||||
|
||||
msgid "The angle of the first set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "Góc của bộ phần tử lattice bên đầu tiên theo hướng Z. Không là dọc."
|
||||
|
||||
msgid "Lateral lattice angle 2"
|
||||
msgstr "Góc lattice bên 2"
|
||||
|
||||
msgid "The angle of the second set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "Góc của bộ phần tử lattice bên thứ hai theo hướng Z. Không là dọc."
|
||||
|
||||
msgid "Infill overhang angle"
|
||||
msgstr "Góc nhô infill"
|
||||
|
||||
msgid "The angle of the infill angled lines. 60° will result in a pure honeycomb."
|
||||
msgstr "Góc của các đường infill góc. 60° sẽ tạo ra tổ ong thuần túy."
|
||||
|
||||
msgid "Lightning overhang angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum overhang angle for Lightning infill support propagation."
|
||||
msgstr ""
|
||||
|
||||
msgid "Prune angle"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Controls how aggressively short or unsupported Lightning branches are pruned.\n"
|
||||
"This angle is converted internally to a per-layer distance."
|
||||
msgstr ""
|
||||
|
||||
msgid "Straightening angle"
|
||||
msgstr ""
|
||||
|
||||
msgid "Maximum straightening angle used to simplify Lightning branches."
|
||||
msgstr ""
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr "Độ dài neo infill thưa"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than infill_anchor_max is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to this parameter, but no longer than anchor_length_max.\n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a single infill line."
|
||||
msgstr ""
|
||||
"Kết nối đường infill với chu vi bên trong bằng một đoạn ngắn của chu vi bổ sung. Nếu được biểu thị dưới dạng phần trăm (ví dụ: 15%) nó được tính trên độ rộng đùn infill. Orca Slicer cố gắng kết nối hai đường infill gần với một đoạn chu vi ngắn. Nếu không tìm thấy đoạn chu vi ngắn hơn infill_anchor_max, đường infill được kết nối với đoạn chu vi chỉ ở một phía và độ dài của đoạn chu vi được lấy bị giới hạn ở tham số này, nhưng không dài hơn anchor_length_max.\n"
|
||||
"Đặt tham số này thành không để tắt neo chu vi được kết nối với một đường infill đơn."
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr "0 (không có neo mở)"
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr "1000 (không giới hạn)"
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr "Độ dài tối đa của neo infill"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than this parameter is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to infill_anchor, but no longer than this parameter.\n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should create the same result as with 1000 & 0."
|
||||
msgstr ""
|
||||
"Kết nối đường infill với chu vi bên trong bằng một đoạn ngắn của chu vi bổ sung. Nếu được biểu thị dưới dạng phần trăm (ví dụ: 15%) nó được tính trên độ rộng đùn infill. Orca Slicer cố gắng kết nối hai đường infill gần với một đoạn chu vi ngắn. Nếu không tìm thấy đoạn chu vi ngắn hơn tham số này, đường infill được kết nối với đoạn chu vi chỉ ở một phía và độ dài của đoạn chu vi được lấy bị giới hạn ở infill_anchor, nhưng không dài hơn tham số này.\n"
|
||||
"Nếu đặt thành 0, thuật toán cũ cho kết nối infill sẽ được sử dụng, nó nên tạo ra kết quả giống như với 1000 & 0."
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr "0 (Kết nối đơn giản)"
|
||||
|
||||
msgid ""
|
||||
"Filament to print internal sparse infill.\n"
|
||||
"\"Default\" uses the active object/part filament."
|
||||
@@ -14520,18 +14483,6 @@ msgstr "Direct Drive"
|
||||
msgid "Bowden"
|
||||
msgstr "Bowden"
|
||||
|
||||
msgid "Enable filament dynamic map"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable dynamic filament mapping during print."
|
||||
msgstr ""
|
||||
|
||||
msgid "Has filament switcher"
|
||||
msgstr ""
|
||||
|
||||
msgid "Printer has a filament switcher hardware (e.g., AMS)."
|
||||
msgstr ""
|
||||
|
||||
msgid "Extra length on restart"
|
||||
msgstr "Độ dài bổ sung khi khởi động lại"
|
||||
|
||||
@@ -14955,9 +14906,6 @@ msgstr "Vết nứt nhỏ hơn 2x bán kính đóng khe được lấp trong sli
|
||||
msgid "Slicing Mode"
|
||||
msgstr "Chế độ slice"
|
||||
|
||||
msgid "Other"
|
||||
msgstr "Khác"
|
||||
|
||||
msgid "Use \"Even-odd\" for 3DLabPrint airplane models. Use \"Close holes\" to close all holes in the model."
|
||||
msgstr "Sử dụng \"Chẵn-lẻ\" cho model máy bay 3DLabPrint. Sử dụng \"Đóng lỗ\" để đóng tất cả các lỗ trong model."
|
||||
|
||||
@@ -15318,6 +15266,9 @@ msgstr ""
|
||||
"\n"
|
||||
"Tùy chọn này dựa vào firmware hỗ trợ lệnh M191 và M141 thông qua macro hoặc gốc và thường được sử dụng khi bộ sưởi buồng hoạt động được cài đặt."
|
||||
|
||||
msgid "Chamber temperature"
|
||||
msgstr "Nhiệt độ buồng"
|
||||
|
||||
msgid ""
|
||||
"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber temperature can help suppress or reduce warping and potentially lead to higher interlayer bonding strength. However, at the same time, a higher chamber temperature will reduce the efficiency of air filtration for ABS and ASA.\n"
|
||||
"\n"
|
||||
@@ -15331,17 +15282,6 @@ msgstr ""
|
||||
"\n"
|
||||
"Nếu được bật, tham số này cũng đặt biến G-code có tên chamber_temperature, có thể được sử dụng để truyền nhiệt độ buồng mong muốn cho macro bắt đầu in của bạn, hoặc macro ngâm nhiệt như thế này: PRINT_START (các biến khác) CHAMBER_TEMP=[chamber_temperature]. Điều này có thể hữu ích nếu máy in của bạn không hỗ trợ lệnh M141/M191, hoặc nếu bạn muốn xử lý ngâm nhiệt trong macro bắt đầu in nếu không có bộ sưởi buồng hoạt động được cài đặt."
|
||||
|
||||
msgid ""
|
||||
"This is the chamber temperature at which printing should start, while the chamber continues heating toward the \"Target\" chamber temperature. For example, set the Target to 60 and the Minimal to 50 to begin printing once the chamber reaches 50°C, without waiting for the full 60°C.\n"
|
||||
"\n"
|
||||
"It sets a G-code variable named chamber_minimal_temperature, which can be passed to your print start macro or a heat soak macro, like this: PRINT_START (other variables) CHAMBER_MIN_TEMP=[chamber_minimal_temperature].\n"
|
||||
"\n"
|
||||
"Unlike the \"Target\" chamber temperature, this option does not emit any M141/M191 commands; it only exposes the value to your custom G-code. It should not exceed the \"Target\" chamber temperature."
|
||||
msgstr ""
|
||||
|
||||
msgid "Chamber minimal temperature"
|
||||
msgstr ""
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Nozzle temperature after the first layer"
|
||||
msgstr "Nhiệt độ đầu phun cho các lớp sau lớp đầu tiên."
|
||||
@@ -15387,6 +15327,22 @@ msgstr "Độ dày vỏ trên"
|
||||
msgid "The number of top solid layers is increased when slicing if the thickness calculated by top shell layers is thinner than this value. This can avoid having too thin a shell when layer height is small. 0 means that this setting is disabled and thickness of top shell is determined simply by the number of top shell layers."
|
||||
msgstr "Số lượng lớp đặc trên được tăng lên khi slice nếu độ dày được tính bởi lớp vỏ trên mỏng hơn giá trị này. Điều này có thể tránh vỏ quá mỏng khi chiều cao lớp nhỏ. 0 có nghĩa là cài đặt này bị tắt và độ dày vỏ trên được xác định tuyệt đối bởi lớp vỏ trên."
|
||||
|
||||
msgid "Top surface density"
|
||||
msgstr "Mật độ bề mặt trên"
|
||||
|
||||
msgid "Density of top surface layer. A value of 100% creates a fully solid, smooth top layer. Reducing this value results in a textured top surface, according to the chosen top surface pattern. A value of 0% will result in only the walls on the top layer being created. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion."
|
||||
msgstr "Mật độ lớp bề mặt trên. Giá trị 100% tạo ra lớp trên hoàn toàn đặc, mịn . Giảm giá trị này dẫn đến bề mặt trên có kết cấu, theo mẫu bề mặt trên được chọn. Giá trị 0% sẽ dẫn đến chỉ thành trên lớp trên được tạo. Dành cho mục đích thẩm mỹ hoặc chức năng , không phải để sửa các vấn đề như đùn dư."
|
||||
|
||||
msgid "Bottom surface density"
|
||||
msgstr "Mật độ bề mặt dưới"
|
||||
|
||||
msgid ""
|
||||
"Density of the bottom surface layer. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion.\n"
|
||||
"WARNING: Lowering this value may negatively affect bed adhesion."
|
||||
msgstr ""
|
||||
"Mật độ lớp bề mặt dưới. Dành cho mục đích thẩm mỹ hoặc chức năng , không phải để sửa các vấn đề như đùn dư.\n"
|
||||
"CẢNH BÁO: Giảm giá trị này có thể ảnh hưởng tiêu cực đến độ bám dính bàn in."
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "This is the speed at which traveling is done."
|
||||
msgstr "Tốc độ di chuyển nhanh hơn và không có đùn."
|
||||
@@ -18002,132 +17958,6 @@ msgstr "Đăng nhập/Kiểm tra"
|
||||
msgid "Connection to printers connected via the print host failed."
|
||||
msgstr "Kết nối với máy in được kết nối qua máy chủ in thất bại."
|
||||
|
||||
msgid "Detect Creality K-series printer"
|
||||
msgstr ""
|
||||
|
||||
msgid "Click Scan to look for K-series printers on your network."
|
||||
msgstr ""
|
||||
|
||||
msgid "Use Selected"
|
||||
msgstr ""
|
||||
|
||||
msgid "Scanning the LAN for K-series printers... this takes a few seconds."
|
||||
msgstr ""
|
||||
|
||||
msgid "No K-series printers found. Make sure the printer is on the same network and not blocked by Wi-Fi client isolation, then click Scan again."
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "Found %zu Creality printer(s). Select one and click Use Selected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
msgid "Processes"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show/Hide system information"
|
||||
msgstr ""
|
||||
|
||||
msgid "Copy system information to clipboard"
|
||||
msgstr ""
|
||||
|
||||
msgid "We need information for diagnosing source of the issue. Check wiki page for detailed guide."
|
||||
msgstr ""
|
||||
|
||||
msgid "Pack button collects project file and logs of current session onto a zip file."
|
||||
msgstr ""
|
||||
|
||||
msgid "Any additional visual examples like images or screen recordings might be helpful while reporting the issue."
|
||||
msgstr ""
|
||||
|
||||
msgid "Report issue"
|
||||
msgstr ""
|
||||
|
||||
msgid "Pack"
|
||||
msgstr ""
|
||||
|
||||
msgid "Cleans and rebuilds system profiles cache on next launch"
|
||||
msgstr ""
|
||||
|
||||
msgid "Clean system profiles cache"
|
||||
msgstr ""
|
||||
|
||||
msgid "Clean"
|
||||
msgstr ""
|
||||
|
||||
msgid "Loaded profiles overview"
|
||||
msgstr ""
|
||||
|
||||
msgid "This section shows information for loaded profiles"
|
||||
msgstr ""
|
||||
|
||||
msgid "Exports detailed overview of loaded profiles in json format"
|
||||
msgstr ""
|
||||
|
||||
msgid "Configurations folder"
|
||||
msgstr ""
|
||||
|
||||
msgid "Opens configurations folder"
|
||||
msgstr ""
|
||||
|
||||
msgid "Log level"
|
||||
msgstr ""
|
||||
|
||||
msgid "Stored logs"
|
||||
msgstr ""
|
||||
|
||||
msgid "Packs all stored logs onto a zip file."
|
||||
msgstr ""
|
||||
|
||||
msgid "Profiles"
|
||||
msgstr ""
|
||||
|
||||
msgid "Select NO to close dialog and review project"
|
||||
msgstr ""
|
||||
|
||||
msgid "No project file on current session. Only logs will be included to package"
|
||||
msgstr ""
|
||||
|
||||
msgid "Select NO to close dialog and review project."
|
||||
msgstr ""
|
||||
|
||||
msgid "Please make sure any instances of OrcaSlicer are not running"
|
||||
msgstr ""
|
||||
|
||||
msgid "System folder cannot be deleted because some files are in use by another application. Please close any applications using these files and try again."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to delete system folder..."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to determine executable path."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to launch a new instance."
|
||||
msgstr ""
|
||||
|
||||
msgid "log(s)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Choose where to save the exported JSON file"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Export failed\n"
|
||||
"Please check write permissions or file in use by another application"
|
||||
msgstr ""
|
||||
|
||||
msgid "Choose where to save the exported ZIP file"
|
||||
msgstr ""
|
||||
|
||||
msgid "File already exists. Overwrite?"
|
||||
msgstr ""
|
||||
|
||||
msgid "3DPrinterOS Cloud upload options"
|
||||
msgstr ""
|
||||
|
||||
@@ -18210,19 +18040,6 @@ msgstr "Kết nối với MKS hoạt động chính xác."
|
||||
msgid "Could not connect to MKS"
|
||||
msgstr "Không thể kết nối với MKS"
|
||||
|
||||
msgid "Connection to Moonraker is working correctly."
|
||||
msgstr ""
|
||||
|
||||
msgid "Could not connect to Moonraker"
|
||||
msgstr ""
|
||||
|
||||
msgid "The host responded but it doesn't look like Moonraker (missing result.klippy_state)."
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Could not parse Moonraker server response: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "Connection to OctoPrint is working correctly."
|
||||
msgstr "Kết nối với OctoPrint hoạt động chính xác."
|
||||
|
||||
@@ -19379,22 +19196,6 @@ msgstr ""
|
||||
"Tránh cong vênh\n"
|
||||
"Bạn có biết rằng khi in vật liệu dễ cong vênh như ABS, tăng nhiệt độ bàn nóng một cách thích hợp có thể giảm xác suất cong vênh không?"
|
||||
|
||||
#~ msgid "View control settings"
|
||||
#~ msgstr "Cài đặt điều khiển chế độ xem"
|
||||
|
||||
#~ msgid "Rotate view"
|
||||
#~ msgstr "Xoay chế độ xem"
|
||||
|
||||
#~ msgid "Pan view"
|
||||
#~ msgstr "Kéo chế độ xem"
|
||||
|
||||
#~ msgid "Zoom view"
|
||||
#~ msgstr "Thu phóng chế độ xem"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
#~ msgid "Reverse scroll direction while zooming"
|
||||
#~ msgstr "Con lăn chuột đảo ngược khi thu phóng"
|
||||
|
||||
#~ msgid "Enable network plug-in"
|
||||
#~ msgstr "Bật plugin mạng"
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Slic3rPE\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2026-07-03 14:43+0200\n"
|
||||
"POT-Creation-Date: 2026-06-26 10:26+0800\n"
|
||||
"PO-Revision-Date: 2026-06-11 12:37-0300\n"
|
||||
"Last-Translator: Handle <mail@bysb.net>\n"
|
||||
"Language-Team: \n"
|
||||
@@ -1716,12 +1716,7 @@ msgid ""
|
||||
"To migrate your existing profiles, log in to Orca Cloud and they will be transferred automatically. To learn more about how OrcaSlicer stores and syncs your profiles, or to migrate your presets manually, check out our wiki.\n"
|
||||
"\n"
|
||||
"If you did not use Bambu Cloud to sync profiles, this change does not affect you and you can safely ignore this message."
|
||||
msgstr ""
|
||||
"自 2.4.0 版本起,OrcaSlicer 通过 Orca Cloud(而非 Bambu Cloud)同步用户配置文件。\n"
|
||||
"\n"
|
||||
"要迁移您现有的配置文件,请登录 Orca Cloud,配置文件将被自动转移。若要进一步了解 OrcaSlicer 如何存储和同步您的配置文件,或手动迁移您的预设,请查看我们的 Wiki。\n"
|
||||
"\n"
|
||||
"如果您此前未使用 Bambu Cloud 同步配置文件,则此变更不会影响您,您可以放心忽略此消息。"
|
||||
msgstr "自 2.4.0 版本起,OrcaSlicer 通过 Orca Cloud(而非 Bambu Cloud)同步用户配置文件。\n\n要迁移您现有的配置文件,请登录 Orca Cloud,配置文件将被自动转移。若要进一步了解 OrcaSlicer 如何存储和同步您的配置文件,或手动迁移您的预设,请查看我们的 Wiki。\n\n如果您此前未使用 Bambu Cloud 同步配置文件,则此变更不会影响您,您可以放心忽略此消息。"
|
||||
|
||||
msgid "Profile syncing change"
|
||||
msgstr "配置文件同步方式变更"
|
||||
@@ -1762,10 +1757,7 @@ msgid ""
|
||||
"The Microsoft WebView2 Runtime could not be installed.\n"
|
||||
"Some features, including the setup wizard, may appear blank until it is installed.\n"
|
||||
"Please install it manually from https://developer.microsoft.com/microsoft-edge/webview2/ and restart Orca Slicer."
|
||||
msgstr ""
|
||||
"无法安装 Microsoft WebView2 运行库。\n"
|
||||
"在安装之前,包括设置向导在内的部分功能可能显示为空白。\n"
|
||||
"请从 https://developer.microsoft.com/microsoft-edge/webview2/ 手动安装,然后重启 Orca Slicer。"
|
||||
msgstr "无法安装 Microsoft WebView2 运行库。\n在安装之前,包括设置向导在内的部分功能可能显示为空白。\n请从 https://developer.microsoft.com/microsoft-edge/webview2/ 手动安装,然后重启 Orca Slicer。"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Resources path does not exist or is not a directory: %s"
|
||||
@@ -4103,10 +4095,6 @@ msgstr ""
|
||||
msgid "Current chamber temperature is higher than the material's safe temperature; this may result in material softening and nozzle clogs. The maximum safe temperature for the material is %d"
|
||||
msgstr "当前腔体温度高于材料的安全温度,这可能导致材料软化和堵塞。该材料的最高安全温度为 %d。"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "The minimal chamber temperature (%d℃) is higher than the target chamber temperature (%d℃). The minimal value is the threshold at which printing starts while the chamber keeps heating toward the target, so it should not exceed it. It will be clamped to the target."
|
||||
msgstr ""
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid ""
|
||||
"Layer height too small\n"
|
||||
@@ -7866,45 +7854,6 @@ msgstr "选择下载项目的文件夹"
|
||||
msgid "Choose Download Directory"
|
||||
msgstr "选择下载文件夹"
|
||||
|
||||
msgid "(Latest)"
|
||||
msgstr "(最新的)"
|
||||
|
||||
msgid "Network plug-in switched successfully."
|
||||
msgstr "网络插件切换成功。"
|
||||
|
||||
msgid "Success"
|
||||
msgstr "成功"
|
||||
|
||||
msgid "Failed to load network plug-in. Please restart the application."
|
||||
msgstr "无法加载网络插件。请重新启动应用程序。"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"You've selected network plug-in version %s.\n"
|
||||
"\n"
|
||||
"Would you like to download and install this version now?\n"
|
||||
"\n"
|
||||
"Note: The application may need to restart after installation."
|
||||
msgstr "您已选择网络插件版本 %s。 您想立即下载并安装此版本吗? 注意:安装后应用程序可能需要重新启动。"
|
||||
|
||||
msgid "Download Network Plug-in"
|
||||
msgstr "下载网络插件"
|
||||
|
||||
msgid "Reload the network plug-in without restarting the application"
|
||||
msgstr "重新加载网络插件而不重新启动应用程序"
|
||||
|
||||
msgid "Network plug-in reloaded successfully."
|
||||
msgstr "网络插件已成功重新加载。"
|
||||
|
||||
msgid "Reload"
|
||||
msgstr "重新加载"
|
||||
|
||||
msgid "Failed to reload network plug-in. Please restart the application."
|
||||
msgstr "无法重新加载网络插件。请重新启动应用程序。"
|
||||
|
||||
msgid "Reload Failed"
|
||||
msgstr "重新加载失败"
|
||||
|
||||
msgid "Associate"
|
||||
msgstr "相关的"
|
||||
|
||||
@@ -7960,6 +7909,12 @@ msgstr "显示启动画面"
|
||||
msgid "Show the splash screen during startup."
|
||||
msgstr "在启动时显示启动画面。"
|
||||
|
||||
msgid "Show shared profiles notification"
|
||||
msgstr "显示共享配置文件通知"
|
||||
|
||||
msgid "Show a notification with a link to browse shared profiles when the selected printer is changed."
|
||||
msgstr "当所选打印机更改时,显示带有浏览共享配置文件链接的通知。"
|
||||
|
||||
msgid "Use window buttons on left side"
|
||||
msgstr "将窗口按钮置于左侧"
|
||||
|
||||
@@ -7990,13 +7945,6 @@ msgstr "加载 交互项"
|
||||
msgid "Should printer/filament/process settings be loaded when opening a 3MF file?"
|
||||
msgstr "printter/filament/process 设置项文件能否以 .3mf后缀方式打开"
|
||||
|
||||
msgid "Auto backup"
|
||||
msgstr "自动备份"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Backup your project periodically to help with restoring from an occasional crash."
|
||||
msgstr "定期备份你的项目,以便从偶尔的崩溃中恢复过来。"
|
||||
|
||||
msgid "Maximum recent files"
|
||||
msgstr "最大最近使用文件数"
|
||||
|
||||
@@ -8015,20 +7963,12 @@ msgstr "显示STEP网格参数设置对话框"
|
||||
msgid "If enabled, a parameter settings dialog will appear during STEP file import."
|
||||
msgstr "如果启用,在导入STEP文件时将出现参数设置对话框"
|
||||
|
||||
msgid "Quality level for Draco export"
|
||||
msgstr "Draco 导出的模型质量"
|
||||
msgid "Auto backup"
|
||||
msgstr "自动备份"
|
||||
|
||||
msgid "bits"
|
||||
msgstr "位"
|
||||
|
||||
msgid ""
|
||||
"Controls the quantization bit depth used when compressing the mesh to Draco format.\n"
|
||||
"0 = lossless compression (geometry is preserved at full precision). Valid lossy values range from 8 to 30.\n"
|
||||
"Lower values produce smaller files but lose more geometric detail; higher values preserve more detail at the cost of larger files."
|
||||
msgstr ""
|
||||
"控制将网格压缩为 Draco 格式时使用的量化位深度。\n"
|
||||
"0 = 无损压缩(以全精度保留几何形状)。有效有损值范围为 8 到 30。\n"
|
||||
"较低的值会生成较小的文件,但会丢失更多的几何细节;较高的值可保留更多细节,但代价是文件较大。"
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Backup your project periodically to help with restoring from an occasional crash."
|
||||
msgstr "定期备份你的项目,以便从偶尔的崩溃中恢复过来。"
|
||||
|
||||
msgid "Preset"
|
||||
msgstr "预设"
|
||||
@@ -8060,12 +8000,6 @@ msgstr "耗材丝"
|
||||
msgid "Optimizes filament area maximum height by chosen filament count."
|
||||
msgstr "根据选定的耗材丝数量优化耗材区域最大高度"
|
||||
|
||||
msgid "Show shared profiles notification"
|
||||
msgstr "显示共享配置文件通知"
|
||||
|
||||
msgid "Show a notification with a link to browse shared profiles when the selected printer is changed."
|
||||
msgstr "当所选打印机更改时,显示带有浏览共享配置文件链接的通知。"
|
||||
|
||||
msgid "Features"
|
||||
msgstr "特性"
|
||||
|
||||
@@ -8078,6 +8012,21 @@ msgstr "启用此选项后,您可以同时向多个设备发送任务并管理
|
||||
msgid "Pop up to select filament grouping mode"
|
||||
msgstr "弹出选择耗材丝分组模式"
|
||||
|
||||
msgid "Quality level for Draco export"
|
||||
msgstr "Draco 导出的模型质量"
|
||||
|
||||
msgid "bits"
|
||||
msgstr "位"
|
||||
|
||||
msgid ""
|
||||
"Controls the quantization bit depth used when compressing the mesh to Draco format.\n"
|
||||
"0 = lossless compression (geometry is preserved at full precision). Valid lossy values range from 8 to 30.\n"
|
||||
"Lower values produce smaller files but lose more geometric detail; higher values preserve more detail at the cost of larger files."
|
||||
msgstr ""
|
||||
"控制将网格压缩为 Draco 格式时使用的量化位深度。\n"
|
||||
"0 = 无损压缩(以全精度保留几何形状)。有效有损值范围为 8 到 30。\n"
|
||||
"较低的值会生成较小的文件,但会丢失更多的几何细节;较高的值可保留更多细节,但代价是文件较大。"
|
||||
|
||||
msgid "Behaviour"
|
||||
msgstr "行为"
|
||||
|
||||
@@ -8214,10 +8163,7 @@ msgid ""
|
||||
"Applies smooth normals to the realistic view.\n"
|
||||
"\n"
|
||||
"Requires manual scene reload to take effect (right-click on 3D view → \"Reload All\")."
|
||||
msgstr ""
|
||||
"在写实渲染中应用平滑法线。\n"
|
||||
"\n"
|
||||
"需要手动重新加载场景才能生效(在 3D 视图中右键单击 →“重新加载全部”)。"
|
||||
msgstr "在写实渲染中应用平滑法线。\n\n需要手动重新加载场景才能生效(在 3D 视图中右键单击 →“重新加载全部”)。"
|
||||
|
||||
msgid "Anti-aliasing"
|
||||
msgstr "抗锯齿"
|
||||
@@ -8322,6 +8268,19 @@ msgstr "仅检测正式版的更新"
|
||||
msgid "Auto sync user presets (Printer/Filament/Process)"
|
||||
msgstr "同步用户预设(打印机/耗材丝/工艺)"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Update built-in presets automatically."
|
||||
msgstr "自动更新系统预设"
|
||||
|
||||
msgid "Use encrypted file for token storage"
|
||||
msgstr "使用加密文件进行令牌存储"
|
||||
|
||||
msgid "Store authentication tokens in an encrypted file instead of the system keychain. (Requires restart)"
|
||||
msgstr "将身份验证令牌存储在加密文件中,而不是系统钥匙串中。 (需要重启)"
|
||||
|
||||
msgid "Filament Sync Options"
|
||||
msgstr "耗材丝同步选项"
|
||||
|
||||
msgid "Filament sync mode"
|
||||
msgstr "耗材丝同步模式"
|
||||
|
||||
@@ -8334,16 +8293,6 @@ msgstr "耗材丝及颜色"
|
||||
msgid "Color only"
|
||||
msgstr "仅颜色"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Update built-in presets automatically."
|
||||
msgstr "自动更新系统预设"
|
||||
|
||||
msgid "Use encrypted file for token storage"
|
||||
msgstr "使用加密文件进行令牌存储"
|
||||
|
||||
msgid "Store authentication tokens in an encrypted file instead of the system keychain. (Requires restart)"
|
||||
msgstr "将身份验证令牌存储在加密文件中,而不是系统钥匙串中。 (需要重启)"
|
||||
|
||||
msgid "Bambu network plug-in"
|
||||
msgstr "Bambu网络插件"
|
||||
|
||||
@@ -8356,6 +8305,30 @@ msgstr "网络插件版本"
|
||||
msgid "Select the network plug-in version to use"
|
||||
msgstr "选择要使用的网络插件版本"
|
||||
|
||||
msgid "(Latest)"
|
||||
msgstr "(最新的)"
|
||||
|
||||
msgid "Network plug-in switched successfully."
|
||||
msgstr "网络插件切换成功。"
|
||||
|
||||
msgid "Success"
|
||||
msgstr "成功"
|
||||
|
||||
msgid "Failed to load network plug-in. Please restart the application."
|
||||
msgstr "无法加载网络插件。请重新启动应用程序。"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"You've selected network plug-in version %s.\n"
|
||||
"\n"
|
||||
"Would you like to download and install this version now?\n"
|
||||
"\n"
|
||||
"Note: The application may need to restart after installation."
|
||||
msgstr "您已选择网络插件版本 %s。 您想立即下载并安装此版本吗? 注意:安装后应用程序可能需要重新启动。"
|
||||
|
||||
msgid "Download Network Plug-in"
|
||||
msgstr "下载网络插件"
|
||||
|
||||
msgid "Associate files to OrcaSlicer"
|
||||
msgstr "逆戟鲸切片器文件关联"
|
||||
|
||||
@@ -8401,17 +8374,8 @@ msgstr "开发者"
|
||||
msgid "Skip AMS blacklist check"
|
||||
msgstr "跳过AMS黑名单检查"
|
||||
|
||||
msgid "Show unsupported presets"
|
||||
msgstr "显示不受支持的预设"
|
||||
|
||||
msgid "Show incompatible/unsupported presets in the printer and filament dropdown lists. These presets cannot be selected."
|
||||
msgstr "在打印机和耗材下拉列表中显示不兼容/不受支持的预设。这些预设无法被选择。"
|
||||
|
||||
msgid "Experimental Features"
|
||||
msgstr ""
|
||||
|
||||
msgid "Keep painted feature after mesh change"
|
||||
msgstr ""
|
||||
msgid "(Experimental) Keep painted feature after mesh change"
|
||||
msgstr "(实验性) 在网格更改后保留绘制的特征"
|
||||
|
||||
msgid ""
|
||||
"Attempt to keep painted features (color/seam/support/fuzzy etc.) after changing the object mesh (such as cut/reload from disk/simplify/fix etc.)\n"
|
||||
@@ -8420,6 +8384,12 @@ msgstr ""
|
||||
"在更改对象网格(如切割/从磁盘重新加载/简化/修复等)后,尝试保留绘制的特征(颜色/接缝/支撑/绒毛等)。\n"
|
||||
"高度实验性!速度较慢且可能产生瑕疵。"
|
||||
|
||||
msgid "Show unsupported presets"
|
||||
msgstr "显示不受支持的预设"
|
||||
|
||||
msgid "Show incompatible/unsupported presets in the printer and filament dropdown lists. These presets cannot be selected."
|
||||
msgstr "在打印机和耗材下拉列表中显示不兼容/不受支持的预设。这些预设无法被选择。"
|
||||
|
||||
msgid "Allow Abnormal Storage"
|
||||
msgstr "允许异常存储"
|
||||
|
||||
@@ -8448,6 +8418,24 @@ msgstr "调试"
|
||||
msgid "trace"
|
||||
msgstr "跟踪"
|
||||
|
||||
msgid "Network plug-in"
|
||||
msgstr "网络插件"
|
||||
|
||||
msgid "Reload"
|
||||
msgstr "重新加载"
|
||||
|
||||
msgid "Reload the network plug-in without restarting the application"
|
||||
msgstr "重新加载网络插件而不重新启动应用程序"
|
||||
|
||||
msgid "Network plug-in reloaded successfully."
|
||||
msgstr "网络插件已成功重新加载。"
|
||||
|
||||
msgid "Failed to reload network plug-in. Please restart the application."
|
||||
msgstr "无法重新加载网络插件。请重新启动应用程序。"
|
||||
|
||||
msgid "Reload Failed"
|
||||
msgstr "重新加载失败"
|
||||
|
||||
msgid "Debug"
|
||||
msgstr "调试"
|
||||
|
||||
@@ -8463,6 +8451,25 @@ msgstr "配置同步"
|
||||
msgid "Preferences sync"
|
||||
msgstr "首选项同步"
|
||||
|
||||
msgid "View control settings"
|
||||
msgstr "视图控制设置"
|
||||
|
||||
msgid "Rotate view"
|
||||
msgstr "旋转视角"
|
||||
|
||||
msgid "Pan view"
|
||||
msgstr "移动视角"
|
||||
|
||||
msgid "Zoom view"
|
||||
msgstr "缩放视角"
|
||||
|
||||
msgid "Other"
|
||||
msgstr "其他"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Reverse scroll direction while zooming"
|
||||
msgstr "缩放时鼠标滚轮反转"
|
||||
|
||||
msgid "Enable SSL(MQTT)"
|
||||
msgstr "启用SSL(MQTT)"
|
||||
|
||||
@@ -9169,12 +9176,6 @@ msgstr "删除此预设"
|
||||
msgid "Search in preset"
|
||||
msgstr "在预设中搜索"
|
||||
|
||||
msgid "Synchronization of different extruder drives or nozzle volume types is not supported."
|
||||
msgstr ""
|
||||
|
||||
msgid "Synchronize the modification of parameters to the corresponding parameters of another extruder."
|
||||
msgstr ""
|
||||
|
||||
msgid "Click to reset all settings to the last saved preset."
|
||||
msgstr "点击以将所有设置还原到最后一次保存的版本。"
|
||||
|
||||
@@ -9466,18 +9467,6 @@ msgstr "流量和压力提前"
|
||||
msgid "Print chamber temperature"
|
||||
msgstr "打印仓温度"
|
||||
|
||||
msgid "Chamber temperature"
|
||||
msgstr "机箱温度"
|
||||
|
||||
msgid "Target chamber temperature, and the minimal chamber temperature at which printing should start"
|
||||
msgstr ""
|
||||
|
||||
msgid "Target"
|
||||
msgstr ""
|
||||
|
||||
msgid "Minimal"
|
||||
msgstr ""
|
||||
|
||||
msgid "Print temperature"
|
||||
msgstr "打印温度"
|
||||
|
||||
@@ -9811,22 +9800,12 @@ msgid "Don't warn again for this preset"
|
||||
msgstr "不再为此预设警告"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "%s: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "No modifications need to be copied."
|
||||
msgstr ""
|
||||
|
||||
msgid "Copy paramters"
|
||||
msgstr ""
|
||||
msgid "Left: %s"
|
||||
msgstr "左:%s"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Modify paramters of %s"
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Do you want to modify the following parameters of the %s to that of the %s?"
|
||||
msgstr ""
|
||||
msgid "Right: %s"
|
||||
msgstr "右:%s"
|
||||
|
||||
msgid "Click to reset current value and attach to the global value."
|
||||
msgstr "点击该图标,恢复到全局的配置数值,并与全局配置同步变化。"
|
||||
@@ -9846,7 +9825,7 @@ msgid "Transfer or discard changes"
|
||||
msgstr "放弃或保留更改"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Old Value"
|
||||
msgid "Old value"
|
||||
msgstr "旧值"
|
||||
|
||||
msgid "New Value"
|
||||
@@ -9979,12 +9958,6 @@ msgstr "挤出机数量"
|
||||
msgid "Capabilities"
|
||||
msgstr "能力"
|
||||
|
||||
msgid "Left: "
|
||||
msgstr ""
|
||||
|
||||
msgid "Right: "
|
||||
msgstr ""
|
||||
|
||||
msgid "Show all presets (including incompatible)"
|
||||
msgstr "显示所有预设(包括不兼容的)"
|
||||
|
||||
@@ -11239,10 +11212,7 @@ msgid ""
|
||||
"Per-object skirts cannot fit between the objects in By object print sequence.\n"
|
||||
"\n"
|
||||
"Move the objects farther apart, reduce brim/skirt size, switch Skirt type to Combined, or switch Print sequence to By layer."
|
||||
msgstr ""
|
||||
"在“逐件”打印顺序下,物体之间无法容纳逐物体裙边。\n"
|
||||
"\n"
|
||||
"请增大物体之间的距离、减小 brim/裙边尺寸、将裙边类型切换为“组合”,或将打印顺序切换为“逐层”。"
|
||||
msgstr "在“逐件”打印顺序下,物体之间无法容纳逐物体裙边。\n\n请增大物体之间的距离、减小 brim/裙边尺寸、将裙边类型切换为“组合”,或将打印顺序切换为“逐层”。"
|
||||
|
||||
msgid "Exporting G-code"
|
||||
msgstr "正在导出G-code"
|
||||
@@ -12152,25 +12122,6 @@ msgstr "普通打印"
|
||||
msgid "This is the default acceleration for both normal printing and travel after the first layer."
|
||||
msgstr "除首层之外的默认的打印和空驶的加速度"
|
||||
|
||||
msgid "Acceleration of travel moves."
|
||||
msgstr "空驶加速度"
|
||||
|
||||
msgid "First layer travel"
|
||||
msgstr "首层空驶"
|
||||
|
||||
msgid ""
|
||||
"Travel acceleration of first layer.\n"
|
||||
"The percentage value is relative to Travel Acceleration."
|
||||
msgstr ""
|
||||
"首层的空驶加速度。\n"
|
||||
"百分比值相对于空驶加速度。"
|
||||
|
||||
msgid "mm/s² or %"
|
||||
msgstr "mm/s² 或 %"
|
||||
|
||||
msgid "Acceleration of bridges. If the value is expressed as a percentage (e.g. 50%), it will be calculated based on the outer wall acceleration."
|
||||
msgstr "桥接加速度。如果该值以百分比(例如50%)表示,则将根据外墙加速度进行计算。"
|
||||
|
||||
msgid "Default filament profile"
|
||||
msgstr "默认耗材配置"
|
||||
|
||||
@@ -12383,15 +12334,6 @@ msgstr "阿基米德和弦"
|
||||
msgid "Octagram Spiral"
|
||||
msgstr "八角螺旋"
|
||||
|
||||
msgid "Top surface density"
|
||||
msgstr "顶面密度"
|
||||
|
||||
msgid "Density of top surface layer. A value of 100% creates a fully solid, smooth top layer. Reducing this value results in a textured top surface, according to the chosen top surface pattern. A value of 0% will result in only the walls on the top layer being created. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion."
|
||||
msgstr ""
|
||||
"顶层表面的密度。\n"
|
||||
"100% 的值会创建一个完全实心、平滑的顶面。降低此值会根据所选的顶面图案生成有纹理的顶面。0% 的值将只生成顶层的墙。\n"
|
||||
"此选项仅为美观或功能性目的,而不是为了解决过量挤出等问题。"
|
||||
|
||||
msgid "Bottom surface pattern"
|
||||
msgstr "底面图案"
|
||||
|
||||
@@ -12399,17 +12341,6 @@ msgstr "底面图案"
|
||||
msgid "This is the line pattern of bottom surface infill, not including bridge infill."
|
||||
msgstr "除了桥接外的底面填充的走线图案"
|
||||
|
||||
msgid "Bottom surface density"
|
||||
msgstr "底面密度"
|
||||
|
||||
msgid ""
|
||||
"Density of the bottom surface layer. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion.\n"
|
||||
"WARNING: Lowering this value may negatively affect bed adhesion."
|
||||
msgstr ""
|
||||
"底层表面的密度\n"
|
||||
"此功能是为了美观或功能性目的,而是为了解决过量挤出等问题。\n"
|
||||
"警告:降低此值会对热床粘接力产生负面影响。"
|
||||
|
||||
msgid "Internal solid infill pattern"
|
||||
msgstr "内部实心填充图案"
|
||||
|
||||
@@ -12621,9 +12552,7 @@ msgstr "为悬垂启用自适应压力提前(试验)"
|
||||
msgid ""
|
||||
"Enable adaptive PA for overhangs as well as when flow changes within the same feature. This is an experimental option, as if the PA profile is not set accurately, it will cause uniformity issues on the external surfaces before and after overhangs.\n"
|
||||
"Not compatible with Prusa printers as they pause to process PA changes, which causes delays and defects."
|
||||
msgstr ""
|
||||
"针对悬垂以及同一特征内的流量变化启用自适应 PA。这是一个实验性选项,因为如果未准确设置 PA 配置文件,将导致悬垂前后外表面出现均匀性问题。\n"
|
||||
"与 Prusa 打印机不兼容,因为它们会暂停以处理 PA 变化,从而导致延迟和瑕疵。"
|
||||
msgstr "针对悬垂以及同一特征内的流量变化启用自适应 PA。这是一个实验性选项,因为如果未准确设置 PA 配置文件,将导致悬垂前后外表面出现均匀性问题。\n与 Prusa 打印机不兼容,因为它们会暂停以处理 PA 变化,从而导致延迟和瑕疵。"
|
||||
|
||||
msgid "Pressure advance for bridges"
|
||||
msgstr "为搭桥启用压力提前"
|
||||
@@ -12703,6 +12632,18 @@ msgstr "自动冲洗"
|
||||
msgid "Auto For Match"
|
||||
msgstr "自动匹配"
|
||||
|
||||
msgid "Enable filament dynamic map"
|
||||
msgstr "启用耗材动态映射"
|
||||
|
||||
msgid "Enable dynamic filament mapping during print."
|
||||
msgstr "在打印期间启用动态耗材映射。"
|
||||
|
||||
msgid "Has filament switcher"
|
||||
msgstr "具有耗材切换器"
|
||||
|
||||
msgid "Printer has a filament switcher hardware (e.g., AMS)."
|
||||
msgstr "打印机具有耗材切换器硬件(例如 AMS)。"
|
||||
|
||||
msgid "Flush temperature"
|
||||
msgstr "冲洗温度"
|
||||
|
||||
@@ -13060,7 +13001,6 @@ msgstr "如果填充图案支持,使用多线进行填充。"
|
||||
msgid "Z-buckling bias optimization (experimental)"
|
||||
msgstr "Z 轴屈曲偏置优化(实验性)"
|
||||
|
||||
#, no-c-format, no-boost-format
|
||||
msgid "Tightens the gyroid wave along the Z (vertical) axis at low infill density to shorten the effective vertical column length and improve Z-axis compression buckling resistance. Filament use is preserved. No effect at ~30% sparse infill density and above. Only applies when Sparse infill pattern is set to Gyroid."
|
||||
msgstr "在低填充密度下沿 Z(垂直)轴收紧螺旋(Gyroid)波形,以缩短有效的垂直柱长,提升 Z 轴抗压屈曲能力。耗材用量保持不变。在约 30% 及以上的稀疏填充密度下无效果。仅当稀疏填充图案设置为 Gyroid 时适用。"
|
||||
|
||||
@@ -13128,6 +13068,77 @@ msgstr "TPMS-FK结构"
|
||||
msgid "Gyroid"
|
||||
msgstr "螺旋体"
|
||||
|
||||
msgid "Lateral lattice angle 1"
|
||||
msgstr "侧向晶格角度1"
|
||||
|
||||
msgid "The angle of the first set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "第一组二维晶格单元在Z方向的角度。零表示垂直。"
|
||||
|
||||
msgid "Lateral lattice angle 2"
|
||||
msgstr "侧向晶格角度2"
|
||||
|
||||
msgid "The angle of the second set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "第二组二维晶格单元在Z方向的角度。零表示垂直。"
|
||||
|
||||
msgid "Infill overhang angle"
|
||||
msgstr "填充悬垂角度"
|
||||
|
||||
msgid "The angle of the infill angled lines. 60° will result in a pure honeycomb."
|
||||
msgstr "填充倾斜线的角度。60°将产生纯蜂窝结构。"
|
||||
|
||||
msgid "Lightning overhang angle"
|
||||
msgstr "闪电悬垂角度"
|
||||
|
||||
msgid "Maximum overhang angle for Lightning infill support propagation."
|
||||
msgstr "闪电填充支撑扩展的最大悬垂角度。"
|
||||
|
||||
msgid "Prune angle"
|
||||
msgstr "修剪角度"
|
||||
|
||||
msgid ""
|
||||
"Controls how aggressively short or unsupported Lightning branches are pruned.\n"
|
||||
"This angle is converted internally to a per-layer distance."
|
||||
msgstr ""
|
||||
"控制对短的或无支撑的闪电分支进行修剪的力度。\n"
|
||||
"此角度在内部会被转换为每层的距离。"
|
||||
|
||||
msgid "Straightening angle"
|
||||
msgstr "拉直角度"
|
||||
|
||||
msgid "Maximum straightening angle used to simplify Lightning branches."
|
||||
msgstr "用于简化闪电分支的最大拉直角度。"
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr "稀疏填充锚线长度"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than infill_anchor_max is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to this parameter, but no longer than anchor_length_max.\n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a single infill line."
|
||||
msgstr "用附加周长的一小段将填充线连接到内部周长。如果以百分比(例如:15%)表示,则计算填充拉伸宽度。OrcaSlicer 试图将两条紧密的填充线连接到一个短的周长段。如果找不到短于“填充”和“锚点”最大值的周长线段,则填充线仅在一侧连接到周长线段,并且所取周长线段的长度仅限于此参数,但不超过“锚点长度”最大值。将此参数设置为零,以禁用连接到单个填充线的锚点周长。"
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr "0 (无锚线)"
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr "1000(无限制)"
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr "填充锚线的最大长度"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than this parameter is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to infill_anchor, but no longer than this parameter.\n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should create the same result as with 1000 & 0."
|
||||
msgstr "用附加周长的一小段将填充线连接到内部周长。如果以百分比(例如:15%)表示,则计算填充拉伸宽度。OrcaSlicer 试图将两条紧密的填充线连接到一个短的周长段。如果找不到比此参数短的周长线段,则填充线仅在一侧连接到周长线段,并且所采用的周长线段的长度仅限于 infl_anchor,但不超过此参数。将此参数设置为零以禁用锚点。"
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr "0(简单连接)"
|
||||
|
||||
msgid "Acceleration of inner walls."
|
||||
msgstr "内圈墙加速度,使用较低值可以改善质量。"
|
||||
|
||||
msgid "Acceleration of travel moves."
|
||||
msgstr "空驶加速度"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "This is the acceleration of top surface infill. Using a lower value may improve top surface quality."
|
||||
msgstr "顶面填充的加速度。使用较低值可能会改善顶面质量"
|
||||
@@ -13136,8 +13147,11 @@ msgstr "顶面填充的加速度。使用较低值可能会改善顶面质量"
|
||||
msgid "Acceleration of outer wall: using a lower value can improve quality."
|
||||
msgstr "外墙加速度。使用较小的值可以提高质量。"
|
||||
|
||||
msgid "Acceleration of inner walls."
|
||||
msgstr "内圈墙加速度,使用较低值可以改善质量。"
|
||||
msgid "Acceleration of bridges. If the value is expressed as a percentage (e.g. 50%), it will be calculated based on the outer wall acceleration."
|
||||
msgstr "桥接加速度。如果该值以百分比(例如50%)表示,则将根据外墙加速度进行计算。"
|
||||
|
||||
msgid "mm/s² or %"
|
||||
msgstr "mm/s² 或 %"
|
||||
|
||||
msgid "Acceleration of sparse infill. If the value is expressed as a percentage (e.g. 100%), it will be calculated based on the default acceleration."
|
||||
msgstr "稀疏填充的加速度。如果该值表示为百分比(例如100%),则将根据默认加速度进行计算。"
|
||||
@@ -13149,6 +13163,16 @@ msgstr "内部实心填充的加速度。如果该值以百分比表示(例如
|
||||
msgid "This is the printing acceleration for the first layer. Using limited acceleration can improve build plate adhesion."
|
||||
msgstr "首层加速度。使用较低值可以改善和打印板的粘接。"
|
||||
|
||||
msgid "First layer travel"
|
||||
msgstr "首层空驶"
|
||||
|
||||
msgid ""
|
||||
"Travel acceleration of first layer.\n"
|
||||
"The percentage value is relative to Travel Acceleration."
|
||||
msgstr ""
|
||||
"首层的空驶加速度。\n"
|
||||
"百分比值相对于空驶加速度。"
|
||||
|
||||
msgid "Enable accel_to_decel"
|
||||
msgstr "启用制动速度"
|
||||
|
||||
@@ -13251,17 +13275,6 @@ msgstr ""
|
||||
msgid "layer"
|
||||
msgstr "层"
|
||||
|
||||
msgid "First layer fan speed"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Sets an exact fan speed for the first layer, overriding all other cooling settings. Useful for protecting 3D-printed toolhead parts (e.g. Voron-style ABS/ASA ducts) from a hot bed. A small amount of airflow cools the ducts down, without using full cooling that may in certain conditions hurt first-layer adhesion.\n"
|
||||
"From the second layer onwards, normal cooling resumes.\n"
|
||||
"If \"Full fan speed at layer\" is also set, the fan ramps smoothly from this value on the first layer up to your target by the chosen layer.\n"
|
||||
"Only available when \"No cooling for the first\" is 0.\n"
|
||||
"Set to -1 to disable it."
|
||||
msgstr ""
|
||||
|
||||
msgid "Support interface fan speed"
|
||||
msgstr "支撐接触面风扇"
|
||||
|
||||
@@ -13797,71 +13810,6 @@ msgstr "结块检测排除区域"
|
||||
msgid "Probing exclude area of clumping."
|
||||
msgstr "结块检测排除区域"
|
||||
|
||||
msgid "Lateral lattice angle 1"
|
||||
msgstr "侧向晶格角度1"
|
||||
|
||||
msgid "The angle of the first set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "第一组二维晶格单元在Z方向的角度。零表示垂直。"
|
||||
|
||||
msgid "Lateral lattice angle 2"
|
||||
msgstr "侧向晶格角度2"
|
||||
|
||||
msgid "The angle of the second set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "第二组二维晶格单元在Z方向的角度。零表示垂直。"
|
||||
|
||||
msgid "Infill overhang angle"
|
||||
msgstr "填充悬垂角度"
|
||||
|
||||
msgid "The angle of the infill angled lines. 60° will result in a pure honeycomb."
|
||||
msgstr "填充倾斜线的角度。60°将产生纯蜂窝结构。"
|
||||
|
||||
msgid "Lightning overhang angle"
|
||||
msgstr "闪电悬垂角度"
|
||||
|
||||
msgid "Maximum overhang angle for Lightning infill support propagation."
|
||||
msgstr "闪电填充支撑扩展的最大悬垂角度。"
|
||||
|
||||
msgid "Prune angle"
|
||||
msgstr "修剪角度"
|
||||
|
||||
msgid ""
|
||||
"Controls how aggressively short or unsupported Lightning branches are pruned.\n"
|
||||
"This angle is converted internally to a per-layer distance."
|
||||
msgstr ""
|
||||
"控制对短的或无支撑的闪电分支进行修剪的力度。\n"
|
||||
"此角度在内部会被转换为每层的距离。"
|
||||
|
||||
msgid "Straightening angle"
|
||||
msgstr "拉直角度"
|
||||
|
||||
msgid "Maximum straightening angle used to simplify Lightning branches."
|
||||
msgstr "用于简化闪电分支的最大拉直角度。"
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr "稀疏填充锚线长度"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than infill_anchor_max is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to this parameter, but no longer than anchor_length_max.\n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a single infill line."
|
||||
msgstr "用附加周长的一小段将填充线连接到内部周长。如果以百分比(例如:15%)表示,则计算填充拉伸宽度。OrcaSlicer 试图将两条紧密的填充线连接到一个短的周长段。如果找不到短于“填充”和“锚点”最大值的周长线段,则填充线仅在一侧连接到周长线段,并且所取周长线段的长度仅限于此参数,但不超过“锚点长度”最大值。将此参数设置为零,以禁用连接到单个填充线的锚点周长。"
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr "0 (无锚线)"
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr "1000(无限制)"
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr "填充锚线的最大长度"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than this parameter is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to infill_anchor, but no longer than this parameter.\n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should create the same result as with 1000 & 0."
|
||||
msgstr "用附加周长的一小段将填充线连接到内部周长。如果以百分比(例如:15%)表示,则计算填充拉伸宽度。OrcaSlicer 试图将两条紧密的填充线连接到一个短的周长段。如果找不到比此参数短的周长线段,则填充线仅在一侧连接到周长线段,并且所采用的周长线段的长度仅限于 infl_anchor,但不超过此参数。将此参数设置为零以禁用锚点。"
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr "0(简单连接)"
|
||||
|
||||
msgid ""
|
||||
"Filament to print internal sparse infill.\n"
|
||||
"\"Default\" uses the active object/part filament."
|
||||
@@ -14753,18 +14701,6 @@ msgstr "直驱(近程)"
|
||||
msgid "Bowden"
|
||||
msgstr "远程挤出机"
|
||||
|
||||
msgid "Enable filament dynamic map"
|
||||
msgstr "启用耗材动态映射"
|
||||
|
||||
msgid "Enable dynamic filament mapping during print."
|
||||
msgstr "在打印期间启用动态耗材映射。"
|
||||
|
||||
msgid "Has filament switcher"
|
||||
msgstr "具有耗材切换器"
|
||||
|
||||
msgid "Printer has a filament switcher hardware (e.g., AMS)."
|
||||
msgstr "打印机具有耗材切换器硬件(例如 AMS)。"
|
||||
|
||||
msgid "Extra length on restart"
|
||||
msgstr "额外回填长度"
|
||||
|
||||
@@ -15196,9 +15132,6 @@ msgstr "在三角形网格切片过程中,小于2倍间隙闭合半径的裂
|
||||
msgid "Slicing Mode"
|
||||
msgstr "切片模式"
|
||||
|
||||
msgid "Other"
|
||||
msgstr "其他"
|
||||
|
||||
msgid "Use \"Even-odd\" for 3DLabPrint airplane models. Use \"Close holes\" to close all holes in the model."
|
||||
msgstr "对3DLabPrint的飞机模型使用 \"奇偶\"。使用 \"闭孔 \"来关闭模型上的所有孔。"
|
||||
|
||||
@@ -15566,6 +15499,9 @@ msgid ""
|
||||
"This option relies on the firmware supporting the M191 and M141 commands either via macros or natively and is usually used when an active chamber heater is installed."
|
||||
msgstr "启用此选项可实现自动室温度控制。该选项激活在“machine_start_gcode”之前发出 M191 命令 它设置腔室温度并等待达到该温度。此外,它还会在打印结束时发出 M141 命令以关闭腔室加热器(如果有)。 此选项依赖于通过宏或本机支持 M191 和 M141 命令的固件,通常在安装主动室加热器时使用。"
|
||||
|
||||
msgid "Chamber temperature"
|
||||
msgstr "机箱温度"
|
||||
|
||||
msgid ""
|
||||
"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber temperature can help suppress or reduce warping and potentially lead to higher interlayer bonding strength. However, at the same time, a higher chamber temperature will reduce the efficiency of air filtration for ABS and ASA.\n"
|
||||
"\n"
|
||||
@@ -15574,17 +15510,6 @@ msgid ""
|
||||
"If enabled, this parameter also sets a G-code variable named chamber_temperature, which can be used to pass the desired chamber temperature to your print start macro, or a heat soak macro like this: PRINT_START (other variables) CHAMBER_TEMP=[chamber_temperature]. This may be useful if your printer does not support M141/M191 commands, or if you desire to handle heat soaking in the print start macro if no active chamber heater is installed."
|
||||
msgstr "对于 ABS、ASA、PC 和 PA 等高温材料,较高的腔室温度有助于抑制或减少翘曲,并有可能提高层间粘合强度。但同时,较高的腔室温度会降低 ABS 和 ASA 的空气过滤效率。 对于 PLA、PETG、TPU、PVA 等低温材料,应禁用此选项(设置为 0),因为腔室温度应较低,以避免热断时材料软化导致挤出机堵塞。 如果启用,此参数还会设置一个名为 chamber_temple 的 G-code 变量,该变量可用于将所需的腔室温度传递给打印启动宏,或热浸宏,如下所示:PRINT_START(其他变量)CHAMBER_TEMP=[chamber_Temperature]。如果您的打印机不支持 M141/M191 命令,或者如果您希望在未安装活动室加热器的情况下在打印启动宏中处理热浸,则这可能很有用。"
|
||||
|
||||
msgid ""
|
||||
"This is the chamber temperature at which printing should start, while the chamber continues heating toward the \"Target\" chamber temperature. For example, set the Target to 60 and the Minimal to 50 to begin printing once the chamber reaches 50°C, without waiting for the full 60°C.\n"
|
||||
"\n"
|
||||
"It sets a G-code variable named chamber_minimal_temperature, which can be passed to your print start macro or a heat soak macro, like this: PRINT_START (other variables) CHAMBER_MIN_TEMP=[chamber_minimal_temperature].\n"
|
||||
"\n"
|
||||
"Unlike the \"Target\" chamber temperature, this option does not emit any M141/M191 commands; it only exposes the value to your custom G-code. It should not exceed the \"Target\" chamber temperature."
|
||||
msgstr ""
|
||||
|
||||
msgid "Chamber minimal temperature"
|
||||
msgstr ""
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Nozzle temperature after the first layer"
|
||||
msgstr "除首层外的其它层的喷嘴温度"
|
||||
@@ -15629,6 +15554,26 @@ msgstr "顶部壳体厚度"
|
||||
msgid "The number of top solid layers is increased when slicing if the thickness calculated by top shell layers is thinner than this value. This can avoid having too thin a shell when layer height is small. 0 means that this setting is disabled and thickness of top shell is determined simply by the number of top shell layers."
|
||||
msgstr "如果由顶部壳体层数算出的厚度小于这个数值,那么切片时将自动增加顶部壳体层数。这能够避免当层高很小时,顶部壳体过薄。0 表示关闭这个设置,同时顶部壳体的厚度完全由顶部壳体层数决定"
|
||||
|
||||
msgid "Top surface density"
|
||||
msgstr "顶面密度"
|
||||
|
||||
msgid "Density of top surface layer. A value of 100% creates a fully solid, smooth top layer. Reducing this value results in a textured top surface, according to the chosen top surface pattern. A value of 0% will result in only the walls on the top layer being created. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion."
|
||||
msgstr ""
|
||||
"顶层表面的密度。\n"
|
||||
"100% 的值会创建一个完全实心、平滑的顶面。降低此值会根据所选的顶面图案生成有纹理的顶面。0% 的值将只生成顶层的墙。\n"
|
||||
"此选项仅为美观或功能性目的,而不是为了解决过量挤出等问题。"
|
||||
|
||||
msgid "Bottom surface density"
|
||||
msgstr "底面密度"
|
||||
|
||||
msgid ""
|
||||
"Density of the bottom surface layer. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion.\n"
|
||||
"WARNING: Lowering this value may negatively affect bed adhesion."
|
||||
msgstr ""
|
||||
"底层表面的密度\n"
|
||||
"此功能是为了美观或功能性目的,而是为了解决过量挤出等问题。\n"
|
||||
"警告:降低此值会对热床粘接力产生负面影响。"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "This is the speed at which traveling is done."
|
||||
msgstr "空驶的速度。空驶是无挤出量的快速移动。"
|
||||
@@ -18269,132 +18214,6 @@ msgstr "登录/测试"
|
||||
msgid "Connection to printers connected via the print host failed."
|
||||
msgstr "无法通过打印机主机连接到打印机。"
|
||||
|
||||
msgid "Detect Creality K-series printer"
|
||||
msgstr ""
|
||||
|
||||
msgid "Click Scan to look for K-series printers on your network."
|
||||
msgstr ""
|
||||
|
||||
msgid "Use Selected"
|
||||
msgstr ""
|
||||
|
||||
msgid "Scanning the LAN for K-series printers... this takes a few seconds."
|
||||
msgstr ""
|
||||
|
||||
msgid "No K-series printers found. Make sure the printer is on the same network and not blocked by Wi-Fi client isolation, then click Scan again."
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "Found %zu Creality printer(s). Select one and click Use Selected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
msgid "Processes"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show/Hide system information"
|
||||
msgstr ""
|
||||
|
||||
msgid "Copy system information to clipboard"
|
||||
msgstr ""
|
||||
|
||||
msgid "We need information for diagnosing source of the issue. Check wiki page for detailed guide."
|
||||
msgstr ""
|
||||
|
||||
msgid "Pack button collects project file and logs of current session onto a zip file."
|
||||
msgstr ""
|
||||
|
||||
msgid "Any additional visual examples like images or screen recordings might be helpful while reporting the issue."
|
||||
msgstr ""
|
||||
|
||||
msgid "Report issue"
|
||||
msgstr ""
|
||||
|
||||
msgid "Pack"
|
||||
msgstr ""
|
||||
|
||||
msgid "Cleans and rebuilds system profiles cache on next launch"
|
||||
msgstr ""
|
||||
|
||||
msgid "Clean system profiles cache"
|
||||
msgstr ""
|
||||
|
||||
msgid "Clean"
|
||||
msgstr ""
|
||||
|
||||
msgid "Loaded profiles overview"
|
||||
msgstr ""
|
||||
|
||||
msgid "This section shows information for loaded profiles"
|
||||
msgstr ""
|
||||
|
||||
msgid "Exports detailed overview of loaded profiles in json format"
|
||||
msgstr ""
|
||||
|
||||
msgid "Configurations folder"
|
||||
msgstr ""
|
||||
|
||||
msgid "Opens configurations folder"
|
||||
msgstr ""
|
||||
|
||||
msgid "Log level"
|
||||
msgstr ""
|
||||
|
||||
msgid "Stored logs"
|
||||
msgstr ""
|
||||
|
||||
msgid "Packs all stored logs onto a zip file."
|
||||
msgstr ""
|
||||
|
||||
msgid "Profiles"
|
||||
msgstr ""
|
||||
|
||||
msgid "Select NO to close dialog and review project"
|
||||
msgstr ""
|
||||
|
||||
msgid "No project file on current session. Only logs will be included to package"
|
||||
msgstr ""
|
||||
|
||||
msgid "Select NO to close dialog and review project."
|
||||
msgstr ""
|
||||
|
||||
msgid "Please make sure any instances of OrcaSlicer are not running"
|
||||
msgstr ""
|
||||
|
||||
msgid "System folder cannot be deleted because some files are in use by another application. Please close any applications using these files and try again."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to delete system folder..."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to determine executable path."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to launch a new instance."
|
||||
msgstr ""
|
||||
|
||||
msgid "log(s)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Choose where to save the exported JSON file"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Export failed\n"
|
||||
"Please check write permissions or file in use by another application"
|
||||
msgstr ""
|
||||
|
||||
msgid "Choose where to save the exported ZIP file"
|
||||
msgstr ""
|
||||
|
||||
msgid "File already exists. Overwrite?"
|
||||
msgstr ""
|
||||
|
||||
msgid "3DPrinterOS Cloud upload options"
|
||||
msgstr "3DPrinterOS 云上传选项"
|
||||
|
||||
@@ -18477,19 +18296,6 @@ msgstr "与 MKS 的连接正常。"
|
||||
msgid "Could not connect to MKS"
|
||||
msgstr "无法连接到 MKS。"
|
||||
|
||||
msgid "Connection to Moonraker is working correctly."
|
||||
msgstr ""
|
||||
|
||||
msgid "Could not connect to Moonraker"
|
||||
msgstr ""
|
||||
|
||||
msgid "The host responded but it doesn't look like Moonraker (missing result.klippy_state)."
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Could not parse Moonraker server response: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "Connection to OctoPrint is working correctly."
|
||||
msgstr "成功连接到 OctoPrint。"
|
||||
|
||||
@@ -19648,39 +19454,6 @@ msgstr ""
|
||||
"避免翘曲\n"
|
||||
"您知道吗?打印ABS这类易翘曲材料时,适当提高热床温度可以降低翘曲的概率。"
|
||||
|
||||
#~ msgid "Filament Sync Options"
|
||||
#~ msgstr "耗材丝同步选项"
|
||||
|
||||
#~ msgid "(Experimental) Keep painted feature after mesh change"
|
||||
#~ msgstr "(实验性) 在网格更改后保留绘制的特征"
|
||||
|
||||
#~ msgid "Network plug-in"
|
||||
#~ msgstr "网络插件"
|
||||
|
||||
#~ msgid "View control settings"
|
||||
#~ msgstr "视图控制设置"
|
||||
|
||||
#~ msgid "Rotate view"
|
||||
#~ msgstr "旋转视角"
|
||||
|
||||
#~ msgid "Pan view"
|
||||
#~ msgstr "移动视角"
|
||||
|
||||
#~ msgid "Zoom view"
|
||||
#~ msgstr "缩放视角"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
#~ msgid "Reverse scroll direction while zooming"
|
||||
#~ msgstr "缩放时鼠标滚轮反转"
|
||||
|
||||
#, c-format, boost-format
|
||||
#~ msgid "Left: %s"
|
||||
#~ msgstr "左:%s"
|
||||
|
||||
#, c-format, boost-format
|
||||
#~ msgid "Right: %s"
|
||||
#~ msgstr "右:%s"
|
||||
|
||||
#~ msgid "Enable network plug-in"
|
||||
#~ msgstr "启用网络插件"
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Orca Slicer\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2026-07-03 14:43+0200\n"
|
||||
"POT-Creation-Date: 2026-06-26 10:26+0800\n"
|
||||
"PO-Revision-Date: 2025-11-28 13:48-0600\n"
|
||||
"Last-Translator: tntchn <15895303+tntchn@users.noreply.github.com>\n"
|
||||
"Language-Team: \n"
|
||||
@@ -1718,12 +1718,7 @@ msgid ""
|
||||
"To migrate your existing profiles, log in to Orca Cloud and they will be transferred automatically. To learn more about how OrcaSlicer stores and syncs your profiles, or to migrate your presets manually, check out our wiki.\n"
|
||||
"\n"
|
||||
"If you did not use Bambu Cloud to sync profiles, this change does not affect you and you can safely ignore this message."
|
||||
msgstr ""
|
||||
"自 2.4.0 版本起,OrcaSlicer 透過 Orca Cloud(而非 Bambu Cloud)同步使用者設定檔。\n"
|
||||
"\n"
|
||||
"若要移轉您現有的設定檔,請登入 Orca Cloud,設定檔將會自動轉移。若要進一步了解 OrcaSlicer 如何儲存與同步您的設定檔,或手動移轉您的預設,請參閱我們的 wiki。\n"
|
||||
"\n"
|
||||
"若您先前並未使用 Bambu Cloud 同步設定檔,則此變更不會影響您,您可以放心忽略此訊息。"
|
||||
msgstr "自 2.4.0 版本起,OrcaSlicer 透過 Orca Cloud(而非 Bambu Cloud)同步使用者設定檔。\n\n若要移轉您現有的設定檔,請登入 Orca Cloud,設定檔將會自動轉移。若要進一步了解 OrcaSlicer 如何儲存與同步您的設定檔,或手動移轉您的預設,請參閱我們的 wiki。\n\n若您先前並未使用 Bambu Cloud 同步設定檔,則此變更不會影響您,您可以放心忽略此訊息。"
|
||||
|
||||
msgid "Profile syncing change"
|
||||
msgstr "設定檔同步方式變更"
|
||||
@@ -1762,10 +1757,7 @@ msgid ""
|
||||
"The Microsoft WebView2 Runtime could not be installed.\n"
|
||||
"Some features, including the setup wizard, may appear blank until it is installed.\n"
|
||||
"Please install it manually from https://developer.microsoft.com/microsoft-edge/webview2/ and restart Orca Slicer."
|
||||
msgstr ""
|
||||
"無法安裝 Microsoft WebView2 Runtime。\n"
|
||||
"在安裝完成前,包括設定精靈在內的部分功能可能顯示為空白。\n"
|
||||
"請從 https://developer.microsoft.com/microsoft-edge/webview2/ 手動安裝,然後重新啟動 Orca Slicer。"
|
||||
msgstr "無法安裝 Microsoft WebView2 Runtime。\n在安裝完成前,包括設定精靈在內的部分功能可能顯示為空白。\n請從 https://developer.microsoft.com/microsoft-edge/webview2/ 手動安裝,然後重新啟動 Orca Slicer。"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Resources path does not exist or is not a directory: %s"
|
||||
@@ -4122,10 +4114,6 @@ msgstr ""
|
||||
msgid "Current chamber temperature is higher than the material's safe temperature; this may result in material softening and nozzle clogs. The maximum safe temperature for the material is %d"
|
||||
msgstr "目前列印設備內部溫度高於線材的安全溫度,可能會導致線材軟化和堵塞。線材的最高安全溫度為:%d"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "The minimal chamber temperature (%d℃) is higher than the target chamber temperature (%d℃). The minimal value is the threshold at which printing starts while the chamber keeps heating toward the target, so it should not exceed it. It will be clamped to the target."
|
||||
msgstr ""
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid ""
|
||||
"Layer height too small\n"
|
||||
@@ -7923,50 +7911,6 @@ msgstr "選擇下載項目的目標資料夾"
|
||||
msgid "Choose Download Directory"
|
||||
msgstr "選擇下載資料夾"
|
||||
|
||||
msgid "(Latest)"
|
||||
msgstr "(最新版)"
|
||||
|
||||
msgid "Network plug-in switched successfully."
|
||||
msgstr "網路外掛程式切換成功。"
|
||||
|
||||
msgid "Success"
|
||||
msgstr "成功"
|
||||
|
||||
msgid "Failed to load network plug-in. Please restart the application."
|
||||
msgstr "無法載入網路外掛程式。請重新啟動應用程式。"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"You've selected network plug-in version %s.\n"
|
||||
"\n"
|
||||
"Would you like to download and install this version now?\n"
|
||||
"\n"
|
||||
"Note: The application may need to restart after installation."
|
||||
msgstr ""
|
||||
"您已選擇網路外掛程式版本 %s。\n"
|
||||
"\n"
|
||||
"您想立即下載並安裝此版本嗎?\n"
|
||||
"\n"
|
||||
"注意:安裝後應用程式可能需要重新啟動。"
|
||||
|
||||
msgid "Download Network Plug-in"
|
||||
msgstr "下載網路外掛程式"
|
||||
|
||||
msgid "Reload the network plug-in without restarting the application"
|
||||
msgstr "重新載入網路外掛程式而無需重新啟動應用程式"
|
||||
|
||||
msgid "Network plug-in reloaded successfully."
|
||||
msgstr "網路外掛程式重新載入成功。"
|
||||
|
||||
msgid "Reload"
|
||||
msgstr "重新載入"
|
||||
|
||||
msgid "Failed to reload network plug-in. Please restart the application."
|
||||
msgstr "無法重新載入網路外掛程式。請重新啟動應用程式。"
|
||||
|
||||
msgid "Reload Failed"
|
||||
msgstr "重新載入失敗"
|
||||
|
||||
msgid "Associate"
|
||||
msgstr "關聯"
|
||||
|
||||
@@ -8022,6 +7966,12 @@ msgstr "顯示啟動動畫"
|
||||
msgid "Show the splash screen during startup."
|
||||
msgstr "啟動時顯示啟動動畫。"
|
||||
|
||||
msgid "Show shared profiles notification"
|
||||
msgstr "顯示共用設定檔通知"
|
||||
|
||||
msgid "Show a notification with a link to browse shared profiles when the selected printer is changed."
|
||||
msgstr "變更所選列印設備時,顯示一則含有瀏覽共享設定檔連結的通知。"
|
||||
|
||||
msgid "Use window buttons on left side"
|
||||
msgstr "將視窗按鈕置於左側"
|
||||
|
||||
@@ -8052,13 +8002,6 @@ msgstr "載入方式"
|
||||
msgid "Should printer/filament/process settings be loaded when opening a 3MF file?"
|
||||
msgstr "開啟 .3mf 檔案時,是否需要載入列印設備、線材和參數設定?"
|
||||
|
||||
msgid "Auto backup"
|
||||
msgstr "自動備份"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Backup your project periodically to help with restoring from an occasional crash."
|
||||
msgstr "定期備份專案,以便從未預期的錯誤中恢復。"
|
||||
|
||||
msgid "Maximum recent files"
|
||||
msgstr "最近開啟的檔案上限"
|
||||
|
||||
@@ -8077,20 +8020,12 @@ msgstr "顯示 STEP 網格參數設定視窗。"
|
||||
msgid "If enabled, a parameter settings dialog will appear during STEP file import."
|
||||
msgstr "啟用後,匯入 STEP 檔案時會顯示參數設定視窗。"
|
||||
|
||||
msgid "Quality level for Draco export"
|
||||
msgstr "Draco 匯出品質等級"
|
||||
msgid "Auto backup"
|
||||
msgstr "自動備份"
|
||||
|
||||
msgid "bits"
|
||||
msgstr "位元"
|
||||
|
||||
msgid ""
|
||||
"Controls the quantization bit depth used when compressing the mesh to Draco format.\n"
|
||||
"0 = lossless compression (geometry is preserved at full precision). Valid lossy values range from 8 to 30.\n"
|
||||
"Lower values produce smaller files but lose more geometric detail; higher values preserve more detail at the cost of larger files."
|
||||
msgstr ""
|
||||
"控制將網格壓縮為 Draco 格式時使用的量化位元深度。\n"
|
||||
"0 = 無損壓縮(幾何資料以完整精度保留)。有效的有損值範圍為 8 至 30。\n"
|
||||
"較低的值會產生較小的檔案但損失更多幾何細節;較高的值會保留更多細節但檔案較大。"
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Backup your project periodically to help with restoring from an occasional crash."
|
||||
msgstr "定期備份專案,以便從未預期的錯誤中恢復。"
|
||||
|
||||
msgid "Preset"
|
||||
msgstr "預設"
|
||||
@@ -8122,12 +8057,6 @@ msgstr "線材"
|
||||
msgid "Optimizes filament area maximum height by chosen filament count."
|
||||
msgstr "根據選擇的線材數量優化線材區域最大高度"
|
||||
|
||||
msgid "Show shared profiles notification"
|
||||
msgstr "顯示共用設定檔通知"
|
||||
|
||||
msgid "Show a notification with a link to browse shared profiles when the selected printer is changed."
|
||||
msgstr "變更所選列印設備時,顯示一則含有瀏覽共享設定檔連結的通知。"
|
||||
|
||||
msgid "Features"
|
||||
msgstr "功能"
|
||||
|
||||
@@ -8140,6 +8069,21 @@ msgstr "啟用時可以同時傳送到並管理多個機臺。"
|
||||
msgid "Pop up to select filament grouping mode"
|
||||
msgstr "彈出視窗選擇線材分組模式"
|
||||
|
||||
msgid "Quality level for Draco export"
|
||||
msgstr "Draco 匯出品質等級"
|
||||
|
||||
msgid "bits"
|
||||
msgstr "位元"
|
||||
|
||||
msgid ""
|
||||
"Controls the quantization bit depth used when compressing the mesh to Draco format.\n"
|
||||
"0 = lossless compression (geometry is preserved at full precision). Valid lossy values range from 8 to 30.\n"
|
||||
"Lower values produce smaller files but lose more geometric detail; higher values preserve more detail at the cost of larger files."
|
||||
msgstr ""
|
||||
"控制將網格壓縮為 Draco 格式時使用的量化位元深度。\n"
|
||||
"0 = 無損壓縮(幾何資料以完整精度保留)。有效的有損值範圍為 8 至 30。\n"
|
||||
"較低的值會產生較小的檔案但損失更多幾何細節;較高的值會保留更多細節但檔案較大。"
|
||||
|
||||
msgid "Behaviour"
|
||||
msgstr "行為"
|
||||
|
||||
@@ -8276,10 +8220,7 @@ msgid ""
|
||||
"Applies smooth normals to the realistic view.\n"
|
||||
"\n"
|
||||
"Requires manual scene reload to take effect (right-click on 3D view → \"Reload All\")."
|
||||
msgstr ""
|
||||
"將平滑法線套用至擬真檢視。\n"
|
||||
"\n"
|
||||
"需要手動重新載入場景才能生效(在 3D 檢視中按一下滑鼠右鍵 →「重新載入所有物件」)。"
|
||||
msgstr "將平滑法線套用至擬真檢視。\n\n需要手動重新載入場景才能生效(在 3D 檢視中按一下滑鼠右鍵 →「重新載入所有物件」)。"
|
||||
|
||||
msgid "Anti-aliasing"
|
||||
msgstr "抗鋸齒"
|
||||
@@ -8384,6 +8325,19 @@ msgstr "僅檢查穩定版更新"
|
||||
msgid "Auto sync user presets (Printer/Filament/Process)"
|
||||
msgstr "自動同步使用者預設(列印設備/線材/列印品質參數)"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Update built-in presets automatically."
|
||||
msgstr "自動更新系統預設。"
|
||||
|
||||
msgid "Use encrypted file for token storage"
|
||||
msgstr "使用加密檔案儲存權杖"
|
||||
|
||||
msgid "Store authentication tokens in an encrypted file instead of the system keychain. (Requires restart)"
|
||||
msgstr "將身份驗證權杖儲存在加密檔案中,而不是系統鑰匙圈。(需要重啟)"
|
||||
|
||||
msgid "Filament Sync Options"
|
||||
msgstr "線材同步選項"
|
||||
|
||||
msgid "Filament sync mode"
|
||||
msgstr "線材同步模式"
|
||||
|
||||
@@ -8396,16 +8350,6 @@ msgstr "線材與顏色"
|
||||
msgid "Color only"
|
||||
msgstr "僅顏色"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Update built-in presets automatically."
|
||||
msgstr "自動更新系統預設。"
|
||||
|
||||
msgid "Use encrypted file for token storage"
|
||||
msgstr "使用加密檔案儲存權杖"
|
||||
|
||||
msgid "Store authentication tokens in an encrypted file instead of the system keychain. (Requires restart)"
|
||||
msgstr "將身份驗證權杖儲存在加密檔案中,而不是系統鑰匙圈。(需要重啟)"
|
||||
|
||||
msgid "Bambu network plug-in"
|
||||
msgstr "Bambu 網路外掛程式"
|
||||
|
||||
@@ -8418,6 +8362,35 @@ msgstr "網路外掛程式版本"
|
||||
msgid "Select the network plug-in version to use"
|
||||
msgstr "選擇要使用的網路外掛程式版本"
|
||||
|
||||
msgid "(Latest)"
|
||||
msgstr "(最新版)"
|
||||
|
||||
msgid "Network plug-in switched successfully."
|
||||
msgstr "網路外掛程式切換成功。"
|
||||
|
||||
msgid "Success"
|
||||
msgstr "成功"
|
||||
|
||||
msgid "Failed to load network plug-in. Please restart the application."
|
||||
msgstr "無法載入網路外掛程式。請重新啟動應用程式。"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid ""
|
||||
"You've selected network plug-in version %s.\n"
|
||||
"\n"
|
||||
"Would you like to download and install this version now?\n"
|
||||
"\n"
|
||||
"Note: The application may need to restart after installation."
|
||||
msgstr ""
|
||||
"您已選擇網路外掛程式版本 %s。\n"
|
||||
"\n"
|
||||
"您想立即下載並安裝此版本嗎?\n"
|
||||
"\n"
|
||||
"注意:安裝後應用程式可能需要重新啟動。"
|
||||
|
||||
msgid "Download Network Plug-in"
|
||||
msgstr "下載網路外掛程式"
|
||||
|
||||
msgid "Associate files to OrcaSlicer"
|
||||
msgstr "Orca Slicer 檔案關聯"
|
||||
|
||||
@@ -8463,17 +8436,8 @@ msgstr "開發者"
|
||||
msgid "Skip AMS blacklist check"
|
||||
msgstr "跳過 AMS 黑名單檢查"
|
||||
|
||||
msgid "Show unsupported presets"
|
||||
msgstr "顯示不支援的預設"
|
||||
|
||||
msgid "Show incompatible/unsupported presets in the printer and filament dropdown lists. These presets cannot be selected."
|
||||
msgstr "在列印設備和線材下拉選單中顯示不相容/不支援的預設。這些預設無法選取。"
|
||||
|
||||
msgid "Experimental Features"
|
||||
msgstr ""
|
||||
|
||||
msgid "Keep painted feature after mesh change"
|
||||
msgstr ""
|
||||
msgid "(Experimental) Keep painted feature after mesh change"
|
||||
msgstr "(實驗性)在網格變更後保留繪製的特徵"
|
||||
|
||||
msgid ""
|
||||
"Attempt to keep painted features (color/seam/support/fuzzy etc.) after changing the object mesh (such as cut/reload from disk/simplify/fix etc.)\n"
|
||||
@@ -8482,6 +8446,12 @@ msgstr ""
|
||||
"嘗試在變更物件網格(例如切割/從磁碟重新載入/簡化/修復等)後,保留已繪製的特徵(顏色/Z 縫/支撐/絨毛等)。\n"
|
||||
"高度實驗性!速度緩慢且可能產生瑕疵。"
|
||||
|
||||
msgid "Show unsupported presets"
|
||||
msgstr "顯示不支援的預設"
|
||||
|
||||
msgid "Show incompatible/unsupported presets in the printer and filament dropdown lists. These presets cannot be selected."
|
||||
msgstr "在列印設備和線材下拉選單中顯示不相容/不支援的預設。這些預設無法選取。"
|
||||
|
||||
msgid "Allow Abnormal Storage"
|
||||
msgstr "允許異常儲存空間"
|
||||
|
||||
@@ -8510,6 +8480,24 @@ msgstr "除錯"
|
||||
msgid "trace"
|
||||
msgstr "跟蹤"
|
||||
|
||||
msgid "Network plug-in"
|
||||
msgstr "網路外掛程式"
|
||||
|
||||
msgid "Reload"
|
||||
msgstr "重新載入"
|
||||
|
||||
msgid "Reload the network plug-in without restarting the application"
|
||||
msgstr "重新載入網路外掛程式而無需重新啟動應用程式"
|
||||
|
||||
msgid "Network plug-in reloaded successfully."
|
||||
msgstr "網路外掛程式重新載入成功。"
|
||||
|
||||
msgid "Failed to reload network plug-in. Please restart the application."
|
||||
msgstr "無法重新載入網路外掛程式。請重新啟動應用程式。"
|
||||
|
||||
msgid "Reload Failed"
|
||||
msgstr "重新載入失敗"
|
||||
|
||||
msgid "Debug"
|
||||
msgstr "除錯"
|
||||
|
||||
@@ -8525,6 +8513,25 @@ msgstr "預設檔同步"
|
||||
msgid "Preferences sync"
|
||||
msgstr "偏好設定同步"
|
||||
|
||||
msgid "View control settings"
|
||||
msgstr "視角控制設定"
|
||||
|
||||
msgid "Rotate view"
|
||||
msgstr "旋轉視角"
|
||||
|
||||
msgid "Pan view"
|
||||
msgstr "移動視角"
|
||||
|
||||
msgid "Zoom view"
|
||||
msgstr "縮放視角"
|
||||
|
||||
msgid "Other"
|
||||
msgstr "其他"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Reverse scroll direction while zooming"
|
||||
msgstr "縮放時滑鼠滾輪反轉"
|
||||
|
||||
msgid "Enable SSL(MQTT)"
|
||||
msgstr "啟用SSL(MQTT)"
|
||||
|
||||
@@ -9233,12 +9240,6 @@ msgstr "刪除此預設"
|
||||
msgid "Search in preset"
|
||||
msgstr "在預設中搜尋"
|
||||
|
||||
msgid "Synchronization of different extruder drives or nozzle volume types is not supported."
|
||||
msgstr ""
|
||||
|
||||
msgid "Synchronize the modification of parameters to the corresponding parameters of another extruder."
|
||||
msgstr ""
|
||||
|
||||
msgid "Click to reset all settings to the last saved preset."
|
||||
msgstr "點擊以將所有設定還原到最後一次儲存的版本。"
|
||||
|
||||
@@ -9528,18 +9529,6 @@ msgstr "流量比與壓力補償"
|
||||
msgid "Print chamber temperature"
|
||||
msgstr "列印設備內部溫度"
|
||||
|
||||
msgid "Chamber temperature"
|
||||
msgstr "列印設備內部溫度"
|
||||
|
||||
msgid "Target chamber temperature, and the minimal chamber temperature at which printing should start"
|
||||
msgstr ""
|
||||
|
||||
msgid "Target"
|
||||
msgstr ""
|
||||
|
||||
msgid "Minimal"
|
||||
msgstr ""
|
||||
|
||||
msgid "Print temperature"
|
||||
msgstr "列印溫度"
|
||||
|
||||
@@ -9873,22 +9862,12 @@ msgid "Don't warn again for this preset"
|
||||
msgstr "不再為此預設顯示警告"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "%s: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "No modifications need to be copied."
|
||||
msgstr ""
|
||||
|
||||
msgid "Copy paramters"
|
||||
msgstr ""
|
||||
msgid "Left: %s"
|
||||
msgstr "左:%s"
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Modify paramters of %s"
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Do you want to modify the following parameters of the %s to that of the %s?"
|
||||
msgstr ""
|
||||
msgid "Right: %s"
|
||||
msgstr "右:%s"
|
||||
|
||||
msgid "Click to reset current value and attach to the global value."
|
||||
msgstr "點擊該圖示,恢復到全域的設定數值,並與全域設定同步變化。"
|
||||
@@ -9908,7 +9887,7 @@ msgid "Transfer or discard changes"
|
||||
msgstr "放棄或保留更改"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Old Value"
|
||||
msgid "Old value"
|
||||
msgstr "舊值"
|
||||
|
||||
msgid "New Value"
|
||||
@@ -10041,12 +10020,6 @@ msgstr "擠出機數量"
|
||||
msgid "Capabilities"
|
||||
msgstr "能力"
|
||||
|
||||
msgid "Left: "
|
||||
msgstr ""
|
||||
|
||||
msgid "Right: "
|
||||
msgstr ""
|
||||
|
||||
msgid "Show all presets (including incompatible)"
|
||||
msgstr "顯示所有預設(包括不相容的)"
|
||||
|
||||
@@ -11300,10 +11273,7 @@ msgid ""
|
||||
"Per-object skirts cannot fit between the objects in By object print sequence.\n"
|
||||
"\n"
|
||||
"Move the objects farther apart, reduce brim/skirt size, switch Skirt type to Combined, or switch Print sequence to By layer."
|
||||
msgstr ""
|
||||
"在「逐件」列印順序下,物件之間無法容納各別物件的 Skirt。\n"
|
||||
"\n"
|
||||
"請加大物件之間的距離、縮小 Brim/Skirt 尺寸、將 Skirt 類型切換為「合併」,或將列印順序切換為「逐層」。"
|
||||
msgstr "在「逐件」列印順序下,物件之間無法容納各別物件的 Skirt。\n\n請加大物件之間的距離、縮小 Brim/Skirt 尺寸、將 Skirt 類型切換為「合併」,或將列印順序切換為「逐層」。"
|
||||
|
||||
msgid "Exporting G-code"
|
||||
msgstr "正在匯出 G-code"
|
||||
@@ -12222,25 +12192,6 @@ msgstr "普通列印"
|
||||
msgid "This is the default acceleration for both normal printing and travel after the first layer."
|
||||
msgstr "除首層之外的預設的列印和空駛的加速度"
|
||||
|
||||
msgid "Acceleration of travel moves."
|
||||
msgstr "空駛加速度"
|
||||
|
||||
msgid "First layer travel"
|
||||
msgstr "首層空駛"
|
||||
|
||||
msgid ""
|
||||
"Travel acceleration of first layer.\n"
|
||||
"The percentage value is relative to Travel Acceleration."
|
||||
msgstr ""
|
||||
"首層的空駛加速度。\n"
|
||||
"百分比數值是相對於空駛加速度。"
|
||||
|
||||
msgid "mm/s² or %"
|
||||
msgstr "mm/s² 或 %"
|
||||
|
||||
msgid "Acceleration of bridges. If the value is expressed as a percentage (e.g. 50%), it will be calculated based on the outer wall acceleration."
|
||||
msgstr "橋接加速度。 如果該值以百分比表示(例如 50%),則將根據外牆加速度進行計算。"
|
||||
|
||||
msgid "Default filament profile"
|
||||
msgstr "預設線材設定檔"
|
||||
|
||||
@@ -12453,12 +12404,6 @@ msgstr "阿基米德和弦"
|
||||
msgid "Octagram Spiral"
|
||||
msgstr "八角螺旋"
|
||||
|
||||
msgid "Top surface density"
|
||||
msgstr "頂面密度"
|
||||
|
||||
msgid "Density of top surface layer. A value of 100% creates a fully solid, smooth top layer. Reducing this value results in a textured top surface, according to the chosen top surface pattern. A value of 0% will result in only the walls on the top layer being created. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion."
|
||||
msgstr "頂面層的密度。100% 將建立完全實心且平滑的頂層。降低此數值會根據所選的頂面圖案產生紋理表面。0% 則只會建立頂層的牆體。此功能旨在實現美觀或功能需求,而非修正過擠等問題"
|
||||
|
||||
msgid "Bottom surface pattern"
|
||||
msgstr "底面圖案"
|
||||
|
||||
@@ -12466,16 +12411,6 @@ msgstr "底面圖案"
|
||||
msgid "This is the line pattern of bottom surface infill, not including bridge infill."
|
||||
msgstr "除了橋接外的底面填充的走線圖案"
|
||||
|
||||
msgid "Bottom surface density"
|
||||
msgstr "底面密度"
|
||||
|
||||
msgid ""
|
||||
"Density of the bottom surface layer. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion.\n"
|
||||
"WARNING: Lowering this value may negatively affect bed adhesion."
|
||||
msgstr ""
|
||||
"底面層的密度。此功能旨在實現美觀或功能需求,而非修正過擠等問題。\n"
|
||||
"警告:降低此數值可能會對熱床附著力產生負面影響"
|
||||
|
||||
msgid "Internal solid infill pattern"
|
||||
msgstr "內部實心填充圖案"
|
||||
|
||||
@@ -12689,9 +12624,7 @@ msgstr "啟用懸挑自適應壓力補償 (beta)"
|
||||
msgid ""
|
||||
"Enable adaptive PA for overhangs as well as when flow changes within the same feature. This is an experimental option, as if the PA profile is not set accurately, it will cause uniformity issues on the external surfaces before and after overhangs.\n"
|
||||
"Not compatible with Prusa printers as they pause to process PA changes, which causes delays and defects."
|
||||
msgstr ""
|
||||
"針對懸空以及同一特徵內的流量變化啟用自適應壓力補償 (PA)。這是一個實驗性選項,因為若 PA 設定檔設定不準確,將會導致懸空前後的外表面出現均勻性問題。\n"
|
||||
"與 Prusa 印表機不相容,因為它們會暫停以處理 PA 變更,進而導致延遲與瑕疵。"
|
||||
msgstr "針對懸空以及同一特徵內的流量變化啟用自適應壓力補償 (PA)。這是一個實驗性選項,因為若 PA 設定檔設定不準確,將會導致懸空前後的外表面出現均勻性問題。\n與 Prusa 印表機不相容,因為它們會暫停以處理 PA 變更,進而導致延遲與瑕疵。"
|
||||
|
||||
msgid "Pressure advance for bridges"
|
||||
msgstr "橋接的壓力補償"
|
||||
@@ -12771,6 +12704,18 @@ msgstr "自動清理"
|
||||
msgid "Auto For Match"
|
||||
msgstr "自動匹配"
|
||||
|
||||
msgid "Enable filament dynamic map"
|
||||
msgstr "啟用線材動態映射"
|
||||
|
||||
msgid "Enable dynamic filament mapping during print."
|
||||
msgstr "在列印期間啟用動態線材映射。"
|
||||
|
||||
msgid "Has filament switcher"
|
||||
msgstr "具有線材切換器"
|
||||
|
||||
msgid "Printer has a filament switcher hardware (e.g., AMS)."
|
||||
msgstr "列印設備具有線材切換硬體(例如 AMS)。"
|
||||
|
||||
msgid "Flush temperature"
|
||||
msgstr "清理溫度"
|
||||
|
||||
@@ -13115,7 +13060,7 @@ msgid "Z-buckling bias optimization (experimental)"
|
||||
msgstr "Z 軸挫曲偏置最佳化(實驗性)"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
#, no-c-format, no-boost-format
|
||||
#, fuzzy
|
||||
msgid "Tightens the gyroid wave along the Z (vertical) axis at low infill density to shorten the effective vertical column length and improve Z-axis compression buckling resistance. Filament use is preserved. No effect at ~30% sparse infill density and above. Only applies when Sparse infill pattern is set to Gyroid."
|
||||
msgstr "在低填充密度時,沿 Z(垂直)軸收緊螺旋體波形,以縮短有效垂直柱長度並提升 Z 軸抗壓挫曲能力。線材用量維持不變。在約 30% 稀疏填充密度及以上時無效果。僅在稀疏填充圖案設為螺旋體時適用。"
|
||||
|
||||
@@ -13183,6 +13128,79 @@ msgstr "TPMS-FK結構"
|
||||
msgid "Gyroid"
|
||||
msgstr "螺旋體"
|
||||
|
||||
msgid "Lateral lattice angle 1"
|
||||
msgstr "網格結構角度 1"
|
||||
|
||||
msgid "The angle of the first set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "Z 軸方向第一組 2D 網格結構的角度,0° 表示垂直方向。"
|
||||
|
||||
msgid "Lateral lattice angle 2"
|
||||
msgstr "網格結構角度 2"
|
||||
|
||||
msgid "The angle of the second set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "Z 軸方向第二組 2D 網格結構的角度,0° 表示垂直方向。"
|
||||
|
||||
msgid "Infill overhang angle"
|
||||
msgstr "填充懸空角度"
|
||||
|
||||
msgid "The angle of the infill angled lines. 60° will result in a pure honeycomb."
|
||||
msgstr "填充傾斜線的角度。60° 將產生純蜂窩結構。"
|
||||
|
||||
msgid "Lightning overhang angle"
|
||||
msgstr "閃電懸空角度"
|
||||
|
||||
msgid "Maximum overhang angle for Lightning infill support propagation."
|
||||
msgstr "閃電填充支撐傳播的最大懸空角度。"
|
||||
|
||||
msgid "Prune angle"
|
||||
msgstr "修剪角度"
|
||||
|
||||
msgid ""
|
||||
"Controls how aggressively short or unsupported Lightning branches are pruned.\n"
|
||||
"This angle is converted internally to a per-layer distance."
|
||||
msgstr ""
|
||||
"控制短的或無支撐的閃電分支被修剪的積極程度。\n"
|
||||
"此角度會在內部轉換為每層的距離。"
|
||||
|
||||
msgid "Straightening angle"
|
||||
msgstr "矯直角度"
|
||||
|
||||
msgid "Maximum straightening angle used to simplify Lightning branches."
|
||||
msgstr "用於簡化閃電分支的最大拉直角度。"
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr "稀疏填充錨線長度"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than infill_anchor_max is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to this parameter, but no longer than anchor_length_max.\n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a single infill line."
|
||||
msgstr ""
|
||||
"將填充線透過一小段額外的牆與內牆連接。如果以百分比形式設定(如 15%),此數值是基於填充擠出寬度進行計算。Orca Slicer 會嘗試將兩條靠近的填充線連接到一段較短的牆。如果沒有找到比 infill_anchor_max 更短的牆,則填充線會只連接到一側的牆,且該段的長度受此參數限制,但不會超過 anchor_length_max。 \n"
|
||||
"將此參數設為 0 可停用單條填充線與牆的錨接功能。"
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr "0(無錨線)"
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr "1000(無限制)"
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr "填充錨線的最大長度"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than this parameter is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to infill_anchor, but no longer than this parameter.\n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should create the same result as with 1000 & 0."
|
||||
msgstr "將填充線透過一小段額外的牆與內牆連接。如果以百分比形式設定(如 15%),此數值是基於填充擠出寬度進行計算。Orca Slicer 會嘗試將兩條靠近的填充線連接到一段較短的牆。如果沒有找到短於此參數的牆,則填充線會只連接到單側牆,且該牆的長度受 infill_anchor 限制,但不會超過此參數的設定值。若此參數設定為 0,將啟用舊版填充連接算法,並產生與設置為 1000 和 0 相同的結果。"
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr "0(簡單連接)"
|
||||
|
||||
msgid "Acceleration of inner walls."
|
||||
msgstr "內牆加速度,使用較低值可以改善列印品質"
|
||||
|
||||
msgid "Acceleration of travel moves."
|
||||
msgstr "空駛加速度"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "This is the acceleration of top surface infill. Using a lower value may improve top surface quality."
|
||||
msgstr "頂面填充的加速度。使用較低值可能會改善頂面列印品質"
|
||||
@@ -13191,8 +13209,11 @@ msgstr "頂面填充的加速度。使用較低值可能會改善頂面列印品
|
||||
msgid "Acceleration of outer wall: using a lower value can improve quality."
|
||||
msgstr "外牆加速度。使用較小的值可以提高列印品質"
|
||||
|
||||
msgid "Acceleration of inner walls."
|
||||
msgstr "內牆加速度,使用較低值可以改善列印品質"
|
||||
msgid "Acceleration of bridges. If the value is expressed as a percentage (e.g. 50%), it will be calculated based on the outer wall acceleration."
|
||||
msgstr "橋接加速度。 如果該值以百分比表示(例如 50%),則將根據外牆加速度進行計算。"
|
||||
|
||||
msgid "mm/s² or %"
|
||||
msgstr "mm/s² 或 %"
|
||||
|
||||
msgid "Acceleration of sparse infill. If the value is expressed as a percentage (e.g. 100%), it will be calculated based on the default acceleration."
|
||||
msgstr "稀疏填充的加速度。如果該值表示為百分比(例如 100%),則將根據預設加速度進行計算。"
|
||||
@@ -13204,6 +13225,16 @@ msgstr "內部實心填充加速度。 如果該值以百分比表示(例如 1
|
||||
msgid "This is the printing acceleration for the first layer. Using limited acceleration can improve build plate adhesion."
|
||||
msgstr "首層加速度。使用較低值可以改善和列印板的黏附"
|
||||
|
||||
msgid "First layer travel"
|
||||
msgstr "首層空駛"
|
||||
|
||||
msgid ""
|
||||
"Travel acceleration of first layer.\n"
|
||||
"The percentage value is relative to Travel Acceleration."
|
||||
msgstr ""
|
||||
"首層的空駛加速度。\n"
|
||||
"百分比數值是相對於空駛加速度。"
|
||||
|
||||
msgid "Enable accel_to_decel"
|
||||
msgstr "啟用煞車速度"
|
||||
|
||||
@@ -13300,17 +13331,6 @@ msgstr "風扇速度會從第「close_fan_the_first_x_layers」層開始,從
|
||||
msgid "layer"
|
||||
msgstr "層"
|
||||
|
||||
msgid "First layer fan speed"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Sets an exact fan speed for the first layer, overriding all other cooling settings. Useful for protecting 3D-printed toolhead parts (e.g. Voron-style ABS/ASA ducts) from a hot bed. A small amount of airflow cools the ducts down, without using full cooling that may in certain conditions hurt first-layer adhesion.\n"
|
||||
"From the second layer onwards, normal cooling resumes.\n"
|
||||
"If \"Full fan speed at layer\" is also set, the fan ramps smoothly from this value on the first layer up to your target by the chosen layer.\n"
|
||||
"Only available when \"No cooling for the first\" is 0.\n"
|
||||
"Set to -1 to disable it."
|
||||
msgstr ""
|
||||
|
||||
msgid "Support interface fan speed"
|
||||
msgstr "支撐界面風扇速度"
|
||||
|
||||
@@ -13848,73 +13868,6 @@ msgstr "結塊檢測排除區域"
|
||||
msgid "Probing exclude area of clumping."
|
||||
msgstr "結塊檢測排除區域"
|
||||
|
||||
msgid "Lateral lattice angle 1"
|
||||
msgstr "網格結構角度 1"
|
||||
|
||||
msgid "The angle of the first set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "Z 軸方向第一組 2D 網格結構的角度,0° 表示垂直方向。"
|
||||
|
||||
msgid "Lateral lattice angle 2"
|
||||
msgstr "網格結構角度 2"
|
||||
|
||||
msgid "The angle of the second set of Lateral lattice elements in the Z direction. Zero is vertical."
|
||||
msgstr "Z 軸方向第二組 2D 網格結構的角度,0° 表示垂直方向。"
|
||||
|
||||
msgid "Infill overhang angle"
|
||||
msgstr "填充懸空角度"
|
||||
|
||||
msgid "The angle of the infill angled lines. 60° will result in a pure honeycomb."
|
||||
msgstr "填充傾斜線的角度。60° 將產生純蜂窩結構。"
|
||||
|
||||
msgid "Lightning overhang angle"
|
||||
msgstr "閃電懸空角度"
|
||||
|
||||
msgid "Maximum overhang angle for Lightning infill support propagation."
|
||||
msgstr "閃電填充支撐傳播的最大懸空角度。"
|
||||
|
||||
msgid "Prune angle"
|
||||
msgstr "修剪角度"
|
||||
|
||||
msgid ""
|
||||
"Controls how aggressively short or unsupported Lightning branches are pruned.\n"
|
||||
"This angle is converted internally to a per-layer distance."
|
||||
msgstr ""
|
||||
"控制短的或無支撐的閃電分支被修剪的積極程度。\n"
|
||||
"此角度會在內部轉換為每層的距離。"
|
||||
|
||||
msgid "Straightening angle"
|
||||
msgstr "矯直角度"
|
||||
|
||||
msgid "Maximum straightening angle used to simplify Lightning branches."
|
||||
msgstr "用於簡化閃電分支的最大拉直角度。"
|
||||
|
||||
msgid "Sparse infill anchor length"
|
||||
msgstr "稀疏填充錨線長度"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than infill_anchor_max is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to this parameter, but no longer than anchor_length_max.\n"
|
||||
"Set this parameter to zero to disable anchoring perimeters connected to a single infill line."
|
||||
msgstr ""
|
||||
"將填充線透過一小段額外的牆與內牆連接。如果以百分比形式設定(如 15%),此數值是基於填充擠出寬度進行計算。Orca Slicer 會嘗試將兩條靠近的填充線連接到一段較短的牆。如果沒有找到比 infill_anchor_max 更短的牆,則填充線會只連接到一側的牆,且該段的長度受此參數限制,但不會超過 anchor_length_max。 \n"
|
||||
"將此參數設為 0 可停用單條填充線與牆的錨接功能。"
|
||||
|
||||
msgid "0 (no open anchors)"
|
||||
msgstr "0(無錨線)"
|
||||
|
||||
msgid "1000 (unlimited)"
|
||||
msgstr "1000(無限制)"
|
||||
|
||||
msgid "Maximum length of the infill anchor"
|
||||
msgstr "填充錨線的最大長度"
|
||||
|
||||
msgid ""
|
||||
"Connect an infill line to an internal perimeter with a short segment of an additional perimeter. If expressed as percentage (example: 15%) it is calculated over infill extrusion width. Orca Slicer tries to connect two close infill lines to a short perimeter segment. If no such perimeter segment shorter than this parameter is found, the infill line is connected to a perimeter segment at just one side and the length of the perimeter segment taken is limited to infill_anchor, but no longer than this parameter.\n"
|
||||
"If set to 0, the old algorithm for infill connection will be used, it should create the same result as with 1000 & 0."
|
||||
msgstr "將填充線透過一小段額外的牆與內牆連接。如果以百分比形式設定(如 15%),此數值是基於填充擠出寬度進行計算。Orca Slicer 會嘗試將兩條靠近的填充線連接到一段較短的牆。如果沒有找到短於此參數的牆,則填充線會只連接到單側牆,且該牆的長度受 infill_anchor 限制,但不會超過此參數的設定值。若此參數設定為 0,將啟用舊版填充連接算法,並產生與設置為 1000 和 0 相同的結果。"
|
||||
|
||||
msgid "0 (Simple connect)"
|
||||
msgstr "0(簡單連接)"
|
||||
|
||||
msgid ""
|
||||
"Filament to print internal sparse infill.\n"
|
||||
"\"Default\" uses the active object/part filament."
|
||||
@@ -14814,18 +14767,6 @@ msgstr "直驅(近程)"
|
||||
msgid "Bowden"
|
||||
msgstr "遠程擠出機"
|
||||
|
||||
msgid "Enable filament dynamic map"
|
||||
msgstr "啟用線材動態映射"
|
||||
|
||||
msgid "Enable dynamic filament mapping during print."
|
||||
msgstr "在列印期間啟用動態線材映射。"
|
||||
|
||||
msgid "Has filament switcher"
|
||||
msgstr "具有線材切換器"
|
||||
|
||||
msgid "Printer has a filament switcher hardware (e.g., AMS)."
|
||||
msgstr "列印設備具有線材切換硬體(例如 AMS)。"
|
||||
|
||||
msgid "Extra length on restart"
|
||||
msgstr "額外回填長度"
|
||||
|
||||
@@ -15246,9 +15187,6 @@ msgstr "在三角網格切片過程中,寬度小於 2 倍間隙閉合半徑的
|
||||
msgid "Slicing Mode"
|
||||
msgstr "切片模式"
|
||||
|
||||
msgid "Other"
|
||||
msgstr "其他"
|
||||
|
||||
msgid "Use \"Even-odd\" for 3DLabPrint airplane models. Use \"Close holes\" to close all holes in the model."
|
||||
msgstr "針對 3DLabPrint 飛機模型,請選擇『奇偶』模式。若需閉合模型中的所有孔洞,請啟用『閉合孔洞』選項。"
|
||||
|
||||
@@ -15614,6 +15552,9 @@ msgid ""
|
||||
"This option relies on the firmware supporting the M191 and M141 commands either via macros or natively and is usually used when an active chamber heater is installed."
|
||||
msgstr "啟用此選項後,將自動控制機箱溫度。此功能會在執行『machine_start_gcode』之前發送 M191 指令,用於設定機箱溫度並等待達到設定值。此外,在列印結束時會傳送 M141 指令以關閉機箱加熱器(若設備有加熱器)。此功能需要韌體原生支援或通過宏指令支援 M191 和 M141 指令,通常用於配備主動機箱加熱器的列印設備。"
|
||||
|
||||
msgid "Chamber temperature"
|
||||
msgstr "列印設備內部溫度"
|
||||
|
||||
msgid ""
|
||||
"For high-temperature materials like ABS, ASA, PC, and PA, a higher chamber temperature can help suppress or reduce warping and potentially lead to higher interlayer bonding strength. However, at the same time, a higher chamber temperature will reduce the efficiency of air filtration for ABS and ASA.\n"
|
||||
"\n"
|
||||
@@ -15622,17 +15563,6 @@ msgid ""
|
||||
"If enabled, this parameter also sets a G-code variable named chamber_temperature, which can be used to pass the desired chamber temperature to your print start macro, or a heat soak macro like this: PRINT_START (other variables) CHAMBER_TEMP=[chamber_temperature]. This may be useful if your printer does not support M141/M191 commands, or if you desire to handle heat soaking in the print start macro if no active chamber heater is installed."
|
||||
msgstr "對於 ABS、ASA、PC 和 PA 等高溫材料,較高的機箱溫度能有效抑制或減少翹曲,並可能提升層間結合強度。然而,較高的機箱溫度也會降低 ABS 和 ASA 的空氣過濾效率。對於 PLA、PETG、TPU、PVA 和其他低溫材料,建議將此選項停用(設為 0),因機箱溫度應保持較低,以避免因材料在熱端軟化而導致擠出機堵塞。啟用此選項後,會設置一個名為 chamber_temperature 的 G-code 變數,可用於將所需的機箱溫度傳遞給列印開始宏,或像以下的熱浸泡宏(預熱):PRINT_START (其他變數) CHAMBER_TEMP=[chamber_temperature]。這對於不支援 M141/M191 指令的列印設備,或者希望在列印開始宏中處理熱浸泡(預熱)但未安裝主動機箱加熱器的情況下非常實用。"
|
||||
|
||||
msgid ""
|
||||
"This is the chamber temperature at which printing should start, while the chamber continues heating toward the \"Target\" chamber temperature. For example, set the Target to 60 and the Minimal to 50 to begin printing once the chamber reaches 50°C, without waiting for the full 60°C.\n"
|
||||
"\n"
|
||||
"It sets a G-code variable named chamber_minimal_temperature, which can be passed to your print start macro or a heat soak macro, like this: PRINT_START (other variables) CHAMBER_MIN_TEMP=[chamber_minimal_temperature].\n"
|
||||
"\n"
|
||||
"Unlike the \"Target\" chamber temperature, this option does not emit any M141/M191 commands; it only exposes the value to your custom G-code. It should not exceed the \"Target\" chamber temperature."
|
||||
msgstr ""
|
||||
|
||||
msgid "Chamber minimal temperature"
|
||||
msgstr ""
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "Nozzle temperature after the first layer"
|
||||
msgstr "除首層外的其它層的噴嘴溫度"
|
||||
@@ -15677,6 +15607,22 @@ msgstr "頂部外殼厚度"
|
||||
msgid "The number of top solid layers is increased when slicing if the thickness calculated by top shell layers is thinner than this value. This can avoid having too thin a shell when layer height is small. 0 means that this setting is disabled and thickness of top shell is determined simply by the number of top shell layers."
|
||||
msgstr "當切片時,如果通過頂部殼層計算的厚度小於設定值,將自動增加頂部實心層的數量,以避免層高較小時頂部殼層過薄。若設為 0,則停用此功能,頂部殼層厚度完全由設定的頂部殼層數決定"
|
||||
|
||||
msgid "Top surface density"
|
||||
msgstr "頂面密度"
|
||||
|
||||
msgid "Density of top surface layer. A value of 100% creates a fully solid, smooth top layer. Reducing this value results in a textured top surface, according to the chosen top surface pattern. A value of 0% will result in only the walls on the top layer being created. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion."
|
||||
msgstr "頂面層的密度。100% 將建立完全實心且平滑的頂層。降低此數值會根據所選的頂面圖案產生紋理表面。0% 則只會建立頂層的牆體。此功能旨在實現美觀或功能需求,而非修正過擠等問題"
|
||||
|
||||
msgid "Bottom surface density"
|
||||
msgstr "底面密度"
|
||||
|
||||
msgid ""
|
||||
"Density of the bottom surface layer. Intended for aesthetic or functional purposes, not to fix issues such as over-extrusion.\n"
|
||||
"WARNING: Lowering this value may negatively affect bed adhesion."
|
||||
msgstr ""
|
||||
"底面層的密度。此功能旨在實現美觀或功能需求,而非修正過擠等問題。\n"
|
||||
"警告:降低此數值可能會對熱床附著力產生負面影響"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
msgid "This is the speed at which traveling is done."
|
||||
msgstr "空駛的速度。空駛是無擠出量的快速移動"
|
||||
@@ -18317,132 +18263,6 @@ msgstr "登入/測試"
|
||||
msgid "Connection to printers connected via the print host failed."
|
||||
msgstr "經由列印主機連接的列印設備連接失敗。"
|
||||
|
||||
msgid "Detect Creality K-series printer"
|
||||
msgstr ""
|
||||
|
||||
msgid "Click Scan to look for K-series printers on your network."
|
||||
msgstr ""
|
||||
|
||||
msgid "Use Selected"
|
||||
msgstr ""
|
||||
|
||||
msgid "Scanning the LAN for K-series printers... this takes a few seconds."
|
||||
msgstr ""
|
||||
|
||||
msgid "No K-series printers found. Make sure the printer is on the same network and not blocked by Wi-Fi client isolation, then click Scan again."
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "Found %zu Creality printer(s). Select one and click Use Selected."
|
||||
msgstr ""
|
||||
|
||||
msgid "Active"
|
||||
msgstr ""
|
||||
|
||||
msgid "Printers"
|
||||
msgstr ""
|
||||
|
||||
msgid "Processes"
|
||||
msgstr ""
|
||||
|
||||
msgid "Show/Hide system information"
|
||||
msgstr ""
|
||||
|
||||
msgid "Copy system information to clipboard"
|
||||
msgstr ""
|
||||
|
||||
msgid "We need information for diagnosing source of the issue. Check wiki page for detailed guide."
|
||||
msgstr ""
|
||||
|
||||
msgid "Pack button collects project file and logs of current session onto a zip file."
|
||||
msgstr ""
|
||||
|
||||
msgid "Any additional visual examples like images or screen recordings might be helpful while reporting the issue."
|
||||
msgstr ""
|
||||
|
||||
msgid "Report issue"
|
||||
msgstr ""
|
||||
|
||||
msgid "Pack"
|
||||
msgstr ""
|
||||
|
||||
msgid "Cleans and rebuilds system profiles cache on next launch"
|
||||
msgstr ""
|
||||
|
||||
msgid "Clean system profiles cache"
|
||||
msgstr ""
|
||||
|
||||
msgid "Clean"
|
||||
msgstr ""
|
||||
|
||||
msgid "Loaded profiles overview"
|
||||
msgstr ""
|
||||
|
||||
msgid "This section shows information for loaded profiles"
|
||||
msgstr ""
|
||||
|
||||
msgid "Exports detailed overview of loaded profiles in json format"
|
||||
msgstr ""
|
||||
|
||||
msgid "Configurations folder"
|
||||
msgstr ""
|
||||
|
||||
msgid "Opens configurations folder"
|
||||
msgstr ""
|
||||
|
||||
msgid "Log level"
|
||||
msgstr ""
|
||||
|
||||
msgid "Stored logs"
|
||||
msgstr ""
|
||||
|
||||
msgid "Packs all stored logs onto a zip file."
|
||||
msgstr ""
|
||||
|
||||
msgid "Profiles"
|
||||
msgstr ""
|
||||
|
||||
msgid "Select NO to close dialog and review project"
|
||||
msgstr ""
|
||||
|
||||
msgid "No project file on current session. Only logs will be included to package"
|
||||
msgstr ""
|
||||
|
||||
msgid "Select NO to close dialog and review project."
|
||||
msgstr ""
|
||||
|
||||
msgid "Please make sure any instances of OrcaSlicer are not running"
|
||||
msgstr ""
|
||||
|
||||
msgid "System folder cannot be deleted because some files are in use by another application. Please close any applications using these files and try again."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to delete system folder..."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to determine executable path."
|
||||
msgstr ""
|
||||
|
||||
msgid "Failed to launch a new instance."
|
||||
msgstr ""
|
||||
|
||||
msgid "log(s)"
|
||||
msgstr ""
|
||||
|
||||
msgid "Choose where to save the exported JSON file"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"Export failed\n"
|
||||
"Please check write permissions or file in use by another application"
|
||||
msgstr ""
|
||||
|
||||
msgid "Choose where to save the exported ZIP file"
|
||||
msgstr ""
|
||||
|
||||
msgid "File already exists. Overwrite?"
|
||||
msgstr ""
|
||||
|
||||
msgid "3DPrinterOS Cloud upload options"
|
||||
msgstr "3DPrinterOS 雲端上傳選項"
|
||||
|
||||
@@ -18525,19 +18345,6 @@ msgstr "成功連接到 MKS。"
|
||||
msgid "Could not connect to MKS"
|
||||
msgstr "無法連接到 MKS"
|
||||
|
||||
msgid "Connection to Moonraker is working correctly."
|
||||
msgstr ""
|
||||
|
||||
msgid "Could not connect to Moonraker"
|
||||
msgstr ""
|
||||
|
||||
msgid "The host responded but it doesn't look like Moonraker (missing result.klippy_state)."
|
||||
msgstr ""
|
||||
|
||||
#, c-format, boost-format
|
||||
msgid "Could not parse Moonraker server response: %s"
|
||||
msgstr ""
|
||||
|
||||
msgid "Connection to OctoPrint is working correctly."
|
||||
msgstr "與 OctoPrint 的連接工作正常。"
|
||||
|
||||
@@ -19719,39 +19526,6 @@ msgstr ""
|
||||
"您知道嗎?當列印容易翹曲的材料(如 ABS)時,適當提高熱床溫度\n"
|
||||
"可以降低翹曲的機率。"
|
||||
|
||||
#~ msgid "Filament Sync Options"
|
||||
#~ msgstr "線材同步選項"
|
||||
|
||||
#~ msgid "(Experimental) Keep painted feature after mesh change"
|
||||
#~ msgstr "(實驗性)在網格變更後保留繪製的特徵"
|
||||
|
||||
#~ msgid "Network plug-in"
|
||||
#~ msgstr "網路外掛程式"
|
||||
|
||||
#~ msgid "View control settings"
|
||||
#~ msgstr "視角控制設定"
|
||||
|
||||
#~ msgid "Rotate view"
|
||||
#~ msgstr "旋轉視角"
|
||||
|
||||
#~ msgid "Pan view"
|
||||
#~ msgstr "移動視角"
|
||||
|
||||
#~ msgid "Zoom view"
|
||||
#~ msgstr "縮放視角"
|
||||
|
||||
# TODO: Review, changed by lang refactor. PR 14254
|
||||
#~ msgid "Reverse scroll direction while zooming"
|
||||
#~ msgstr "縮放時滑鼠滾輪反轉"
|
||||
|
||||
#, c-format, boost-format
|
||||
#~ msgid "Left: %s"
|
||||
#~ msgstr "左:%s"
|
||||
|
||||
#, c-format, boost-format
|
||||
#~ msgid "Right: %s"
|
||||
#~ msgstr "右:%s"
|
||||
|
||||
#~ msgid "Enable network plug-in"
|
||||
#~ msgstr "啟用網路外掛程式"
|
||||
|
||||
|
||||
BIN
resources/calib/temperature_tower/belt_temp_provino_unit.stl
Normal file
BIN
resources/calib/temperature_tower/belt_temp_provino_unit.stl
Normal file
Binary file not shown.
BIN
resources/calib/temperature_tower/belt_temp_tower_230_190.stl
Normal file
BIN
resources/calib/temperature_tower/belt_temp_tower_230_190.stl
Normal file
Binary file not shown.
BIN
resources/calib/temperature_tower/belt_temp_tower_240_210.stl
Normal file
BIN
resources/calib/temperature_tower/belt_temp_tower_240_210.stl
Normal file
Binary file not shown.
BIN
resources/calib/temperature_tower/belt_temp_tower_250_230.stl
Normal file
BIN
resources/calib/temperature_tower/belt_temp_tower_250_230.stl
Normal file
Binary file not shown.
BIN
resources/calib/temperature_tower/belt_temp_tower_270_230.stl
Normal file
BIN
resources/calib/temperature_tower/belt_temp_tower_270_230.stl
Normal file
Binary file not shown.
BIN
resources/calib/temperature_tower/belt_temp_tower_280_240.stl
Normal file
BIN
resources/calib/temperature_tower/belt_temp_tower_280_240.stl
Normal file
Binary file not shown.
BIN
resources/calib/temperature_tower/belt_temp_tower_320_280.stl
Normal file
BIN
resources/calib/temperature_tower/belt_temp_tower_320_280.stl
Normal file
Binary file not shown.
79
resources/calib/temperature_tower/gen_belt_temp_tower.py
Normal file
79
resources/calib/temperature_tower/gen_belt_temp_tower.py
Normal file
@@ -0,0 +1,79 @@
|
||||
#!/usr/bin/env python3
|
||||
"""Belt temperature-tower asset generator (discrete-provini design).
|
||||
|
||||
A vertical temperature tower cannot be sliced on a belt printer, so lay a row of
|
||||
DISCRETE provini (one per temperature) along the belt (designed Y) with a fixed
|
||||
surface gap. Each provino is the chevron+arc unit (belt_temp_provino_unit.stl,
|
||||
keel-first); its temperature is ENGRAVED upright into the 50 mm face — a raised
|
||||
number would be an unsupported overhang on the belt. The C++ calib_temp belt branch
|
||||
(Plater.cpp) injects one M104 per zone 70 layers INTO provino i:
|
||||
print_z[i] = i * PITCH * cos(theta) + 70 * layer_height (theta = 45)
|
||||
inside the body, not in the empty inter-provino gap (which has no sliced layers for
|
||||
the event to attach to). PITCH below is the shared geometry contract with that code —
|
||||
keep them in sync.
|
||||
|
||||
Generates one STL per filament temp range used by Temp_Calibration_Dlg.
|
||||
"""
|
||||
import numpy as np, trimesh, os
|
||||
from matplotlib.textpath import TextPath
|
||||
from matplotlib.font_manager import FontProperties
|
||||
from shapely.geometry import Polygon as ShPoly
|
||||
from shapely.ops import unary_union
|
||||
|
||||
HERE = os.path.dirname(os.path.abspath(__file__))
|
||||
UNIT = os.path.join(HERE, 'belt_temp_provino_unit.stl') # single provino, keel-first
|
||||
SURF_GAP = 25.0 # surface-to-surface gap between provini (mm) — user spec
|
||||
TEXT_H = 9.0
|
||||
TEXT_DEPTH = 0.8 # engraving depth (numbers are CUT into the face, not raised:
|
||||
# a raised number is an unsupported Y-overhang on the belt)
|
||||
TEXT_OVERSHOOT = 0.6 # extra height poking out of the face for a clean boolean cut
|
||||
|
||||
# Temperature ranges (start, end) per filament family, 5 C step. File name encodes them.
|
||||
RANGES = [(230,190),(270,230),(250,230),(280,240),(240,210),(320,280)]
|
||||
|
||||
unit = trimesh.load(UNIT)
|
||||
dY = unit.bounds[1,1] - unit.bounds[0,1]
|
||||
PITCH = dY + SURF_GAP # designed-Y pitch == C++ contract constant
|
||||
print(f"unit dY={dY:.2f} PITCH={PITCH:.3f} (C++ contract: print_z[i]=i*{PITCH:.3f}*cos45)")
|
||||
|
||||
# 50 mm face normal (0,-1,1)/sqrt2 ; UPRIGHT basis u=+X det(+1) (verified non-mirrored)
|
||||
n = np.array([0,-1,1.])/np.sqrt(2)
|
||||
u = np.array([1,0,0.]); v = np.array([0,1,1.])/np.sqrt(2)
|
||||
R = np.column_stack([u,v,n])
|
||||
fn = unit.face_normals; fc = unit.triangles_center; fa = unit.area_faces
|
||||
sel = (fn@n) > 0.9
|
||||
face_c = (fc[sel]*fa[sel,None]).sum(0)/fa[sel].sum()
|
||||
|
||||
def text_mesh(s):
|
||||
tp = TextPath((0,0), s, size=TEXT_H, prop=FontProperties(family='DejaVu Sans'))
|
||||
rings = [ShPoly(p) for p in tp.to_polygons() if len(p)>=3]
|
||||
rings.sort(key=lambda r:r.area, reverse=True)
|
||||
used=[False]*len(rings); parts=[]
|
||||
for i,o in enumerate(rings):
|
||||
if used[i]: continue
|
||||
holes=[]
|
||||
for j in range(i+1,len(rings)):
|
||||
if not used[j] and o.contains(rings[j]): holes.append(rings[j].exterior.coords); used[j]=True
|
||||
parts.append(ShPoly(o.exterior.coords,holes)); used[i]=True
|
||||
poly = unary_union(parts)
|
||||
geoms = list(poly.geoms) if poly.geom_type=='MultiPolygon' else [poly]
|
||||
m = trimesh.util.concatenate([trimesh.creation.extrude_polygon(g,height=TEXT_DEPTH+TEXT_OVERSHOOT) for g in geoms])
|
||||
c = m.bounds.mean(axis=0); m.apply_translation([-c[0],-c[1],0]); return m
|
||||
|
||||
for t_start, t_end in RANGES:
|
||||
temps = list(range(t_start, t_end-1, -5))
|
||||
parts=[]
|
||||
for i,T in enumerate(temps):
|
||||
c = unit.copy(); c.apply_translation([0, i*PITCH, 0])
|
||||
t = text_mesh(str(T)); M=np.eye(4); M[:3,:3]=R; t.apply_transform(M)
|
||||
# place the text spanning from TEXT_DEPTH inside the face to TEXT_OVERSHOOT outside,
|
||||
# then CUT it out of the provino (engrave) — no raised material, no Y-overhang.
|
||||
t.apply_translation(face_c - n*TEXT_DEPTH + np.array([0,i*PITCH,0]))
|
||||
c = trimesh.boolean.difference([c, t], engine='manifold')
|
||||
parts.append(c)
|
||||
asset = trimesh.util.concatenate(parts)
|
||||
out = os.path.join(HERE, f"belt_temp_tower_{t_start}_{t_end}.stl")
|
||||
asset.export(out)
|
||||
dims = np.round(asset.bounds[1]-asset.bounds[0],1)
|
||||
wt = all(p.is_watertight for p in parts)
|
||||
print(f" {t_start}->{t_end}: {len(temps)} zones bbox={dims} watertight={wt} -> {os.path.basename(out)}")
|
||||
Binary file not shown.
BIN
resources/handy_models/OrcaSliced.drc
Normal file
BIN
resources/handy_models/OrcaSliced.drc
Normal file
Binary file not shown.
@@ -1,3 +0,0 @@
|
||||
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.2992 1.42627C10.7774 1.42627 8.73315 3.47056 8.73315 5.99231C8.73315 8.51406 10.7774 10.5583 13.2992 10.5583C13.3609 10.5583 13.4223 10.5571 13.4834 10.5547C15.9197 10.4581 17.8652 8.45238 17.8652 5.99231C17.8652 3.47056 15.8209 1.42627 13.2992 1.42627ZM15.6185 11.0536C17.5346 10.1741 18.8652 8.23861 18.8652 5.99231C18.8652 2.91827 16.3732 0.42627 13.2992 0.42627C11.5793 0.42627 10.0417 1.2063 9.02067 2.43188H2.31853C1.93193 2.43188 1.61853 2.74528 1.61853 3.13188V12.4712C1.61853 12.6313 1.6723 12.7789 1.76278 12.8968C1.76671 13.0046 1.79621 13.1144 1.85576 13.2185L3.48408 16.0649C3.60875 16.2829 3.8406 16.4173 4.09168 16.4173H6.75859L7.97903 19.1586C8.22556 19.7123 9.01148 19.7123 9.25801 19.1586L10.4784 16.4173H13.1454C13.3965 16.4173 13.6283 16.2829 13.753 16.0649L15.3813 13.2185C15.4409 13.1144 15.4704 13.0046 15.4743 12.8968C15.5648 12.7789 15.6185 12.6313 15.6185 12.4712V11.0536ZM13.4429 11.5565C13.8469 11.5463 14.2403 11.493 14.6185 11.4011V12.1709H2.61853V3.43188H8.35573C7.95792 4.19837 7.73315 5.06909 7.73315 5.99231C7.73315 9.06635 10.2252 11.5583 13.2992 11.5583C13.3472 11.5583 13.3951 11.5577 13.4429 11.5565ZM2.98076 13.1712H14.2563L12.9714 15.4173H9.85194L9.84578 15.4173H7.39126L7.3851 15.4173H4.26569L2.98076 13.1712ZM9.38381 16.4173L8.61852 18.1363L7.85322 16.4173H9.38381ZM12.2021 3.36422C12.3973 3.55948 12.3973 3.87606 12.2021 4.07133L11.743 4.53041H16.0625C16.3386 4.53041 16.5625 4.75426 16.5625 5.03041C16.5625 5.30655 16.3386 5.53041 16.0625 5.53041H10.7773C10.2428 5.53041 9.97507 4.88412 10.353 4.50614L11.495 3.36422C11.6902 3.16896 12.0068 3.16896 12.2021 3.36422ZM14.3963 7.91305C14.2011 8.10831 14.2011 8.42489 14.3963 8.62015C14.5916 8.81542 14.9082 8.81542 15.1034 8.62015L16.2453 7.47823C16.6233 7.10026 16.3556 6.45397 15.8211 6.45397L10.5359 6.45397C10.2597 6.45397 10.0359 6.67783 10.0359 6.95397C10.0359 7.23011 10.2597 7.45397 10.5359 7.45397L14.8554 7.45397L14.3963 7.91305Z" fill="#262E30"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 2.1 KiB |
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Afinia",
|
||||
"version": "02.04.00.03",
|
||||
"version": "02.04.00.00",
|
||||
"force_update": "0",
|
||||
"description": "Afinia configurations",
|
||||
"machine_model_list": [
|
||||
@@ -124,6 +124,14 @@
|
||||
"name": "fdm_filament_tpu",
|
||||
"sub_path": "filament/fdm_filament_tpu.json"
|
||||
},
|
||||
{
|
||||
"name": "Afinia ABS",
|
||||
"sub_path": "filament/Afinia ABS.json"
|
||||
},
|
||||
{
|
||||
"name": "Afinia ABS+",
|
||||
"sub_path": "filament/Afinia ABS+.json"
|
||||
},
|
||||
{
|
||||
"name": "Afinia ABS+@HS",
|
||||
"sub_path": "filament/Afinia ABS+@HS.json"
|
||||
@@ -132,18 +140,34 @@
|
||||
"name": "Afinia ABS@HS",
|
||||
"sub_path": "filament/Afinia ABS@HS.json"
|
||||
},
|
||||
{
|
||||
"name": "Afinia Value ABS",
|
||||
"sub_path": "filament/Afinia Value ABS.json"
|
||||
},
|
||||
{
|
||||
"name": "Afinia Value ABS@HS",
|
||||
"sub_path": "filament/Afinia Value ABS@HS.json"
|
||||
},
|
||||
{
|
||||
"name": "Afinia PLA",
|
||||
"sub_path": "filament/Afinia PLA.json"
|
||||
},
|
||||
{
|
||||
"name": "Afinia PLA@HS",
|
||||
"sub_path": "filament/Afinia PLA@HS.json"
|
||||
},
|
||||
{
|
||||
"name": "Afinia Value PLA",
|
||||
"sub_path": "filament/Afinia Value PLA.json"
|
||||
},
|
||||
{
|
||||
"name": "Afinia Value PLA@HS",
|
||||
"sub_path": "filament/Afinia Value PLA@HS.json"
|
||||
},
|
||||
{
|
||||
"name": "Afinia TPU",
|
||||
"sub_path": "filament/Afinia TPU.json"
|
||||
},
|
||||
{
|
||||
"name": "Afinia TPU@HS",
|
||||
"sub_path": "filament/Afinia TPU@HS.json"
|
||||
|
||||
37
resources/profiles/Afinia/filament/Afinia ABS+.json
Normal file
37
resources/profiles/Afinia/filament/Afinia ABS+.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFB00",
|
||||
"setting_id": "GFSB00",
|
||||
"name": "Afinia ABS+",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_abs",
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
],
|
||||
"filament_cost": [
|
||||
"24.99"
|
||||
],
|
||||
"filament_vendor": [
|
||||
"Afinia"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"60"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"16"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"275"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"275"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"12"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Afinia H400 Pro 0.4 nozzle",
|
||||
"Afinia H400 Pro 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFB00_01",
|
||||
"setting_id": "wAJTMxtCY7EoavRi",
|
||||
"setting_id": "GFSB00",
|
||||
"name": "Afinia ABS+@HS",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
31
resources/profiles/Afinia/filament/Afinia ABS.json
Normal file
31
resources/profiles/Afinia/filament/Afinia ABS.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFB00",
|
||||
"setting_id": "GFSB00",
|
||||
"name": "Afinia ABS",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_abs",
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
],
|
||||
"filament_cost": [
|
||||
"24.99"
|
||||
],
|
||||
"filament_vendor": [
|
||||
"Afinia"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"60"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"16"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"12"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Afinia H400 Pro 0.4 nozzle",
|
||||
"Afinia H400 Pro 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFB00_01",
|
||||
"setting_id": "qCDnb2iBaz4hd4vX",
|
||||
"setting_id": "GFSB00",
|
||||
"name": "Afinia ABS@HS",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
34
resources/profiles/Afinia/filament/Afinia PLA.json
Normal file
34
resources/profiles/Afinia/filament/Afinia PLA.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFA00",
|
||||
"setting_id": "GFSA00",
|
||||
"name": "Afinia PLA",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_pla",
|
||||
"filament_cost": [
|
||||
"24.99"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.26"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.98"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"21"
|
||||
],
|
||||
"filament_vendor": [
|
||||
"Afinia"
|
||||
],
|
||||
"filament_long_retractions_when_cut": [
|
||||
"1"
|
||||
],
|
||||
"filament_retraction_distances_when_cut": [
|
||||
"18"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Afinia H400 Pro 0.4 nozzle",
|
||||
"Afinia H400 Pro 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFA00_01",
|
||||
"setting_id": "N3sCgjdjvp6FTtw9",
|
||||
"setting_id": "GFSA00",
|
||||
"name": "Afinia PLA@HS",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
27
resources/profiles/Afinia/filament/Afinia TPU.json
Normal file
27
resources/profiles/Afinia/filament/Afinia TPU.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"name": "Afinia TPU",
|
||||
"inherits": "fdm_filament_tpu",
|
||||
"from": "system",
|
||||
"filament_id": "GFU01",
|
||||
"instantiation": "true",
|
||||
"filament_vendor": [
|
||||
"Afinia"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.22"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"230"
|
||||
],
|
||||
"filament_cost": [
|
||||
"41.99"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"230"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Afinia H400 Pro 0.4 nozzle",
|
||||
"Afinia H400 Pro 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -3,7 +3,6 @@
|
||||
"name": "Afinia TPU@HS",
|
||||
"inherits": "fdm_filament_tpu",
|
||||
"from": "system",
|
||||
"setting_id": "zUqTgAEbqTN1EdRl",
|
||||
"filament_id": "GFU01_01",
|
||||
"instantiation": "true",
|
||||
"filament_vendor": [
|
||||
|
||||
37
resources/profiles/Afinia/filament/Afinia Value ABS.json
Normal file
37
resources/profiles/Afinia/filament/Afinia Value ABS.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFB00",
|
||||
"setting_id": "GFSB00",
|
||||
"name": "Afinia Value ABS",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_abs",
|
||||
"filament_flow_ratio": [
|
||||
"0.95"
|
||||
],
|
||||
"filament_cost": [
|
||||
"24.99"
|
||||
],
|
||||
"filament_vendor": [
|
||||
"Afinia"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"60"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"16"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"245"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"245"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"12"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Afinia H400 Pro 0.4 nozzle",
|
||||
"Afinia H400 Pro 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFB00_01",
|
||||
"setting_id": "OxIiEYjbhEvSykaQ",
|
||||
"setting_id": "GFSB00",
|
||||
"name": "Afinia Value ABS@HS",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
40
resources/profiles/Afinia/filament/Afinia Value PLA.json
Normal file
40
resources/profiles/Afinia/filament/Afinia Value PLA.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFA00",
|
||||
"setting_id": "GFSA00",
|
||||
"name": "Afinia Value PLA",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_pla",
|
||||
"filament_cost": [
|
||||
"24.99"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.26"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.98"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"21"
|
||||
],
|
||||
"filament_vendor": [
|
||||
"Afinia"
|
||||
],
|
||||
"filament_long_retractions_when_cut": [
|
||||
"1"
|
||||
],
|
||||
"filament_retraction_distances_when_cut": [
|
||||
"18"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"190"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"190"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"Afinia H400 Pro 0.4 nozzle",
|
||||
"Afinia H400 Pro 0.6 nozzle"
|
||||
]
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFA00_01",
|
||||
"setting_id": "BASsUdyvElEVJ9AA",
|
||||
"setting_id": "GFSA00",
|
||||
"name": "Afinia Value PLA@HS",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"setting_id": "iwkXfmEyz9RLZTvh",
|
||||
"setting_id": "GM001",
|
||||
"name": "Afinia H+1(HS) 0.4 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"setting_id": "vngsrxKvEIsmr8tQ",
|
||||
"setting_id": "GM001",
|
||||
"name": "Afinia H+1(HS) 0.6 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -8,5 +8,5 @@
|
||||
"bed_model": "",
|
||||
"bed_texture": "",
|
||||
"hotend_model": "",
|
||||
"default_materials": "Afinia ABS@HS;Afinia PLA@HS"
|
||||
"default_materials": "Afinia ABS;Afinia PLA"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "FueWYijuvLNWzNmL",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.12mm Fine @Afinia H+1(HS)",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "Ntf0ZMcETTPz7EY1",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.16mm Optimal @Afinia H+1(HS)",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.18mm Fine @Afinia H+1(HS) 0.6 nozzle",
|
||||
"inherits": "fdm_process_afinia_0.18_nozzle_0.6_HS",
|
||||
"from": "system",
|
||||
"setting_id": "b7oGgrSCik70LqdL",
|
||||
"setting_id": "GP021",
|
||||
"instantiation": "true",
|
||||
"description": "It has a smaller layer height and results in smoother surface and higher printing quality.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "Lxid5Z2e0fvVDMMm",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.20mm Standard @Afinia H+1(HS)",
|
||||
"from": "system",
|
||||
"inherits": "fdm_process_afinia_HS_common",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "APeSqnRZh6I9OTFr",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.24mm Draft @Afinia H+1(HS)",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.24mm Standard @Afinia H+1(HS) 0.6 nozzle",
|
||||
"inherits": "fdm_process_afinia_0.24_nozzle_0.6_HS",
|
||||
"from": "system",
|
||||
"setting_id": "QlOnQEeUXkGaxZS5",
|
||||
"setting_id": "GP022",
|
||||
"instantiation": "true",
|
||||
"description": "It has a balanced layer height for good quality and reasonable printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"type": "process",
|
||||
"setting_id": "VZ3NOVzdVWqZ37Ge",
|
||||
"setting_id": "GP004",
|
||||
"name": "0.28mm Extra Draft @Afinia H+1(HS)",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.30mm Standard @Afinia H+1(HS) 0.6 nozzle",
|
||||
"inherits": "fdm_process_afinia_0.30_nozzle_0.6_HS",
|
||||
"from": "system",
|
||||
"setting_id": "7PPJm0girx11EP80",
|
||||
"setting_id": "GP023",
|
||||
"instantiation": "true",
|
||||
"description": "It has a big layer height, and results in apparent layer lines and ordinary printing quality and printing time.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.30mm Strength @Afinia H+1(HS) 0.6 nozzle",
|
||||
"inherits": "fdm_process_afinia_0.30_nozzle_0.6_HS",
|
||||
"from": "system",
|
||||
"setting_id": "BewLobRVuiw6HPuc",
|
||||
"setting_id": "GP024",
|
||||
"instantiation": "true",
|
||||
"description": "It has a big layer height with optimized settings for stronger parts.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.36mm Draft @Afinia H+1(HS) 0.6 nozzle",
|
||||
"inherits": "fdm_process_afinia_0.36_nozzle_0.6_HS",
|
||||
"from": "system",
|
||||
"setting_id": "pBS3NpSZPjtySd3X",
|
||||
"setting_id": "GP025",
|
||||
"instantiation": "true",
|
||||
"description": "It has a bigger layer height for faster printing but with more visible layer lines.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "0.42mm Extra Draft @Afinia H+1(HS) 0.6 nozzle",
|
||||
"inherits": "fdm_process_afinia_0.42_nozzle_0.6_HS",
|
||||
"from": "system",
|
||||
"setting_id": "kHUEpY5ZMtYrLKtO",
|
||||
"setting_id": "GP026",
|
||||
"instantiation": "true",
|
||||
"description": "It has the biggest layer height for fastest printing but with very visible layer lines.",
|
||||
"elefant_foot_compensation": "0.15",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Anker",
|
||||
"version": "02.04.00.01",
|
||||
"version": "02.04.00.00",
|
||||
"force_update": "0",
|
||||
"description": "Anker configurations",
|
||||
"machine_model_list": [
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Anker Generic ABS 0.2 nozzle",
|
||||
"inherits": "Anker Generic ABS @base",
|
||||
"from": "system",
|
||||
"setting_id": "BD5ODYVM90Ig44C5",
|
||||
"setting_id": "GFSB99_20",
|
||||
"instantiation": "true",
|
||||
"filament_max_volumetric_speed": [
|
||||
"2"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Anker Generic ABS 0.25 nozzle",
|
||||
"inherits": "Anker Generic ABS @base",
|
||||
"from": "system",
|
||||
"setting_id": "WS5wXckNuiQqSVwO",
|
||||
"setting_id": "GFSB99_25",
|
||||
"instantiation": "true",
|
||||
"filament_max_volumetric_speed": [
|
||||
"3"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Anker Generic ABS",
|
||||
"inherits": "Anker Generic ABS @base",
|
||||
"from": "system",
|
||||
"setting_id": "axEspGzFJnrnidm4",
|
||||
"setting_id": "GFSB99",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Anker M5 0.4 nozzle",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Anker Generic ASA 0.2 nozzle",
|
||||
"inherits": "Anker Generic ASA @base",
|
||||
"from": "system",
|
||||
"setting_id": "G7pzEyyhPFDnae3R",
|
||||
"setting_id": "GFSB98_20",
|
||||
"instantiation": "true",
|
||||
"filament_max_volumetric_speed": [
|
||||
"2"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Anker Generic ASA 0.25 nozzle",
|
||||
"inherits": "Anker Generic ASA @base",
|
||||
"from": "system",
|
||||
"setting_id": "ErUUDTQ7h1wNHAKT",
|
||||
"setting_id": "GFSB98_25",
|
||||
"instantiation": "true",
|
||||
"filament_max_volumetric_speed": [
|
||||
"3"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Anker Generic ASA",
|
||||
"inherits": "Anker Generic ASA @base",
|
||||
"from": "system",
|
||||
"setting_id": "QiFoBW5WuDUJGmFZ",
|
||||
"setting_id": "GFSB98",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Anker M5 0.4 nozzle",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Anker Generic PA 0.2 nozzle",
|
||||
"inherits": "Anker Generic PA @base",
|
||||
"from": "system",
|
||||
"setting_id": "NZB26MSD9WbOeY2S",
|
||||
"setting_id": "GFSN99_20",
|
||||
"instantiation": "true",
|
||||
"filament_max_volumetric_speed": [
|
||||
"2"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Anker Generic PA 0.25 nozzle",
|
||||
"inherits": "Anker Generic PA @base",
|
||||
"from": "system",
|
||||
"setting_id": "Wj7oXTGUxo8lie1B",
|
||||
"setting_id": "GFSN99_25",
|
||||
"instantiation": "true",
|
||||
"filament_max_volumetric_speed": [
|
||||
"3"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Anker Generic PA-CF",
|
||||
"inherits": "Anker Generic PA-CF @base",
|
||||
"from": "system",
|
||||
"setting_id": "qdsEps11ugFHJkn7",
|
||||
"setting_id": "GFSN98",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Anker M5 All-Metal 0.4 nozzle",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Anker Generic PA",
|
||||
"inherits": "Anker Generic PA @base",
|
||||
"from": "system",
|
||||
"setting_id": "QbIiX554Yee6vb32",
|
||||
"setting_id": "GFSN99",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Anker M5 All-Metal 0.4 nozzle",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Anker Generic PC 0.2 nozzle",
|
||||
"inherits": "Anker Generic PC @base",
|
||||
"from": "system",
|
||||
"setting_id": "GhIOAidtgDkzh9Aj",
|
||||
"setting_id": "GFSC99_20",
|
||||
"instantiation": "true",
|
||||
"filament_max_volumetric_speed": [
|
||||
"2"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Anker Generic PC 0.25 nozzle",
|
||||
"inherits": "Anker Generic PC @base",
|
||||
"from": "system",
|
||||
"setting_id": "TQm9EPdenyGJMvgP",
|
||||
"setting_id": "GFSC99_25",
|
||||
"instantiation": "true",
|
||||
"filament_max_volumetric_speed": [
|
||||
"3"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Anker Generic PC",
|
||||
"inherits": "Anker Generic PC @base",
|
||||
"from": "system",
|
||||
"setting_id": "xY25QcIsR9pWai3n",
|
||||
"setting_id": "GFSC99",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Anker M5 All-Metal 0.4 nozzle",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Anker Generic PETG 0.2 nozzle",
|
||||
"inherits": "Anker Generic PETG @base",
|
||||
"from": "system",
|
||||
"setting_id": "VItvDP6zmenWXwPO",
|
||||
"setting_id": "GFSG99_20",
|
||||
"instantiation": "true",
|
||||
"filament_max_volumetric_speed": [
|
||||
"2"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Anker Generic PETG 0.25 nozzle",
|
||||
"inherits": "Anker Generic PETG @base",
|
||||
"from": "system",
|
||||
"setting_id": "UgKfPuleh1xnoJLT",
|
||||
"setting_id": "GFSG99_25",
|
||||
"instantiation": "true",
|
||||
"filament_max_volumetric_speed": [
|
||||
"3"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Anker Generic PETG-CF",
|
||||
"inherits": "Anker Generic PETG-CF @base",
|
||||
"from": "system",
|
||||
"setting_id": "j8PLF6AZD0R0oVs8",
|
||||
"setting_id": "GFSG98",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Anker M5 0.4 nozzle",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Anker Generic PETG",
|
||||
"inherits": "Anker Generic PETG @base",
|
||||
"from": "system",
|
||||
"setting_id": "FMnK9qOMiqDcGqhd",
|
||||
"setting_id": "GFSG99",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Anker M5 0.4 nozzle",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Anker Generic PLA 0.2 nozzle",
|
||||
"inherits": "Anker Generic PLA @base",
|
||||
"from": "system",
|
||||
"setting_id": "j6QmCITPJoP7bWHq",
|
||||
"setting_id": "GFSL99_20",
|
||||
"instantiation": "true",
|
||||
"filament_max_volumetric_speed": [
|
||||
"2"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Anker Generic PLA 0.25 nozzle",
|
||||
"inherits": "Anker Generic PLA @base",
|
||||
"from": "system",
|
||||
"setting_id": "uKfcnPWdXxAGB5Ls",
|
||||
"setting_id": "GFSL99_25",
|
||||
"instantiation": "true",
|
||||
"filament_max_volumetric_speed": [
|
||||
"3"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Anker Generic PLA Silk 0.2 nozzle",
|
||||
"inherits": "Anker Generic PLA Silk @base",
|
||||
"from": "system",
|
||||
"setting_id": "A1l6NiwRrasdV556",
|
||||
"setting_id": "GFSL96_20",
|
||||
"instantiation": "true",
|
||||
"filament_max_volumetric_speed": [
|
||||
"2"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Anker Generic PLA Silk 0.25 nozzle",
|
||||
"inherits": "Anker Generic PLA Silk @base",
|
||||
"from": "system",
|
||||
"setting_id": "yzHmKTOtA9JamlNf",
|
||||
"setting_id": "GFSL96_25",
|
||||
"instantiation": "true",
|
||||
"filament_max_volumetric_speed": [
|
||||
"3"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Anker Generic PLA Silk",
|
||||
"inherits": "Anker Generic PLA Silk @base",
|
||||
"from": "system",
|
||||
"setting_id": "BGttYO9m2rGcnrEG",
|
||||
"setting_id": "GFSL96",
|
||||
"instantiation": "true",
|
||||
"compatible_printers": [
|
||||
"Anker M5 0.4 nozzle",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Anker Generic PLA+ 0.2 nozzle",
|
||||
"inherits": "Anker Generic PLA+ @base",
|
||||
"from": "system",
|
||||
"setting_id": "6IcMSjyxt0szdUuY",
|
||||
"setting_id": "GFSL95_20",
|
||||
"instantiation": "true",
|
||||
"filament_max_volumetric_speed": [
|
||||
"2"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Anker Generic PLA+ 0.25 nozzle",
|
||||
"inherits": "Anker Generic PLA+ @base",
|
||||
"from": "system",
|
||||
"setting_id": "a2Rf07ZUhpTPONN1",
|
||||
"setting_id": "GFSL95_25",
|
||||
"instantiation": "true",
|
||||
"filament_max_volumetric_speed": [
|
||||
"3"
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user